/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!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 */; DROP TABLE IF EXISTS `quest_template`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `quest_template` ( `ID` mediumint(8) unsigned NOT NULL DEFAULT '0', `Method` tinyint(3) unsigned NOT NULL DEFAULT '2', `QuestLevel` smallint(3) NOT NULL DEFAULT '1', `MinLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', `MaxLevel` tinyint(3) unsigned NOT NULL DEFAULT '0', `QuestSortID` smallint(6) NOT NULL DEFAULT '0', `QuestType` smallint(5) unsigned NOT NULL DEFAULT '0', `SuggestedGroupNum` tinyint(3) unsigned NOT NULL DEFAULT '0', `LimitTime` int(10) unsigned NOT NULL DEFAULT '0', `RequiredClasses` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredRaces` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredSkillId` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredSkillPoints` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredFactionId1` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredFactionId2` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredFactionValue1` mediumint(8) NOT NULL DEFAULT '0', `RequiredFactionValue2` mediumint(8) NOT NULL DEFAULT '0', `RequiredMinRepFaction` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredMaxRepFaction` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredMinRepValue` mediumint(8) NOT NULL DEFAULT '0', `RequiredMaxRepValue` mediumint(8) NOT NULL DEFAULT '0', `PrevQuestId` mediumint(8) NOT NULL DEFAULT '0', `NextQuestId` mediumint(8) NOT NULL DEFAULT '0', `ExclusiveGroup` mediumint(8) NOT NULL DEFAULT '0', `NextQuestIdChain` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardXPId` tinyint(3) unsigned NOT NULL DEFAULT '0', `RewardOrRequiredMoney` int(11) NOT NULL DEFAULT '0', `RewardMoneyMaxLevel` int(10) unsigned NOT NULL DEFAULT '0', `RewardSpell` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardSpellCast` int(11) NOT NULL DEFAULT '0', `RewardHonor` int(11) NOT NULL DEFAULT '0', `RewardHonorMultiplier` float NOT NULL DEFAULT '0', `RewardMailTemplateId` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardMailDelay` int(11) unsigned NOT NULL DEFAULT '0', `SourceItemId` mediumint(8) unsigned NOT NULL DEFAULT '0', `SourceItemCount` tinyint(3) unsigned NOT NULL DEFAULT '0', `SourceSpellId` mediumint(8) unsigned NOT NULL DEFAULT '0', `Flags` int(10) unsigned NOT NULL DEFAULT '0', `SpecialFlags` tinyint(3) unsigned NOT NULL DEFAULT '0', `RewardTitle` tinyint(3) unsigned NOT NULL DEFAULT '0', `RequiredPlayerKills` tinyint(3) unsigned NOT NULL DEFAULT '0', `RewardTalents` tinyint(3) unsigned NOT NULL DEFAULT '0', `RewardArenaPoints` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardItem1` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardItem2` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardItem3` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardItem4` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardAmount1` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardAmount2` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardAmount3` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardAmount4` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemID1` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemID2` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemID3` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemID4` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemID5` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemID6` mediumint(8) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemQuantity1` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemQuantity2` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemQuantity3` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemQuantity4` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemQuantity5` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardChoiceItemQuantity6` smallint(5) unsigned NOT NULL DEFAULT '0', `RewardFactionID1` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'faction id from Faction.dbc in this case', `RewardFactionID2` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'faction id from Faction.dbc in this case', `RewardFactionID3` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'faction id from Faction.dbc in this case', `RewardFactionID4` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'faction id from Faction.dbc in this case', `RewardFactionID5` smallint(5) unsigned NOT NULL DEFAULT '0' COMMENT 'faction id from Faction.dbc in this case', `RewardFactionValue1` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionValue2` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionValue3` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionValue4` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionValue5` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionOverride1` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionOverride2` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionOverride3` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionOverride4` mediumint(8) NOT NULL DEFAULT '0', `RewardFactionOverride5` mediumint(8) NOT NULL DEFAULT '0', `PointMapId` smallint(5) unsigned NOT NULL DEFAULT '0', `PointX` float NOT NULL DEFAULT '0', `PointY` float NOT NULL DEFAULT '0', `PointOption` mediumint(8) unsigned NOT NULL DEFAULT '0', `LogTitle` text, `LogDescription` text, `QuestDescription` text, `EndText` text, `OfferRewardText` text, `RequestItemsText` text, `QuestCompletionLog` text, `RequiredNpcOrGo1` mediumint(8) NOT NULL DEFAULT '0', `RequiredNpcOrGo2` mediumint(8) NOT NULL DEFAULT '0', `RequiredNpcOrGo3` mediumint(8) NOT NULL DEFAULT '0', `RequiredNpcOrGo4` mediumint(8) NOT NULL DEFAULT '0', `RequiredNpcOrGoCount1` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredNpcOrGoCount2` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredNpcOrGoCount3` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredNpcOrGoCount4` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemId1` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemId2` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemId3` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemId4` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemCount1` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemCount2` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemCount3` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredSourceItemCount4` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredItemId1` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredItemId2` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredItemId3` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredItemId4` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredItemId5` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredItemId6` mediumint(8) unsigned NOT NULL DEFAULT '0', `RequiredItemCount1` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredItemCount2` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredItemCount3` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredItemCount4` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredItemCount5` smallint(5) unsigned NOT NULL DEFAULT '0', `RequiredItemCount6` smallint(5) unsigned NOT NULL DEFAULT '0', `Unknown0` tinyint(3) unsigned NOT NULL DEFAULT '0', `ObjectiveText1` text, `ObjectiveText2` text, `ObjectiveText3` text, `ObjectiveText4` text, `DetailsEmote1` smallint(5) unsigned NOT NULL DEFAULT '0', `DetailsEmote2` smallint(5) unsigned NOT NULL DEFAULT '0', `DetailsEmote3` smallint(5) unsigned NOT NULL DEFAULT '0', `DetailsEmote4` smallint(5) unsigned NOT NULL DEFAULT '0', `DetailsEmoteDelay1` int(10) unsigned NOT NULL DEFAULT '0', `DetailsEmoteDelay2` int(10) unsigned NOT NULL DEFAULT '0', `DetailsEmoteDelay3` int(10) unsigned NOT NULL DEFAULT '0', `DetailsEmoteDelay4` int(10) unsigned NOT NULL DEFAULT '0', `EmoteOnIncomplete` smallint(5) unsigned NOT NULL DEFAULT '0', `EmoteOnComplete` smallint(5) unsigned NOT NULL DEFAULT '0', `OfferRewardEmote1` smallint(5) unsigned NOT NULL DEFAULT '0', `OfferRewardEmote2` smallint(5) unsigned NOT NULL DEFAULT '0', `OfferRewardEmote3` smallint(5) unsigned NOT NULL DEFAULT '0', `OfferRewardEmote4` smallint(5) unsigned NOT NULL DEFAULT '0', `OfferRewardEmoteDelay1` int(10) unsigned NOT NULL DEFAULT '0', `OfferRewardEmoteDelay2` int(10) unsigned NOT NULL DEFAULT '0', `OfferRewardEmoteDelay3` int(10) unsigned NOT NULL DEFAULT '0', `OfferRewardEmoteDelay4` int(10) unsigned NOT NULL DEFAULT '0', `VerifiedBuild` smallint(6) NOT NULL DEFAULT '1', PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Quest System'; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `quest_template` WRITE; /*!40000 ALTER TABLE `quest_template` DISABLE KEYS */; INSERT INTO `quest_template` VALUES (1,2,80,1,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,296000,198600,48778,52382,0,0,0,0,0,0,0,0,0,0,1,100,0,34661,38539,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,87,0,0,0,4,-5,0,0,0,10000,5000,0,0,0,0,0,0,0,'Kanrethad\'s Quest','Speak to Kanrethad to restore your talents, weapon and mount.','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. ',NULL,NULL,NULL,'Return to Kanrethad.',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,0,'Remember your talents','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (2,2,30,20,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6383,247,-2,0,5,0,1500,0,0,0,0,0,0,16305,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sharptalon\'s Claw','Bring Sharptalon\'s Claw to Senani Thunderheart at Splintertree Post, Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16305,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5,2,20,17,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,163,0,0,93,2,0,240,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jitters\' Growling Gut','Speak with Chef Grual.','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...','','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!',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,1,0,0,0,0,0,0,0,0,12340), (6,2,5,2,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,18,0,0,0,4,0,210,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,6076,60,3070,0,0,0,1,1,1,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bounty on Garrick Padfoot','Kill Garrick Padfoot and bring his head to Deputy Willem at Northshire Abbey.','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.','','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?','Return to Deputy Willem at Northshire Valley in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,0,12340), (7,2,2,1,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,783,0,0,0,5,25,90,0,0,0,0,0,0,0,0,0,524296,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kobold Camp Cleanup','Kill 8 Kobold Vermin, then return to Marshal McBride.','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.','','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?','Return to Marshal McBride at Northshire Abbey in Elwynn Forest.',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,1,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (8,2,5,1,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,60,0,0,0,0,0,0,7628,1,0,524288,4,0,0,0,0,0,0,0,0,0,0,0,0,4604,159,0,0,0,0,5,5,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Rogue\'s Deal','Deliver the Nondescript Letter to Innkeeper Renee in Tirisfal Glades.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7628,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',2,1,1,0,0,0,0,0,0,6,4,1,1,14,0,0,0,0,12340), (9,2,15,8,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,3578,1561,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Killing Fields','Farmer Saldean wants you to kill 20 Harvest Watchers.','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.','','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?','Return to Farmer Saldean at Saldean\'s Farm in Westfall.',114,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,1,0,0,0,0,0,0,0,0,12340), (10,2,48,39,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,110,5,0,3750,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scrimshank Redemption','Discover the fate of Junior Surveyor Scrimshank, and bring either him or his surveying equipment to Senior Surveyor Fizzledowser in Gadgetzan.','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.','','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?','Return to Senior Surveyor Fizzledowser at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8593,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,18,0,0,0,0,0,0,0,12340), (11,2,10,6,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,239,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Riverpaw Gnoll Bounty','Bring 8 Painted Gnoll Armbands to Deputy Rainer at the Barracks.','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.','','I see you\'ve been busy! You have our thanks, $N.','Hail, $N. Have you been killing Gnolls...?','Return to Deputy Rainer at Forest\'s Edge in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (12,2,12,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13,5,500,540,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The People\'s Militia','Gryan Stoutmantle wants you to kill 15 Defias Trappers and 15 Defias Smugglers then return to him on Sentinel Hill.','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.','','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.','Return to Gryan Stoutmantle at Sentinel Hill in Westfall.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (13,2,14,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12,0,0,14,5,600,600,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The People\'s Militia','Gryan Stoutmantle wants you to kill 15 Defias Pillagers and 15 Defias Looters and return to him on Sentinel Hill.','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.','','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.','Return to Gryan Stoutmantle at Sentinel Hill in Westfall.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (14,2,17,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13,0,0,0,6,0,960,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,1566,1480,12296,0,0,0,1,1,1,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'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.','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.','','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.','Return to Gryan Stoutmantle at Sentinel Hill in Westfall.',122,121,449,0,15,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,66,1,0,0,0,0,0,0,0,0,12340), (15,2,3,1,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7,0,0,21,5,40,150,0,0,0,0,0,0,0,0,0,524296,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate Echo Ridge','Kill 8 Kobold Workers, then report back to Marshal McBride.','$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.','','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?','Return to Marshal McBride at Northshire Abbey in Elwynn Forest.',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,1,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (16,0,1,1,0,12,0,0,0,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,8,1,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,'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.','Return to Gerard Tiller in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (17,2,42,38,0,1517,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,5,5500,2880,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,9030,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uldaman Reagent Run','Bring 12 Magenta Fungus Caps to Ghak Healtouch in Thelsamar.','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!','','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!','Return to Ghak Healtouch at Thelsamar in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8047,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (18,2,4,2,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,783,0,0,0,6,0,270,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,2224,5580,1161,5579,1159,0,1,1,1,1,1,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brotherhood of Thieves','Bring 8 Red Burlap Bandanas to Deputy Willem outside the Northshire Abbey.','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.','','Back with some bandanas, I see. The Stormwind Army appreciates your help.','Have you gathered those bandanas for me yet?','Return to Deputy Willem at Northshire Valley in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,0,12340), (19,2,25,18,0,44,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,20,0,0,0,5,0,1200,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tharil\'zun','Bring Tharil\'zun\'s Head to Marshal Marris in Redridge.','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!','','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?','Return to Marshal Marris at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (20,2,21,18,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,19,5,1300,1020,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackrock Menace','Bring 10 Battleworn Axes to Marshal Marris in Lakeshire.','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.','','That makes for a lot fewer orcs to worry about, thanks.','Have you been slaying orcs, $N? If so, then show me...','Return to Marshal Marris at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3014,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (21,2,5,1,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,15,0,0,0,6,0,330,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,2186,2691,11192,0,0,0,1,1,1,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skirmish at Echo Ridge','Kill 8 Kobold Laborers, then return to Marshal McBride at Northshire Abbey.','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.','','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?','Return to Marshal McBride at Northshire Abbey in Elwynn Forest.',80,0,0,0,8,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,1,1,0,0,0,0,0,0,0,12340), (22,2,12,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,724,2697,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goretusk Liver Pie','Salma Saldean needs 8 Goretusk livers to make a 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!','','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!','Return to Salma Saldean at Saldean\'s Farm in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,4,5,0,0,0,0,0,0,0,0,12340), (23,2,24,20,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6383,247,-2,0,5,0,1200,0,0,0,0,0,0,16303,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ursangous\'s Paw','Bring Ursangous\'s Paw to Senani Thunderheart at Splintertree Post, Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16303,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (24,2,27,20,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6383,247,-2,0,5,0,1320,0,0,0,0,0,0,16304,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadumbra\'s Head','Bring Shadumbra\'s Head to Senani Thunderheart at Splintertree Post, Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16304,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (25,2,25,23,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,1200,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stonetalon Standstill','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.','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?','Scout the gazebo on Mystral Lake that overlooks the nearby Alliance outpost.','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?','Return to Mastok Wrilehiss at Splintertree Post in Ashenvale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (26,2,-1,16,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,0,0,0,29,1,0,13200,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,'A Lesson to Learn','Speak with Dendrite Starblaze in the village of Nighthaven, Moonglade.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (27,2,-1,16,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,0,0,28,1,0,13200,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,'A Lesson to Learn','Speak with Dendrite Starblaze in the village of Nighthaven, Moonglade.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (28,2,-1,16,0,-263,0,0,1800,1024,32,0,0,0,0,0,0,0,0,0,0,27,0,0,30,4,0,99300,0,0,0,0,0,0,0,0,0,10,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Lake','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.','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.','Complete the Trial of the Lake.','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.','','Return to Tajarri at the Shrine of Remulos in Moonglade.',0,0,0,0,0,0,0,0,15877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (29,2,-1,16,0,-263,0,0,1800,1024,8,0,0,0,0,0,0,0,0,0,0,26,0,0,272,4,0,99300,0,0,0,0,0,0,0,0,0,10,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Lake','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.','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.','Complete the Trial of the Lake.','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.','','Return to Tajarri at the Shrine of Remulos in Moonglade.',0,0,0,0,0,0,0,0,15877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (30,2,-1,16,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,28,0,0,31,4,0,7500,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Sea Lion','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.','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.','','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.','Return to Dendrite Starblaze at Nighthaven in Moonglade.',0,0,0,0,0,0,0,0,15883,15882,0,0,1,1,0,0,0,0,15885,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (31,2,-1,16,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,30,0,0,0,5,0,132300,0,1446,0,0,0,0,15885,1,0,0,0,0,0,0,0,16608,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aquatic Form','Return to Thunder Bluff and show Turak Runetotem the Pendant of the Sea Lion.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15885,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (32,2,48,39,0,440,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,113,0,0,0,6,0,4650,0,0,0,0,0,0,8594,1,0,0,0,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,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Rise of the Silithid','Take the report to Zilzibin Drumlore in Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8594,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (33,2,2,1,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5261,0,0,0,5,0,90,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,80,6070,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wolves Across the Border','Bring 8 Diseased Wolf Pelts to Eagan Peltskinner outside Northshire Abbey.','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.$B','','\'Twas a grim task, friend, but you held up your part of the bargain.\r\n\r\nI have some things here you might want - take your pick!','Hey $N. How goes the hunt for diseased young wolves?','Return to Eagan Peltskinner at Northshire Valley in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50432,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,6,6,1,0,0,0,0,0,0,0,12340), (34,2,24,18,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1700,1200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2562,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unwelcome Guest','Martie Jainrose of Lakeshire wants you to kill Bellygrub. Bring her his tusk as proof.','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.','','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?','Return to Martie Jainrose at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3631,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,12340), (35,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,40,0,0,37,3,0,240,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Further Concerns','Marshal Dughan wants you to speak with Guard Thomas.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (36,2,10,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,240,0,0,0,0,0,0,2832,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Westfall Stew','Verna Furlbrow wants you to deliver her recipe for Westfall Stew to Salma Saldean.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2832,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (37,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,35,0,0,45,2,0,120,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find the Lost Guards','Guard Thomas wants you to travel north up the river and search for the two lost guards, Rolf and Malakai.','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.','','Although much has been stripped from the corpse, strewn nearby is a medallion with the words: \"Footman Malakai Stone\" etched upon it.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (38,2,13,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,36,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,733,728,1479,2225,3,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Westfall Stew','Salma Saldean wants 3 Stringy Vulture Meat, 3 Goretusk Snouts, 3 Murloc Eyes, 3 Okra.','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','','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','Return to Salma Saldean at Saldean\'s Farm in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,730,731,732,0,0,3,3,3,3,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (39,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,71,0,0,59,6,700,660,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliver Thomas\' Report','Report to Marshal Dughan in Goldshire.','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.','','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!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (40,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,35,1,0,60,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Fishy Peril','Remy \"Two Times\" wants you to speak with Marshal Dughan in Goldshire.','$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!','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (45,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,37,0,0,71,3,0,240,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Discover Rolf\'s Fate','Search the murloc village for Rolf, or signs of his death.','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...','','You find around the neck of the corpse a metal medallion inscribed with the words \"Footman Rolf Hartford.\"',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (46,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,39,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bounty on Murlocs','Bring 8 Torn Murloc Fins to Guard Thomas at the east Elwynn bridge.','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.','','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?','Return to Guard Thomas in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (47,2,7,4,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,175,390,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gold Dust Exchange','Bring 10 Gold Dust to Remy \"Two Times\" in Goldshire. Gold Dust is gathered from Kobolds in Elwynn Forest.','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.','','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?','Return to Remy \"Two Times\" at Goldshire in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,773,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (48,2,44,40,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,49,5,6500,3150,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,'Sweet Amber','Bring Holy Spring Water to Grimbooze Thunderbrew.','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.','','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.','Return to Grimbooze Thunderbrew at the Dagger Hills in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (49,2,44,40,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,48,0,0,50,6,12500,3900,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,'Sweet Amber','Grimbooze Thunderbrew wants a Sack of Barley, a Sack of Rye and a Sack of Corn.','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.','','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.','Return to Grimbooze Thunderbrew at the Dagger Hills in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,739,740,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (50,2,44,40,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,49,0,0,51,6,12500,3900,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,'Sweet Amber','Grimbooze Thunderbrew wants Truesilver.','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.','','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.','Return to Grimbooze Thunderbrew at the Dagger Hills in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6037,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (51,2,44,40,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,50,0,0,53,6,12500,3900,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,'Sweet Amber','Bring a Sycamore Branch to Grimbooze Thunderbrew.','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.','','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.','Return to Grimbooze Thunderbrew at the Dagger Hills in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,742,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (52,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,858,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Protect the Frontier','Kill 8 Prowlers and 5 Young Forest Bears, and then return to Guard Thomas at the east Elwynn bridge.','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.','','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?','Return to Guard Thomas in Elwynn Forest.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (53,2,44,40,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,51,0,0,0,7,0,4800,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Sweet Amber','Bring Grimbooze Thunderbrew a bundle of Charred Oak.','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.','','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.','Return to Grimbooze Thunderbrew at the Dagger Hills in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,743,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (54,2,5,1,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,21,0,0,0,3,0,120,0,0,0,0,0,0,745,1,0,524288,0,0,0,0,0,6078,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Goldshire','Take Marshal McBride\'s Documents to Marshal Dughan in 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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,745,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (55,2,32,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,7,0,2460,0,0,0,0,0,0,7297,1,0,0,0,0,0,0,0,7344,0,0,0,1,0,0,0,2954,2953,1282,0,0,0,1,1,1,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morbent Fel','Use Morbent\'s Bane on Morbent Fel, kill Morbent Fel, then return Morbent\'s Bane to Sven at his camp.','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!','','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?!','Return to Sven Yorgen at The Hushed Bank in Duskwood.',24782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,7297,0,0,0,0,0,1,0,0,0,0,0,'Morbent Fel slain','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (56,2,24,18,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,57,4,1700,900,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Night Watch','Commander Althea Ebonlocke of Darkshire wants you to kill 8 Skeletal Warriors and 6 Skeletal Mages.','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!','','Splendid, $N. For your service to the people of Darkshire you shall be rewarded.','Have you killed those warriors and mages?','Return to Commander Althea Ebonlocke at Darkshire in Duskwood.',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,0,21,1,0,0,0,0,0,0,0,0,12340), (57,2,26,18,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,56,0,0,58,5,2000,1260,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Night Watch','Commander Althea Ebonlocke of Darkshire wants you to kill 15 Skeletal Fiends and 15 Skeletal Horrors.','$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!','','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.','Return to Commander Althea Ebonlocke at Darkshire in Duskwood.',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,0,21,1,0,0,0,0,0,0,0,0,12340), (58,2,30,18,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,57,0,0,0,5,2500,1500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,3604,3605,1729,0,0,0,1,1,1,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Night Watch','Commander Althea Ebonlocke of Darkshire wants you to kill 20 Plague Spreaders in the eastern Raven Hill mausoleum.','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!','','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.','Return to Commander Althea Ebonlocke at Darkshire in Duskwood.',604,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,66,1,0,0,0,0,0,0,0,0,12340), (59,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,39,0,0,0,2,0,120,0,0,0,0,0,0,748,1,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cloth and Leather Armor','Give Sara Timberlain the Stormwind Armor Marker.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,748,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (60,2,7,3,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,61,4,125,270,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1434,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kobold Candles','Bring 8 Large Candles to William Pestle in Goldshire.','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.','','You were busy hunting kobolds, were you? Thanks for the candles, $N, and here\'s your reward...','Did you gather those candles yet?','Return to William Pestle at Goldshire in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (61,2,7,3,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,60,0,0,0,6,350,480,0,0,0,0,0,0,957,1,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,-8859.75,617.46,1,'Shipment to Stormwind','Bring William\'s Shipment to Morgan Pestle in the Stormwind Trade District.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,957,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (62,2,7,4,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,76,4,125,270,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fargodeep Mine','Explore the Fargodeep Mine, then return to Marshal Dughan in Goldshire.','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.','Scout through the Fargodeep Mine','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?','Return to Marshal Dughan at Goldshire 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (63,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,220,0,0,100,4,0,7500,0,0,0,0,0,0,7811,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','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.','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.','','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.','Seek out the Brazier of Everfount at North Tide\'s Run in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7812,7811,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (64,2,12,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4541,1179,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forgotten Heirloom','Farmer Furlbrow wants you to retrieve his pocket watch from the wardrobe in his farmhouse at the pumpkin farm to the West.','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!','','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?','Return to Farmer Furlbrow at the Jansen Stead in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,841,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (65,2,18,14,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,132,5,0,840,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,-9232,-2146,0,'The Defias Brotherhood','Gryan Stoutmantle wants you to talk to Wiley in Lakeshire.','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.','','So, Stoutmantle sent you? Well, I owe him.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (66,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,67,1,0,150,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Seek out the Clerk Daltry in the Darkshire Town Hall.','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.','','Ah so Madame Eva sent you....',NULL,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,1,0,0,0,0,0,0,0,0,12340), (67,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,66,0,0,68,3,0,720,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Travel to the Moonbrook Schoolhouse and bring back any updated information about Stalvan to Clerk Daltry.','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.','','The old footlocker creaks open. . . .',NULL,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,1,0,0,0,0,0,0,0,0,12340), (68,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,67,0,0,69,4,0,1020,0,0,0,0,0,0,889,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Take the Dusty Unsent Letter to Clerk Daltry.','You find a Dusty Unsent Letter in the old footlocker.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (69,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,68,0,0,70,2,0,330,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Go to The Lion\'s Pride Inn to see if anyone there has heard of the name 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.','','Stalvan? Sure sounds familiar.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (70,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,69,0,0,72,4,0,1020,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Retrieve Stalvan\'s Undelivered Letter from the chest and deliver it to the Canal District in Stormwind.','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.','','You\'ve got some nerve bringing this here.','What have ya got there? Let me take a look at that. . .','Speak to Caretaker Folsom in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (71,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,45,0,0,39,2,0,120,0,0,0,0,0,0,735,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Thomas','Deliver Rolf and Malakai\'s Medallions to Guard Thomas at the eastern Elwynn bridge.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,735,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (72,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,70,0,0,74,1,0,150,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,'The Legend of Stalvan','Search through the packed up possessions for a clue.','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.','','You slowly slide the lid of the crate off. . . .',NULL,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,1,0,0,0,0,0,0,0,0,12340), (73,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,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' No Reward','','','',NULL,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,12340), (74,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,72,0,0,75,3,0,720,0,0,0,0,0,0,916,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','The Torn Journal page you discovered provides your next clue.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (75,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,74,0,0,78,3,0,720,0,0,0,0,0,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Marshal Haggard wants you to check the chest upstairs for the Faded Journal Page.','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.','','You found it!','Did you find that page I mentioned, $N?','Return to Marshal Haggard at Eastvale Logging Camp in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (76,2,10,4,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,62,0,0,0,5,350,510,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Jasperlode Mine','Explore the Jasperlode Mine, then report back to Marshal Dughan in Goldshire.','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.','Scout through the Jasperlode Mine','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?','Return to Marshal Dughan at Goldshire 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (77,2,48,42,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,650,0,0,0,5,0,3750,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Sticky Situation','Recover 10 bottles of Hinterlands Honey Ripple from the crates located around the abandoned Horde base in Skulk Rock.','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.','','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?','Return to Gilveradin Sunchaser at Shindigger\'s Camp in the Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8684,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (78,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,75,0,0,79,2,0,330,0,0,0,0,0,0,921,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Take the Faded Journal Page to Tavernkeep Smitts at Darkshire in Duskwood.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,0,12340), (79,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,78,0,0,80,1,0,150,0,0,0,0,0,0,938,1,0,0,0,0,0,0,0,939,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Take the muddy page to Commander Ebonlocke.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (80,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,79,0,0,97,1,0,150,0,0,0,0,0,0,939,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Show Clerk Daltry the Bloodstained Journal Page.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (81,2,48,42,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,5,14000,3750,0,0,0,0,0,0,8685,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ripple Delivery','Deliver the barrel to Dran Droffers in Orgrimmar.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8685,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (82,2,47,39,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,0,0,0,4,5000,2700,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,369,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noxious Lair Investigation','Bring five Centipaar insect parts from the Noxious Lair to Alchemist Pestlezugg in Gadgetzan.','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!','','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?!','Return to Alchemist Pestlezugg at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8587,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (83,2,9,4,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,480,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2575,983,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Red Linen Goods','Bring 6 Red Linen Bandanas to Sara Timberlain at the Eastvale Logging Camp.','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.','','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?','Return to Sara Timberlain at Eastvale Logging Camp in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1019,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (84,2,6,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,86,0,0,87,2,0,90,0,0,0,0,0,0,962,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to Billy','Bring the Pork Belly Pie to Billy Maclure at the Maclure Vineyards.','Here you go. And when you give this pie to that Billy, you tell him I hope he chokes on it!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,962,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (85,2,6,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,86,2,0,90,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost Necklace','Speak with Billy Maclure.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (86,2,6,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,85,0,0,84,4,0,240,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pie for Billy','Bring 4 Chunks of Boar Meat to Auntie Bernice Stonefield at the Stonefield\'s Farm.','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.','','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?','Return to \"Auntie\" Bernice Stonefield at the Stonefield Farm in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,769,0,0,0,0,0,4,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (87,2,8,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,84,0,0,0,6,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1359,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goldtooth','Bring Bernice\'s Necklace to \"Auntie\" Bernice Stonefield at the Stonefield Farm.','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!','','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?','Return to \"Auntie\" Bernice Stonefield at the Stonefield Farm in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,981,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (88,2,9,6,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,480,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Princess Must Die!','Kill Princess, grab her collar, then bring it back to Ma Stonefield at the Stonefield Farm.','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!','','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?','Return to Ma Stonefield at the Stonefield Farm in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1006,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (89,2,20,15,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Everstill Bridge','Bring 5 Iron Pikes and 5 Iron Rivets to Foreman Oslow in Lakeshire.','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!','','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?','Return to Foreman Oslow at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2856,1013,0,0,0,0,5,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (90,2,25,18,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,1200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1017,2701,0,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seasoned Wolf Kabobs','Gather 10 Lean Wolf Flanks and Stormwind Seasoning Herbs and return to Chef Grual in Darkshire.','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.','','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?','Return to Chef Grual at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,2665,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,12340), (91,2,23,17,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1500,1140,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solomon\'s Law','Bring 10 Shadowhide Pendants to Bailiff Conacher in the Lakeshire Town Hall.','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.','','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.','Return to Bailiff Conacher at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1075,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (92,2,18,15,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1000,840,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1082,2699,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redridge Goulash','Chef Breanna of Lakeshire wants five pieces of Tough Condor Meat, five Great Goretusk Snouts and five helpings of Crisp Spider Meat.','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.','','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.','Return to Chef Breanna at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2296,1080,1081,0,0,0,5,5,5,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (93,2,20,17,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5,0,0,240,3,0,480,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3683,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dusky Crab Cakes','Gather 6 Gooey Spider Legs and bring them to Chef Grual in Darkshire.','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. ','','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?','Return to Chef Grual at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2251,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (94,2,21,20,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,248,4,0,780,0,0,0,0,0,0,1083,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,'A Watchful Eye','Take the Glyph of Azora to the Lion Statue near the Tower of Ilgalar in Redridge.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (95,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,230,3,0,600,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sven\'s Revenge','Go to Sven\'s Farm and find what was buried behind the old stump.','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.','','A mound of dirt is here, hastily piled up as if someone had need of hiding something...without much time to do it.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (96,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,100,0,0,0,7,0,15000,5394,5396,0,0,0,0,7813,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Bring the Shard of Water to Islen Waterseer at the Tidus Stair in the Barrens.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7813,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (97,2,28,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,80,0,0,98,1,0,150,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Report the news to Commander Ebonlocke.','Let Commander Ebonlocke know immediately that the handwriting matched, $N! Her suspicions were correct!','','I knew it! Fine work, $N.','Yes, $N?',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,5,1,0,0,0,0,0,0,0,0,12340), (98,2,32,22,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,97,0,0,0,7,0,2460,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Stalvan','Kill Stalvan Mistmantle and show Madame Eva his family ring.','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.','','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?','Return to Madame Eva at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3629,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (99,2,15,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,424,0,0,0,5,0,660,0,1460,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arugal\'s Folly','Bring 6 Pyrewood Shackles to Dalar Dawnweaver at the Sepulcher.','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.','','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?','Return to Dalar Dawnweaver at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3218,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (100,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,63,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,0,0,0,'Call of Water','Speak to the Minor Manifestation of Water at North Tide\'s Run in Silverpine Forest.','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.','','Thanks to you. Thanks to the shamans.$B$BCorruption ebbs but life continues to wane. Up to shamans to protect life.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (101,2,25,18,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1560,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Totem of Infliction','Bring 10 Ghoul Fangs, 10 Skeleton Fingers and 5 Vials of Spider Venom to Madame Eva in Darkshire.','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.','','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.','Return to Madame Eva at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1129,1130,2378,0,0,0,10,5,10,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (102,2,14,8,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,600,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Patrolling Westfall','Bring 8 Gnoll Paws to Captain Danuvin on Sentinel Hill.','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.','','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?','Return to Captain Danuvin at Sentinel Hill in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,725,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (103,2,16,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,720,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,955,1180,0,0,1,1,0,0,2455,118,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,'Keeper of the Flame','Bring 5 Flasks of Oil to Captain Grayson at the Westfall Lighthouse.','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.','','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.','Return to Captain Grayson at the Westfall Lighthouse in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,814,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (104,2,20,15,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,0,0,0,0,0,0,0,0,0,8,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,'The Coastal Menace','Bring a scale of Old Murk-Eye to Captain Grayson at the Westfall Lighthouse.','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.','','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.','Return to Captain Grayson at the Westfall Lighthouse in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3636,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (105,2,60,50,0,28,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5098,0,0,0,6,0,7200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,17759,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,529,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Alas, Andorhal','Bring Araj\'s Phylactery Shard to High Executor Derrington at the Bulwark, Western Plaguelands.','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!','','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?','Return 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,17114,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (106,2,6,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,111,2,0,90,0,0,0,0,0,0,1208,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Young Lovers','Give Maybell\'s Love Letter to Tommy Joe Stonefield.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1208,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (107,2,6,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,111,0,0,112,2,0,90,0,0,0,0,0,0,1252,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Note to William','Take Gramma Stonefield\'s Note to William Pestle.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1252,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (108,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (109,2,10,9,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Gryan Stoutmantle','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.','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.','','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??',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (110,2,48,39,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10,0,0,113,1,0,360,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,369,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Insect Part Analysis','Check in Gadgetzan for Alchemist Pestlezugg and his analysis of the insect parts.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (111,2,6,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,106,0,0,107,2,0,90,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with Gramma','Speak with Gramma Stonefield.','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.','','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',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (112,2,7,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,107,114,0,0,3,0,180,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Collecting Kelp','Bring 4 Crystal Kelp Fronds to William Pestle in Goldshire.','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.','','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...','Return to William Pestle at Goldshire in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1256,0,0,0,0,0,4,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (113,2,48,39,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,1,7000,360,0,0,0,0,0,0,8594,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Insect Part Analysis','Deliver the report to Senior Surveyor Fizzledowser in Gadgetzan. Be sure he gives you a copy of the report, as Alchemist Pestlezugg has requested.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8594,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (114,2,7,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,112,0,0,0,6,0,480,0,0,0,0,0,0,1257,1,0,0,0,0,0,0,0,118,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Escape','Take the Invisibility Liquor to Maybell Maclure.','Take this invisibility liquor to young Maybell. It should last long enough for her to visit Tommy Joe.','','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??',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1257,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (115,2,23,18,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,20,0,0,0,5,1500,1140,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadow Magic','Bring 3 Midnight Orbs to Marshal Marris in Lakeshire.','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!','','Thank you, $N. I\'ll send these to be destroyed immediately.','How goes your conflict with the shadowcasters? Did you find the midnight orbs?','Return to Marshal Marris at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (116,2,15,12,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1270,10456,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dry Times','Barkeep Daniels of Lakeshire needs a keg of Thunderbrew Lager, a cask of Merlot, a bottle of Moonshine and a skin of Sweet Rum.','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.','','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.','Return to Barkeep Daniels at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,1941,1942,1939,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (117,2,15,0,0,40,0,0,0,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,8,1,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,'Thunderbrew Lager','Bring Grimbooze Thunderbrew 5 hops to complete his special brew.','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.','','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.','Return to Grimbooze Thunderbrew at the Dagger Hills in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1274,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (118,2,18,14,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,2,0,210,0,0,0,0,0,0,1283,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Price of Shoes','Take Verner\'s Note to Smith Argus at Goldshire in Elwynn Forest.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1283,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (119,2,18,13,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,3,500,420,0,0,0,0,0,0,1284,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Verner','Return to Verner Osgood at Lakeshire in Redridge. Give him the Crate of Horseshoes.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1284,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (120,2,14,14,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,121,3,0,300,0,0,0,0,0,0,1293,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to Stormwind','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.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1293,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (121,2,14,14,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,120,0,0,0,2,150,150,0,0,0,0,0,0,1294,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to Stormwind','Take General Marcus Jonathan\'s letter of response to Magistrate Solomon in Lakeshire.','While I wait for a response from the King I want you to carry this letter to Magistrate Solomon. $b$bDismissed, $c!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1294,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (122,2,18,14,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,0,6,0,1020,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Underbelly Scales','Gather 6 Underbelly Whelp Scales from Black Dragon Whelps, and bring them to Verner Osgood in Redridge.','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.','','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?','Return to Verner Osgood at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1221,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (123,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,85,120,0,0,0,0,0,0,2223,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Collector','Go to Marshal Dughan in Goldshire and give him The Collector\'s Schedule.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2223,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,0,0,0,12340), (124,2,20,15,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,0,0,126,4,900,720,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Baying of Gnolls','Kill 10 Redridge Brutes and 8 Redridge Mystics, then return to Verner Osgood.','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.','','Thank you for all your help, $N.','Yes? Is there something I can do for you?','Return to Verner Osgood at Lakeshire in Redridge Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (125,2,16,15,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2313,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Tools','Foreman Oslow of Lakeshire wants you to retrieve his toolbox from the bottom of Lake Everstill.','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.','','Excellent recovery, $N! I never thought I\'d see these tools again.','Were you able to find my tools?','Return to Foreman Oslow at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1309,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (126,2,21,15,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,5,0,1020,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Howling in the Hills','Bring Yowler\'s Paw to Verner Osgood in Lakeshire.','$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...','','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.','Return to Verner Osgood at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3614,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (127,2,21,16,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1000,780,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3663,3680,1322,0,1,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Selling Fish','Bring 10 Spotted Sunfish to Dockmaster Baren in Lakeshire.','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!','','Pleasure doin\' business with you, matey!','You have some sunfish for me, eh?','Return to Dockmaster Baren at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1467,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (128,2,25,20,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,1200,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackrock Bounty','Kill 15 Blackrock Champions and Guard Howe in Lakeshire will reward you.','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.','','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.','Return to Guard Howe at Lakeshire in Redridge Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (129,2,15,12,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,130,3,0,330,0,0,0,0,0,0,5534,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Free Lunch','Bring Parker\'s lunch to Guard Parker. He patrols the road leading to Darkshire.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5534,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (130,2,15,12,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,129,0,0,131,2,0,150,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,'Visit the Herbalist','Speak with the Redridge Herbalist, Martie Jainrose.','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...','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (131,2,15,12,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,130,0,0,0,2,0,150,0,0,0,0,0,0,1325,1,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,0,0,0,0,0,0,0,'Delivering Daffodils','Give Darcy the Daffodil Bouquet.','Here is your bouquet. I chose Daffodils for you. They\'re my favorite!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1325,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (132,2,18,14,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,65,0,0,135,3,0,420,0,0,0,0,0,0,1327,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,-10509,1045,0,'The Defias Brotherhood','Take Wiley\'s Note to Gryan Stoutmantle in Westfall.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1327,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (133,2,27,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,159,0,0,134,4,2200,1020,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,'Ghoulish Effigy','Gather 7 Ghoul Ribs and bring them to Abercrombie at his shack.','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.','','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?','Return to Abercrombie at Raven Hill Cemetary in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,884,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (134,2,30,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,133,0,0,160,3,1400,720,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,'Ogre Thieves','Return Abercrombie\'s Crate to Abercrombie.','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.','','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!','Return to Abercrombie at Raven Hill Cemetary in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1349,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (135,2,18,14,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,132,0,0,141,3,0,420,0,0,0,0,0,0,1327,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,-8752,384,0,'The Defias Brotherhood','Take Wiley\'s Note to Mathias Shaw in Stormwind.','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.','','This matter might be more complex than Stoutmantle realizes.','What business do you have with me? I am a very busy man. . .',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1327,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (136,2,16,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,3,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,0,0,0,0,0,0,0,0,0,0,0,'Captain Sanders\' Hidden Treasure','Find Captain Sanders\' footlocker and search it for the next clue.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (137,2,8,5,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Stormwind Commendation','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.','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.','',NULL,NULL,'Return to General Marcus Jonathan at Valley of Heroes in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (138,2,16,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,139,3,0,360,0,0,0,0,0,0,1358,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Sanders\' Hidden Treasure','Find the old barrel near the ruined chimney and search it for your next clue.','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.','','Good work, treasure hunter!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (139,2,16,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,140,3,0,360,0,0,0,0,0,0,1361,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Sanders\' Hidden Treasure','Search the empty jug next to the windmill for the next clue.','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.','','You\'re on your way to the jackpot, treasure seeker!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (140,2,16,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,5,800,720,0,0,0,0,0,0,1362,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Sanders\' Hidden Treasure','Locate Captain Sanders\' chest and open it for your reward.','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!','','The hinges on the old chest are rusty but they still work. You force the chest open and take the booty.$B$BCongratulations!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (141,2,18,14,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,135,0,0,142,2,0,210,0,0,0,0,0,0,1353,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,-10509,1045,0,'The Defias Brotherhood','Take Shaw\'s report to Gryan Stoutmantle in Westfall.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1353,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (142,2,18,14,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,141,0,0,0,5,0,840,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defias Brotherhood','Track down the Defias Messenger in Westfall and bring his message to Stoutmantle.','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.','','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?','Return to Gryan Stoutmantle at Sentinel Hill in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1381,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (143,2,14,14,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,121,0,0,144,3,0,300,0,0,0,0,0,0,1407,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to Westfall','Magistrate Solomon wants you to take his written plea to Gryan Stoutmantle in 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.','','Good Messenger, you have served your master well.','Hail, $C. What business do you have with The People\'s Militia?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1407,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (144,2,14,14,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,143,0,0,0,2,150,150,0,0,0,0,0,0,1408,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to Westfall','Return to Magistrate Solomon with Gryan Stoutmantle\'s response.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1408,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (145,2,18,18,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,144,0,0,146,4,0,600,0,0,0,0,0,0,1409,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to Darkshire','Magistrate Solomon wants you to take a letter to Lord Ebonlocke in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1409,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (146,2,18,18,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,145,0,0,0,2,250,210,0,0,0,0,0,0,1410,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to Darkshire','Return to Magistrate Solomon with Lord Ebonlocke\'s letter of response.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1410,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (147,2,10,7,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,123,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Manhunt','Find and kill \"the Collector\" then return to Marshal Dughan with The Collector\'s Ring.','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.','','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?','Return to Marshal Dughan at Goldshire in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2239,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (148,2,24,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,165,0,0,149,2,0,300,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,'Supplies from Darkshire','Speak with Madame Eva.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (149,2,24,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,148,0,0,154,2,0,300,0,0,0,0,0,0,1453,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ghost Hair Thread','Bring the Spectral Comb to Blind Mary.','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...','','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!!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1453,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (150,2,20,20,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3567,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murloc Poachers','Bring 8 Murloc Fins to Dockmaster Baren in Lakeshire.','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...','','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!','Return to Dockmaster Baren at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1468,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (151,2,14,9,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,780,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2165,1537,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poor Old Blanchy','Verna Furlbrow in Westfall wants you to bring her 8 Handfuls of Oats.','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.','','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?','Return to Verna Furlbrow at the Jansen Stead in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1528,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (152,2,19,10,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1100,900,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,'The Coast Isn\'t Clear','Kill 7 Tidehunters, 7 Warriors, 7 Oracles and 7 Coastrunners and return to Captain Grayson at the Westfall Lighthouse.','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.','','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.','Return to Captain Grayson at the Westfall Lighthouse in Westfall.',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,1,0,0,0,0,0,0,0,0,12340), (153,2,15,10,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Red Leather Bandanas','Bring 15 Red Leather Bandanas to Scout Galiaan at Sentinel Hill.','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.','','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.','Return to Scout Galiaan at Sentinel Hill in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,829,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (154,2,24,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,149,0,0,157,1,175,120,0,0,0,0,0,0,1518,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return the Comb','Return the Ghost Hair Comb to Madame Eva in Darkshire.','NO!!!!!$B$BTake it, take this comb away from me!$B$BI\'m a monster, and no one will ever think me lovely again!','','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...?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1518,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (155,2,18,14,0,40,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,142,0,0,166,6,0,1020,0,0,0,0,0,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defias Brotherhood','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.','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 discover where VanCleef is hiding','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...','Return to 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,1,0,0,0,0,0,0,0,0,12340), (156,2,24,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,158,0,0,159,3,0,570,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,'Gather Rot Blossoms','Gather 8 Rot Blossoms and bring them to Tavernkeep Smitts in Darkshire.','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.','','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?','Return to Tavernkeep Smitts at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1598,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0,0,12340), (157,2,24,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,154,0,0,158,4,1300,900,0,0,0,0,0,0,1596,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliver the Thread','Bring the Ghost Hair Thread to Abercrombie, in his shack north of the Raven Hill Cemetery.','Here is your thread, $N. It has a thousand uses, from binding evil spirits to sewing life into inanimate objects.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1596,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (158,2,24,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,157,0,0,156,2,0,300,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,'Zombie Juice','Speak with Tavernkeep Smitts.','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!','','You need some Zombie Juice, do you? Hmm...that\'s some strong stuff - I don\'t usually get requests for it.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (159,2,24,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,156,0,0,133,3,1700,570,0,0,0,0,0,0,1451,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Juice Delivery','Bring the Zombie Juice to Abercrombie at his shack.','Here\'s your Zombie Juice...$B$B...and be careful with this stuff. It\'s strong enough to raise the dead!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (160,2,30,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,134,0,0,251,2,0,360,0,0,0,0,0,0,1637,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Note to the Mayor','Bring Abercrombie\'s Letter to Ello Ebonlocke, Mayor of Darkshire.','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!','','$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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1637,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (161,2,18,16,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,199,0,0,274,5,0,840,0,0,0,0,0,0,2563,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,-2606,-2355,0,'A Dark Threat Looms','Chief Engineer Hinderweir wants you to take the strange smelling powder to Ashlan Stonesmirk, the explosives expert at Dun Modr in the Wetlands.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2563,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (162,2,49,39,0,440,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,113,0,0,0,6,0,4950,0,0,0,0,0,0,8594,1,0,0,0,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,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Rise of the Silithid','Take the Insect Analysis Report to Gracina Spiritmight in Darnassus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8594,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,12340), (163,2,20,17,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,240,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raven Hill','Find out what is haunting 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.','','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...',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (164,2,23,17,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,800,540,0,0,0,0,0,0,1922,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliveries to Sven','Deliver the supplies 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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1922,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (165,2,25,17,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,600,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hermit','Check on the old man in the shack near Raven Hill cemetery.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (166,2,22,14,0,1581,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,155,0,0,0,7,0,1560,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defias Brotherhood','Kill Edwin VanCleef and bring his head to Gryan Stoutmantle.','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.','','$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?','Return to Gryan Stoutmantle at Sentinel Hill in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3637,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (167,2,20,15,0,1581,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1893,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oh Brother. . .','Bring Foreman Thistlenettle\'s Explorers\' League Badge to Wilder Thistlenettle in Stormwind.','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.','','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?','Return to Wilder Thistlenettle in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1875,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (168,2,18,14,0,1581,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,840,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Collecting Memories','Retrieve 4 Miners\' Union Cards and return them to Wilder Thistlenettle in Stormwind.','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.','','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?','Return to Wilder Thistlenettle in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1894,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (169,2,26,11,0,44,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,4000,1620,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Gath\'Ilzogg','Kill Gath\'Ilzogg and bring his head to Magistrate Solomon in Lakeshire for the reward.','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.','','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?','Return to Magistrate Solomon at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3633,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (170,2,2,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,179,0,0,0,5,0,90,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,6185,2172,6173,0,0,0,1,1,1,0,0,0,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A New Threat','Balir Frosthammer wants you to kill 6 Rockjaw Troggs and 6 Burly Rockjaw Troggs.','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.','','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?','Return to Balir Frosthammer at Coldridge Valley in Dun Morogh.',707,724,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,3,'','','','',2,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (171,2,-1,10,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,558,0,0,0,2,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,23007,23015,23002,23022,0,0,1,1,1,1,0,0,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warden of the Alliance','Return your ward to the Stormwind orphanage by handing in the Human Orphan Whistle to Orphan Matron Nightingale in the Cathedral District.','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!','','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?','Return to Orphan Matron Nightingale in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18598,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,6,4,2,0,0,0,0,0,0,12340), (172,2,-1,10,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18597,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Children\'s Week','Use the Orcish Orphan Whistle to talk with the child you will be looking after during 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (173,2,28,23,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,221,3,1800,720,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Worgen in the Woods','Kill 6 Nightbane Shadow Weaver worgen for Calor in Darkshire.','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.','','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?','Return to Calor at Darkshire in Duskwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (174,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,175,5,0,1200,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Look To The Stars','Viktori Prism\'Antras of Darkshire wants you to bring him a bronze tube.','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.','','This is perfect, $N. The first step is complete!','Have you found a skilled engineer to create a bronze tube yet?','Return to Viktori Prism\'Antras at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4371,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (175,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,174,0,0,177,3,0,600,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,'Look To The Stars','Locate Mary and persuade her to give up a reflective surface for Viktori\'s project.','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. . .','','Why yes, I used to own a looking glass.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (176,2,11,5,0,12,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: \"Hogger\"','Slay the gnoll Hogger and bring his Huge Gnoll Claw to Marshal Dughan.','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.','','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?','Return to Marshal Dughan at Goldshire in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1931,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (177,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,175,0,0,181,4,0,900,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Look To The Stars','Retrieve Blind Mary\'s Looking Glass from the Insane Ghoul and give it to Viktori in Darkshire.','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.','','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?','Return to Viktori Prism\'Antras at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1946,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (178,2,23,15,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1200,840,0,0,0,0,0,0,1956,1,0,0,0,0,0,0,0,1970,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,-9562.04,-696.92,1,'Theocritus\' Retrieval','Bring the Faded Shadowhide Pendant to Theocritus the Mage at the Tower of Azora in Elwynn Forest.','$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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1956,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (179,2,1,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,60,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,719,6171,2547,0,0,0,1,1,1,0,0,0,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Outfitters','Sten Stoutarm would like 8 pieces of Tough Wolf Meat.','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?','','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?','Return to Sten Stoutarm at Coldridge Valley in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,0,0,0,0,0,8,0,0,0,0,0,3,'','','','',6,1,0,0,0,0,0,0,11,11,1,0,0,0,0,0,0,0,12340), (180,2,26,11,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,4000,1620,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Lieutenant Fangore','Kill Lieutenant Fangore and return to Magistrate Solomon in Lakeshire with his paw.','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.','','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?','Return to Magistrate Solomon at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3632,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (181,2,30,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,177,0,0,0,5,0,1500,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Look To The Stars','Locate Zzarc\'Vul in the southern ogre mound in Duskwood and return his monocle to Viktori in Darkshire.','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!','','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?','Return to Viktori Prism\'Antras at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1968,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (182,2,4,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,218,6,0,270,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,961,0,0,0,3,0,0,0,2047,2048,2195,5761,0,0,1,1,1,1,0,0,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Troll Cave','Grelin Whitebeard would like you to kill 10 Frostmane Troll Whelps.','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.','','Argh! Those Light-blasted trolls!$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.','Return to Grelin Whitebeard in Dun Morogh.',706,0,0,0,10,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,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (183,2,3,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,180,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,79,61,0,0,0,0,1,1,0,0,0,0,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Boar Hunter','Talin Keeneye would like you to kill 8 Small Crag Boars.','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.','','Excellent! I can go back to my... leisurely... hunting now. Thank you, $N.','How goes the hunt?','Return to Talin Keeneye at Coldridge Valley in Dun Morogh.',708,0,0,0,8,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,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,12340), (184,2,9,8,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,360,0,0,0,0,0,0,1971,1,0,0,0,0,0,0,0,5057,4656,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Furlbrow\'s Deed','Bring Furlbrow\'s Deed to Farmer Furlbrow.','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...','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1971,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (185,2,31,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,186,3,0,780,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,'Tiger Mastery','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Young Stranglethorn Tigers.','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.','','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.','Return to Ajeck Rouack at Nesingwary\'s Expedition in Stranglethorn Vale.',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,'','','','',1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (186,2,33,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,185,0,0,187,3,0,900,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,'Tiger Mastery','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Stranglethorn Tigers.','You are learning, $c. Let us test your skills with the mature cats now. Kill 10 Stranglethorn Tigers this time out.','','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.','Return to Ajeck Rouack at Nesingwary\'s Expedition in Stranglethorn Vale.',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,1,0,0,0,0,0,0,0,0,12340), (187,2,35,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,186,0,0,188,4,0,1500,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,'Tiger Mastery','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Elder Stranglethorn Tigers.','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.','','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.','Return to Ajeck Rouack at Nesingwary\'s Expedition in Stranglethorn Vale.',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,1,0,0,0,0,0,0,0,0,12340), (188,2,37,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,208,-193,0,5,0,2220,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Tiger Mastery','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill Sin\'Dall and return with her paw.','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.','','Most impressive, I do say! You are a true Master Tiger Hunter, $N!','How goes the hunt for Sin\'Dall?','Return to Ajeck Rouack at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3879,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (189,2,35,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3500,1500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4598,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodscalp Ears','Acquire 15 Bloodscalp Ears and return them to Kebok in Booty Bay.','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.','','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!','Return to Kebok at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1519,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',5,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (190,2,31,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,191,3,0,780,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,'Panther Mastery','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Young Panthers.','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...','','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.','Return to Sir S. J. Erlgadin at Nesingwary\'s Expedition in Stranglethorn Vale.',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,'','','','',1,0,0,0,0,0,0,0,25,1,0,0,0,0,0,0,0,0,12340), (191,2,33,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,190,0,0,192,3,0,900,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,'Panther Mastery','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Panthers.','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.','','Perfectly executed, $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','Return to Sir S. J. Erlgadin at Nesingwary\'s Expedition in Stranglethorn Vale.',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,1,0,0,0,0,0,0,0,0,12340), (192,2,38,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,191,0,0,193,4,0,1740,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,'Panther Mastery','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Shadowmaw Panthers.','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....','','You\'ve done well, $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','Return to Sir S. J. Erlgadin at Nesingwary\'s Expedition in Stranglethorn Vale.',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,1,0,0,0,0,0,0,0,0,12340), (193,2,40,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,208,-193,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Panther Mastery','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to bring him the Fang of Bhag\'thera.','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!','','So the great Bhag\'thera is dead! Cheers to you, $N. You are a mighty $c indeed!','Bhag\'thera can prove to be an elusive beast. How fares the hunt?','Return to Sir S. J. Erlgadin at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3876,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (194,2,34,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,195,3,0,960,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,'Raptor Mastery','Hemet Nesingwary Jr. wants you to kill 10 Stranglethorn Raptors.','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.','','Nicely done, $g old chap : m\'lady;!','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?','Return to Hemet Nesingwary Jr. at Nesingwary\'s Expedition in Stranglethorn Vale.',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,1,0,0,0,0,0,0,0,0,12340), (195,2,36,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,194,0,0,196,3,0,1080,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,'Raptor Mastery','Hemet Nesingwary Jr. wants you to kill 10 Lashtail Raptors.','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!','','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.','Return to Hemet Nesingwary Jr. at Nesingwary\'s Expedition in Stranglethorn Vale.',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,1,0,0,0,0,0,0,0,0,12340), (196,2,41,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,195,0,0,197,4,0,2040,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,'Raptor Mastery','Hemet Nesingwary Jr. wants you to kill 10 Jungle Stalkers.','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.','','Ho ho!! We have ourselves a true raptor slayer! Nicely done, $g old chap : fair lady;!','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.','Return to Hemet Nesingwary Jr. at Nesingwary\'s Expedition in Stranglethorn Vale.',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,1,0,0,0,0,0,0,0,0,12340), (197,2,43,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,196,208,-193,0,5,0,3000,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Raptor Mastery','Hemet Nesingwary Jr. wants you to kill Tethis, an elusive, dangerous raptor in Stranglethorn.','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.','','$G Master : Mistress; $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?','Return to Hemet Nesingwary Jr. at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3877,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (198,2,32,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1600,390,0,0,0,0,0,0,2252,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplies to Private Thorsen','Deliver the Miscellaneous Goblin 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.','','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.','Report to Private Thorsen in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2252,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (199,2,18,16,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,250,0,0,161,5,0,840,0,0,0,0,0,0,2563,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Threat Looms','Return to Chief Engineer Hinderweir and show him the clue that you discovered.','You take a sample of the strange smelling powder.','','This is an alarming discovery, to say the least!','Did you happen to discover any clues, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2563,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (200,2,35,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,215,0,0,328,3,0,1020,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bookie Herod','Find Bookie Herod\'s Records.','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.','','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.',NULL,'Find Bookie Herod\'s Records in 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,1,0,0,0,0,0,0,0,0,12340), (201,2,32,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1600,150,0,0,0,0,0,0,0,0,0,12,2,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,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Camp','Find the hunters\' camp and report its location to Krazek in Booty Bay.','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?','Locate the hunters\' camp','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?','Return to Krazek at Booty Bay in 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,'','','','',1,1,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (202,2,40,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,574,0,0,0,6,0,3300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4127,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Colonel Kurzen','Kill 6 Kurzen Elite, 4 Kurzen Subchiefs, and bring Kurzen\'s Head to Lieutenant Doren at the Rebel Camp.','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.','','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?','Return to Lieutenant Doren at Rebel Camp in Stranglethorn Vale.',939,978,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,3615,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (203,2,33,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,574,-203,0,4,0,1320,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Second Rebellion','Kill 15 Kurzen Jungle Fighters.$B$BReturn to Sergeant Yohwa at the Rebel Camp.','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.','','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.','Return to Sergeant Yohwa at Rebel Camp in Stranglethorn Vale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (204,2,34,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,574,-203,0,5,0,1860,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bad Medicine','Bring 7 Jungle Remedies and 1 Venom Fern Extract to Sergeant Yohwa at the Rebel Camp.','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.','','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.','Return to Sergeant Yohwa at Rebel Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2633,2634,0,0,0,0,7,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (205,2,40,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,207,0,0,0,5,0,2640,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Witchery','Bring 4 Skullsplitter Fetishes to Brother Nimetz at the Rebel Camp.','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.','','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!','Return to Brother Nimetz at Rebel Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2466,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (206,2,46,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,205,0,0,0,6,0,4350,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mai\'Zoth','Bring the Mind\'s Eye to Brother Nimetz at the Rebel Camp.','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.','','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.','Return to Brother Nimetz at Rebel Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (207,2,38,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,202,0,0,205,6,0,2940,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kurzen\'s Mystery','Find the 4 tablets and bring their legends back to Brother Nimetz.','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.','','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!','Return to Brother Nimetz at the Rebel Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2005,2006,2007,2008,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (208,2,43,28,0,33,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,4500,0,0,0,0,0,0,0,0,0,8,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,'Big Game Hunter','Hemet Nesingwary Jr. wants you to bring him the head of King Bangalash, the great white tiger.','$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.','','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, $g old bloke : lass;. King Bangalash has caused me to come crawling back to camp many times. Hang in there.','Return to Hemet Nesingwary Jr. at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3880,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (209,2,42,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,5,5500,2880,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Skullsplitter Tusks','Acquire 18 Skullsplitter Tusks and return them to Kebok.','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!','','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?','Return to Kebok at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1524,0,0,0,0,0,18,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (210,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,627,3,0,1140,0,0,0,0,0,0,4085,1,0,0,0,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,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,'Krazek\'s Cookery','Bring Krazek\'s Crock Pot to Krazek the goblin.','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.','','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?','Report to Krazek at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4085,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (211,2,60,50,0,28,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5097,0,0,0,6,0,7200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,17759,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,529,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Alas, Andorhal','Bring Araj\'s Phylactery Shard to Commander Ashlam Valorfist at Chillwind Camp, Western Plaguelands.','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!','','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?','Return 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,17114,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,4,1,0,0,0,0,0,0,12340), (212,2,40,35,0,1519,0,0,1800,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15000,3900,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Meal Served Cold','Kill a Cold Eye Basilisk, get a Chilled Basilisk Haunch, and return it to Angus Stern in the Blue Recluse.','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!','','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!','Return to Angus Stern at Mirror Lake in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2476,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (213,2,36,31,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2100,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4121,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Hostile Takeover','Retrieve 8 Tumbled Crystals and return them to Kebok in Booty Bay.','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.','','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.','Return to Kebok at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (214,2,17,14,0,1581,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,153,0,0,0,7,0,1140,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Red Silk Bandanas','Scout Riell at the Sentinel Hill Tower wants you to bring her 10 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.','','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.','Return to Scout Riell in Westfall.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,915,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (215,2,33,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,200,3,0,900,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jungle Secrets','Speak with Lieutenant Doren at the Rebel Camp.','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.','','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.',NULL,'Speak with Lieutenant Doren at the Rebel Camp in 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,1,0,0,0,0,0,0,0,0,12340), (216,2,24,21,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1700,1200,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Between a Rock and a Thistlefur','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.','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!','','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.','Return to Karang Amakkar at Zoram\'gar Outpost in Ashenvale.',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,'','','','',4,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (217,2,17,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,263,0,0,0,6,0,960,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,1436,6187,1832,0,0,0,1,1,1,0,0,0,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,-6154,-2951,0,'In Defense of the King\'s Lands','Kill the Trogg leader, Grawmug, and his two guards, Gnasher and Brawler then report back to Captain Rugelfuss in the southern guard tower.','$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.','','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.','Return to Captain Rugelfuss at the Valley of Kings in Loch Modan.',1205,1206,1207,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,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,12340), (218,2,5,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,182,0,0,282,6,0,330,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,6176,5581,0,0,0,0,1,1,0,0,0,0,47,54,0,0,0,6,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Stolen Journal','Grelin Whitebeard wants you to kill Grik\'nir the Cold, and retrieve his 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?','','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?','Return to Grelin Whitebeard in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2004,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (219,2,25,19,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1560,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,3555,1275,3431,0,0,0,1,1,1,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing In Action','Protect Corporal Keeshan on the journey back to Redridge.','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...','Escort Corporal Keeshan 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.','Yes?','Return to Marshal Marris at Lakeshire 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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (220,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,1534,0,0,0,2,0,2520,0,0,0,0,0,0,7810,1,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,0,0,'Call of Water','Bring the Vial of Purest Water to Islen Waterseer at the Tidus Stair in the Barrens.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7810,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (221,2,29,23,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,173,0,0,222,4,1900,1080,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Worgen in the Woods','Kill 12 Nightbane Dark Runner worgen for Calor in Darkshire.','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.','','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.','Return to Calor at Darkshire in Duskwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (222,2,31,23,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,221,0,0,223,4,2200,1140,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Worgen in the Woods','Kill 8 Nightbane Vile Fang and 8 Nightbane Tainted One worgen for Calor in Darkshire.','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...','','$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!','Return to Calor at Darkshire in Duskwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (223,2,31,23,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,6,0,1920,0,0,0,0,0,0,2113,1,0,0,0,0,0,0,0,5244,0,0,0,1,0,0,0,2902,1547,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Worgen in the Woods','Bring Calor\'s note to Jonathan Carevin.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2113,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (224,2,12,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,2160,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,414,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','Mountaineer Cobbleflint of the southern guard tower wants you to kill 10 Stonesplinter Troggs and 10 Stonesplinter Scouts.','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.','','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?','Return to Mountaineer Cobbleflint at North Gate Pass in Dun Morogh.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (225,2,30,25,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,227,2,0,360,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Weathered Grave','Speak with Sirra Von\'Indi in Darkshire.','The weathered grave marker reads simply:$b$bMORGAN LADIMORE$b$b','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (226,2,21,19,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,780,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1127,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wolves at Our Heels','Kill 12 Starving Dire Wolves and 8 Rabid Dire Wolves, then return to Lars at Sven\'s Camp on the western border of Duskwood.','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.','','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...?','Return to Lars at The Hushed Bank in Duskwood.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (227,2,30,25,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,225,0,0,228,1,0,150,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2154,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morgan Ladimore','Speak with Commander Althea Ebonlocke in Darkshire.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (228,2,30,25,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,229,4,2500,1140,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mor\'Ladim','Kill Mor\'Ladim, then return his skull to Commander Althea Ebonlocke in Darkshire.','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.','','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.','Return to Commander Althea Ebonlocke at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3514,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (229,2,30,25,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,228,0,0,231,1,0,150,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Daughter Who Lived','Speak with Watcher Sarah Ladimore in Darkshire.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (230,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,95,0,0,262,3,0,600,0,0,0,0,0,0,2161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sven\'s Camp','Bring the Book from Sven\'s Farm to Sven.','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.','','$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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2161,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (231,2,30,25,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,229,0,0,0,3,0,720,0,0,0,0,0,0,2162,1,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,0,0,0,0,0,0,0,'A Daughter\'s Love','Take Sarah Ladimore\'s ring to Morgan Ladimore\'s grave.','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.','','$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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2162,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (232,2,45,38,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,238,1,0,330,0,0,0,0,0,0,8525,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Errand for Apothecary Zinge','Take the purchase order to Alessandro Luca in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8525,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (233,2,3,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,179,0,0,0,4,0,120,0,0,0,0,0,0,2187,1,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Coldridge Valley Mail Delivery','Deliver the stack of letters to Talin Keeneye in Coldridge Valley.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2187,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',6,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (234,2,4,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,233,0,0,0,4,7,150,0,0,0,0,0,0,2188,1,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Coldridge Valley Mail Delivery','Deliver the letter to Grelin Whitebeard in Coldridge Valley.','If I remember correctly, Grelin\'s camp is down the road to the southeast. No doubt he\'ll be eager to get his mail.','','Ahh, excellent. It\'s been a while since I received word from Ironforge.','Is there something I can help you with?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2188,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (235,2,20,20,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,235,0,1,0,90,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ashenvale Hunt','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (236,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13153,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4293.47,1813.27,0,'Fueling the Demolishers','Siege Master Stouthandle at Wintergrasp Fortress wants you to retrieve 10 Eternal Embers from Horde players at the Cauldron of Flames.','$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.','','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?','Return to Siege Master Stouthandle in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (237,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,224,0,0,0,5,700,6300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,858,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','Mountaineer Gravelgaw in the southern guard tower wants you to kill 10 Stonesplinter Skullthumpers and 10 Stonesplinter Seers and report back to him.','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.','','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.','Return to Mountaineer Gravelgaw at Valley of Kings in Loch Modan.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (238,2,45,38,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,232,0,0,243,1,0,330,0,0,0,0,0,0,8523,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Errand for Apothecary Zinge','Bring the Field Sampling Kit to Apothecary Zinge in the Undercity.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8523,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (239,2,10,6,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11,2,0,120,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Westbrook Garrison Needs Help!','Go to the Westbrook Garrison and speak with Deputy Rainer.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (240,2,20,17,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,93,0,0,0,3,1200,480,0,0,0,0,0,0,2250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Jitters','Return to Jitters with the Dusky Crab Cakes.','And here we are - \"Crab\" Cakes ala Grual!','','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?!?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (241,2,1,1,0,331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' HEY MISTER WILSON!','Log','Description','',NULL,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,12340), (242,2,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,'','Kill 8 Dragonmaw Raiders,3 Dragonmaw Bonewarders,and a Dragonmaw Battlemaster.','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.','',NULL,NULL,'Return to [UNUSED] Truek.',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,12340), (243,2,46,38,0,440,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,238,0,0,379,3,0,1740,0,0,0,0,0,0,8523,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Field','Speak to Chief Engineer Bilgewhizzle in Gadgetzan about getting a power source for the testing kit.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (244,2,16,11,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,246,2,200,180,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encroaching Gnolls','Report to Deputy Feldon at the bridge south of Lakeshire in Redridge Mountains.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (245,2,21,17,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,780,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3559,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eight-Legged Menaces','Kill 15 Pygmy Venom Web Spiders, and then report back to Watcher Dodds in Duskwood.','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.','','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.','Return to Watcher Dodds in Duskwood.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (246,2,17,11,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,244,0,0,0,4,700,570,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assessing the Threat','Kill 10 Redridge Mongrels and 6 Redridge Poachers, then report back to Deputy Feldon in Lakeshire.','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.','','$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.','Return to Deputy Feldon at Lakeshire in Redridge Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (247,0,30,20,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,16658,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,6,0,0,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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (248,2,22,20,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,94,0,0,0,5,0,1080,0,0,0,0,0,0,1083,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,-9286.24,-2938.95,1,'Looking Further','Climb the intact watch tower beside Stonewatch Keep in Redridge Mountains.$B$BFind a suitable container to place the Glyph of Azora.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1083,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (249,2,26,20,0,44,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,248,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5274,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morganth','Defeat Morganth.$B$BBring his Pendant of Shadow to Theocritus at the Tower of Azora in Elwynn Forest.','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.','','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!','Return to Theocritus at the Tower of Azora in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3617,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (250,2,18,16,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,199,3,0,420,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Threat Looms','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.','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.','','The suspicious looking barrel contains a strange smelling powder.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (251,2,30,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,160,0,0,0,1,0,150,0,0,0,0,0,0,1637,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Translate Abercrombie\'s Note','Bring the Letter to Ello to Sirra Von\'Indi.','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.','','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1637,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (252,2,30,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,401,0,0,0,1,0,150,0,0,0,0,0,0,1656,1,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,0,0,0,0,0,0,0,'Translation to Ello','Bring the Translated Letter to Lord Ello Ebonlocke','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...','','$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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1656,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (253,2,30,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,252,0,0,0,7,0,2220,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3560,6223,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bride of the Embalmer','Find Eliza\'s grave. Retrieve the Embalmer\'s Heart from her, then return to Ello Ebonlocke.','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.','','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?','Return to Lord Ello Ebonlocke at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2382,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (254,0,35,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-253,0,0,0,0,0,0,0,0,0,0,0,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,'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?','',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,1,0,0,0,0,0,0,0,0,12340), (255,2,19,15,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1100,900,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mercenaries','Magistrate Bluntnose of Thelsamar has hired you to kill 4 Mo\'grosh Ogres, 4 Mo\'grosh Brutes and 4 Mo\'grosh Enforcers.','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?','','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?','Return to Magistrate Bluntnose in Loch Modan.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (256,2,22,9,0,38,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,10500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1449,0,0,0,1,0,0,0,6189,6191,0,0,0,0,1,1,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Chok\'sul','Kill Chok\'sul and bring his head to Magistrate Bluntnose of Thelsamar.','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.','','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?','Return to Magistrate Bluntnose in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (257,2,16,11,0,38,0,0,900,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,258,4,0,540,0,0,0,0,0,0,0,0,0,8,0,0,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,'A Hunter\'s Boast','Kill 6 Mountain Buzzards and return to Daryl the Youngling in the Farstrider Lodge within 15 minutes.','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.','','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.','Return to Daryl the Youngling at Farstrider Lodge in Loch Modan.',1194,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (258,2,17,11,0,38,0,0,720,0,1101,0,0,0,0,0,0,0,0,0,0,257,0,0,0,4,0,570,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'A Hunter\'s Challenge','Kill 5 Elder Mountain Boars and return to Daryl the Youngling in the Farstrider Lodge within 12 minutes.','$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...','','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?','Return to Daryl the Youngling at Farstrider Lodge in Loch Modan.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (259,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,260,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,'','Talk to Kelt Thomasin.','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.','',NULL,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,12340), (260,2,20,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Collect 5 Threshadon Teeth and 5 Threshadon Claws, then bring them to Kelt Thomasin.','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','',NULL,NULL,'Return to Kelt Thomasin in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (261,2,39,34,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,5,4500,2460,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,'Down the Scarlet Path','Destroy 30 Undead Ravagers, then return to Brother Anton at Nijel\'s Point.','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.','','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.','Return to Brother Anton at Nijel\'s Point in Desolace.',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,1,0,0,0,0,0,0,0,0,12340), (262,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,230,0,0,265,2,0,300,0,0,0,0,0,0,2161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadowy Figure','Take the book you found at Sven\'s farm and show it to townsfolk in Darkshire.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2161,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (263,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,237,0,0,0,5,700,660,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2863,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','Mountaineer Wallbang in the southern guard tower wants you to kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers.','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.','','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!','Return to Mountaineer Wallbang at the Valley of Kings in Dun Morogh.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (264,2,15,12,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,330,0,0,0,0,0,0,6145,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Until Death Do Us Part','Place Clarice\'s Pendant on Yuriv\'s Tomb in Silverpine.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6145,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1024,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (265,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,262,0,0,266,1,0,120,0,0,0,0,0,0,2161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadowy Search Continues','See if other townsfolk have clues about the shadowy figure.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2161,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (266,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,265,0,0,453,1,0,120,0,0,0,0,0,0,2161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inquire at the Inn','Search the inn for clues about the shadowy figure.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2161,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (267,2,12,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,2160,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Trogg Threat','Bring 8 Trogg Stone Teeth to Captain Rugelfuss in the southern guard tower.','$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.','','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.','Return to Captain Rugelfuss at North Gate Pass in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2536,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (268,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,453,0,0,323,2,0,300,0,0,0,0,0,0,2560,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Sven','Return to Sven with Jitters\' completed journal.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2560,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (269,2,29,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,323,0,0,270,2,0,360,0,0,0,0,0,0,2560,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeking Wisdom','Give Jitters\' Completed Journal to Bishop Farthing in Stormwind.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2560,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (270,2,29,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,269,0,0,321,3,0,720,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,-3673,-826.98,1,'The Doomed Fleet','Go to Menethil Harbor in the Wetlands, and speak with Glorin Steelbrow.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (271,2,20,15,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,258,0,0,531,5,0,960,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,-5612.11,-3006.4,1,'Vyrin\'s Revenge','Kill Ol\' Sooty then show your handiwork to Daryl the Youngling at the Farstrider Lodge.','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.','','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...','Return to Daryl the Youngling at Farstrider Lodge in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2713,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (272,2,-1,16,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,29,0,0,5061,4,0,99300,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Sea Lion','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.','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.','','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.','Return to Dendrite Starblaze at Nighthaven in Moonglade.',0,0,0,0,0,0,0,0,15883,15882,0,0,1,1,0,0,0,0,15885,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (273,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,302,0,0,454,2,0,150,0,0,0,0,0,0,0,0,0,12,2,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Resupplying the Excavation','Speak with Huldar.','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.','Find Huldar, Miran, and Saean','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.',NULL,'Speak to Huldar at The Loch 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,1,0,0,0,0,0,0,0,0,12340), (274,2,18,16,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,161,0,0,278,2,0,210,0,0,0,0,0,0,2609,1,0,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Threat Looms','Ashlan Stonesmirk wants you to return to Chief Engineer Hinderweir in Loch Modan and inform him of the new discovery.','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!','','A disarming colloid? For Seaforium? Oh heavens!','What is that you bring from Ashlan?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2609,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (275,2,26,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,277,0,0,0,6,0,1620,0,0,0,0,0,0,0,0,0,8,0,0,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,'Blisters on The Land','Kill 8 Fen Creepers, then return to Rethiel the Greenwarden in the Wetlands.','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.','','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.','Return to Rethiel the Greenwarden at the Green Belt in Wetlands.',1040,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (276,2,21,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,277,4,0,780,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,'Tramping Paws','Kill 15 Mosshide Gnolls and 10 Mosshide Mongrels, then return to Rethiel the Greenwarden in the Wetlands.','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.','','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.','Return to Rethiel the Greenwarden at the Green Belt in Wetlands.',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,1,0,0,0,0,0,0,0,0,12340), (277,2,23,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,276,0,0,275,5,0,1140,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Fire Taboo','Bring Rethiel the Greenwarden 9 Crude Flints.','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.','','... 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?','Return to Rethiel the Greenwarden at the Green Belt in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2611,0,0,0,0,0,9,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (278,2,18,16,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,274,0,0,280,5,0,840,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Threat Looms','Chief Engineer Hinderweir wants you to gather Lurker Venom, a Mo\'grosh Crystal, and a Crocolisk Tear.','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.','','Just in time, $N!','Do you have the needed items? Time is of the essence!!','Return to Chief Engineer Hinderweir VII at Stonewrought Dam in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,2607,2939,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (279,2,22,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,281,5,1400,1080,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claws from the Deep','Kill 12 Bluegill Murlocs.$B$BSlay Gobbler and take his head.$B$BBring Gobbler\'s Head to Karl Boran in Menethil Harbor.','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.','','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.','Return to Karl Boran at Menethil Harbor in Wetlands.',1024,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,3618,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (280,2,18,16,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,278,0,0,283,3,0,420,0,0,0,0,0,0,2610,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Threat Looms','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.','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!','','The keg fizzles slightly as the Disarming Mixture settles in.','The top of the keg slowly twists off.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2610,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (281,2,25,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,279,0,0,284,2,0,300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,929,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,-3291.77,-958.61,1,'Reclaiming Goods','Search the crates and barrels at the coastal Murloc camps.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (282,2,5,1,0,132,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,0,4,0,210,0,0,0,0,0,0,2619,1,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Senir\'s Observations','Speak with Mountaineer Thalos.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',1,0,0,0,0,0,0,0,0,113,1,0,0,0,0,0,0,0,12340), (283,2,20,16,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,280,0,0,0,6,0,1200,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Threat Looms','The Disarming Mixture seemed to take effect. Return to Chief Engineer Hinderweir to report the good news.','The keg fizzles slightly.','','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. . . .',NULL,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,1,0,0,0,0,0,0,0,0,12340), (284,2,25,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,281,0,0,285,2,0,300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,422,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Search Continues','Search for the Menethil Statuette.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (285,2,25,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,284,0,0,286,3,0,600,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Search More Hovels','Continue searching the Murloc hovels for the Menethil Statuette.','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!','','This barrel is halfway buried amidst the mud and grass ...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (286,2,25,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,285,0,0,0,4,0,900,0,0,0,0,0,0,2625,1,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return the Statuette','Bring Karl Boran at Menethil Harbor in Wetlands the Menethil 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2625,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (287,2,9,7,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,420,0,0,291,4,0,360,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,3216,2900,0,0,0,0,1,1,0,0,0,0,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Frostmane Hold','Explore Frostmane Hold, and kill 5 Frostmane Headhunters for Senir Whitebeard in Kharanos.','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.','Fully explore Frostmane Hold','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.','Return to Senir Whitebeard at Shimmer Ridge in Dun Morogh.',1123,0,0,0,5,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,1,0,0,0,0,0,0,0,0,12340), (288,2,27,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,289,1,0,120,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,'The Third Fleet','Buy First Mate Fitzsimmons a Flagon of Mead.','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.','','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?','Return to First Mate Fitzsimmons at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2594,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (289,2,29,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,288,0,0,290,4,1900,1080,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cursed Crew','Kill 13 Cursed Sailors, 5 Cursed Marines and First Mate Snellig. Bring Snellig\'s Snuffbox to First Mate Fitzsimmons in Menethil Harbor.','$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.','','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.','Return to First Mate Fitzsimmons at Menethil Harbor in Wetlands.',1157,1158,0,0,13,5,0,0,0,0,0,0,0,0,0,0,0,0,3619,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (290,2,30,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,289,0,0,292,3,0,720,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lifting the Curse','Get the Intrepid Strongbox Key from Captain Halyndor.$B$BUse the key to open the Intrepid\'s Locked Strongbox.','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.','','The key is rusted but it fits the lock neatly.','This chest is securely locked.','Seek out the Intrepid\'s Locked Strongbox in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2629,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (291,2,10,1,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,287,0,0,0,3,175,240,0,0,0,0,0,0,2628,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'The Reports','Deliver Senir\'s report to Senator Barin Redstone in Ironforge.','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?','','$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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2628,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (292,2,30,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,290,0,0,293,3,0,720,0,0,0,0,0,0,2944,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eye of Paleth','Bring the Cursed Eye of Paleth to Glorin Steelbrow at Menethil Harbor in Wetlands.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2944,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (293,2,30,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,292,0,0,0,5,0,1500,0,0,0,0,0,0,2944,1,0,0,0,0,0,0,0,2943,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleansing the Eye','Bring Archbishop Benedictus the Cursed Eye of Paleth. Benedictus is in the Cathedral of Light, in the city of Stormwind.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2944,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (294,2,24,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,295,5,1700,1200,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ormer\'s Revenge','Ormer Ironbraid at the Whelgar Excavation Site wants you to kill 10 Mottled Screechers and 10 Mottled Raptors.','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.','','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.','Return to Ormer Ironbraid at Whelgar\'s Excavation Site in Wetlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (295,2,27,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,294,0,0,296,5,2200,1320,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ormer\'s Revenge','Ormer Ironbraid wants you to kill 10 Mottled Scytheclaw raptors and 10 Mottled Razormaw raptors then return to him at the Whelgar Excavation Site.','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!','','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?','Return to Ormer Ironbraid at Whelgar\'s Excavation Site in Wetlands.',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,0,21,1,0,0,0,0,0,0,0,0,12340), (296,2,29,22,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,295,0,0,0,6,0,1800,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3682,0,0,0,1,0,0,0,3493,3566,5246,0,0,0,1,1,1,0,0,0,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ormer\'s Revenge','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.','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.','','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?','Return to Ormer Ironbraid at Whelgar\'s Excavation Site in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3638,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0,0,12340), (297,2,18,13,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,840,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gathering Idols','Bring Magmar Fellhew 8 Carved Stone 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.','','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!','Return to Magmar Fellhew at Ironband\'s Excavation Site in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2636,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (298,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,301,2,0,150,0,0,0,0,0,0,2637,1,0,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Excavation Progress Report','Bring Ironband\'s Progress Report to Jern Hornhelm in Thelsamar.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2637,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (299,2,28,25,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1380,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uncovering the Past','Prospector Whelgar wants you to scour the excavation site in search of the 4 missing tablet fragments: Ados, Modr, Golm and Neru.','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!','','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...','Return to Prospector Whelgar at Whelgar\'s Excavation Site in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2658,2659,2660,2661,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (301,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,298,0,0,302,3,175,330,0,0,0,0,0,0,2637,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Ironforge','Take Ironband\'s Progress Report to Prospector Stormpike.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2637,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (302,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,301,0,0,273,2,0,150,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,47,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Powder to Ironband','Speak with Jern Hornhelm at Thelsamar in Loch Modan.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (303,2,30,25,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1500,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dark Iron War','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.','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!','','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!','Return to Motley Garmason at Dun Modir in Wetlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (304,2,31,26,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1500,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Grim Task','Kill Balgaras the Foul and bring his ear to Longbraid the Grim outside of Dun Modr.','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.','','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.','Return to Longbraid the Grim at Dun Modir in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3639,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (305,2,24,21,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,306,3,0,570,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of The Excavation Team','Tarrel Rockweaver wants you to travel to the Excavation Site and contact Merrin Rockweaver.','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!','','Oh, thank the heavens you are here!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (306,2,24,21,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,305,0,0,0,2,0,300,0,0,0,0,0,0,2639,1,0,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of The Excavation Team','Return to Tarrel Rockweaver at Menethil Harbor in Wetlands with Merrin\'s note.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2639,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (307,2,15,9,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,8100,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Filthy Paws','Go to the Silver Stream Mine and collect 4 loads of Miners\' Gear.$B$BReturn to Mountaineer Stormpike.','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.','','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?','Return to Mountaineer Stormpike at Algaz Station in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (308,0,7,1,0,1,0,0,0,0,1101,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,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,'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!','Return to Jarven Thunderbrew in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2686,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (309,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,454,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,3217,6188,0,0,0,0,1,1,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Protecting the Shipment','Ensure Miran and the shipment arrive at the excavation site, then inform Prospector Ironband.','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.','Escort Miran to the excavation site','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.',NULL,'Return to Prospector Ironband at Ironband\'s Excavation Site 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,1,0,0,0,0,0,0,0,0,12340), (310,2,6,2,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,311,2,0,90,0,0,0,0,0,0,2548,1,0,0,0,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Bitter Rivals','In the basement of the Thunderbrew Distillery in Kharanos, replace a barrel of Thunder Ale with a Barrel of Barleybrew Scalder.','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 ...','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2548,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (311,2,7,2,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,310,0,0,0,5,175,390,0,0,0,0,0,0,2666,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Marleth','Bring the barrel of Thunder Ale to Marleth Barleybrew at the Brewnall Village.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2666,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (312,2,12,7,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2160,0,0,0,0,0,0,0,0,0,8,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Tundra MacGrann\'s Stolen Stash','Retrieve Tundra MacGrann\'s dried meats from the stolen meat locker in Old Icebeard\'s cave.','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.','','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?','Return to Tundra MacGrann at Brewnall Village in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2667,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (313,2,7,4,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,175,390,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grizzled Den','Gather 8 Wendigo Manes and bring them to Pilot Stonegear.','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!','','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.','Return to Pilot Stonegear at Steelgrill\'s Depot in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2671,0,0,0,0,0,8,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (314,2,12,6,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2160,0,0,0,0,0,0,0,0,0,8,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Protecting the Herd','Rudra Amberstill wants you to slay Vagash and bring his fang to her at the Ram ranch.','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.','','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.','Return to Rudra Amberstill in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (315,2,9,5,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,480,0,0,0,0,0,0,0,0,0,8,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Perfect Stout','Bring 6 Shimmerweeds to Rejold Barleybrew in the Brewnall Village.','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.','','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.','Return to Rejold Barleybrew at Chill Breeze Valley in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2676,0,0,0,0,0,6,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (316,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,50,60,0,0,0,0,0,0,0,0,0,8,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,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,NULL,'Return to Test Squirrel.',0,0,0,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,0,0,0,12340), (317,2,6,2,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,318,6,250,420,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,47,54,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Stocking Jetsteam','Gather 4 Chunks of Boar Meat and 2 Thick Bear Furs, and deliver them to Pilot Bellowfiz at Steelgrill\'s Depot.','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.','','By Magni\'s beard, you sure did a lot of hunting!! Thank you, $N.','Preparations are going well. How goes your hunting?','Return to Pilot Bellowfiz at The Tundrid Hills in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,769,6952,0,0,0,0,4,2,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (318,2,7,2,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,317,0,0,319,2,0,90,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,47,54,0,0,0,2,2,0,0,0,0,0,0,0,0,0,-5367.95,299.86,1,'Evershine','Get a cask of Evershine from Rejold Barleybrew in Brewnall Village.','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.','','Bellowfiz needs some of my Evershine? Hm...all right.',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (319,2,8,2,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,318,0,0,320,4,0,330,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'A Favor for Evershine','Kill 6 Ice Claw Bears, 8 Elder Crag Boars, and 8 Snow Leopards, and then return to Rejold Barleybrew in Brewnall Village.','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.','','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?','Return to Rejold Barleybrew at Chill Breeze Valley in Dun Morogh.',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (320,2,8,2,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,319,0,0,0,6,0,540,0,0,0,0,0,0,2696,1,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,47,54,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Bellowfiz','Give the cask of Evershine to Pilot Bellowfiz at Steelgrill\'s Depot.','Here\'s your cask of Evershine, $N. And again, thank you for the hunting earlier.','','Yes, this will do just fine. I think I\'ll open a bottle right now and have a taste...','Did you get that Evershine?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2696,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (321,2,29,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,324,2,0,360,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2702,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lightforge Iron','Search the wreckage of The Flying Osprey in the Wetlands.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (322,2,29,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,325,3,0,720,0,0,0,0,0,0,2712,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessed Arm','Take the Crate of Lightforge Ingots to Grimand Elmore in Stormwind.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2712,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (323,2,28,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,268,0,0,269,5,1800,1380,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proving Your Worth','Kill 15 Skeletal Raiders, 3 Skeletal Healers and 3 Skeletal Warders, and then return to Sven.','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.','','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.','Return to Sven Yorgen at The Hushed Bank in Duskwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (324,2,29,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,321,0,0,322,4,0,1080,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Ingots','Gather 5 Lightforge Ingots, then return to Glorin Steelbrow in the Wetlands.','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.','','Ah, you found them! Now let\'s get this lightforge iron hammered into something useful, eh?','Did you find the lightforge iron you need?','Return to Glorin Steelbrow at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2702,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (325,2,29,20,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,55,2,0,360,0,0,0,0,0,0,7297,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armed and Ready','Bring Morbent\'s Bane to Sven in Duskwood.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7297,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (326,2,60,50,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,8,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'','x','x','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (327,0,15,1,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,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,'','','','',NULL,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,12340), (328,2,37,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,200,0,0,329,3,0,1140,0,0,0,0,0,0,2719,1,0,0,0,0,0,0,0,4122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,-11379.6,-711.09,1,'The Hidden Key','Use the Small Brass Key to open Bookie Herod\'s Strongbox.','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.','','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.','Return to Bookie Herod\'s Strongbox in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2719,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (329,2,37,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,328,0,0,330,3,0,1140,0,0,0,0,0,0,2720,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spy Revealed!','Take the Muddy Note to Lieutenant Doren at the Rebel Camp.','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.','','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?','Report to Lieutenant Doren at the Rebel Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2720,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (330,2,37,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,329,0,0,331,1,0,210,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,'Patrol Schedules','Speak with Corporal Sethman.','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.','','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.',NULL,'Speak with Corporal Sethman at the Rebel Camp in 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,1,0,0,0,0,0,0,0,0,12340), (331,2,37,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,330,0,0,0,5,0,2220,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Doren','Speak with Lieutenant Doren.','Did Lieutenant Doren want you to report back to him with that patrol information?','','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.',NULL,'Speak with Lieutenant Doren at the Rebel Camp in 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,1,0,0,0,0,0,0,0,0,12340), (332,2,2,1,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,90,0,0,0,0,0,0,2722,1,0,0,0,0,0,0,0,2723,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wine Shop Advert','Go to the Gallina Winery, and bring Suzetta Gallina the Wine Ticket for a free bottle of wine.','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!','','Ah, so you\'ve seen Renato? Well here you are, $G sir:madam;. 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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2722,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (333,2,2,1,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,17,60,0,0,0,0,0,0,2724,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,-8776.29,696.6,1,'Harlan Needs a Resupply','Go to the Canal Tailor Shop and bring Rema Schneider the Cloth Request from Harlan Bagley.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2724,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (334,2,2,1,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,90,0,0,0,0,0,0,2760,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Package for Thurman','Go to the Larson Clothiers in the Stormwind Mage Quarter, and give Thurman Schneider his Sewing Kit.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (335,2,30,25,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,336,5,2500,1500,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,'A Noble Brew','Zardeth the Black Claw wants you to bring him a Tear of Tilloa from Darkshire and a Musquash Root from the Wetlands.','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.','','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?','Return to Zardeth of the Black Claw in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2779,2784,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (336,2,30,25,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,335,0,0,0,5,2500,1500,0,0,0,0,0,0,2788,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Noble Brew','Take the Black Claw Stout to Lord Wishock in the Hall of Petitioners.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2788,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (337,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,538,4,1400,900,0,0,0,0,0,0,2794,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Old History Book','Return the book: The History of Stormwind, to the Stormwind Library.','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...','','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??',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2794,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (338,2,40,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,7,0,3900,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Green Hills of Stranglethorn','Collect the missing pages from The Green Hills of Stranglethorn manuscript. Once all four chapters are complete, return them to Barnil.','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.','','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?','Return to Barnil Stonepot at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,2757,2758,2759,0,0,1,1,1,1,0,0,0,'','','','',5,18,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (339,2,40,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-338,0,0,0,2,0,660,0,0,0,0,0,0,0,0,0,8,1,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,0,0,0,0,0,0,0,'Chapter I','Bring pages 1, 4, 6, and 8 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete 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!','','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.','Return to Barnil Stonepot at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2725,2728,2730,2732,0,0,1,1,1,1,0,0,0,'','','','',1,5,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (340,2,40,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-338,0,0,0,2,0,660,0,0,0,0,0,0,0,0,0,8,1,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,0,0,0,0,0,0,0,'Chapter II','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 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.','','Chapter II is finally complete! Well done!','We still need pages 10, 11, 14 and 16 to complete Chapter II, $N.','Return to Barnil Stonepot at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2734,2735,2738,2740,0,0,1,1,1,1,0,0,0,'','','','',1,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (341,2,40,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-338,0,0,0,2,0,660,0,0,0,0,0,0,0,0,0,8,1,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,0,0,0,0,0,0,0,'Chapter III','Bring pages 18, 20, 21and 24 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete 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. . .','','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.','Return to Barnil Stonepot at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2742,2744,2745,2748,0,0,1,1,1,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (342,2,40,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-338,0,0,0,2,0,660,0,0,0,0,0,0,0,0,0,8,1,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,0,0,0,0,0,0,0,'Chapter IV','Bring pages 25, 26, and 27 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete 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.','','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?','Return to Barnil Stonepot at Nesingwary\'s Expedition in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2749,2750,2751,0,0,0,1,1,1,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (343,2,24,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,344,1,0,120,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,-8335.94,398.29,1,'Speaking of Fortitude','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.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (344,2,24,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,343,0,0,345,2,0,300,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,-8876.67,-184.32,1,'Brother Paxton','Speak with Brother Paxton in the Northshire Abbey.','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...','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (345,2,24,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,344,0,0,347,2,0,300,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ink Supplies','Speak with Foreman Oslow in Lakeshire and ask him for Rethban Iron Ore.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (346,2,24,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,347,0,0,0,5,0,1200,0,0,0,0,0,0,2795,1,0,0,0,0,0,0,0,6095,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Kristoff','Return to Brother Kristoff in the Cathedral Square. Give him the book The Stresses of Iron.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2795,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (347,2,24,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,345,0,0,346,3,0,570,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rethban Ore','Gather 5 loads of Rethban Ore and bring it to Brother Paxton in the Northshire Library.','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.','','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?','Return to Brother Paxton at Northshire Valley in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2798,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (348,2,45,40,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,4950,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4113,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Stranglethorn Fever','Seek out Witch Doctor Unbagwa and have him summon Mokk the Savage. Bring the Heart of Mokk to Fin Fizracket.','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....','','...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....','Return to Fin Fizracket at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (349,0,35,32,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-348,0,0,0,0,0,0,0,0,0,0,0,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,'Stranglethorn Fever','temp text 02 - log','temp text 02 - description',NULL,'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!','Return to Witch Doctor Unbagwa in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2799,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (350,2,31,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,393,0,0,2745,1,0,150,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,'Look to an Old Friend','Speak to Elling Trias in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (351,2,48,43,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,5,0,3750,0,0,0,0,0,0,8623,1,0,0,0,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,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Find OOX-17/TN!','Bring the distress beacon to Oglethorpe\'s homing robot.','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!\"','','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!\"',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8623,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (352,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,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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, ','',NULL,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,12340), (353,2,15,9,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,5,700,660,0,0,0,0,0,0,2806,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,-4816.04,-2671.34,1,'Stormpike\'s Delivery','Deliver the Package for Stormpike to Mountaineer Stormpike in Loch Modan.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2806,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (354,2,11,7,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,400,540,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deaths in the Family','Bring Gregor\'s Remains, Nissa\'s Remains and Thurman\'s Remains to Coleman Farthing in Brill.','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.','','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?','Return to Coleman Farthing at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2829,2828,2830,0,0,0,1,1,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (355,2,10,7,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,354,0,0,408,1,0,60,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with Sevren','Speak with Magistrate Sevren in Brill.','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.','','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...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (356,2,11,6,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,300,390,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rear Guard Patrol','Kill 8 Bleeding Horrors and 8 Wandering Spirits, then report back to Linnea at her camp.','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.','','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?','Return to Deathguard Linnea in Tirisfal Glades.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (357,2,8,5,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,405,0,0,366,4,175,330,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lich\'s Identity','Bring the Lich\'s Spellbook to Bethor Iceshard in the Undercity.','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.','','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?','Return to Bethor Iceshard in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2833,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (358,2,8,4,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,6063,3439,0,0,0,0,1,1,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Graverobbers','Kill Rot Hide Graverobbers and Rot Hide Mongrels. $B$BBring 8 Embalming Ichors to Magistrate Sevren in Brill.','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.','','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?','Return to Magistrate Sevren at Brill in Tirisfal Glades.',0,1941,1675,0,0,8,5,0,0,0,0,0,0,0,0,0,2834,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (359,2,9,6,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,358,0,0,360,2,0,120,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,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forsaken Duties','Speak with Deathguard Linnea.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (360,2,9,6,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,359,0,0,0,3,150,240,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Magistrate','Return to Magistrate Sevren in Brill.','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.','','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!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (361,2,7,4,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,270,0,0,0,0,0,0,2837,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Letter Undelivered','Find Yvette Farthing, and deliver to her the letter from Thurman Agamand.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2837,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (362,2,10,7,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,240,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Haunted Mills','Slay Devlin Agamand, and bring Devlin\'s Remains to Coleman Farthing in Brill.','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.','','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?','Return to Coleman Farthing at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2831,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (363,2,1,1,0,154,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,364,3,0,30,0,0,0,0,0,0,0,0,0,524296,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rude Awakening','Speak with Shadow Priest Sarvis.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (364,2,2,1,0,154,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,363,0,0,0,6,17,120,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,3275,11847,0,0,0,0,1,1,0,0,0,0,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mindless Ones','Shadow Priest Sarvis wants you to kill 5 Mindless Zombies and 5 Wretched Ghouls.','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.','','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.','Return to Shadow Priest Sarvis at Deathknell in Tirisfal Glades.',1501,1502,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,1,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (365,2,7,4,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,407,5,175,390,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fields of Grief','Steal 10 pumpkins from the farm to the west, just north of Deathknell and take them to Apothecary Johaan in Brill.','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.','','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?','Return to Apothecary Johaan at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2846,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (366,2,8,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,357,0,0,409,3,0,210,0,0,0,0,0,0,3016,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return the Book','Return Gunther\'s Spellbook to him, on the island of Gunther\'s Retreat.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3016,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (367,2,6,6,0,85,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,368,5,125,330,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3382,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Plague','Apothecary Johaan in the town of Brill wants you to collect 5 Vials of Darkhound Blood.','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. ','','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!','Return to Apothecary Johaan at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2858,0,0,0,0,0,5,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (368,2,9,6,0,85,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,367,0,0,369,5,300,480,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3434,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Plague','Apothecary Johaan of the town of Brill needs 5 Vile Fin Scales from Murlocs in Tirisfal Glades.','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.','','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?','Return to Apothecary Johaan at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2859,0,0,0,0,0,5,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (369,2,11,6,0,85,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,368,0,0,492,2,0,120,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Plague','Apothecary Johaan in the town of Brill wants you to bring him 4 samples of venom from a Vicious Night Web Spider.','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.','','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.','Return to Apothecary Johaan at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2872,0,0,0,0,0,4,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (370,2,9,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,427,0,0,371,5,300,480,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'At War With The Scarlet Crusade','Executor Zygand in Brill wants you to kill Captain Perrine, 3 Scarlet Zealots and 3 Scarlet Missionaries.','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.','','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.','Return to Executor Zygand at Brill in Tirisfal Glades.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (371,2,10,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,370,0,0,372,5,350,510,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'At War With The Scarlet Crusade','Executor Zygand in Brill has commissioned you to slay Captain Vachon and 5 Scarlet Friars.','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!','','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!','Return to Executor Zygand at Brill in Tirisfal Glades.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (372,2,12,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,371,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,3071,0,0,0,0,1,1,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'At War With The Scarlet Crusade','Executor Zygand in the town of Brill wants you to assassinate Captain Melrache and his two bodyguards.','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.','','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!','Return to Executor Zygand at Brill in Tirisfal Glades.',1665,1660,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,1,'','','','',1,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (373,2,22,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,389,3,700,510,0,0,0,0,0,0,2874,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Unsent Letter','Deliver the Letter to the City Architect to Baros Alexston in Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2874,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (374,2,7,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,175,390,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise','Bring 10 Scarlet Insignia Rings to Deathguard Burgess in Brill.','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.','','Varimathras would be proud. You serve your leaders well, $c.','Have you collected 10 Scarlet Insignia Rings yet, $c?','Return to Deathguard Burgess at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2875,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (375,2,8,7,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Chill of Death','Bring five Duskbat Pelts and some Coarse Thread to Gretchen Dedmar in Brill.','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.','','I appreciate your efforts, $N. May Slyvanas recognize your bravery one day. . . .','Do you have five Duskbat Pelts and some Coarse Thread yet, $N?','Return to Gretchen Dedmar at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2876,2320,0,0,0,0,5,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (376,2,2,2,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,90,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,6060,2173,0,0,0,0,1,1,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Damned','Novice Elreth requires 6 Scavenger Paws and 6 Duskbat Wings.','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.','','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.','Return to Novice Elreth at Deathknell in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3265,3264,0,0,0,0,6,6,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (377,2,26,22,0,717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1920,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crime and Punishment','Councilman Millstipe of Darkshire wants you to bring him the hand of Dextren Ward.','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.','','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.','Return to Councilman Millstipe at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3628,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (378,2,27,22,0,717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,303,0,0,0,7,0,1980,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fury Runs Deep','Motley Garmason wants Kam Deepfury\'s head brought to him at Dun Modr.','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!','','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.','Return to Motley Garmason at Dun Modir in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3640,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (379,2,46,38,0,440,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,243,0,0,0,4,0,2580,0,0,0,0,0,0,0,0,0,8,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,68,369,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Slake That Thirst','Bring 5 Wastewander Water Pouches to Chief Engineer Bilgewhizzle in Gadgetzan.','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.','','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?','Return to Chief Engineer Bilgewhizzle at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8483,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (380,2,4,2,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,376,0,0,381,6,0,270,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,3270,3273,3272,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Night Web\'s Hollow','Executor Arren wants you to kill 8 Young Night Web Spiders and 5 Night Web Spiders.','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.','','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.','Return to Executor Arren at Deathknell in Tirisfal Glades.',1504,1505,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (381,2,4,2,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,380,0,0,382,5,0,210,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,159,0,0,0,5,0,0,0,3268,3269,3267,5779,0,0,1,1,1,1,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scarlet Crusade','Bring Executor Arren 12 Scarlet Armbands from Scarlet Converts and Scarlet Initiates.','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.','','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.','Return to Executor Arren at Deathknell in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3266,0,0,0,0,0,12,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (382,2,5,2,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,381,0,0,0,7,0,390,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,3277,3276,0,0,0,0,1,1,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Red Messenger','Kill Meven Korgal, the messenger, at the Crusader camp, then return any information you find to Executor Arren.','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.','','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?','Return to Executor Arren at Deathknell in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2885,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (383,2,5,2,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,382,0,0,0,4,75,210,0,0,0,0,0,0,2885,1,0,524288,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vital Intelligence','Deliver the Scarlet Crusade Documents to Executor Zygand in Brill.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2885,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (384,2,7,5,0,-304,0,0,0,0,1101,185,1,0,0,0,0,0,0,0,0,0,0,0,0,5,175,390,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2888,2889,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Beer Basted Boar Ribs','Ragnar Thunderbrew in Kharanos wants 6 Crag Boar Ribs and a mug of Rhapsody Malt.','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!','','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.','Return to Ragnar Thunderbrew at Shimmer Ridge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2886,2894,0,0,0,0,6,1,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (385,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3678,2240,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crocolisk Hunting','Get 5 pieces of Crocolisk Meat and 6 Crocolisk Skins for Marek Ironheart at the Farstrider Lodge.','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...','','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...','Return to Marek Ironheart in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2924,2925,0,0,0,0,5,6,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (386,2,25,22,0,717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1860,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Comes Around...','Bring the head of Targorr the Dread to Guard Berton in Lakeshire.','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.','','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.','Return to Guard Berton at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3630,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (387,2,26,22,0,717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,6000,1920,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Quell The Uprising','Warden Thelwater of Stormwind wants you to kill 10 Defias Prisoners, 8 Defias Convicts, and 8 Defias Insurgents in The Stockade.','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.','','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!','Return to Warden Thelwater in Stormwind City.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (388,2,26,22,0,717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,6000,1920,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Color of Blood','Nikova Raskol of Stormwind wants you to collect 10 Red Wool Bandanas.','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.','','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?','Return to Nikova Raskol at Old Town in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2909,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (389,2,22,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,373,0,0,391,2,0,270,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,'Bazil Thredd','Speak with Warden Thelwater in the Stockade.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (390,0,1,1,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (391,2,29,16,0,717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,389,0,0,392,7,2500,2160,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stockade Riots','Kill Bazil Thredd and bring his head back to Warden Thelwater at the Stockade.','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.','','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?','Return to Warden Thelwater in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2926,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (392,2,29,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,391,0,0,393,2,0,360,0,0,0,0,0,0,8687,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Curious Visitor','Bring the Sealed Description of Thredd\'s Visitor to Baros Alexston in Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8687,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (393,2,29,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,392,0,0,350,2,0,360,0,0,0,0,0,0,8687,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadow of the Past','Bring the Sealed Description of Thredd\'s Visitor to Master Mathias Shaw in Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8687,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (394,2,31,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,434,0,0,395,1,0,150,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,'The Head of the Beast','Speak to Mathias Shaw in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (395,2,31,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,394,0,0,396,2,0,390,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brotherhood\'s End','Speak with Baros Alexston in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (396,2,31,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,395,0,0,0,7,0,2280,0,0,0,0,0,0,2956,1,0,0,0,0,0,0,0,2933,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Audience with the King','Deliver Baros Alexston\'s report on the Defias Brotherhood to King Varian Wrynn in Stormwind Keep.','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.','','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 my appreciation.','$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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2956,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (397,2,30,25,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,336,0,0,0,1,0,150,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'You Have Served Us Well','Speak with Zggi, the servant of Zardeth the Blackclaw, to claim your reward.','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.','','Master says give gift to $N. Zggi wants to keep nice gift but Zggi knows better than to betray Master.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (398,2,10,4,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,350,510,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Maggot Eye','Kill Maggot Eye and return to Executor Zygand in Brill with his paw for a reward.','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.','','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?','Return to Executor Zygand at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3635,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (399,2,15,10,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Humble Beginnings','Go to Baros Alexston\'s house in Westfall and search for his compass, then return it to him in Cathedral Square of Stormwind.','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?','','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?','Return to Baros Alexston in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2998,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (400,2,5,2,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,25,60,0,0,0,0,0,0,2999,1,0,0,0,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Tools for Steelgrill','Deliver Steelgrill\'s Tools to Beldin 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.','','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...?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2999,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (401,2,30,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,251,0,0,252,4,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,0,0,0,0,0,0,0,0,0,0,0,'Wait for Sirra to Finish','Wait a moment, then speak with Sirra Von\'Indi again.','I\'m almost finished translating that note. If you come back in a few moments I should be done.','','There we are. It\'s translated...$B$B','',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,1,0,0,0,0,0,0,0,0,12340), (402,1,30,20,0,10,0,0,0,0,0,0,0,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,'Sirra is Busy','Check back with Sirra later to see if he\'s still 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.',NULL,NULL,NULL,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,12340), (403,0,1,1,0,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','',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,1,0,0,0,0,0,0,0,0,12340), (404,2,6,4,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,100,240,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Putrid Task','Bring 7 Putrid Claws to Deathguard Dillinger in Brill.','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.','','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?','Return to Deathguard Dillinger at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2855,0,0,0,0,0,7,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (405,2,8,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,358,0,0,357,2,0,90,0,0,0,0,0,0,3017,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prodigal Lich','Present Sevren\'s Orders to Bethor Iceshard in the Undercity.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3017,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (406,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,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (407,2,7,4,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,365,0,0,0,2,0,90,0,0,0,0,0,0,3035,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fields of Grief','Take the Laced Pumpkin to the Captured Scarlet Zealot who is being held in the cellar of the Gallow\'s End Tavern.','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.','','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. . .',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3035,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',6,1,11,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (408,2,13,7,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,355,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Family Crypt','Kill 8 Wailing Ancestors and 8 Rotting Ancestors.$B$BKill Captain Dargol, and bring his skull to Magistrate Sevren in Brill.','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.','','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.','Return to Magistrate Sevren at Brill in Tirisfal Glades.',1534,1530,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,3082,0,0,0,0,0,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (409,2,12,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,366,0,0,411,4,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proving Allegiance','Obtain a Candle of Beckoning.$B$BSummon Lillith Nefara and kill her.$B$BReturn to Gunther on his island.','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.','','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.','Return to Gunther Arcanus at Crusader Outpost in Tirisfal Glades.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (410,0,10,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-409,0,0,0,0,0,0,0,0,0,0,0,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,'The Dormant Shade','','','','You place the Candle of Beckoning upon the table and light it...','This is an old, beaten, bloody table.','Return to Lillith\'s Dinner Table in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3080,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (411,2,12,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,409,0,0,0,5,500,540,0,0,0,0,0,0,3081,1,0,0,0,0,0,0,0,5940,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prodigal Lich Returns','Bring the Nether Gem to Bethor Iceshard in the Undercity.','Take this Nether Gem to my old comrade Bethor. It will let us communicate ... and I have much to tell him.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3081,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (412,2,10,7,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,54,47,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Operation Recombobulation','Bring Razzle Sprysprocket in Kharanos 8 Restabilization Cogs and 8 Gyromechanic Gears.','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.','','These Gyromechanic Gears and Restabilization Cogs are in perfect accordance with Ozzie\'s schematics for the Recombobulation Device. Once I add some hydrolubricant 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.','Return to Razzle Sprysprocket in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3083,3084,0,0,0,0,8,8,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (413,2,10,8,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,414,3,0,240,0,0,0,0,0,0,3085,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Shimmer Stout','Take the Barrel of Shimmer Stout to Mountaineer Barleybrew.','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?','','$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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3085,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (414,2,10,8,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,413,0,0,0,4,0,390,0,0,0,0,0,0,3086,1,0,0,0,0,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,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Stout to Kadrell','Take the Cask of Shimmer Stout to Mountaineer Kadrell in Loch Modan.','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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3086,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (415,2,10,8,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,-315,0,413,1,0,60,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3087,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Rejold\'s New Brew','Speak with Rejold Barleybrew.','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...','','$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...',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (416,2,11,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,400,1080,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rat Catching','Bring 12 Tunnel Rat Ears to Mountaineer Kadrell in Thelsamar.','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.','','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?','Return to Mountaineer Kadrell at Grizzlepaw Ridge in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3110,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (417,2,11,8,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,419,0,0,0,4,0,780,0,0,0,0,0,0,3117,1,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'A Pilot\'s Revenge','Kill Mangeclaw.$B$BBring his Mangy Claw and Hildelve\'s Journal to Pilot Hammerfoot.','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.','','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?','Return to Pilot Hammerfoot at North Gate Outpost in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3183,3117,0,0,0,0,1,1,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (418,2,11,7,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,400,1080,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3220,3679,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thelsamar Blood Sausages','Bring 3 pieces of Bear Meat, 3 Boar Intestines, and 3 Spider Ichor to Vidra Hearthstove in Thelsamar.','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!','','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?','Return to Vidra Hearthstove at Grizzlepaw Ridge in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3172,3173,3174,0,0,0,3,3,3,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (419,2,10,8,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,417,3,0,240,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3151,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Pilot','Find Pilot Hildelve.','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.','','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.',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (420,2,5,1,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,282,0,0,0,4,0,210,0,0,0,0,0,0,2619,1,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Senir\'s Observations','Deliver Grelin\'s report to Senir Whitebeard in Kharanos.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2619,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (421,2,10,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,422,5,350,510,0,1460,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prove Your Worth','Dalar Dawnweaver at the Sepulcher wants you to kill 5 Moonrage Whitescalps.','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.','','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.','Return to Dalar Dawnweaver at The Sepulcher in Silverpine Forest.',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,'','','','',1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (422,2,11,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,423,5,0,540,0,1460,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arugal\'s Folly','Retrieve the Remedy of Arugal for Dalar Dawnweaver at the Sepulcher.','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.','','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.','Return to Dalar Dawnweaver at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3155,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (423,2,14,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,422,0,0,424,5,600,600,0,1460,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arugal\'s Folly','Bring 6 Glutton Shackles and 3 Darksoul Shackles to Dalar Dawnweaver at the Sepulcher.','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.','','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.','Return to Dalar Dawnweaver at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3156,3157,0,0,0,0,6,3,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (424,2,15,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,99,5,700,660,0,1460,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arugal\'s Folly','Kill Grimson the Pale and bring his head to Dalar Dawnweaver at the Sepulcher.','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.','','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.','Return to Dalar Dawnweaver at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3634,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (425,2,12,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,4,350,420,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ivar the Foul','Kill Ivar the Foul, and bring Ivar\'s Head to Rane Yorick at the Ivar Patch.','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.','','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.','Return to Rane Yorick in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3621,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (426,2,8,6,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,404,0,0,0,6,450,540,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mills Overrun','Gather 5 Notched Ribs and 3 Blackened Skulls, then return to Deathguard Dillinger in Brill.','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.','','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!','Return to Deathguard Dillinger at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3162,3163,0,0,0,0,5,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (427,2,8,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,383,0,0,370,5,225,420,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'At War With The Scarlet Crusade','Executor Zygand of Brill wants you to kill 10 Scarlet Warriors.','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.','','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.','Return to Executor Zygand at Brill in Tirisfal Glades.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (428,2,12,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,2,0,120,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,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost Deathstalkers','Find the Deathstalkers Quinn and Rane Yorick.','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.','','You found us! And not a moment too soon...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (429,2,11,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,430,3,0,270,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4597,4596,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Hearts','Gather 6 discolored worg hearts and bring them to Apothecary Renferrel at the Sepulcher.','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.','','$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.','Return to Apothecary Renferrel at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (430,2,11,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,4,0,390,0,0,0,0,0,0,3165,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Quinn','Bring Quinn\'s potion to Quinn Yorick at the Ivar Patch, north of the Sepulcher.','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...','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3165,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (431,0,10,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-409,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'Candles of Beckoning','','','','You grab one of the candles and place it in your pack.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (432,2,9,5,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,200,360,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Those Blasted Troggs!','Kill 6 Rockjaw Skullthumpers for Foreman Stonebrow at the Gol\'Bolar quarry.','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!','','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...','Return to Foreman Stonebrow in Dun Morogh.',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (433,2,11,6,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,300,780,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,47,54,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'The Public Servant','Kill 10 Rockjaw Bonesnappers for Senator Mehr Stonehallow at the Gol\'Bolar quarry.','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.','','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.','Return to Senator Mehr Stonehallow in Dun Morogh.',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (434,2,31,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2746,0,0,394,4,0,1140,0,0,0,0,0,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,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Attack!','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.','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.','Overhear Lescovar and Marzon\'s Conversation','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.','Return to Elling Trias in Stormwind City.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (435,2,11,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,5,0,540,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,3455,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escorting Erland','Escort Erland through the wolves, to Rane Yorick.','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...','Erland must reach 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.',NULL,'Return to Rane Yorick 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,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (436,2,18,13,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,297,2,0,210,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,47,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ironband\'s Excavation','Speak with Explorer Fellhew.','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.','','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!!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (437,2,14,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,5,600,600,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,3454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dead Fields','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.','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.','Enter the Dead Fields','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!','Return to High Executor Hadrec at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3622,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (438,2,16,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,437,0,0,439,4,0,540,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Decrepit Ferry','Go to the Decrepit Ferry.$B$BSearch for the reason the Scourge are there.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (439,2,16,10,0,130,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,438,0,0,443,2,0,180,0,0,0,0,0,0,3234,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rot Hide Clues','Bring Deliah\'s Ring to High Executor Hadrec at the Sepulcher.','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\"','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3234,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (440,2,16,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0,441,3,0,360,0,0,0,0,0,0,3234,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Engraved Ring','Bring Deliah\'s Ring to Magistrate Sevren in Brill.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3234,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (441,2,16,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,440,0,0,530,3,0,360,0,0,0,0,0,0,3234,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raleigh and the Undercity','Bring Deliah\'s Ring to Raleigh.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3234,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (442,2,20,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,6,0,1200,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Fenris Isle','Bring Thule\'s Head to High Executor Hadrec at the Sepulcher.','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.','','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.','Return to High Executor Hadrec at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3623,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (443,2,17,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,444,5,900,780,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rot Hide Ichor','Bring 8 bottles of rot hide ichor to Apothecary Renferrel at the Sepulcher.','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.','','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?','Return to Apothecary Renferrel at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3236,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (444,2,17,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,2,0,180,0,0,0,0,0,0,3237,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rot Hide Origins','Bring the Sample Ichor to Bethor Iceshard in the Undercity.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3237,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (445,2,10,9,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,3238,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Silverpine Forest','Take Apothecary Johaan\'s findings to Apothecary Renferrel in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3238,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (446,2,16,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,448,2,0,180,0,0,0,0,0,0,3250,1,0,0,0,0,0,0,0,3251,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thule Ravenclaw','Bring Bethor\'s Scroll to Apothecary Renferrel at the Silverpine Sepulcher.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (447,2,12,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,5,500,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3448,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Recipe For Death','Collect 6 Grizzled Bear Hearts and 6 samples of Skittering Blood and deliver them to Master Apothecary Faranell in the Undercity.','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.','','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?','Return to Master Apothecary Faranell at the Apothecarium in Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3253,3254,0,0,0,0,6,6,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (448,2,16,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,446,0,0,442,3,0,360,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2313,0,0,0,1,0,0,0,3240,2863,0,0,0,0,5,5,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Hadrec','Report to High Executor Hadrec at the Sepulcher.','Before you launch an assault on Fenris Isle, report to High Executor Hadrec. He may have additional information or equipment you\'ll need.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (449,2,11,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,0,3221,3,200,270,0,0,0,0,0,0,3252,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Deathstalkers\' Report','Bring the Deathstalker Report to High Executor Hadrec at the Sepulcher.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3252,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (450,2,15,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,451,6,700,840,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Recipe For Death','Retrieve Apothecary Berard\'s journal from Pyrewood Village and take it to Apothecary Renferrel at the Sepulcher.','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.','','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.','Return to Apothecary Renferrel at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3255,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (451,2,18,9,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,7,0,1260,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2458,2459,0,0,1,1,0,0,3451,3582,0,0,0,0,1,1,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Recipe For Death','Bring 6 samples of Lake Creeper Moss, 6 samples of Lake Skulker Moss and a Hardened Tumor to Master Apothecary Faranell in the Undercity.','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.','','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?','Return to Master Apothecary Faranell at the Apothecarium in Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3256,3257,3258,0,0,0,6,6,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (452,2,15,12,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,3450,2818,3449,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pyrewood Ambush','Help Deathstalker Faerleia kill the Pyrewood Council.','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.','Aid Faerleia in killing 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!',NULL,'Return to Deathstalker Faerleia at Pyrewood Village 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,'','','','',5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (453,2,25,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,266,0,0,268,3,0,600,0,0,0,0,0,0,2161,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding the Shadowy Figure','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.','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.','','$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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2161,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (454,2,15,10,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,273,0,0,0,1,0,60,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,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'After the Ambush','Speak with Miran.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (455,2,21,19,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,468,0,0,0,4,1000,780,0,0,0,0,0,0,0,0,0,12,2,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Algaz Gauntlet','Traverse Dun Algaz.$B$BKill 8 Dragonmaw Scouts and 6 Dragonmaw Grunts.$B$BReport to Valstag Ironjaw in Menethil Harbor.','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','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?','Return to Valstag Ironjaw at Menethil Harbor in Wetlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (456,2,2,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,6,35,120,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,5394,11187,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Balance of Nature','Kill 4 Young Nightsabers and 4 Young Thistle Boars and return to Conservator Ilthalaine.','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.','','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.','Return to Conservator Ilthalaine at Shadowglen in Teldrassil.',2031,1984,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,1,'','','','',0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0,0,0,12340), (457,2,3,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,6,50,180,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,5405,6058,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Balance of Nature','Conservator Ilthalaine needs you to kill 5 Mangy Nightsabers and 5 Thistle Boars.','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.','','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 7 mangy nightsabers and 7 thistle boars have been killed.','Return to Conservator Ilthalaine at Shadowglen in Teldrassil.',2032,1985,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,1,'','','','',0,0,0,0,0,0,0,0,21,25,0,0,0,0,0,0,0,0,12340), (458,2,1,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,459,3,0,30,0,0,0,0,0,0,0,0,0,524296,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Woodland Protector','Seek out the dryad known as Tarindrella.','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.','','I see you found me, young $R. Melithar is a wise druid to have sent you.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (459,2,3,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,5,0,150,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,961,0,0,0,3,0,0,0,5398,5399,11190,0,0,0,1,1,1,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Woodland Protector','Collect 8 Fel Moss and bring them to Tarindrella.','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.','','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.','Return to Tarindrella at Shadowglen in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3297,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (460,2,17,12,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,3,0,390,0,0,0,0,0,0,3317,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Resting in Pieces','Bring Alaric\'s Head to his grave.','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.','','Thank you, $N. I had feared the Gnolls destroyed my body. It is good to know they did not.','This grave was hastily dug.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3317,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (461,2,18,12,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,460,0,0,491,3,500,420,0,0,0,0,0,0,3318,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hidden Niche','Take Alaric to the hidden alcove.','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...','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3318,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (462,2,1,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Kill Maruk Wyrmscale$B$BReport to Valstag Ironjaw in Menethil Harbor.','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.','',NULL,NULL,'Return to Valstag Ironjaw at Baradin Bay in Wetlands.',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,12340), (463,2,21,20,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,276,3,0,510,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,'The Greenwarden','Find 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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (464,2,26,23,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,473,0,0,465,5,2000,1260,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'War Banners','Bring 8 Dragonmaw War Banners to Captain Stoutfist.','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.','','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?','Return to Captain Stoutfist at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3337,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (465,2,26,23,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,464,0,0,474,4,0,960,0,0,0,0,0,0,3339,1,0,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nek\'rosh\'s Gambit','Destroy the Dragonmaw catapults.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3339,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (466,2,22,20,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,467,0,0,0,5,0,1080,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3565,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Search for Incendicite','Bring 6 loads of Incendicite Ore to Pilot Stonegear in Dun Morogh.','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!','','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?!','Return to Pilot Stonegear at Steelgrill\'s Depot in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3340,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (467,2,23,20,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,466,2,0,270,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,'Stonegear\'s Search','Speak with Pilot Stonegear.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (468,2,21,19,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,455,1,0,90,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,47,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Mountaineer Rockgar','Speak with 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.','','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...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (469,2,21,18,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,700,510,0,0,0,0,0,0,3347,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Delivery','Deliver the Bundle of Crocolisk Skins to James Halloran, the tanner, in Menethil Harbor.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3347,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (470,2,24,19,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,3500,1440,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3352,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Digging Through the Ooze','One of the oozes at Ironbeard\'s Tomb has Sida\'s bag, retrieve it and bring it back to her in Menethil Harbor.','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!','','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?','Return to Sida at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3349,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (471,2,26,18,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,484,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3681,0,0,0,1,0,0,0,2545,3561,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Apprentice\'s Duties','Collect 6 Giant Crocolisk Skins and bring them to James Halloran in Menethil Harbor.','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.','','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?','Return to James Halloran at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3348,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,11,18,0,0,0,0,0,0,0,0,12340), (472,2,25,25,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,600,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fall of Dun Modr','Search for Longbraid near the town 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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (473,2,26,23,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,464,1,0,120,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,47,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Captain Stoutfist','Speak with 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.','','$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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (474,2,26,23,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,465,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defeat Nek\'rosh','Kill Chieftain Nek\'rosh$B$BBring Nek\'rosh\'s Head to Captain Stoutfist.','Now that the catapults have been burned, find and kill Chieftain Nek\'rosh.','','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?','Return to Captain Stoutfist at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3625,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (475,2,6,4,0,141,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,476,3,0,150,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Troubling Breeze','Seek out Gaerolas Talvethren in Starbreeze Village.$B','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.','','Thank the forest spirits you are here! I knew Athridas would sense trouble and send help.',NULL,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,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (476,2,6,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,475,0,0,483,5,125,330,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnarlpine Corruption','Return to Athridas Bearmantle in Dolanaar.','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!','','By the stars! This is quite disturbing indeed!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,12340), (477,2,14,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,5,0,600,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Border Crossings','Retrieve the contents of one of the Dalaran wizards\' crates. You will find Pyrewood Village to the south.','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.','','',NULL,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,1,0,0,0,0,0,0,0,0,12340), (478,2,14,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,481,4,500,450,0,0,0,0,0,0,3353,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (479,2,16,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,480,5,800,720,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ambermill Investigations','Obtain 8 Dalaran Pendants for Shadow Priest Allister at the Sepulcher.','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.','','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.','Return to Shadow Priest Allister at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3354,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (480,2,22,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,479,0,0,0,5,0,1080,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Weaver','Kill the Dalaran archmage, then retrieve his staff for Shadow Priest Allister at the Sepulcher.','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.','','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!','Return to Shadow Priest Allister at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3515,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (481,2,14,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,482,1,0,60,0,0,0,0,0,0,3353,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dalar\'s Analysis','Take the rune-inscribed pendant to Dalar Dawnweaver at the Sepulcher.','Take the pendant to Dalar Dawnweaver, perhaps he can shed some light on the wizards\' plans.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3353,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (482,2,14,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,481,0,0,479,1,0,60,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dalaran\'s Intentions','Speak with Shadow Priest Allister at the Sepulcher.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (483,2,9,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,486,5,300,480,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Relics of Wakening','Retrieve the Relics of Wakening and bring them to Athridas Bearmantle in Dolanaar.','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.','','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.','Return to Athridas Bearmantle in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3405,3406,3407,3408,0,0,1,1,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (484,2,22,18,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,471,5,1400,1080,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Young Crocolisk Skins','Obtain 4 Young Crocolisk Skins for James Halloran in Menethil Harbor.','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.','','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?','Return to James Halloran at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3397,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (485,2,48,43,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,836,5,0,3750,0,0,0,0,0,0,8704,1,0,0,0,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,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Find OOX-09/HL!','Take the distress beacon to Oglethorpe\'s homing robot at the head of the river in the Hinterlands, near Skulk Rock.','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!\"','','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!\"',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8704,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (486,2,12,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,483,0,0,0,6,0,720,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,5459,5587,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ursal the Mauler','Kill Ursal the Mauler and return to Athridas Bearmantle in Dolanaar.','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.','','$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.','Return to Athridas Bearmantle in Teldrassil.',2039,0,0,0,1,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (487,2,8,5,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Road to Darnassus','Slay 6 Gnarlpine Ambushers and return to Sentinel Amara Nightwalker outside of Dolanaar.','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.','','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.','Return to Moon Priestess Amara in Teldrassil.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (488,2,5,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,100,270,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zenn\'s Bidding','Bring Zenn Foulhoof outside of Dolanaar 3 Nightsaber Fangs, 3 Strigid Owl Feathers and 3 swatches of Webwood Spider Silk.','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.','','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.','Return to Zenn Foulhoof in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3409,3411,3412,0,0,0,3,3,3,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (489,2,7,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,5,175,390,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,69,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seek Redemption!','Collect 3 Fel Cones and give them to Zenn Foulhoof outside of Dolanaar.','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.','','Ah, what a sweet $R! I knew you would come in handy!','What do you have for me, $N? A lovely snack I presume?','Return to Zenn Foulhoof in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3418,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,12340), (490,2,7,5,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,390,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,'','Shayla Nightbreeze outside of Darnassus wants you to bring her 20 Gnarlpine Fangs.','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.','',NULL,NULL,'Return to Sentinel Shayla Nightbreeze in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (491,2,18,12,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,6,0,1020,0,0,0,0,0,0,3425,1,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wand to Bethor','Take the Woven Wand to Bethor Iceshard in the Magic Quarter of the Undercity.','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.','','...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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3425,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (492,2,11,6,0,85,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,369,0,0,0,5,0,540,0,0,0,0,0,0,3460,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Plague','Bring Johaan\'s Special Drink to the Captured Mountaineer.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3460,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,14,1,0,0,0,0,0,0,0,12340), (493,2,20,19,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,900,720,0,0,0,0,0,0,3468,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Hillsbrad Foothills','Deliver Apothecary Renferrel\'s findings to Apothecary Lydon in the town of Tarren Mill in the 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!','','Ah, most excellent. Apothecary Renferrel has my utmost respect. I am anxious to study his work.','You have something for me?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3468,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (494,2,20,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,600,480,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Time To Strike','Travel to Tarren Mill to deliver Deathstalker Lesh\'s message to High Executor Darthalia.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (495,2,39,34,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,518,1,0,240,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,'The Crown of Will','Report to Melisara at Tarren Mill in the Hillsbrad Foothills.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (496,2,22,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,499,1,150,90,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,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Suffering','Apothecary Lydon of Tarren Mill wants 10 Gray Bear Tongues and some Creeper Ichor.','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.','','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.','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3476,3477,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (497,2,22,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2640,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,'','Go to Tarren Mill and find out the status of the party sent by Thrall.','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.','',NULL,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,12340), (498,2,22,17,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1320,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3734,0,0,0,1,0,0,0,3752,3733,0,0,0,0,1,1,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rescue','Krusk in Tarren Mill needs you to free Drull and Tog\'thar from Durnholde Keep.','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.','','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.','Return to Krusk at Tarren Mill in Hillsbrad Foothills.',-1721,-1722,0,0,1,1,0,0,3467,3499,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue Drull','Rescue Tog\'thar','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (499,2,22,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,496,0,0,0,5,0,1080,0,0,0,0,0,0,3495,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Suffering','Give Umpi the 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.','','Croak!','Ribbit!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3495,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (500,2,36,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,504,6,7500,2640,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushridge Bounty','Gather 9 Dirty Knucklebones from Crushridge ogres in the Alterac Mountains. Bring them to Marshal Redpath in Southshore.','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.','','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?','Return to Marshal Redpath at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2843,0,0,0,0,0,9,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (501,2,24,21,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,499,0,0,502,5,0,1200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3735,0,0,0,1,0,0,0,2230,3741,6482,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Pain','Bring 10 vials of Mountain Lion Blood to Apothecary Lydon in Tarren Mill.','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.','','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.','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3496,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (502,2,24,21,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,501,0,0,0,4,0,900,0,0,0,0,0,0,3497,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Pain','Feed the Elixir of Pain to Stanley.','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.\"','','You pour some of the elixir into your hand and hold it before Stanley\'s mouth.','Woof?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3497,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (503,2,36,29,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,533,0,0,506,5,0,2100,0,0,0,0,0,0,0,0,0,262156,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gol\'dir','Free Gol\'dir then return to Krusk in Tarren Mill.','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.','Find where Gol\'dir is being held','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.','Return to Gol\'dir at The Uplands in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3704,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (504,2,40,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,500,0,0,0,7,0,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,5249,3763,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushridge Warmongers','Slay 10 Crushridge Warmongers, then return to Marshal Redpath in Southshore.','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.','','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.','Return to Marshal Redpath at Southshore in Hillsbrad Foothills.',2287,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (505,2,33,26,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1320,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,3758,3759,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Syndicate Assassins','Kill 12 Syndicate Footpads and 8 Syndicate Thieves, then return to Magistrate Henry Maleb in Southshore.','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.','','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?','Return to Magistrate Henry Maleb at Southshore in Hillsbrad Foothills.',2240,2241,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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (506,2,36,29,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,503,0,0,507,4,3000,1560,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackmoore\'s Legacy','Return the information gathered by Gol\'dir to Krusk in Tarren Mill.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (507,2,42,29,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,506,0,0,508,6,0,3600,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,'Lord Aliden Perenolde','Kill Lord Aliden Perenolde and ask his mistress, Elysa, about Taretha\'s pendant.','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.','','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?','Return to Elysa at The Uplands in Alterac Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (508,2,40,29,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,6,0,3300,0,0,0,0,0,0,3498,1,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taretha\'s Gift','Return Taretha\'s pendant to Krusk at Tarren Mill in Hillsbrad Foothills.','The pendant? Of course you can have it... Take it! I want no memory of him... just please, please leave in peace...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3498,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (509,2,28,24,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,502,0,0,513,5,2500,1380,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2459,929,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Agony','Bring 6 Mudsnout Blossoms to Apothecary Lydon in Tarren Mill.','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.','','Ah, the horrible reek of Mudsnout Blossoms. At least those filthy Gnolls are good for something.','Any luck at Nethander Stead?','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3502,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (510,2,34,26,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,512,3,0,960,0,0,0,0,0,0,3718,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foreboding Plans','Bring the Foreboding Plans to Magistrate Maleb in Southshore.','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.\"','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3718,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (511,2,34,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,514,3,0,960,0,0,0,0,0,0,3521,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Letter','Bring the Encrypted Letter to Loremaster Dibbs in Southshore.','One of the letters on this table is encrypted and inscrutable.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3521,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (512,2,36,26,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,510,0,0,0,5,4000,2100,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noble Deaths','Bring 7 Alterac Signet Rings to Magistrate Maleb in Southshore.','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.','','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?','Return to Magistrate Henry Maleb at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3505,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (513,2,28,24,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,509,0,0,515,3,0,720,0,0,0,0,0,0,3506,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Agony','Take the Mudsnout Composite to Master Apothecary Faranell in the Undercity.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3506,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (514,2,34,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,525,3,0,960,0,0,0,0,0,0,3521,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Letter to Stormpike','Take the Cleverly Encrypted Letter to Prospector Stormpike in Ironforge.','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.','','Ah, encryption! A specialty of mine. Let me see here...','Dibbs from Southshore sent you, did he? How is the old bookworm doing?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3521,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (515,2,30,24,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,0,517,6,0,1860,0,0,0,0,0,0,3508,1,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Agony','Bring the Mudsnout Mixture, a Strong Troll\'s Blood Potion, 5 Daggerspine Scales and 5 Torn Fin Eyes to Apothecary Lydon in Tarren Mill.','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!','','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?','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3508,3388,3509,3510,0,0,1,1,5,5,0,0,0,'','','','',6,5,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (516,2,21,16,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,780,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5252,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beren\'s Peril','Locate Beren\'s Peril, then kill 6 Ravenclaw Drudgers and 6 Ravenclaw Guardians, then return to Shadow Priest Allister at the Sepulcher.','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.','','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!','Return to Shadow Priest Allister at The Sepulcher in Silverpine Forest.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (517,2,30,24,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,515,0,0,524,3,0,720,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Agony','Bring a keg of Shindigger Stout to Apothecary Lydon in Tarren Mill.','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.','','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.','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (518,2,39,34,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,495,0,0,519,4,0,1860,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crown of Will','Kill 10 Crushridge Maulers for Melisara in Tarren Mill.','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.','','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?','Return to Melisara at Tarren Mill in Hillsbrad Foothills.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (519,2,41,34,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,518,0,0,520,5,0,2760,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crown of Will','Kill Targ, Muckrake, and Glommus and bring their heads to Melisara in Tarren Mill.','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.','','...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.','Return to Melisara at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3550,3551,3552,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (520,2,43,34,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,519,0,0,521,6,0,3750,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crown of Will','Kill Mug\'Thol, and return his head with the Crown of Will to Melisara in Tarren Mill.','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.','','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.','Return to Melisara at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3553,3554,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (521,2,43,34,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,520,0,0,0,5,0,3000,0,0,0,0,0,0,3554,1,0,0,0,0,0,0,0,4430,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crown of Will','Deliver the Crown of Will to Sharlindra in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3554,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (522,2,38,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,523,2,0,600,0,0,0,0,0,0,3668,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assassin\'s Contract','Bring the Assassin\'s Contract to Magistrate Maleb in Southshore.','This is a contract for the assassination of Magistrate Henry Maleb. It was sealed and stamped in red wax, using a distinctive signet ring.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3668,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (523,2,40,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,522,0,0,0,6,10000,3300,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baron\'s Demise','Bring the Head of Baron Vardus to Magistrate Maleb in Southshore.','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.','','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!','Return to Magistrate Henry Maleb at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (524,2,30,24,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,517,0,0,0,7,0,2220,0,0,0,0,0,0,3520,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixir of Agony','Place the Tainted Keg on the rug for the captured farmers.','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!','','You rest the tainted deg on the dusty rug.','A musty smell emanates from the rug.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3520,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (525,2,34,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,514,0,0,537,3,0,960,0,0,0,0,0,0,3518,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Further Mysteries','Bring the Decrypted Letter to Magistrate Maleb in Southshore.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3518,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (526,2,29,20,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,324,0,0,322,4,0,1080,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lightforge Ingots','Gather 5 lightforge ingots, then return to Glorin Steelbrow in the Wetlands.','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.','','Ah, you found them! Now let\'s get this lightforge iron hammered into something useful, eh?','Did you find the lightforge iron you need?','Return to Glorin Steelbrow at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2702,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (527,2,24,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,528,5,1700,1200,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Kill 6 Hillsbrad Farmhands, 6 Hillsbrad Farmers, Farmer Ray and Farmer Getz and report back to Darthalia in Tarren Mill.','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.','','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.','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (528,2,25,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,527,0,0,529,5,1800,1200,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Kill 15 Hillsbrad Peasants and report back to Darthalia in Tarren Mill.','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!','','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.','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (529,2,26,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,528,0,0,532,5,2000,1260,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Kill Blacksmith Verringtan and 4 Hillsbrad Apprentice Blacksmiths.$b$bRetrieve a shipment of iron and report back to Darthalia in Tarren Mill.','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.','','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?','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',2404,2265,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,3564,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (530,2,20,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,5,1200,960,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3235,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Husband\'s Revenge','Kill Valdred Moray.$B$BBring his hands to Raleigh Andrean in the Undercity.','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.','','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?','Return to Raleigh Andrean at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3613,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (531,2,20,15,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,271,0,0,0,5,0,960,0,0,0,0,0,0,2713,1,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,'Vyrin\'s Revenge','Bring Ol\' Sooty\'s head to Vyrin Swiftwind at the Farstrider Lodge.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2713,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (532,2,26,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,529,0,0,539,5,2000,1260,0,0,0,0,0,0,0,0,0,8,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Kill Magistrate Burnside and 4 Hillsbrad Councilmen. Destroy the Hillsbrad Proclamation. Steal the Hillsbrad Town Registry. Report back to Darthalia in Tarren Mill afterwards.','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.','','News of your glories in Hillsbrad traveled fast. You have done well, $C.','What news have you?','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',2335,2387,-1761,0,1,4,1,0,0,0,0,0,0,0,0,0,0,0,0,3657,0,0,0,0,0,1,0,0,0,'','','Hillsbrad Proclamation destroyed','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (533,2,34,29,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,503,5,3500,1860,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infiltration','Retrieve information about Gol\'dir\'s whereabouts for Krusk in Tarren Mill.','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.','','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...','Return to Krusk at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3601,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (534,2,34,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (535,2,34,29,0,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,180,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Valik','Bring a mug of Southshore Stout to Valik in the Syndicate camp.','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.','','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?','Return to Henchman Valik at Sofera\'s Naze in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3703,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (536,2,30,25,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,559,4,2100,1140,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,'Down the Coast','Kill 10 Torn Fin Tidehunters and 10 Torn Fin Oracles for Lieutenant Farren Orinelle in Southshore.','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.','','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?','Return to Lieutenant Farren Orinelle at Southshore in Hillsbrad Foothills.',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,1,0,0,0,0,0,0,0,0,12340), (537,2,40,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,525,0,0,0,5,5000,2640,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Council','Kill 4 Argus Shadow Mages.$B$BBring the Head of Nagaz to Magistrate Maleb in Southshore.','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.','','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?','Return to Magistrate Henry Maleb at Southshore in Hillsbrad Foothills.',2318,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,3672,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (538,2,38,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,337,0,0,540,2,0,600,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Southshore','Speak with Loremaster Dibbs in 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (539,2,28,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,532,0,0,541,5,2500,1380,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Kill Foreman Bonds and 10 Hillsbrad Miners and report back to Darthalia in Tarren Mill.','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.','','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.','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (540,2,38,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,538,0,0,542,6,0,2940,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preserving Knowledge','Bring 5 Recovered Tomes and the Worn Leather Book containing The Arm of Gri\'lek to Loremaster Dibbs in Southshore.','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.','','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?','Return to Loremaster Dibbs at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3658,3659,0,0,0,0,5,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (541,2,30,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,539,0,0,14351,5,2500,1500,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Travel to Dun Garok and kill 8 Mountaineers, 4 Riflemen, 2 Priests and Captain Ironhill and report back to Darthalia in Tarren Mill.','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.','','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.','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (542,2,38,20,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,540,0,0,0,6,8500,2940,0,0,0,0,0,0,3660,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Milton','Bring the Tomes of Alterac to Milton Sheaf in Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3660,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (543,2,40,30,0,1519,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15000,3900,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Perenolde Tiara','Bring the Perenolde Tiara to Remington Ridgewell in Stormwind.','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.','','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.','Return to Count Remington Ridgewell at Northshire Valley in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3684,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (544,2,34,30,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,545,6,7000,2340,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prison Break In','Find the traitors and recover their artifacts, then return to Magus Voidglare in Tarren Mill.','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.','','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?','Return to Magus Wordeen Voidglare at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (545,2,35,30,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,544,0,0,0,4,2500,1500,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,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dalaran Patrols','Kill 6 Dalaran Summoners and 12 Elemental Slaves, then return to Magus Voidglare in Tarren Mill.','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.','','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?','Return to Magus Wordeen Voidglare at Tarren Mill in Hillsbrad Foothills.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (546,2,25,20,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1560,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3739,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Souvenirs of Death','Deathguard Samsa of Tarren Mill wants 30 Hillsbrad Human Skulls.','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.','','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?','Return to Deathguard Samsa at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3692,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (547,2,30,26,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Humbert\'s Sword','Retrieve Deathguard Humbert\'s sword from Dun Garok and return it to him in Tarren Mill.','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.','','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.','Return to Deathguard Humbert at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3693,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (548,2,35,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Bloodstone Pendant','','This will start the Bloodstone Pendant quest line...','',NULL,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,12340), (549,2,22,17,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1400,1080,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Syndicate Personnel','Kill 10 Syndicate Rogues and 10 Syndicate Watchmen. Return to High Executor Darthalia in Tarren Mill for your reward.','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.','','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.','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (550,2,32,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,541,0,0,0,5,0,1620,0,0,0,0,0,0,3701,1,0,0,0,0,0,0,0,3760,0,0,0,1,0,0,0,6282,3761,3822,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Take Darthalia\'s Sealed Commendation to Bragor Bloodfist in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3701,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (551,2,40,30,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,554,2,0,660,0,0,0,0,0,0,3706,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ensorcelled Parchment','Take the Ensorcelled Parchment to Loremaster Dibbs at Southshore in Hillsbrad Foothills.','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','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (552,2,33,29,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,553,5,0,1740,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helcular\'s Revenge','Retrieve Helcular\'s Rod from the Yeti and bring it back to Novice Thaivand in Tarren Mill.','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.','','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.','Return to Novice Thaivand at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3708,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (553,2,33,29,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,552,0,0,0,6,0,2160,0,0,0,0,0,0,3710,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helcular\'s Revenge','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.','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!','','A great rumbling emanates from the ground.','Helcular\'s grave teems with a mystical energy.','Seek out Helcular\'s Grave at the Southshore graveyard in Hillsbrad Foothills.',-1768,-1769,-1770,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,3710,0,0,0,0,0,1,0,0,0,'Flame of Azel charged','Flame of Veraz charged','Flame of Uzel charged','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (554,2,40,28,0,36,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,551,0,0,0,3,5000,1320,0,0,0,0,0,0,3706,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormpike\'s Deciphering','Take the Ensorcelled Parchment to Prospector Stormpike in Ironforge.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3706,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (555,2,31,28,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3000,1500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3737,3729,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Soothing Turtle Bisque','Bring 10 pieces of Turtle Meat to Chef Jessen in Southshore.','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!','','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...','Return to Chef Jessen at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3712,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (556,2,32,30,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3000,1620,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stone Tokens','Bring 10 Worn Stone Tokens to Keeper Bel\'varil in Tarren Mill.','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.','','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.','Return to Keeper Bel\'varil at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (557,2,34,30,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,556,0,0,0,5,3500,1860,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bracers of Binding','Bring 4 Bracers of Earth Binding to Keeper Bel\'varil in Tarren Mill.','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.','','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?','Return to Keeper Bel\'varil at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3715,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (558,2,-1,10,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1479,0,-558,0,1,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,469,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jaina\'s Autograph','Travel to Theramore to see about getting Lady Jaina Proudmoore\'s autograph for your ward.','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?','','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.','Return to Human Orphan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18642,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (559,2,32,25,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,536,0,0,560,5,3000,1620,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,'Farren\'s Proof','Collect 10 Murloc Heads from the murlocs on the Western Strand for Lieutenant Farren Orinelle in Southshore.','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.','','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?','Return to Lieutenant Farren Orinelle at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3716,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (560,2,32,25,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,559,0,0,561,1,0,150,0,0,0,0,0,0,3717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farren\'s Proof','Deliver the sack of murloc heads to Marshall Redpath in Southshore.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3717,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (561,2,32,25,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,0,0,562,1,0,150,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,'Farren\'s Proof','Speak with Lieutenant Farren Orinelle in Southshore.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (562,2,32,25,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,561,0,0,563,4,0,1200,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Stormwind Ho!','Kill 10 Daggerspine Shorehunters and 10 Daggerspine Sirens for Lieutenant Farren Orinelle in Southshore.','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!','','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.','Return to Lieutenant Farren Orinelle at Southshore in Hillsbrad Foothills.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (563,2,32,25,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,562,0,0,0,6,0,2040,0,0,0,0,0,0,3721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reassignment','Deliver Farren\'s report to Major Samuelson in Stormwind Keep.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3721,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (564,2,34,30,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1860,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3736,3728,0,0,1,5,0,0,3753,3754,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Costly Menace','Darren Malvew of Southshore wants you to kill 8 Mountain Lions and 10 Hulking Mountain Lions.','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!','','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\'.','Return to Darren Malvew at Southshore in Hillsbrad Foothills.',2406,2407,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,0,0,1,0,0,0,0,0,0,0,0,12340), (565,2,34,29,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1860,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2805,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bartolo\'s Yeti Fur Cloak','Bring Bartolo Ginsetti of Southshore a Bolt of Wool, a Hillman\'s Cloak, Fine Thread and 10 clumps of Yeti Fur.','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!','','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!','Return to Bartolo Ginsetti at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2997,2321,3719,3720,0,0,1,1,1,10,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (566,2,40,17,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2231,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Baron Vardus','Kill Baron Vardus and deliver his head to High Executor Darthalia in Tarren Mill.','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.','','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?','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (567,2,28,17,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1380,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3732,0,0,0,1,0,0,0,3742,3743,5250,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dangerous!','High Executor Darthalia of Tarren Mill is offering a bounty on Clerk Horrace Whitesteed, Citizen Wilkes, Miner Hackett and Farmer Kalaba.','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.','','You are quite the bounty, $C. Well done.','Yes?','Return to High Executor Darthalia at Tarren Mill in Hillsbrad Foothills.',2448,2449,2450,2451,1,1,1,1,0,0,0,0,0,0,0,0,0,0,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,12340), (568,2,36,33,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,569,5,4000,2100,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Grom\'gol','Commander Aggro\'gosh of the Grom\'gol base camp wants you to kill 15 Lashtail Raptors.','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.','','Your duty was performed with honor, $C.','Our supply efforts are still being hampered by the indigenous raptor population, $c.','Return to Commander Aggro\'gosh at Grom\'gol Base Camp in Stranglethorn Vale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (569,2,37,33,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,568,0,0,0,5,0,2220,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4115,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Grom\'gol','Commander Aggro\'gosh of the Grom\'gol base camp wants you to kill 10 Ogre Brutes and 5 Ogre Witch Doctors.','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.','','Well done. You have served the Warchief with honor.','Have you made any progress with the ogres of the Mizjah Ruins yet, $C?','Return to Commander Aggro\'gosh at Grom\'gol Base Camp in Stranglethorn Vale.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (570,2,38,33,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,572,4,0,1740,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mok\'thardin\'s Enchantment','Far Seer Mok\'thardin at the Grom\'gol base camp wants 8 Shadowmaw Claws and a Pristine Tigress Fang.','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.','','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?','Return to Far Seer Mok\'thardin at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3838,3839,0,0,0,0,8,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (571,2,41,33,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,572,0,0,573,4,0,2040,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mok\'thardin\'s Enchantment','Bring an Aged Gorilla Sinew to Far Seer Mok\'thardin in Grom\'gol.','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.','','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?','Return to Far Seer Mok\'thardin at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3862,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (572,2,41,33,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,570,0,0,571,4,0,2040,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mok\'thardin\'s Enchantment','Bring 10 Jungle Stalker Feathers to Far Seer Mok\'thardin at the Grom\'gol base camp.','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.','','Most excellent. I will prepare these at once.','Did your gathering efforts prove fruitful?','Return to Far Seer Mok\'thardin at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3863,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (573,2,44,33,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,571,0,0,0,6,0,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4112,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mok\'thardin\'s Enchantment','Far Seer Mok\'thardin of Grom\'gol needs Holy Spring Water. He also wants you to kill 10 Naga Explorers.','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.','','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?','Return to Far Seer Mok\'thardin at Grom\'gol Base Camp in Stranglethorn Vale.',0,1907,0,0,0,10,0,0,0,0,0,0,0,0,0,0,737,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (574,2,38,30,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,202,5,0,2340,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Special Forces','Kill 10 Kurzen Commandoes and 6 Kurzen Headshrinkers.$B$BReport to Lieutenant Doren at the Rebel Camp.','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.','','$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 report?','Return to Lieutenant Doren at Rebel Camp in Stranglethorn Vale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (575,2,31,26,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,2200,780,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Supply and Demand','Bring 2 Large River Crocolisk Skins to Drizzlik in Booty Bay.','\"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.','','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.','Return to Drizzlik at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (576,2,42,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,4,0,2160,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4114,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Keep An Eye Out','Dizzy One-Eye in Booty Bay wants you to retrieve his eye from the Bloodsail Buccaneers.','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?','','Shiver me timbers and timber me shivers! Ye found me beautiful eye! Let\'s see if she still fits.$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.','Return to Dizzy One-Eye at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3897,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (577,2,36,31,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,628,3,3000,1080,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Some Assembly Required','Bring 5 Snapjaw Crocolisks Skins to Drizzlik in Booty Bay.','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.','','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?','Return to Drizzlik at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4104,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (578,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,616,0,0,601,5,4000,2220,0,0,0,0,0,0,3898,1,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'The Stone of the Tides','Find the haunted island for Baron Revilgaz in Booty Bay.','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...?','Locate the haunted island','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?','Return to Baron Revilgaz at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (579,0,1,1,0,1519,0,0,0,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,8,1,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,'Stormwind Library','','','','Do any of these titles interest you, $N?','King Varian 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.','Return to Donyal Tovald in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3898,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (580,2,50,40,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,17048,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Whiskey Slim\'s Lost Grog','Whiskey Slim in Booty Bay wants you to bring him the bottles of Pupellyverbos Port he lost.','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!','','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!','Return to Whiskey Slim at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,2,0,0,0,0,0,0,0,12340), (581,2,34,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,582,4,0,1380,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunt for Yenniku','Bring 9 Bloodscalp Tusks to Nimboya at the Grom\'gol Base Camp.','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.','','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.','Return to Nimboya at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3901,0,0,0,0,0,9,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (582,2,37,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,581,0,0,0,4,0,1680,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Headhunting','Bring 20 Shrunken Heads to Nimboya at the Grom\'gol Base Camp.','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.','','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?','Return to Nimboya at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1532,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (583,2,30,28,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,150,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,'Welcome to the Jungle','Speak with Hemet Nesingwary Jr.','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.','','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.',NULL,'Speak with Hemet Nesingwary Jr. at Nesingwary\'s Expedition in 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,1,0,0,0,0,0,0,0,0,12340), (584,2,41,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,582,0,0,0,5,0,2760,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodscalp Clan Heads','Bring Gan\'zulah\'s Head and Nezzliok\'s Head to the bubbling cauldron at the Grom\'gol Base Camp.','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.','','You place the heads of Gan\'zulah and Nezzliok within the cauldron...','The greenish broth within the cauldron bubbles.','Return to Bubbling Cauldron at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3904,3905,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (585,2,40,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,584,588,-585,0,4,0,1980,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,530,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speaking with Nezzliok','Bring a Balia\'mah Trophy, a Ziata\'jai Trophy and a Zul\'Mamwe Trophy to the Bubbling Cauldron at the Grom\'gol Base Camp.','$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.','','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...','Return to Bubbling Cauldron at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (586,2,46,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,584,588,-585,0,5,0,3450,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speaking with Gan\'zulah','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.','$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.','','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...','Return to Bubbling Cauldron at Grom\'gol Base Camp in Stranglethorn Vale.',669,781,783,0,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,3909,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (587,2,41,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,3,0,1380,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Up to Snuff','Deeg in Booty Bay wants you to bring him 15 shares of 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?','','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?','Return to Deeg at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3910,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',1,6,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (588,2,45,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,589,1,0,330,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,530,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Yenniku','Speak with Kin\'weelay.','$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.','','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.',NULL,'Speak with Kin\'weelay at Grom\'gol Base Camp in 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,1,0,0,0,0,0,0,0,0,12340), (589,2,45,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,588,0,0,591,5,0,3300,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Singing Crystals','Bring 3 Pulsing Blue Shards to Kin\'weelay at the Grom\'gol Base Camp.','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.','','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.','Return to Kin\'weelay at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3911,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (590,2,5,1,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8,0,0,0,2,25,60,0,0,0,0,0,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Rogue\'s Deal','Defeat Calvin Montague in Deathknell.','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','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.',NULL,'Return to Calvin Montague at Deathknell.',0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (591,2,46,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,589,0,0,0,5,0,3450,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mind\'s Eye','Bring the Mind\'s Eye to Kin\'weelay at the Grom\'gol Base Camp.','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.','','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?','Return to Kin\'weelay at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3616,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (592,2,46,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,591,0,0,0,6,0,4350,0,0,0,0,0,0,3912,1,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,530,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saving Yenniku','Bring the Filled Soul Gem to Nimboya.','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.','','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?','Return to Nimboya at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3913,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (593,0,46,1,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-592,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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...','Return to Yenniku in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3912,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (594,2,42,42,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,4,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,0,0,0,0,0,0,0,0,0,'Message in a Bottle','Find the author of the 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.','','Have you come to free me?',NULL,'Find the author of the message in a bottle somewhere in 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,1,0,0,0,0,0,0,0,0,12340), (595,2,41,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,4,4000,2040,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,21,87,0,0,0,4,-4,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodsail Buccaneers','First Mate Crazz wants you to check the cove north of Booty Bay.','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.','','Inside the skiff, you discover a map with some hastily written text on it along with some coins.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (596,2,37,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1680,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4135,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloody Bone Necklaces','Bring 25 Bloody Bone Necklaces to Kin\'weelay at the Grom\'gol Base Camp.','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.','','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?','Return to Kin\'weelay at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3915,0,0,0,0,0,25,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (597,2,41,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,599,4,0,2040,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,21,87,0,0,0,4,-4,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodsail Buccaneers','Report your findings to First Mate Crazz in Booty Bay.','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.\"','','Sure, I remember you, $C. Back from scouting I see....',NULL,'Report to First Mate Crazz at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (598,2,42,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,596,0,0,0,5,0,2880,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Split Bone Necklace','Bring 25 Split Bone Necklaces to Kin\'weelay at the Grom\'gol Base camp.','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.','','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?','Return to Kin\'weelay at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3916,0,0,0,0,0,25,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (599,2,41,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,597,0,0,604,2,0,660,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,21,87,0,0,0,2,-2,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodsail Buccaneers','Report the planned Bloodsail attack to Fleet Master Seahorn.','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....','','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.',NULL,'Report to Fleet Master Seahorn at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (600,2,41,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,5,0,2760,0,0,0,0,0,0,0,0,0,8,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Venture Company Mining','Bring 10 Singing Blue Crystals to Crank Fizzlebub in Booty Bay.','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!','','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!','Return to Crank Fizzlebub at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3917,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (601,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,578,0,0,602,5,4000,2220,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Water Elementals','Acquire 6 Water Elemental Bracers for Baron Revilgaz in Booty Bay.','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.','','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?','Return to Baron Revilgaz at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3923,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (602,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,601,0,0,0,3,0,1140,0,0,0,0,0,0,3960,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magical Analysis','Bring the water elemental bracers to Archmage Ansirem Runeweaver in Dalaran Crater.','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.','','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.','Report to Archmage Ansirem Runeweaver at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3960,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (603,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,602,0,0,610,3,0,1140,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,21,87,0,0,0,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,'Ansirem\'s Key','Talk to Catelyn in Booty Bay.','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.','','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...',NULL,'Talk to Catelyn at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (604,2,42,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,599,0,0,608,5,0,2880,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodsail Buccaneers','Fleet Master Seahorn in Booty Bay wants you to kill 10 Bloodsail Swashbucklers and bring back the Bloodsail Charts and the Bloodsail Orders.','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.','','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?','Return to Fleet Master Seahorn at Booty Bay in Stranglethorn Vale.',1563,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,3920,3921,0,0,0,0,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (605,2,35,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,5,3500,1980,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Singing Blue Shards','Bring 10 Singing Crystal Shards to Crank Fizzlebub.','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.','','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!','Return to Crank Fizzlebub at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (606,2,41,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,607,2,0,660,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,21,87,0,0,0,2,-2,0,0,0,0,0,0,0,0,0,0,0,0,'Scaring Shaky','Bring 5 Mistvale Giblets to \"Shaky\" Phillipe in Booty Bay.','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.','','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, $gmister:lady;.','Return to \"Shaky\" Phillipe at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3919,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',5,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (607,2,41,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,609,4,4000,2040,0,0,0,0,0,0,3922,1,0,0,0,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,4,-4,0,0,0,0,0,0,0,0,0,0,0,0,'Return to MacKinley','Bring Shaky\'s Payment to \"Sea Wolf\" 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!','','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?','Report to \"Sea Wolf\" MacKinley at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3922,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (608,2,42,37,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,6,0,3600,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4138,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodsail Buccaneers','Fleet-Master Seahorn in Booty Bay wants you to kill Captain Stillwater, Captain Keelhaul and Fleet Master Firallon.','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....','','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!','Return to Fleet Master Seahorn at Booty Bay in Stranglethorn Vale.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (609,2,44,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,607,0,0,0,5,6500,3150,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Voodoo Dues','Bring Maury\'s Clubbed Foot, Jon-Jon\'s Golden Spyglass, and Chucky\'s Huge Ring to \"Sea Wolf\" MacKinley in Booty Bay.','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.','','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?','Return to \"Sea Wolf\" MacKinley at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (610,2,39,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,603,0,0,611,4,0,1860,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'\"Pretty Boy\" Duncan','Get Catelyn\'s dagger from \"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.','','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.','Return to Catelyn the Blade at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4027,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (611,2,40,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,610,0,0,0,5,0,2640,0,0,0,0,0,0,4027,1,0,0,0,0,0,0,0,4120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'The Curse of the Tides','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.','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!','','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.','Return to Baron Revilgaz at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4034,4027,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (612,0,40,32,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,3500,19500,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,21,87,0,0,0,4,-4,0,0,0,0,0,0,0,0,0,0,0,0,'','Return Catelyn\'s blade.','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.','',NULL,NULL,'Return to Catelyn the Blade in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (613,2,44,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,6,0,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4129,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Cracking Maury\'s Foot','Bring Maury\'s Key to \"Sea Wolf\" Mackinley in Booty Bay.','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...','','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?','Return to \"Sea Wolf\" MacKinley at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3930,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (614,2,42,35,0,33,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2880,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,11469,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'The Captain\'s Chest','Bring Smotts\' Chest to Hecklebury Smotts in Booty Bay.','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.','','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!','Return to Captain Hecklebury Smotts at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3932,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (615,2,42,35,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8552,0,0,8554,1,0,300,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,'The Captain\'s Cutlass','Speak with Sprogger.','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.','','Hello hello, $N. Captain told me you\'re going after Negolash, eh?',NULL,'Speak with Sprogger at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (616,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,578,1,0,210,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,'The Haunted Isle','Speak with Baron Revilgaz in Booty Bay.','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?','','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.',NULL,'Speak with Baron Revilgaz at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (617,2,43,38,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6000,3000,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4117,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Akiris by the Bundle','Bring 10 Bundles of Akiris Reed to Privateer Bloads in Booty Bay.','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.','','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.','Return to Privateer Bloads at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4029,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',6,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (618,2,42,35,0,33,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,615,-619,0,0,7,0,4350,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Facing Negolash','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.','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!','','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?','Return to Captain Hecklebury Smotts at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3935,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (619,0,42,1,0,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,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,'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\"','Return to Ruined Lifeboat in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4457,4595,0,0,0,0,10,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (620,2,42,35,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1440,0,0,0,0,0,0,3985,1,0,0,0,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,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,'The Monogrammed Sash','Return the Monogrammed Sash to its owner.','This fine sash has the letters \"HS\" embroidered along its hem.','','Hello. Do you have business with me?',NULL,'Find the Monogrammed Sash\'s owner at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3985,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (621,2,44,35,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,-621,0,5,6500,3150,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Zanzil\'s Secret','Bring 12 samples of Zanzil\'s Mixture to Crank Fizzlebub in Booty Bay.','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.','','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??','Return to Crank Fizzlebub at Wild Shore in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4016,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (622,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,627,0,0,0,5,0,2220,0,0,0,0,0,0,1987,1,0,0,0,0,0,0,0,4124,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Corporal Kaleb','Bring Krazek\'s Fixed Pot to Corporal Kaleb at the Rebel Camp.','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.','','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??','Report to Corporal Kaleb at the Rebel Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1987,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (623,2,43,38,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,617,0,0,0,4,4500,2280,0,0,0,0,0,0,4028,1,0,0,0,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,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Akiris by the Bundle','Bring a Bundle of Akiris Reeds to Privateer Groy in Theramore.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4028,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (624,2,43,35,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,625,5,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,0,0,0,0,0,0,0,0,0,'Cortello\'s Riddle','Solve the 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','','The soggy parchment contains the next clue....','','Find the clue 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,1,0,0,0,0,0,0,0,0,12340), (625,2,43,35,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,624,0,0,626,5,0,3000,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,'Cortello\'s Riddle','Solve the 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','','You find a musty scroll.','','Find the clue 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,1,0,0,0,0,0,0,0,0,12340), (626,2,51,35,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,625,0,0,0,6,0,5250,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Cortello\'s Riddle','Solve the 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!','','You open the chest to discover....','','Find the clue 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,1,0,0,0,0,0,0,0,0,12340), (627,2,37,32,0,33,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,210,0,0,622,4,3000,1680,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,21,87,0,0,0,4,-4,0,0,0,0,0,0,0,0,0,0,0,0,'Favor for Krazek','Bring 4 loads of Lesser Bloodstone Ore to Krazek in Booty Bay.','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!','','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?','Return to Krazek at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4278,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (628,2,38,31,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,5,0,2340,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4109,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Excelsior','Bring an Elder Crocolisk Skin to Drizzlik in Booty Bay.','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.','','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!','Return to Drizzlik at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4105,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (629,2,37,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2220,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Vile Reef','Bring a Tablet Shard to Kin\'weelay at the Grom\'gol Base Camp.','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.','','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.','Return to Kin\'weelay at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4094,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (630,2,42,42,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,5,0,2880,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Message in a Bottle','Slay King Mukla and return to Princess Poobah with the Key to free her.','$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.','','$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?','Return to Princess Poobah at Jaguero Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4103,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (631,2,31,28,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,632,5,0,1500,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Thandol Span','Rhag Garmason wants you to locate Ol\' Rustlocke.','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...','','You search the tiny, dwarven corpse. Engraved into the helmet you can clearly read: Ebenezer Rustlocke.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (632,2,31,28,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,631,0,0,633,5,0,1500,0,0,0,0,0,0,4429,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Thandol Span','Report back to Rhag Garmason at Dun Modir in Wetlands and show him the parchment you found on Rustlocke\'s corpse.','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.','','Oh my, the news is grave....','Any sign of Ol\' Rustlocke, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4429,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (633,2,31,28,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,632,0,0,634,5,0,1500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,4504,4505,0,0,0,0,1,1,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Thandol Span','Destroy the cache of explosives.','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.','','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!','Return to Rhag Garmason at Dun Modir in Wetlands.',-2704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cache of Explosives Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (634,2,31,28,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,633,0,0,0,3,0,780,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,'Plea To The Alliance','Seek out Captain Nials at Refuge Pointe in Arathi Highlands.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (635,2,35,30,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210,0,0,0,0,0,0,4614,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,'Crystal in the Mountains','Find the crystal from your vision.','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.','','This crystal pulses, as if a living force is trapped within it.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (636,2,35,30,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210,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,'Legends of the Earth ','Find the Shards of Myzrael.','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...','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (637,2,30,25,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1500,0,0,0,0,0,0,4432,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sully Balloo\'s Letter','Deliver Sully Balloo\'s Letter to Sara Balloo.','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....\"','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4432,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (638,2,37,32,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,639,2,0,540,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,530,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trollbane','Travel to Hammerfall in the Arathi Highlands and speak with Zengu.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (639,2,37,32,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,638,0,0,640,5,4000,2220,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sigil of Strom','Get the Sigil of Strom for Zengu in Hammerfall.','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.','','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.','Return to Zengu at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4440,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (640,2,40,32,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,639,0,0,0,5,5000,2640,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Broken Sigil','Retrieve the 5 Sigil Fragments from the defenders in Stromgarde, and bring them to Tor\'gan in Hammerfall.','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.','','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?','Return to Tor\'gan at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (641,2,40,32,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,640,0,0,643,1,0,270,0,0,0,0,0,0,4453,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sigil of Thoradin','Bring the restored Sigil of Thoradin to Zengu in Hammerfall.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4453,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (642,2,37,30,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,651,5,0,2220,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,'The Princess Trapped','Gather 12 Motes of Myzrael, then bring them to the Iridescent Shards in Drywhisker Gorge.','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!','','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.','Find the Iridescent Shards at Drywhisker Gorge in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (643,2,41,32,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,641,0,0,644,5,5500,2760,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sigil of Arathor','Retrieve the Sigil of Arathor and return it to Zengu in Hammerfall.','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.','','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.','Return to Zengu at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4458,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (644,2,42,32,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,643,0,0,645,5,5500,2880,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sigil of Trollbane','Kill Prince Galen Trollbane and bring the Sigil of Trollbane to Zengu in Hammerfall.','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.','','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?','Return to Zengu at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4466,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (645,2,42,32,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,644,0,0,646,2,0,720,0,0,0,0,0,0,4467,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trol\'kalar','Retrieve Trol\'kalar from Trollbane\'s tomb in Stromgarde.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4467,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (646,2,42,32,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,645,0,0,0,6,0,3600,0,0,0,0,0,0,4468,1,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,530,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trol\'kalar','Deliver Trol\'kalar to Zengu in Hammerfall.','The light slowly fades, the sword Trol\'kalar, held within a stone sheath has been released.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4468,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (647,2,30,28,0,11,0,0,900,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,5500,1860,0,0,0,0,0,0,4441,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,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'MacKreel\'s Moonshine','Take MacKreel\'s Moonshine to Brewmeister Bilger in Southshore.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4441,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (648,2,48,43,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,351,3721,-648,0,8,0,7500,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,9643,9644,0,0,0,0,1,1,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue OOX-17/TN!','Escort OOX-17/TN to safety, then report to Oglethorpe Obnoticus in Booty Bay.','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','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!',NULL,'Return to Oglethorpe Obnoticus at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (649,2,48,42,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,650,1,0,360,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,'Ripple Recovery','Talk to Malton Droffers in Orgrimmar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (650,2,48,42,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,649,0,0,77,5,0,3750,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ripple Recovery','Talk to Gilveradin Sunchaser; his camp is located in the Hinterlands.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (651,2,38,30,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,0,0,652,5,0,2340,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,'Stones of Binding','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.','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.','','$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.','Go to Stone of Inner Binding at Circle of Inner Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4483,4484,4485,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (652,2,42,30,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,651,0,0,0,5,0,2880,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,'Breaking the Keystone','Find and kill Fozruk. Bring the Rod of Order to the Keystone in the Arathi Highlands.','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!','','You place the rod in the keystone. And a shudder is felt beneath you...','The Keystone is charged with tremendous geomantic energy.','Return to Keystone at Circle of Inner Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4469,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (653,2,40,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,652,687,0,687,4,0,1980,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,'Myzrael\'s Allies','Speak with Gerrig Bonegrip in the Forlorn Cavern of Ironforge.','$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.','','The Lady told me of your coming, $C. You are welcome in my abode for you, like I, serve a higher cause.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (654,2,46,38,0,440,0,0,7200,0,690,0,0,0,0,0,0,0,0,0,0,379,0,0,864,5,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tanaris Field Sampling','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.','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.','','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!','Return to Chief Engineer Bilgewhizzle at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9437,9439,9442,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (655,2,34,29,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,672,1,0,180,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,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hammerfall','Speak with Tor\'gan in 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...','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (656,2,50,30,0,45,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,692,0,0,0,7,0,6000,0,0,0,0,0,0,4472,1,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,0,0,0,0,0,0,0,'Summoning the Princess','Go to the Shards of Myzrael, summon her and defeat her.$B$BGather her Eldritch Shackles and bind them to the Shards of Myzrael.','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.','','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.','Return to Shards of Myzrael in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4473,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (657,2,36,30,0,267,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hints of a New Plague?','Speak to Kinelory near Go\'Shek Farm in Arathi Highlands.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (658,2,36,30,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,659,0,0,657,5,0,2100,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hints of a New Plague?','Find the Forsaken Courier and bring back her Sealed Folder to Quae near the Go\'Shek Farm.','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.','','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?','Return to Quae in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4482,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (659,2,33,30,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,658,3,0,900,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hints of a New Plague?','Find Quae and Kinelory near the Go\'Shek Farm in the Arathi Highlands.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (660,2,37,30,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,657,0,0,661,5,0,2220,0,0,0,0,0,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hints of a New Plague?','Protect Kinelory until she returns to Quae.','All right, $N. I\'m ready if you are.$B$BShall we?','Protect Kinelory','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.',NULL,'Return to Quae 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,1,0,0,0,0,0,0,0,0,12340), (661,2,37,30,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,660,0,0,0,6,0,2760,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hints of a New Plague?','Find Phin Odelic at Southshore in Hillsbrad Foothills.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (662,2,40,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Deep Sea Salvage','First Mate Nilzlix wants you to retrieve the Charts and Logs from the Maiden\'s Folly and the Spirit of Silverpine.','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!','','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...','Return to First Mate Nilzlix at Faldir\'s Cove in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (663,2,35,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,480,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,21,87,0,0,0,2,-2,0,0,0,0,0,0,0,0,0,0,0,0,'Land Ho!','Talk to Captain O\'Breen at Faldir\'s Cove in Arathi Highlands.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (664,2,40,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Drowned Sorrows','Captain Steelgut in Faldir\'s Cove wants you to kill 10 Daggerspine Raiders and 3 Daggerspine Sorceresses.','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.','','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.','Return to Captain Steelgut at Faldir\'s Cove in Arathi Highlands.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (665,2,40,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,663,0,0,666,5,0,2640,0,0,0,0,0,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Sunken Treasure','Escort Professor Phizzlethorpe to the cave and back.','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.','Defend Professor Phizzlethorpe','The goggles work perfectly now! Well done, $N.','This is no time to talk! The goggles need to be charged with the power of the stone!','Return to Doctor Draxlegauge 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,1,0,0,0,0,0,0,0,0,12340), (666,2,40,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,0,668,6,0,3300,0,0,0,0,0,0,4491,1,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,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Sunken Treasure','Doctor Draxlegauge in Faldir\'s Cove wants you to collect 10 Elven Gems and return the Goggles of Gem Hunting once you are done.','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.','','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.','Return to Doctor Draxlegauge at Faldir\'s Cove in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4492,4491,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (667,2,44,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,670,0,0,0,6,0,3900,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,4550,4549,0,0,0,0,1,1,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Death From Below','Protect Shakes O\'Breen during the attack.','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?','Defend Shakes O\'Breen','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....',NULL,'Return to Shakes 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,1,0,0,0,0,0,0,0,0,12340), (668,2,40,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,666,0,0,669,3,0,1320,0,0,0,0,0,0,4493,1,0,0,0,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,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,'Sunken Treasure','Take the Elven Gems to Captain O\'Breen at Faldir\'s Cove in Arathi Highlands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4493,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (669,2,40,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,668,0,0,670,5,0,2640,0,0,0,0,0,0,4502,1,0,0,0,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,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Sunken Treasure','Take the Sample Elven Gem to Fleet Master Seahorn at Booty Bay in Stranglethorn Vale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4502,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (670,2,40,35,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,669,0,0,0,5,0,2640,0,0,0,0,0,0,4494,1,0,0,0,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,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Sunken Treasure','Deliver Seahorn\'s Letter to Shakes O\'Breen at Faldir\'s Cove in Arathi Highlands.','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?','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4494,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (671,2,33,30,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1740,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foul Magics','Get 10 Bloodstone Amulets for Tor\'gan in Hammerfall.','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?','','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.','Return to Tor\'gan at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4495,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (672,2,34,29,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,655,0,0,674,5,0,1860,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raising Spirits','Acquire 10 Highland Raptor Eyes from Highland Striders and Highland Thrashers for Tor\'gan in Hammerfall.','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.','','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...','Return to Tor\'gan at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4512,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (673,2,40,35,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,671,0,0,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foul Magics','Retrieve Marez Cowl\'s Bloodstone Orb and bring it to Tor\'gan in Hammerfall.','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.','','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.','Return to Tor\'gan at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4510,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (674,2,34,29,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,672,0,0,675,1,0,180,0,0,0,0,0,0,4526,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raising Spirits','Give the Raptor Talon Amulet to Gor\'mul at Hammerfall in Arathi Highlands.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4526,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (675,2,34,29,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,674,0,0,701,1,0,180,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,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raising Spirits','Speak with Tor\'gan at Hammerfall in Arathi Highlands.','$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...','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (676,2,32,30,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,677,5,3000,1620,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hammer May Fall','Kill 8 Boulderfist Ogres and 10 Boulderfist Enforcers, then find Drum Fel in the Hammerfall outpost in Arathi Highlands.','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.','','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?','Return to Drum Fel at Hammerfall in Arathi Highlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (677,2,32,30,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,676,0,0,678,5,0,1620,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms','Slay 10 Witherbark Axe Throwers, 10 Headhunters and 8 Witch Doctors, and return to Drum Fel in the Hammerfall outpost.','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.','','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.','Return to Drum Fel at Hammerfall in Arathi Highlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (678,2,38,30,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,677,0,0,679,5,0,2340,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms','Kill 10 Boulderfist Brutes and 4 Boulderfist Magi, and return to Drum Fel in the Hammerfall outpost.','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.','','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.','Return to Drum Fel at Hammerfall in Arathi Highlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (679,2,40,30,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,678,0,0,0,5,5000,2640,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,9520,9521,0,0,0,0,1,1,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms','Kill 7 Boulderfist Shaman and 3 Boulderfist Lords and return to Drum Fel in the Hammerfall outpost.','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.','','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.','Return to Drum Fel at Hammerfall in Arathi Highlands.',2570,2571,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,1,0,0,0,0,0,0,0,0,12340), (680,2,40,30,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,3300,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Real Threat','Slay Or\'Kalar and bring his Head to Korin Fel in the Hammerfall outpost.','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.','','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.','Return to Korin Fel at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4551,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (681,2,31,30,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1500,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northfold Manor','Kill 10 Syndicate Highwaymen and 6 Syndicate Mercenaries.$B$BReturn to Captain Nials at Refuge Pointe.','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.','','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.','Return to Captain Nials at Refuge Pointe in Arathi Highlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (682,2,37,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,681,0,0,0,6,0,2760,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4741,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stromgarde Badges','Bring 7 Stromgarde Badges to Captain Nials at Refuge Pointe.','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.','','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.','Return 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,4506,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (683,2,30,25,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,637,0,0,0,3,0,720,0,0,0,0,0,0,4514,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sara Balloo\'s Plea','Take Sara Balloo\'s note to King Magni Bronzebeard of Ironforge.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4514,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (684,2,39,29,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,3150,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4744,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Marez Cowl','Bring Marez\'s head to Captain Nials at Refuge Pointe.','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.','','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?','Return 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,4515,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (685,2,40,29,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,3300,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Otto and Falconcrest','Bring Otto\'s Head and Falconcrest\'s Head to Captain Nials at Refuge Pointe.','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.','','Falconcrest and Otto? Wonderful!$b$bHere is your reward, $N. I am happy to pay it.','Hello. Do you have a report to submit?','Return 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,4516,4517,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (686,2,30,25,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,683,0,0,689,3,0,720,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A King\'s Tribute','King Magni Bronzebeard wants you to speak with Grand Mason Marblesten.','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.','','So King Magni Bronzebeard himself sent ye?$B$BMy, my! This must be important!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (687,2,40,30,0,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,692,3,0,1320,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,'Theldurin the Lost','Find 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (688,2,40,30,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,652,687,0,687,4,0,1980,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,'Myzrael\'s Allies','Speak with Zaruk at Hammerfall in Arathi Highlands.','$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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (689,2,31,25,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,686,0,0,0,5,0,1500,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A King\'s Tribute','Grand Mason Marblesten of Ironforge wants 5 pieces of Alterac Granite.','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.','','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.','Return to Grand Mason Marblesten in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4521,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (690,2,32,30,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1200,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malin\'s Request','Find Skuerto at Refuge Pointe in the Arathi Highlands.','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?','','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\'.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (691,2,36,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,690,0,0,0,6,7500,2640,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Worth Its Weight in Gold','Find 10 Witherbark Tusks, 4 Witherbark Medicine Pouches and a Shadow Hunter Knife for Apprentice Kryten at Refuge Pointe.','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.','','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.','Return to Apprentice Kryten at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4503,4522,5040,0,0,0,10,4,1,0,0,0,0,'','','','',1,1,6,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (692,2,41,30,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,5,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,0,0,0,0,0,0,0,0,0,0,0,'The Lost Fragments','Bring the Torn Scroll Fragment, the Crumpled Scroll Fragment and the Singed Scroll Fragment to Theldurin the Lost.','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...','','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!','Return to Theldurin the Lost in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4518,4519,4520,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (693,2,39,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,691,0,0,0,5,0,2460,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wand over Fist','Find Trelane\'s Wand of Invocation and return it to Skuerto at Refuge Pointe.','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.','','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.','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,4525,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (694,2,39,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,693,0,0,695,5,0,2460,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trelane\'s Defenses','Find an Azure Agate and bring it to Apprentice Kryten at Refuge Pointe.','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.','','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?','Return to Apprentice Kryten at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4527,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (695,2,39,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,694,0,0,696,1,0,240,0,0,0,0,0,0,4529,1,0,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Apprentice\'s Enchantment','Speak to Skuerto at Refuge Pointe in Arathi Highlands.','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.','','Good, good.$b$bIf there are no other delays, how about we get started?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (696,2,39,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,695,0,0,697,5,0,2460,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack on the Tower','Find Trelane\'s Phylactery, Trelane\'s Orb, and Trelane\'s Ember Agate, and return them to Skuerto at Refuge Pointe.','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.','','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.','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,4530,4531,4532,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (697,2,39,30,0,45,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,696,0,0,0,6,9000,3150,0,0,0,0,0,0,4533,1,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,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malin\'s Request','Take the Sealed Letter to Archmage Malin in the Mage Quarter of Stormwind.','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.','','$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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4533,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (698,2,40,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,699,5,0,2640,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lack of Surplus','Bring 8 Unprepared Sawtooth Flanks to Tok\'Kar in Swamp of Sorrows.','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.','','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.','Return to Tok\'Kar at Misty Reed Post in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6169,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',2,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (699,2,42,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,698,0,0,1422,5,0,2880,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lack of Surplus','Bring 6 Sawtooth Snapper Claws to Tok\'Kar in the Swamp of Sorrows.','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.','','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.','Return to Tok\'Kar at Misty Reed Post in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6168,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (700,2,31,25,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,689,0,0,0,5,0,1500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4535,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A King\'s Tribute','Report to King Magni Bronzebeard.','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. ','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (701,2,37,29,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,675,0,0,702,5,0,2220,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guile of the Raptor','Acquire 12 Raptor Hearts from Highland Fleshstalkers for Tor\'gan.','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.','','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.','Return to Tor\'gan at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4513,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (702,2,37,29,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,701,0,0,0,1,0,210,0,0,0,0,0,0,4528,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guile of the Raptor','Give Tor\'gan\'s Orb to Gor\'mul at Hammerfall in Arathi Highlands.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4528,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (703,2,40,33,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1980,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4457,4609,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,4,-4,0,0,0,0,0,0,0,0,0,0,0,0,'Barbecued Buzzard Wings','Bring 4 Buzzard Wings to Rigglefuzz.','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!','','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?','Return to Rigglefuzz at the Valley of Fangs in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3404,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (704,2,38,30,0,1517,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,739,0,0,0,5,0,2340,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4980,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Agmond\'s Fate','Bring 4 Carved Stone Urns to Prospector Ironband in Loch Modan.','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.','','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!','Return to Prospector Ironband at Ironband\'s Excavation Site in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4610,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (705,2,37,30,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2220,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4852,0,0,0,1,0,0,0,4086,5248,0,0,0,0,1,1,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Pearl Diving','Bring 9 Blue Pearls to Rigglefuzz in the Badlands.','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!','','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!','Return to Rigglefuzz at the Valley of Fangs in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4611,0,0,0,0,0,9,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (706,2,45,40,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5421,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fiery Blaze Enchantments','Acquire a Black Drake\'s Heart for Sigrun Ironhew.','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!','','Ah yes, this will do excellently. This will enable your weapons to strike with searing heat!','How goes the hunt, $C?','Return to Sigrun Ironhew in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4612,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (707,2,37,30,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,738,2,0,540,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,47,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ironband Wants You!','Speak with Prospector Ironband at Ironband\'s Excavation Site in Loch Modan.','$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.','','So Stormpike sent you, did he? Good.$B$BI have a big task for you...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (708,2,40,30,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5000,1980,0,0,0,0,0,0,4613,1,0,0,1,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Box','Take the Corroded Black Box to the Hall of Arms in Ironforge.','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\"','',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4613,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (709,2,40,30,0,1517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Solution to Doom','Bring the Tablet of Ryun\'eh to Theldurin the Lost.','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.','','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!','Return to Theldurin the Lost at Agmond\'s End in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4631,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (710,2,37,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,5,0,2220,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,'Study of the Elements: Rock','Find 10 Small Stone Shards and bring them to Lotwil Veriatus in the Badlands.','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?','','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?','Return to Lotwil Veriatus at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4626,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (711,2,39,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,712,5,0,2460,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,'Study of the Elements: Rock','Bring 3 Large Stone Slabs to Lotwil Veriatus in the Badlands.','$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.','','$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.','Return to Lotwil Veriatus at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (712,2,42,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,734,-734,0,5,0,2880,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,'Study of the Elements: Rock','Bring 5 Bracers of Rock Binding to Lotwil Veriatus in the Badlands.','$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.','','$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...','Return to Lotwil Veriatus at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4628,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (713,2,37,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,5,0,2220,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,'Coolant Heads Prevail','Find Frost Oil and bring it to Lotwil Veriatus in Badlands.','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.','','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.','Return to Lotwil Veriatus at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3829,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (714,2,37,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,713,734,-734,0,5,0,2220,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,'Gyro... What?','Bring a Gyrochronatom to Lotwil Veriatus in the Badlands.','$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.','','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','Return to Lotwil Veriatus at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4389,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (715,2,37,35,0,3,0,0,0,0,0,171,0,0,0,0,0,0,0,0,0,714,0,0,0,4,0,1680,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Liquid Stone','Bring a Healing Potion and a Lesser Invisibility Potion to Lucien Tosselwrench in the Badlands.','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.','','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?','Return to Lucien Tosselwrench at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,3823,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (716,2,42,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,0,0,0,4,0,2160,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Stone Is Better than Cloth','Bring some Patterned Bronze Bracers to Lucien Tosselwrench in the Badlands.','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.','','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?','Return to Lucien Tosselwrench at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2868,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (717,2,50,40,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,732,0,0,0,5,0,4050,0,0,0,0,0,0,4640,1,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tremors of the Earth','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.','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.','','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.','Return to Garek at Hammertoe\'s Digsite in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4615,4645,4640,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (718,2,38,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,733,4,0,1740,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mirages','Retrieve the Supply Crate for Sigrun Ironhew.','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?','','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...','Return to Sigrun Ironhew in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4629,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (719,2,35,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1980,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dwarf and His Tools','Find Ryedol\'s Lucky Pick and return it to Prospector Ryedol south of Hammertoe\'s Dig Site.','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.','','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.','Return to Prospector Ryedol in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4616,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (720,2,35,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,721,3,0,1020,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Sign of Hope','Find Prospector Ryedol and let him know Hammertoe Grez is alive.','$B$B\"Ryedol, $BThey\'re taking me to Uldaman. Send help.$B-Hammertoe\"','','Hammertoe\'s alive?! This is amazin\', $N!',NULL,'Speak to Prospector Ryedol in 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,1,0,0,0,0,0,0,0,0,12340), (721,2,35,35,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,720,0,0,722,5,0,1980,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Sign of Hope','Find Hammertoe Grez in Uldaman.','$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!','','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. ',NULL,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,1,0,0,0,0,0,0,0,0,12340), (722,2,40,35,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,721,0,0,723,5,0,2640,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amulet of Secrets','Find Hammertoe\'s Amulet and return it to him in Uldaman.','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.','','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.','Return to Hammertoe Grez at Uldaman.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4635,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (723,2,40,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,722,0,0,724,4,0,1980,0,0,0,0,0,0,4635,1,0,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prospect of Faith','Take Hammertoe\'s Amulet to Prospector Ryedol in the Badlands.','$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... ','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4635,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (724,2,40,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,723,0,0,0,5,0,2640,0,0,0,0,0,0,4635,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prospect of Faith','Take Hammertoe\'s Amulet to Historian Karnik in Ironforge.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4635,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (725,2,40,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,724,0,0,726,3,0,1320,0,0,0,0,0,0,4622,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Passing Word of a Threat','Find Advisor Belgrum and give him his note.','$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.','','Ah, word from Historian Karnik. Excellent.$B$BI always have time for his business.$B$B','Hmm? Yes, $C.','Report to Advisor Belgrum in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4622,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (726,2,40,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,725,0,0,762,4,0,1980,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Passing Word of a Threat','Speak to Historian Karnik.','$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.','','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.',NULL,'Speak to Historian Karnik 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,1,0,0,0,0,0,0,0,0,12340), (727,2,40,30,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,709,0,0,735,2,0,660,0,0,0,0,0,0,4648,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Ironforge for Yagyin\'s Digest','Give the Sigil of the Hammer to Gerrig Bonegrip in the Forlorn Cavern of Ironforge.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4648,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (728,2,40,30,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,709,0,0,736,2,0,660,0,0,0,0,0,0,4648,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Undercity for Yagyin\'s Digest','Bring the Sigil of the Hammer to Keeper Bel\'dugur in the Undercity.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4648,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (729,2,20,15,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,720,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Absent Minded Prospector','Travel south and check on Prospector Remtravel.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (730,2,14,14,0,1657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,3,0,300,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble In Darkshore?','Travel to Auberdine and look for signs of the dwarven excavation team.','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.','','I\'m so glad Chief Archeologist Greywhisker sent for us.... ','',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,1,0,0,0,0,0,0,0,0,12340), (731,2,20,15,0,148,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,741,6,0,1200,0,0,0,0,0,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,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Absent Minded Prospector','Protect Prospector Remtravel as he searches for the mysterious fossil, then return to Archaeologist Hollee in Auberdine.','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?','Escort Prospector Remtravel','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?','Return to Archaeologist Hollee at Auberdine 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,1,0,0,0,0,0,0,0,0,12340), (732,2,43,40,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,718,0,0,717,5,0,3000,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tremors of the Earth','Retrieve the Sign of the Earth for Garek.','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.','','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.','Return to Garek at Hammertoe\'s Digsite in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4640,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (733,2,40,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,718,0,0,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scrounging','Get 7 pieces of Scrap Metal for Sigrun.','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.','','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?','Return to Sigrun Ironhew in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4630,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (734,2,42,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,777,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,'This Is Going to Be Hard','Speak to Lucien Tosselwrench in the Badlands.','Wonderful, wonderful.$B$B$B$BGo speak to Lucien, $N. I need a cog #5. Bring it to me, will you?','','Cog #5, huh? Yeah, this isn\'t going to be good.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (735,2,44,30,0,3,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,727,737,0,737,7,0,4800,0,0,0,0,0,0,4649,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Star, the Hand and the Heart','Return the items on the Bonegrip\'s Note to Gerrig Bonegrip in Ironforge.','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.','','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?','Return to Gerrig Bonegrip at the Forlorn Cavern in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4646,4641,4644,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (736,2,44,30,0,1497,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,728,737,0,737,7,0,4800,0,0,0,0,0,0,4650,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Star, the Hand and the Heart','Bring the items on Bel\'dugur\'s Note to Keeper Bel\'dugur in the Undercity.','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.','','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.','Return to Keeper Bel\'dugur at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (737,2,40,30,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1980,0,0,0,0,0,0,4647,1,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,0,0,0,0,0,0,0,'Forbidden Knowledge','Bring Yagyin\'s Digest to Theldurin.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4647,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (738,2,38,30,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,707,0,0,739,3,400,1200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4982,1529,2776,0,1,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Agmond','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.','','This skeleton must be the unfortunate remains of Agmond. His body is broken and battered, and his bones picked clean.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (739,2,42,30,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,738,0,0,704,5,0,2880,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4983,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murdaloc','Slay Agmond\'s killer, Murdaloc.$B$BSlay 12 Stonevault Bonesnappers.$B$BReport to Prospector Ironband in Loch Modan.','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.','','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?','Return to Prospector Ironband at Ironband\'s Excavation Site in Loch Modan.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (740,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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...','',NULL,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,12340), (741,2,20,15,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,942,4,0,720,0,0,0,0,0,0,4654,1,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Absent Minded Prospector','Take the mysterious fossil to Chief Archaeologist Greywhisker in Darnassus.','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.','','Oh my! Leave it to Prospector Remtravel to discover such a find!','What can I do for you, $R?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4654,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (742,2,20,20,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,235,0,1,0,90,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ashenvale Hunt','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (743,2,8,5,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dangers of the Windfury','Bring 8 Windfury Talons to Ruul Eagletalon in Bloodhoof Village.','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.','','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.','Return to Ruul Eagletalon at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4751,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (744,2,11,7,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1080,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparation for Ceremony','Collect 6 Azure Feathers and 6 Bronze Feathers, and bring them to Eyahn Eagletalon in Thunder Bluff.','$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.','','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.','Return to Eyahn Eagletalon in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4752,4753,0,0,0,0,6,6,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (745,2,6,1,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,125,330,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4960,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sharing the Land','Kill 10 Palemane Tanners, 8 Palemane Skinners, and 5 Palemane Poachers, then return to Baine Bloodhoof in Bloodhoof Village.','$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.','','$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.','Return to Baine Bloodhoof at Bloodhoof Village in Mulgore.',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,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (746,2,8,6,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,420,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Digging','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.','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.','','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!','Return to Baine Bloodhoof at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,4702,0,0,0,5,0,0,4703,0,0,0,0,0,5,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (747,2,2,1,0,220,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,120,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,4954,4910,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunt Begins','Grull Hawkwind in Camp Narache wants you to bring him 7 Plainstrider Feathers and 7 pieces of Plainstrider Meat.','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.','','The $R 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 $C before the Chief.','Return to Grull Hawkwind at Camp Narache in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4739,4740,0,0,0,0,7,7,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (748,2,5,4,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,270,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poison Water','Bring 6 Prairie Wolf Paws and 4 Plainstrider Talons to Mull Thunderhorn in Bloodhoof.','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.','','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?','Return to Mull Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4758,4759,0,0,0,0,6,4,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (749,2,8,5,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,4,0,330,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ravaged Caravan','Morin Cloudstalker wants you to examine the contents of a supply crate at 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.','','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.',NULL,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,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (750,2,3,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,780,5,0,150,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,4908,4913,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunt Continues','Grull Hawkwind in Camp Narache wants you to bring him 10 Mountain Cougar Pelts.','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.','','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.','Return to Grull Hawkwind at Camp Narache in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4742,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (751,2,8,5,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,4,0,330,0,0,0,0,0,0,4834,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ravaged Caravan','Return the Venture Co. Documents to Morin Cloudstalker near Bloodhoof Village.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4834,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (752,2,2,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,753,3,17,60,0,0,0,0,0,0,0,0,0,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Humble Task','Chief Hawkwind wants you to search for his mother near the water well to the southeast of Camp Narache.','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?','','You traveled all this way just to help an old woman? My my, aren\'t you a keeper?',NULL,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,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (753,2,3,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,755,5,40,150,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,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Humble Task','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.','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.','','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?','Return to Chief Hawkwind at Camp Narache in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4755,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (754,2,6,4,0,215,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,748,0,0,0,5,0,330,0,0,0,0,0,0,5411,1,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterhoof Cleansing','Use the Winterhoof Cleansing Totem at the Winterhoof Water Well, then return to Mull Thunderhorn.','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.','Cleanse the Winterhoof Water Well','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.',NULL,'Return to Mull Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (755,2,3,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,753,0,0,757,5,0,150,0,1126,0,0,0,0,0,0,0,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rites of the Earthmother','Travel to Seer Graytongue who lives in the hills directly south of Camp Narache.','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.','','Chief Hawkwind sent you? Embarking on the Rites of the Earthmother is no small task...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (756,2,7,4,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,754,0,0,0,5,0,390,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderhorn Totem','Bring 6 Stalker Claws and 6 Cougar Claws to Mull Thunderhorn.','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.','','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!','Return to Mull Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4801,4802,0,0,0,0,6,6,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (757,2,4,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,755,0,0,0,7,0,330,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,1382,1383,2137,5776,5777,0,1,1,1,1,1,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rite of Strength','Kill Bristlebacks in Brambleblade Ravine and bring 8 Bristleback Belts to Chief Hawkwind in Camp Narache.','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.','','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.','Return to Chief Hawkwind at Camp Narache in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4770,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,12340), (758,2,8,4,0,215,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,756,0,0,0,5,0,420,0,0,0,0,0,0,5415,1,0,2,2,0,0,0,0,4963,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderhorn Cleansing','Use the Thunderhorn Cleansing Totem at the Thunderhorn Water Well, then return to Mull.','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.','Cleanse the Thunderhorn Water Well','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...',NULL,'Return to Mull Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (759,2,10,4,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,5,0,510,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildmane Totem','Bring 8 Prairie Alpha Teeth to Mull Thunderhorn in Bloodhoof Village.','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.','','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?','Return to Mull Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4803,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (760,2,10,4,0,215,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,759,0,0,0,6,0,660,0,0,0,0,0,0,5416,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,3443,4961,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildmane Cleansing','Use the Wildmane Cleansing Totem at the Wildmane Water Well, then return to Mull Thunderhorn.','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!','Cleanse the Wildmane Well','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.',NULL,'Return to Mull Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (761,2,6,4,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,250,420,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,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swoop Hunting','Bring 8 Trophy Swoop Quills to Harken Windtotem in Bloodhoof Village.','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.','','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?','Return to Harken Windtotem at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4769,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (762,2,44,35,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,726,0,0,0,6,12500,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Ambassador of Evil','Kill Ambassador Infernus in Angor Fortress and bring proof of his death to Advisor Belgrum in Ironforge.','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.','','$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.','Return to Advisor Belgrum in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4621,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (763,2,5,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,757,0,0,0,4,0,210,0,0,0,0,0,0,4783,1,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rites of the Earthmother','Take the Totem of Hawkwind to Baine Bloodhoof in Bloodhoof Village. Follow the road out of Camp Narache.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4783,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (764,2,10,5,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,0,0,0,4,250,390,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Venture Co.','Kill 14 Venture Co. Workers and 6 Venture Co. Supervisors for Morin Cloudstalker at Bloodhoof Village.','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.','','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.','Return to Morin Cloudstalker in Mulgore.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (765,2,12,5,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,751,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supervisor Fizsprocket','Kill Supervisor Fizsprocket and return his clipboard to Morin Cloudstalker at Bloodhoof Village.','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.','','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.','Return to Morin Cloudstalker in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4819,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (766,2,8,5,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,420,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mazzranache','Bring a Prairie Wolf Heart, Flatland Cougar Femur, Plainstrider Scale and Swoop Gizzard to Maur Raincaller at Bloodhoof Village.','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.','','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.','Return to Maur Raincaller at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4804,4805,4806,4807,0,0,1,1,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (767,2,6,3,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,771,1,0,30,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,81,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rite of Vision','Speak with Zarlman Two-Moons in Bloodhoof Village.','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.','','I sensed you would be coming to me, $c. I can always recognize one who is trying to pass the Rites of the Earthmother.',NULL,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,1,'','','','',4,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,12340), (768,2,8,4,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,540,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gathering Leather','Bring 12 pieces of Light Leather to Veren Tallstrider in Thunder Bluff.','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.','','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?','Return to Veren Tallstrider in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (769,2,10,4,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,768,0,0,0,3,0,240,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5083,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kodo Hide Bag','Bring 4 Light Leather and 4 Coarse Thread to Veren Tallstrider in Thunder Bluff.','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.','','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?','Return to Veren Tallstrider in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,2320,0,0,0,0,4,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (770,2,12,6,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,4854,1,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Demon Scarred Cloak','Find someone who knows of Ghost Howl.','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....','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (771,2,7,3,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,767,772,0,0,5,0,390,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rite of Vision','Collect 2 Well Stones and 2 Ambercorn and bring them back to Zarlman Two-Moons in Bloodhoof Village.','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.','','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.','Return to Zarlman Two-Moons at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4808,4809,0,0,0,0,2,2,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (772,2,7,3,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,771,0,0,773,4,0,270,0,1126,0,0,0,0,4823,1,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rite of Vision','Consume the Water of the Seers in front of the tribal fire in Bloodhoof Village and follow the vision once it appears.','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....','','Be not afraid, $N. You have successfully passed the Rite of Vision.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (773,2,10,3,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,775,5,0,510,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rite of Wisdom','Travel to Red Rocks east of Thunder Bluff and speak with the Ancestral Spirit.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (774,0,4,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (775,2,10,3,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,773,0,0,776,3,0,240,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey into Thunder Bluff','Speak with Cairne Bloodhoof in 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.','','Hail, young $C. I see you found your way to my doorstep.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (776,2,14,3,0,215,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,775,0,0,0,6,0,780,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4909,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rites of the Earthmother','Cairne Bloodhoof in Thunder Bluff wants you to bring him the Horn of Arra\'chea.','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.','','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?','Return to Cairne Bloodhoof at The Golden Plains in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4841,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (777,2,42,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,734,0,0,778,0,0,0,0,0,0,0,0,0,4846,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'This Is Going to Be Hard','Bring Cog #5 to Lotwil Veriatus.','Okay, here you go.$B$BI\'m going to be over here... behind cover.$B$BFeel free to join me.','','Ah, perfect. Stand back while I prepare to make more history!$b$b','$B$BThe cog, $N, the cog!','Return to Lotwil Veriatus in the Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4846,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (778,2,45,35,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,777,0,0,0,6,0,4200,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,0,0,0,0,0,0,0,'This Is Going to Be Hard','Defeat the Fam\'retor Guardian and bring Lotwil\'s Shackles of Elemental Binding back to Lotwil Veriatus.','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.','','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?','Return to Lotwil Veriatus at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4847,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (779,0,50,40,0,3,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,-717,0,0,0,0,0,0,0,0,0,0,0,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,'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.','Return to Seal of the Earth in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4844,4843,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (780,2,4,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,0,0,0,6,0,270,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,6059,4540,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battleboars','Grull Hawkwind in Camp Narache wants you to kill Battleboars and bring back 8 Battleboar Snouts and 8 Battleboar Flanks.','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.','','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?','Return to Grull Hawkwind at Camp Narache in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4848,4849,0,0,0,0,8,8,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (781,2,4,1,0,220,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,210,0,0,0,0,0,0,4850,1,0,16384,4,0,0,0,0,4911,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack on Camp Narache','Bring the Bristleback Attack Plans to Chief Hawkwind in 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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4850,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (782,2,43,40,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,793,5,0,3000,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Broken Alliances','Kill Boss Tho\'grun and bring the Sign of the Earth to Gorn in Kargath.','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!','','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.','Return to Gorn at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4640,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (783,2,1,1,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,7,3,0,30,0,0,0,0,0,0,0,0,0,524296,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Threat Within','Speak with Marshal McBride.','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.','','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.',NULL,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,1,'','','','',1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (784,2,7,3,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,825,5,175,390,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,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Betrayers','Kill 10 Kul Tiras Sailors, 8 Kul Tiras Marines and Lieutenant Benedict and return to Gar\'Thok in Razor Hill.','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.','','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.','Return to Gar\'Thok in Durotar.',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (785,2,8,5,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,786,3,0,210,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,76,530,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'A Strategic Alliance','Seek out Lar Prowltusk on the western flank of Sen\'jin Village.','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.',NULL,NULL,NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (786,2,8,5,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,420,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,4933,6062,0,0,0,0,1,1,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Thwarting Kolkar Aggression','Lar Prowltusk outside of Sen\'jin Village wants you to destroy the 3 sets of Attack Plans held within Kolkar Crag.','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.','','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.','Return to Lar Prowltusk at Sen\'jin Village in Durotar.',-3189,-3190,-3192,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,'Attack Plan: Valley of Trials destroyed','Attack Plan: Sen\'jin Village destroyed','Attack Plan: Orgrimmar destroyed','',66,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (787,2,1,1,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,3,0,30,0,0,0,0,0,0,0,0,0,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,76,530,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'The New Horde','Report to Gornek in the Den.','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.','','Thanks for the done work!',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (788,2,2,1,0,363,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,120,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,4915,4914,0,0,0,0,1,1,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Cutting Teeth','Kill 8 Mottled Boars then return to Gornek at the Den.','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.','','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.','Return to Gornek at Valley of Trials in Durotar.',3098,0,0,0,8,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,11,0,0,0,0,0,0,0,12340), (789,2,3,1,0,363,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,788,0,0,0,5,0,150,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,4919,4920,0,0,0,0,1,1,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Sting of the Scorpid','Get 8 Scorpid Worker Tails for Gornek in the Den.','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?','','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 $C will be deterred. Strike strongly and without doubt, and the scorpids should prove easy prey.','Return to Gornek at Valley of Trials in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4862,0,0,0,0,0,8,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (790,2,5,1,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,5,0,270,0,0,0,0,0,0,0,0,0,524296,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,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Sarkoth','Kill Sarkoth and bring his claw back to Hana\'zua.','$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.','','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.','Return to Hana\'zua in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4905,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,12340), (791,2,7,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,390,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,11845,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Carry Your Weight','Furl Scornbrow in the Razor Hill watchtower wants 8 Canvas Scraps.','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.','','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.','Return to Furl Scornbrow at Razor Hill in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4870,0,0,0,0,0,8,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (792,2,4,2,0,363,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,794,0,794,7,0,330,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,4924,4925,4923,5778,0,0,1,1,1,1,0,0,76,530,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Familiars','Kill 8 Vile Familiars.$B$BReturn to Zureetha Fargaze outside the Den.','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.','','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.','Return to Zureetha Fargaze at Valley of Trials in Durotar.',3101,0,0,0,8,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,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (793,2,50,40,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,782,0,0,0,6,0,5100,0,0,0,0,0,0,4640,1,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Broken Alliances','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 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.','','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.','Return to Gorn at Apocryphan\'s Rest in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (794,2,5,1,0,363,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,805,7,0,390,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,118,0,0,0,1,0,0,0,4921,4922,6713,0,0,0,1,1,1,0,0,0,76,530,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Burning Blade Medallion','Bring the Burning Blade Medallion to Zureetha Fargaze, outside The Den.','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.','','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?','Return to Zureetha Fargaze at Valley of Trials in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4859,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',1,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,12340), (795,0,50,40,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-793,0,0,0,0,0,0,0,0,0,0,0,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,'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.','Return to Seal of the Earth in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4845,4844,4843,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (796,0,1,1,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (797,0,1,1,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (798,0,1,1,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (799,0,1,1,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (800,0,1,1,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (801,0,1,1,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (802,0,1,1,0,1637,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (803,0,1,1,0,1637,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (804,2,5,1,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,790,0,0,0,2,0,60,0,0,0,0,0,0,0,0,0,524288,4,0,0,0,0,0,0,0,0,0,0,0,0,4916,4917,0,0,0,0,1,1,0,0,0,0,76,530,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Sarkoth','Bring the news of Hana\'zua\'s plight to Gornek at 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 the Den unassisted. Please, $n, return to the Den and tell Gornek of my situation. Perhaps he can help me.','','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.',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (805,2,5,1,0,363,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,794,0,0,0,3,0,120,0,0,0,0,0,0,0,0,0,524296,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,76,530,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Sen\'jin Village','Speak with Master Gadrin in 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...','','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',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (806,2,12,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,823,0,0,0,5,0,2160,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4942,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Storms','Bring Fizzle\'s Claw to Orgnil Soulscar in Razor Hill.','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!','','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!','Did you find Fizzle, $N? He, and rest of the Burning Blade, must be scoured from our lands!',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4869,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (807,2,11,4,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1320,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,'','Bring 5 Scorched Hearts to Orgnil Soulscar in Razor Hill.','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.','',NULL,NULL,'Return to Orgnil Soulscar in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (808,2,9,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,480,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4945,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Minshina\'s Skull','Retrieve Minshina\'s skull from the circle of power on the Echo Isles.$B$BBring it to Master Gadrin in Sen\'jin Village.','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!','','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?','Return to Master Gadrin at Sen\'jin Village in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4864,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (809,2,13,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,829,0,0,924,3,0,1620,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,76,530,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Ak\'Zeloth','Speak with Ak\'Zeloth in the Barrens.','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.','','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.',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (810,2,5,4,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,811,5,100,270,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,'','Bring 6 Small Scorpid Carapaces to Kor\'ghan in Sen\'jin Village.','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.','',NULL,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,12340), (811,2,7,4,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,390,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,'','Bring 8 Large Scorpid Carapaces to Kor\'ghan in Sen\'jin Village.','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.','',NULL,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,12340), (812,2,9,7,0,14,0,0,2700,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,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,4937,4929,0,0,0,0,1,1,0,0,0,0,76,530,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Need for a Cure','Find Kor\'ghan in Orgrimmar and get the Venomtail Antidote. Then bring the antidote to Rhinag near the northwestern border of Durotar.','$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.','','$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.','Return to Rhinag at Southfury River in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4904,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (813,2,9,7,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Finding the Antidote','Bring 4 Venomtail Poison Sacs to Kor\'ghan in Orgrimmar.','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.','','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.','Return to Kor\'ghan at the Cleft of Shadow in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4886,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (814,2,6,4,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,330,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,'','Bring 10 Chunks of Boar Meat to Cook Torka in Razor Hill.','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.','',NULL,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,12340), (815,2,8,6,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4540,117,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Break a Few Eggs','Bring 3 Taillasher Eggs to Cook Torka in Razor Hill.','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.','','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!','Return to Cook Torka in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4890,0,0,0,0,0,3,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (816,2,11,8,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1080,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4944,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Lost But Not Forgotten','Bring a sign of Kron\'s fate to Misha Tor\'kren at the farmstead northwest of Razor Hill.','$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.','','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.','Return to Misha Tor\'kren at Tor\'kren Farm in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4891,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (817,2,8,5,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,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,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Practical Prey','Bring 4 Durotar Tiger Furs to Vel\'rin Fang in Sen\'jin Village.','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.','','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.','Return to Vel\'rin Fang at Sen\'jin Village in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4892,0,0,0,0,0,4,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (818,2,7,5,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,175,390,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4941,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Solvent Spirit','Bring 4 Intact Makrura Eyes and 8 vials of Crawler Mucus to Master Vornal in Sen\'jin Village.','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.','','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.','Return to Master Vornal at Sen\'jin Village in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4887,4888,0,0,0,0,4,8,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (819,2,15,11,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,821,5,0,660,0,0,0,0,0,0,4926,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chen\'s Empty Keg','Find someone who knows about 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.\"','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4926,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (820,2,9,5,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,480,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,'','Bring 8 Shimmerweed to Master Vornal in Sen\'jin Village.','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.','',NULL,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,12340), (821,2,15,11,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,819,0,0,822,6,0,840,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4952,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chen\'s Empty Keg','Bring 5 Savannah Lion Tusks, 5 Plainstrider Kidneys, and 1 Thunder Lizard Horn to Brewmaster Drohn in Ratchet.','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.','','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?','Return to Brewmaster Drohn in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4893,4894,4895,0,0,0,5,5,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (822,2,24,11,0,17,0,0,0,0,690,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,264,1,0,0,0,0,4953,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chen\'s Empty Keg','Bring 5 Lightning Glands, 1 Thunderhawk Saliva Gland and 1 Kodo Liver to Brewmaster Drohn in Ratchet.','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.','','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?','Return to Brewmaster Drohn at Ratchet in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4898,4897,4896,0,0,0,5,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (823,2,7,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,805,0,0,0,3,0,180,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,76,530,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Orgnil','Speak with Orgnil Soulscar in Razor Hill.','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.','','Yes? You have something to report? Well then, let\'s have it!',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (824,2,27,23,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1918,0,0,0,5,0,1320,0,0,0,0,0,0,16408,1,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Je\'neu of the Earthen Ring','Bring the Befouled Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16408,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (825,2,8,3,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,784,0,0,0,5,0,420,0,0,0,0,0,0,0,0,0,8,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,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'From The Wreckage....','Gar\'Thok of Razor Hill wants you to retrieve 3 Gnomish Tools from the wreckage off the coast.','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.','','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.','Return to Gar\'Thok in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4863,0,0,0,0,0,3,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (826,2,10,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Zalazane','Defeat Zalazane.$B$BKill 8 Voodoo Trolls and 8 Hexed Trolls.$B$BBring Zalazane\'s Head to Gadrin.','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.','','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?','Return to Master Gadrin at Sen\'jin Village in Durotar.',3207,3206,0,0,8,8,0,0,0,0,0,0,0,0,0,0,4866,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (827,2,12,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,828,0,0,0,5,0,2160,0,0,0,0,0,0,0,0,0,8,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,76,530,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Skull Rock','Gather Searing Collars from the cultists in Skull Rock.$B$BBring them to Margoz at his camp.','$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.','','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?','Return to Margoz in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4871,0,0,0,0,0,6,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (828,2,12,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,806,0,0,827,1,0,210,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,76,530,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Margoz','Speak with 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!','','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.',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (829,2,12,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,827,0,0,809,3,0,1080,0,0,0,0,0,0,6658,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Neeru Fireblade','Bring an Example Collar to Neeru Fireblade in Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6658,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (830,2,7,1,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,831,5,0,390,0,0,0,0,0,0,4883,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Admiral\'s Orders','Take Admiral Proudmoore\'s Orders to Gar\'Thok in Razor Hill.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4883,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (831,2,7,1,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,830,0,0,0,5,175,390,0,0,0,0,0,0,4883,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Admiral\'s Orders','Deliver Admiral Proudmoore\'s Orders to Vol\'jin in Thrall\'s chamber in Orgrimmar.','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.','','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....',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4883,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (832,2,12,4,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,420,0,0,0,0,0,0,4903,1,0,0,0,0,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,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Burning Shadows','Take this eye to Neeru Fireblade in Orgrimmar.','$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...?','','$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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4903,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (833,2,10,7,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Sacred Burial','Lorekeeper Raintotem wants you to kill 8 Bristleback Interlopers at Red Rocks.','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.','','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.','Return to Lorekeeper Raintotem at Red Rocks in Mulgore.',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,1,'','','','',4,0,2000,1000,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (834,2,9,7,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,5,300,480,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,76,530,470,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,'Winds in the Desert','Retrieve 5 Sacks of Supplies and return them to Rezlak near Orgrimmar.','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.','','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?','Return to Rezlak in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4918,0,0,0,0,0,5,0,0,0,0,0,7,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (835,2,11,7,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,834,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,4932,4931,4938,0,0,0,1,1,1,0,0,0,76,530,470,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,'Securing the Lines','Kill 12 Dustwind Savages and 8 Dustwind Storm Witches for Rezlak near Drygulch Ravine.','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?','','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?','Return to Rezlak in Durotar.',3117,3118,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,7,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (836,2,48,43,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,485,3721,-648,0,8,0,7500,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,9645,9646,0,0,0,0,1,1,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue OOX-09/HL!','Escort OOX-09/HL to safety, then report to Oglethorpe Obnoticus in Booty Bay.','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','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!',NULL,'Return to Oglethorpe Obnoticus at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (837,2,10,6,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,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,76,530,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Encroachment','Kill 4 Razormane Quilboars, 4 Razormane Scouts, 4 Razormane Dustrunners and 4 Razormane Battleguards for Gar\'Thok at Razor Hill.','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.','','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...','Return to Gar\'Thok in Durotar.',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (838,2,55,55,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5098,0,0,964,1,0,480,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,'Scholomance','Speak with Apothecary Dithers at the Bulwark, Western Plaguelands.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (839,0,1,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (840,2,12,10,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,842,3,0,1080,0,0,0,0,0,0,4992,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Conscript of the Horde','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.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4992,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (841,2,46,38,0,440,0,0,0,0,690,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,8,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,0,0,'Another Power Source?','Bring 10 Wastewander Water Pouches to Chief Engineer Bilgewhizzle in Gadgetzan in exchange for 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...','','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?','Return to Chief Engineer Bilgewhizzle at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8483,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (842,2,12,10,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,840,0,0,0,5,0,2160,0,0,0,0,0,0,4995,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Crossroads Conscription','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.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4995,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (843,2,23,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,846,5,1500,1140,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gann\'s Reclamation','Gann Stonespire wants you to kill 15 Bael\'dun Excavators and 5 Bael\'dun Foremen.$b$bBring Khazgorm\'s Journal to Gann Stonespire.','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.','','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!','Return to Gann Stonespire at the Southern Gold Road in the Barrens.',3374,3375,0,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,5006,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (844,2,12,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,845,5,500,540,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plainstrider Menace','Collect 7 Plainstrider Beaks and return them to Sergra Darkthorn in the Crossroads.','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.','','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?','Return to Sergra Darkthorn at The Crossroads in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5087,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (845,2,13,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,844,0,0,903,5,600,540,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Zhevra','Slay Zhevra Runners to collect 4 Zhevra Hooves for Sergra Darkthorn in the Crossroads.','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.','','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?','Return to Sergra Darkthorn at The Crossroads in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5086,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (846,2,26,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,843,0,0,849,5,2000,1260,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revenge of Gann','Gann Stonespire wants you to bring him 6 vials of Nitroglycerin, 6 bundles of Wood Pulp, and 6 samples of Sodium Nitrate.','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!','','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.','Return to Gann Stonespire at the Southern Gold Road in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5017,5018,5019,0,0,0,6,6,6,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (847,2,37,29,0,45,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,702,0,0,0,5,0,2220,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4546,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guile of the Raptor','Speak with Tor\'gan at Hammerfall in Arathi Highlands.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (848,2,15,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fungal Spores','Bring 4 Fungal Spores to Apothecary Helbrim at the Crossroads.','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.','','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...','Return to Apothecary Helbrim in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5012,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (849,2,26,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,846,0,0,0,5,2000,1260,0,0,0,0,0,0,5021,1,0,0,32,0,0,0,0,5313,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revenge of Gann','Destroy the flying machine at Bael Modan and return to Gann Stonespire.','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.','','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.','Return to Gann Stonespire at the Southern Gold Road in the Barrens.',-3644,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bael Modan Flying Machine destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (850,2,16,11,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,800,540,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kolkar Leaders','Bring Barak\'s Head to Regthar Deathgate, west of the Crossroads.','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.','','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?','Return to Regthar Deathgate in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5022,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (851,2,18,11,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,850,0,0,852,4,1000,600,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Verog the Dervish','Bring Verog\'s Head to Regthar Deathgate, west of the Crossroads.','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.','','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?','Return to Regthar Deathgate in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5023,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (852,2,19,11,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,851,0,0,0,4,800,660,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5351,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hezrul Bloodmark','Bring Hezrul\'s Head to Regthar Deathgate, west of the Crossroads.','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.','','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?','Return to Regthar Deathgate in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5025,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (853,2,15,10,0,17,0,0,2700,0,690,0,0,0,0,0,0,0,0,0,0,848,0,0,0,4,0,480,0,0,0,0,0,0,5027,1,0,0,0,0,0,0,0,5340,0,0,0,1,0,0,0,2458,2457,2456,2459,0,0,4,4,3,2,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Apothecary Zamah','Bring the Rendered Spores to Apothecary Zamah in Thunder Bluff, before the time limit is up.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5027,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (854,2,12,9,0,215,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,120,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,81,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to the Crossroads','Speak with Thork at the Crossroads in the Barrens.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (855,2,14,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,780,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bracers','Bring 15 Centaur Bracers to Regthar Deathgate, west of the Crossroads.','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.','','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?','Return to Regthar Deathgate in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5030,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (856,2,12,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,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,'','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.','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.','',NULL,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,12340), (857,2,30,22,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1500,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,'The Tear of the Moons','Feegly the Exiled wants you to retrieve for him 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!','','At last, the power is mine again! Mine I say!','Where is the Tear of the Moons? I need it now! Need I say!','Return to Feegly the Exiled at Bael Modan in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5038,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,2000,2000,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (858,2,18,13,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,8100,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ignition','Get the Ignition Key and bring it to Wizzlecrank.','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!','','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!','Seek out Wizzlecrank\'s Shredder at the Sludge Fen in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5050,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (859,0,18,13,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,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,'','','','',NULL,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,12340), (860,2,10,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,861,0,0,844,1,0,60,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sergra Darkthorn','Speak with Sergra Darkthorn at the Crossroads in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (861,2,10,10,0,215,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,510,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunter\'s Way','Bring 4 Flatland Prowler Claws to Melor Stonehoof in Thunder Bluff.','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.','','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?','Return to Melor Stonehoof at Hunter Rise in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5203,0,0,0,0,0,4,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (862,2,23,15,0,-304,0,0,0,0,690,185,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1140,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5487,5478,10919,0,1,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dig Rat Stew','Bring 8 Dig Rats to Grub east of the Crossroads.','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!','','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?','Return to Grub in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5051,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,3000,5000,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (863,2,18,13,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,6,2000,10200,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,5326,5327,0,0,0,0,1,1,0,0,0,0,470,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Escape','Protect Wizzlecrank and the stolen goblin shredder on the way to Sputtervalve in Ratchet.','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?','Escort Wizzlecrank out of the Venture Co. drill site','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?','Return to Sputtervalve at 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,1,0,0,0,0,0,0,0,0,12340), (864,2,46,38,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,654,0,0,0,6,13000,4350,0,0,0,0,0,0,8527,1,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Apothecary Zinge','Bring the Sealed Field Testing Kit to Apothecary Zinge in the Undercity.','\"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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8527,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (865,2,18,13,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,840,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5342,5343,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raptor Horns','Gather 5 Intact Raptor Horns from Sunscale Scytheclaws, and bring them to Mebok Mizzyrix in Ratchet.','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.','','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!','Return to Mebok Mizzyrix in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5055,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (866,2,16,9,0,-24,0,0,0,0,0,182,1,0,0,0,0,0,0,0,0,0,0,0,0,5,800,720,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5341,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Root Samples','Bring 8 Root Samples to Mebok Mizzyrix in Ratchet.','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.','','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?','Return to Mebok Mizzyrix in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5056,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (867,2,15,12,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,875,5,700,660,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harpy Raiders','Collect 8 Witchwing talons.$B$BReturn them to Darsok Swiftdagger at the Crossroads.','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...','','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.','Return to Darsok Swiftdagger in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5064,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (868,2,22,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,10500,0,0,0,0,0,0,5059,1,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Egg Hunt','Bring 12 Silithid Eggs and the Digging Claw to Korran at the Crossroads.','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.','','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.','Return to Korran in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5058,5059,0,0,0,0,12,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (869,2,13,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,3281,5,600,540,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raptor Thieves','Bring 12 Raptor Heads to Gazrog at the Crossroads.','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!','','You got rid of the raptors!$B$BThank you, $N. You are a $C of worth.','Do you have those heads, $N?','Return to Gazrog at the Crossroads in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5062,0,0,0,0,0,12,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (870,2,13,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,877,4,0,420,0,0,0,0,0,0,0,0,0,12,2,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forgotten Pools','Report back to Tonga Runetotem with your findings.','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.','Explore the waters of the Forgotten Pools','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.',NULL,'Return to Tonga Runetotem 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,1,0,0,0,0,0,0,0,0,12340), (871,2,12,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupt the Attacks','Of the Razormane tribe, kill 8 Water Seekers, 8 Thornweavers and 3 Hunters, and then return to Thork in the Crossroads.','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.','','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.','Return to Thork in The Barrens.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (872,2,15,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5041,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,5275,5328,0,0,0,0,1,1,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Disruption Ends','Kill 8 Razormane Geomancers, 8 Razormane Defenders, and Kreenig Snarlsnout.$B$BThen bring Kreenig Snarlsnout\'s Tusk to Thork at the Crossroads.','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.','','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.','Return to Thork in The Barrens.',3269,3266,0,0,8,8,0,0,0,0,0,0,0,0,0,0,5063,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (873,2,27,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,874,0,0,0,6,0,1680,0,5325,0,0,0,0,0,0,0,8,0,0,0,0,0,5355,0,0,0,1,0,0,0,5356,5357,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Isha Awak','Bring the Heart of Isha Awak to Mahren Skyseer.','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.','','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.','Return to Mahren Skyseer at The Tidus Stair in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5104,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (874,2,27,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,913,0,0,873,2,0,330,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,81,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mahren Skyseer','Speak with 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.','','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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (875,2,16,12,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,867,0,0,876,5,800,720,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harpy Lieutenants','Collect 6 Harpy Lieutenant Rings from Witchwing Slayers and return them to Darsok Swiftdagger at the Crossroads.','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.','','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.','Return to Darsok Swiftdagger in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5065,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (876,2,20,12,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,875,0,0,0,6,0,1200,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Serena Bloodfeather','Slay Serena Bloodfeather and return her head to Darsok Swiftdagger at the Crossroads.','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.','','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.','Return to Darsok Swiftdagger in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5067,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (877,2,16,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,870,0,0,880,5,0,720,0,0,0,0,0,0,5068,1,0,0,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stagnant Oasis','Return to Tonga at The Crossroads, after investigating 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.','','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?','Return to Tonga Runetotem in The Barrens.',-3737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test the Dried Seeds','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (878,2,21,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1020,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tribes at War','Kill 6 Bristleback Water Seekers, 12 Bristleback Thornweavers and 12 Bristleback Geomancers and return to Mangletooth at Camp Taurajo in the Barrens.','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.','','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.','Return to Mangletooth at Camp Taurajo in The Barrens.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (879,2,25,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5052,0,0,906,4,0,900,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betrayal from Within','Kill Nak, Kuz, and Lok Orcbane and bring their skulls to Mangletooth at Camp Taurajo in the Barrens.','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.','','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. ','Return to Mangletooth at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5074,5073,5072,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (880,2,16,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,877,0,0,0,5,800,720,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Altered Beings','Bring 8 Altered Snapjaw Shells to Tonga Runetotem at the Crossroads.','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.','','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?','Return to Tonga Runetotem in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5098,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (881,2,16,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,903,0,0,905,6,0,900,0,5320,0,0,0,0,10327,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Echeyakee','Bring Echeyakee\'s Hide to Sergra Darkthorn at the Crossroads.','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.','','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.','Return to Sergra Darkthorn at The Crossroads in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (882,2,19,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3261,0,0,907,6,0,1080,0,5321,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,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ishamuhale','Bring Ishamuhale\'s Fang to Jorn at Camp Taurajo.','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.','','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?','Return to Jorn Skyseer at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,10338,0,0,0,1,0,0,5101,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (883,2,22,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,780,0,5322,0,0,0,0,5099,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lakota\'mani','Bring the Hoof of Lakota\'mani to Jorn at Camp Taurajo.','The Hoof of Lakota\'mani is a symbol of the strength of the great kodo.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5099,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (884,2,24,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,900,0,5323,0,0,0,0,5102,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Owatanka','Bring Owatanka\'s Tailspike to Jorn at Camp Taurajo.','When touched, sparks fly from the tailspike of Owatanka.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5102,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (885,2,25,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,900,0,5324,0,0,0,0,5103,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Washte Pawne','Bring Washte Pawne\'s Feather to Jorn Skyseer at Camp Taurajo.','The feather of Washte Pawne is painful to the touch.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5103,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (886,2,10,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,870,1,0,60,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Barrens Oases','Speak with Tonga Runetotem at the Crossroads in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (887,2,14,9,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,4,500,450,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,470,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Southsea Freebooters','Kill 12 Southsea Brigands and 6 Southsea Cannoneers for Gazlowe in Ratchet.','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.','','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.','Return to Gazlowe in The Barrens.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (888,2,16,9,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,892,0,0,0,5,800,720,0,0,0,0,0,0,0,0,0,8,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stolen Booty','Retrieve the Shipment of Boots and Telescopic Lens for Gazlowe in Ratchet.','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.','','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?','Return to Gazlowe in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5076,5077,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (889,0,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5052,0,0,0,0,0,0,16618,16618,0,0,0,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,'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.','Return to Mangletooth in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5075,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (890,2,14,9,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,887,0,0,892,1,0,60,0,0,0,0,0,0,5080,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Shipment','Bring Gazlowe\'s Ledger to Wharfmaster Dizzywig.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5080,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (891,2,20,13,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,5309,5310,0,0,0,0,1,1,0,0,0,0,470,67,0,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,'The Guns of Northwatch','Captain Thalo\'thas Brightsun of Ratchet wants you to collect 10 Theramore Medals and slay Captain Fairmount, Cannoneer Whessan and Cannoneer Smythe.','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!','','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.','Return to Captain Thalo\'thas Brightsun in The Barrens.',0,3393,3455,3454,0,1,1,1,0,0,0,0,0,0,0,0,5078,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (892,2,14,9,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,888,1,0,60,0,0,0,0,0,0,5080,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Shipment','Return Gazlowe\'s Ledger to Gazlowe in Ratchet.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5080,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (893,2,24,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1200,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapons of Choice','Bring a Razormane Backstabber, a Charred Razormane Wand and a Razormane War Shield to Tatternack Steelforge at Camp Taurajo in the Barrens.','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!','','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.','Return to Tatternack Steelforge at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5093,5092,5094,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (894,2,14,10,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,4,0,450,0,0,0,0,0,0,5088,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Samophlange','Access the control console at the Venture Company research site.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (895,2,16,9,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,800,720,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Baron Longshore','Bring the head of Baron Longshore to Gazlowe in Ratchet.','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','','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?','Return to Gazlowe in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5084,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (896,2,18,13,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1020,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5335,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Miner\'s Fortune','Retrieve the Cats Eye Emerald from one of the Venture Co. Overseers or Enforcers for Wharfmaster Dizzywig at Ratchet.','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.','','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...','Return to Wharfmaster Dizzywig at Ratchet in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5097,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (897,2,24,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1440,0,0,0,0,0,0,5138,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Harvester','Bring the Harvester\'s Head to Jorn Skyseer.','This strange, insect-like creature looks outside of the natural order, as though it does not belong in the Barrens.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5138,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (898,2,20,13,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2500,1200,0,0,0,0,0,0,0,0,0,262146,2,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,0,0,0,0,1,1,0,0,0,0,470,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Free From the Hold','Safely escort Gilthares Firebough back to Captain Brightsun in Ratchet.','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.','Escort Gilthares Firebough back to 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?','Return to Captain Thalo\'thas Brightsun 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,1,0,0,0,0,0,0,0,0,12340), (899,2,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1200,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consumed by Hatred','Bring 60 Bristleback Quilboar Tusks to Mankrik at the Crossroads.','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.','','$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.','Return to Mankrik in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5085,0,0,0,0,0,60,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (900,2,14,10,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,894,0,0,901,3,0,300,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,470,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Samophlange','Close off the Fuel Control Valve, the Regulator Valve and the Main Control Valve then use the control console again.','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.','','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.','Return to Control Console in The Barrens.',-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,'Shut off Main Control Valve','Shut off Fuel Control Valve','Shut off Regulator Valve','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (901,2,14,10,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,902,4,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,470,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Samophlange','Get the Console Key from Tinkerer Sniggles to use on the control console.','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.','','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.','Return to Control Console in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5089,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (902,2,16,10,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,901,0,0,0,5,0,720,0,0,0,0,0,0,5054,1,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Samophlange','Return the Samophlange to Sputtervalve in Ratchet.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5054,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (903,2,15,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,845,0,0,881,5,700,660,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prowlers of the Barrens','Collect 7 Prowler Claws from Savannah Prowlers for Sergra Darkthorn in the Crossroads.','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.','','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?','Return to Sergra Darkthorn at The Crossroads in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5096,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (904,0,1,1,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (905,2,17,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,881,0,0,3261,5,900,780,0,0,0,0,0,0,0,0,0,8,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Angry Scytheclaws','Kill Sunscale raptors and collect their feathers. Use the feathers on the 3 Scytheclaw nests. Return to Sergra Darkthorn in the Crossroads.','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!','','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?','Return to Sergra Darkthorn at The Crossroads in The Barrens.',0,-6907,-6908,-6906,0,1,1,1,5165,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Visit Blue Raptor Nest','Visit Yellow Raptor Nest','Visit Red Raptor Nest',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (906,2,25,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,879,0,0,0,7,0,1860,0,0,0,0,0,0,5072,1,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betrayal from Within','Bring Lok\'s Skull to Thork at the Crossroads in the Barrens.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5072,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (907,2,18,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,882,0,0,913,6,0,1020,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,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enraged Thunder Lizards','Bring 3 Thunder Lizard Blood to Jorn Skyseer at Camp Taurajo.','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.','','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?','Return to Jorn Skyseer at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5143,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (908,2,27,25,0,331,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6563,0,0,0,6,4500,1680,0,0,0,0,0,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,530,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amongst the Ruins','Bring the Fathom Core to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','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!','','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.','Return to Je\'neu Sancrea in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16762,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (909,2,30,25,0,331,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1860,0,0,0,0,0,0,16782,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,16886,16887,0,0,0,0,1,1,0,0,0,0,530,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baron Aquanis','Bring the Strange Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16782,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (910,2,-1,10,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,172,0,-910,0,1,0,13200,0,0,0,0,0,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,67,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down at the Docks','Take your ward to the docks of Ratchet in the Barrens.','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!','Go 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?','Speak to your Orcish 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,1,0,0,0,0,0,0,0,0,12340), (911,2,-1,10,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,172,0,-910,0,1,0,13200,0,0,0,0,0,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,67,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gateway to the Frontier','Take your ward to the Mor\'shan Rampart in the northern part of the Barrens, just before entering Ashenvale.','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!','Go to the Mor\'shan Rampart in the Barrens.','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!',NULL,'Speak to your Orcish 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,1,0,0,0,0,0,0,0,0,12340), (912,0,12,10,0,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,540,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Stonesplinter Trogg Disguise','','','',NULL,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,12340), (913,2,20,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,907,0,0,874,6,0,1200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5299,0,0,0,1,0,0,0,5302,5306,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cry of the Thunderhawk','Find and slay a Thunderhawk, return its wings to Jorn Skyseer at Camp Taurajo.','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.','','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?','Return to Jorn Skyseer at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (914,2,22,10,0,718,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1490,0,0,0,7,0,1560,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leaders of the Fang','Bring the Gems of Cobrahn, Anacondra, Pythas and Serpentis to Nara Wildmane in Thunder Bluff.','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.','','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?','Return to Nara Wildmane at The Golden Plains in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9738,9739,9740,9741,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (915,2,-1,10,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,910,0,-915,0,1,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,67,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Scream, I Scream...','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','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??!?!','','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!','Return to Orcish Orphan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7228,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (916,2,4,3,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,5,0,210,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,10544,5392,5393,5586,0,0,1,1,1,1,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Webwood Venom','Bring 10 Webwood Venom Sacs to Gilshalan Windwalker at Aldrassil.','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.','','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?','Return to Gilshalan Windwalker at Shadowglen in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5166,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (917,2,5,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,916,920,0,0,6,0,330,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,5395,4907,11189,0,0,0,1,1,1,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Webwood Egg','Bring a Webwood Egg to Gilshalan in Aldrassil.','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.','','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?','Return to Gilshalan Windwalker at Shadowglen in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5167,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,12340), (918,2,7,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,922,5,0,390,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4604,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timberling Seeds','Bring 8 Timberling Seeds to Denelan at Lake Al\'Ameth.','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?','','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.','Return to Denalan in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5168,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (919,2,7,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,350,480,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timberling Sprouts','Bring 12 Timberling Sprouts to Denalan at Lake Al\'Ameth.','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!','','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?','Return to Denalan in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5169,0,0,0,0,0,12,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (920,2,5,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,0,921,1,0,30,0,0,0,0,0,0,0,0,0,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tenaron\'s Summons','Speak with Tenaron Stormgrip atop Aldrassil in Shadowglen.','$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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,12340), (921,2,5,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,920,0,0,0,4,0,210,0,0,0,0,0,0,5185,1,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crown of the Earth','Fill the Crystal Phial and bring it back to Tenaron Stormgrip atop Aldrassil.','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.','','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.','Return to Tenaron Stormgrip at Shadowglen in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5184,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (922,2,7,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,923,3,0,180,0,0,0,0,0,0,5168,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rellian Greenspyre','Bring a Timberling Seed to Rellian Greenspyre in Darnassus.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5168,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (923,2,9,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,2498,0,0,6,600,600,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tumors','Bring 5 Mossy Tumors to Rellian Greenspyre in Darnassus.','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.','','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?','Return to Rellian Greenspyre at Tradesmen\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5170,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (924,2,14,9,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,809,0,0,0,6,0,780,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,5420,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Demon Seed','Grab a Flawed Power Stone. Bring it to the Altar of Fire before the stone expires, then return to Ak\'Zeloth.','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.','','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...','Return to Ak\'Zeloth in The Barrens.',-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,0,'Destroy the Demon Seed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (925,2,-1,10,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,910,0,-915,0,1,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,67,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cairne\'s Hoofprint','Travel to Thunder Bluff to see about getting Cairne Bloodhoof\'s hoofprint for your ward.','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?','','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.','Return to Orcish Orphan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18643,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (926,0,14,1,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-924,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'Flawed Power Stone','','','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (927,2,12,5,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,270,0,0,0,0,0,0,5179,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Moss-twined Heart','Bring the Moss-twined Heart to Denalan at Lake Al\'Ameth.','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.','','...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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5179,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (928,2,5,1,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,0,0,3,0,120,0,0,0,0,0,0,5186,1,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crown of the Earth','Bring the Partially Filled Vessel to Corithras Moonrage in Dolanaar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5186,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (929,2,5,1,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,928,0,0,933,4,0,210,0,0,0,0,0,0,5619,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crown of the Earth','Fill the Jade Phial and bring it back to Corithras Moonrage in Dolanaar.','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...','','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?','Return to Corithras Moonrage at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5639,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (930,2,10,4,0,141,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,350,510,0,0,0,0,0,0,5189,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Glowing Fruit','Bring the glowing fruit to Denalan at Lake Al\'Ameth.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (931,2,10,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,350,510,0,0,0,0,0,0,5190,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shimmering Frond','Bring a Shimmering Frond to Denalan at Lake Al\'Ameth','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5190,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (932,2,7,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,390,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twisted Hatred','Kill Lord Melenas and bring his head to Tallonkai Swiftroot in Dolanaar.','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.','','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.','Return to Tallonkai Swiftroot at Lake Al\'Ameth in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5221,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0,0,12340), (933,2,9,1,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,7383,5,0,480,0,0,0,0,0,0,5621,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crown of the Earth','Fill the Tourmaline Phial and bring it back to Corithras Moonrage in Dolanaar.','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.','','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.','Return to Corithras Moonrage at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5645,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (934,2,11,1,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,935,4,0,390,0,0,0,0,0,0,5623,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crown of the Earth','Fill the Amethyst Phial and bring it back to Corithras Moonrage in Dolanaar.','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.','','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.','Return to Corithras Moonrage at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5646,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (935,2,11,1,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7383,0,0,0,6,0,660,0,0,0,0,0,0,5188,1,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crown of the Earth','Bring the Filled Vessel to Arch Druid Fandral Staghelm in Darnassus.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5188,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (936,2,50,47,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,3761,936,3761,1,0,420,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting Arch Druid Runetotem','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (937,2,11,6,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,3,0,270,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Enchanted Glade','Acquire 6 Bloodfeather Belts and bring them to Sentinel Arynia Cloudsbreak in the Oracle 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.','','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.','Return to Sentinel Arynia Cloudsbreak at Wellspring Lake in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5204,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (938,2,12,7,0,141,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,5590,5593,5618,0,0,0,1,1,1,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mist','Escort Mist to Sentinel Arynia Cloudsbreak at the moon well near the Oracle Tree.','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.','Lead Mist safely to Sentinel Arynia Cloudsbreak','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...','Return to Sentinel Arynia Cloudsbreak at the Oracle Glade 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (939,2,54,49,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4441,5,0,4800,0,0,0,0,0,0,11668,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flute of Xavaric','Bring the Flute of Xavaric and 5 Jadefire Felbind samples to Eridan Bluewind in southern Felwood.','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.','','I sense the suffering of ancient ones, $N...$B$BHolding these items is almost unbearable...','What is it, $C? You look concerned.','Return to Eridan Bluewind at Emerald Sanctuary in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11668,11674,0,0,0,0,1,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (940,2,11,6,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,952,3,0,270,0,0,0,0,0,0,5219,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teldrassil','Deliver the Oracle Tree\'s report to Arch Druid Fandral Staghelm in Darnassus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5219,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (941,2,12,9,0,141,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,927,0,0,0,5,0,540,0,0,0,0,0,0,5217,1,0,0,0,0,0,0,0,5218,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Planting the Heart','Plant the Tainted Heart in Denalan\'s Planter.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5217,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (942,2,20,15,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,943,5,0,960,0,0,0,0,0,0,4654,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Absent Minded Prospector','Take the mysterious fossil to Archaeologist Flagongut in Menethil Harbor.','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!','','Oh my! You say this came from the distant lands of Kalimdor?$B$BAmazing! Simply amazing!','What ya got there, friend?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4654,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (943,2,24,15,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,6,0,1440,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Absent Minded Prospector','Archaeologist Flagongut in Menethil Harbor wants you to bring him the Stone of Relu and Flagongut\'s Fossil.','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.','','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.','Return to Archaeologist Flagongut at Menethil Harbor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5233,5234,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (944,2,17,12,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,949,3,0,390,0,0,0,0,0,0,5251,1,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Master\'s Glaive','Gather information, then use the Phial of Scrying to create a Scrying Bowl. Use the bowl to speak with Onu.','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.','Enter the Master\'s Glaive','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.','Return to Scrying Bowl.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (945,2,18,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1000,840,0,0,0,0,0,0,0,0,0,262146,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Therylune\'s Escape','Help Therylune escape, then tell Therysil at the Shrine of Aessina in Ashenvale that her sister is safe.','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.','Escort Therylune away from the Master\'s Glaive','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.','','Return to Therysil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (946,2,0,0,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (947,2,17,12,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,5,900,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5610,4605,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cave Mushrooms','Bring 5 Scaber Stalks and 1 Death Cap to Barithras Moonshade in Auberdine.','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.','','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?','Return to Barithras Moonshade at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5271,5270,0,0,0,0,5,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (948,2,17,12,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,944,3,0,390,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onu','Speak with Onu at the Grove of the Ancients.','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.','','$N. You are here.$b$bGood.$b$bWe have matters...to discuss. You and I.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (949,2,17,12,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,944,0,0,950,5,900,780,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Twilight Camp','Find a clue in the Twilight\'s Hammer camp at the Master\'s Glaive.','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.','','This book is hand printed in an ancient language, and illustrated by a master artist.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (950,2,17,12,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,949,0,0,0,4,700,570,0,0,0,0,0,0,5272,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Onu','Bring Onu the recovered Insane Scribbles.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5272,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (951,2,20,12,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,950,0,0,0,6,0,1200,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mathystra Relics','Bring 6 Mathystra Relics to Onu at the Grove of the Ancients.','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.','','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?','Return to Onu at Twilight Vale in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5273,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (952,2,11,6,0,1657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,5,0,540,0,0,0,0,0,0,5390,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grove of the Ancients','Deliver Fandral\'s message to Onu in the Grove of the Ancients in Darkshore, south of Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5390,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (953,2,12,9,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,540,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Ameth\'Aran','Study the tablets which tell of Ameth\'Aran and of its fall, then return to Sentinel Tysha Moonblade in Darkshore.','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.','','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.','Return to Sentinel Tysha Moonblade at Ameth\'Aran in Darkshore.',-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,'Read the Lay of Ameth\'Aran','Read the Fall of Ameth\'Aran','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (954,2,12,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,4,0,420,0,0,0,0,0,0,0,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,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bashal\'Aran','Find the source of the strange blue aura in the ruins of 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (955,2,12,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,956,5,0,540,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bashal\'Aran','Acquire 8 Grell Earrings for Asterion in 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.','','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...','Return to Asterion at Mist\'s Edge in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5336,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (956,2,13,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,957,5,0,540,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bashal\'Aran','Obtain the Ancient Moonstone Seal and bring it to Asterion in 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.','','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...','Return to Asterion at Mist\'s Edge in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5338,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (957,2,13,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,956,0,0,0,4,0,420,0,0,0,0,0,0,5338,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7229,5617,5604,0,0,0,1,1,1,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bashal\'Aran','Destroy the Ancient Moonstone Seal at the ancient flame in Ameth\'Aran, then return to Asterion in 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...','','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.','Return to Asterion at Mist\'s Edge in Darkshore.',-16393,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroy the seal at the ancient flame','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (958,2,12,9,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tools of the Highborne','Retrieve 7 Highborne Relics for Thundris Windweaver in Auberdine.','$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.','','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.','Return to Thundris Windweaver at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5360,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (959,2,18,14,0,718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1000,8100,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at the Docks','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.','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?','','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.','Return to Crane Operator Bigglefuzz at Ratchet in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5334,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (960,0,1,1,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,8,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,'Onu is meditating','','',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (961,0,1,1,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,8,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (962,2,18,14,0,718,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1000,840,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,10919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Serpentbloom','Apothecary Zamah in Thunder Bluff wants you to collect 10 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.','','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.','Return to Apothecary Zamah in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5339,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (963,2,16,11,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5611,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'For Love Eternal','Free the spirit of Anaya Dawnrunner and bring her pendant back to Cerellean Whiteclaw in Auberdine.','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.','','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.','Return to Cerellean Whiteclaw at Mist\'s Edge in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5382,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340); INSERT INTO `quest_template` VALUES (964,2,57,55,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,838,0,0,5514,4,0,3900,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,'Skeletal Fragments','Bring 15 Skeletal Fragments to Apothecary Dithers at the Bulwark, Western Plaguelands.','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.','','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.','Return to Apothecary Dithers at The Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14619,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (965,2,18,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,966,3,0,420,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Find Balthule Shadowstrike near the Tower of Althalaxx in Darkshore.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (966,2,18,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,967,5,1000,840,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Collect 4 Worn Parchments for Balthule Shadowstrike near 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!','','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.','Return to Balthule Shadowstrike in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5348,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (967,2,18,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,966,0,0,970,4,0,600,0,0,0,0,0,0,5354,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Deliver Balthule\'s letter to Delgren the Purifier in Ashenvale Forest.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5354,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (968,2,20,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1200,0,0,0,0,0,0,5352,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Powers Below','Bring the Book: The Powers Below to Gerrig Bonegrip in the Forlorn Cavern, Ironforge.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5352,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (969,2,60,55,0,618,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,975,5,9000,5700,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Luck Be With You','Collect 4 Frostmaul Shards for Witch Doctor Mau\'ari in Everlook.','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.','','Ahh, yes... I will make da charm for ya now. Just you wait!','Bring back da shards, and I be tellin\' you more!','Return to Witch Doctor Mau\'ari at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12334,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (970,2,21,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,5,0,1020,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Collect a Glowing Soul Gem and return it to Delgren the Purifier at Maestra\'s Post.','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.','','Hmm, some dark magic enchants this soulstone. Let\'s see what\'s trapped inside, shall we?','Have you acquired that soul gem?','Return to Delgren the Purifier at Maestra\'s Post in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5366,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (971,2,23,19,0,719,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1680,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6743,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Knowledge in the Deeps','Bring the Lorgalis Manuscript to Gerrig Bonegrip in the Forlorn Cavern in Ironforge.','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.','','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.','Return to Gerrig Bonegrip in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5359,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (972,0,-1,20,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Water Sapta','','',NULL,'Take the water sapta and find the corrupted pool of water in Silverpine, $N. I have great faith in your abilities.',NULL,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,12340), (973,2,24,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,1140,5,0,1200,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Bring Ilkrud Magthrull\'s Tome to Delgren the Purifier at Maestra\'s Post.','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.','','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?','Return to Delgren the Purifier at Maestra\'s Post in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5533,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (974,2,55,51,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,5,0,4950,0,0,0,0,0,0,12472,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding the Source','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.','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!','','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!','Return to Krakle at Golakka Hot Springs in Un\'Goro Crater.',10541,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,12472,0,0,0,0,0,1,0,0,0,0,0,0,'Find the hottest area of Fire Plume Ridge','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (975,2,60,55,0,618,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,8,2,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,0,0,'Cache of Mau\'ari','Speak to Witch Doctor Mau\'ari again in a moment to receive the lucky charm.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (976,2,24,19,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,973,0,0,0,7,5000,1740,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,5323,6721,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplies to Auberdine','Speak with Delgren the Purifier at Maestra\'s Post after seeing Feero safely through Ashenvale Forest.','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.','Protect Feero Ironhand','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.','Return to Delgren the Purifier at Maestra\'s Post 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,1,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (977,2,58,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,0,0,5163,4,9000,4050,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,577,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Are We There, Yeti?','Collect 2 Pristine Yeti Horns for Umi Rumplesnicker in Everlook.','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!','','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!','Return to Umi Rumplesnicker at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12367,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (978,2,55,52,0,702,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3661,0,0,979,5,8500,4950,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moontouched Wildkin','Collect 10 Moontouched Feathers from Winterspring, then return to Erelas Ambersky in Rut\'theran Village.','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.','','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.','Return to Erelas Ambersky at Rut\'theran Village in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12383,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (979,2,57,52,0,702,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,978,0,0,0,3,0,2640,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Ranshalla','Find Ranshalla in eastern Winterspring.','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?','','Hi! Erelas sent you? Great, I was just preparing to travel up to the caves now, and I wouldn\'t mind company.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (980,2,55,51,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,4842,3,0,2460,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,'The New Springs','Travel to Winterspring and speak with Donova Snowden.','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!','','Hi there, $N. Yes, what Krakle told you is true...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (981,2,31,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1143,0,0,0,5,0,1500,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Talk to Delgren the Purifier at Maestra\'s Post.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (982,2,17,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,780,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deep Ocean, Vast Sea','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.','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.','','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.','Return to Gorbold Steelhand at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12191,12192,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (983,2,10,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,5,350,510,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,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Buzzbox 827','Collect 6 Crawler Legs and place them in 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...','','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.','Return to Buzzbox 827 at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5385,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (984,2,14,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,985,4,0,450,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'How Big a Threat?','Find a corrupt furbolg camp in Darkshore and return to Terenthis in Auberdine.','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','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?','Return to Terenthis at Auberdine 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,1,0,0,0,0,0,0,0,0,12340), (985,2,14,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984,0,0,0,5,0,600,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'How Big a Threat?','Kill 8 Blackwood Pathfinders and 5 Windtalkers and return to Terenthis in Auberdine.','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.','','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.','Return to Terenthis at Auberdine in Darkshore.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (986,2,20,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Lost Master','Find 5 Fine Moonstalker Pelts and return them to Terenthis in Auberdine.','$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.','','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.','Return to Terenthis at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5386,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (987,0,30,30,0,-82,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (988,2,20,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,995,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,'','Speak to Volcor.','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.','',NULL,NULL,'Return to Volcor in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (989,2,22,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,994,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,'','Speak to Volcor.','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.','',NULL,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,12340), (990,2,19,15,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,990,0,2,0,210,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trek to Ashenvale','Find Raene Wolfrunner in 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (991,2,19,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1023,5,0,900,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Find Teronis in Ashenvale.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (992,2,46,38,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,4,3500,2580,0,0,0,0,0,0,8584,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gadgetzan Water Survey','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.','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!','','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?','Return to Senior Surveyor Fizzledowser at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8585,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,0,0,0,0,0,0,0,12340), (993,2,20,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,986,0,0,0,3,0,480,0,0,0,0,0,0,5387,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Lost Master','Find Volcor in Darkshore and give him the Enchanted Moonstalker Cloak.','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.','','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.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5387,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (994,2,22,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,994,0,5,1400,1080,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,5609,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape Through Force','Protect Volcor until you reach the road, then speak to Terenthis in Auberdine.','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.','Help Volcor to the road','$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.','','Return to Terenthis at Auberdine 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,1,0,0,0,0,0,0,0,0,12340), (995,2,20,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,993,0,994,0,3,600,480,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,6659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape Through Stealth','Escape the Furbolg cave and meet Terenthis in Auberdine.','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.','Help Volcor escape the cave','$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?','Return to Terenthis at Auberdine 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,1,0,0,0,0,0,0,0,0,12340), (996,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (997,2,5,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,50,120,0,0,0,0,0,0,5391,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Denalan\'s Earth','Bring the package of Rare Earth to Denalan at Lake Al\'Ameth.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5391,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,1000,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,12340), (998,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (999,0,25,10,0,718,1,0,0,0,0,0,0,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,'When Dreams Turn to Nightmares','','',NULL,NULL,NULL,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,12340), (1000,2,55,54,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1000,1123,1,0,480,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New Frontier','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.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1001,2,12,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,0,0,1002,6,1000,720,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,54,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Buzzbox 411','Collect 3 Thresher Eyes from Darkshore Threshers in the deep sea near 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!\"','','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.','Return to Buzzbox 411 at Mist\'s Edge in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5412,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1002,2,14,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,1003,5,600,600,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,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Buzzbox 323','Collect 6 Moonstalker Fangs and place them in 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.\"','','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?','Return to Buzzbox 323 at Cliffspring River in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5413,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1003,2,16,7,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1002,0,0,0,5,800,720,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2082,11846,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Buzzbox 525','Collect 4 Grizzled Scalps from Grizzled Thistle Bears to the south of Auberdine and place them in 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!\"','','\"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.','Return to Buzzbox 525 at Twilight Shore in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5414,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1004,2,55,54,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1000,1123,1,0,480,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New Frontier','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.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1005,0,20,10,0,236,1,0,0,0,0,0,0,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,'What Lurks Beyond','','',NULL,NULL,NULL,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,12340), (1006,0,18,10,0,236,1,0,0,0,0,0,0,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,'What Lies Beyond','','',NULL,NULL,NULL,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,12340), (1007,2,20,19,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,900,720,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ancient Statuette','Bring the Ancient Statuette to Talen, in his camp near the Zoram Strand.','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.','','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?','Return to Talen in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5424,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1008,2,19,14,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1100,900,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Zoram Strand','Bring 20 Wrathtail Heads to Shindrell Swiftfire in Astranaar.','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.','','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.','Return to Shindrell Swiftfire at Astranaar in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5490,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,66,0,0,0,0,0,0,12340), (1009,2,25,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1007,0,0,0,6,0,1560,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5812,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruuzel','Bring the Ring of Zoram to Talen near the Zoram Strand.','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!','','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?','Return to Talen in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5445,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1010,2,20,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,480,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bathran\'s Hair','Bring 5 Bathran\'s Hair to Orendil Broadleaf in Ashenvale.','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.','','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...','Return to Orendil Broadleaf at Maestra\'s Post in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5437,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0,0,0,12340), (1011,2,29,24,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4581,0,0,0,5,0,1440,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forsaken Diseases','Bring a Bottle of Disease to Kayneth Stillwind in Forest Song.','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.','','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?','Return to Kayneth Stillwind at Forest Song in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5440,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1012,2,32,24,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,6,0,2040,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Insane Druids','Kill the druids: Taneel Darkwood, Uthil Mooncall, Mavoris Cloudsbreak; then return to Kayneth Stillwind in Forest Song.','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.','','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!','Return to Kayneth Stillwind at Forest Song in Ashenvale.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1013,2,26,16,0,209,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1920,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Book of Ur','Bring the Book of Ur to Keeper Bel\'dugur at the Apothecarium in the Undercity.','$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...','','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?','Return to Keeper Bel\'dugur at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6283,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1014,2,27,18,0,209,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1980,0,1460,0,0,0,0,0,0,0,8,0,0,0,0,0,6414,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arugal Must Die','Kill Arugal and bring his head to Dalar Dawnweaver at the Sepulcher.','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!','','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.','Return to Dalar Dawnweaver at The Sepulcher in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5442,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1015,2,55,54,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1015,6761,1,0,480,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,'The New Frontier','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','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!','','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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1016,2,24,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1017,5,0,1200,0,0,0,0,0,0,5456,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Bracers','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.','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.','','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?','Return to Sentinel Velene Starstrike at Silverwind Refuge in Ashenvale.',0,0,0,0,0,0,0,0,0,12220,0,0,0,5,0,0,5455,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1017,2,25,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,6,0,1560,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5816,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mage Summoner','Slay Sarilus Foulborne and bring his head to Sentinel Velene Starstrike in Silverwind Refuge.','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.','','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?','Return to Sentinel Velene Starstrike at Silverwind Refuge in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5537,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1018,2,55,54,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1000,1123,1,0,480,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New Frontier','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.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1019,2,55,54,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1015,6761,1,0,480,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,'The New Frontier','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','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!','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1020,2,20,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,6,2500,1200,0,0,0,0,0,0,5460,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orendil\'s Cure','Bring Orendil\'s Cure to Pelturas Whitemoon in Astranaar.','$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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5460,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,6,2,0,0,0,0,0,0,12340), (1021,2,32,26,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,5,0,1620,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Satyr! Dryads in Danger!','Find Anilia in Xavian in Ashenvale.','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.','','Judging by the gaping wound in her side, Anilia is on the verge of death.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1022,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1037,5,2500,1500,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Howling Vale','Go to the Howling Vale and study the Tome of Mel\'Thandris, then return to Sentinel Melyria Frostshadow at Forest Song.','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.','','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.','Return to Sentinel Melyria Frostshadow at Forest Song in Ashenvale.',-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,'View the Tome of Mel\'Thandris','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1023,2,21,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,991,0,0,0,4,0,780,0,0,0,0,0,0,5505,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Find the Glowing Gem and return to Raene Wolfrunner in Astranaar with Teronis\' Journal.','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...','','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.','Return to Raene Wolfrunner at Astranaar in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5463,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,12340), (1024,2,21,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1023,0,0,1026,3,0,510,0,0,0,0,0,0,5463,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Find Shael\'dryn at the moonwell to the northeast.','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.','','Oh, Raene sent you? It must be serious indeed. What can I help you with?','Hello. How are you?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5463,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1025,2,24,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1023,0,0,0,5,1700,1200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4542,1205,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Aggressive Defense','Kill 1 Den Watcher, 2 Ursas, 10 Totemics, and 12 Warriors of the Foulweald tribe, and then return to Raene Wolfrunner in Astranaar.','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.','','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.','Return to Raene Wolfrunner at Astranaar in Ashenvale.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1026,2,27,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1024,0,0,1027,5,0,1320,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Find the Wooden Key and a piece of Dartol\'s Rod before returning to Shael\'dryn at the moonwell.','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.','','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.','Return to Shael\'dryn in Ashenvale.',0,0,0,0,0,0,0,0,0,5475,0,0,0,1,0,0,5464,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1027,2,28,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1026,0,0,1028,5,0,1380,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Find the final piece of Dartol\'s Rod and return to Shael\'dryn at the moonwell.','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.','','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?','Return to Shael\'dryn in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5519,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1028,2,28,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1027,0,0,1055,4,0,1020,0,0,0,0,0,0,5547,1,0,0,0,0,0,0,0,5462,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Find the hidden shrine and re-enchant Dartol\'s Rod.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5547,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1029,2,28,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1055,0,0,1030,1,0,150,0,0,0,0,0,0,5462,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Return to Raene Wolfrunner in Astranaar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1030,2,28,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1029,0,0,1045,4,0,1020,0,0,0,0,0,0,5462,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Find an uncorrupted furbolg, and using the power of Dartol\'s Rod of Transformation, speak to him.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1031,2,32,26,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1021,0,0,0,5,0,1620,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Branch of Cenarius','Kill Geltharis and return the Branch of Cenarius to Illiyana at Forest Song.','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.','','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?','Return to Illiyana at Forest Song in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1032,2,32,26,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,5,3000,1620,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Satyr Slaying!','Bring 16 Satyr Horns to Illiyana in Forest Song.','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.$B$B','','Thank you, kind $R. My sister\'s spirit is gladdened by your efforts.','Please, help me avenge Anilia\'s death.','Return to Illiyana at Forest Song in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5481,0,0,0,0,0,16,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1033,2,22,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,5,1400,1080,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elune\'s Tear','Bring Elune\'s Tear to Pelturas in Astranaar.','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!','','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?','Return to Pelturas Whitemoon at Astranaar in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5493,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',18,1,20,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1034,2,23,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1033,0,0,0,5,1500,1140,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ruins of Stardust','Bring 5 Handfuls of Stardust to Pelturas in Astranaar.','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.','','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?','Return to Pelturas Whitemoon at Astranaar in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5494,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1035,2,30,20,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1034,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Sky Lake','Retrieve a Fallen Moonstone from the Shadethicket Oracle, then bring it to Pelturas in Astranaar.','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.','','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!','Return to Pelturas Whitemoon at Astranaar in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5508,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1036,2,60,55,0,33,0,0,0,0,0,0,0,87,21,3000,-6001,0,21,0,1,0,0,0,4621,1,0,570,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,87,21,0,0,0,2,-2,0,0,0,0,0,0,0,0,0,0,0,0,'Avast Ye, Scallywag','Speak with Fleet Master Firallon aboard the Crimson Vale off the coast of Stranglethorn Vale.','$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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1037,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1022,0,0,1038,2,0,360,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Velinde Starsong','Speak with Thyn\'tel Bladeweaver at the Warrior\'s Terrace in Darnassus.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1038,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1037,0,0,1039,2,0,360,0,0,0,0,0,0,5521,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Velinde\'s Effects','Search through Velinde\'s chest for her journal, then return it along with the key to Thyn\'tel Bladeweaver in Darnassus.','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.','','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?','Return to Thyn\'tel Bladeweaver at Warrior\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5520,5521,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1039,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1038,0,0,1040,3,0,720,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Barrens Port','Speak with Wharfmaster Dizzywig at Ratchet in the Barrens.','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.','','$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1040,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1039,0,0,1041,2,0,360,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,21,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Passage to Booty Bay','Take a boat to Booty Bay and speak with Caravaneer Ruzzgot.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1041,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1040,0,0,1042,3,0,720,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Caravan Road','Speak with Clerk Daltry in Darkshire.','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.','','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.',NULL,'Speak with Clerk Daltry 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,1,0,0,0,0,0,0,0,0,12340), (1042,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1041,0,0,1043,1,0,150,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,'The Carevin Family','Speak with Jonathan Carevin in Darkshire.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1043,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1042,0,0,1044,5,2500,1500,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scythe of Elune','Look for signs of the Scythe of Elune then return to Jonathan Carevin in Darkshire.','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.','','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.','Return to Jonathan Carevin at Darkshire in Duskwood.',-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,'Find evidence of the Scythe of Elune','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1044,2,30,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1043,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Answered Questions','Return to Thyn\'tel Bladeweaver in Darnassus.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1045,2,30,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1030,0,0,1046,5,0,1500,0,0,0,0,0,0,5462,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Kill Ran Bloodtooth, 4 Bloodtooth Guards and collect Ran Bloodtooth\'s Skull. Return to Krolg near Lake Mystral should you succeed.','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.','','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.','Return to Krolg at Mystral Lake in Ashenvale.',3696,3932,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,5388,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1046,2,30,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,6,0,1860,0,0,0,0,0,0,5388,1,0,8,0,0,0,0,0,1116,0,0,0,1,0,0,0,5815,17046,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Bring Ran Bloodtooth\'s Skull to Raene Wolfrunner in Astranaar.','Return to your own tribe and let them know of your victory here.$B$BShow them your trophy, and bask in the glory...','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5388,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1047,2,55,54,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1015,6761,1,0,480,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,'The New Frontier','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','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!','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1048,2,42,30,0,796,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,4350,0,0,0,0,0,0,0,0,0,16392,0,0,0,0,0,0,0,0,0,0,0,0,0,6802,6803,10711,0,0,0,1,1,1,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into The Scarlet Monastery','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Varimathras in the Undercity.','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.','','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!','Return to Varimathras at the Royal Quarter in the Undercity.',3977,3976,3975,3974,1,1,1,1,0,0,0,0,0,0,0,0,0,0,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,12340), (1049,2,38,28,0,796,81,0,0,0,674,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,3450,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Compendium of the Fallen','Retrieve the Compendium of the Fallen from the Monastery in Tirisfal Glades and return to Sage Truthseeker in Thunder Bluff.','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.','','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...','Return to Sage Truthseeker in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5535,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1050,2,38,28,0,796,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,3450,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,7746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mythology of the Titans','Retrieve Mythology of the Titans from the Monastery and bring it to Librarian Mae Paledust in Ironforge.','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!','','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.','Return to Librarian Mae Paledust at the Hall of Explorers in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5536,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1051,2,33,25,0,796,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2640,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,7751,0,0,0,1,0,0,0,7750,4643,0,0,0,0,1,1,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vorrel\'s Revenge','Return Vorrel Sengutz\'s wedding ring to Monika Sengutz in Tarren Mill.','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....','','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?','Return to Monika Sengutz at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5538,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1052,2,40,34,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,261,0,0,0,3,0,1320,0,0,0,0,0,0,5539,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down the Scarlet Path','Take Brother Anton\'s Letter of Commendation to Raleigh the Devout in Southshore.','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.','','Brother Anton still spreads the word of the Scarlet Crusade? Oh my....','Who goes there? What do you want from me?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5539,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (1053,2,40,34,0,796,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,7,0,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,6829,6830,6831,11262,0,0,1,1,1,1,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'In the Name of the Light','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Raleigh the Devout in Southshore.','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.','','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!','Return to Raleigh the Devout at Southshore in Hillsbrad Foothills.',3977,3976,3975,3974,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',1,5,1,25,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (1054,2,25,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,1200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1970,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Threat','Bring Dal Bloodclaw\'s Skull to Raene Wolfrunner in Astranaar.','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.','','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.','Return to Raene Wolfrunner at Astranaar in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5544,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,12340), (1055,2,28,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1028,0,0,1029,1,0,150,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raene\'s Cleansing','Return to Shael\'dryn at the moonwell.','The rod, now complete, lies in your hands. Shael\'dryn will want to hear of your success.','','You\'ve done it, $N! Well done!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1056,2,18,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,420,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Stonetalon Peak','Travel to Keeper Albagorm on 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.','','Alas, you arrive. I see Faldreas has listened to the forest spirits...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1057,2,27,20,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1059,5,0,1320,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming the Charred Vale','Keeper Albagorm on Stonetalon Peak wants you to slay 7 Bloodfury Harpies, 7 Bloodfury Ambushers, 7 Bloodfury Slayers and 7 Bloodfury Roguefeathers.','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!','','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.','Return to Keeper Albagorm at Stonetalon Peak in Stonetalon Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1058,2,26,20,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jin\'Zil\'s 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.','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!','','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!','Return 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,5582,5584,5585,5583,0,0,5,5,30,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1059,2,27,20,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1057,0,0,0,5,0,1320,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming the Charred Vale','Travel to Falfindel Waywarder on the border of Thousand Needles and Feralas.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1060,2,20,15,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,876,0,0,0,5,0,960,0,0,0,0,0,0,5594,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Letter to Jin\'Zil','Deliver Darsok\'s letter to Jin\'Zil within his cave in Malaka\'Jin, in Stonetalon.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5594,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1061,2,17,13,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1062,2,0,180,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,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spirits of Stonetalon','Speak with Seereth Stonebreak at the border of the Stonetalon Mountains and the Barrens.','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.','','Ah, a $C. Very good. We will need your skills to deal with these plunderers!',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1062,2,19,13,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1061,0,0,0,5,1100,900,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Invaders','Kill 15 Venture Co. Loggers, then return to Seereth Stonebreak on the border of Stonetalon and the Barrens.','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.','','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!','Return to Seereth Stonebreak at Greatwood Vale in Stonetalon Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1063,2,18,13,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,3,0,420,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,'The Elder Crone','Speak with Magatha in Thunder Bluff.','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.','','I bid you greetings. You are here seeking council?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1064,2,18,13,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1063,0,0,1065,2,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,81,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forsaken Aid','Speak with Apothecary Zamah in the Pools of Vision in Thunder Bluff.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1065,2,18,13,0,1638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,1066,5,0,840,0,0,0,0,0,0,5628,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Tarren Mill','Bring Zamah\'s Note to Apothecary Lydon in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5628,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1066,2,23,13,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,5,0,1140,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood of Innocents','Bring 5 Vials of Innocent Blood to Apothecary Lydon in Tarren Mill.','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.','','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','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5620,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1067,2,23,13,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1066,0,0,0,4,0,840,0,0,0,0,0,0,5588,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Thunder Bluff','Bring Lydon\'s Toxin to Apothecary Zamah in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5588,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1068,2,23,13,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,5,1500,1140,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shredding Machines','Kill the shredders XT:4 and XT:9, then return to Seereth Stonebreak at the border of the Stonetalon Mountains and the Barrens.','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.','','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.','Return to Seereth Stonebreak at Greatwood Vale in Stonetalon Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1069,2,20,15,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2500,1200,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,470,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deepmoss Spider Eggs','Bring 15 Deepmoss Eggs to Mebok Mizzyrix in Ratchet.','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...','','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!','Return to Mebok Mizzyrix at Ratchet in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5570,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1070,2,21,17,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,3,0,510,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'On Guard in Stonetalon','Find Kaela Shadowspear overlooking the valley entering Windshear Crag in the Stonetalon Mountains.','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?','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1071,2,21,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,5,0,1020,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,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gnome\'s Respite','Kill 10 Venture Co. Loggers, and 10 Venture Co. Deforesters and return to Gaxim Rustfizzle in Stonetalon.','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...','','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?','Return to Gaxim Rustfizzle at Webwinder Path in Stonetalon Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1072,2,21,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1071,0,0,1073,3,0,510,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,54,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Old Colleague','Speak to Lomac Gearstrip in Ironforge.','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.','','Ahhh. Gaxim sent you, huh? How do I know you\'re not lying to me?! Hmm? Hmm?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1073,2,21,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1072,0,0,1074,5,0,1020,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,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ineptitude + Chemicals = Fun','Bring 4 Minor Mana Potions and 2 Elixirs of Minor Fortitude to Lomac Gearstrip in Ironforge.','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.','','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.','Return to Lomac Gearstrip in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2455,2458,0,0,0,0,4,2,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1074,2,21,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1073,1080,0,0,3,0,510,0,0,0,0,0,0,5732,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ineptitude + Chemicals = Fun','Bring the Nitromirglyceronium back to Gaxim Rustfizzle in Stonetalon.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5732,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1075,2,21,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1071,0,0,1076,3,0,510,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,54,72,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'A Scroll from Mauren','Find Collin Mauren in Stormwind.','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.','','Now, this spell you need; one that will allow you detonate explosives from a distance... hmmm.',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1076,2,21,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1075,0,0,0,5,0,1020,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,54,72,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Devils in Westfall','Bring Dust Devil Debris to Collin Mauren in Stormwind.','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.','','Allow me just a few moments and I shall have your scroll ready for you.','Hello, $N. Have you found the component I need?','Return to Collin Mauren in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5669,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1077,2,21,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1076,1079,0,0,3,0,510,0,0,0,0,0,0,5731,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Special Delivery for Gaxim','Bring the Scroll of Messaging to Gaxim Rustfizzle in Stonetalon.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5731,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1078,2,26,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,72,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Retrieval for Mauren','Bring 8 Crystalized Scales to Collin Mauren in Stormwind.','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.','','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?','Return to Collin Mauren in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5675,0,0,0,0,0,8,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,12340), (1079,2,22,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1074,1091,-1079,0,6,0,1320,0,0,0,0,0,0,5738,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Covert Ops - Alpha','Retrieve the Venture Co.\'s Engineering Plans from the lumber mill in Windshear Crag.','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.','','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?','Return to Gaxim Rustfizzle at Webwinder Path in Stonetalon Mountains.',0,0,0,0,0,0,0,0,5695,5694,5693,5692,1,1,1,1,5718,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1080,2,22,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1077,1091,-1079,0,6,0,1320,0,0,0,0,0,0,5738,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Covert Ops - Beta','Retrieve the Venture Co. Letters from Windshear Mine at the east end of Windshear Crag.','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....','','Incredible, $N! Kaela and the Sentinels will be so happy. With your skill and my creations, we\'re unstoppable.','How\'d it go, $N?','Return to Gaxim Rustfizzle at Webwinder Path in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5717,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1081,2,28,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1082,0,0,0,7,0,2040,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6678,0,0,0,1,0,0,0,7334,7335,7336,0,0,0,1,1,1,0,0,0,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reception from Tyrande','Find Tyrande Whisperwind in Darnassus.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1082,2,22,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1081,3,0,510,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Update for Sentinel Thenysil','Return to Sentinel Thenysil in Ashenvale.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1083,2,26,20,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1091,1082,-1083,0,5,2000,1260,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enraged Spirits','Bring 8 Smoldering Embers from any of the fire elementals in the Charred Vale to Kaela Shadowspear in Stonetalon.','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.','','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.','Return to Kaela Shadowspear at Webwinder Path in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5659,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1084,2,28,22,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1091,1082,-1083,0,5,2500,1380,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wounded Ancients','Bring a piece of Corroded Shrapnel to Kaela Shadowspear in Stonetalon.','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...','','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.','Return to Kaela Shadowspear in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5664,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1085,2,21,17,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1071,1,0,90,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,54,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'On Guard in Stonetalon','Speak to Gaxim in Stonetalon Mountains.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1086,2,23,13,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,6,3000,1380,0,0,0,0,0,0,5638,1,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flying Machine Airport','Bring the Toxic Fogger to the Venture Co. sky port, then return to Apothecary Zamah.','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.','Place the Toxic Fogger','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.','Return to Apothecary Zamah 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,1,0,0,0,0,0,0,0,0,12340), (1087,2,25,20,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1088,4,0,900,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,'Cenarius\' Legacy','Kill 4 Sons of Cenarius, 4 Daughters of Cenarius and 4 Cenarion Botanists for Braelyn Firehand near Sun Rock Retreat.','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.','','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.','Return to Braelyn Firehand at Sunrock Retreat in Stonetalon Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (1088,2,29,20,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1087,0,0,1089,5,0,1440,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,'Ordanus','Bring Ordanus\' head to Braelyn Firehand near Sun Rock Retreat.','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.','','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.','Return to Braelyn Firehand at Sunrock Retreat in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5686,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1089,2,29,20,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,5,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Den','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. ','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.','','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.','Seek out the Talon Den Hoard at Talon Den in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,5687,0,0,0,1,5689,5690,5691,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1090,2,22,17,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1092,6,0,1320,0,0,0,0,0,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,470,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gerenzo\'s Orders','Get the mysterious ore from Piznik after he finishes mining it.','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.','Keep Piznik safe while he mines the mysterious ore','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.',NULL,'Speak to Piznik 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,1,0,0,0,0,0,0,0,0,12340), (1091,2,22,17,0,406,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,5717,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kaela\'s Update','Bring the Venture Co. Letters to Kaela Shadowspear in Stonetalon Mountains.','$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.','','This is interesting indeed.$B$BYou and Gaxim have done very well, $N. Thank you.','Yes, $N? What can I do for you?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5717,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1092,2,22,17,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,4,0,780,0,0,0,0,0,0,5733,1,0,0,0,0,0,0,0,6666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gerenzo\'s Orders','Deliver the Unidentified Ore to Ziz Fizziks in the Stonetalon Mountains.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5733,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1093,2,21,16,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,5,0,1020,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Reaper 6000','Get the Super Reaper 6000 Blueprints for Ziz Fizziks in the Stonetalon Mountains.','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.','','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.','Return to Ziz Fizziks at Windshear Crag in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5734,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1094,2,21,16,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1093,0,0,1095,3,0,510,0,0,0,0,0,0,5735,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Further Instructions','Deliver the Sealed Envelope to Sputtervalve at Ratchet in the Barrens.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5735,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1095,2,27,16,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,1096,3,0,660,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,470,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Further Instructions','Bring the new orders to Ziz Fizziks in the Stonetalon Mountains.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1096,2,27,16,0,406,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,0,0,0,5,2200,1320,0,0,0,0,0,0,0,0,0,8,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gerenzo Wrenchwhistle','Bring Gerenzo Wrenchwhistle\'s Mechanical Arm to Ziz Fizziks in the Stonetalon Mountains.','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!','','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.','Return to Ziz Fizziks at Windshear Crag in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5736,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1097,2,15,9,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,353,1,0,60,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,'Elmore\'s Task','Speak with Grimand Elmore in Stormwind.','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.','','You\'re here to help with my delivery? Very good!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1098,2,25,18,0,209,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,1800,1860,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3324,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathstalkers in Shadowfang','Find the Deathstalker Adamant and Deathstalker Vincent.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1099,0,1,1,0,400,0,0,0,0,0,0,0,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,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,'Goblins Win!','','',NULL,NULL,NULL,'Return to Rugfizzle in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1100,2,27,23,0,400,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1101,3,0,660,0,0,0,0,0,0,5790,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lonebrow\'s Journal','Read Henrig Lonebrow\'s Journal.','You slowly open the weathered journal of Henrig Lonebrow....','','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....',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5790,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1101,2,27,23,0,1717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,7,0,1980,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,29200,0,0,0,1,0,0,0,4197,6742,6725,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crone of the Kraul','Bring Razorflank\'s Medallion to Falfindel Waywarder in Thalanaar.','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.','','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.','Return to Falfindel Waywarder at Thalanaar in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5792,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1102,2,27,23,0,1717,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1980,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Vengeful Fate','Bring Razorflank\'s Heart to Auld Stonespire in Thunder Bluff.','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.','','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?','Return to Auld Stonespire in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5793,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1103,2,-1,20,0,-82,0,0,0,64,690,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Bring a Water Sapta to Tiev Mordune in Silverpine Forest if you failed to speak to the Minor Manifestation 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.','','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.','Return to Tiev Mordune in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6637,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1104,2,30,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,-1104,0,4,2500,1140,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,'Salt Flat Venom','Bring 6 Salty Scorpid Venoms to Fizzle Brassbolts in the Shimmering Flats.','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!!','','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??','Return to Fizzle Brassbolts at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5794,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1105,2,30,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,-1104,0,5,2500,1500,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,'Hardened Shells','Bring 9 Hardened Tortoise Shells to Wizzle Brassbolts in the Shimmering Flats.','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?','','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!','Return to Wizzle Brassbolts at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5795,0,0,0,0,0,9,0,0,0,0,0,0,'','','','',1,6,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1106,2,35,26,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,3,0,1020,0,0,0,0,0,0,5827,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Martek the Exiled','Bring Fizzle\'s Letter to Martek the Exiled in the Badlands.','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!','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5827,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,2000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1107,2,35,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,5,3500,1980,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,'Encrusted Tail Fins','Bring 10 Encrusted Tail Fins to Wizzle Brassbolts in the Shimmering Flats.','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.','','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.','Return to Wizzle Brassbolts at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5796,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (1108,2,39,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,5,0,2460,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,'Indurium','Bring 10 Indurium Flakes to Martek the Exiled in the Badlands.','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.','','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.','Return to Martek the Exiled at The Dustbowl in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5797,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1109,2,26,22,0,1717,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,7,0,1920,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Going, Going, Guano!','Bring 1 pile of Kraul Guano to Master Apothecary Faranell in the Undercity.','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...','','Splendid! This is just the start we needed, $N.','Ah, I see you have returned. Were you able to procure any Kraul Guano?','Return to Master Apothecary Faranell at the Apothecarium in Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5801,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1110,2,31,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3000,1500,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,'Rocket Car Parts','Bring 30 Rocket Car Parts to Kravel Koalbeard in the Shimmering Flats.','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.','','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?','Return to Kravel Koalbeard at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5798,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1111,2,36,30,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,3,0,1080,0,0,0,0,0,0,5799,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wharfmaster Dizzywig','Bring Kravel\'s Parts Order to Wharfmaster Dizzywig at Ratchet in the Barrens.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5799,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1112,2,36,30,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1111,0,0,0,3,2000,1080,0,0,0,0,0,0,5800,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parts for Kravel','Bring Kravel\'s Parts to Kravel Koalbeard on the Shimmering Flats in Thousand Needles.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5800,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1113,2,33,30,0,796,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1109,0,0,0,7,0,2640,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hearts of Zeal','Master Apothecary Faranell in the Undercity wants 20 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.','','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...','Return to Master Apothecary Faranell at the Apothecarium in Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5805,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1114,2,36,30,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,0,0,0,2,1000,510,0,0,0,0,0,0,5802,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to the Gnomes','Bring the Delicate Car Parts to Fizzle Brassbolts in Shimmering Flats.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5802,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1115,2,36,30,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1114,0,0,1116,3,0,1080,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,'The Rumormonger','Talk to Krazek at Booty Bay in Stranglethorn Vale.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1116,2,36,30,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,1117,6,0,2640,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,'Dream Dust in the Swamp','Bring 10 Specks of Dream Dust to Krazek in Booty Bay. Dream Dust is gathered from the dragon whelps of the Swamp of Sorrows.','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.','','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?','Return to Krazek at Wild Shore in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5803,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1117,2,36,30,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1116,0,0,0,6,7500,2640,0,0,0,0,0,0,5804,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rumors for Kravel','Bring the Goblin Rumors to Kravel Koalbeard on the Shimmering Flats in Thousand Needles.','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!','','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??',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5804,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1118,2,43,35,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1117,1119,-621,0,2,0,780,0,0,0,0,0,0,5826,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to Booty Bay','Bring Kravel\'s Scheme to Crank Fizzlebub at Booty Bay in Stranglethorn Vale.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5826,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1119,2,44,35,0,400,0,0,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3150,0,0,0,0,0,0,5806,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zanzil\'s Mixture and a Fool\'s Stout','Bring the Fool\'s Stout back to Kravel on the Shimmering Flats in Thousand Needles.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5806,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1120,2,44,35,0,400,0,0,7200,0,0,0,0,0,0,0,0,0,0,0,0,1119,1122,1120,0,1,0,300,0,0,0,0,0,0,5806,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get the Gnomes Drunk','Bring the Fool\'s Stout to the Gnome Pit Boss at Mirage Raceway in Thousand Needles.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5806,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1121,2,44,35,0,400,0,0,7200,0,0,0,0,0,0,0,0,0,0,0,0,1119,1122,1120,0,1,0,300,0,0,0,0,0,0,5806,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get the Goblins Drunk','Bring the Fool\'s Stout to the Goblin Pit Boss at Mirage Raceway in Thousand Needles.','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.','','What do we have here? Booze, eh?$B$BWell, I don\'t mind if we have just a little...','What are you looking at?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5806,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1122,2,44,35,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1560,0,0,0,0,0,0,5807,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report Back to Fizzlebub','Bring the Fool\'s Stout report to Crank Fizzlebub at Booty Bay in Stranglethorn Vale.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5807,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1123,2,55,54,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,1124,0,1124,2,0,1200,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rabine Saturna','Speak with Rabine Saturna in the village of Nighthaven, Moonglade. Moonglade lies between Felwood and Winterspring, accessible through a path out of Timbermaw Hold.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1124,2,55,54,0,493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,3,0,2460,0,0,0,0,0,0,17355,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wasteland','Speak with Layo Starstrike near the Valor\'s Rest graveyard of Silithus, showing him Rabine\'s Letter.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17355,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1125,2,55,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,1126,5,0,4950,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spirits of Southwind','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.','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.','','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.','Return to Layo Starstrike in Silithus.',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,'','','','',4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (1126,2,57,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,6844,5,0,5250,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hive in the Tower','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.','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.','','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?','Return to Layo Starstrike in Silithus.',0,0,0,0,0,0,0,0,17345,0,0,0,1,0,0,0,0,17346,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1127,2,44,35,0,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,8,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,'Fool\'s Stout','Bring 12 of Zanzil\'s Mixture to Crank Fizzlebub in Booty Bay.','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.','','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?','Return to Crank Fizzlebub at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4016,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1128,0,44,35,0,400,0,0,0,0,0,0,0,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,' The Gnome Pit Crew is Thirsty','','','',NULL,NULL,'Return to Gnome Pit Boss in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1129,0,44,35,0,400,0,0,0,0,0,0,0,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,' The Goblin Pit Crew is Thirsty','','','',NULL,NULL,'Return to Goblin Pit Boss in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1130,2,30,20,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,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,'Melor Sends Word','Speak with Melor Stonehoof in Thunder Bluff.','$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.','','So, $N, you have come. Now, are you prepared to journey through distant lands?$B$BIf so, young $C, then listen on...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1131,2,30,20,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,5,0,1500,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Steelsnap','Bring Steelsnap\'s Rib to Melor Stonehoof in Thunder Bluff.','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.','','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?','Return to Melor Stonehoof at Hunter Rise in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5837,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1132,2,20,18,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,3,0,480,0,0,0,0,0,0,0,0,0,16392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fiora Longears','Speak with Fiora Longears on the docks at Auberdine in Darkshore.','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!','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1133,2,20,18,0,148,0,0,0,0,1101,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,16392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Astranaar','Speak with Shindrell Swiftfire in 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...','','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.',NULL,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,2,1,0,0,0,0,0,0,0,0,12340), (1134,2,21,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1008,0,0,0,5,1300,1020,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pridewings of Stonetalon','Bring 12 Pridewing Venom Sacs to Shindrell Swiftfire in Astranaar.','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.','','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!','Return to Shindrell Swiftfire at Astranaar in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5808,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1135,2,30,25,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2220,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Highperch Venom','Bring 10 Highperch Venom Sacs to Fiora Longears in Theramore.','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.','','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?','Return to Fiora Longears at Mist\'s Edge in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5809,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1136,2,37,26,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1131,0,0,0,7,0,3300,0,0,0,0,0,0,5838,1,0,0,0,0,0,0,0,6720,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostmaw','Bring Frostmaw\'s Mane to Melor Stonehoof in Thunder Bluff.','$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.','','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?','Return to Melor Stonehoof at Hunter Rise in Thunder Bluff.',0,0,0,0,0,0,0,0,0,5810,0,0,0,1,0,0,5811,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1137,2,38,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,3,0,1200,0,0,0,0,0,0,0,0,0,8,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,'News for Fizzle','Speak with Fizzle Brassbolts on the Shimmering Flats in Thousand Needles.','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!','','$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!!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1138,2,17,15,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,780,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fruit of the Sea','Collect 6 Fine Crab Chunks for Gubber Blump in Auberdine.','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...','','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?','Return to Gubber Blump at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12237,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1139,2,45,35,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,762,0,0,0,7,13000,4950,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6723,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Tablets of Will','Find the Tablet of Will, and return them to Advisor Belgrum in Ironforge.','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.','','$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.','Return to Advisor Belgrum in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5824,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1140,2,28,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,973,0,0,1167,5,0,1380,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Free the trapped Highborne souls in Night Run and Satyrnaar, then return to Delgren the Purifier at Maestra\'s Post.','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.','','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.','Return to Delgren the Purifier at Maestra\'s Post in Ashenvale.',-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,1,'Free the Highborne soul in Night Run','Free the Highborne soul in Satyrnaar','','',0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (1141,2,14,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,600,0,0,0,0,87,0,0,0,0,0,0,0,0,0,0,12225,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Family and the Fishing Pole','Catch 6 Darkshore Grouper for Gubber Blump in Auberdine.','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.','','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?','Return to Gubber Blump at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12238,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1142,2,30,25,0,1717,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2220,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mortality Wanes','Find and return Treshala\'s Pendant to Treshala Fallowbrook in Darnassus.','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.','','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?','Return to Treshala Fallowbrook at Cenarion Enclave in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5825,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1143,2,31,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1167,0,0,981,5,0,1500,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Kill Athrikus Narassin and bring his head to Balthule Shadowstrike near 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.','','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.','Return to Balthule Shadowstrike in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5383,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1144,2,30,22,0,1717,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2220,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,6748,6750,6749,0,0,0,1,1,1,0,0,0,470,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Willix the Importer','Escort Willix the Importer to the exit of Razorfen Kraul.','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.','Help Willix the Importer escape from Razorfen Kraul','Thanks again, friend! I told you I\'d make it worth your while.',NULL,'Speak to Willix the Importer at the exit of 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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1145,2,33,29,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1146,3,0,900,0,0,0,0,0,0,5846,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Swarm Grows','Deliver Korran\'s Sealed Note to Belgrom Rockmaul in Orgrimmar.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5846,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1146,2,33,29,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1145,0,0,1147,4,0,1320,0,0,0,0,0,0,5850,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Swarm Grows','Deliver Belgrom\'s Sealed Note to Moktar Krin in Thousand Needles.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5850,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1147,2,35,29,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1146,0,0,0,5,3500,1980,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Swarm Grows','Kill 5 Silithid Searchers, 5 Silithid Hive Drones, and 5 Silithid Invaders and return to Moktar Krin in Thousand Needles.','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?','','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.','Return to Moktar Krin at Ironstone Camp in Thousand Needles.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1148,2,35,28,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,5,0,1980,0,0,0,0,0,0,5877,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parts of the Swarm','Bring 1 Silithid Heart, 5 Silithid Talons, and 3 Intact Silithid Carapaces, to Korran at the Crossroads.','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.','','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.','Return to Korran at the Crossroads in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5855,5854,5853,0,0,0,1,5,3,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1149,2,26,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1150,3,0,660,0,0,0,0,0,0,0,0,6716,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Faith','If you have faith, leap from the planks overlooking Thousand Needles.','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.','','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.','Return to Dorn Plainstalker at Windbreak Canyon 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,1,0,0,0,0,0,0,0,0,12340), (1150,2,30,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1149,0,0,1151,5,0,1500,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Endurance','Bring Grenka\'s Claw to Dorn Plainstalker in Thousand Needles.','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.','','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.','Return to Dorn Plainstalker at Windbreak Canyon in Thousand Needles.',0,0,0,0,0,0,0,0,0,5845,0,0,0,1,0,0,5843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1151,2,30,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1150,0,0,1152,6,0,1860,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,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Strength','Bring Fragments of Rok\'Alim to Dorn Plainstalker in Thousand Needles.','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.','','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.','Return to Dorn Plainstalker at Windbreak Canyon in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5844,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1152,2,30,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1151,0,0,1154,3,0,720,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Lore','Find Braug Dimspirit near the entrance to Talondeep Path in Stonetalon Mountains.','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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1153,2,29,25,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,893,0,0,0,5,2500,1440,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6741,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Ore Sample','Find an Unrefined Ore Sample on a Gravelsnout Digger or Surveyor and bring it to Tatternack Steelforge at Camp Taurajo in the Barrens.','$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.','','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.','Return to Tatternack Steelforge at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5842,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1154,2,30,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1152,0,0,6627,4,0,1140,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Lore','Find the Legacy of the Aspects and return it to Braug Dimspirit near the entrance to Talondeep Path in Stonetalon Mountains.','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.','','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.','Return to Braug Dimspirit near the entrance to Talondeep Path in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5860,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1155,2,55,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' bug crystal side quest','x','x','',NULL,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,12340), (1156,2,58,25,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1159,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,' speak to alchemist pestlezugg','x','x','',NULL,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,12340), (1157,2,57,54,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' pestlezugg needs items','','','',NULL,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,12340), (1158,2,58,54,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' speak to rabine saturna','x','x','',NULL,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,12340), (1159,2,30,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6627,0,0,1160,3,0,720,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Lore','Find Parqual Fintallas in Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1160,2,36,25,0,796,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1159,0,0,6628,7,0,3150,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Lore','Find The Beginnings of the Undead Threat, and return it to Parqual Fintallas in Undercity.','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.','','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.','Return to Parqual Fintallas in Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1161,2,58,55,0,1377,0,0,0,0,0,0,0,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,' gossip shade of ambermoon','x','x','',NULL,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,12340), (1162,2,58,55,0,1377,0,0,0,0,0,0,0,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,' speak to hamuul runetotem','x','x','',NULL,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,12340), (1163,2,58,55,0,1377,0,0,0,0,0,0,0,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,' speak to tyrande whisperwind','x','x','',NULL,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,12340), (1164,2,36,27,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2100,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Steal From Thieves','Bring Kenata, Fardel, and Marcel Dabyrie\'s Heads to Genavie Callow in Undercity.','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.','','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!','Return to Genavie Callow at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5830,5832,5831,0,0,0,1,1,1,0,0,0,0,'','','','',15,1,1,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (1165,0,42,30,0,400,1,0,0,0,0,0,0,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,' Ore for the Races','','','',NULL,NULL,'Return to Fizzle Brassbolts in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1166,2,41,37,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,3450,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Overlord Mok\'Morokk\'s Concern','Overlord Mok\'Morokk in Brackenwall Village wants you to retrieve his grog, snuff and strongbox in Dustwallow Swamp.','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!','','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.','Return to Overlord Mok\'Morokk at Brackenwall Village in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5834,5835,5836,0,0,0,1,1,1,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (1167,2,28,13,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,1143,2,0,330,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tower of Althalaxx','Speak with Balthule Shadowstrike near 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.','','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?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1168,2,41,37,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2760,0,0,0,0,0,0,0,0,0,8,0,0,0,0,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,'Army of the Black Dragon','Tharg in Brackenwall Village wants you to kill 10 Firemane Scouts, 10 Firemane Ash Tails, and 5 Firemane Scalebanes.','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.','','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.','Return to Tharg at Brackenwall Village in Dustwallow Marsh.',4329,4331,4328,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,0,0,1,0,0,0,0,0,0,0,0,12340), (1169,2,41,37,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,4050,0,0,0,0,0,0,0,0,0,8,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,'Identifying the Brood','Draz\'Zilb in Brackenwall Village would like you to bring him 7 Searing Tongues and 7 Searing Hearts.','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...','','\'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...','Return to Draz\'Zilb at Brackenwall Village in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5840,5841,0,0,0,0,7,7,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (1170,2,41,37,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1169,0,0,1171,1,0,270,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,'The Brood of Onyxia','Speak with Overlord Mok\'Morokk in Brackenwall Village.','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.','','Why you tell me \'bout dragons? Me no like dragons. Me like it here. No dragons here.',NULL,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,1,1,1,1,0,0,0,0,0,12340), (1171,2,41,37,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1170,0,0,1172,1,0,270,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,'The Brood of Onyxia','Speak with Draz\'Zilb in Brackenwall Village.','You leave me alone now. Go tell Draz\'Zilb we stay here. No black dragon here.','','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.',NULL,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,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1172,2,41,37,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,6,0,3450,0,0,0,0,0,0,0,0,0,8,0,0,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,'The Brood of Onyxia','Draz\'Zilb in Brackenwall Village wants you to destroy 5 Eggs 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.','','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!','Return to Draz\'Zilb at Brackenwall Village in Dustwallow Marsh.',-20359,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Egg of Onyxia destroyed','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1173,2,45,38,0,15,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,6,0,4200,0,0,0,0,0,0,0,0,0,2,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,'Challenge Overlord Mok\'Morokk','Defeat Mok\'Morokk and report the news to Draz\'Zilb in Brackenwall Village.','You dare challenge Overlord Mok\'Morokk?$b$bHaw!$b$bMe crush tiny $r!$b$bYou tell me when ready for good beating.','Drive Overlord Mok\'Morokk from 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?','Return to Draz\'Zilb 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1174,0,1,1,0,400,0,0,0,0,0,0,0,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,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,'Gnomes Win!','','','',NULL,NULL,'Return to Crazzle Sprysprocket in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1175,2,33,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3500,1740,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,'A Bump in the Road','Kill 10 Saltstone Basilisks, 10 Saltstone Crystalhides and 6 Saltstone Gazers for Trackmaster Zherin on the Shimmering Flats.','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.','','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.','Return to Trackmaster Zherin at Mirage Raceway in Thousand Needles.',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,1,0,0,0,0,0,0,0,0,12340), (1176,2,30,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,4,2500,1140,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Load Lightening','Get 10 Hollow Vulture Bones for Pozzik in the Shimmering Flats.','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.','','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.','Return to Pozzik at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5848,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (1177,2,36,32,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2100,0,0,0,0,0,0,0,0,0,8,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,'Hungry!','Mudcrush Durtfeet in northern Dustwallow wants 8 Mirefin Heads.','Mud big ogre.$b$bMe hungry.$b$bGo bash fishy. Bring Mud food.$b$bYou feed Mud or Mud eat you.','','Me like fishy head!$B$BMe no eat you now.','Gimme food or me eat you.','Return to Mudcrush Durtfeet in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (1178,2,37,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,1180,2,0,540,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,470,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Sponsorship','Speak to Gazlowe at Ratchet in The Barrens.','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!','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1179,2,30,28,0,400,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1500,0,0,0,0,0,0,5849,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Brassbolts Brothers','Bring the crate of crash helmets to Wizzle Brassbolts at Mirage Raceway in Thousand Needles.','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?','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5849,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1180,2,37,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,1181,2,0,540,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,470,21,87,0,0,2,2,-2,0,0,0,0,0,0,0,0,0,0,0,'Goblin Sponsorship','Speak with Wharfmaster Lozgil at Booty Bay in Stranglethorn Vale.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1181,2,37,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,0,0,1182,1,0,210,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,'Goblin Sponsorship','Speak with Baron Revilgaz in Booty Bay.','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.','','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.',NULL,'Speak with Baron Revilgaz at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (1182,2,37,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,0,0,1183,5,4000,2220,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Sponsorship','Bring the Fuel Regulator Blueprints to Baron Revilgaz in Booty Bay.','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.','','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.','Return to Baron Revilgaz at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,5851,0,0,0,1,0,0,5852,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1183,2,37,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,0,0,1186,2,0,540,0,0,0,0,0,0,5852,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Sponsorship','Deliver the Fuel Regulator Blueprints to Pozzik on the Shimmering Flats.','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!','','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?','Return to Pozzik on the Shimmering Flats in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5852,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1184,2,35,28,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1148,0,0,0,3,1800,1020,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parts of the Swarm','Return to Belgrom Rockmaul in Orgrimmar.','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.','','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.',NULL,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,1,2,1,1,0,0,0,0,0,12340), (1185,0,57,54,0,493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6845,0,0,0,3,0,2640,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,609,0,0,0,0,3,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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1186,2,37,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1183,0,0,1187,1,0,210,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,'The Eighteenth Pilot','Speak with Razzeric on the Shimmering Flats in Thousand Needles.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1187,2,41,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186,0,0,1188,5,5500,2760,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Razzeric\'s Tweaking','Retrieve the Seaforium Booster for Razzeric in the Shimmering Flats.','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!','','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.','Return to Razzeric at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5862,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (1188,2,41,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1187,0,0,1189,2,0,660,0,0,0,0,0,0,5862,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Safety First','Bring the Seaforium Booster to Shreev at Gadgetzan in Tanaris.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5862,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1189,2,41,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1188,0,0,0,2,0,660,0,0,0,0,0,0,5865,1,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,470,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Safety First','Return the Modified Seaforium Booster to Razzeric on the Shimmering Flats in Thousand Needles.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5865,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1190,2,41,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1137,0,0,1194,3,0,1380,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,470,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keeping Pace','Have Zamek create a diversion, then steal Rizzle\'s plans for Pozzik on the Shimmering Flats in Thousand Needles.','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.','','Scribbled in a hasty, hurried hand, a scroll of notes and designs for the refinement of some raw material.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1191,0,41,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1190,0,0,0,0,0,0,0,0,0,0,0,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,'Zamek\'s Distraction','','',NULL,'Let\'s go!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1192,0,42,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1194,0,0,0,0,600,0,0,0,0,0,0,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,'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.','Return to Pozzik in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5833,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1193,0,60,56,0,2557,81,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Broken Trap in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15994,3829,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1194,2,41,29,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1190,0,0,0,3,0,1380,0,0,0,0,0,0,5866,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rizzle\'s Schematics','Bring the Sample of Indurium Ore to Pozzik on the Shimmering Flats in Thousand Needles.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1195,2,25,20,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1196,6,3500,1560,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,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sacred Flame','Return a Filled Etched Phial to Zangen Stonehoof in Thunder Bluff.','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.','','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.','Return to Zangen Stonehoof at The Golden Plains in Mulgore.',0,0,0,0,0,0,0,0,5867,0,0,0,1,0,0,0,0,5868,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1196,2,29,20,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1195,0,0,1197,2,0,360,0,0,0,0,0,0,5868,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sacred Flame','Deliver the Filled Etched Phial to Rau Cliffrunner at the Freewind Post.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5868,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1197,2,29,20,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1196,0,0,0,5,0,1440,0,0,0,0,0,0,5868,1,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sacred Flame','Retrieve the Cloven Hoof for Rau Cliffrunner at the Freewind Post.','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.','','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?','Return to Rau Cliffrunner at Freewind Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5869,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1198,2,24,18,0,719,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,7,0,1740,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,529,69,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Thaelrid','Seek out Argent Guard Thaelrid in Blackfathom Deeps.','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.','','Dawnwatcher Shaedlass was good to send you. There is indeed a wicked plot underway in this corrupted place.',NULL,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,2,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1199,2,25,20,0,719,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1860,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6998,7000,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,69,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Falls','Bring 10 Twilight Pendants to Argent Guard Manados in Darnassus.','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.','','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?','Return to Argent Guard Manados at Craftsmen\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5879,0,0,0,0,0,10,0,0,0,0,0,2,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1200,2,27,18,0,719,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1198,0,0,0,7,6500,1980,0,0,0,0,0,0,0,0,0,8,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,529,69,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Villainy','Bring the head of Twilight Lord Kelris to Dawnwatcher Selgorm in Darnassus.','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.','','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.','Return to Dawnwatcher Selgorm in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5881,0,0,0,0,0,1,0,0,0,0,0,2,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1201,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1202,5,0,1980,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Theramore Spies','Kill 9 Theramore Infiltrators, then return to Nazeer Bloodpike in Brackenwall Village.','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!','','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?','Return to Nazeer Bloodpike at Brackenwall Village in Dustwallow Marsh.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1202,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1201,0,0,0,5,0,1980,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Theramore Docks','Bring the Captain\'s Documents to Nazeer Bloodpike in Brackenwall Village.','$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.','','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.','Return to Nazeer Bloodpike at Brackenwall Village in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1203,2,35,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,6,3500,2460,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jarl Needs a Blade','Bring Razorspine\'s Sword to \"Swamp Eye\" Jarl at Swamplight Manor.','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...','','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??','Return to \"Swamp Eye\" Jarl at Swamplight Manor in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33110,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1204,2,38,33,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1260,0,0,1258,5,0,2340,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mudrock Soup and Bugs','Bring 8 Forked Mudrock Tongues to Morgan Stern in Theramore.','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...','','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?','Return to Morgan Stern at Theramore Isle in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5883,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1205,2,41,35,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2760,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadmire','Bring Deadmire\'s Tooth to Melor in Thunder Bluff.','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.','','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?','Return to Melor Stonehoof at Hunter Rise in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5945,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (1206,2,35,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,1203,5,0,1980,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,'Jarl Needs Eyes','Bring 20 Unpopped Darkmist Eyes to \"Swamp Eye\" Jarl at the Swamplight Manor.','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?','','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?','Return to \"Swamp Eye\" Jarl at Swamplight Manor in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5884,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1218,2,35,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,3,0,1020,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Marsh Frog Legs','Bring 10 Marsh Frog Legs to \"Swamp Eye\" Jarl in Dustwallow Marsh.','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?','','Ah, that\'s the spice! Now here\'s some swampy good stew.','Spice. We could all use some spice in our life. You agree?','Return to \"Swamp Eye\" Jarl at Witch Hill in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33202,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (1219,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1220,2,0,480,0,0,0,0,0,0,5917,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Orc Report','Bring the Spy\'s Report to Lieutenant Aden in Theramore.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5917,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1220,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1219,0,0,0,5,0,1980,0,0,0,0,0,0,5917,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Vimes','Bring the Spy\'s Report to Captain Garran 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.','','A report from an orc spy! How did you find this? No matter -- let\'s see what it says...','You have something for me?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5917,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1221,2,26,20,0,1717,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1920,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6755,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blueleaf Tubers','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.','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.','','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?','Return to Mebok Mizzyrix in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5876,5880,5897,6684,0,0,6,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1222,2,37,30,0,15,84,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,1271,-1222,0,5,4000,2220,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,3825,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stinky\'s Escape','Escort \"Stinky\" Ignatz, then speak with Morgan Stern in Theramore.','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?','Help Stinky find Bogbean Leaves','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!','Return to Morgan Stern at Dreadmurk Shore 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,1,0,0,0,0,0,0,0,0,12340), (1238,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1500,0,0,0,0,0,0,5917,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Report','Bring the Spy\'s Report to Nazeer Bloodpike in Brackenwall Village.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5917,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1239,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1238,0,0,1240,4,0,1500,0,0,0,0,0,0,5918,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Severed Head','Bring the Defiant Orc Head to Nazeer Bloodpike in Brackenwall Village.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5918,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1240,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,5,0,1980,0,0,0,0,0,0,5918,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Troll Witchdoctor','Take the Defiant Orc Head to Kin\'weelay in the Grom\'gol Base Camp in Stranglethorn Vale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5918,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1241,2,28,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1274,0,0,1242,1,0,150,0,0,0,0,0,0,5948,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Find Jorgen in Stormwind City.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5948,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1242,2,28,28,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1241,0,0,1243,1,0,150,0,0,0,0,0,0,5946,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Delivery Jorgen\'s Sealed Note to Elling Trias in Stormwind City.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5946,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1243,2,28,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1242,0,0,1244,1,0,150,0,0,0,0,0,0,5960,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Give the Sealed Note to Watcher Backus in Duskwood.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5960,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1244,2,30,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1243,0,0,1245,5,0,1500,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,'The Missing Diplomat','Find the Defias Docket and return it to Watcher Backus in Duskwood.','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.','','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.','Return to Watcher Backus at Darkshire in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5947,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1245,2,30,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1244,0,0,1246,1,0,150,0,0,0,0,0,0,5947,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Bring the Defias Docket to Elling Trias in Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5947,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1246,2,31,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1245,0,0,1447,1,0,150,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,'The Missing Diplomat','Speak to Dashel Stonefist in Stormwind.','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.','','What?!$B$BYou come into me alley and ask questions about me personal business? Business which you obviously have nothing to do with.',NULL,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,14,0,0,0,0,0,0,0,0,12340), (1247,2,31,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1447,0,0,1248,1,0,150,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,'The Missing Diplomat','Speak to Elling Trias in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1248,2,33,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1247,0,0,1249,2,0,420,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Speak to Mikhail in the Wetlands.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1249,2,33,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1248,1264,0,0,3,0,900,0,0,0,0,0,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Subdue Tapoke Jahn before he escapes, and then return to Mikhail in Menethil.','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.','Defeat Tapoke Jahn','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.','Return to Mikhail at the Deepwater Tavern 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,1,0,0,0,0,0,0,0,0,12340), (1250,2,33,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1249,0,0,1264,1,0,180,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,'The Missing Diplomat','Speak to Mikhail in the Wetlands.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1251,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,2,0,480,0,0,0,0,0,0,5919,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Bring the Blackened Iron Shield to Krog in Brackenwall Village.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (1252,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,2,0,480,0,0,0,0,0,0,5950,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lieutenant Paval Reethe','Bring Reethe\'s Badge to Captain Garran Vimes in Theramore.','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\".','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5950,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1253,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,2,0,480,0,0,0,0,0,0,5919,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Bring the Blackened Iron Shield to Captain Garran Vimes in Theramore.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1258,2,40,33,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1204,1271,-1222,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6801,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'... and Bugs','Bring 12 Pristine Crawler Legs to Morgan Stern in Theramore.','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?','','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?','Return to Morgan Stern at Theramore Isle in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5938,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1259,2,40,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1252,0,0,1285,1,0,270,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,'Lieutenant Paval Reethe','Find out more about Reethe from Adjutant Tesoran in Theramore.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1260,2,38,33,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1204,2,0,600,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morgan Stern','Speak with Morgan Stern in Theramore.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1261,2,40,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1240,0,0,1262,5,0,2640,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marg Speaks','Bring the Jeweled Pendant to Nazeer in Brackenwall Village.','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!','','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?','Return to Nazeer Bloodpike at Brackenwall Village in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5942,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1262,2,40,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,5,0,2640,0,0,0,0,0,0,5942,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Zor','Bring the Jeweled Pendant to Zor Lonetree in Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5942,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1263,0,35,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Burning Inn ','','',NULL,NULL,NULL,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,12340), (1264,2,33,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1249,0,0,1265,3,0,900,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Find Commander Samaul in Dustwallow Marsh.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1265,2,35,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1264,0,0,1266,1,0,210,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Search Sentry Point for any sign of Private Hendel.','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.','Sentry Point explored','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?','Return to Archmage Tervosh 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,1,0,0,0,0,0,0,0,0,12340), (1266,2,36,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1265,0,0,0,2,0,510,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Find Private Hendel in Dustwallow Marsh.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1267,0,38,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,7,13000,3450,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6757,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,7,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1268,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1020,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,'Suspicious Hoofprints','Report about the suspicious prints at the Shady Rest Inn to Krog in Brackenwall Village.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1269,2,37,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,540,0,0,0,0,0,0,5950,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lieutenant Paval Reethe','Bring Reethe\'s Badge to Krog in Brackenwall Village.','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\".','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5950,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (1270,2,37,30,0,15,84,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4000,2220,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,3825,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stinky\'s Escape','Escort \"Stinky\" Ignatz, then speak with Mebok Mizzyrix in Ratchet.','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?','Help Stinky find Bogbean Leaves','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.',NULL,'Return to Mebok Mizzyrix 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1271,0,37,30,0,15,0,0,0,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,8,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,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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1272,0,37,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding Reethe ','','',NULL,NULL,NULL,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,12340), (1273,2,37,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1269,0,0,0,6,0,2760,0,0,0,0,0,0,0,0,0,2,2,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,'Questioning Reethe','Go with Ogron to speak with Reethe, then return to Krog in Brackenwall Village.','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.','Question Reethe with Ogron','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?','Return to Krog 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,1,0,0,0,0,0,0,0,0,12340), (1274,2,28,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1241,1,0,150,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,'The Missing Diplomat','Find Bishop DeLavey in Stormwind Keep.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1275,2,24,18,0,719,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3765,0,0,0,7,3500,1740,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Researching the Corruption','Gershala Nightwhisper in Auberdine wants 8 Corrupt Brain stems.','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.','','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.','Return to Gershala Nightwhisper at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5952,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1276,2,37,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1323,0,0,0,3,0,1140,0,0,0,0,0,0,5919,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Show the Blackened Iron Shield to Mosarn in Thunder Bluff.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,0,0,12340), (1277,2,40,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Centaur Hoofprints','Beat down.','Kagoro has revealed that the centaur hoofprints belong to some chumps in Mauradon.','',NULL,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,12340), (1278,2,45,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Grim Totem Clan','','','',NULL,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,12340), (1279,2,0,0,0,0,0,0,0,0,0,0,0,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,' The Centaur Hoofprints','','Finish one of the three.','',NULL,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,12340), (1280,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Centaur Hoofprints','','','',NULL,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,12340), (1281,0,35,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jim\'s Song ','','',NULL,NULL,NULL,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,12340), (1282,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1282,11123,1,0,210,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,'They Call Him Smiling Jim','Speak with Captain Garran Vimes on the top floor of Foothold Citadel.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1283,0,35,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire at the Shady Rest ','','','',NULL,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,12340), (1284,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1020,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,'Suspicious Hoofprints','Report about the suspicious prints at the Shady Rest Inn to Captain Garran Vimes in Theramore.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1285,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1259,0,0,1286,1,0,240,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,'Daelin\'s Men','Return the information about Reethe to Captain Garran Vimes in Theramore.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1286,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1285,0,0,1287,5,0,2340,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,'The Deserters','Get information about Reethe from Balos Jacken and the deserters in Dustwallow Marsh.','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.','','Did Vimes send you? Couldn\'t do his dirty work himself, could he...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1287,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1286,0,0,0,5,0,2340,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,'The Deserters','Speak with Captain Garran Vimes in Theramore about Reethe.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1288,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1289,1,0,240,0,0,0,0,0,0,6075,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vimes\'s Report','Bring Vimes\'s Report to Lady Jaina Proudmoore in Theramore.','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.','',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6075,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1289,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1288,0,0,1390,1,0,240,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,' Vimes\'s Report','Return to Captain Garran Vimes in Theramore.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (1290,2,1,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Investigating Mosarn','Talkie.','Talk to Guard Komak. Asking questions gets you killed.','',NULL,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,12340), (1291,0,0,0,0,0,0,0,0,0,0,0,0,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,' Centaur Hoofprints','','','',NULL,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,12340), (1292,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Centaur Hoofprints','','','',NULL,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,12340), (1293,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Centaur Hoofprints','','','',NULL,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,12340), (1294,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Centaur Sympathies','','','',NULL,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,12340), (1295,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Course of Action','','','',NULL,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,12340), (1296,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Course of Action','','','',NULL,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,12340), (1297,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Course of Action','','','',NULL,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,12340), (1298,0,0,0,0,0,0,0,0,0,0,0,0,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,' Thrall\'s Dirty Work','','','',NULL,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,12340), (1299,2,0,0,0,0,0,0,0,0,0,0,0,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,' Thrall\'s Dirty Work','','','',NULL,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,12340), (1300,2,0,0,0,0,0,0,0,0,0,0,0,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,' Lorn Grim Totem','','','',NULL,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,12340), (1301,2,35,30,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1302,2,0,480,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,'James Hyal','Speak with Vincent Hyal in Menethil Harbor.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1302,2,35,30,0,11,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1301,0,1282,0,2,0,480,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,'James Hyal','Speak with Clerk Lendry at Foothold Citadel in Theramore.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1318,2,60,56,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,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,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,'Unfinished Gordok Business','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.','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!','',NULL,NULL,'Return to Captain Kromcrush at Fenris Isle in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18336,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1319,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1253,0,0,1320,1,0,210,0,0,0,0,0,0,5919,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Show the Blackened Iron Shield to Caz Twosprocket in Theramore.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1320,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1319,0,0,0,3,0,1020,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,'The Black Shield','Speak with Captain Garran Vimes in Theramore.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1321,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1251,0,0,1322,1,0,210,0,0,0,0,0,0,5919,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Shield','Show the Blackened Iron Shield to Do\'gol in Brackenwall Village.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (1322,2,37,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1321,0,0,1323,5,0,2220,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,'The Black Shield','Acquire 5 Acidic Venom Sacs for Do\'gol in Brackenwall Village.','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.','','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?','Return to Do\'gol at Brackenwall Village in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1323,2,37,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1322,0,0,0,3,0,1140,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,'The Black Shield','Talk with Krog in Brackenwall Village.','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.','','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...',NULL,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,1,1,0,0,0,0,0,0,0,12340), (1324,2,38,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1266,0,0,0,4,0,1740,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Defeat Private Hendel in Dustwallow Marsh.','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.','Subdue Private Hendel','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.','Return to Archmage Tervosh 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,1,0,0,0,0,0,0,0,0,12340), (1338,2,14,9,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,600,0,0,0,0,0,0,5998,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormpike\'s Order','Bring Stormpike\'s Request to Furen Longbeard in Stormwind.','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?','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5998,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1339,2,15,9,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1338,3,0,3300,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mountaineer Stormpike\'s Task','Speak with Mountaineer Stormpike.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1358,2,15,10,0,1497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1359,0,0,0,5,0,660,0,0,0,0,0,0,6016,1,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sample for Helbrim','Bring the Wolf Heart Sample to Apothecary Helbrim in the Barrens.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6016,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1359,2,15,10,0,1497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3221,0,0,1358,1,0,60,0,0,0,0,0,0,10283,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zinge\'s Delivery','Bring the Wolf Heart Samples to Apothecary Zinge in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10283,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1360,2,43,33,0,1517,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6000,3000,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaimed Treasures','Get Krom Stoutarm\'s treasured possession from his chest in the North Common Hall of Uldaman, and bring it to him in Ironforge.','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.','','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?','Return to Krom Stoutarm in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8027,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1361,2,32,30,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1362,2,0,390,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,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Regthar Deathgate','Speak with Regthar Deathgate in the Barrens.','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.','','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?',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,1,0,0,0,0,0,0,0,0,12340), (1362,2,32,30,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,390,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,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Kolkar of Desolace','Speak with Felgur Twocuts at Ghost Walker Post in 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1363,2,41,37,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1364,1,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mazen\'s Behest','Speak with Acolyte Dellis in Stormwind.','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?','','It wasn\'t my fault. Really it wasn\'t.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1364,2,41,37,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2760,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mazen\'s Behest','Retrieve Khadgar\'s Essays on Dimensional Convergence and deliver them to Watcher Mahar Ba in Nethergarde Keep.','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?','','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?','Return to Watcher Mahar Ba at Nethergarde Keep in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6065,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1365,2,35,30,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,2460,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Khan Dez\'hepah','Bring Khan Dez\'hepah\'s Head to Felgur Twocuts in Desolace.','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.','','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?','Return to Felgur Twocuts at Ghost Walker Post in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6066,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1366,2,31,30,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1365,0,0,0,7,0,2280,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bounty','Bring 15 Centaur Ears to Felgur Twocuts in Desolace.','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.','','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?','Return to Felgur Twocuts at Ghost Walker Post in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6067,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1367,2,33,30,0,405,0,0,0,0,690,0,0,93,0,3000,0,0,0,0,0,0,1369,0,1369,2,0,420,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,92,93,0,0,0,-5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Magram Alliance','Gain a Friendly reputation with the Magram, then speak with Warug.','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.','','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.','Speak with Warug at Magram Village 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1368,2,33,30,0,405,0,0,0,0,690,0,0,92,0,3000,0,0,0,0,0,0,1370,0,1370,2,0,420,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,93,92,0,0,0,-5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Gelkis Alliance','Gain a Friendly reputation with the Gelkis, then speak with Uthek the Wise.','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.','','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.','Speak with Uthek the Wise at Gelkis Village 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,1,0,0,0,0,0,0,0,0,12340), (1369,2,33,30,0,405,0,0,0,0,0,0,0,93,0,3000,0,0,0,0,0,0,0,0,1371,5,0,1740,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,'Broken Tears','Maintain your reputation with the Magram, and bring 3 Broken Tears to Warug in the Magram Village.','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!','','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!','Return to Warug at Magram Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6083,0,0,0,0,0,3,0,0,0,0,0,0,'Tears Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1370,2,35,30,0,405,0,0,0,0,0,0,0,92,0,3000,0,0,0,0,0,0,0,0,1373,3,0,1020,0,0,0,0,0,0,0,0,0,8,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,'Stealing Supplies','Bring 6 bags of Crudely Dried Meat to Uthek the Wise in the Gelkis Village.','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.','','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!','Return to Uthek the Wise at Gelkis Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6069,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1371,2,35,30,0,405,0,0,0,0,0,0,0,93,0,3000,0,0,0,0,0,1369,0,0,0,4,0,1500,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,'Gizmo for Warug','Maintain your reputation with the Magram, and bring an Advanced Target Dummy to Warug in the Magram Village in Desolace.','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!','','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!','Return to Warug at Magram Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4392,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1372,2,42,37,0,10,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1383,1,0,300,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,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nothing But The Truth','Speak with Apothecary Faustin at Beggar\'s Haunt.','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.','','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?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1373,2,37,30,0,405,0,0,0,0,0,0,0,92,0,3000,0,0,0,0,0,1370,0,0,1374,5,0,2220,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,'Ongeku','Maintain your reputation with the Gelkis, and bring a Draenethyst Shard to Uthek the Wise in the Gelkis Village in Desolace.','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.','','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.','Return to Uthek the Wise at Gelkis Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6190,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (1374,2,37,30,0,405,0,0,0,0,0,0,0,92,0,3000,0,0,0,0,0,1373,0,0,1380,5,0,2220,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,'Khan Jehn','Bring the Khan Jehn\'s Head to Uthek the Wise in the Gelkis Village in Desolace.','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!','','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.','Return to Uthek the Wise at Gelkis Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6072,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1375,2,37,30,0,405,0,0,0,0,0,0,0,93,0,3000,0,0,0,0,0,1371,0,0,1381,5,0,2220,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,'Khan Shaka','Maintain your reputation with the Magram, and bring the Head of Khan Shaka to Warug in the Magram Village in Desolace.','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!','','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.','Return to Warug at Magram Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6073,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1380,2,42,30,0,405,0,0,0,0,0,0,0,92,0,3000,0,0,0,0,0,1374,0,0,0,6,0,3600,0,0,0,0,0,0,0,0,0,8,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,'Khan Hratha','Maintain your reputation with the Gelkis, and bring the Maraudine Key Fragment to Uthek the Wise in the Gelkis Village.','$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...','','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?','Return to Uthek the Wise at Gelkis Village in Desolace.',0,0,0,0,0,0,0,0,0,6074,0,0,0,1,0,0,6077,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1381,2,42,30,0,405,0,0,0,0,0,0,0,93,0,3000,0,0,0,0,0,1375,0,0,0,6,0,3600,0,0,0,0,0,0,0,0,0,8,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,'Khan Hratha','Maintain your Magram reputation, and bring the Maraudine Key Fragment to Warug in the Magram Village in Desolace.','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...','','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!','Return to Warug at Magram Village in Desolace.',0,0,0,0,0,0,0,0,0,6074,0,0,0,1,0,0,6077,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1382,2,35,30,0,405,0,0,0,0,1101,0,0,92,0,3000,0,0,0,0,0,0,0,0,1384,4,0,1500,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,93,92,0,0,0,-7,5,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Alliance','Gain a Friendly reputation with the Gelkis, then speak with Uthek the Wise.','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.','','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.','Return to Uthek the Wise at Gelkis Village 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,1,0,0,0,0,0,0,0,0,12340), (1383,2,42,37,0,10,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1372,0,0,0,6,0,3600,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nothing But The Truth','Apothecary Faustin at Beggar\'s Haunt needs 5 Shadow Panther Hearts, Mire Lord Fungus and some Green Whelp Blood.','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!','','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','Return to Apothecary Faustin at Manor Mistmantle in Duskwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6080,6081,6082,0,0,0,5,1,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1384,2,32,30,0,405,0,0,0,0,1101,0,0,92,0,3000,0,0,0,0,0,1382,1370,0,1370,5,0,1620,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,'Raid on the Kolkar','Maintain your reputation with the Gelkis, and bring 10 Crude Charms to Uthek the Wise in the Gelkis Village in Desolace.','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!','','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?','Return to Uthek the Wise at Gelkis Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6079,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1385,2,35,30,0,405,0,0,0,0,1101,0,0,93,0,3000,0,0,0,0,0,0,0,0,1386,4,0,1500,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,93,92,0,0,0,5,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Brutal Politics','Gain a Friendly reputation with the Magram, then speak with Warug.','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.','','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.','Speak with Warug in Magram Village in 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,1,0,0,0,0,0,0,0,0,12340), (1386,2,32,30,0,405,0,0,0,0,1101,0,0,93,0,3000,0,0,0,0,0,1385,1369,0,1369,5,0,1620,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,'Assault on the Kolkar','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 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!','','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!','Return to Warug at Magram Village in Desolace.',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,1,0,0,0,0,0,0,0,0,12340), (1387,2,31,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2280,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bounty','Bring 15 Centaur Ears to Corporal Melkins at Nijel\'s Point in Desolace.','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.','','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?','Return to Corporal Melkins at Nijel\'s Point in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6067,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1388,2,42,37,0,10,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1383,0,0,1391,1,0,300,0,0,0,0,0,0,6086,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nothing But The Truth','Give Faustin\'s Truth Serum to Deathstalker Zraedus at Beggar\'s Haunt.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6086,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1389,2,35,30,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1980,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,'Draenethyst Crystals','Bring 6 Draenethyst crystals to Magtoor at The Harborage in the Swamp of Sorrows.','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.','','Thank you, $N. We, are in your debt.','Do you have the crystals?','Return to Magtoor in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6071,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1390,2,1,1,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1397,5,0,60,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,' Oops, We Killed Them Again.','','','','Thanks for the done work!','NULL',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,1,0,0,0,0,0,0,0,0,12340), (1391,2,42,37,0,10,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1388,0,0,0,4,0,2160,0,0,0,0,0,0,6089,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nothing But The Truth','Take Zraedus\'s Brew to Infiltrator Marksen in Stonard.','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...','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6089,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1392,2,39,29,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1860,0,0,0,0,0,0,6196,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noboru the Cudgel','Bring Noboru\'s Cudgel to the leader of The Harborage in the Swamp of Sorrows.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6196,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (1393,2,38,30,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8500,2340,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,6828,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,67,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Galen\'s Escape','Escort Galen out of danger, then find his camp in the Swamp of Sorrows and open his strongbox.','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 the Fallow Sanctuary.','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...',NULL,'Find Galen\'s Strongbox at the Pool of Tears 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,1,0,0,0,0,0,0,0,0,12340), (1394,2,36,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6628,0,0,0,7,0,3150,0,0,0,0,0,0,0,0,0,8,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,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Final Passage','Speak to Dorn Plainstalker in Thousand Needles.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1395,2,45,40,0,10,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,4,5000,2520,0,0,0,0,0,0,6091,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplies for Nethergarde','Bring the Crate of Powerstones to Quartermaster Lungertz, before the powerstones expire.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6091,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1396,2,37,30,0,8,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1421,5,0,2220,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encroaching Wildlife','Kill 8 Young Sawtooth Crocolisks, 10 Sorrow Spinners and 10 Swamp Jaguars then return to Watcher Biggs in the Swamp of Sorrows.','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!','','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!','Return to Watcher Biggs in Swamp of Sorrows.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1397,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,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Saved!','','','',NULL,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,12340), (1398,2,42,30,0,8,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1421,0,0,1425,5,0,2880,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Driftwood','Bring 8 pieces of Sundried Driftwood to Watcher Biggs in the Swamp of Sorrows.','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.','','This wood is light, but tough. Thank you, $N. It will work nicely.','Did you find any driftwood, $N?','Return to Watcher Biggs in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6146,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1418,2,35,30,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1420,3,0,1020,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neeka Bloodscar','Speak with 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1419,2,40,30,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2640,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coyote Thieves','Bring 30 Coyote Jawbones to Neeka Bloodscar in Kargath.','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.','','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?','Return to Neeka Bloodscar at Apocryphan\'s Rest in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1420,2,40,30,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1980,0,0,0,0,0,0,6167,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Helgrum','Bring Neeka\'s Report to Helgrum the Swift in Stonard.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6167,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1421,2,35,30,0,8,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1396,0,0,1398,5,0,1980,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Caravan','Find the Caravan Chest in the Fallow Sanctuary, obtain the Wizards\' Reagents and bring to Watcher Biggs.','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.','','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?','Return to Watcher Biggs in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6170,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1422,2,45,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,699,0,0,1426,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,'Threat From the Sea','Speak to Katar in the Swamp of Sorrows.','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.','','Be silent a moment, $C. Even over the dull roar of the sea you can still hear those disgusting gurgles from the fish men.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1423,1,40,30,0,8,0,0,0,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,6172,1,0,0,0,0,0,0,0,6827,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Supplies','Bring the Lost Supplies to Quartermaster Lungertz.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6172,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1424,2,43,38,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1429,6,12000,3750,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pool of Tears','Fel\'zerul in Stonard wants you to gather 5 Atal\'ai Artifacts.','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.','','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.','Return to Fel\'zerul in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6175,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1425,2,42,30,0,8,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1398,0,0,0,4,0,2160,0,0,0,0,0,0,6178,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliver the Shipment','Bring the Shipment to Nethergarde to Quartermaster Lungertz in Nethergarde Keep.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6178,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1426,2,43,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1422,0,0,1427,6,0,3750,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Threat From the Sea','Kill 10 Marsh Murlocs, 10 Marsh Inkspewer, and 10 Marsh Flesheater, then return to Katar in the Swamp of Sorrows.','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?','','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.','Return to Katar in Swamp of Sorrows.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1427,2,43,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1426,0,0,0,5,0,3000,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Threat From the Sea','Speak with Tok\'Kar in the Swamp of Sorrows.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1428,2,45,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1427,0,0,0,5,0,3300,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Continued Threat','Kill 10 Marsh Inkspewers, 10 Marsh Flesheaters, and 10 Marsh Oracles, then return to Katar in the Swamp of Sorrows.','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.','','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.','Return to Katar in Swamp of Sorrows.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1429,2,44,38,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1424,0,0,1444,5,0,3150,0,0,0,0,0,0,6193,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Atal\'ai Exile','Bring the Bundle of Atal\'ai Artifacts to the Atal\'ai Exile in the Hinterlands.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6193,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1430,2,44,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3150,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,9681,9682,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh Meat','Bring 10 Monstrous Crawler Legs to Dar in the Swamp of Sorrows.','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.','','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.','Return to Dar at Stonard in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1431,2,30,30,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1432,2,0,360,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,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance Relations','Speak to Keldran in Orgrimmar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1432,2,30,30,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1431,0,0,0,3,0,720,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance Relations','Speak to Takata Steelblade in Desolace.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1433,2,33,30,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1432,0,0,1435,1,0,180,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,'Alliance Relations','Speak to Maurin Bonesplitter in Desolace.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1434,2,33,25,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1740,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Befouled by Satyr','Slay 7 Hatefury Rogues, 7 Hatefury Felsworn, 7 Hatefury Betrayers, and 7 Hatefury Hellcallers, and return to Takata Steelblade in Desolace.','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.','','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.','Return to Takata Steelblade at Ghost Walker Post in Desolace.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1435,2,33,25,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1433,0,0,0,5,0,1740,0,0,0,0,0,0,6436,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Burning of Spirits','Return the Burning Gem and 15 Infused Burning Gems to Maurin Bonesplitter in Desolace.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6436,6435,0,0,0,0,1,15,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1436,2,33,30,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1435,0,0,0,5,0,1740,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance Relations','Speak to Keldran in Orgrimmar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1437,2,33,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1465,4,0,1320,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vahlarriel\'s Search','Find and search Tyranis and Dalinda Malem\'s wagon in Desolace.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1438,2,33,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1465,0,0,1439,5,0,1740,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vahlarriel\'s Search','Find Dalinda Malem in Desolace.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1439,2,33,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,5,0,1740,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Search for Tyranis','Find Tyranis Malem in Desolace.','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.','','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.','Return to Dalinda Malem in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6767,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1440,2,33,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1439,0,0,0,6,0,2160,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,9687,9698,9699,11884,0,0,1,1,1,1,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Vahlarriel','Escort Dalinda Malem from Thunder Axe Fortress and then return to Vahlarriel Demonslayer in Desolace.','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.','Rescue Dalinda Malem','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.',NULL,'Return to Vahlarriel Demonslayer at Nijel\'s Point 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,1,0,0,0,0,0,0,0,0,12340), (1441,2,33,30,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,21600,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,'','','','',NULL,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,12340), (1442,2,22,20,0,-141,81,0,0,2,1101,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,264,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,0,0,'Seeking the Kor Gem','Bring a Kor Gem to Thundris Windweaver in Darkshore.','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.','','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.','Return to Thundris Windweaver at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6995,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1443,2,1,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Shakedown','','','',NULL,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,12340), (1444,2,44,38,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1429,0,0,1445,5,0,3150,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Fel\'Zerul','Return to Fel\'Zerul in Stonard.','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....','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1445,2,50,38,0,1417,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1444,0,0,0,7,0,6000,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Temple of Atal\'Hakkar','Collect 20 Fetishes of Hakkar and bring them to Fel\'Zerul in Stonard.','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!','','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!','Return to Fel\'zerul in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6181,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1446,2,53,38,0,1417,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,6900,0,0,0,0,0,0,0,0,0,8,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,'Jammal\'an the Prophet','The Atal\'ai Exile in The Hinterlands wants the Head of Jammal\'an.','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.','','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.','Return to Atal\'ai Exile at Shadra\'Alor in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6212,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1447,2,31,28,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1246,0,0,1247,3,0,780,0,0,0,0,0,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Diplomat','Defeat Dashel Stonefist in Stormwind.',' 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','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?','Speak to Dashel Stonefist 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,11,0,0,0,0,0,0,0,0,12340), (1448,2,43,38,0,1519,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1449,5,0,3000,0,0,0,0,0,0,0,0,0,12,2,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of The Temple','Brohann Caskbelly in Stormwind wants you to search for the Temple of Atal\'Hakkar.','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.','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!','Return to Brohann Caskbelly 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,1,0,0,0,0,0,0,0,0,12340), (1449,2,43,38,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1448,0,0,1450,3,0,1500,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,'To The Hinterlands','Speak with High Thane Falstad Wildhammer at Aerie Peak in 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1450,2,43,38,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1449,0,0,1451,2,0,780,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,'Gryphon Master Talonaxe','Speak with Gryphon Master Talonaxe inside the Aerie Peak Aviary.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1451,2,43,38,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1450,0,0,1452,3,0,1500,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,'Rhapsody Shindigger','Seek out Rhapsody Shindigger in The Hinterlands.','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...','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1452,2,43,38,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,5,0,3000,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,'Rhapsody\'s Kalimdor Kocktail','Rhapsody Shindigger in The Hinterlands wants you to bring him 3 Roc Gizzards, 3 Groddoc Livers and 3 Ironfur Livers.','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!','','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!','Return to Rhapsody Shindigger in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6257,6258,6259,0,0,0,3,3,3,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1453,2,33,30,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,900,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaimers\' Business in Desolace','Speak to Kreldig Ungor at Nijel\'s Point 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.','','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. ',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1454,2,39,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1453,0,0,1455,5,0,2460,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Karnitol Shipwreck','Find Karnitol\'s Chest in Desolace.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1455,2,39,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1454,0,0,1456,3,0,1260,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Karnitol Shipwreck','Return to Kreldig Ungor at Nijel\'s Point in Desolace.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1456,2,39,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1455,0,0,1457,5,0,2460,0,0,0,0,0,0,34130,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Karnitol Shipwreck','Find Karnitol\'s Satchel and return it to Kreldig Ungor in Desolace.','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.','','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.','Return to Kreldig Ungor at Nijel\'s Point in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6245,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1457,2,39,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1456,0,0,0,4,0,1860,0,0,0,0,0,0,6245,1,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,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Karnitol Shipwreck','Bring Karnitol\'s Satchel to Roetten Stonehammer in Ironforge.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6245,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1458,2,33,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1453,0,0,1459,5,3500,1740,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reagents for Reclaimers Inc.','Bring 10 Hatefury Claws, and 10 Hatefury Horns to Kreldig Ungor in Desolace.','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.','','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.','Return to Kreldig Ungor at Nijel\'s Point in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6246,6247,0,0,0,0,10,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1459,2,35,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1458,0,0,1466,5,2500,1980,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reagents for Reclaimers Inc.','Bring 7 vials of Scorpashi Venom and 3 Aged Kodo Hides to Kreldig Ungor in Desolace.','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.','','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.','Return to Kreldig Ungor at Nijel\'s Point in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6248,6249,0,0,0,0,7,3,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1460,2,37,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (1461,2,37,30,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (1462,0,4,4,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,-1520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,4,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,'Earth Sapta','Speak to Seer Ravenfeather for another Earth Sapta.','','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (1463,0,4,4,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,-1517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,'Earth Sapta','Speak to Canaga Earthcaller for another Earth Sapta.','','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (1464,0,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,-1526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'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.',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,1,0,0,0,0,0,0,0,0,12340), (1465,2,33,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1437,0,0,1438,4,0,1320,0,0,0,0,0,0,6479,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vahlarriel\'s Search','Return the Malem Pendant to Vahlarriel Demonslayer at Nijel\'s Point in Desolace.','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.','','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.',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6479,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1466,2,40,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1459,0,0,1467,5,3500,2640,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reagents for Reclaimers Inc.','Bring 10 Felhound Brains, 10 Nether Wings, and 10 vials of Doomwarder Blood to Kreldig Ungor in Desolace.','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.','','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.','Return to Kreldig Ungor at Nijel\'s Point in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6250,6251,6252,0,0,0,10,10,10,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1467,2,40,30,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1466,0,0,0,5,3500,2640,0,0,0,0,0,0,6253,1,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reagents for Reclaimers Inc.','Bring Leftwitch\'s Package back to Roetten Stonehammer in Ironforge.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6253,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1468,2,-1,10,0,-284,0,0,0,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,18598,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Children\'s Week','Use the Human Orphan Whistle to talk with the child you will be looking after during 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.','','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;.',NULL,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,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1469,2,43,38,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1452,0,0,1475,4,0,2280,0,0,0,0,0,0,6287,1,0,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rhapsody\'s Tale','Bring the Atal\'ai Tablet Fragment to Brohann Caskbelly in Stormwind.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6287,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1470,2,-1,1,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,688,7763,0,0,0,0,0,0,0,16392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Piercing the Veil','Bring Venya Marthand 3 Rattlecage Skulls.','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.','','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.','Return to Venya Marthand at Night Web\'s Hollow in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6281,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1471,2,-1,10,0,-61,0,0,0,256,16,0,0,0,0,0,0,0,0,0,0,1473,0,0,0,4,0,99300,697,11520,0,0,0,0,6284,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Binding','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.','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.','','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.','Return to Carendin Halgar in Tirisfal Glades.',5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6284,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1472,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,1472,1476,1,0,13200,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,'Devourer of Souls','Speak with Godrick Farsan in the Temple of the Damned.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1473,2,-1,10,0,-61,0,0,0,256,16,0,0,0,0,0,0,0,0,0,0,0,0,1473,1471,4,0,3750,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,'Creature of the Void','Recover Egalin\'s Grimoire and bring it to Carendin Halgar in the Temple of the Damned.','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.','','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.','Return to Carendin Halgar in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6285,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1474,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1476,0,0,0,5,0,132300,712,11519,0,0,0,0,6286,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Binding','Using the Pure Hearts, summon and subdue a succubus, then return the Pure Hearts to Carendin Halgar in the Magic Quarter of the Undercity.','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.','','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.','Return to Carendin Halgar in Tirisfal Glades.',5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6286,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1475,2,50,38,0,1417,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1469,0,0,0,7,0,6000,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into The Temple of Atal\'Hakkar','Gather 10 Atal\'ai Tablets for Brohann Caskbelly in Stormwind.','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.','','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.','Return to Brohann Caskbelly in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6288,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1476,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1472,0,0,1474,5,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,0,0,0,0,0,0,0,0,0,0,0,'Hearts of the Pure','Bring the hearts of Dalin Forgewright and Comar Villard to Carendin Halgar in the Temple of the Damned.','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.','','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.','Return to Carendin Halgar in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6312,6313,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1477,2,45,40,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1395,2,0,840,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vital Supplies','Speak with Watchmaster Sorigal at Darkshire in Duskwood.','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.','','Andromath sent you? Very good. I have an important task for you...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1478,2,-1,10,0,-61,0,0,0,256,16,0,0,0,0,0,0,0,0,0,0,0,0,1478,1473,2,0,33000,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,'Halgar\'s Summons','Speak with Carendin Halgar in the Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1479,2,-1,10,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1468,0,-1479,0,1,0,13200,0,0,0,0,0,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,469,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bough of the Eternals','Take the orphan to the bank of Darnassus. The bank itself is hollowed out of a tree known as 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!','Go to the bank in Darnassus, otherwise 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?','Speak to your Human 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,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (1480,2,33,25,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1481,3,0,900,0,0,0,0,0,0,20310,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Corrupter','Bring the Flayed Demon Skin to Maurin Bonesplitter in Desolace.','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?','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20310,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1481,2,33,25,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1480,0,0,1482,5,0,1740,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Corrupter','Bring a Shadowstalker Scalp to Maurin Bonesplitter in Desolace.','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.','','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.','Return to Maurin Bonesplitter at Ghost Walker Post in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6441,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1482,2,35,25,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1481,0,0,0,5,0,1980,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Corrupter','Bring an Oracle Crystal to Maurin Bonesplitter in Desolace.','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.','','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. ','Return to Maurin Bonesplitter at Ghost Walker Post in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6442,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1483,2,21,16,0,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1093,2,0,2520,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,470,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ziz Fizziks','Speak with Ziz Fizziks in Windshear Crag in Stonetalon Mountains.','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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1484,2,33,25,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1482,0,0,0,1,0,180,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,'The Corrupter','Speak to Takata Steelblade in Desolace.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1485,2,-1,1,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1499,5,0,132300,688,7763,0,0,0,0,0,0,0,16392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Familiars','Bring 6 Vile Familiar Heads to Ruzan.','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.','','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.','Return to Ruzan at Valley of Trials in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6487,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1486,2,17,13,0,718,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,1800,1140,0,0,0,0,0,0,0,0,0,8,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,'Deviate Hides','Nalpak in the Wailing Caverns wants 20 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.','','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?','Return to Nalpak in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6443,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1487,2,21,15,0,718,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,2500,1500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,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,'Deviate Eradication','Ebru in the Wailing Caverns wants you to kill 7 Deviate Ravagers, 7 Deviate Vipers, 7 Deviate Shamblers and 7 Deviate Dreadfangs.','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.','','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!','Return to Ebru in The Barrens.',3636,5755,5761,5056,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,1,0,0,0,0,0,0,0,0,12340), (1488,2,40,25,0,405,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1484,0,0,0,6,0,3300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,6746,6747,0,0,0,0,1,1,0,0,0,0,67,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Corrupter','Slay Lord Azrethoc and Jugkar Grim\'rod and return to Takata Steelblade in Desolace.','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.','','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.','Return to Takata Steelblade at Ghost Walker Post in Desolace.',5760,5771,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (1489,2,16,10,0,718,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,880,0,0,1490,2,0,180,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,81,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hamuul Runetotem','Speak with 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.','','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!',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,1,0,0,0,0,0,0,0,0,12340), (1490,2,16,10,0,718,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1489,0,0,914,1,0,60,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nara Wildmane','Speak with 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1491,2,18,13,0,718,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,7,1000,12300,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,470,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smart Drinks','Bring 6 portions of Wailing Essence to Mebok Mizzyrix in Ratchet.','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.','','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?','Return to Mebok Mizzyrix in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6464,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1492,2,11,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,270,0,0,0,0,0,0,6462,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wharfmaster Dizzywig','Bring the Secure Crate to Wharfmaster Dizzywig in Ratchet.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6462,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1498,2,-1,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1505,0,0,1502,4,0,99300,0,8121,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,'Path of Defense','Bring 5 Singed Scales to Uzzek at Far Watch Post in the Barrens.','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.','','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.','Return to Uzzek in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6486,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1499,2,-1,1,0,-61,0,0,0,256,130,0,0,0,0,0,0,0,0,0,0,1485,794,0,794,1,0,13200,0,0,0,0,0,0,0,0,0,8,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,530,76,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Familiars','Speak with Zureetha Fargaze.','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.','','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.',NULL,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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1500,0,25,10,0,718,1,0,0,0,0,0,0,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,'Waking Naralex','','',NULL,NULL,NULL,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,12340), (1501,2,-1,10,0,-61,0,0,0,256,2,0,0,0,0,0,0,0,0,0,0,0,0,1473,1504,5,0,132300,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,'Creature of the Void','Retrieve the Tablet of Verga for Gan\'rul Bloodeye in Orgrimmar.','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.','','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.','Return to Gan\'rul Bloodeye in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6535,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1502,2,10,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1498,0,0,1503,2,0,120,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,'Thun\'grim Firegaze','Speak with Thun\'grim Firegaze in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1503,2,10,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1502,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,0,0,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,'Forged Steel','Bring the Forged Steel Bars to Thun\'grim Firegaze in the Barrens.','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.','','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?','Return to Thun\'grim Firegaze at Thorn Hill in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6534,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1504,2,-1,10,0,-61,0,0,0,256,2,0,0,0,0,0,0,0,0,0,0,1501,0,0,0,4,0,99300,697,11520,0,0,0,0,7464,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Binding','Using the Glyphs of Summoning, summon and subdue a voidwalker, then return the Glyphs of Summoning to Gan\'rul Bloodeye in Orgrimmar.','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.','','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.','Return to Gan\'rul Bloodeye in Orgrimmar.',5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,7464,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1505,2,-1,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,0,0,1505,1498,1,0,13200,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,'Veteran Uzzek','Speak with Uzzek at Far Watch Post in the Barrens.','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.','','Hello, young one. Here for some instruction, are you?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1506,2,-1,10,0,-61,0,0,0,256,2,0,0,0,0,0,0,0,0,0,0,0,0,1506,1501,2,0,33000,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,'Gan\'rul\'s Summons','Speak with Gan\'rul Bloodeye in Orgrimmar.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1507,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,1472,1508,1,0,13200,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,'Devourer of Souls','Speak with Cazul in the Cleft of Shadow.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1508,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1507,0,0,1509,2,0,33000,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,'Blind Cazul','Speak with Zankaja in Orgrimmar.','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.','','Have you come with news of Dogran? He was to have returned days ago, and I have heard nothing...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1509,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1508,0,0,1510,2,0,33000,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,'News of Dogran','Speak with Gazrog at the Crossroads.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1510,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1509,0,0,1511,3,0,66300,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,'News of Dogran','Speak with Ken\'zigla at the Malaka\'jin.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1511,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1510,0,0,1515,5,0,132300,0,0,0,0,0,0,6624,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ken\'zigla\'s Draught','Bring Ken\'zigla\'s Draught to Grunt Logmar at Camp Taurajo.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6624,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1512,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1515,0,0,1513,2,0,33000,0,0,0,0,0,0,6625,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Love\'s Gift','Bring the Dirt-caked Pendant to Gan\'rul Bloodeye in Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6625,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1513,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1512,0,0,0,4,0,99300,712,11519,0,0,0,0,6626,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Binding','Using Dogran\'s Pendant, summon and subdue a succubus, then return Dogran\'s Pendant to Gan\'rul Bloodeye in Orgrimmar.','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.','','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.','Return to Gan\'rul Bloodeye in Orgrimmar.',5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6626,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1514,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1515,2,-1,20,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1511,0,0,1512,4,0,99300,0,0,0,0,0,0,6624,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dogran\'s Captivity','Bring Ken\'zigla\'s Draught to Dogran in the Barrens.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6624,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1516,2,4,4,0,-82,0,0,0,64,130,0,0,0,0,0,0,0,0,0,0,0,0,1516,0,4,0,150,0,0,0,0,0,0,0,0,0,524296,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,'Call of Earth','Bring 2 Felstalker Hooves to Canaga Earthcaller in the Valley of Trials.','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.$B','','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.','Return to Canaga Earthcaller at Valley of Trials in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6640,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (1517,2,4,4,0,-82,0,0,0,64,130,0,0,0,0,0,0,0,0,0,0,1516,0,0,0,4,0,150,0,0,0,0,0,0,6635,1,0,524288,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,'Call of Earth','Find Spirit Rock and drink the Earth Sapta.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (1518,2,4,4,0,-82,0,0,0,64,130,0,0,0,0,0,0,0,0,0,0,1517,0,0,0,6,0,270,8071,8073,0,0,0,0,6656,1,0,524288,4,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Earth','Bring the Rough Quartz to Canaga Earthcaller in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6656,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (1519,2,4,4,0,-82,0,0,0,64,32,0,0,0,0,0,0,0,0,0,0,0,0,1516,0,4,0,150,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Earth','Bring 2 applications of Ritual Salve to Seer Ravenfeather in Camp Narache.','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.','','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.','Return to Seer Ravenfeather at Red Cloud Mesa in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6634,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1520,2,4,4,0,-82,0,0,0,64,32,0,0,0,0,0,0,0,0,0,0,1519,0,0,0,3,0,120,0,0,0,0,0,0,6635,1,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,'Call of Earth','Find Kodo Rock and drink the Earth Sapta.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1521,2,4,4,0,-82,0,0,0,64,32,0,0,0,0,0,0,0,0,0,0,1520,0,0,0,6,0,270,8071,8073,0,0,0,0,6656,1,0,0,4,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Earth','Bring the Rough Quartz to Seer Ravenfeather in Camp Narache.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6656,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1522,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1522,1524,3,0,66300,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,'Call of Fire','Find Kranal Fiss in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1523,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1522,1524,3,0,66300,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,'Call of Fire','Find Kranal Fiss in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1524,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1525,4,0,3900,0,0,0,0,0,0,6653,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Fire','Bring the Torch of the Dormant Flame to Telf Joolam in Durotar.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6653,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1525,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,1524,0,0,1526,5,0,5250,0,0,0,0,0,0,0,0,0,8,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,'Call of Fire','Bring 1 Fire Tar and 1 Reagent Pouch to Telf Joolam in Durotar.','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.','','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.','Return to Telf Joolam at Shrine of the Dormant Flame in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5026,6652,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1526,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,1525,0,0,1527,6,0,8700,0,0,0,0,0,0,6653,1,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,0,0,0,0,0,0,0,'Call of Fire','Defeat the Minor Manifestation of Fire, and place the Glowing Ember in the brazier atop the Shrine of Eternal Flame.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6653,6655,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1527,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,1526,0,0,0,6,0,8700,3599,2075,0,0,0,0,6654,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Fire','Bring the Torch of Eternal Flame to Kranal Fiss in the Barrens.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6654,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1528,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1528,1530,3,0,4950,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,'Call of Water','Find Islen Waterseer in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1529,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1528,1530,3,0,66300,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,'Call of Water','Find Islen Waterseer in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1530,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1535,2,0,2340,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,'Call of Water','Find Brine at Blackthorn Ridge in Southern Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1531,2,-1,30,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1531,0,5,0,132300,0,8385,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Air','Find Prate Cloudseer in Thousand Needles.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1532,2,-1,30,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1531,0,5,0,132300,0,8385,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Air','Find Prate Cloudseer in Thousand Needles.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1533,2,30,30,0,-82,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Call of Air','','','',NULL,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,12340), (1534,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,1536,0,0,220,4,0,7500,0,0,0,0,0,0,7767,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Fill the Empty Blue Waterskin at the Ruins of Stardust in Ashenvale and return to Brine in the Barrens.','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.','','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.','Return to Brine at Blackthorn Ridge in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7770,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1535,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,1530,0,0,1536,3,0,4650,0,0,0,0,0,0,7766,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Fill the Empty Brown Waterskin at the watering hole below Brine\'s hut and return it to her in the Barrens.','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.','','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?','Return to Brine at Blackthorn Ridge in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7769,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1536,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,1535,0,0,1534,4,0,6900,0,0,0,0,0,0,7768,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Fill the Empty Red Waterskin at the well in Tarren Mill and return to Brine in the Barrens.','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.','','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.','Return to Brine at Blackthorn Ridge in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7771,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1537,2,30,30,0,-82,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Call of Air','','','',NULL,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,12340), (1538,2,30,30,0,-82,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Call of Air','','','',NULL,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,12340), (1558,2,-1,10,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1468,0,-1479,0,1,0,13200,0,0,0,0,0,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,469,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stonewrought Dam','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.','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!','Go to the top of the Stonewrought Dam in Loch Modan.','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!',NULL,'Speak to your Human 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,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (1559,0,37,30,0,-201,0,0,0,0,0,202,1,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,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,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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1560,2,50,40,0,440,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,5100,0,0,0,0,0,0,0,0,0,2,2,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,'Tooga\'s Quest','Show Tooga the way back to his wife, Torta.','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.','Lead Tooga to Torta','So he couldn\'t find his way back on his own? Figures.$B$BWell, I guess you deserve something for your troubles....',NULL,'Return to Torta at Steamwheedle Port 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,1,0,0,0,0,0,0,0,0,12340), (1578,2,12,1,0,-121,0,0,0,0,1101,164,35,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,33792,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplying the Front','Bring 6 Copper Axes and 6 Copper Chain Belts to Thorvald in the southern guard tower of Loch Modan.','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.','','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?','Return to Thorvald Deepforge at North Gate Pass in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2845,2851,0,0,0,0,6,6,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1579,2,12,10,0,-101,0,0,0,0,1101,356,30,0,0,0,0,0,0,0,0,0,0,0,1580,3,250,270,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,54,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gaffer Jacks','Bring 8 Gaffer Jacks to Wizbang Cranktoggle in Auberdine.','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...','','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!','Return to Wizbang Cranktoggle at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6717,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1580,2,12,10,0,-101,0,0,0,0,1101,356,1,0,0,0,0,0,0,0,0,1579,0,0,0,5,500,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6811,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Electropellers','Bring 12 Electropellers to Wizbang Cranktoggle in Auberdine.','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...','','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...','Return to Wizbang Cranktoggle at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6718,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1581,2,8,4,0,-181,0,0,0,0,1101,171,20,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2449,785,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixirs for the Bladeleafs','Bring 6 Elixirs of Lion\'s Strength and 2 Elixirs of Minor Defense to Syral Bladeleaf in Dolanaar.','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.','','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?','Return to Syral Bladeleaf in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2454,5997,0,0,0,0,6,2,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1582,2,18,8,0,-182,0,0,0,0,1101,165,90,0,0,0,0,0,0,0,0,0,0,0,0,5,0,840,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6710,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moonglow Vest','Bring 1 Embossed Leather Gloves, 5 Embossed Leather Boots and 5 Embossed Leather Cloaks to Lotherias in Darnassus.','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.','','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.','Return to Lotherias in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4239,2309,2310,0,0,0,1,5,5,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1598,2,-1,1,0,-61,0,0,0,256,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,688,7763,0,0,0,0,0,0,0,16392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stolen Tome','Retrieve the Powers of the Void for Drusilla La Salle.','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.','','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.','Return to Drusilla La Salle at Northshire Valley in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6785,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,12340), (1599,2,-1,1,0,-61,0,0,0,256,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,688,7763,0,0,0,0,0,0,0,16392,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Beginnings','Bring 3 Feather Charms to Alamar Grimm in Anvilmar.','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.','','Very good, very good! You\'ve done well, $N. 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, $N. 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.','Return to Alamar Grimm at Coldridge Pass in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6753,0,0,0,0,0,3,0,0,0,0,0,3,'','','','',1,11,1,0,0,0,0,0,0,1,1,1,11,0,0,0,0,0,12340), (1618,2,16,1,0,-121,0,0,0,0,1101,164,70,0,0,0,0,0,0,0,0,0,0,0,0,5,0,720,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,6735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gearing Redridge','Tormus Deepforge wants you to bring 4 Runed Copper Belts and 4 Heavy Copper Mauls to Verner Osgood in 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.','','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!','Speak to Verner Osgood at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2857,6214,0,0,0,0,4,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1638,2,-1,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,1638,1639,1,0,13200,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,'A Warrior\'s Training','Speak with Harry Burlguard in Stormwind.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1639,2,-1,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1638,0,0,1640,1,0,13200,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,'Bartleby the Drunk','Speak with Bartleby.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1640,2,-1,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1639,0,0,1665,2,0,33000,0,0,0,0,0,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,0,0,0,'Beat Bartleby','Beat Bartleby, then talk to him.','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','You\'re a lot tougher than you look!',NULL,'Speak to Bartleby 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,1,0,0,0,0,0,0,0,0,12340), (1641,0,-1,12,0,-141,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,8,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,0,0,'The Tome of Divinity','','','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1642,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,1643,2998,1643,1,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,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','Speak to Duthorian Rall in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1643,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1644,3,0,66300,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,'The Tome of Divinity','Search the Trade District of Stormwind for Stephanie Turner.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1644,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,1643,0,0,1780,5,0,132300,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,'The Tome of Divinity','Bring 10 Linen Cloth to Stephanie Turner in Stormwind.','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.','','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?','Return to Stephanie Turner in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2589,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1645,0,-1,12,0,-141,0,0,0,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,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1646,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1647,2997,1647,1,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,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','Speak to Tiza Battleforge in Ironforge.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1647,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,1648,3,0,66300,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,'The Tome of Divinity','Search the outer ring of Ironforge for John Turner.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1648,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,1647,0,0,1778,5,0,132300,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,'The Tome of Divinity','Bring 10 Linen Cloth to John Turner in Ironforge.','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.','','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.','Return to John Turner in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2589,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1649,2,-1,20,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,2,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,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Valor','Speak to Duthorian Rall in Stormwind.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1650,2,-1,20,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,1649,0,0,0,5,0,132300,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,'The Tome of Valor','Find Daphne Stilwell in Westfall.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1651,2,-1,20,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,1650,0,0,1652,3,0,66300,0,0,0,0,0,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,0,0,0,'The Tome of Valor','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.','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!','Protect Daphne Stilwell','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.',NULL,'Return to Daphne Stilwell 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,1,0,0,0,0,0,0,0,0,12340), (1652,2,-1,20,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,1651,0,0,1653,6,0,165300,5502,5503,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Valor','Speak to Duthorian Rall in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1653,2,-1,20,0,-141,81,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,1652,0,0,1654,3,0,66300,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,'The Test of Righteousness','Speak to Jordan Stilwell in Ironforge','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1654,2,22,20,0,-141,81,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,1653,0,0,1806,7,0,1560,0,0,0,0,0,0,6996,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Test of Righteousness','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.','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?','','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.','Return to Jordan Stilwell at Gates of Ironforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6994,6993,6895,7083,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1655,2,22,20,0,-141,1,0,0,2,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,264,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,0,0,'Bailor\'s Ore Shipment','Bring Jordan\'s Ore Shipment to Bailor Stonehand in Loch Modan.','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.','','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?','Return to Bailor Stonehand in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6992,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1656,2,5,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,60,0,0,0,0,0,0,7626,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,4540,159,0,0,0,0,5,5,0,0,0,0,81,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Task Unfinished','Bring the Bundle of Furs to Innkeeper Kauth in Bloodhoof Village.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7626,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1657,2,-1,25,0,-22,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,0,0,0,0,0,0,20387,1,0,0,1,0,0,0,0,20557,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stinking Up Southshore','Toss three Forsaken Stink Bombs into the heart of Southshore in Hillsbrad, and return to Darkcaller Yanka at the Wickerman Festival in Tirisfal Glade.','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!','','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','Return to Darkcaller Yanka at Ruins of Lordaeron in Tirisfal Glades.',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,1,'Toss Stink Bomb into Southshore','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1658,2,-1,25,0,-22,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,20557,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crashing the Wickerman Festival','Locate the Forsaken\'s Wickerman Festival in Tirisfal Glades. Return to Sergeant Hartman in Southshore once you\'ve done so.','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.','Scout out the Forsaken\'s Wickerman Festival.','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.',NULL,'Return to Sergeant Hartman 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,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1659,2,30,30,0,-141,0,0,0,2,0,0,0,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,'','','','',NULL,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,12340), (1660,2,30,30,0,-141,0,0,0,2,0,0,0,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,'','','','',NULL,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,12340), (1661,2,-1,40,0,-141,0,0,0,2,1101,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Nobility','Speak to Duthorian Rall in Stormwind.','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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (1662,2,40,40,0,-141,0,0,0,2,0,0,0,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,'','','','',NULL,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,12340), (1663,2,40,40,0,-141,0,0,0,2,0,0,0,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,'','','','',NULL,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,12340), (1664,2,40,40,0,-141,0,0,0,2,0,0,0,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,'','','','',NULL,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,12340), (1665,2,-1,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1640,0,0,0,3,0,66300,0,8121,0,0,0,0,6781,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bartleby\'s Mug','Bring Bartleby\'s Mug to Burlguard','Ok, here\'s my mug. Wait! Let me finish what\'s in it first... there we go.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6781,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1666,2,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1665,0,0,1667,3,0,240,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,'Marshal Haggard','Speak with 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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1667,2,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1666,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,'Dead-tooth Jack','Retrieve Haggard\'s Badge from Dead-tooth Jack\'s camp, and return to Marshal Haggard.','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.','','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.','Return to Marshal Haggard at Stone Cairn Lake in Elwynn Forest.',0,0,0,0,0,0,0,0,0,6783,0,0,0,1,0,0,6782,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1678,2,-1,10,0,-81,0,0,0,1,68,0,0,0,0,0,0,0,0,0,0,1679,0,0,1680,6,0,6300,0,8121,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,'Vejrek','Bring Vejrek\'s Head to Muren Stormpike in Ironforge.','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.','','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?','Return to Muren Stormpike in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6799,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1679,2,-1,10,0,-81,0,0,0,1,68,0,0,0,0,0,0,0,0,0,0,0,0,1638,1678,1,0,510,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,'Muren Stormpike','Speak with 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.','','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?',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,1,0,0,0,0,0,0,0,0,12340), (1680,2,11,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1678,0,0,1681,1,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,0,0,0,0,0,0,0,0,0,0,0,'Tormus Deepforge','Speak with 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1681,2,11,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1680,0,0,0,4,0,780,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,'Ironband\'s Compound','Bring a load of Umbral Ore to Tormus Deepforge in Ironforge.','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.','','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?','Return to Tormus Deepforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6800,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1682,0,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,4,0,390,0,0,0,0,0,0,0,0,0,8,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,'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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1683,2,-1,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1684,0,0,0,5,0,132300,0,8121,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,'Vorlus Vilehoof','Bring the Horn of Vorlus to Elanaria in Darnassus.','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.','','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?','Return to Elanaria at Warrior\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6805,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1684,2,-1,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,1638,1683,1,0,13200,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,'Elanaria','Speak with 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1685,2,-1,10,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,1715,1688,3,0,66300,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,'Gakin\'s Summons','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1686,2,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1683,0,0,1692,5,0,510,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,'The Shade of Elura','Bring 8 loads of Elunite Ore and the Medallion of Elura to Elanaria in Darnassus.','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.','','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?','Return to Elanaria at Warrior\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6808,6809,0,0,0,0,8,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1687,2,-1,10,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1468,0,-1479,0,1,0,13200,0,0,0,0,0,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,469,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spooky Lighthouse','Take the orphan to see the lighthouse off the coast of Westfall.$B','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!','Go to the Westfall Lighthouse.','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, $N. 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!',NULL,'Speak to your Human 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,'','','','',1,1,0,0,0,0,0,0,0,1,2,1,0,0,0,0,0,0,12340), (1688,2,-1,10,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1689,4,0,99300,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,'Surena Caledon','Retrieve Surena\'s Choker for Gakin the Darkbinder in Stormwind.','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.','','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.','Return to Gakin the Darkbinder in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6810,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1689,2,-1,10,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,1688,0,0,0,4,0,99300,697,11520,0,0,0,0,6928,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Binding','Using the Bloodstone Choker, summon and subdue a voidwalker, then return the Bloodstone Choker to Gakin the Darkbinder in Stormwind.','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.','','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.','Return to Gakin the Darkbinder in Stormwind City.',5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6928,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1690,2,43,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1691,5,6000,3000,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wastewander Justice','Take down 10 Wastewander Bandits and Thieves east of Gadgetzan, then report back to Chief Engineer Bilgewhizzle.','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!','','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!','Return to Chief Engineer Bilgewhizzle at Gadgetzan in Tanaris.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1691,2,44,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1690,0,0,0,5,6500,3150,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Wastewander Justice','Take down 10 Wastewander Shadow Mages, 8 Wastewander Rogues, and 6 Wastewander Assassins for Chief Engineer Bilgewhizzle in Gadgetzan.$B','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!','','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...','Return to Chief Engineer Bilgewhizzle at Gadgetzan in Tanaris.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (1692,2,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1686,0,0,0,3,0,240,0,0,0,0,0,0,6812,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smith Mathiel','Bring the Case of Elunite to 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6812,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1693,0,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1692,0,0,0,4,0,390,0,0,0,0,0,0,0,0,0,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1698,2,20,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,1698,1699,1,0,90,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,'Yorus Barleybrew','Speak with 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1699,2,22,20,0,-81,0,0,3600,1,1101,0,0,0,0,0,0,0,0,0,0,1698,0,0,0,4,0,780,0,0,0,0,0,0,0,0,0,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,'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.','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','You made it! Well done! Three cheers for $N!',NULL,'Return to Yorus Barleybrew at Lake Everstill 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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1700,2,28,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1701,0,0,1705,2,0,330,0,0,0,0,0,0,6926,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimand Elmore','Bring Furen\'s Notes to 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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6926,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1701,2,28,20,0,-81,1,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1702,0,0,0,5,0,1380,0,0,0,0,0,0,6842,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Hardened Mail','Gather the materials Furen Longbeard requires, and bring them to him in Stormwind.','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.','','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?','Return to Furen Longbeard in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6838,6839,6840,6841,0,0,50,12,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1702,2,22,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1699,0,0,1701,2,0,270,0,0,0,0,0,0,6843,1,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,0,0,0,0,0,0,0,'The Shieldsmith','Bring the Cask of Scalder to Furen Longbeard.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1703,2,28,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1701,0,0,1710,3,0,720,0,0,0,0,0,0,6926,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mathiel','Bring Furen\'s Notes to 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6926,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1704,2,28,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1701,0,0,1708,2,0,330,0,0,0,0,0,0,6926,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Klockmort Spannerspan','Bring Furen\'s Notes to 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6926,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1705,2,28,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,5,0,1380,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,'Burning Blood','Bring 20 vials of Burning Blood and 1 Burning Rock to Grimand Elmore in Stormwind.','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.','','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.','Return to Grimand Elmore in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6844,6845,0,0,0,0,20,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1706,0,30,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1705,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,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,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1707,2,44,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,2400,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,8484,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Water Pouch Bounty','Bring 5 Wastewander Water Pouches to Spigot Operator Luglunket in Gadgetzan.','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!','','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!','Return to Spigot Operator Luglunket at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8483,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1708,2,29,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,4,0,1080,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,'Iron Coral','Bring 20 loads of Searing Coral to Klockmort Spannerspan in Ironforge.','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!','','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!','Return to Klockmort Spannerspan in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6848,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1709,0,30,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1708,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,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,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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1710,2,30,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1703,0,0,0,4,0,1140,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,'Sunscorched Shells','Bring 20 Sunscorched Shells to Mathiel in Darnassus.','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.','','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.','Return to Mathiel at Warrior\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6849,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1711,0,30,20,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,1710,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,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,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1712,2,40,30,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1791,0,0,1713,4,0,1980,0,0,0,0,0,0,6929,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cyclonian','Bring the items on Bath\'rah\'s Parchment to Bath\'rah the Windwatcher in Alterac.','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.','','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.','Return to Bath\'rah the Windwatcher at Chillwind Point in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3357,3901,6851,0,0,0,8,30,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1713,2,40,30,0,-81,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1712,0,0,0,4,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,0,0,0,0,0,0,0,0,0,0,0,'The Summoning','Bring the Whirlwind Heart to Bath\'rah Windwatcher.','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?','','You did it! You defeated Cyclonian and gained the Whirlwind Heart!','$N, I must have the whirlwind heart!','Return to Bath\'rah the Windwatcher at Chillwind Point in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6894,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1714,0,37,30,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,-1712,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'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...','Return to Bath\'rah\'s Cauldron in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4480,4479,4481,0,0,0,8,8,8,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1715,2,-1,10,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,1715,0,3,0,66300,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,'The Slaughtered Lamb','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1716,2,-1,20,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,1717,0,0,1738,3,0,66300,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,'Devourer of Souls','Speak with Takar the Seer in the Barrens.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1717,2,-1,20,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1716,2,0,33000,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,'Gakin\'s Summons','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1718,2,-1,30,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1719,2,0,5550,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,'The Islander','Speak with Klannoc Macleod.','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.','','Hello, $N. It\'s good to see you made it to Fray Island. I hope you find it to your liking...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1719,2,-1,30,0,-81,0,0,600,1,0,0,0,0,0,0,0,0,0,0,0,1718,0,0,0,5,0,22200,0,8616,0,0,0,0,0,0,0,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,'The Affray','Kill Big Will, then speak to Klannoc Macleod on Fray Island.','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.','Step on the grate to begin the Affray','Well done, $N. You have passed The Affray!$B$BYou are a worthy warrior, and I am honored to teach you...',NULL,'Return to Klannoc Macleod at The Great Sea in The Barrens.',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,1,0,0,0,0,0,0,0,0,12340), (1738,2,-1,20,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,1716,0,0,1739,5,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,0,0,0,0,0,0,0,0,0,0,0,'Heartswood','Retrieve the Heartswood from Ashenvale and bring it to Gakin the Darkbinder in the Mage Quarter of Stormwind.','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.','','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?','Return to Gakin the Darkbinder in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6912,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1739,2,-1,20,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,1738,0,0,0,4,0,99300,712,11519,0,0,0,0,6913,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Binding','Using the Heartswood Core, summon and subdue a succubus, then return the Heartswood Core to Gakin the Darkbinder in the Slaughtered Lamb.','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.','','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.','Return to Gakin the Darkbinder in Stormwind City.',5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6913,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1740,2,25,20,0,-61,81,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1860,0,0,0,0,0,0,0,0,0,8,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,'The Orb of Soran\'ruk','Find 3 Soran\'ruk Fragments and 1 Large Soran\'ruk Fragment and return them to Doan Karhan in the Barrens.','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.','','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.','Return to Doan Karhan at Southern Barrens in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6914,6915,0,0,0,0,3,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1758,2,-1,30,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,1798,0,0,1802,2,0,4950,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,'Tome of the Cabal','Speak with Krom Stoutarm in Ironforge.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1778,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,1648,0,0,1779,2,0,33000,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,'The Tome of Divinity','Speak to Tiza Battleforge in Ironforge.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1779,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,1778,0,0,1783,0,0,0,0,0,0,0,0,0,6866,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','Take the Symbol of Life and speak to Muiredon Battleforge in Ironforge.','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.','','*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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1780,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,1644,0,0,1781,2,0,33000,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,'The Tome of Divinity','Speak to Duthorian Rall in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1781,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,1780,0,0,1786,0,0,0,0,0,0,0,0,0,6866,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','Take the Symbol of Life to Gazin Tenorm in Stormwind.','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.','','*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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1782,0,28,20,0,0,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1701,0,0,0,7,0,2040,0,0,0,0,0,0,0,0,0,8,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,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1783,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,1779,0,0,1784,4,0,4050,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,'The Tome of Divinity','Take the Symbol of Life and resurrect Narm Faulk in Dun Morogh.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1784,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,1783,0,0,1785,4,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,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','Retrieve a Dark Iron Script from the Dark Iron dwarves near Helm\'s Bed, and return to Muiredon Battleforge in Ironforge.','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.','','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.','Return to Muiredon Battleforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6847,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1785,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,1784,0,0,0,6,0,6900,7328,7329,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,'The Tome of Divinity','Speak to Tiza Battleforge in Ironforge.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1786,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,1781,0,0,1787,4,0,99300,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,'The Tome of Divinity','Take the Symbol of Life and resurrect Henze Faulk in Elwynn.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1787,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,1786,0,0,1788,4,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,0,0,0,0,0,0,0,0,0,0,0,'The Tome of Divinity','Retrieve a Defias Script from the Defias Rogue Wizards in Elwynn, and return to Gazin Tenorm in Stormwind.','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.','','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.','Return to Gazin Tenorm in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6846,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1788,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,1787,0,0,0,6,0,165300,7328,7329,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,'The Tome of Divinity','Speak to Duthorian Rall in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1789,0,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,-1783,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'The Symbol of Life','','','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1790,0,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,-1786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'The Symbol of Life','','','','Make haste, $N, more than one life hangs in the balance if you fail.$B$BIf for some reason you fail to help Gazin and 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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1791,2,30,30,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1719,0,0,1712,1,0,150,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,'The Windwatcher','Speak with Bath\'rah 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1792,0,40,30,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,1713,0,0,0,6,0,3300,0,0,0,0,0,0,0,0,0,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1793,0,-1,20,0,-141,0,0,0,2,1101,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,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1794,0,-1,20,0,-141,0,0,0,2,1101,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,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1795,2,-1,30,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,691,1373,0,0,0,0,6999,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Binding','Using the Tome of the Cabal, summon and subdue a felhunter, then return the Tome of the Cabal to Strahad Farsan in Ratchet.','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.','','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.','Return to Strahad Farsan in The Barrens.',6268,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,6999,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1796,2,31,31,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,5,0,1500,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,'Components for the Enchanted Gold Bloodrobe','Bring Robes of the Arcana to Menara Voidrender in the Barrens.','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.','','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.','Return to Menara Voidrender in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5770,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1798,2,-1,30,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1758,2,0,33000,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,'Seeking Strahad','Speak with Strahad Farsan in the Barrens.','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.','','$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1799,2,40,35,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4961,5,0,2640,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,'Fragments of the Orb of Orahil','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.','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.','','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?','Return to Tabetha at The Quagmire in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7291,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1800,2,-1,10,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,172,0,-910,0,1,0,13200,0,0,0,0,0,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,67,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lordaeron Throne Room','Take your ward to the old Lordaeron Throne Room that lies just before descending into the Undercity.$B','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.','Go to the old Lordaeron Throne Room that lies just before descending into the Undercity.','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?','Speak to your Orcish 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,1,0,0,0,0,0,0,0,0,12340), (1801,2,-1,30,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1803,2,0,33000,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,'Tome of the Cabal','Speak with Jorah Annison in the Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1802,2,-1,30,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,1758,0,0,1804,5,0,19800,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,'Tome of the Cabal','Retrieve the Moldy Tome and Tattered Manuscript for Krom Stoutarm in Ironforge.','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.','','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?','Return to Krom Stoutarm in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6931,6997,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1803,2,-1,30,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1801,0,0,1805,2,0,3600,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,'Tome of the Cabal','Retrieve the Moldy Tome and Tattered Manuscript for Jorah Annison in the Undercity.','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.','','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.','Return to Jorah Annison in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6931,6997,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1804,2,-1,30,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,1802,1795,1804,1795,5,0,132300,0,0,0,0,0,0,7006,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tome of the Cabal','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7006,6930,0,0,0,0,1,3,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1805,2,-1,30,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,1803,1795,1804,1795,5,0,132300,0,0,0,0,0,0,7006,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tome of the Cabal','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7006,6930,0,0,0,0,1,3,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1806,2,22,20,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,1654,0,0,0,6,0,1320,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,0,0,0,0,0,0,0,'The Test of Righteousness','Wait for Jordan Stilwell to finish forging a weapon for you.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1818,2,-1,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,0,0,1505,1819,1,0,13200,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,'Speak with Dillinger','Speak with Deathguard Dillinger in Brill.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1819,2,-1,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1818,0,0,1820,5,0,132300,0,8121,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,'Ulag the Cleaver','Kill Ulag the Cleaver, then speak with Deathguard Dillinger.','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.','','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...','Return to Deathguard Dillinger at Brill in Tirisfal Glades.',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,1,0,0,0,0,0,0,0,0,12340), (1820,2,10,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1819,0,0,1821,2,0,120,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,'Speak with Coleman','Speak with Coleman Farthing.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1821,2,11,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1820,0,0,0,4,300,390,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,'Agamand Heirlooms','Bring Coleman Farthing the Agamand Family Axe, the Agamand Family Sword, the Agamand Family Mace and the Agamand Family dagger.','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.','','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?','Return to Coleman Farthing at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7567,7568,7569,7566,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1822,0,11,10,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1821,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1823,2,20,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1824,1,0,90,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,'Speak with Ruga','Speak with Ruga Ragetotem.','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.','','You are here for my trial, $N?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1824,2,20,20,0,-81,0,0,1800,1,690,0,0,0,0,0,0,0,0,0,0,1823,0,0,1825,5,0,960,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Trial at the Field of Giants','Bring 5 twitching antennae to Ruga Ragetotem at Camp Taurajo','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.','','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...','Return to Ruga Ragetotem at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7119,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1825,2,20,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1824,0,0,1838,3,0,480,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,'Speak with Thun\'grim','Speak with Thun\'grim Firegaze in the Barrens.','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.','','Yes, you have come. This is good, for we have much to discuss, you and I.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1838,2,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1825,0,0,0,7,0,2220,0,0,0,0,0,0,7587,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brutal Armor','Bring to Thun\'grim Firegaze 15 Smoky Iron Ingots, 10 Powdered Azurite, 10 Iron Bars and a Vial of Phlogiston.','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.','','You brought all that I asked. Now, I will do my part...','Do you have the items on my scroll, $N?','Return to Thun\'grim Firegaze at Thorn Hill in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7126,7127,3575,6841,0,0,15,10,10,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1839,2,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1838,0,0,1842,3,0,720,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,'Ula\'elek and the Brutal Gauntlets','Speak with Ula\'elek in Durotar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1840,2,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1838,0,0,1844,3,0,720,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,'Orm Stonehoof and the Brutal Helm','Speak with Orm Stonehoof in Thunder Bluff.','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.','','Greetings, $C. I am Orm, and Thun\'grim tells me you wish a helm made?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1841,2,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1838,0,0,1846,3,0,720,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,'Velora Nitely and the Brutal Legguards','Speak with Velora Nitely in the Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1842,2,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1839,0,0,0,3,0,720,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,'Satyr Hooves','Bring 7 Uncloven Satyr Hooves to Ula\'elek at Sen\'jin Village in Durotar.','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.','','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.','Return to Ula\'elek at Darkspear Strand in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7128,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1843,0,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1842,0,0,0,4,0,1140,0,0,0,0,0,0,0,0,0,8,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,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1844,2,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1840,0,0,0,3,0,720,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,'Chimaeric Horn','Bring a Galvanized Horn to Orm Stonehoof in Thunder Bluff.','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. ','','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?','Return to Orm Stonehoof in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6840,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1845,0,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1844,0,0,0,4,0,1140,0,0,0,0,0,0,0,0,0,8,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,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1846,2,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1841,0,0,0,3,0,720,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,'Dragonmaw Shinbones','Bring 8 Sturdy Dragonmaw Shinbones to Velora Nitely in the Undercity.','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.','','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.','Return to Velora Nitely at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,7131,0,0,0,8,0,0,0,0,7134,0,0,0,0,0,8,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1847,0,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1846,0,0,0,4,0,1140,0,0,0,0,0,0,0,0,0,8,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,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1848,0,30,20,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,1838,0,0,0,6,0,1860,0,0,0,0,0,0,0,0,0,8,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,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1858,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1963,0,0,0,3,0,270,0,0,0,0,0,0,7209,1,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,0,0,0,0,0,0,0,'The Shattered Hand','Steal Tazan\'s key, then use it to open his Satchel and deliver its contents to Therzok in the Cleft of Shadow in Orgrimmar.','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.','','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?','Return to Therzok in Orgrimmar.',0,0,0,0,0,0,0,0,0,7208,0,0,0,1,0,0,7295,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1859,2,10,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,1859,1963,2,0,120,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,'Therzok','Speak with Therzok in the Cleft of Shadow in Orgrimmar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1860,2,10,10,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,1860,1861,3,0,240,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,'Speak with Jennea','Speak with Jennea Cannon in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1861,2,10,10,0,-161,0,0,0,128,1,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,5,0,510,0,0,0,0,0,0,7207,1,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,'Mirror Lake','Bring a Mirror Lake sample to Jennea Cannon in Stormwind.','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.','','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.','Return to Jennea Cannon in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7206,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1878,0,44,40,0,440,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,0,0,0,0,264,1,0,0,0,0,8484,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,1,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!','Return to Spigot Operator Luglunket in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8483,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (1879,2,10,10,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,1860,1880,1,0,60,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,'Speak with Bink','Speak with Bink in Ironforge.','$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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1880,2,10,10,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,1879,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,'Mage-tastic Gizmonitor','Bring Bink her 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!','','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!','Return to Bink in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7226,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1881,2,10,10,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,1881,1882,1,0,60,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,'Speak with Anastasia','Speak with Anastasia Hartwell.','$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.','','Greetings, $n. You were wise to answer my call, and wiser still if you heed what I next say...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1882,2,10,10,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,1881,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,'The Balnir Farmstead','Bring Balnir Snapdragons to Anastasia Hartwell in the Mage Quarter of the Undercity.','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.','','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.','Return to Anastasia Hartwell in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7227,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1883,2,10,10,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,1881,1884,1,0,60,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,'Speak with Un\'thuwa','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.','','Hail, $n. Praise to you, for my call for aid is now answered. Let us hope you are up to the task...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1884,2,10,10,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,1883,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,'Ju-Ju Heaps','Destroy 4 Ju-Ju Heaps, then return to Un\'thuwa in Sen\'jin Village.','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.','','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!','Return to Un\'Thuwa at Darkspear Strand in Durotar.',-102986,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,'Ju-Ju Heaps Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1885,2,10,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,1859,1886,2,0,120,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,'Mennet Carkad','Speak with Mennet Carkad in the Rogues\' Quarter of the Undercity.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1886,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1885,0,0,14419,4,0,420,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,'The Deathstalkers','Get Astor\'s Letter of Introduction and return it to Mennet Carkad in the Rogues\' Quarter.','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.','','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?','Return to Mennet Carkad at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7231,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1898,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1886,0,0,14421,2,0,150,0,0,0,0,0,0,7231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Deathstalkers','Speak with Andron Gant in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7231,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1899,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1898,0,0,14418,2,0,150,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,'The Deathstalkers','Bring Andron\'s Ledger to Mennet Carkad in the Rogues\' Quarter of Undercity.','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.','','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?','Return to Mennet Carkad at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7294,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1918,2,27,23,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,824,2,0,330,0,0,0,0,0,0,16408,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Befouled Element','Bring the Befouled Water Globe to Mastok Wrilehiss at Splintertree Post, Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16408,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1919,2,15,15,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,1,0,60,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,'Report to Jennea','Speak with Jennea Cannon in Stormwind.','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.','','$N, I have a mission for you, here in the $C district. Listen closely, for there is no time to waste.','',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,1,0,0,0,0,0,0,0,0,12340), (1920,2,16,15,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1921,5,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,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Blue Recluse','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.','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.','','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.','Return to Jennea Cannon in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7292,7247,7308,0,0,0,3,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1921,2,15,15,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,1920,0,0,0,4,0,480,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,'Gathering Materials','Bring 10 Linen Cloth and the 6 Charged Rift Gems to Wynne Larson in Stormwind.','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.','','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?','Return to Wynne Larson in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2589,7249,0,0,0,0,10,6,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1938,2,28,26,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1940,5,0,1380,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,'Ur\'s Treatise on Shadow Magic','Bring Ur\'s Treatise on Shadow Magic to High Sorcerer Andromath in Stormwind.','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.','','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.','Return to High Sorcerer Andromath in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7266,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1939,2,26,26,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1938,3,0,660,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,'High Sorcerer Andromath','Speak with 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.','','Greetings, $N. I am pleased to see you, and hope you have time to listen to an old man\'s words...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1940,2,26,26,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,1938,1942,0,0,4,0,960,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,'Pristine Spider Silk','Bring 8 Pristine Spider Silk to Wynne Larson in Stormwind.','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.','','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?','Return to Wynne Larson in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7267,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1941,0,15,15,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,1921,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,8,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,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!','',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,1,0,0,0,0,0,0,0,0,12340), (1942,0,26,26,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,1940,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,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,'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!','',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,1,0,0,0,0,0,0,0,0,12340), (1943,2,26,26,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1944,1,0,120,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,'Speak with Deino','Speak with Deino.','The troll mage Deino has need of your assistance, $N. She resides in Orgrimmar, in the Darkbriar Lodge.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1944,2,26,26,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1945,5,0,1260,0,0,0,0,0,0,7269,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waters of Xavian','Bring the Xavian Water Sample to Deino in Orgrimmar.','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.','','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.','Return to Deino in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7268,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1945,2,26,26,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,1944,0,0,0,4,0,960,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,'Laughing Sisters','Bring 12 Laughing Sister\'s Hairs to Kil\'hala at the Crossroads.','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.','','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?','Return to Kil\'hala at The Crossroads in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7270,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1946,0,26,26,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,1945,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,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,'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...','',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,1,0,0,0,0,0,0,0,0,12340), (1947,2,38,30,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,240,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,'Journey to the Marsh','Speak with Tabetha.','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.','','Quiet! I\'m in a delicate juncture and mustn\'t be disturbed!$B$BOne moment...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (1948,2,40,30,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2640,0,0,0,0,0,0,7516,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Items of Power','Bring 1 Jade and the Bolt Charged Bramble to Tabetha in Dustwallow Marsh.','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.','','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?','Return to Tabetha at The Quagmire in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,7273,0,0,0,10,1529,7272,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1949,2,38,30,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1947,0,0,1950,3,0,1200,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,'Hidden Secrets','Speak with Magus Tirth in the Shimmering Flats.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (1950,2,30,30,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1949,0,0,1951,4,0,1140,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Get the Scoop','Find the phrase to Tirth\'s strongbox, then return to Tirth.','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!','Secret phrase found','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!','Return to Magus Tirth at Mirage Raceway 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,1,0,0,0,0,0,0,0,0,12340), (1951,2,40,30,0,-161,81,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1950,0,0,0,7,0,3900,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,'Rituals of Power','Bring the book Rituals of Power to Tabetha in Dustwallow Marsh.','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...','','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?','Return to Tabetha at The Quagmire in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7274,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1952,2,40,30,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1951,0,0,0,5,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,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,'Mage\'s Wand','Speak with Tabetha after her ritual.','I\'ll go make the wands now.','','Here are the wands I made. Take your pick!','',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,1,0,0,0,0,0,0,0,0,12340), (1953,2,40,35,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1954,1,0,270,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,'Return to the Marsh','Speak with Tabetha.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (1954,2,40,35,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1953,0,0,1955,4,0,1980,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,'The Infernal Orb','Bring an Infernal Orb to Tabetha in Dustwallow Marsh.','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.','','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?','Return to Tabetha at The Quagmire in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7291,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1955,2,40,35,0,-161,1,0,180,128,0,0,0,0,0,0,0,0,0,0,0,1954,0,0,1956,4,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,0,0,0,0,0,0,0,0,0,0,0,'The Exorcism','Kill the Demon of the Orb, then speak with Tabetha.','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.','','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.','Return to Tabetha at The Quagmire in Dustwallow Marsh.',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,1,0,0,0,0,0,0,0,0,12340), (1956,2,40,35,0,-161,81,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1955,0,0,1957,6,0,3300,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,'Power in Uldaman','Retrieve an Obsidian Power Source and bring it to Tabetha in Dustwallow Marsh.','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.','','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?','Return to Tabetha at The Quagmire in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8053,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1957,2,40,35,0,-161,0,0,600,128,0,0,0,0,0,0,0,0,0,0,0,1956,0,0,0,4,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,0,0,0,0,0,0,0,0,0,0,0,'Mana Surges','Kill 12 Mana Surges in the allowed time limit.','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.','','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.','Return to Tabetha at The Quagmire in Dustwallow Marsh.',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,1,0,0,0,0,0,0,0,0,12340), (1958,0,40,35,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,1957,0,0,0,5,0,2640,0,0,0,0,0,0,0,0,0,8,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,'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?','',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,1,0,0,0,0,0,0,0,0,12340), (1959,2,15,15,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1960,1,0,60,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,'Report to Anastasia','Speak with Anastasia Hartwell.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (1960,2,16,15,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1961,5,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,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Alchemist Shop','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.','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.','','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?','Return to Anastasia Hartwell in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7292,7247,7308,0,0,0,3,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1961,2,15,15,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,1960,0,0,0,4,0,480,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,'Gathering Materials','Bring 10 Linen Cloth and 6 Dalaran Mana Gems to Josef Gregorian.','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.','','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?','Return to Josef Gregorian in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2589,7293,0,0,0,0,10,6,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1962,0,15,15,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,1961,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Spellfire Robes','','','','Here are your robes, $N. Wear them well.','',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,1,0,0,0,0,0,0,0,0,12340), (1963,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1859,0,0,1858,4,0,420,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,'The Shattered Hand','Kill Tazan and bring his Satchel to Therzok in the Cleft of Shadow in Orgrimmar.','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.','','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.','Return to Therzok in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7209,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1978,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1899,0,0,0,5,0,540,0,0,0,0,0,0,7294,1,0,16384,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,0,0,0,0,0,0,0,'The Deathstalkers','Deliver Andron\'s Ledger to Varimathras in the Hall of the Dark Lady in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7294,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1998,2,16,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1999,4,0,540,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,'Fenwick Thatros','Kill Fenwick Thatros and bring his head back to Mennet Carkad in the Rogues\' Quarter of the Undercity.','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.','','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.','Return to Mennet Carkad at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7306,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (1999,2,20,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1998,0,0,0,5,0,960,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,'Tools of the Trade','Find the Dalaran Status Report and return it to Mennet Carkad in the Rogues\' Quarter of the Undercity.','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.','','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?','Return to Mennet Carkad at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7309,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2000,2,16,16,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,2018,0,2018,2,0,180,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,'Rokar Bladeshadow','Speak with Rokar Bladeshadow in Durotar.','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.',NULL,NULL,NULL,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,12340), (2018,2,16,16,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,2000,2019,0,2019,4,0,540,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,'Rokar\'s Test','Kill Overseer Glibby and return his Whistle to Rokar Bladeshadow in Durotar.','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.',NULL,NULL,NULL,'Return to Rokar Bladeshadow in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2019,2,16,16,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,2018,0,0,2020,2,0,180,0,0,0,0,0,0,5060,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tools of the Trade','Return to Therzok in the Cleft of Shadow in Orgrimmar.','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!','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (2020,2,0,0,0,-162,0,0,0,8,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','Now here\'s the locky lock.','',NULL,NULL,'Return to Therzok in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2038,2,15,12,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,12522,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bingles\' Missing Supplies','Find and return Bingles\' supplies:$B$BBingles\' Wrench, Bingles\' Screwdriver, Bingles\' Hammer, and Bingles\' Blastencapper.','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! ','','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?!','Return to Bingles Blastenheimer at the Loch in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7343,7345,7346,7376,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2039,2,15,12,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2038,2,0,150,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,54,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Bingles','Find Bingles Blastenheimer in Loch Modan.','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.','','So Gnoarn doesn\'t trust my reconnaissance abilities? I wonder why...$b$bNevermind that, I need your assistance! Nay! The movement needs your assistance!','',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,1,0,0,0,0,0,0,0,0,12340), (2040,2,20,15,0,1581,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1440,0,0,0,0,0,0,0,0,0,8,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,72,54,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Underground Assault','Retrieve the Gnoam Sprecklesprocket from the Deadmines and return it to Shoni the Shilent in Stormwind.','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!','','Well done, $N. Thanks to you, Gnomeregan is one step closer to its day of liberation!','Have you found the Gnoam Sprecklesprocket, $N?','Return to Shoni the Shilent at the Dwarven District in Stormwind.$B',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7365,0,0,0,0,0,1,0,0,0,0,0,2,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2041,2,15,15,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,2,0,150,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,54,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with Shoni','Speak with Shoni the Shilent at the Dwarven District in Stormwind.$B','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. ','','Do you bring word from central command?','',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,1,0,0,0,0,0,0,0,0,12340), (2058,2,1,1,0,-162,0,0,0,8,0,0,0,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,'','','Kill a guy,member of the Assassins\' League. He killed the old leader of the Deathstalkers.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2059,2,1,1,0,-162,0,0,0,8,0,0,0,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,'','','Well guess what,we\'re interested in you.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2078,2,20,14,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2098,0,0,0,4,900,720,0,0,0,0,0,0,7442,1,0,0,0,0,0,0,0,5996,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gyromast\'s Revenge','Find Gelkak\'s First Mate, the Threshwackonator 4100, and lead it back to Gelkak.','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!','','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!','Return to Gelkak Gyromast at Mist\'s Edge in Darkshore.',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,0,'Gelkak\'s First Mate','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2098,2,20,14,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2078,5,1200,960,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gyromast\'s Retrieval','Find and return the three pieces of Gelkak\'s Key to Gelkak Gyromast.','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....','','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?','Return to Gelkak Gyromast at Mist\'s Edge in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7498,7499,7500,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2118,2,14,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2138,5,600,600,0,0,0,0,0,0,7586,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagued Lands','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.','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.','','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.','Return to Tharnariun Treetender at Auberdine in Darkshore.',11836,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rabid Thistle Bear Captured','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2138,2,16,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2118,0,0,0,5,0,720,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleansing of the Infected','Cleanse the forest of 20 Rabid Thistle Bears and return to Tharnariun Treetender in Darkshore.','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.','','You have done Auberdine a great service, $N, but your task is not yet complete.','Is your task complete?','Return to Tharnariun Treetender at Auberdine in Darkshore.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (2139,2,18,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2138,0,0,0,5,0,840,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,7738,7739,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tharnariun\'s Hope','Find and kill the Den Mother.','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.','','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.','Return to Tharnariun Treetender at Auberdine in Darkshore.',6788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2158,2,5,1,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,60,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,4656,159,0,0,0,0,5,5,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rest and Relaxation','Speak with Innkeeper Farley at the Lion\'s Pride Inn.','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!','','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?','',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,1,'','','','',1,1,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,12340), (2159,2,5,1,0,141,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,60,0,0,0,0,0,0,7627,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,2070,159,0,0,0,0,5,5,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dolanaar Delivery','Bring the Dolanaar Delivery to Innkeeper Keldamyr.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7627,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,12340), (2160,2,5,1,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,60,0,0,0,0,0,0,7646,1,0,524288,4,0,0,0,0,0,0,0,0,0,0,0,0,117,159,0,0,0,0,5,5,0,0,0,0,47,54,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Supplies to Tannok','Deliver the Crate of Inn Supplies to Tannok Frosthammer in Kharanos.','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!','','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 bring 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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7646,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',3,1,2,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2161,2,5,1,0,14,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,60,0,0,0,0,0,0,7629,1,0,524288,4,0,0,0,0,0,0,0,0,0,0,0,0,4540,159,0,0,0,0,5,5,0,0,0,0,76,530,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'A Peon\'s Burden','Bring Ukor\'s Burden to Innkeeper Grosk in Razor Hill.','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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7629,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',6,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2178,2,12,9,0,-304,0,0,0,0,0,185,10,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5486,5477,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Easy Strider Living','Bring back 5 Strider Meat to Alanndarian Nightsong in Auberdine.','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.','','Fantastic! Try it and tell me what you think, $N!','The pot is empty and I\'m hungry! What\'s taking you so long?','Return to Alanndarian Nightsong at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5469,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2198,2,41,37,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2199,5,0,2760,0,0,0,0,0,0,7666,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shattered Necklace','Search for the original creator of the shattered necklace to learn of its potential value.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7666,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2199,2,41,37,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2198,0,0,2200,4,0,2040,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,54,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lore for a Price','Bring five silver bars to Talvash del Kissel in Ironforge.','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.','','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?','Return to Talvash del Kissel in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2842,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2200,2,42,37,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2199,0,0,2201,7,0,4350,0,0,0,0,0,0,7667,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to Uldaman','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.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2201,2,43,37,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2200,0,0,2204,7,0,4500,0,0,0,0,0,0,7668,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find the Gems','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.','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.','','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','Return to Talvash\'s Scrying Bowl.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7669,7670,7671,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2202,2,42,36,0,1517,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2258,0,0,0,5,5500,2880,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,9030,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uldaman Reagent Run','Bring 12 Magenta Fungus Caps to Jarkal Mossmeld in Kargath.','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!','','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!','Return to Jarkal Mossmeld at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8047,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2203,2,44,40,0,3,0,0,0,0,690,171,0,0,0,0,0,0,0,0,0,2202,0,0,0,5,0,3150,0,11522,0,0,0,0,7870,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Badlands Reagent Run II','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.','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.','','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...','Return to Jarkal Mossmeld at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7867,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2204,2,44,37,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2201,0,0,0,7,0,4800,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,'Restoring the Necklace','Obtain a power source from the most powerful construct you can find in Uldaman, and deliver it to Talvash del Kissel in Ironforge.','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!','','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?','Return to Talvash del Kissel in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7672,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2205,2,10,10,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,2206,2205,0,2,85,120,0,0,0,0,0,0,7674,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seek out SI: 7','Deliver Keryn Sylvius\'s package to Master Mathias Shaw at the Stormwind Barracks.','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. $B','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7674,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2206,2,10,10,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Snatch and Grab','Find the Defias Dockmaster and recover the Shipping Schedule for Master Mathias Shaw.$B','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.','','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.','Return to Master Mathias Shaw at SI:7 in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7675,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2218,2,10,10,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,2205,2238,3,175,240,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,'Road to Salvation','Speak with Hulfdan Blackbeard in Ironforge.','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.$B','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (2238,2,10,10,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2218,0,0,2239,5,0,510,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,'Simple Subterfugin\'','Find Onin MacHammar by Gnomeregan.','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.','','Shhhh! Keep it down you daft fool. They\'ll hear us. ','',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,1,0,0,0,0,0,0,0,0,12340), (2239,2,10,10,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2238,0,0,0,5,0,510,0,0,0,0,0,0,7715,1,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,0,0,0,0,0,0,0,'Onin\'s Report','Take Onin\'s Report back to Hulfdan in Ironforge.','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.$B','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7715,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2240,2,40,35,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2398,0,0,0,7,0,3900,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,9626,9627,0,0,0,0,1,1,0,0,0,0,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hidden Chamber','Read Baelog\'s Journal, explore the hidden chamber, then report to Prospector Stormpike.','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.','Explore the Hidden Chamber','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?','Return to Prospector Stormpike in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2241,2,10,10,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,2242,2205,0,3,0,240,0,0,0,0,0,0,7735,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Apple Falls','Take Jannok\'s Rose to Syurna in Darnassus.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7735,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2242,2,10,10,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Destiny Calls','Find Sethir the Ancient and bring back any clues that you may discover to Syurna.$B','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.$B','','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?','Return to Syurna at Tradesmen\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7737,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2258,2,39,36,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2202,5,4500,2460,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Badlands Reagent Run','Bring 5 Buzzard Gizzards, 10 Crag Coyote Fangs, and 5 Rock Elemental Shards to Jarkal Mossmeld in Kargath, Badlands.','$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?','','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.','Return to Jarkal Mossmeld at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7847,7846,7848,0,0,0,5,10,5,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2259,2,16,16,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,2259,2260,1,0,60,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,'Erion Shadewhisper','Contact Erion Shadewhisper in Darnassus.$B','Do not worry, $N, I am not sending you to see Syurna. Erion requires your presence at the Cenarion Enclave. Make haste!','','It is time to branch out, $R - the world awaits.','',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,1,0,0,0,0,0,0,0,0,12340), (2260,2,16,16,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2259,0,0,0,3,0,360,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,'Erion\'s Behest','Travel to Stormwind City and seek council with Renzik \"The Shiv.\"','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.$B','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2278,2,47,40,0,1517,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,5400,0,0,0,0,0,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,0,0,0,'The Platinum Discs','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.','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!','Learn what lore that the stone watcher has to offer','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.\"','Use The Discs 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,1,0,0,0,0,0,0,0,0,12340), (2279,2,47,40,0,1517,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2278,0,0,2439,6,0,4500,0,0,0,0,0,0,6064,1,0,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Platinum Discs','Take the miniature version of the Discs of Norgannon to the Explorers\' League in Ironforge.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2280,2,47,40,0,1517,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2278,0,0,0,6,0,4500,0,0,0,0,0,0,6064,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Platinum Discs','Take the miniature version of the Discs of Norgannon to the one of the sages in Thunder Bluff.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2281,2,16,16,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2282,1,0,60,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,'Redridge Rendezvous','Venture forth to Lakeshire in the Redridge Mountains and speak with Lucius.','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.','','Ah, so your fingers are a little fat, eh? Don\'t worry, $N, I\'ve turned more useless thieves than you into accomplished rogues.','',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,1,0,0,0,0,0,0,0,0,12340), (2282,2,20,16,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,0,0,0,0,0,0,5060,1,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,0,0,0,0,0,0,0,'Alther\'s Mill','Open Lucius\'s Lockbox, recover the Token of Thievery and return it to Lucius in Lakeshire.','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!','','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.','Return to Lucius at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7871,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2283,2,41,37,0,1517,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2284,4,0,2040,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necklace Recovery','Look for a valuable necklace within the Uldaman dig site and bring it back to Dran Droffers in Orgrimmar. The necklace may be damaged.','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.','','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!','Return to Dran Droffers in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7666,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2284,2,41,37,0,1517,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2283,0,0,2318,7,0,4050,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necklace Recovery, Take 2','Find a clue as to the gems\' whereabouts in the depths of Uldaman.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2298,2,16,16,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60,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,'Kingly Shakedown','Travel to Stormwind and seek out Renzik \"The Shiv.\"','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.\"','','It\'s always good to have one of Hulfdan\'s rogues among our ranks!','',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,1,0,0,0,0,0,0,0,0,12340), (2299,2,16,16,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,2259,2298,1,0,60,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,'To Hulfdan!','Travel to Ironforge and speak with Hulfdan Blackbeard.','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!','','Keep yer voice down, $N, the guards may hear ye.','',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,1,0,0,0,0,0,0,0,0,12340), (2300,2,16,16,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,2259,2281,1,0,60,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,'SI:7','Travel to Stormwind and seek out Renzik \"The Shiv.\"','Renzik was looking for you, fish.$B$BI wouldn\'t keep Mathias\'s second in command waiting if I were you.$B','','Are you ready to get to work or do you need to take a nap before we get started?','',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,1,0,0,0,0,0,0,0,0,12340), (2318,2,42,37,0,1517,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2284,0,0,2338,5,0,2880,0,0,0,0,0,0,7886,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Translating the Journal','Find someone who can translate the paladin\'s journal. The closest location that might have someone is Kargath, in the Badlands.','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.$B','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (2338,2,42,37,0,1517,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,0,0,0,1,0,300,0,0,0,0,0,0,7886,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Translating the Journal','Let Jarkal borrow the necklace. In exchange, he will translate the journal for you.','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?','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7886,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2339,2,44,37,0,1517,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2338,0,0,0,7,0,4800,0,0,0,0,0,0,7668,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find the Gems and Power Source','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.','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!','','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...','Return to Jarkal Mossmeld at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7669,7670,7671,7672,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2340,2,44,37,0,1517,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2339,0,0,2341,3,12500,1560,0,0,0,0,0,0,7887,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliver the Gems','Deliver the Necklace and Gem Salvage to Dran Droffers in Orgrimmar.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7887,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2341,2,44,37,0,1517,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,7,0,4800,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,7888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necklace Recovery, Take 3','Visit Jarkal Mossmeld in Kargath to see if he was successful.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2342,2,43,33,0,1517,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6000,3000,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaimed Treasures','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.','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!','','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?!','Return to Patrick Garrett at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8026,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,12340), (2358,2,22,16,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1080,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Horns of Nez\'ra','Return the Horns of Nez\'ra to Arantir in Lakeshire.','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.','','To deny Ravenholdt the artifact, would be to deny one\'s own existence. Well done, $C. You may yet walk among the assassins of Ravenholdt.$B$BAs a young $C adventuring in Darkshore, I discovered a tea that replenishes energy in combat. It has served me well throughout the years and now I pass on a taste of the thistle tea to you. Drink of it when you tire, $N, and fight with vigor once more!','Do you have the demon prince\'s horns?','Return to Arantir at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7906,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2359,2,-1,20,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2360,0,0,2607,5,0,132300,0,2995,0,0,0,0,8046,1,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,0,0,0,0,0,0,0,'Klaven\'s Tower','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.$B','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.','','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?','Return to Master Mathias Shaw at SI:7 in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7908,7923,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2360,2,-1,20,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2359,2,0,33000,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,'Mathias and the Defias','Travel to Westfall and find Agent Kearnen for your debriefing.','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. ','','Mathias finally sent another agent to back me up, eh? Well I hope he\'s ready to hear some bad news.','',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,1,0,0,0,0,0,0,0,0,12340), (2361,0,44,37,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2204,0,0,0,7,0,4800,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,7673,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restoring the Necklace','','',NULL,'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.','',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,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2378,2,16,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,2378,2379,1,0,60,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,'Find the Shattered Hand','Journey to Orgrimmar and speak with Shenthul at the Cleft of Shadow.$B','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.$B','','So, you are what our mighty allies have sent Shenthul? How uninspiring....','',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,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2379,2,16,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,2379,2382,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,'Zando\'zan','Speak with Zando\'zan at the Cleft of Shadow.','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.$B','','Perhaps Zando\'zan was wrong. Zando\'zan apologizes.','',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,1,0,0,0,0,0,0,0,0,12340), (2380,2,16,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,2378,2379,1,0,60,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,'To Orgrimmar!','Speak with Shenthul at the Cleft of Shadow in 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.$B','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2381,2,18,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,2382,0,0,0,5,0,840,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,0,0,0,0,0,0,0,'Plundering the Plunderers','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.!$B$B','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!$B','','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','Return to Wrenix the Wretched at Ratchet in The Barrens.',0,0,0,0,0,0,0,0,0,0,7970,5060,0,0,1,1,7968,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2382,2,16,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,2379,0,0,2381,1,0,60,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,'Wrenix of Ratchet','Travel to Ratchet in the Barrens and speak with Wrenix the Wretched.','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!$B','','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','',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,1,0,0,0,0,0,0,0,0,12340), (2383,2,1,1,0,-81,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,12635,1,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Parchment','Read the Simple Parchment and speak to Frang in the Valley of Trials.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12635,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (2398,2,40,35,0,1517,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2240,1,500,270,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,'The Lost Dwarves','Find Baelog in Uldaman.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2399,0,10,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,931,0,0,0,1,0,60,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5205,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,1,0,0,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....','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2418,2,36,30,0,1517,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2100,0,0,0,0,0,0,0,0,0,8,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,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Power Stones','Bring 8 Dentrium Power Stones and 8 An\'Alleum Power Stones to Rigglefuzz in the Badlands.','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!','','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...','Return to Rigglefuzz at the Valley of Fangs in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8009,8052,0,0,0,0,8,8,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (2438,2,6,1,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2459,4,100,240,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Emerald Dreamcatcher','Bring the Emerald Dreamcatcher to Tallonkai Swiftroot in Dolanaar.','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? ','','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?','Return to Tallonkai Swiftroot at Lake Al\'Ameth in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8048,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,0,0,12340), (2439,2,47,40,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2279,0,0,0,1,0,360,0,0,0,0,0,0,8070,1,0,0,0,0,0,0,0,9587,0,0,0,1,0,0,0,3928,6149,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,'The Platinum Discs','Take your reward voucher to Dinita Stonemantle in the Vault of Ironforge.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8070,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2440,2,47,40,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2280,0,0,0,1,0,360,0,0,0,0,0,0,8070,1,0,0,0,0,0,0,0,9587,0,0,0,1,0,0,0,3928,6149,0,0,0,0,5,5,0,0,0,0,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Platinum Discs','Take the reward voucher to Bena Winterhoof in Thunder Bluff.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8070,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2458,2,-1,20,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,4,0,99300,0,0,0,0,0,0,8051,1,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,0,0,0,0,0,0,0,'Deep Cover','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.','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.$B','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2459,2,8,1,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2438,0,0,0,6,450,540,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ferocitas the Dream Eater','Tallonkai Swiftroot in Dolanaar wants you to kill 7 Gnarlpine Mystics and find the Missing Jewel.','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.','','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.','Return to Tallonkai Swiftroot at Lake Al\'Ameth in Teldrassil.',0,7235,0,0,0,7,0,0,8049,0,0,0,1,0,0,0,0,0,8050,0,0,0,0,0,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0,0,12340), (2460,2,-1,20,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2458,1,0,13200,0,0,0,0,0,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,0,0,0,'The Shattered Salute','Perform the Shattered Salute on Shenthul.','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.','Shattered Salute Performed','Well done, $N. You are now ready to proceed.','','Return to Shenthul 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,1,0,0,0,0,0,0,0,0,12340), (2478,2,-1,20,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,2458,0,0,2479,5,0,30300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Mission: Possible But Not Probable','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.$B','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.','','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?','Return to Shenthul in Orgrimmar.',7310,7307,7308,0,2,2,2,0,0,0,0,0,0,0,0,0,8074,8072,8073,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2479,2,-1,20,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,2478,0,0,2480,3,0,66300,0,0,0,0,0,0,8087,1,9991,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hinott\'s Assistance','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!$B$B','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.','','You look deliciously pale, $C. And what is that foul aroma you are giving off? I must know!','What\'s this???',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8087,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2480,2,-1,20,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,2479,0,0,0,1,0,13200,0,0,0,0,0,0,0,0,0,2,2,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,0,0,0,0,0,0,0,'Hinott\'s Assistance','Wait for Serge Hinott to complete the cure.','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.','Cure Completed','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.','','Speak to Serge Hinott at Tarren Mill 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,1,0,0,0,0,0,0,0,0,12340), (2498,2,9,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,923,0,0,2499,1,0,60,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Denalan','Rellian Greenspyre wants you to speak with Denalan at Lake Al\'Ameth.','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.','','Ah, so Rellian sent you to aid me. I am glad you arrived here so soon.$b$bI have discovered something quite disturbing!','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2499,2,9,4,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2498,0,0,0,5,300,480,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oakenscowl','Denalan at Lake Al\'Ameth wants you to collect the Gargantuan Tumor from 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.','','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?','Return to Denalan in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8136,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2500,2,39,36,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2460,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Badlands Reagent Run','Acquire the reagents Ghak Healtouch needs from the Badlands, then return to him in Thelsamar.','$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?','','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.','Return to Ghak Healtouch at Grizzlepaw Ridge in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7847,7846,7848,0,0,0,5,10,5,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2501,2,44,40,0,38,0,0,0,0,1101,171,210,0,0,0,0,0,0,0,0,2500,0,0,0,5,0,3150,0,11522,0,0,0,0,7870,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Badlands Reagent Run II','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.','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.','','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...','Return to Ghak Healtouch at Thelsamar in Loch Modan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7867,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2518,2,12,5,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2519,0,0,2520,6,1000,720,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tears of the Moon','Priestess A\'moora in the Temple of the Moon at Darnassus wants you to bring her Lady Sathrah\'s Silvery Spinnerets.','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.','','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.','Return to Priestess A\'moora at The Temple Gardens in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8344,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2519,2,10,5,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2518,1,0,60,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Temple of the Moon','Sister Aquinne wants you to speak with Priestess A\'moora in 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.','','So, Sister Aquinne sent you?','',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,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2520,2,12,5,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2518,0,0,0,5,0,540,0,0,0,0,0,0,8155,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,9600,9601,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sathrah\'s Sacrifice','Priestess A\'moora wants you to place Lady Sathrah\'s silvery spinnerets at the fountain inside the temple, and then return to her.','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.','Offer the sacrifice at the fountain','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?','Return to Priestess A\'moora 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2521,2,55,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,7500,0,0,0,0,0,0,0,0,0,8,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,'To Serve Kum\'isha','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.','$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. ','','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, tau','Return to Kum\'isha the Collector in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8244,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2522,2,55,45,0,4,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,0,0,0,0,264,1,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,'Kum\'isha\'s Endeavors','Find and return a Flawless Draenethyst Sphere to Kum\'isha the Collector.','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*.','','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?','Return to Kum\'isha the Collector in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8244,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2523,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2541,2,8,3,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561,5,0,420,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sleeping Druid','Bring a Shaman Voodoo Charm to Oben Rageclaw in the Ban\'ethil Barrow Den.','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.','','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?','Return to Oben Rageclaw in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8363,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2561,2,10,3,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2541,0,0,0,6,0,660,0,0,0,0,0,0,8149,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,9598,18957,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Druid of the Claw','Oben Rageclaw wants you to kill his soulless body, and then use the Voodoo Charm.','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.','Release Oben Rageclaw\'s spirit','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.','Return to Oben Rageclaw in Ban\'ethil 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2581,2,50,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,10670,0,0,0,0,0,0,0,8,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,0,0,'Snickerfang Jowls','Bring three Snickerfang Jowls, two Blasted Boar Lungs, and one Scorpok Pincer to Bloodmage Drazial.','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.','','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?!','Return to Bloodmage Drazial in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8391,8392,8393,0,0,0,3,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2582,2,50,45,0,4,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,8,1,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,0,0,'Rage of Ages','Bring three Snickerfang Jowls, two Blasted Boar Lungs, and one Scorpok Pincer to Bloodmage Drazial.','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.','','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?','Return to Bloodmage Drazial in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8391,8392,8393,0,0,0,3,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2583,2,50,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,10671,0,0,0,0,0,0,0,8,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,0,0,'A Boar\'s Vitality','Bring three Blasted Boar Lungs, two Scorpok Pincers, and one Basilisk Brain to Bloodmage Drazial.$B','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!','','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!?','Return to Bloodmage Drazial in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8392,8393,8394,0,0,0,3,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2584,2,50,45,0,4,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,0,0,0,0,8,1,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,0,0,'Spirit of the Boar','Bring three Blasted Boar Lungs, two Scorpok Pincers, and one Basilisk Brain to Bloodmage Drazial.$B','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.','','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!?','Return to Bloodmage Drazial in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8392,8393,8394,0,0,0,3,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2585,2,50,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,10672,0,0,0,0,0,0,0,8,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,0,0,'The Decisive Striker','Bring three Scorpok Pincers, two Vulture Gizzards, and one Blasted Boar Lung to Bloodmage Drazial.$B','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.','','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','Return to Bloodmage Drazial in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8393,8396,8392,0,0,0,3,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2586,2,50,45,0,4,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,0,0,0,0,8,1,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,0,0,'Salt of the Scorpok','Bring three Scorpok Pincers, two Vulture Gizzards, and one Blasted Boar Lung to Bloodmage Drazial.','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.','','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!?','Return to Bloodmage Drazial in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8393,8396,8392,0,0,0,3,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2601,2,50,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,10690,0,0,0,0,0,0,0,8,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,0,0,'The Basilisk\'s Bite','Bring ten Basilisk Brains and two Vulture Gizzards to Bloodmage Lynnore.$B','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.','','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?','Return to Bloodmage Lynnore in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8394,8396,0,0,0,0,10,2,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2602,2,50,45,0,4,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,0,0,0,0,8,1,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,0,0,'Infallible Mind','Bring ten Basilisk Brains and two Vulture Gizzards to Bloodmage Lynnore.','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.$B','','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?','Return to Bloodmage Lynnore in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8394,8396,0,0,0,0,10,2,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2603,2,50,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,10691,0,0,0,0,0,0,0,8,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,0,0,'Vulture\'s Vigor','Bring ten Vulture Gizzards and two Snickerfang Jowls to Bloodmage Lynnore.$B','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.','','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.','Return to Bloodmage Lynnore in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8396,8391,0,0,0,0,10,2,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2604,2,50,45,0,4,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,8,1,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,0,0,'Spiritual Domination','Bring ten Vulture Gizzards and two Snickerfang Jowls to Bloodmage Lynnore.$B','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.','','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.','Return to Bloodmage Lynnore in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8396,8391,0,0,0,0,10,2,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2605,2,49,44,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,5,7000,3900,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Thirsty Goblin','Collect a Laden Dew Gland and bring it to Marin Noggenfogger in Gadgetzan.','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.','','Oh, wonderful! Give it here -- let me drink it!','Please, tell me you found the dew collectors?','Return to Marin Noggenfogger at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8428,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2606,2,49,44,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2605,0,0,2641,1,0,390,0,0,0,0,0,0,8603,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Good Taste','Marin Noggenfogger wants you to speak with Sprinkle in Gadgetzan.','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\'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8603,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2607,2,20,20,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2359,2608,0,0,0,0,0,0,0,0,0,0,0,0,0,9991,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Touch of Zanzil','Speak with Doc Mixilpixil in the cellar of the Barracks.','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.','','It\'s about time! Just put the cheese on the table and skedaddle. Osborne will pay you on the way out.','',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,1,0,0,0,0,0,0,0,0,12340), (2608,2,20,20,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2607,2609,0,0,1,0,90,0,0,0,0,0,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,0,0,0,'The Touch of Zanzil','/Lay down to be examined by Doc Mixilpixil. How can he find the cure if he can\'t find the cause?$B','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.','Diagnosis Complete','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.','Return to Doc Mixilpixil at 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,1,0,0,0,0,0,0,0,0,12340), (2609,2,20,20,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,2608,0,0,0,4,0,720,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Touch of Zanzil','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;. ','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.','','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?','Return to Doc Mixilpixil at Valley of Heroes in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3421,3372,4371,8431,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2621,2,50,45,0,4,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2784,0,0,2622,2,0,1020,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,'The Disgraced One','Speak to Dispatch Commander Ruag at Stonard in Swamp of Sorrows.','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.$B','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2622,2,50,45,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2621,0,0,2623,2,0,1020,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,'The Missing Orders','Speak to Bengor at Stonard in Swamp of Sorrows.','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.','','Swamp tal... talk.. talker...$b$b','',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,1,0,0,0,0,0,0,0,0,12340), (2623,2,55,45,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2622,2801,0,0,5,0,4950,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,'The Swamp Talker','Retrieve the Warchief\'s Orders and return them to the Fallen Hero of the Horde.','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$B','','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.','Return to Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8463,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2641,2,49,44,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,0,0,0,5,0,3900,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sprinkle\'s Secret Ingredient','Sprinkle in Gadgetzan wants you to collect a Violet Tragan and return it to her.','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.','','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!','Return to Sprinkle at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8526,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2661,2,49,44,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,2662,1,0,390,0,0,0,0,0,0,8528,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery for Marin','Sprinkle wants to you take the Violet Powder to Marin Noggenfogger in Gadgetzan.','Here\'s the Violet Powder, $N. Take it to Marin and tell him he owes me a favor!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8528,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2662,2,49,44,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2661,0,0,0,0,7000,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noggenfogger Elixir','Marin Noggenfogger wants you to speak to him again after he creates his 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!','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (2681,2,57,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2801,0,0,2702,6,0,6600,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,'The Stones That Bind Us','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.','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.','','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!','Return to Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.',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,'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,1,0,0,0,0,0,0,0,0,12340), (2701,2,57,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2702,0,0,0,5,0,5250,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,0,0,0,0,0,0,0,'Heroes of Old','Open the chest and claim your reward.','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.$B','','You are temporarily blinded by the sparkle and gleam.','',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,1,0,0,0,0,0,0,0,0,12340), (2702,2,57,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2681,0,0,2701,3,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,0,0,0,0,0,0,0,0,0,'Heroes of Old','Speak to Corporal Thund Splithoof.','You have honored me with your nobility and heroism, $N.$B$BYou have also honored them...','','Indeed, you have honored us all. Our thanks alone are not sufficient.','',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,1,0,0,0,0,0,0,0,0,12340), (2721,2,58,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2701,0,0,2743,5,0,5400,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,'Kirith','Find out what became of Lieutenant 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.','','Trebor? Trebor sent you?','',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,1,0,0,0,0,0,0,0,0,12340), (2741,0,47,42,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3600,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,69,81,0,0,0,5,5,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.','Return to Egg-O-Matic in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8564,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2742,2,47,42,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2782,5,0,3600,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rin\'ji is Trapped!','Escort Rin\'ji out of the Quel\'Danil Lodge, then find his hidden secret at the Overlook Cliffs to the east.','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 to safety','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!','Find Rin\'ji\'s Secret at the Overlook Cliffs 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,1,0,0,0,0,0,0,0,0,12340), (2743,2,60,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2721,0,0,2744,3,0,2880,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,'The Cover of Darkness','Return to the Fallen Hero of the Horde with your findings.','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.','','The demon lord displays a cunning almost as calculated as his brutality, $N.','',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,1,0,0,0,0,0,0,0,0,12340), (2744,2,60,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2743,0,0,3141,5,0,5700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'The Demon Hunter','Speak with Loramus Thalipedes in Azshara.','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.','Conversation with Loramus','I will help you. Although, I do not think you fully understand what you are up against.','What are you doing here?','Return to Loramus Thalipedes at Bay of Storms 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,1,0,0,0,0,0,0,0,0,12340), (2745,2,31,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,350,0,0,2746,1,0,150,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,'Infiltrating the Castle','Speak to Tyrion in Stormwind 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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2746,2,31,16,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2745,0,0,0,2,0,390,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Items of Some Consequence','Bring 3 Silk Cloth and 2 of Clara\'s Fresh Apples to Tyrion in Stormwind.','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.','','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.','Return to Tyrion in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,8683,0,0,0,0,3,2,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2747,0,60,42,0,440,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,8,1,0,0,0,0,9541,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,69,0,0,0,1,1,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...','Return to Curgle Cranklehop in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8643,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2748,0,60,42,0,440,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,8,1,0,0,0,0,9540,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,69,0,0,0,1,1,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.','Return to Curgle Cranklehop in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8644,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2749,0,60,42,0,440,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,8,1,0,0,0,0,9539,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,69,0,0,0,1,1,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.','Return to Curgle Cranklehop in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8645,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2750,0,60,42,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2741,0,0,0,0,900,0,0,0,0,0,0,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,81,69,0,0,0,1,1,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.','Return to Curgle Cranklehop in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8646,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2751,2,32,32,0,-121,0,0,0,0,690,164,140,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1620,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Barbaric Battlements','Bring two Patterned Bronze Bracers, two Bronze Greatswords, and two Sharp Claws to Orokk Omosh in Orgrimmar.$B','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.','','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!!','Return to Orokk Omosh in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2868,7957,5635,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2752,2,32,32,0,-121,0,0,0,0,690,164,1,0,0,0,0,0,0,0,0,2751,0,0,0,5,0,1620,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'On Iron Pauldrons','Bring four Bronze Battleaxes and four Bronze Warhammers to Orokk Omosh in Orgrimmar.','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.','','You do Orokk proud, $N. Read, learn of iron shoulders!','Show me your dedication, $R.','Return to Orokk Omosh in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7958,7956,0,0,0,0,4,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2753,2,36,32,0,-121,0,0,0,0,690,164,1,0,0,0,0,0,0,0,0,2752,0,0,0,5,0,2100,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Trampled Under Foot','Bring four Green Iron Helms, four Green Iron Bracers, and two Green Iron Leggings to Orokk Omosh in Orgrimmar.','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!','','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!','Return to Orokk Omosh in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3836,3835,3842,0,0,0,4,4,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2754,2,36,32,0,-121,0,0,0,0,690,164,1,0,0,0,0,0,0,0,0,2753,0,0,0,5,0,2100,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Horns of Frenzy','Bring two Solid Iron Mauls, two Silvered Bronze Boots, and two Silvered Bronze Gauntlets to Orokk Omosh in Orgrimmar.','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!$B','','Astounding! You have learned the way of the Omosh, $N!','Show the iron who is in charge, $N!','Return to Orokk Omosh in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3851,3482,3483,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2755,2,36,32,0,-121,0,0,0,0,690,164,1,0,0,0,0,0,0,0,0,2754,0,0,0,1,0,210,0,0,0,0,0,0,0,0,0,2,2,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,0,0,0,0,0,0,0,'Joys of Omosh','Watch and learn the Omosh Dance of Joy.','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!$B','Omosh Dance of Joy Learned','$B$BIt has been a very long time since Orokk has done the Omosh dance of joy. Learn now, $N!','','Return to Orokk Omosh 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,1,0,0,0,0,0,0,0,0,12340), (2756,2,40,40,0,-121,0,0,0,0,690,164,210,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2640,0,11132,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,'The Old Ways','Bring four Steel Breastplates and four Steel Plate Helms to Aturk the Anvil in Orgrimmar.$B','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!','','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!','Return to Aturk the Anvil at the Valley of Honor in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7963,7922,0,0,0,0,4,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2757,2,40,40,0,-121,0,0,0,0,690,164,210,0,0,0,0,0,0,0,0,2756,2760,0,2760,3,0,1320,0,0,0,0,0,0,8663,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Booty Bay or Bust!','Speak with McGavan in Booty Bay.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8663,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2758,2,40,40,0,-121,0,0,0,0,1101,164,210,0,0,0,0,0,0,0,0,0,0,0,2759,5,0,2640,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Origins of Smithing','Bring six Golden Scale Bracers to Hank the Hammer in Stormwind.','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.','','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?','Return to Hank the Hammer at the Dwarven District in Stormwind.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6040,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2759,2,40,40,0,-121,0,0,0,0,1101,164,210,0,0,0,0,0,0,0,0,2758,2760,0,2760,3,0,1320,0,0,0,0,0,0,8663,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Galvan','Speak with McGavan in Booty Bay.','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!','','By Blackhoof\'s back hair -- finally, one worthy of the Mithril Order!','A rare breed your kind be, matey. Let me see that insignia.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8663,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2760,2,40,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2640,0,0,0,0,0,0,8686,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mithril Order','Speak with Galvan the Ancient in Stranglethorn Vale.$B','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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8686,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2761,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,2760,2765,-2761,0,5,0,3300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Smelt On, Smelt Off','Bring forty Mithril Bars and forty Iron Bars to Galvan the Ancient in Stranglethorn.','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!','','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!','Return to Galvan the Ancient in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3575,3860,0,0,0,0,40,40,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2762,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,2760,2765,-2761,0,5,0,3300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Great Silver Deceiver','Bring forty Mithril Bars and five Truesilver Bars to Galvan the Ancient in Stranglethorn.','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!','','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!','Return to Galvan the Ancient in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,6037,0,0,0,0,40,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2763,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,2760,2765,-2761,0,5,0,3300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Art of the Imbue','Bring forty Mithril Bars and four Citrines to Galvan the Ancient in Stranglethorn.','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.','','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!','Return to Galvan the Ancient in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,3864,0,0,0,0,40,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2764,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,2761,0,0,0,4,0,2520,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,'Galvan\'s Finest Pupil','Speak with Trenton Lighthammer at Gadgetzan in Tanaris.','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!','','Galvan the Ancient sent you??$B$B$B$BIt is a great honor to meet another of the master\'s pupils!','',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,1,0,0,0,0,0,0,0,0,12340), (2765,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3300,0,0,0,0,0,0,0,0,0,2,2,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,0,0,0,0,0,0,0,'Expert Blacksmith!','Claim your reward from Galvan the Ancient!','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!','You Are The Big Winner','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.','','Return to Galvan the Ancient in 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,1,0,0,0,0,0,0,0,0,12340), (2766,2,45,40,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2767,5,0,3300,0,0,0,0,0,0,8705,1,0,0,0,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,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Find OOX-22/FE!','Take the distress beacon to Oglethorpe\'s homing robot in a cave near Feral Scar Vale.','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!\"','','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!\"',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8705,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2767,2,45,40,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2766,3721,-648,0,8,0,6600,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,9647,9648,0,0,0,0,1,1,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue OOX-22/FE!','Escort OOX-22/FE to safety, then report to Oglethorpe Obnoticus in Booty Bay.','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','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?','Return to Oglethorpe Obnoticus at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (2768,2,47,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,5400,0,0,0,0,0,0,0,0,0,8,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,369,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Divino-matic Rod','Bring the Divino-matic Rod to Chief Engineer Bilgewhizzle in Gadgetzan.','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.','','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?','Return to Chief Engineer Bilgewhizzle in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8548,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (2769,2,46,40,0,400,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2770,1,0,330,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,'The Brassbolts Brothers','Speak with Wizzle Brassbolts in the Shimmering Flats.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (2770,2,50,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7500,6000,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gahz\'rilla','Bring Gahz\'rilla\'s Electrified Scale to Wizzle Brassbolts in the Shimmering Flats.','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.','','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!','Return to Wizzle Brassbolts at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8707,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,12340), (2771,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,2760,3321,-2771,0,5,0,3300,0,11203,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,'A Good Head On Your Shoulders','Bring two Mithril Coifs and one Ornate Mithril Shoulder to Trenton Lighthammer.','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.','','Excellent! A fair tradeoff, if I do say so myself. Watch and learn, $N!','Have you completed the crafting of the items, $N?','Return to Trenton Lighthammer in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7931,7928,0,0,0,0,2,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2772,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,2760,3321,-2771,0,5,0,3300,0,11204,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,'The World At Your Feet','Bring two Heavy Mithril Boots and one Ornate Mithril Pants to Trenton Lighthammer.$B','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!','','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?','Return to Trenton Lighthammer in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7933,7926,0,0,0,0,2,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2773,2,45,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,2760,3321,-2771,0,5,0,3300,0,11205,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,'The Mithril Kid','Bring two Heavy Mithril Breastplates and one Ornate Mithril Gloves to Trenton Lighthammer.','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.','','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?','Return to Trenton Lighthammer in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7930,7927,0,0,0,0,2,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2781,2,46,38,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13000,4350,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,369,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Caliph Scorpidsting','Bring the head of Caliph Scorpidsting to Chief Engineer Bilgewhizzle in Gadgetzan.','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!','','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?','Return to Chief Engineer Bilgewhizzle at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8723,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2782,2,47,42,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2742,0,0,0,3,0,1800,0,0,0,0,0,0,8724,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rin\'ji\'s Secret','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.','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...','','This tablet... Quite unusual... Where did you find this, $N?','Well, now, what is this?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8724,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2783,2,57,50,0,4,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,2801,0,2801,4,0,3900,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,'Petty Squabbles','Speak with the Fallen Hero of the Horde at the border of the Blasted Lands and the swamp.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2784,2,50,45,0,4,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2621,1,0,420,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Fall From Grace','Listen to the Fallen Hero of the Horde tell his story.','Hear my story, $r.','The Tale of Sorrow','As a spirit, I am powerless, $N. Assist me. Allow me to regain my honor.','Listen to what I have to say.','Return to Fallen Hero of the Horde at Splinterspear Junction 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,1,0,0,0,0,0,0,0,0,12340), (2801,2,57,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2681,1,0,510,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'A Tale of Sorrow','Listen to the Fallen Hero of the Horde tell his story.','Before we may continue, you must hear my story.','A Tale of Sorrow','The time to act is now, $N.','Listen to what I have to say, $N.','Return to Fallen Hero of the Horde at Splinterspear Junction 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,1,0,0,0,0,0,0,0,0,12340), (2821,2,46,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3450,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Quality','Bring 10 Thick Yeti Hides to Pratt McGrubben in Feathermoon Stronghold.','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.','','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.','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8973,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2822,2,46,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3450,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Quality','Bring 10 Thick Yeti Hides to Jangdor Swiftstrider in Camp Mojache.','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!','','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.','Return to Jangdor Swiftstrider at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8973,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2841,2,35,25,0,133,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,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,9623,9624,9625,0,0,0,1,1,1,0,0,0,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rig Wars','Retrieve the Rig Blueprints and Thermaplugg\'s Safe Combination from Gnomeregan and bring them to Nogg in Orgrimmar.$B','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!$B','','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','Return to Nogg in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9153,9299,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2842,2,35,20,0,133,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-2841,0,0,2843,1,0,210,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,'Chief Engineer Scooty','Speak with Scooty in Booty Bay.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2843,2,35,20,0,133,81,0,0,0,690,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,2,2,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,0,0,'Gnomer-gooooone!','Wait for Scooty to calibrate the Goblin Transponder.','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.$B','Goblin Transponder','All done! When you\'re ready, just step on the pad.','It\'s ready!','Return to Scooty at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (2844,2,49,44,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2845,4,0,2940,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,'The Giant Guardian','Locate the lost night elf girl.','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.','','Oh, I am so glad you found me! I must admit, I am a bit lost... But isn\'t this a beautiful place?','',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,1,0,0,0,0,0,0,0,0,12340), (2845,2,49,44,0,357,0,0,900,0,1101,0,0,0,0,0,0,0,0,0,0,2844,0,0,0,5,0,3900,0,0,0,0,0,0,0,0,0,2,2,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,'Wandering Shay','Pick up Shay\'s Bell from the chest.$B$BEscort Shay Leafrunner to Rockbiter\'s camp.','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.','Take 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.','Return to Rockbiter at The Twin Colossals in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9189,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2846,2,46,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,6500,5250,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tiara of the Deep','Bring the Tiara of the Deep to Tabetha in Dustwallow Marsh.','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.','','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?','Return to Tabetha at The Quagmire in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9234,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (2847,2,45,30,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1680,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,'Wild Leather Armor','Bring 10 Thick Leather to Pratt McGrubben in Feathermoon Stronghold.','$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.','','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.','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2848,2,45,30,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,2847,2853,-2848,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Shoulders','Bring 6 Thick Armor Kits and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','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.','','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...','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8173,8153,0,0,0,0,6,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2849,2,45,30,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,2847,2853,-2848,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Vest','Bring 2 Turtle Scale Breastplates, 2 Turtle Scale Gloves, and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','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.','','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!','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8189,8187,8153,0,0,0,2,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2850,2,45,30,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,2847,2853,-2848,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Helmet','Bring 2 Nightscape Tunics, 2 Nightscape Headbands, and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','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!','','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.','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8175,8176,8153,0,0,0,2,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2851,2,45,30,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,2847,2853,-2848,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Boots','Bring 2 Nightscape Pants, 2 Nightscape Boots, and 2 Wildvines to Pratt McGrubben in Feathermoon Stronghold.','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.','','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.','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8193,8197,8153,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2852,2,45,30,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,2847,2853,-2848,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Leggings','Bring 2 Turtle Scale Helms, 2 Turtle Scale Bracers, and 2 Wildvines to Pratt McGrubben in Feathermoon Stronghold.','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.','','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!','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8191,8198,8153,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2853,2,45,30,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3300,0,0,0,0,0,0,9235,1,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,0,0,0,0,0,0,0,'Master of the Wild Leather','Give Pratt\'s Letter to Telonis, the master leatherworker of Darnassus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9235,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2854,2,45,30,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1680,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,'Wild Leather Armor','Bring 10 Thick Leather to Jangdor Swiftstrider in Camp Mojache.','$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.','','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.','Return to Jangdor Swiftstrider in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2855,2,45,30,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,2854,2860,-2855,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Shoulders','Bring 6 Thick Armor Kits and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','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.','','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.','Return to Jangdor Swiftstrider in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8173,8153,0,0,0,0,6,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2856,2,45,30,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,2854,2860,-2855,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Vest','Bring 2 Turtle Scale Breastplates, 2 Turtle Scale Gloves, and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','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.','','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.','Return to Jangdor Swiftstrider in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8189,8187,8153,0,0,0,2,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2857,2,45,30,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,2854,2860,-2855,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Helmet','Bring 2 Nightscape Tunics, 2 Nightscape Headbands, and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','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!','','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.','Return to Jangdor Swiftstrider in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8175,8176,8153,0,0,0,2,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2858,2,45,30,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,2854,2860,-2855,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Boots','Bring 2 Nightscape Pants, 2 Nightscape Boots, and 2 Wildvines to Jangdor Swiftstrider in Camp Mojache.','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.','','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.','Return to Jangdor Swiftstrider in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8193,8197,8153,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2859,2,45,30,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,2854,2860,-2855,0,4,0,2520,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Leather Leggings','Bring 2 Turtle Scale Helms, 2 Turtle Scale Bracers, and 2 Wildvines to Jangdor Swiftstrider in Camp Mojache.','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.','','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!','Return to Jangdor Swiftstrider in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8191,8198,8153,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2860,2,45,30,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3300,0,0,0,0,0,0,9236,1,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,0,0,0,0,0,0,0,'Master of the Wild Leather','Give Jangdor\'s Letter to Una, the master leatherworker of Thunder Bluff.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9236,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2861,2,46,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2846,1,0,330,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,'Tabetha\'s Task','Speak with Tabetha in Dustwallow Marsh.','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.','','That\'s right. I do have a bone to pick with a troll. A few bones. All her bones!$b$bWant to 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,1,0,0,0,0,0,0,0,0,12340), (2862,2,42,39,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,4,4500,2160,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'War on the Woodpaw','Bring 10 Woodpaw Gnoll Manes to Hadoken Swiftstrider in Camp Mojache.','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!','','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?','Return to Hadoken Swiftstrider at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9237,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2863,2,43,39,0,357,0,0,3600,0,690,0,0,0,0,0,0,0,0,0,0,2862,0,0,2902,4,4500,2280,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alpha Strike','Kill 5 Woodpaw Alphas and return to Hadoken Swiftstrider within one hour.','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!','','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!','Return to Hadoken Swiftstrider at Camp Mojache in Feralas.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (2864,2,45,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2865,1,0,330,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,369,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tran\'rek','Speak with Tran\'rek in Gadgetzan.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (2865,2,45,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2864,0,0,0,7,6500,4950,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,369,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarab Shells','Bring 5 Uncracked Scarab Shells to Tran\'rek in Gadgetzan.','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!','','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!','Return to Tran\'rek in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9238,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2866,2,43,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2867,4,0,2280,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ruins of Solarsal','Explore the Ruins of Solarsal and investigate the presence of the naga there.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (2867,2,43,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2866,0,0,0,3,4500,1500,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Feathermoon Stronghold','Return to Shandris Feathermoon in the Feathermoon Stronghold and report your findings.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2868,2,50,40,0,1417,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9243,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Shriveled Heart','','Turn this badboy into some troll tomb in the Sunken Temple,and get something cool!','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2869,2,43,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3130,0,0,2870,4,4500,2280,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against the Hatecrest','Bring 10 Hatecrest Naga Scales to Latronicus Moonspear in Feathermoon Stronghold.','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.','','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.','Return to Latronicus Moonspear at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9247,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2870,2,45,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2869,0,0,2871,4,5000,2520,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against Lord Shalzaru','Eliminate Lord Shalzaru, and then bring the Mysterious Relic he uncovered to Latronicus Moonspear in Feathermoon Stronghold.','$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.','','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?','Return to Latronicus Moonspear at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9248,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2871,2,45,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2870,0,0,0,5,0,3300,0,0,0,0,0,0,9248,1,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivering the Relic','Deliver the Mysterious Relic to Vestia Moonspear in Feathermoon Stronghold.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9248,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2872,2,45,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2873,1,0,330,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,'Stoley\'s Debt','Speak with Stoley in Steamwheedle Port.','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...','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (2873,2,45,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2872,0,0,2874,5,5000,3300,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,'Stoley\'s Shipment','Bring Stoley\'s Shipment to Stoley in Steamwheedle Port.','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!','','Great, thanks for the shipment! Now MacKinley and I can finally settle our wager.','Did you find my shipment of rum, $N?','Return to Stoley at South Seas in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9244,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2874,2,45,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2873,0,0,0,5,5000,3300,0,0,0,0,0,0,9245,1,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,'Deliver to MacKinley','Bring Stoley\'s Bottle to \"Sea Wolf\" MacKinley in Booty Bay.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9245,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2875,2,45,38,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,13000,3300,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Andre Firebeard','Bring Andre\'s Head to Security Chief Bilgewhizzle in Steamwheedle Port.','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.','','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?','Return to Security Chief Bilgewhizzle at Steamwheedle Port in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9246,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2876,2,45,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,13000,4200,0,0,0,0,0,0,9250,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ship Schedules','Report the Ship Schedules to an authority in Steamwheedle Port.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2877,2,48,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5000,3750,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,'Skulk Rock Clean-up','Kill 10 Green Sludges and 10 Jade Oozes, and then report back to Fraggar Thundermantle in Aerie Peak.','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!','','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?!','Return to Fraggar Thundermantle at Aerie Peak in The Hinterlands.',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,'','','','',5,0,0,0,0,0,0,0,5,1,4,0,0,0,0,0,0,0,12340), (2878,0,55,48,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,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2879,2,50,42,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2943,0,0,2942,5,0,4050,0,0,0,0,0,0,9263,1,0,0,0,0,0,0,0,9307,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stave of Equinex','Energize Troyas\' Stave and find the Equinex Monolith.','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.','','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?','Return to Equinex Monolith at The Twin Colossals in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9306,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2880,2,45,40,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,3300,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,'Troll Necklace Bounty','Bring 5 Troll Tribal Necklaces to Fraggar Thundermantle in Aerie Peak.','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.','','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!','Return to Fraggar Thundermantle at Aerie Peak in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9259,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',25,0,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0,12340), (2881,0,45,40,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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!','Return to Fraggar Thundermantle in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9259,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2882,1,45,40,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,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,'Cuergo\'s Gold','Find 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.','','Captain Cuergo\'s hidden treasure awaits!','This chest is locked!','Return to Pirate\'s Treasure!.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9275,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2902,2,43,39,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2863,0,0,2903,3,0,1500,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Woodpaw Investigation','Find the gnoll battle plans somewhere in the gnoll camps to the south of Camp Mojache.','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.','','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...','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2903,2,43,39,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2902,0,0,0,5,0,3000,0,0,0,0,0,0,9266,1,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle Plans','Bring the Woodpaw Battle Plans to Hadoken Swiftstrider in Camp Mojache.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9266,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2904,2,30,20,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2220,0,0,0,0,0,0,0,0,0,2,2,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,'A Fine Mess','Escort Kernobee to the Clockwerk Run exit and then report to Scooty in Booty Bay.',' 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!','Kernobee Rescue','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??','Return to Scooty at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (2922,2,26,20,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2923,0,0,0,6,2000,1620,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,54,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Save Techbot\'s Brain!','Bring Techbot\'s Memory Core to Tinkmaster Overspark in Ironforge.','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','','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??','Return to Tinkmaster Overspark at Tinker Town in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9277,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2923,2,26,20,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2922,1,0,120,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,54,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tinkmaster Overspark','Speak with Tinkmaster Overspark in Ironforge.','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.','','Yes it\'s true. Techbot has gone $C! Please, can 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,1,0,0,0,0,0,0,0,0,12340), (2924,2,30,24,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,5500,2220,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,54,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Essential Artificials','Bring 12 Essential Artificials to Klockmort Spannerspan in Ironforge.','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!','','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?','Return to Klockmort Spannerspan at Tinker Town in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9278,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2925,2,30,24,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2924,1,0,150,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,54,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Klockmort\'s Essentials','Speak with Klockmort Spannerspan in Ironforge.','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.','','I do! I do need help with a mission into Gnomeregan. And you\'re just the $C to do it!','',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,1,0,0,0,0,0,0,0,0,12340), (2926,2,27,20,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2927,0,0,0,7,2200,1980,0,0,0,0,0,0,9283,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnogaine','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.','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!','','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!','Return to Ozzie Togglevolt at Kharanos in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9284,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2927,2,27,20,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,120,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,54,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Day After','Speak with Ozzie Togglevolt at Kharanos in Dun Morogh.','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.','','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','',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,1,0,0,0,0,0,0,0,0,12340), (2928,2,30,20,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2220,0,0,0,0,0,0,0,0,0,8,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,72,54,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Gyrodrillmatic Excavationators','Bring twenty-four Robo-mechanical Guts to Shoni in Stormwind.','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.$B','','This will do nicely, $N. One gyrodrillmatic excavationator fixed; 398 left to go.','If this were a race, you would have lost by now.','Return to Shoni the Shilent at the Dwarven District in Stormwind.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9309,0,0,0,0,0,24,0,0,0,0,0,2,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2929,2,35,25,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,3500,3000,0,0,0,0,0,0,0,0,0,8,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,54,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Betrayal','Venture to Gnomeregan and kill Mekgineer Thermaplugg. Return to High Tinker Mekkatorque when the task is complete.','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.','','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??','Return to High Tinker Mekkatorque at Tinker Town in Ironforge.',7800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (2930,2,30,25,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,2500,2220,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,9605,9604,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Data Rescue','Bring a Prismatic Punch Card to Master Mechanic Castpipe in Ironforge.','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?','','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??','Return to Master Mechanic Castpipe at Tinker Town in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9316,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2931,2,28,25,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2930,1,0,150,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,54,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Castpipe\'s Task','Speak with Master Mechanic Castpipe in Ironforge.','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!','','I\'m organizing data extraction missions into Gnomeregan. If you\'re here for that, then listen up!','',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,1,0,0,0,0,0,0,0,0,12340), (2932,2,42,35,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5500,2880,0,0,0,0,0,0,15002,1,0,2,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grim Message','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.','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!','Place the grim message.','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.','Return to Nimboya at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,9320,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,1,0,0,0,0,0,0,0,0,12340), (2933,2,43,40,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2934,5,0,3000,0,0,0,0,0,0,9321,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Venom Bottles','Bring a Venom Bottle to an apothecary in Tarren Mill.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9321,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2934,2,45,40,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2933,0,0,2935,5,0,3300,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Undamaged Venom Sac','Bring an Undamaged Venom Sac to Apothecary Lydon in Tarren Mill.','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.','','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!','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9322,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (2935,2,45,40,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2934,0,0,2936,4,0,2520,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,530,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consult Master Gadrin','Speak with Master Gadrin in Sen\'jin Village.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2936,2,45,40,0,978,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2935,0,0,2937,7,0,4950,0,0,0,0,0,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,530,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spider God','Read from the Tablet of Theka to learn the name of the Witherbark spider god, then return to Master Gadrin.','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.','Find the Spider God\'s Name','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?','Return to Master Gadrin at Sen\'jin Village 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,1,0,0,0,0,0,0,0,0,12340), (2937,2,55,40,0,47,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2936,0,0,0,7,0,7500,0,0,0,0,0,0,9323,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Summoning Shadra','Defeat Shadra at the altar of Shadra\'Alor, then bring her venom to Apothecary Lydon in Tarren Mill.','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.','','Sweet, you got it!','Did you get the venom?','Return to Apothecary Lydon at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9324,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2938,2,55,40,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2937,0,0,0,7,25000,7500,0,0,0,0,0,0,9436,1,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Venom to the Undercity','Bring Faranell\'s Parcel to Master Apothecary Faranell in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9436,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2939,2,47,42,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,360,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Knowledge','Talk to Daryn Lightwind in Rut\'theran Village.','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?','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2940,2,47,42,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2939,0,0,2941,1,0,360,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feralas: A History','Ask Daryn Lightwind if you may borrow her book.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2941,2,48,42,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2940,0,0,2944,2,0,960,0,0,0,0,0,0,9329,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Borrower','Take the letter to Curgle Cranklehop in Tanaris.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9329,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2942,2,50,42,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2879,0,0,0,5,0,4050,0,0,0,0,0,0,9306,1,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Morrow Stone','Return the Sparkling Stone and the Stave of Equinex to Troyas Moonbreeze in Feathermoon Stronghold. ','The moment the artifact is removed from the Monolith, you feel the energy in the Stave of Equinex begin to fade.','','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.','Return to Troyas Moonbreeze at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9307,9306,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2943,2,48,42,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2944,0,0,0,4,0,2820,0,0,0,0,0,0,9331,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Troyas','Deliver the book to Troyas Moonbreeze in Feathermoon Stronghold.','Here it is, $N. Please, take care of my book.$B$BNow, hurry along. I\'m sure Troyas is eager for your return.','','You have brought a book along. Excellent!','Hello, $N. Have you been to Darnassus?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9331,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2944,2,48,42,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2941,0,0,2943,5,0,3750,0,0,0,0,0,0,9328,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Super Snapper FX','Use the Super Snapper FX to take a snapshot of Gammerita, then return to Daryn Lightwind in Rut\'theran Village.','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!','','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.','Return to Daryn Lightwind at Rut\'theran Village in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9330,9328,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2945,2,34,28,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,-300,0,0,0,0,0,0,0,9326,1,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grime-Encrusted Ring','Figure out a way to remove the grime from the 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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9326,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2946,2,50,45,0,1537,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2963,2954,0,0,5,0,4050,0,0,0,0,0,0,6064,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeing What Happens','Bring the miniature platinum discs to the gates of Uldum in Tanaris and look for clues as to the connection between the two.','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!','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2947,2,34,28,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2945,0,0,2948,5,0,1860,0,0,0,0,0,0,9362,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return of the Ring','You may either keep the ring, or you may find the person responsible for the imprint and engravings on the inside of the band.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9362,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2948,2,35,28,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2947,0,0,0,5,-3000,0,0,0,0,0,0,0,9362,1,0,256,0,0,0,0,0,9538,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Gnome Improvement','Bring the Brilliant Gold Ring, a Silver Bar, a Moss Agate, and 30 silver coins to Talvash del Kissel in Ironforge.','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!','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9362,2842,1206,0,0,0,1,1,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2949,2,34,28,0,133,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2945,0,0,2950,5,0,1860,0,0,0,0,0,0,9362,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return of the Ring','You may either keep the ring, or you may find the person responsible for the imprint and engravings on the inside of the band.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9362,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2950,2,35,28,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2949,0,0,0,5,-3000,0,0,0,0,0,0,0,9362,1,0,256,0,0,0,0,0,9588,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nogg\'s Ring Redo','Bring the Brilliant Gold Ring, a Silver Bar, a Moss Agate, and 30 silver coins to Nogg in Orgrimmar.','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?','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9362,2842,1206,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2951,2,30,25,0,133,81,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,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','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!\"','','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...','Return to The Sparklematic 5200 in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9308,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2952,0,30,25,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2951,0,0,0,5,0,1500,0,0,0,0,0,0,0,0,0,8,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,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...','',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,1,0,0,0,0,0,0,0,0,12340), (2953,0,30,25,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2952,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,8,1,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,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!','Return to The Sparklematic 5200 in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9308,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2954,2,50,45,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,0,0,0,0,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,0,0,0,'The Stone Watcher','Learn the purpose of the Stone Watcher of Norgannon, and then interact with the Uldum Pedestal in the Tanaris desert.','\"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','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...','Use the Uldum Pedestal 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,1,0,0,0,0,0,0,0,0,12340), (2962,2,30,20,0,133,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2926,0,0,0,7,2500,2220,0,0,0,0,0,0,9364,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Only Cure is More Green Glow','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.$B','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.','',' 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.','Return to Ozzie Togglevolt at Kharanos in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9365,9364,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2963,2,50,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2439,0,0,2946,1,0,420,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,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Portents of Uldum','Speak with Historian Karnik in the Hall of Explorers within Ironforge.','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!','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (2964,2,50,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2977,0,0,0,5,22000,4050,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Future Task','Speak with High Explorer Magellas in Ironforge.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (2965,2,50,45,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2440,0,0,2966,1,0,420,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Portents of Uldum','Speak with Nara Wildmane on the Elder Rise in Thunder Bluff.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2966,2,50,45,0,1638,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2965,2954,0,0,5,0,4050,0,0,0,0,0,0,6064,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeing What Happens','Bring the miniature platinum discs to the gates of Uldum in Tanaris and look for clues as to the connection between the two.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2967,2,50,45,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2954,0,0,2968,1,0,420,0,0,0,0,0,0,6064,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Thunder Bluff','Speak with Nara Wildmane in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2968,2,50,45,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2967,0,0,0,5,22000,4050,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Future Task','Speak with Sage Truthseeker in Thunder Bluff.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2969,2,47,38,0,357,0,0,360,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,2700,0,0,0,0,0,0,12301,1,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Freedom for All Creatures','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.','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.','Save at least 6 Sprite Darters from capture','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.','','Return to Kindal Moonweaver 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,1,0,0,0,0,0,0,0,0,12340), (2970,2,47,38,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2969,0,0,0,4,0,2700,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doling Justice','Kill 12 Grimtotem Naturalists, 10 Grimtotem Raiders, and 6 Grimtotem Shamans before returning to Jer\'kai Moonweaver in Feralas.','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.','','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.','Return to Jer\'kai Moonweaver in Feralas.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (2971,2,32,23,0,133,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,6500,20100,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','[PH] Log Description','[PH] Description','[PH] Log Bullet Entry',NULL,NULL,'Return to Blastmaster Emi Shortfuse at Hillsbrad 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,12340), (2972,2,47,38,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2970,0,0,0,6,0,4500,0,0,0,0,0,0,9368,1,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doling Justice','Take Jer\'kai\'s Signet Ring to High Priestess Tyrande Whisperwind in Darnassus.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9368,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2973,2,45,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2974,5,6500,3300,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Cloak\'s Sheen','Bring 10 Iridescent Sprite Darter Wings to Krueg Skullsplitter in Camp Mojache.','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.','','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!','Return to Krueg Skullsplitter at Wildwind Lake in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9369,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2974,2,45,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2973,0,0,2976,5,6500,3300,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Grim Discovery','Bring 20 Grimtotem Horns to Krueg Skullsplitter in Camp Mojache.','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.','','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.','Return to Krueg Skullsplitter at Wildwind Lake in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9460,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2975,2,43,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2980,4,4500,2280,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ogres of Feralas','Rok Orhan in Camp Mojache wants you to kill 10 Gordunni Ogres, 10 Gordunni Ogre-Magi, and 5 Gordunni Brutes.','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.','','Excellent, $N. In time, the land will heal. We must not give up.','Move swiftly, $N. Or is the task I requested too difficult?','Return to Rok Orhan at Wildwind Lake in Feralas.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (2976,2,45,37,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2974,0,0,0,6,6500,4200,0,0,0,0,0,0,9462,1,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Grim Discovery','Bring the Crate of Grimtotem Horns to Belgrom Rockmaul in Orgrimmar.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9462,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2977,2,50,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2954,0,0,2964,1,0,420,0,0,0,0,0,0,6064,1,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Ironforge','Speak with Historian Karnik in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6064,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2978,2,43,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2979,3,0,1500,0,0,0,0,0,0,9370,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordunni Scroll','Bring the Gordunni Scroll to Rok Orhan in Camp Mojache.','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.','','This scroll... You found this in the Gordunni Outpost?','What is this?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9370,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2979,2,46,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2978,0,0,3002,5,0,3450,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Ceremony','Rok Orhan in Camp Mojache wants you to find a Gordunni Orb.','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.','','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.','Return to Rok Orhan at Wildwind Lake in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9371,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2980,2,44,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2975,0,0,0,5,12500,3150,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ogres of Feralas','Rok Orhan in Camp Mojache wants you to kill 10 Gordunni Shaman, 10 Gordunni Warlocks, and 5 Gordunni Maulers.','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.','','You have proven yourself to be a trustworthy and dependable ally, $N.','Have you found the ruins, $N?','Return to Rok Orhan at Wildwind Lake in Feralas.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (2981,2,43,38,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2975,2,0,780,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,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Threat in Feralas','Belgrom Rockmaul wants you to speak with Rok Orhan in Camp Mojache.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2982,2,44,39,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,3150,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The High Wilderness','Angelas Moonbreeze wants you to kill 8 Gordunni Warlocks, 8 Gordunni Shaman, and 8 Gordunni Brutes.','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.','','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.','Return to Angelas Moonbreeze at Feathermoon Stronghold in Feralas.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (2983,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1522,1524,3,0,2520,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,'Call of Fire','Find Kranal Fiss in the Barrens.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2984,2,-1,10,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1522,1524,3,0,66300,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,'Call of Fire','Find Kranal Fiss in the Barrens.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2985,2,-1,20,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,1528,1530,3,0,66300,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,'Call of Water','Find Islen Waterseer in the Barrens.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2986,2,-1,20,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,1528,1530,3,0,66300,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,'Call of Water','Find Islen Waterseer in the Barrens.','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.',NULL,'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.',NULL,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,12340), (2987,2,43,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3000,0,0,0,0,0,0,9466,1,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gordunni Cobalt','Orwin Gizzmick in Camp Mojache wants 12 samples of 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!','','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!','Return to Orwin Gizzmick at Wildwind Lake in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9463,9466,0,0,0,0,12,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2988,2,45,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2989,5,0,3300,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,'Witherbark Cages','Check the cages at the two Witherbark villages, then return to Gryphon Master Talonaxe.','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.','','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!','Return to Gryphon Master Talonaxe at Aerie Peak in The Hinterlands.',-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,'Check First Cage','Check Second Cage','Check Third Cage','',0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (2989,2,48,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2988,0,0,2990,5,0,3750,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Altar of Zul','Check the top of the Altar of Zul, then return to Gryphon Master Talonaxe.','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. ','Search the Altar of Zul','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!','Return to Gryphon Master Talonaxe at Aerie Peak 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,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2990,2,47,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2989,0,0,2991,3,0,1800,0,0,0,0,0,0,9468,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thadius Grimshade','Bring Sharpbeak\'s Feather to Thadius Grimshade in the Blasted Lands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9468,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2991,2,47,40,0,978,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2990,0,0,2992,7,7000,5400,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,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nekrum\'s Medallion','Bring Nekrum\'s Medallion to Thadius Grimshade in the Blasted Lands.','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.','','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.','Return to Thadius Grimshade at Nethergarde Keep in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9471,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (2992,2,47,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2991,0,0,2993,2,0,900,0,0,0,0,0,0,0,0,0,2,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Divination','Wait until Grimshade performs the ritual of 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 for Grimshade to finish','The ritual was a success. I have seen Sharpbeak and can tell you how to find him.','','Return to Thadius Grimshade 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,1,0,0,0,0,0,0,0,0,12340), (2993,2,47,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2992,0,0,2994,3,0,1800,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,'Return to the Hinterlands','Speak with Gryphon Master Talonaxe.','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.','','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!','',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,1,6,5,0,0,0,0,0,0,12340), (2994,2,51,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2993,0,0,0,7,22500,6300,0,0,0,0,0,0,0,0,0,8,32,0,0,0,0,0,0,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,'Saving Sharpbeak','Fight to the top of Jintha\'Alor, kill Vile Priestess Hexx for the key to Sharpbeak\'s cage, and save 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!','','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!','Return to Gryphon Master Talonaxe at Aerie Peak in The Hinterlands.',0,-144070,0,0,0,1,0,0,9472,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Open Sharpbeak\'s Cage','','',0,0,0,0,0,0,0,0,0,1,4,2,1,0,0,0,0,0,12340), (2995,2,47,42,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,7000,2700,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lines of Communication','Oran Snakewrithe in Undercity wants you to travel to the Hinterlands and burn the Highvale Records, Highvale Report, and Highvale Notes.','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.','','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?','Return to Oran Snakewrithe in Tirisfal Glades.',-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,'Burn the Highvale Records','Burn the Highvale Notes','Burn the Highvale Report','',1,5,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (2996,2,-1,30,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,2996,0,2,0,33000,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,'Seeking Strahad','Speak to Strahad Farsan in Ratchet.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (2997,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1647,2997,0,1,0,13200,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,'Tome of Divinity','Speak to Tiza Battleforge in Ironforge.','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.','','Well met, $N. I hope the Light shows you the true path and keeps you safe from evil.','',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,1,0,0,0,0,0,0,0,0,12340), (2998,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,1643,2998,0,2,0,33000,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,'Tome of Divinity','Speak to Duthorian Rall in Stormwind.','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.','','It is beautiful here in Stormwind, is it not?$B$BYour timing actually couldn\'t have been better, $N.','',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,1,0,0,0,0,0,0,0,0,12340), (2999,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1647,2997,0,1,0,13200,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,'Tome of Divinity','Speak to Tiza Battleforge in Ironforge','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.','','Well met, $N. I hope the Light shows you the true path and keeps you safe from evil.','',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,1,0,0,0,0,0,0,0,0,12340), (3000,2,-1,12,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,0,1647,2997,0,2,0,33000,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,'Tome of Divinity','Speak to Tiza Battleforge in Ironforge.','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.','','I greet you, and bid you welcome, $N.','',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,1,0,0,0,0,0,0,0,0,12340), (3001,2,-1,30,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,2996,0,2,0,4650,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,'Seeking Strahad','Find Strahad Farsan in Ratchet.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3002,2,47,38,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2979,0,0,0,3,0,1800,0,0,0,0,0,0,9371,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordunni Orb','Bring the Gordunni Orb to Uthel\'nay in the Darkbriar Lodge in Orgrimmar.','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. ','','Fascinating, $N...$b$bThis orb is very powerful, but also very dangerous.','What have you brought me, $R?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9371,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3022,2,47,42,0,440,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5000,1800,0,0,0,0,0,0,9507,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Handle With Care','Bring the Carefully-packed Crate to Erelas Ambersky in Rut\'theran Village.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9507,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3023,2,30,30,0,-141,0,0,0,2,0,0,0,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,'','','','',NULL,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,12340), (3042,2,45,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,19500,4950,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,'Troll Temper','Bring 20 Vials of Troll Temper to Trenton Lighthammer in Gadgetzan.','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.','','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?','Return to Trenton Lighthammer in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9523,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3062,2,50,45,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,5100,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Heart','Talo Thornhoof in Camp Mojache wants Edana Hatetalon\'s 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.','','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.','Return to Talo Thornhoof at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,9530,0,0,0,1,0,0,9528,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3063,2,50,45,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,5500,3000,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vengeance on the Northspring','Talo Thornhoof wants you to kill 4 Northspring Harpies, 4 Northspring Roguefeathers, 4 Northspring Windcallers, and 4 Northspring Slayers.','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. ','','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.','Return to Talo Thornhoof at Camp Mojache in Feralas.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (3064,2,45,40,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Pirate Hats','Bring 20 Untorn Pirate Hats to Yorba Screwspigot.','I need pirate hats for my shop. Get me lots!','',NULL,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,12340), (3065,2,1,1,0,-81,0,0,0,1,128,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,6488,1,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,530,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Tablet','Read the Simple Tablet and speak to Frang in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6488,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3082,2,1,1,0,-261,0,0,0,4,128,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9564,1,0,524288,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,530,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Etched Tablet','Speak to Jen\'shan in the Valley of Trials.','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.','','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 $C--teach you good. You never forget, $C\'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 shaman ways; strong in warrior ways. But the $C path not be their path... then.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9564,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3083,2,1,1,0,-162,0,0,0,8,128,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9554,1,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,530,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Tablet','Read the Encrypted Tablet and speak to Rwag in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9554,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,5,2,1,1,0,0,0,0,0,0,12340), (3084,2,1,1,0,-82,0,0,0,64,128,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9562,1,0,524288,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,530,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rune-Inscribed Tablet','Speak to Shikrik in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9562,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,1,0,0,0,0,0,12340), (3085,2,1,1,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9561,1,0,524288,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,530,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallowed Tablet','Read the Hallowed Tablet and speak to Ken\'jai outside the Den in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9561,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3086,2,1,1,0,-161,0,0,0,128,128,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9575,1,0,524288,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,530,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glyphic Tablet','Read the Glyphic Tablet and speak with Mai\'ah near the entrance to the Den in the Valley of Trials.','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.','','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\'.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9575,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,2,1,1,1,0,0,0,0,0,12340), (3087,2,1,1,0,-261,0,0,0,4,2,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9553,1,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Etched Parchment','Read the Etched Parchment and speak to Jen\'shan in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9553,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3088,2,1,1,0,-162,0,0,0,8,2,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9560,1,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Parchment','Read the Encrypted Parchment and speak to Rwag in the Valley of Trials.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9560,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,5,2,1,1,0,0,0,0,0,0,12340), (3089,2,1,1,0,-82,0,0,0,64,2,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9568,1,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rune-Inscribed Parchment','Read the Rune-Inscribed Parchment and speak to Shikrik in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9568,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,1,0,0,0,0,0,12340), (3090,2,1,1,0,-61,0,0,0,256,2,0,0,0,0,0,0,0,0,0,0,788,0,0,0,3,0,30,0,0,0,0,0,0,9579,1,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tainted Parchment','Read the Tainted Parchment and speak to Nartok inside the Den in the Valley of Trials.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9579,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3091,2,1,1,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,747,0,0,0,3,0,30,0,0,0,0,0,0,9547,1,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Note','Read the Simple Note and speak to Harutt Thunderhorn in Camp Narache.','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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9547,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3092,2,1,1,0,-261,0,0,0,4,690,0,0,0,0,0,0,0,0,0,0,747,0,0,0,3,0,30,0,0,0,0,0,0,9565,1,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Etched Note','Read the Etched Note and speak to Lanka Farshot in Red Cloud Mesa.','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.$B','','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, Clisha. 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, Clisha. 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 unfamilar lands to master greater skills. You must be ready.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9565,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3093,2,1,1,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,747,0,0,0,3,0,30,0,0,0,0,0,0,9552,1,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rune-Inscribed Note','Read the Rune-Inscribed Note and speak to Meela Dawnstrider in Camp Narache.','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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9552,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3094,2,1,1,0,-263,0,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,747,0,0,0,3,0,30,0,0,0,0,0,0,9581,1,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Verdant Note','Read the Verdant Note and speak to Gart Mistrunner in Camp Narache.','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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9581,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3095,2,1,1,0,-81,0,0,0,1,690,0,0,0,0,0,0,0,0,0,0,364,0,0,0,3,0,30,0,0,0,0,0,0,9546,1,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Scroll','Read the Simple Scroll and speak to Dannal Stern in Deathknell.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9546,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3096,2,1,1,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,9559,1,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Scroll','Read the Encrypted Scroll and speak to David Trias in Deathknell.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3097,2,1,1,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,3,0,30,0,0,0,0,0,0,9569,1,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallowed Scroll','Read the Hallowed Scroll and speak to Dark Cleric Duesten in the church in Deathknell.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9569,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3098,2,1,1,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,369,0,0,0,3,0,30,0,0,0,0,0,0,9574,1,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glyphic Scroll','Read the Glyphic Scroll and speak to Isabella in the church in Deathknell.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9574,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3099,2,1,1,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,364,0,0,0,3,0,30,0,0,0,0,0,0,9578,1,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tainted Scroll','Read the Tainted Scroll and speak to Maximillion in Deathknell.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9578,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3100,2,1,1,0,-81,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,7,0,0,0,3,0,30,0,0,0,0,0,0,9542,1,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Letter','Read the Simple Letter and speak to Llane Beshere in Northshire Abbey.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9542,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3101,2,1,1,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,7,0,0,0,3,0,30,0,0,0,0,0,0,9570,1,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consecrated Letter','Read the Consecrated Letter and speak to Brother Sammuel in Northshire Abbey.','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.','','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 brother. 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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9570,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,4,1,1,0,0,0,0,0,0,12340); INSERT INTO `quest_template` VALUES (3102,2,1,1,0,-162,0,0,0,8,1,0,0,0,0,0,0,0,0,0,0,7,0,0,0,3,0,30,0,0,0,0,0,0,9555,1,0,524288,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Letter','Read the Encrypted Letter and speak to Jorik Kerridan in the stable behind Northshire Abbey.','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.','','You\'re gonna find that there a number of outfits that\'ll covet our skills, Cailel. 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 man. 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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9555,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,2,1,1,1,0,0,0,0,0,12340), (3103,2,1,1,0,-262,0,0,0,16,1,0,0,0,0,0,0,0,0,0,0,7,0,0,0,3,0,30,0,0,0,0,0,0,9548,1,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallowed Letter','Read the Hallowed Letter and speak to Priestess Anetta in Northshire Abbey.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9548,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3104,2,1,1,0,-161,0,0,0,128,1,0,0,0,0,0,0,0,0,0,0,7,0,0,0,3,0,30,0,0,0,0,0,0,9571,1,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glyphic Letter','Read the Glyphic Letter and speak to Khelden Bremen inside Northshire Abbey.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9571,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,6,11,0,0,0,0,0,0,0,12340), (3105,2,1,1,0,-61,0,0,0,256,1,0,0,0,0,0,0,0,0,0,0,7,0,0,0,3,0,30,0,0,0,0,0,0,9576,1,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tainted Letter','Read the Tainted Letter and speak to Drusilla La Salle next to Northshire Abbey.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9576,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (3106,2,1,1,0,-81,0,0,0,1,4,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9543,1,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Rune','Read the Simple Rune and speak to Thran Khorman in Coldridge Valley.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9543,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (3107,2,1,1,0,-141,0,0,0,2,4,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9563,1,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consecrated Rune','Read the Consecrated Rune and speak to Bromos Grummner in Coldridge Valley.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9563,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,12340), (3108,2,1,1,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9566,1,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Etched Rune','Read the Etched Rune and speak to Thorgas Grimson in Coldridge Valley.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9566,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,4,1,1,0,0,0,0,0,0,12340), (3109,2,1,1,0,-162,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9550,1,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Rune','Read the Encrypted Rune and speak to Solm Hargrin in Coldridge Valley.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9550,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3110,2,1,1,0,-262,0,0,0,16,4,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9556,1,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallowed Rune','Read the Hallowed Rune and speak to Branstock Khalder in Anvilmar.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9556,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (3111,2,1,1,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,9572,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Speak to Marrek Stromnur inside Anvilmar.','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','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (3112,2,1,1,0,-81,0,0,0,1,64,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9544,1,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,54,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Memorandum','Read the Simple Memorandum and speak to Thran Khorman in Coldridge Valley.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9544,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,0,12340), (3113,2,1,1,0,-162,0,0,0,8,64,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9558,1,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,54,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Memorandum','Read the Encrypted Memorandum and speak to Solm Hargrin in Coldridge Valley.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9558,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (3114,2,1,1,0,-161,0,0,0,128,64,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9573,1,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,54,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glyphic Memorandum','Read the Glyphic Memorandum and speak to Marryk Nurribit inside Anvilmar above Coldridge Valley.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9573,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,0,0,0,0,0,0,0,11,1,1,1,0,0,0,0,0,12340), (3115,2,1,1,0,-61,0,0,0,256,64,0,0,0,0,0,0,0,0,0,0,179,0,0,0,3,0,30,0,0,0,0,0,0,9577,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tainted Memorandum','Read the Tainted Memorandum and speak to Alamar Grimm inside Anvilmar above Coldridge Valley.','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.','','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, $N. 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, $N. 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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9577,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',1,1,25,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (3116,2,1,1,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,456,0,0,0,3,0,30,0,0,0,0,0,0,9545,1,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Simple Sigil','Read the Simple Sigil and speak to Alyissia in Shadowglen.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9545,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3117,2,1,1,0,-261,0,0,0,4,1101,0,0,0,0,0,0,0,0,0,0,456,0,0,0,3,0,30,0,0,0,0,0,0,9567,1,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Etched Sigil','Read the Etched Sigil and speak to Ayanna Everstride at the top of Aldrassil in Shadowglen.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9567,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3118,2,1,1,0,-162,0,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,456,0,0,0,3,0,30,0,0,0,0,0,0,9551,1,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encrypted Sigil','Read the Encrypted Sigil and speak to Frahun Shadewhisper in Shadowglen.','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.','','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, Ferlis. 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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9551,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,12340), (3119,2,1,1,0,-262,0,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,456,0,0,0,3,0,30,0,0,0,0,0,0,9557,1,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallowed Sigil','Read the Hallowed Sigil and speak to Shanda in Aldrassil.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9557,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3120,2,1,1,0,-263,0,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,456,0,0,0,3,0,30,0,0,0,0,0,0,9580,1,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Verdant Sigil','Read the Verdant Sigil and speak to Mardant Strongoak, in the tree Aldrassil in Shadowglen.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9580,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3121,2,45,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,3,0,1680,0,0,0,0,0,0,9629,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Strange Request','Take the Shrunken Head to Xerash Fireblade at the Lariss Pavilion in Feralas.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9629,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3122,2,45,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3121,0,0,0,2,0,840,0,0,0,0,0,0,9628,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Witch Doctor Uzer\'i','Deliver Xerash\'s Herb Pouch to Witch Doctor Uzer\'i in Feralas.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9628,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3123,2,47,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3122,0,0,3124,5,0,3600,0,0,0,0,0,0,9618,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Testing the Vessel','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.','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.','','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.','Return to Witch Doctor Uzer\'i at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9594,9618,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3124,2,47,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3123,0,0,3125,5,0,3600,0,0,0,0,0,0,9619,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hippogryph Muisek','Kill 10 Frayfeather Hippogryphs of any type, then use the Muisek Vessel to shrink and capture them.','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. ','','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?','Return to Witch Doctor Uzer\'i at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9595,9619,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3125,2,45,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3124,0,0,3126,5,0,3300,0,0,0,0,0,0,9620,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Faerie Dragon Muisek','Kill 8 Sprite Darters or Sprite Dragons. Use the Muisek Vessel to shrink and capture the fallen Faerie Dragons.','$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.','','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?','Return to Witch Doctor Uzer\'i at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9596,9620,0,0,0,0,8,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3126,2,50,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3125,0,0,3127,5,0,4050,0,0,0,0,0,0,9606,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Treant Muisek','Kill 3 Wandering Forest Walkers. Use the Muisek Vessel to shrink and capture the fallen Treants.','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.','','Thank you, $N. Our muisek collection is almost complete.','Were you able to capture the wandering forest walkers?','Return to Witch Doctor Uzer\'i at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9593,9606,0,0,0,0,3,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3127,2,50,40,0,357,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3126,3129,-3129,0,5,0,4050,0,0,0,0,0,0,9621,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mountain Giant Muisek','Kill 7 Land Walkers or Cliff Giants. Use the Muisek Vessel to shrink and capture the fallen Mountain Giants.','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.','','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?','Return to Witch Doctor Uzer\'i at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9597,9621,0,0,0,0,7,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3128,2,50,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,3129,-3129,0,5,5500,4050,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Natural Materials','Bring 2 Splintered Logs, 6 Encrusted Minerals, 20 pieces of Resilient Sinew, and 40 Metallic Fragments to Witch Doctor Uzer\'i in Camp Mojache.','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.','','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?','Return to Witch Doctor Uzer\'i at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9590,9589,9591,9592,0,0,2,6,20,40,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3129,2,50,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,9684,9686,9683,10652,0,0,1,1,1,1,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapons of Spirit','Witch Doctor Uzer\'i wants you to wait for a moment while he prepares the weapons.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3130,2,43,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2867,0,0,2869,1,0,300,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against the Hatecrest','Report to Latronicus Moonspear in Feathermoon Stronghold.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3141,2,57,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2744,0,0,3508,1,0,510,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Loramus','Listen to Loramus Thalipedes tell his story.','So you wish to battle demons? You would do well to listen to my tale. ','Loramus\' Story','So be it...','Do not interrupt me, $r.','Return to Loramus Thalipedes at Bay of Storms 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,1,0,0,0,0,0,0,0,0,12340), (3161,2,48,43,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3750,0,0,0,0,0,0,9978,1,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gahz\'ridian','Marvon Rivetseeker in Tanaris wants you to collect 30 Gahz\'ridian Ornaments.','$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! ','','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!','Return to Marvon Rivetseeker at Broken Pillar in Tanaris.',0,0,0,0,0,0,0,0,0,9978,0,0,0,1,0,0,8443,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3181,2,43,40,0,51,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,3182,5,0,3000,0,0,0,0,0,0,10005,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horn of the Beast','Take Margol\'s Gigantic Horn to Mountaineer Pebblebitty.$B','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10005,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3182,2,43,40,0,38,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3181,0,0,0,5,12000,3000,0,0,0,0,0,0,10005,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Deed','Take Margol\'s Gigantic Horn to Curator Thorius in Ironforge.','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! ','','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 lady. Would you like a tour of the museum?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10005,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3201,2,43,40,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3182,0,0,0,5,0,3000,0,0,0,0,0,0,10022,1,0,0,0,0,0,0,0,5396,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'At Last!','Take the Proof of Deed back to Mountaineer Pebblebitty.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10022,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3221,2,12,10,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,449,0,0,1359,1,0,60,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with Renferrel','Speak with Apothecary Renferrel at the Sepulcher.','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.','','Ah, very good. There is a matter regarding the wolf hearts you brought to me earlier that demands our 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,1,0,0,0,0,0,0,0,0,12340), (3241,2,11,8,0,0,0,0,0,0,0,0,0,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,' Dreadmist Peak','Bring them to Tonga Runetotem.','Collect the totems from Dreadmist Peak,because it\'s icky there now and no place for shiny clean totems.','',NULL,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,12340), (3261,2,18,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,905,0,0,882,1,0,90,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jorn Skyseer','Speak with Jorn Skyseer at Camp Taurajo.','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.','','Greetings, young one. You are here to walk the hunter\'s path?$B$BVery good. Let us begin.','',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,1,0,0,0,0,0,0,0,0,12340), (3281,2,18,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,869,0,0,0,5,1000,840,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stolen Silver','Bring the Stolen Silver to Gazrog in the Crossroads.','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.','','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?','Return to Gazrog in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5061,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3301,2,15,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,880,0,0,0,5,0,660,0,0,0,0,0,0,10414,1,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mura Runetotem','Speak with Mura Runetotem at the Sepulcher in Silverpine Forest.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10414,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3321,2,50,40,0,-121,0,0,0,0,0,164,210,0,0,0,0,0,0,0,0,0,0,0,0,7,0,6000,0,0,0,0,0,0,0,0,0,2,2,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,0,0,0,0,0,0,0,'Did You Lose This?','Wait for Trenton to finish his work.','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.','Watch Trenton Work','Rise and be recognized, $N, blacksmith of the Mithril Order.','Today we finalize our celebration of your commitment to the Order.','Return to Trenton Lighthammer 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,1,0,0,0,0,0,0,0,0,12340), (3341,2,37,33,0,722,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,3300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,10823,10824,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring the End','Andrew Brownell wants you to kill Amnennar the Coldbringer and return his skull.','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.','','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.','Return to Andrew Brownell at the Magic Quarter in the Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10420,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3361,2,3,3,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50,150,0,0,0,0,0,0,0,0,0,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Refugee\'s Quandary','Bring Felix\'s Box, Felix\'s Chest and Felix\'s Bucket of Bolts to Felix Whindlebolt in Anvilmar.','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?','','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...','Return to Felix Whindlebolt at Coldridge Pass in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,16313,16314,0,0,0,1,1,1,0,0,0,3,'','','','',1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,12340), (3362,2,50,45,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,4050,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thistleshrub Valley','Tran\'rek in Gadgetzan wants you to kill 8 Gnarled Thistleshrubs and 8 Thistleshrub Rootshapers.','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?','','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?','Return to Tran\'rek in Tanaris.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (3363,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3364,2,5,4,0,132,0,0,300,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,270,0,0,0,0,0,0,10439,1,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,47,54,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Scalding Mornbrew Delivery','Take a Scalding Mornbrew to Durnan Furcutter inside Anvilmar before it gets cold!','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10439,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',6,0,0,0,0,0,0,0,4,6,4,0,0,0,0,0,0,0,12340), (3365,2,5,4,0,132,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3364,0,0,0,5,50,270,0,0,0,0,0,0,10440,1,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Back the Mug','Return Nori\'s Mug to Nori Pridedrift in Coldridge Valley.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10440,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',2,0,0,0,0,0,0,0,7,1,4,0,0,0,0,0,0,0,12340), (3366,2,25,15,0,718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1560,0,0,0,0,0,0,10441,1,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,0,0,0,'The Glowing Shard','Travel to Ratchet to find the meaning behind the Nightmare 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.','Speak with someone about the Nightmare Shard',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10441,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3367,2,46,40,0,51,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,3368,5,0,3450,0,0,0,0,0,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suntara Stones','Help Dorius get back to Ironforge.$B','$B$BI\'m badly injured, $r. Feel... light headed... World spinning... Bleeding... internally.$B$BI must get back to Ironforge. Help me, $N.$B','Dorius Escort','This letter was dropped by Dorius when he was shot.','I\'m not going to make it...','Pick up the Singed Letter 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,1,0,0,0,0,0,0,0,0,12340), (3368,2,46,40,0,51,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3367,0,0,3371,5,13000,3450,0,0,0,0,0,0,10443,1,0,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suntara Stones','Take the Singed Letter to Thorius in Ironforge. He is in the Hall of Explorers.','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$B','','$B$BIn the name of the Light, he will have his wish. This I vow.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10443,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3369,2,25,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6981,0,0,0,5,0,1200,0,0,0,0,0,0,10649,1,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Nightmares','Bring the Nightmare Shard to Hamuul Runetotem on Elder Rise.','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. ','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10649,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3370,2,25,10,0,17,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6981,0,0,0,5,0,1200,0,0,0,0,0,0,10649,1,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Nightmares','Bring the Nightmare Shard to Mathrengyl Bearwalker in Darnassus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10649,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3371,2,46,40,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3368,0,0,3372,5,0,3450,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Justice','Return to the Searing Gorge and find Dorius\'s archaeology unit. ','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.','','Forget about me, help the others.','',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,1,0,0,0,0,0,0,0,0,12340), (3372,2,46,40,0,51,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3371,0,0,0,5,0,3450,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Release Them','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.$B','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','','You place the mysterious artifact on the altar of Suntara.','The altar is empty.','Return to Altar of Suntara at Firewatch Ridge in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10442,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3373,2,55,48,0,1417,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2460,0,0,0,0,0,0,10454,1,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,0,0,0,0,0,0,0,'The Essence of Eranikus','Place the Essence of Eranikus in the Essence Font located in this lair in the Sunken Temple.','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.\"','','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.\"',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10454,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3374,2,55,48,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3373,0,0,0,1,0,480,0,0,0,0,0,0,10589,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Essence of Eranikus','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 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.\"','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10589,10455,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3375,2,42,37,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,0,0,0,0,0,8,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,'Replacement Phial','Bring a Mana Potion, Coal, and Sweet Nectar to Talvash del Kissel in Ironforge to get a replacement for Talvash\'s Phial of Scrying.','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.','','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.','Return to Talvash del Kissel at the Mystic Ward in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3827,3857,1708,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3376,2,5,3,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,390,0,0,0,0,0,0,0,0,0,8,4,0,0,0,0,0,0,0,0,0,0,0,0,10635,10636,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Break Sharptusk!','Bring the head of Chief Sharptusk Thornmantle to Brave Windfeather in Red Cloud Mesa.','$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.','','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.','Return to Brave Windfeather at Camp Narache in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10459,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3377,2,50,40,0,51,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,3378,1,0,420,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Prayer to Elune','Hear Zamael tell his tale.','Will you assist me, mortal? Hear my tale.','Zamael Story','I have accepted my fate here in this cage, but the prayer must be found.','Allow me to finish my story.','Return to Zamael Lunthistle at Firewatch Ridge 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,1,0,0,0,0,0,0,0,0,12340), (3378,2,50,40,0,51,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3377,0,0,0,6,14500,5100,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prayer to Elune','Find the Prayer to Elune and take it to Astarii Starseeker in Darnassus.$B','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.','','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?','Return to Astarii Starseeker at The Temple Gardens in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10458,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3379,2,50,40,0,-264,0,0,0,0,0,197,230,0,0,0,0,0,0,0,0,0,0,0,3385,5,14500,4050,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadoweaver','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.$B','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.','','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?','Return to Nilith Lokrav in Searing Gorge.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3380,2,51,46,0,1417,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,3444,0,3444,4,0,3150,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,'The Sunken Temple','Find Marvon Rivetseeker in Tanaris.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (3381,2,48,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,1860,0,12510,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,'A Meeting with the Master','Bring 2 Undamaged Hippogryph Feathers to Sanath Lim-yo in Azshara if you wish to speak to his 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.','','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.','Return to Sanath Lim-yo in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10450,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3382,2,57,48,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,258,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Crew Under Fire','Defend Captain Vanessa Beltis, her crew and the Horizon Scout\'s passengers against the naga attack. Captain Vanessa Beltis must survive.','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?','Protect Captain Vanessa Beltis from the naga attack','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.','Return to Captain Vanessa Beltis 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3383,2,55,48,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,48900,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,'','','','',NULL,NULL,'Return to Captain Vanessa Beltis in Azshara.',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,12340), (3384,2,55,48,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4950,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,'','','','',NULL,NULL,'Return to Roland Geardabbler at The Ruined Reaches in Azshara.',0,0,0,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,12340), (3385,2,50,40,0,-264,0,0,0,0,0,197,250,0,0,0,0,0,0,0,0,3379,0,0,3402,5,0,4050,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Undermarket','Slay Trade Master Kovic and his minion Clunk. Retrieve the Trader\'s Satchel from his corpse and return it to Nilith.$B','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!','','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?','Return to Nilith Lokrav in Searing Gorge.',8444,8447,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,10467,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3401,2,48,53,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3402,2,50,40,0,-264,0,0,0,0,0,197,1,0,0,0,0,0,0,0,0,3385,0,0,0,5,7500,4050,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Undermarket','Speak with Vizzklick in Gadgetzan.$B','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.','','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','',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,1,0,0,0,0,0,0,0,0,12340), (3403,2,48,53,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3404,2,48,53,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3405,2,48,55,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3421,0,55,45,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,12521,0,0,0,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,'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.','',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,1,1,1,0,0,0,0,0,0,12340), (3422,2,45,45,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3423,2,45,45,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3424,2,45,45,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3425,2,48,48,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3441,2,48,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,360,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Divine Retribution','Listen as Kalaran Windblade tells his story.','Hear my tale, adventurer.','Kalaran Story','Have you heard enough? Are you prepared to act?\n','Allow me to finish mo... $r.','Return to Kalaran Windblade at The Cauldron 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,1,0,0,0,0,0,0,0,0,12340), (3442,2,48,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3441,0,0,3443,5,14000,3750,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,'The Flawless Flame','Collect 4 Hearts of Flame and 4 globes of Golem Oil and return the items to Kalaran Windblade.','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.','','Well done, $N. We are almost ready.','Have you collected the materials?','Return to Kalaran Windblade in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10509,10511,0,0,0,0,4,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3443,2,48,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,0,0,3452,5,14000,3750,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,'Forging the Shaft','Bring 8 Thorium Plated Daggers to Kalaran Windblade.','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.$B','','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! ','Return to Kalaran Windblade at The Cauldron in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10551,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3444,2,51,46,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4200,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,'The Stone Circle','Retrieve the Stone Circle from Marvon Rivetseeker\'s workshop in Ratchet.','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.','','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.','Return to Marvon Rivetseeker at Broken Pillar in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10556,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3445,2,51,46,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,3444,0,3444,4,0,3150,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,'The Sunken Temple','Find Marvon Rivetseeker in Tanaris.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (3446,2,51,46,0,1417,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,0,0,0,7,0,6300,0,0,0,0,0,0,10466,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Depths','Find the Altar of Hakkar in the Sunken Temple in Swamp of Sorrows.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10466,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3447,2,51,46,0,1417,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,0,0,0,7,0,6300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Secret of the Circle','Travel into the Sunken Temple and discover the secret hidden in the circle of statues.','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...','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3448,2,52,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,3449,1,0,450,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,'Passing the Burden','Speak to Tymor in Ironforge.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,6,1,1,0,0,0,0,0,12340), (3449,2,52,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3448,0,0,3461,3,0,2220,0,0,0,0,0,0,10445,1,0,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arcane Runes','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.','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.','','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.','Return to Pilot Xiggs Fuselighter at Ravencrest Monument in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10563,10564,10565,10566,0,0,1,1,1,1,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,4,1,1,0,0,0,0,0,0,12340), (3450,2,52,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3448,0,0,3451,1,0,450,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,'An Easy Pickup','Speak to Xiggs Fuselighter in Ironforge.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,6,1,0,0,0,0,0,0,12340), (3451,2,52,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,1,0,450,0,0,0,0,0,0,0,0,0,8,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,'Signal for Pickup','Speak to Xiggs Fuselighter and get a Standard Issue Flare Gun from him in Ironforge.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (3452,2,50,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,0,0,3453,5,7500,4050,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,'The Flame\'s Casing','Find and return a Symbol of Ragnaros to Kalaran Windblade.','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.','','The symbol radiates foul magic; perfectly suited for our task.','Without a suitable source of arcane energy, the torch of retribution cannot be completed.','Return to Kalaran Windblade in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10552,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (3453,2,50,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3452,0,0,3454,1,0,420,0,0,0,0,0,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,0,0,0,'The Torch of Retribution','Wait for Kalaran Windblade to complete the Torch of Retribution.$B','Give me a moment to combine the pieces and apply the necessary enchantments.$B','Torch Creation','There is one final task that you must complete.\n','Do not interrupt the channeling process.','Return to Kalaran Windblade 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,1,0,0,0,0,0,0,0,0,12340), (3454,2,50,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3453,0,0,0,5,0,4050,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Torch of Retribution','Take the Torch of Retribution.','The torch must now be bound to its owner. Pick up the torch, $N. ','','You grab the torch with both hands; waves of hatred and anger pulse through your being.','',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,1,0,0,0,0,0,0,0,0,12340), (3461,2,52,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3449,0,0,0,7,0,6600,0,0,0,0,0,0,10445,1,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,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Tymor','Return Tymor\'s Drawing Kit to him in Ironforge.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10445,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,4,1,0,0,0,0,0,0,12340), (3462,2,50,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3454,0,0,3463,1,0,420,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,'Squire Maltrake','Speak with Squire Maltrake.','Speak with my envoy, Squire Maltrake. He will further instruct you as to the use of the Torch of Retribution.','','Are you prepared to make your strike?\n','',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,1,0,0,0,0,0,0,0,0,12340), (3463,2,52,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3462,0,0,0,7,23000,6600,0,0,0,0,0,0,10515,1,0,0,0,0,0,0,0,0,0,0,0,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,'Set Them Ablaze!','Set the North, South, East, and West Sentry Towers on fire by using the Torch of Retribution inside each of the buildings. $B','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.','','It is glorious! Is it not glorious master? ','Are you lost, $N?','Return to Squire Maltrake in Searing Gorge.',-149025,-149030,-149031,-149032,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Western Tower Ablaze','Southern Tower Ablaze','Eastern Tower Ablaze','Northern Tower Ablaze',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3481,2,50,40,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3463,0,0,0,1,0,420,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Trinkets...','Open the chest.','The chest appears locked.','','The chest opens at your touch. How much cheese could possibly be in here? There is only one way to find out.','',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,1,0,0,0,0,0,0,0,0,12340), (3482,2,35,30,0,0,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210,0,0,0,0,0,0,10590,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Pocked Black Box','Take this box to Kravel.','This is the horde version of the black box quest.',NULL,'','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10590,0,0,0,0,0,1,0,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3483,0,52,45,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3451,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,'Signal for Pickup','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (3501,2,55,45,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3502,5,0,4950,0,0,0,0,0,0,0,0,0,8,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,'Everything Counts In Large Amounts','Bring Kum\'isha Imperfect Draenethyst Fragments and be rewarded for each one you turn in.$B','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.','','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?','Return to Kum\'isha the Collector in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10593,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3502,2,55,45,0,4,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,0,0,0,0,8,1,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,'One Draenei\'s Junk...','Bring Kum\'isha Imperfect Draenethyst Fragments. Any form of monster in the Blasted Lands could be carrying a fragment.$B','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.$B','','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?','Return to Kum\'isha the Collector in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10593,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3503,0,55,45,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,12510,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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?','',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,1,1,6,0,0,0,0,0,0,12340), (3504,2,53,44,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3505,3,0,2280,0,0,0,0,0,0,10643,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betrayed','Deliver the Sealed Letter to Ag\'tor to Ag\'tor Bloodfist in Azshara.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10643,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3505,2,53,44,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3504,0,0,3506,4,0,3450,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betrayed','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.','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.','Find Magus Rimtori\'s camp','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.','Return to Kaldorei Tome of Summoning at Legash Encampment in Azshara.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (3506,2,56,44,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3505,0,0,3507,4,0,3750,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betrayed','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.','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. ','','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!','Return to Ag\'tor Bloodfist in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10597,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3507,2,56,44,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3506,0,0,0,6,0,6300,0,0,0,0,0,0,10597,1,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betrayed','Speak to Belgrom Rockmaul in Orgrimmar.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10597,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3508,2,58,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3141,0,0,3509,3,0,2700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Ward','Wait for Loramus to complete the enlightenment spell.','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.','','The name of the beast must be found.','',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,1,0,0,0,0,0,0,0,0,12340), (3509,2,58,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3508,0,0,3510,5,0,5400,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,'The Name of the Beast','Speak with Lord Arkkoroc in Azshara. Begin your search at the waters edge to find the Temple of Arkkoran.','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. ','','A demon lord?$b$b$b$bPerhaps the one can assist you with this information; but first, you must assist the one.$b$b','',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,1,0,0,0,0,0,0,0,0,12340), (3510,2,58,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3509,0,0,3511,5,26500,5400,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,'The Name of the Beast','Slay Hetaera and bring back Hetaera\'s Bloodied Head, Hetaera\'s Beaten Head, and Hetaera\'s Bruised Head to Lord Arkkoroc.','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!$B','','Finally, one worthy of the wisdom of Arkkoroc!$b$b','$b$bWhere are they?','Return to Lord Arkkoroc at Temple of Arkkoran in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10599,10598,10600,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3511,2,58,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,0,0,3602,3,0,2700,0,0,0,0,0,0,10610,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Name of the Beast','Take the temper back to Loramus Thalipedes.$B','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.','','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',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10610,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3512,2,55,48,0,8,0,0,0,0,1791,0,0,0,0,0,0,0,0,0,0,3374,0,0,0,4,0,3600,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,'In Eranikus\' Own Words','Travel to the eastern part of Winterspring and speak with Umbranse the Spiritspeaker.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3513,2,25,15,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,3514,6,0,1560,0,0,0,0,0,0,10621,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Runed Scroll','Take the Runed Scroll to the northern guard tower in the Barrens.','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.','','Well now... Where did you find this?','Whaddya got?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10621,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3514,2,29,15,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3513,0,0,0,6,0,1800,0,0,0,0,0,0,10622,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10653,10654,0,0,0,0,1,1,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horde Presence','Kill the leader of the Talon Den, Rynthariel the Keymaster.','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.','','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.','Return to Kadrak at The Mor\'shan Rampart in The Barrens.',8518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (3515,2,42,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3516,5,0,28800,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,'','','','',NULL,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,12340), (3516,2,42,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,28800,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,'','','','',NULL,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,12340), (3517,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4350,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,'Stealing Knowledge','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.','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.','','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.','Return to Jediga in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10538,10539,10540,10541,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3518,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3562,3,0,2220,0,0,0,0,0,0,10538,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Magatha','Bring the Tablet of Beth\'Amara to Magatha in Thunder Bluff.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10538,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3519,2,4,2,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4495,0,0,3521,2,0,60,0,0,0,0,0,0,0,0,0,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Friend in Need','Speak to Dirania Silvershine in Shadowglen.','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...','','Oh dear; I was wondering why I hadn\'t seen Iverron yet today. And I\'ve always warned him about those spiders...','',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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (3520,2,44,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3527,5,0,3150,0,0,0,0,0,0,10699,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Screecher Spirits','Capture the spirits of 3 screechers in Feralas, then return to Yeh\'kinya in Steamwheedle Port.','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.','','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?','Return to Yeh\'kinya at Steamwheedle Port in Tanaris.',8612,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,10699,0,0,0,0,0,1,0,0,0,0,0,'Screecher Spirits Collected','','','',0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (3521,2,4,2,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3519,0,0,0,5,0,210,0,0,0,0,0,0,0,0,0,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iverron\'s Antidote','Collect 7 Hyacinth Mushrooms, 4 Moonpetal Lilies, and 1 Webwood Ichor for Dirania Silveshine in Shadowglen.','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.','','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.','Return to Dirania Silvershine at Aldrassil in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10639,10641,10640,0,0,0,7,4,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,12340), (3522,2,4,2,0,188,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,3521,0,0,0,6,0,270,0,0,0,0,0,0,10642,1,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,10655,10656,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iverron\'s Antidote','Bring Iverron\'s Antidote to Iverron before the time limit is up. Iverron can be found by the cave to the north.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10642,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,0,0,0,12340), (3523,2,37,32,0,722,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3525,1,0,210,0,0,0,0,0,0,10682,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge of the Downs','If you agree to aid Belnistrasz, speak with him again and hand the Oathstone he gave you back to him.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10682,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3524,2,13,11,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4681,4,400,420,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Washed Ashore','Recover Sea Creature Bones from the beached sea creature just south of Auberdine, and then return with it to Gwennyth Bly\'Leggonde in Auberdine.','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?','','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!','Return to Gwennyth Bly\'Leggonde at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12242,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3525,2,37,32,0,722,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3523,0,0,0,7,0,3300,0,0,0,0,0,0,0,0,0,2,2,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,0,0,0,0,0,0,0,'Extinguishing the Idol','Escort Belnistrasz to the Quilboar\'s idol in Razorfen Downs.$B$BProtect Belnistrasz while he performs the ritual to shut down 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?!','Protect 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.\"','','Return to Belnistrasz\'s Brazier 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,1,0,0,0,0,0,0,0,0,12340), (3526,2,-1,10,0,-201,0,0,0,0,690,202,200,0,0,0,0,0,0,0,0,0,3638,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Engineering','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3527,2,47,40,0,978,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3520,0,0,4787,7,0,5400,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,'The Prophecy of Mosh\'aru','Bring the First and Second Mosh\'aru Tablets to Yeh\'kinya in Tanaris.','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.','','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!','Return to Yeh\'kinya at Steamwheedle Port in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10660,10661,0,0,0,0,1,1,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3528,2,53,40,0,1417,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4787,0,0,0,7,24000,6900,0,0,0,0,0,0,10465,1,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,'The God Hakkar','Bring the Filled Egg of Hakkar to Yeh\'kinya in Tanaris.','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.','','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?','Return to Yeh\'kinya at Steamwheedle Port in Tanaris.',0,0,0,0,0,0,0,0,0,10663,0,0,0,1,0,0,10662,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3529,2,52,45,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3530,2,52,45,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3531,2,52,45,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (3541,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3563,3,4000,2220,0,0,0,0,0,0,10539,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Jes\'rimon','Bring the Tablet of Jin\'yael to Jes\'rimon in Orgrimmar.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10539,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3542,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3564,3,6000,2220,0,0,0,0,0,0,10540,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Andron Gant','Bring the Tablet of Markri to Andron Gant in Undercity.','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.','','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... ?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10540,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3561,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3565,3,4000,2220,0,0,0,0,0,0,10541,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Archmage Xylem','Bring the Tablet of Sael\'hai to Archmage Xylem in Azshara.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10541,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3562,2,52,45,0,16,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3518,0,0,0,4,6000,3300,0,0,0,0,0,0,10678,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magatha\'s Payment to Jediga','Deliver Magatha\'s Note to Jediga in Azshara.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10678,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3563,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3541,0,0,0,4,6000,3300,0,0,0,0,0,0,10680,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jes\'rimon\'s Payment to Jediga','Deliver Jes\'rimon\'s Note to Jediga in Azshara.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10680,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3564,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3542,0,0,0,4,7500,3300,0,0,0,0,0,0,10679,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Andron\'s Payment to Jediga','Deliver Andron\'s Note to Jediga in Azshara.','Here... take... this to Jediga. Good luck to ya!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10679,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3565,2,52,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3561,0,0,0,4,6000,3300,0,0,0,0,0,0,10681,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Xylem\'s Payment to Jediga','Deliver Xylem\'s Note to Jediga in Azshara.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10681,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3566,2,46,40,0,51,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3372,0,0,0,7,13000,5250,0,0,0,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,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rise, Obsidion!','Slay Lathoric the Black and Obsidion, and return to Thorius in Ironforge with the Head of Lathoric the Black and the Heart of Obsidion. ','It... It... It was all a trap.$B$BForgive... me.$B$BKill the traitor... Kill him for us... for Thorius.','','$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!','Return to Curator Thorius in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10447,10446,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3567,0,25,25,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,12242,0,0,0,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (3568,2,52,45,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4000,2220,0,0,0,0,0,0,10695,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeping Corruption','Fill all 4 Empty Vials at the tide pools along the coast of the Ruins of Eldarath in Azshara before returning to Chemist Cuely.','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.','','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?','Return to Chemist Cuely at Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10691,10692,10693,10694,0,0,1,1,1,1,0,0,0,'','','','',6,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (3569,2,52,45,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3568,0,0,0,1,0,450,0,0,0,0,0,0,10712,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeping Corruption','Give Cuely\'s Elixir to Thersa Windsong in Undercity.','Give this to Thersa. Perhaps it will cure her... perhaps not. We really won\'t know until after she drinks it.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10712,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3570,0,52,45,0,1497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3569,0,0,0,5,7500,4350,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,68,0,0,0,0,5,0,0,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?',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,1,0,0,0,0,0,0,0,0,12340), (3581,2,40,40,0,1638,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Speak to Saern Priderunner again to learn the Plainsrunning skill.','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.','',NULL,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,12340), (3601,2,53,47,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,800,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,10830,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Kim\'jael Indeed!','Search the Thalassian Base Camp for Kim\'jael\'s Compass, Scope, Stuffed Chicken and Wizzlegoober, then return them to him in Azshara.','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?','','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.','Return to Kim\'jael at Thalassian Base Camp in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10717,10715,10722,10718,0,0,1,1,1,1,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,12340), (3602,2,58,45,0,16,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3511,0,0,0,6,26500,6900,0,0,0,0,0,0,10834,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Azsharite','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.$B','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.','','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.','Return to Loramus Thalipedes at Bay of Storms in Azshara.',0,0,0,0,0,0,0,0,0,10839,10840,0,0,1,1,0,10714,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3621,2,58,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3602,0,0,3625,4,0,4050,0,0,0,0,0,0,10738,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Formation of Felbane','Take the Shipment to Galvan the Ancient in Stranglethorn Vale.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10738,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3622,2,41,41,0,1657,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (3623,2,41,41,0,1657,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (3624,2,41,41,0,1657,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (3625,2,58,45,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3621,0,0,3626,1,0,540,0,0,0,0,0,0,0,0,0,2,2,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,'Enchanted Azsharite Fel Weaponry','Wait for Galvan to finish forging the 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.$B','Weaponry Creation','$b$bA finer demon slayer has never existed, $N.','To interrupt the forging process could result in an imperfect weapon. Be patient, $n.','Return to Galvan the Ancient in 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,1,0,0,0,0,0,0,0,0,12340), (3626,2,58,45,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3625,0,0,3627,2,0,1380,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,'Return to the Blasted Lands','Return to the Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.','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.$B','','You look battle hardened, $N. Are you prepared to face Razelikh and his minions?','',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,1,0,0,0,0,0,0,0,0,12340), (3627,2,60,45,0,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,0,0,3628,6,0,7200,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,'Uniting the Shattered Amulet','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...$B','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!$B','','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.','Return to Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10755,10753,10754,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3628,2,60,45,0,4,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,0,0,0,7,27000,8700,0,0,0,0,0,0,10757,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Are Rakh\'likh, Demon','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.$B','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.$B','','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','Return to Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10759,10757,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3629,2,-1,10,0,-201,0,0,0,0,1101,202,200,0,0,0,0,0,0,0,0,0,3638,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Engineering','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3630,2,-1,10,0,-201,0,0,0,0,1101,202,200,0,0,0,0,0,0,0,0,0,3640,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnome Engineering','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3631,2,-1,40,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,4487,4490,1,0,13200,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,'Summon Felsteed','Speak to Strahad Farsan in the Barrens.','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.','','Good luck, $N. I look forward to seeing you in the future.','',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,1,0,0,0,0,0,0,0,0,12340), (3632,2,-1,10,0,-201,0,0,0,0,1101,202,200,0,0,0,0,0,0,0,0,0,3640,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnome Engineering','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3633,2,-1,10,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,0,3638,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Engineering','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan in Tanaris.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3634,2,-1,10,0,-201,0,0,0,0,1101,202,200,0,0,0,0,0,0,0,0,0,3640,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnome Engineering','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3635,2,-1,10,0,-201,0,0,0,0,690,202,200,0,0,0,0,0,0,0,0,0,3642,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnome Engineering','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Oglethorpe Obnoticus in Booty Bay.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3636,2,37,32,0,722,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10823,10824,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring the Light','Archbishop Bendictus wants you to slay Amnennar the Coldbringer in Razorfen Downs.','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.','','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.','Return to Archbishop Benedictus at Cathedral Square in Stormwind City.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3637,2,-1,10,0,-201,0,0,0,0,690,202,200,0,0,0,0,0,0,0,0,0,3642,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnome Engineering','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Oglethorpe Obnoticus in Booty Bay.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3638,2,47,30,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,0,0,3638,3639,0,0,0,0,0,0,0,0,0,10792,1,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pledge of Secrecy','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.','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.','','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!','Return to Nixx Sprocketspring in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11270,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3639,2,-1,10,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,3638,0,0,0,4,0,99300,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,550,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Show Your Work','Bring 20 Big Iron Bombs, 20 Solid Dynamite, and 5 Explosive Sheep to Nixx Sprocketspring in Gadgetzan.','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!','','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.','Return to Nixx Sprocketspring in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4394,10507,4384,0,0,0,20,20,5,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3640,2,47,30,0,-201,0,0,0,0,1101,202,200,0,0,0,0,0,0,0,0,0,0,3638,3641,0,0,0,0,0,0,0,0,0,10793,1,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pledge of Secrecy','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.','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.','','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!','Return to Tinkmaster Overspark in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11283,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3641,2,-1,10,0,-201,0,0,0,0,1101,202,200,0,0,0,0,0,0,0,0,3640,0,0,0,4,0,99300,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,551,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Show Your Work','Bring 6 Mithril Tubes, an Accurate Scope, and 2 Advanced Target Dummies to Tinkmaster Overspark in Ironforge.','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!','','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.','Return to Tinkmaster Overspark in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10559,4407,4392,0,0,0,6,1,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3642,2,47,30,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,0,0,3638,3643,0,0,0,0,0,0,0,0,0,10794,1,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pledge of Secrecy','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.','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.','','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.','Return to Oglethorpe Obnoticus at Wild Shore in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11282,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3643,2,-1,10,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,3642,0,0,0,4,0,99300,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,551,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Show Your Work','Bring 6 Mithril Tubes, an Accurate Scope, and a 2 Advanced Target Dummies to Oglethorpe Obnoticus in Booty Bay.','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!','','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.','Return to Oglethorpe Obnoticus at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10559,4407,4392,0,0,0,6,1,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3644,0,47,30,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,3639,0,0,0,0,0,0,0,0,0,0,103,86400,0,0,0,16384,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,1,0,0,0,0,0,0,0,0,12340), (3645,0,47,30,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,3641,0,0,0,0,0,0,0,0,0,0,99,86400,0,0,0,16384,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,1,0,0,0,0,0,0,0,0,12340), (3646,0,47,30,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,3639,0,0,0,0,0,0,0,0,0,0,104,86400,0,0,0,16384,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Membership Card Renewal','','$B','','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.',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,1,0,0,0,0,0,0,0,0,12340), (3647,0,47,30,0,-201,0,0,0,0,0,202,200,0,0,0,0,0,0,0,0,3643,0,0,0,0,0,0,0,0,0,0,100,86400,0,0,0,16384,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,1,0,0,0,0,0,0,0,0,12340), (3661,2,47,42,0,702,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,13500,3600,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Favored of Elune?','Collect 15 Wildkin Feathers from the Hinterlands for Erelas Ambersky in Rut\'theran Village.','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?','','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...','Return to Erelas Ambersky at Rut\'theran Village in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10819,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (3681,2,-1,12,0,-141,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,1643,2998,0,2,0,33000,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,'Tome of Divinity','Speak with Duthorian Rall in Stormwind.','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.','','Welcome to the Cathedral of Light, $C.','',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,1,0,0,0,0,0,0,0,0,12340), (3701,2,54,50,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3702,0,0,0,5,16500,4800,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,12102,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Smoldering Ruins of Thaurissan','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.','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.','','Oh my! This information explains quite a lot about Thaurissan.$B$BThere is much more to learn!','Do you bring new information?','Return to Royal Historian Archesonus at the High Seat in Ironforge.',-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,0,'Information Recovered','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3702,2,54,50,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,3701,1,0,480,0,0,0,0,0,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,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Smoldering Ruins of Thaurissan','Listen to Royal Historian Archesonus recant the history of Thaurissan.','Would you like to hear a brief history of the Dark Iron dwarves?','Story of Thaurissan','Shall we proceed?','Allow me to finish telling you the story of Thaurissan.','Return to Royal Historian Archesonus in Dun Morogh.',0,0,0,0,0,0,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,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3721,0,50,40,0,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,6000,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,10398,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,7,-7,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!','',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,1,0,0,0,0,0,0,0,0,12340), (3741,2,15,12,0,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,840,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hilary\'s Necklace','Find Hilary\'s Necklace, and return it to Hilary in Lakeshire.','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?','','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?','Return to Hilary at Lakeshire in Redridge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10958,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3761,2,50,47,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,936,0,0,0,5,14500,4050,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Un\'Goro Soil','Bring 20 Un\'Goro Soil samples to Ghede on the Elder Rise of Thunder Bluff.','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!','','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.','Return to Ghede at Wildmane Water Well in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11018,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3762,2,50,47,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,3761,936,3761,1,0,420,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting Arch Druid Runetotem','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3763,2,50,47,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3763,3764,1,0,420,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting Arch Druid Staghelm','Speak with Arch Druid Fandral Staghelm in Darnassus.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (3764,2,50,47,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14500,4050,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Un\'Goro Soil','Bring 20 Un\'Goro Soil samples to Jenal at the Cenarion Enclave in Darnassus.','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.','','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!','Return to Jenal at Cenarion Enclave in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11018,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3765,2,24,18,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1275,4,1300,900,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Corruption Abroad','Travel to Gershala Nightwhisper in Auberdine.','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.','','Ah, so my brother, Argos, sent you? I realize you must be weary from your travels. But we have much to talk about.','',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,1,0,0,0,0,0,0,0,0,12340), (3781,2,50,47,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3764,0,0,3785,1,0,420,0,0,0,0,0,0,11103,1,0,0,0,0,0,0,0,11022,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morrowgrain Research','Take the Arch Druid\'s Seed Voucher to Mathrengyl Bearwalker in the Cenarion Enclave of Darnassus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11103,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3782,2,50,47,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3761,0,0,3786,1,0,420,0,0,0,0,0,0,11103,1,0,0,0,0,0,0,0,11022,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morrowgrain Research','Take the Seed Voucher to Bashana Runetotem in Thunder Bluff.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11103,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3783,2,56,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,977,4,8500,3750,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,577,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Are We There, Yeti?','Collect 10 Thick Yeti Furs for Umi Rumplesnicker in Everlook.','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.','','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!','Return to Umi Rumplesnicker at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12366,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3784,2,50,47,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,3761,936,3761,1,0,420,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting Arch Druid Runetotem','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3785,2,50,47,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3781,3803,0,0,5,0,4050,0,0,0,0,0,0,11020,1,0,0,1,0,0,0,0,11887,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morrowgrain Research','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.','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!','','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.','Return to Mathrengyl Bearwalker at Cenarion Enclave in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11040,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3786,2,50,47,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3782,3804,0,0,5,0,4050,0,0,0,0,0,0,11020,1,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morrowgrain Research','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.','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!','','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.','Return to Bashana Runetotem at The Golden Plains in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11040,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (3787,2,50,47,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3797,3791,2,0,1020,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jonespyre\'s Request','Speak with Quintis Jonespyre in Feathermoon Stronghold.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3788,2,50,47,0,1116,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3797,3791,1,0,420,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jonespyre\'s Request','Speak with Quintis Jonespyre in Feathermoon Stronghold.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3789,2,50,47,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3763,3764,1,0,420,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting Arch Druid Staghelm','Speak with Arch Druid Fandral Staghelm in Darnassus.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (3790,2,50,47,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3763,3764,1,0,420,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting Arch Druid Staghelm','Speak with Arch Druid Fandral Staghelm in Darnassus.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3791,2,50,47,0,1116,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,0,0,0,0,0,11020,1,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mystery of Morrowgrain','Bring 10 Morrowgrain to Quintis Jonespyre in Feathermoon Stronghold.','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.','','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.','Return to Quintis Jonespyre at Sardor Isle in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11040,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3792,0,55,47,0,1116,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,11022,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,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.','Return to Quintis Jonespyre in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11040,0,0,0,0,0,5,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3801,2,52,48,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3802,1,0,450,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,'Dark Iron Legacy','Speak with Franclorn Forgewright at Forgewright\'s Tomb in Blackrock Mountain if you are interested in obtaining a key to the city major.','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.','','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. ','',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,'','','','',1,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (3802,2,52,48,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3801,0,0,0,7,23000,6600,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Iron Legacy','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.$B','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.','','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.','Seek out the Monument of Franclorn Forgewright at the Shrine of Thaurissan inside the Blackrock Depths.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10999,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (3803,0,55,47,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3785,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,11887,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,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.','Return to Mathrengyl Bearwalker in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11040,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3804,0,55,47,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3786,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,11887,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,3,0,0,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.','Return to Bashana Runetotem in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11040,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3821,2,52,48,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,3822,5,0,4350,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadmaul Rock','Venture forth to the Burning Steppes and find out what became of Sha\'ni Proudtusk.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (3822,2,53,48,0,46,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3821,0,0,0,5,0,4500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,11869,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Krom\'Grul','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.$B','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. ','','$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?','Return to Thal\'trak Proudtusk at Kargath in the Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11058,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3823,2,52,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,3824,5,0,4350,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Extinguish the Firegut','Slay 15 Firegut Ogre-Mages, 7 Firegut Ogres, and 7 Firegut Ogre Brutes.','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!','','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!','Return to Oralius at Morgan\'s Vigil in the Burning Steppes.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (3824,2,53,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3823,0,0,3825,5,0,4500,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gor\'tesh the Brute Lord','Collect Gor\'tesh\'s Lopped Off Head.$B','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!','','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?','Return to Oralius at Morgan\'s Vigil in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11080,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3825,2,53,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3824,0,0,0,5,24000,4500,0,0,0,0,0,0,11079,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,11867,11868,0,0,0,0,1,1,0,0,0,0,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ogre Head On A Stick = Party','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.','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','','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?','Return to Oralius at Morgan\'s Vigil in the Burning Steppes.',-160840,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gor\'tesh Head Planted','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3841,2,47,38,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2972,0,0,3842,2,0,900,0,0,0,0,0,0,11102,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Orphan Looking For a Home','Speak to Quentin in Thousand Needles.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11102,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3842,2,47,38,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3841,0,0,0,3,0,1800,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Short Incubation','Bring 2 Elixir of Fortitudes to Quentin in Thousand Needles.','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.','','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.','Return to Quentin at Mirage Raceway in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3825,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3843,2,47,38,0,357,0,0,3600,0,1101,0,0,0,0,0,0,0,0,0,0,3842,0,0,4297,5,0,3600,0,0,0,0,0,0,11471,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Newest Member of the Family','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.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11471,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3844,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3845,2,0,1080,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,'It\'s a Secret to Everybody','Look around in the pond for a clue about who this wrecked raft may belong to.','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...','','A water-logged pack rests at the bottom of the pond.','',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,1,0,0,0,0,0,0,0,0,12340), (3845,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3844,0,0,3908,5,0,4350,0,0,0,0,0,0,11107,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s a Secret to Everybody','Examine the items inside the pack and bring them to their owner.',' 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.','','Oh... Yes, these things do look familiar... well, kind of...','Hi there. I\'ve seen you before... Haven\'t I?','Return to Linken at Marshal\'s Refuge in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11104,11105,11106,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3861,2,1,1,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,13563,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'CLUCK!','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.','\"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.','','\"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.\"','Return to Chicken.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11109,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3881,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4000,4500,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,'Expedition Salvation','Bring a Crate of Foodstuffs and Research Equipment to Williden Marshal in Un\'Goro Crater.','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?','','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!\n','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.','Return to Williden Marshal at Marshal\'s Refuge in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11113,11112,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3882,2,51,49,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4200,0,0,0,0,0,0,0,0,0,8,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,'Roll the Bones','Bring 8 Dinosaur Bones to Spark Nilminer in Un\'Goro Crater.','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.','','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...','Return to Spark Nilminer at Marshal\'s Refuge in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11114,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (3883,2,52,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4000,4350,0,0,0,0,0,0,11132,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alien Ecology','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.','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!','','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?','Return to Hol\'anyee Marshal at Marshal\'s Refuge in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11131,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (3884,2,50,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,3000,0,0,0,0,0,0,11116,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Williden\'s Journal','Return the journal to Williden Marshal somewhere in Un\'Goro Crater.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11116,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,12340), (3885,2,55,50,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,73500,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Gadgetzan Run','Escort Petra and Dadanga!','Escort Me and Dadanga!','Escort Petra and Dadanga!',NULL,NULL,'Return to Petra Grossen.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (3901,2,3,1,0,154,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,364,0,0,0,6,0,180,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,3274,11851,11852,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rattling the Rattlecages','Kill 8 Rattlecage Skeletons, and then return to Shadow Priest Sarvis in Deathknell when you are done.','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.','','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','Return to Shadow Priest Sarvis at Deathknell in Tirisfal Glades.',1890,0,0,0,8,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (3902,2,3,2,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,376,0,0,0,6,0,180,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,0,0,0,0,0,0,0,0,11848,11849,11850,0,0,0,1,1,1,0,0,0,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scavenging Deathknell','Search Deathknell and the vicinity for 6 pieces of Scavenged Goods, and return them to Deathguard Saltain.','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.','','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!','Return to Deathguard Saltain at Deathknell in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11127,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3903,2,4,2,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,33,0,0,3904,1,0,30,0,0,0,0,0,0,0,0,0,524296,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Milly Osworth','Speak with 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.','','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?','',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,1,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (3904,2,4,2,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3903,0,0,0,3,0,120,0,0,0,0,0,0,0,0,0,524296,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Milly\'s Harvest','Bring 8 crates of Milly\'s Harvest to Milly Osworth at Northshire Abbey.','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!','','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?','Return to Milly Osworth at Northshire Valley in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11119,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3905,2,4,2,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3904,0,0,0,5,0,210,0,0,0,0,0,0,11125,1,0,524288,4,0,0,0,0,0,0,0,0,0,0,0,0,11475,2690,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grape Manifest','Bring the Grape Manifest to Brother Neals in Northshire Abbey.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11125,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (3906,2,52,48,0,25,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,3907,5,15500,4350,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disharmony of Flame','Travel to the quarry in Blackrock Mountain and slay Overmaster Pyron. Return to Thunderheart when you have completed this assignment.$B','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.','','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.','Return to Thunderheart at Kargath in Badlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (3907,2,56,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3906,0,0,0,7,25500,7500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,12113,12114,12112,12115,0,0,1,1,1,1,0,0,81,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disharmony of Fire','Enter Blackrock Depths and track down Lord Incendius. Slay him and return any source of information you may find to Thunderheart.$B','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.$B','','$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','Return to Thunderheart at Kargath in Badlands.',9017,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,11126,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3908,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3845,0,0,0,5,0,4350,0,0,0,0,0,0,11133,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s a Secret to Everybody','Take Linken\'s Sword to Donova Snowden in Winterspring.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11133,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3909,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3908,0,0,3912,5,0,4350,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,'The Videre Elixir','Seek out Gregan Brewspewer in northern Feralas. From him, learn how you may acquire the Videre Elixir, then return to Donova Snowden in Winterspring.','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.','','I\'ll need one vial to make sure that this is truly the elixir... Yes... This is the stuff. ','Back already?','Return to Donova Snowden in Winterspring.',0,0,0,0,0,0,0,0,0,11242,0,0,0,1,0,0,11243,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3910,2,55,50,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,73500,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Un\'Goro Run','Escort Petra and Dadanga back to Un\'Goro.','Welcome to Gadgetzan! Take us home...','Escort Petra and Dadanga!',NULL,NULL,'Return to Petra Grossen.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (3911,2,54,48,0,1584,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,24500,4800,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,12038,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Element','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.$B','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.','','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!','Return to Shadowmage Vivian Lagrave at Apocryphan\'s Rest in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11129,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3912,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3909,0,0,3913,5,0,4350,0,0,0,0,0,0,11136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meet at the Grave','Go to the graveyard outside Gadgetzan, and use the Videre Elixir. Follow the rest of Donova\'s instructions to find Gaeriyan.','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...','','It has been long since any have come to talk with me...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (3913,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3912,0,0,3914,3,0,2220,0,0,0,0,0,0,11136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Grave Situation','Resurrect, then look for the gravestone that Gaeriyan told you to find.','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...','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11136,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3914,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3913,0,0,3941,5,7500,4350,0,0,0,0,0,0,11162,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Linken\'s Sword','Deliver Linken\'s Superior Sword to Linken in Un\'Goro Crater.','After a strong flash of light, you are able to pick up the sword again. It has been transformed!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11162,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3921,2,14,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,902,0,0,3922,3,0,300,0,0,0,0,0,0,11142,1,0,0,0,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,3,2,0,0,0,0,0,0,0,0,0,0,0,0,'Wenikee Boltbucket','Bring the Broken Samophlange to 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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11142,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3922,2,15,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3921,0,0,0,5,0,660,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,470,67,0,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,'Nugget Slugs','Bring 15 Nugget Slugs to Wenikee Boltbucket in the Barrens.','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.','','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.','Return to Wenikee Boltbucket in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11143,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3923,2,18,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3922,0,0,3924,2,0,210,0,0,0,0,0,0,11146,1,0,0,0,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,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'Rilli Greasygob','Bring the Broken and Battered Samophlange to Rilli Greasygob in Orgrimmar.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11146,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3924,2,19,10,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3923,0,0,0,6,0,1080,0,0,0,0,0,0,0,0,0,8,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,470,67,0,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,'Samophlange Manual','Bring the Samophlange Manual to Rilli Greasygob in Orgrimmar.','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.','','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?','Return to Rilli Greasygob in Orgrimmar.',0,0,0,0,0,0,0,0,11147,11148,0,0,1,5,0,0,0,0,11149,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3941,2,52,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3914,0,0,0,2,0,1080,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,'A Gnome\'s Assistance','Find J.D. Collie in the cave at Marshal\'s Refuge.','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!','','Stay where you are for just a moment... I am testing out a new combination of crystals...','',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,1,0,0,0,0,0,0,0,0,12340), (3942,2,54,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3941,0,0,4084,5,0,4800,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,'Linken\'s Memory','Find Eridan Bluewind in southern Felwood.','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?','','Hello, $C. Is there something I can help you 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,1,0,0,0,0,0,0,0,0,12340), (3961,2,54,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4005,0,0,3962,3,0,2340,0,0,0,0,0,0,11522,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Linken\'s Adventure','Take the Silver Totem of Aquementas to Linken in Marshal\'s Refuge.','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.','','Did J.D. help you at all?','Hi, again, $N!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11522,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3962,2,56,47,0,490,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3961,0,0,0,6,0,6300,0,0,0,0,0,0,11522,1,0,0,0,0,0,0,0,11905,0,0,0,1,0,0,0,11902,11904,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s Dangerous to Go Alone','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.','$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.','','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.','Return to Linken at Marshal\'s Refuge in Un\'Goro Crater.',0,0,9376,0,0,0,1,0,0,0,0,0,0,0,0,0,11179,11522,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (3981,2,52,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3906,0,0,3982,7,0,6600,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Commander Gor\'shak','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.','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!$B','','We haven\'t got much time. Listen carefully, $R. What I have to tell you is classified and for your ears only.','',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,1,0,0,0,0,0,0,0,0,12340), (3982,2,54,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3981,0,0,4001,7,0,7200,0,0,0,0,0,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Is Going On?','Defend Gor\'shak.','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!','Survive the Onslaught','That was a close call. They have been alerted to your presence... more will surely come.','Defend yourself, fool!','Speak to Commander Gor\'shak in Blackrock 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,1,0,0,0,0,0,0,0,0,12340), (4001,2,54,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3982,0,0,4002,6,0,5850,0,0,0,0,0,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Is Going On?','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.$B','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!$B','Information Gathered from Kharan','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?','Return to Thrall 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,1,0,0,0,0,0,0,0,0,12340), (4002,2,54,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4001,0,0,4003,1,0,480,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,'The Eastern Kingdoms','Speak with Thrall if you are prepared to take on the mission he has planned.','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?','','There is no going back beyond this point, $N.','',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,1,0,0,0,0,0,0,0,0,12340), (4003,2,59,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4002,0,0,4004,7,0,8400,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,'The Royal Rescue','Slay Emperor Dagran Thaurissan and free Princess Moira Bronzebeard from his evil spell. $B','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!','','What have you done!','','Speak to Princess Moira Bronzebeard near the throne in Blackrock Depths.',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,1,0,0,0,0,0,0,0,0,12340), (4004,2,60,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4003,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,8,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,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Princess Saved?','Return to Thrall at Grommash Hold in Orgrimmar.$B','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.$B','','$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.','',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,1,0,0,0,0,0,0,0,0,12340), (4005,2,54,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4084,0,0,0,5,0,4800,0,0,0,0,0,0,11617,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aquementas','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.','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.','','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.','Return to J.D. Collie in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,11172,11173,11169,0,11,1,1,11522,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4021,2,20,11,0,17,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,852,0,0,0,6,2500,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Counterattack!','Bring a Piece of Krom\'zar\'s Banner to Regthar Deathgate, west of the Crossroads.','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.','','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?','Return to Regthar Deathgate in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11227,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4022,2,54,52,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3481,4024,4022,4024,5,0,4800,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Taste of Flame','Show Cyrus Therepentous the Black Dragonflight Molt you received from Kalaran Windblade.$B','The flight is aware of your work in the Searing Gorge.$B$BShow it to me, $r. The molt, imbecile.','Proof Presented','$B$BYou have proven that you are not entirely useless, mortal.','','Speak to Cyrus Therepentous at Slither Rock in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10575,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4023,2,54,52,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4024,4022,4024,5,0,4800,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,'A Taste of Flame','Show Cyrus Therepentous proof of your worth.$B$BYou have a feeling that Cyrus already knows that you are unworthy.','You seek out the Flight? Present to me proof of your worth, mortal.','','$B$BYou have proven that you are not entirely useless, mortal.','','Return to Cyrus Therepentous at Slither Rock in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10575,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4024,2,58,52,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4023,0,0,0,7,26500,8100,0,0,0,0,0,0,11231,1,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,'A Taste of Flame','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.$B','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.','','$B$BYES!$B$BTake your prize and be gone. Leave my sight at once!','Has the giant been felled?','Return to Cyrus Therepentous at Slither Rock in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11230,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (4041,0,52,47,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3909,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'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?','Return to Gregan Brewspewer in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11242,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4061,2,54,52,0,46,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4062,7,16500,7200,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rise of the Machines','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.','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.$B','','$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!','Return to Hierophant Theodora Mulvadania at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11266,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4062,2,54,52,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4061,0,0,4063,2,0,1200,0,0,0,0,0,0,11267,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rise of the Machines','Take the Elemental Shard Sample to Lotwil Veriatus.$B$BYou recall Theodora saying that Lotwil was stationed in a camp to the east.$B','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.','','$b$bI... I know these markings.','What have you got there, $R?','Report to Lotwil Veriatus in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11267,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4063,2,58,52,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4062,0,0,0,7,26500,8100,0,0,0,0,0,0,0,0,0,8,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,'The Rise of the Machines','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. ','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.','','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?','Return to Lotwil Veriatus in the Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11268,11269,0,0,0,0,1,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4081,2,52,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15500,6600,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'KILL ON SIGHT: Dark Iron Dwarves','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.$B','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.','','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','Return to Warlord Goretooth at Kargath in Badlands.',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,0,6,1,0,0,0,0,0,0,0,0,12340), (4082,2,54,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4081,4122,0,0,7,16500,7200,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'KILL ON SIGHT: High Ranking Dark Iron Officials','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.','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.$B','','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.','Return to Warlord Goretooth at Kargath in Badlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (4083,0,55,40,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4950,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,'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... ','Return to Spectral Chalice in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7910,3577,6037,0,0,0,2,20,10,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4084,2,54,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3942,0,0,4005,5,0,4800,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,'Silver Heart','Collect 11 Silvery Claws and 1 Irontree Heart for Eridan Bluewind in Felwood.','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.','','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.','Return to Eridan Bluewind at Emerald Sanctuary in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11172,11173,0,0,0,0,11,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4101,2,55,48,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4950,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,'Cleansing Felwood','Bring 15 Blood Amber to Arathandris Silversky in 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.','','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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11503,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4102,2,55,48,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4950,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,'Cleansing Felwood','Bring 15 Blood Amber to Maybess Riverbreeze in 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.','','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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11503,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4103,0,55,48,0,361,0,0,0,0,1101,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,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11515,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4104,0,55,48,0,361,0,0,0,0,1101,186,1,0,0,0,0,0,0,0,0,4101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11513,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4105,0,55,48,0,361,0,0,0,0,1101,182,1,0,0,0,0,0,0,0,0,4101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11514,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4106,0,55,48,0,361,0,0,0,0,1101,393,1,0,0,0,0,0,0,0,0,4101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11512,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4107,0,55,48,0,361,0,0,0,0,1101,333,1,0,0,0,0,0,0,0,0,4101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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!','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11174,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4108,0,55,48,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4103,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Hunting','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11515,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4109,0,55,48,0,361,0,0,0,0,1101,186,1,0,0,0,0,0,0,0,0,4104,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Mining','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11513,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4110,0,55,48,0,361,0,0,0,0,1101,182,1,0,0,0,0,0,0,0,0,4105,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Gathering','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11514,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4111,0,55,48,0,361,0,0,0,0,1101,393,1,0,0,0,0,0,0,0,0,4106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Skinning','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11512,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4112,0,55,48,0,361,0,0,0,0,1101,333,1,0,0,0,0,0,0,0,0,4107,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Disenchanting','','',NULL,'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!','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11174,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4113,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4114,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4115,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4116,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4117,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Whipper Root in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4118,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4119,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Night Dragon in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4120,2,52,47,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4350,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Strength of Corruption','Talo Thornhoof at Camp Mojache in Feralas wants you to kill 12 Angerclaw Grizzlies and 12 Felpaw Ravagers in Felwood.','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.','','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.','Return to Talo Thornhoof at Camp Mojache in Feralas.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4121,2,58,52,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4122,0,0,0,6,26500,6900,0,0,0,0,0,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Precarious Predicament','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.','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!$B','Prisoner Transport','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.','Return to Lexlort at Kargath in the Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11286,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4122,2,58,52,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4082,0,0,0,5,0,5400,0,0,0,0,0,0,11286,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grark Lorkrub','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.$B','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.$B','','Can you not see the power we gain by joining the legion of Blackrock? ','',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,1,0,0,0,0,0,0,0,0,12340), (4123,2,55,50,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8500,7500,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,'The Heart of the Mountain','Bring the Heart of the Mountain to Maxwort Uberglint in the Burning Steppes.','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.','','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.','Return to Maxwort Uberglint in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4124,2,43,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4125,1,0,300,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,'The Missing Courier','Speak with Ginro Hearthkindle in Feathermoon Stronghold.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4125,2,43,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4124,0,0,4127,4,0,2280,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Courier','Locate the courier\'s boat somewhere along the coast of Feralas.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (4126,2,55,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4128,0,0,0,7,16500,7500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,12003,0,0,0,10,0,0,0,11964,12000,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hurley Blackbreath','Bring the Lost Thunderbrew Recipe to Ragnar Thunderbrew in Kharanos.','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!','','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!','Return to Ragnar Thunderbrew at Kharanos in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11312,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4127,2,44,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4125,0,0,4129,1,0,300,0,0,0,0,0,0,11462,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Boat Wreckage','Return to Feathermoon Stronghold and show Ginro Hearthkindle the Discarded Knife you have found.','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...','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11462,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4128,2,55,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4126,1,0,480,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,'Ragnar Thunderbrew','Speak with 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.','','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!','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4129,2,44,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4127,0,0,0,1,0,300,0,0,0,0,0,0,11462,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Knife Revealed','Take the Discarded Knife to Quintis Jonespyre in Feathermoon Stronghold.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11462,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4130,2,44,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4129,0,0,4131,1,0,300,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,'Psychometric Reading','Speak with Ginro Hearthkindle in Feathermoon Stronghold.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4131,2,44,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4130,0,0,4135,4,0,2400,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Woodpaw Gnolls','Search the Woodpaw Gnoll camps of southern Feralas for evidence of the courier\'s belongings or the courier himself.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (4132,2,58,52,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4121,0,0,0,7,26500,8100,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,12059,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Operation: Death to Angerforge','Travel to Blackrock Depths and slay General Angerforge! Return to Warlord Goretooth when the task is complete.','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.$B','','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?','Return to Warlord Goretooth at Kargath in Badlands.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4133,2,55,50,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4134,1,0,480,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,'Vivian Lagrave','Speak with Shadowmaster Vivian Lagrave in Kargath.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (4134,2,55,50,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4133,0,0,0,7,8500,7500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3928,6149,0,0,5,5,0,0,11964,12000,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost Thunderbrew Recipe','Bring the Lost Thunderbrew Recipe to Vivian Lagrave in Kargath.','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.','','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?','Return to Shadowmage Vivian Lagrave at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11312,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (4135,2,46,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4131,0,0,4265,4,0,2580,0,0,0,0,0,0,11463,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Writhing Deep','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.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4136,2,53,48,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4324,0,0,0,7,6000,6900,0,0,0,0,0,0,0,0,0,8,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,'Ribbly Screwspigot','Bring Ribbly\'s Head to Yuka Screwspigot in the Burning Steppes.','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.','','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?','Return to Yuka Screwspigot in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (4141,2,52,47,0,490,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4142,5,0,4350,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,'Muigin and Larion','Collect 15 Bloodpetals and return to Muigin.','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?','','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!','Return to Muigin in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11316,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',5,6,1,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,12340), (4142,2,52,47,0,490,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4141,0,0,4143,4,0,3300,0,0,0,0,0,0,11316,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit to Gregan','Take a Bloodpetal to Gregan Brewspewer in Feralas.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11316,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4143,2,52,47,0,490,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4142,0,0,0,7,7500,6600,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,'Haze of Evil','Collect 5 samples of Atal\'ai Haze, then return to Muigin in Un\'Goro Crater.','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!','','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.','Return to Muigin in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11318,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4144,0,53,47,0,490,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4143,0,0,0,4,0,3450,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,'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!','Return to Muigin in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11315,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4145,2,52,47,0,490,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4147,5,7500,4350,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,'Larion and Muigin','Hunt 5 Bloodpetal Lashers, 5 Bloodpetal Threshers, 5 Bloodpetal Flayers and 5 Bloodpetal Trappers for Larion at Marshal\'s Refuge.','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.','','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!','Return to Larion at Marshal\'s Refuge in Un\'Goro Crater.',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,'','','','',4,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (4146,2,52,47,0,1417,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4147,0,0,0,5,0,4350,0,0,0,0,0,0,11319,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zapper Fuel','Deliver the Unloaded Zapper and 5 samples of Atal\'ai Haze to Larion in Marshal\'s Refuge.','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.','','So, Marvon wasn\'t around? Well, show me what you got, anyway.','This is exhausting, $N. Those things just won\'t leave me alone!','Return to Larion at Marshal\'s Refuge in Un\'goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11319,11318,0,0,0,0,1,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4147,2,52,47,0,490,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4145,0,0,4146,3,0,2220,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,'Marvon\'s Workshop','Travel to Marvon Rivetseeker\'s workshop in Ratchet.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (4148,0,53,47,0,490,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4146,0,0,0,4,16000,3450,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,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!','Return to Larion in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11315,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4161,2,7,1,0,-304,0,0,0,0,0,185,1,0,0,0,0,0,0,0,0,0,0,0,0,5,85,390,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,5482,5472,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recipe of the Kaldorei','Collect 7 Small Spider Legs for Zarrin in Dolanaar.','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.','','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.','Return to Zarrin at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5465,0,0,0,0,0,7,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (4181,2,-1,10,0,-201,0,0,0,0,1101,202,200,0,0,0,0,0,0,0,0,0,3638,3526,0,1,0,13200,0,0,0,0,0,0,10789,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Engineering','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4182,2,54,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,16500,4800,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonkin Menace','Slay 15 Black Broodlings, 10 Black Dragonspawn, 4 Black Wyrmkin and 1 Black Drake.','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.$B','','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?','Return to Helendis Riverhorn at Morgan\'s Vigil in the Burning Steppes.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (4183,2,54,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4182,0,0,0,4,0,3600,0,0,0,0,0,0,11366,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','Travel to Lakeshire in Redridge Mountains and deliver Helendis Riverhorn\'s Letter to Magistrate Solomon. ','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','','','Greetings, $N. Have we met before? You look vaguely familiar.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11366,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4184,2,54,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4183,0,0,0,4,0,3600,0,0,0,0,0,0,11367,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','Travel to Stormwind and deliver Solomon\'s Plea to King Varian Wrynn.$B$BKing Varian Wrynn resides in Stormwind Keep.','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.$B','','Dragons? Impossible!','What brings you to Stormwind Keep?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11367,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4185,2,54,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4184,0,0,0,1,0,480,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','Speak with Highlord Bolvar Fordragon after speaking with Lady Katrana Prestor.','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.$B','Advice from Lady 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. ','',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,1,0,0,0,0,0,0,0,0,12340), (4186,2,54,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4185,0,0,0,5,0,4800,0,0,0,0,0,0,11368,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','Take Wrynn\'s Decree to Magistrate Solomon in Lakeshire.$B','I am going to empower you as an acting deputy of Stormwind, $N.$B$BReturn to Magistrate Solomon in Lakeshire and deliver this decree.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11368,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4201,2,54,50,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8000,7200,0,0,0,0,0,0,11412,1,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,'The Love Potion','Bring 4 Gromsblood, 10 Giant Silver Veins and Nagmara\'s Filled Vial to Mistress Nagmara in Blackrock Depths.','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!','','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!','Return to Mistress Nagmara in Blackrock Depths.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8846,11405,11413,0,0,0,4,10,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4221,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4222,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4223,2,54,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4186,0,0,0,1,0,480,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,'The True Masters','Speak with Marshal Maxwell in the Burning Steppes.','$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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (4224,2,54,48,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4223,0,0,0,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'The True Masters','Speak with Ragged John.','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.','Ragged John\'s Story','I could have warned you, but what fun is that?','Have you spoken with John yet?','Return to Marshal Maxwell at Morgan\'s Vigil 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,1,0,0,0,0,0,0,0,0,12340), (4241,2,54,48,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4224,0,0,0,7,0,7200,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marshal Windsor','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.','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?','','Where is he! I\'ll murder him!','',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,1,0,0,0,0,0,0,0,0,12340), (4242,2,54,48,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4241,0,0,0,5,0,4800,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abandoned Hope','Give Marshal Maxwell at Morgan\'s Vigil in the Burning Steppes the bad news.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4243,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4244,3,0,2280,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,'Chasing A-Me 01','Find A-Me 01 in Un\'Goro Crater.','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?','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4244,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4243,0,0,0,4,0,3450,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,'Chasing A-Me 01','Find a Mithril Casing and return to A-Me 01 in Un\'Goro Crater.','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.','','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.','Return to A-Me 01 in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4245,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4244,0,0,0,6,16000,5700,0,0,0,0,0,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,0,0,0,'Chasing A-Me 01','Escort A-Me 01 back to Karna Remtravel in Un\'Goro Crater.','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?','Protect A-Me 01 until you reach Karna Remtravel','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.','Return to Karna Remtravel at Lakkari Tar Pits 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,1,0,0,0,0,0,0,0,0,12340), (4261,2,56,49,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4442,0,0,0,6,0,6300,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,11873,11874,0,0,0,0,1,1,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Spirit','Escort Arei to safety, then speak with Kayneth Stillwind in Forest Song, in eastern Ashenvale.','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.','Help Arei get to Safety','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.','','Return to Kayneth Stillwind at Forestsong 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,1,0,0,0,0,0,0,0,0,12340), (4262,2,52,48,0,25,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4263,5,15500,4350,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,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overmaster Pyron','Slay Overmaster Pyron.$B$BYou recall Jalinda talking about Pyron guarding the quarry. Perhaps you should search there?','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.','','Incendius? Oh dear...','','Return to Jalinda Sprig at Morgan\'s Vigil in the Burning Steppes.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (4263,2,56,48,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4262,0,0,0,7,8500,7500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,12113,12114,12112,12115,0,0,1,1,1,1,0,0,54,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Incendius!','Find Lord Incendius in Blackrock Depths and destroy him!','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!$B','','Oh dear! Are you sure Incendius said \'Ragnaros?\'$b$b','Is the fiend dead??','Return to Jalinda Sprig at Morgan\'s Vigil in the Burning Steppes.',9017,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4264,2,58,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4242,0,0,0,5,0,5400,0,0,0,0,0,0,11446,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Crumpled Up Note','You may have just stumbled on to something that Marshal Windsor would be interested in seeing. There may be hope, after all.','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.$B','','','$B$BWhat do you have there, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11446,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4265,2,46,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4135,0,0,4266,5,0,3450,0,0,0,0,0,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Freed from the Hive','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.','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.','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?','Return to Ginro Hearthkindle 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,1,0,0,0,0,0,0,0,0,12340), (4266,2,46,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4265,0,0,4267,7,0,5250,0,0,0,0,0,0,0,0,0,8,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,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hero\'s Welcome','Speak with Shandris Feathermoon in Feathermoon Stronghold.','$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.','','$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.','',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,1,0,0,0,0,0,0,0,0,12340), (4267,2,46,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4266,0,0,0,1,0,330,0,0,0,0,0,0,11466,1,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,0,0,0,0,0,0,'Rise of the Silithid','Bring Raschal\'s Report to Gracina Spiritmight in Darnassus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11466,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4281,2,44,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6500,2400,0,0,0,0,0,0,11463,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thalanaar Delivery','Bring the Undelivered Parcel to Falfindel Waywarder in Thalanaar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11463,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4282,2,58,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4264,0,0,0,7,9000,8100,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Shred of Hope','Return Marshal Windsor\'s Lost Information.$B$BMarshal Windsor believes that the information is being held by Golem Lord Argelmach and General Angerforge.','$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.','','$B$BWe need to get out of here!','Soon this grand subterfuge will be over.','Return to Marshal Windsor in Blackrock Depths.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11464,11465,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4283,2,56,50,0,46,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8500,5100,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'FIFTY! YEP!','Collect 50 Blackrock Medallions.','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!','','You\'ve done it! Your reward is: RUB MY BELLY! GO ON! RUB IT!','$B$BBurning Steppes to control, come in control.','Return to Oralius at Morgan\'s Vigil in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11467,0,0,0,0,0,50,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4284,2,53,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8000,4500,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,'Crystals of Power','Collect 7 Power Crystals of each color: red, blue, yellow, and green. Bring them to J.D. Collie at Marshal\'s Refuge.','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?','','Now I will continue my experiments! Thank you, $N.','I just know I\'m onto something here, $N!','Return to J.D. Collie in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11186,11188,11185,11184,0,0,7,7,7,7,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0,12340), (4285,2,53,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4284,4321,-4285,0,4,0,3450,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'The Northern Pylon','Discover the location of the Northern Crystal Pylon in Un\'Goro Crater.','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 and examine the Northern Crystal Pylon','I know the stories are true, $N.','Have you visited the pylon, $N?','Return to J.D. Collie 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,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (4286,2,56,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8500,7500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,11883,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Good Stuff','Collect 20 Dark Iron Fanny Packs.','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!$B','','$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.','Return to Oralius at Morgan\'s Vigil in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11468,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4287,2,53,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4284,4321,-4285,0,4,0,3450,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'The Eastern Pylon','Discover the location of the Eastern Crystal Pylon in Un\'Goro Crater.','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 and examine the Eastern Crystal Pylon','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?','Return to J.D. Collie 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,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (4288,2,53,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4284,4321,-4285,0,4,0,3450,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'The Western Pylon','Discover the location of the Western Crystal 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 and examine 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?','Return to J.D. Collie 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,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (4289,2,55,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8500,4950,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,'The Apes of Un\'Goro','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.','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.','','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.','Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11478,11479,11480,0,0,0,2,2,2,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,12340), (4290,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4291,5,0,4500,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,'The Fare of Lar\'korwi','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.','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.','','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.','Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11504,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4291,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4290,0,0,4292,5,0,4500,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,'The Scent of Lar\'korwi','Bring 2 Ravasaur Pheromone Glands to Torwa Pathfinder near the entrance to Un\'Goro Crater.','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.','','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.','Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11509,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4292,2,56,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4291,0,0,0,6,0,6300,0,0,0,0,0,0,11568,1,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,'The Bait for Lar\'korwi','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.','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.','','The Earth Mother be praised! You\'ve done it! Fair play to you, $N. You have proven to be a great hunter 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.','Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11510,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4293,2,52,48,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,4642,-4293,0,5,6000,4350,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Sample of Slime...','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.','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.','','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...','Return to Chemist Fuely at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,12230,0,0,0,15,0,0,12234,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4294,2,56,48,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,4642,-4293,0,5,6500,5100,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'... and a Batch of Ooze','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.','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.','','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?','Return to Chemist Fuely at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,12235,0,0,0,15,0,0,12236,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (4295,0,1,1,0,1584,81,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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, $gsir:my lady;, 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!','Return to Private Rocknot in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11325,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (4296,2,50,50,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,7500,2040,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,'Tablet of the Seven','Collect the Tablet Transcript.','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!','','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?','Return to Maxwort Uberglint at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11470,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4297,2,47,38,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3843,0,0,4298,5,0,3600,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Food for Baby','Bring 5 Silvermane Stalker Flanks to Agnar Beastamer in Hinterlands.','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.','','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.','Return to Agnar Beastamer in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11472,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4298,2,48,37,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4297,0,0,0,1,0,360,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,11474,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Becoming a Parent','Speak to Agnar Beastamer in the Hinterlands.','Whoa, it was a lot more ready than I thought...','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4299,2,50,50,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,22000,40800,0,0,0,0,0,0,11473,1,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,' The Tomb of the Seven','Place the PX83-Enigmatron in the Tomb of the Seven,then return to Maxwort Uberglint.','Find the Tomb of the Seven,and place this PX83-Enigmatron there. ','Place the PX83-Enigmatron',NULL,NULL,'Return to Maxwort Uberglint at Dreadmaul Rock 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,12340), (4300,2,52,48,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4000,4350,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bone-Bladed Weapons','Bring 8 White Ravasaur Claws to Jes\'rimon in Orgrimmar.','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.','','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?','Return to Jes\'rimon in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11477,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (4301,2,55,50,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4289,0,0,0,5,0,4950,0,0,0,0,0,0,0,0,0,8,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,'The Mighty U\'cha','Bring U\'cha\'s Pelt to Torwa Pathfinder at the entrance of Un\'Goro Crater.','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.','','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.','Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11476,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4321,2,53,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,450,0,0,0,0,0,0,0,0,0,8,2,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,0,0,0,0,0,0,0,'Making Sense of It','Speak with J.D. Collie in a moment.','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.','','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.','',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,'','','','',1,0,0,0,0,0,0,0,0,1,1,4,0,0,0,0,0,0,12340), (4322,2,58,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4282,0,0,0,7,17500,8100,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,12065,0,0,0,1,0,0,0,12061,12062,0,0,0,0,1,1,0,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jail Break!','Help Marshal Windsor get his gear back and free his friends. Return to Marshal Maxwell if you succeed.','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.','Jail Break!','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.','Return to Marshal Maxwell 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,1,0,0,0,0,0,0,0,0,12340), (4323,2,26,24,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2000,12600,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,' Get those Hyenas!!!','Bring 7 Spotted Hyena Pelts to TESTTAUREN at Freewind Post.','I want some Hyena Pelts,and only the best will do! Get me spotted Hyena pelts and I\'ll give you phat lewtz,yo.','',NULL,NULL,'Return to [PH] TESTTAUREN.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4324,2,53,48,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4136,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,'Yuka Screwspigot','Speak with Yuka Screwspigot in the Burning Steppes.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4341,2,59,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,3701,4342,0,0,7,0,8400,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,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kharan Mighthammer','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.','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!','','Please, let me explain.','',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,1,0,0,0,0,0,0,0,0,12340), (4342,2,59,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4341,0,0,4361,2,0,1380,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Kharan\'s Tale','Listen as Kharan Mighthammer tells his story.','Please, hear me out before passing judgement!$B','Kharan\'s Tale','As you can see, there was nothing I could have done.','Allow me to finish telling my story.','Speak to Kharan Mighthammer in Blackrock 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,1,0,0,0,0,0,0,0,0,12340), (4343,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4361,2,59,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4342,0,0,4362,5,0,5550,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,'The Bearer of Bad News','Return to Ironforge and deliver the bad news to King Magni Bronzebeard.','You must take this information back to King Magni, $N. He will know what to do!$B','','','',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,1,0,0,0,0,0,0,0,0,12340), (4362,2,59,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4361,0,0,4363,7,0,8400,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,47,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of the Kingdom','Return to Blackrock Depths and rescue Princess Moira Bronzebeard from the evil clutches of Emperor Dagran Thaurissan.$B','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!','','$B$BWhy???','','Speak to Princess Moira Bronzebeard near the throne in Blackrock Depths.',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,1,0,0,0,0,0,0,0,0,12340), (4363,2,59,50,0,1584,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4362,0,0,0,7,26500,8400,0,0,0,0,0,0,0,0,0,8,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,'The Princess\'s Surprise','Return to Ironforge and speak with King Magni Bronzebeard.','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.','','$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','',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,1,0,0,0,0,0,0,0,0,12340), (4381,0,53,47,0,490,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,0,0,0,0,8,1,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,'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.','Return to Northern Crystal Pylon in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11188,11185,0,0,0,0,10,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4382,0,53,47,0,490,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,0,0,0,0,8,1,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,'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.','Return to Eastern Crystal Pylon in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11185,11184,0,0,0,0,10,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4383,0,53,47,0,490,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,0,0,0,0,8,1,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,'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.','Return to Western Crystal Pylon in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11186,11185,0,0,0,0,10,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4384,0,53,47,0,490,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,0,0,0,0,8,1,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,'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.','Return to Western Crystal Pylon in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11186,11184,0,0,0,0,10,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4385,0,53,47,0,490,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,0,0,0,0,8,1,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,'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.','Return to Northern Crystal Pylon in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11186,11188,0,0,0,0,10,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4386,0,53,47,0,490,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,0,0,0,0,8,1,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,'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.','Return to Eastern Crystal Pylon in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11184,11188,0,0,0,0,10,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4401,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4402,2,3,1,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,7,50,240,0,0,0,0,0,0,0,0,0,524296,4,0,0,0,0,11584,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,530,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Galgar\'s Cactus Apple Surprise','Bring Galgar 6 Cactus Apples. You remember him saying that they could be found near cactuses.','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.','','Wonderful, $N! As promised, here is your cactus apple surprise plus a little something extra.','Have you finished collecting cactus apples?','Return to Galgar at Valley of Trials in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11583,0,0,0,0,0,6,0,0,0,0,0,3,'','','','',5,1,1,1,0,0,0,0,0,6,1,1,4,0,0,0,0,0,12340), (4403,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4421,2,54,49,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4800,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,'The Corruption of the Jadefire','Kill 11 Jadefire Felsworns, 9 Jadefire Shadowstalkers, 9 Jadefire Rogues, and Xavathras. Return to Eridan Bluewind in Felwood when the task has been completed.','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.','','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...','Return to Eridan Bluewind at Emerald Sanctuary in Felwood.',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,1,0,0,0,0,0,0,0,0,12340), (4441,2,54,49,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,939,0,0,0,5,0,4800,0,0,0,0,0,0,11682,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Felbound Ancients','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.','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.','','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.','Return to Eridan Bluewind at Emerald Sanctuary in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5646,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4442,2,54,49,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4441,0,0,0,5,0,4800,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Purified!','Speak to Eridan again in a moment.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4443,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Whipper Root in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4444,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Whipper Root in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4445,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,256,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Whipper Root in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4446,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Whipper Root in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4447,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Night Dragon in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4448,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Night Dragon in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4449,2,45,43,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4450,5,0,3300,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,'Caught!','Kill 8 Dark Iron Geologists and bring 15 pieces of Silk Cloth to the person locked in the outhouse in Searing Gorge.','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\'.','','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... Thanks again, $N.','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.','Return to Wooden Outhouse in Badlands.',5839,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,15,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4450,2,46,43,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4449,0,0,0,6,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,11860,11861,0,0,0,0,1,1,0,0,0,0,369,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ledger from Tanaris','Take the copy of Goodsteel\'s Ledger and then find the items listed in it before seeking Krinkle Goodsteel in 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.','','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.','Return to Krinkle Goodsteel at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11727,11725,11724,11723,0,0,1,20,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4451,2,47,43,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,4500,0,0,0,0,0,0,11818,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Key to Freedom','Search Searing Gorge and find a use for the Grimesilt Outhouse Key you have found.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11818,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4461,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Whipper Root in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4462,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Night Dragon in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4463,0,55,50,0,46,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,8,1,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,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.','Return to Mathredis Firestar at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11754,11752,8424,11732,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4464,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4465,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Songflower in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4466,0,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4467,0,55,48,0,361,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Corrupted Windblossom in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11516,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4481,0,55,50,0,46,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,8,1,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,0,0,0,0,0,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.','Return to Mathredis Firestar Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11754,8411,11733,11952,0,0,1,1,1,4,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4482,0,55,50,0,46,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,8,1,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,0,0,0,0,0,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.','Return to Mathredis Firestar at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11754,11734,11564,11753,0,0,1,1,4,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4483,0,55,50,0,46,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,8,1,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,0,0,0,0,0,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.','Return to Mathredis Firestar at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11754,11567,11751,11736,0,0,1,4,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4484,0,55,50,0,46,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,8,1,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,'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.','Return to Mathredis Firestar at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11754,11737,11951,11563,0,0,1,1,4,4,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4485,2,40,40,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,0,0,4485,0,1,0,270,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,'The Tome of Nobility','Speak to Duthorian Rall in Stormwind.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (4486,2,40,40,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,0,0,4485,0,1,0,270,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,'The Tome of Nobility','Speak to Duthorian Rall in Stormwind.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (4487,2,-1,40,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,4487,4490,1,0,13200,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,'Summon Felsteed','Speak to Strahad Farsan in Ratchet.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (4488,2,-1,40,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,4487,4490,1,0,13200,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,'Summon Felsteed','Speak to Strahad Farsan in Ratchet.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (4489,2,-1,40,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,4487,4490,1,0,13200,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,'Summon Felsteed','Speak to Strahad Farsan in Ratchet.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4490,2,-1,40,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,5784,5785,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,'Summon Felsteed','Speak to Strahad Farsan in Ratchet to learn the ability to summon a 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.','','Good luck, $N. I look forward to seeing you in the future.','',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,1,0,0,0,0,0,0,0,0,12340), (4491,2,55,50,0,490,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,4492,0,0,0,5,0,4950,0,0,0,0,0,0,11804,1,0,2,2,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,'A Little Help From My Friends','Lead Ringo to Spraggle Frock at Marshal\'s Refuge.$B$BIf Ringo faints, use Spraggle\'s Canteen to revive him.','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...','Escort Ringo to Spraggle Frock at Marshal\'s Refuge','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...','Return to Spraggle Frock at Marshal\'s Refuge in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,11804,0,0,0,1,0,0,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,12340), (4492,2,55,50,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2460,0,0,0,0,0,0,15722,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost!','Find Ringo at Fire Plume Ridge.','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!','','Oh... I\'m so glad someone found me...','Wha... What?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15722,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',5,1,6,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4493,2,53,50,0,1657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4496,1,0,450,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'March of the Silithid','Speak to Alchemist Pestlezugg in Gadgetzan.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4494,2,53,50,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4496,1,0,450,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,76,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'March of the Silithid','Speak to Alchemist Pestlezugg in Gadgetzan.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4495,2,4,2,0,188,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3519,0,0,4,0,150,0,0,0,0,0,0,0,0,0,524296,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Good Friend','Find Iverron by the cave to the north.','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?','','I\'m so glad you found me, $N. How did you know I was here?','',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,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (4496,2,53,50,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4500,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bungle in the Jungle','Bring a Gorishi Scent Gland and 5 Un\'Goro Soil samples to Alchemist Pestlezugg in Gadgetzan.','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.','','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?','Return to Alchemist Pestlezugg at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11837,11018,0,0,0,0,1,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4501,2,55,47,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4950,0,0,0,0,0,0,0,0,0,8,0,0,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,'Beware of Pterrordax','Kill 10 Frenzied Pterrordax, then speak to Spraggle Frock at Marshal\'s Refuge.','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.','','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!','Return to Spraggle Frock at Marshal\'s Refuge in Un\'Goro Crater.',9167,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4502,2,55,49,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8500,4950,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Volcanic Activity','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.','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?','','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.','Return to Liv Rizzlefix in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11829,0,0,0,0,0,9,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (4503,2,51,49,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4200,0,0,0,0,0,0,0,0,0,8,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,'Shizzle\'s Flyer','Collect 8 Webbed Diemetradon Scales and 8 Webbed Pterrordax Scales for Shizzle in Marshal\'s Refuge.','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?','','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!','Return to Shizzle at Marshal\'s Refuge in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11830,11831,0,0,0,0,8,8,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (4504,2,54,48,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,16500,4800,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Sticky','Collect 12 samples of Super Sticky Tar for Tran\'rek in Gadgetzan.','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!','','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!','Return to Tran\'rek at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11834,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,12340), (4505,2,54,49,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4800,0,0,0,0,0,0,12566,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well of Corruption','Collect a sample of corrupted water from the Jadefire Satyrs\' moonwell and bring it to Winna Hazzard at Bloodvenom Post.','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.','','Very well. We must find a way to use this corruption against our enemies...','This is of utmost importance. Be on your way, now.','Return to Winna Hazzard at Bloodvenom Post in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12567,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4506,2,54,49,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4505,0,0,0,5,6000,4800,0,0,0,0,0,0,12565,1,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Sabers','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.','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.','Return the corrupted cat to Winna Hazzard','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 to Winna Hazzard at Bloodvenom Post 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,1,0,0,0,0,0,0,0,0,12340), (4507,2,54,50,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4496,0,0,0,5,0,4800,0,0,0,0,0,0,11833,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pawn Captures Queen','Defeat the Gorishi Hive Queen once she is summoned.$B$BBring the Gorishi Queen\'s Brain to Alchemist Pestlezugg in Gadgetzan.','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!','','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.','Return to Alchemist Pestlezugg at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11835,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4508,2,54,50,0,440,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4507,0,0,4510,1,0,480,0,0,0,0,0,0,11844,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calm Before the Storm','Bring Pestlezugg\'s Un\'Goro Report to Gracina Spiritmight in Darnassus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11844,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4509,2,54,50,0,440,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4507,0,0,4511,1,0,480,0,0,0,0,0,0,11844,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calm Before the Storm','Bring Pestlezugg\'s Un\'Goro Report to Zilzibin Drumlore in Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11844,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4510,2,54,50,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4508,0,0,0,7,0,7200,0,0,0,0,0,0,11843,1,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,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calm Before the Storm','Bring the Bank Voucher to Idriana in the bank of Darnassus.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4511,2,54,50,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4509,0,0,0,7,0,7200,0,0,0,0,0,0,11843,1,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,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calm Before the Storm','Bring the Bank Voucher to Karus in the bank of Orgrimmar.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4512,2,52,48,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,7500,5550,0,0,0,0,0,0,11912,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Little Slime Goes a Long Way','Bring 6 Filled Cursed Ooze Jars and 6 Filled Tainted Ooze Jars to Laris Geardawdle in Ironforge.','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.','','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.','Return to Laris Geardawdle at the Library in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11947,11949,0,0,0,0,6,6,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4513,2,54,48,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4512,0,0,0,6,4000,5850,0,0,0,0,0,0,11955,1,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,54,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Little Slime Goes a Long Way','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.','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.','','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?','Return to Laris Geardawdle in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11954,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4521,2,56,52,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4741,5,8500,5100,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Guardians','Trull Failbane in Felwood wants you to kill 15 Raging Owlbeasts and 15 Ragged Owlbeasts.','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.','','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.','Return to Trull Failbane at Bloodvenom Post in Felwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (4541,0,0,0,0,0,0,0,0,0,0,0,0,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,' ','','','',NULL,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,12340), (4542,2,25,23,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4841,2,175,300,0,0,0,0,0,0,11886,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message to Freewind Post','Bring the Urgent Message to Cliffwatcher Longhorn at 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.$B$B','','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',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11886,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4561,0,52,48,0,1497,0,0,0,0,690,0,0,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,1,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,'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.','Return to Testing Equipment.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12235,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4581,2,29,24,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,360,0,0,0,0,0,0,12060,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kayneth Stillwind','Take Shindrell\'s Note to Kayneth Stillwind in Forest Song.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12060,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4601,2,30,25,0,133,81,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','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!\"','','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...','Return to The Sparklematic 5200 in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9308,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4602,2,30,25,0,133,81,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','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!\"','','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.','Return to The Sparklematic 5200 in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9308,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4603,0,30,25,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4605,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,8,1,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,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!','Return to The Sparklematic 5200 in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9308,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4604,0,30,25,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4606,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,8,1,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,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!','Return to The Sparklematic 5200 in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9308,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4605,0,30,25,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4601,0,0,0,5,0,1500,0,0,0,0,0,0,0,0,0,8,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,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...','',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,1,0,0,0,0,0,0,0,0,12340), (4606,0,30,25,0,133,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4602,0,0,0,5,0,1500,0,0,0,0,0,0,0,0,0,8,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,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...','',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,1,0,0,0,0,0,0,0,0,12340), (4621,2,60,55,0,33,0,0,0,0,0,0,0,87,21,3000,-6001,0,21,0,1,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,12185,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Avast Ye, Admiral!','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.','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.','','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...','Return to Fleet Master Firallon in Stranglethorn Vale.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4641,2,1,1,0,363,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,788,3,0,30,0,0,0,0,0,0,0,0,0,524296,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,76,530,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Your Place In The World','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. $B$B','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.$B','','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 $C 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.',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,3,'','','','',1,1,11,25,0,0,0,0,0,6,1,1,4,0,0,0,0,0,12340), (4642,2,55,48,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,6000,0,0,0,0,0,0,12288,1,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,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Melding of Influences','Bring a Merged Ooze Sample to Chemist Fuely in Undercity.','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.','','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.','Return to Chemist Fuely at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12291,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4661,0,52,48,0,1497,0,0,0,0,690,0,0,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,1,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,'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.','Return to Testing Equipment.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12230,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4681,2,14,11,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3524,0,0,0,5,0,600,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Washed Ashore','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.','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!','','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.','Return to Gwennyth Bly\'Leggonde at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12289,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4701,2,59,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8400,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,15824,15825,15827,0,0,0,1,1,1,0,0,0,69,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Put Her Down','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.','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...$B','','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?','Return to Helendis Riverhorn at Morgan\'s Vigil in the Burning Steppes.',10220,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4721,2,59,52,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4741,0,0,0,5,18000,5550,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Guardians','Trull Failbane in Felwood wants you to hunt 10 Berserk Owlbeasts in Winterspring.','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. ','','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.','Return to Trull Failbane at Bloodvenom Post in Felwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (4722,2,13,11,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,300,270,0,0,0,0,0,0,12289,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Turtle','Take the Sea Turtle Remains to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12289,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4723,2,13,11,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,300,270,0,0,0,0,0,0,12242,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Creature','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12242,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4724,2,59,55,0,1583,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8400,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,15824,15825,15827,0,0,0,1,1,1,0,0,0,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pack Mistress','Slay Halycon, pack mistress of the Bloodaxe worg.','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.','','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.','Return to Galamav the Marksman at Kargath in Badlands.',10220,0,0,0,1,0,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,1,1,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (4725,2,15,12,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,350,330,0,0,0,0,0,0,12292,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Turtle','Take the Strangely Marked Box to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12292,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4726,2,52,50,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4808,5,7500,4350,0,0,0,0,0,0,12284,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Broodling Essence','Bring 8 Broodling Essence and the Draco-Incarcinatrix 900 to Tinkee Steamboil at the Flame Crest in the Burning Steppes.','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!','','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 dragon 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.','Return to Tinkee Steamboil at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12283,12284,0,0,0,0,8,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4727,2,15,12,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,350,330,0,0,0,0,0,0,12289,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Turtle','Take the Sea Turtle Remains to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12289,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4728,2,14,12,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,300,300,0,0,0,0,0,0,12242,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Creature','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12242,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4729,2,59,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,9000,8400,0,0,0,0,0,0,12262,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kibler\'s Exotic Pets','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\'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!$B','','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.','','Return to Kibler at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12263,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4730,2,16,12,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,400,360,0,0,0,0,0,0,12242,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Creature','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12242,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4731,2,19,13,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,500,450,0,0,0,0,0,0,12292,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Turtle','Take the Strangely Marked Box to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12292,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4732,2,19,13,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,500,450,0,0,0,0,0,0,12289,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Turtle','Take the Sea Turtle Remains to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12289,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4733,2,19,13,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,3,500,450,0,0,0,0,0,0,12242,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beached Sea Creature','Take the Sea Creature Bones to Gwennyth Bly\'Leggonde in Auberdine.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12242,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4734,2,60,57,0,1583,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4907,0,0,0,7,18000,8700,0,0,0,0,0,0,12286,1,0,66,2,0,0,0,0,12144,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Egg Freezing','Use the Eggscilloscope Prototype on an egg in the Rookery of Blackrock Spire.','$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!','Test the Eggscilliscope Prototype','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?','Return to Tinkee Steamboil at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12286,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4735,2,60,57,0,1583,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4734,5522,0,0,7,27000,8700,0,0,0,0,0,0,12287,1,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,169,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Egg Collection','Bring 8 Collected Dragon Eggs and the Collectronic Module to Tinkee Steamboil at Flame Crest in the Burning Steppes.','$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! ','','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!','Return to Tinkee Steamboil at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12241,12287,0,0,0,0,8,1,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (4736,2,31,31,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,4736,1796,2,0,390,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,'In Search of Menara Voidrender','Speak to Menara Voidrender in the Barrens.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4737,2,31,31,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,4736,1796,2,0,390,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,'In Search of Menara Voidrender','Speak to Menara Voidrender in the Barrens.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4738,2,31,31,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,4736,1796,2,0,390,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,'In Search of Menara Voidrender','Speak with Menara Voidrender in the Barrens.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4739,2,31,31,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,4736,1796,2,0,390,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,'In Search of Menara Voidrender','Speak to Menara Voidrender in the Barrens.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4740,2,18,9,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1020,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,5315,15403,15404,0,0,0,1,1,1,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Murkdeep!','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.','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','','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?','Return to Sentinel Glynda Nal\'Shea at Auberdine in Darkshore.',10323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4741,2,58,52,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4521,0,0,4721,5,9000,5400,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Guardians','Trull Failbane in Felwood wants you to hunt 13 Moontouched Owlbeasts.','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.','','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!','Return to Trull Failbane at Bloodvenom Post in Felwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (4742,2,60,57,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4743,7,0,8700,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,'Seal of Ascension','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.','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!','','$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!','Return to Vaelan in Blackrock Spire.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12336,12335,12337,12219,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4743,2,60,57,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4742,0,0,0,7,0,8700,0,0,0,0,0,0,12339,1,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,0,0,0,0,0,0,0,'Seal of Ascension','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!','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.','','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.','Return to Vaelan in Blackrock Spire.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12324,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4761,2,15,11,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,984,0,0,4762,1,0,60,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thundris Windweaver','Speak with Thundris Windweaver in Auberdine.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4762,2,15,11,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4761,0,0,0,4,0,480,0,0,0,0,0,0,12350,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cliffspring River','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.','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.','','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.','Return to Thundris Windweaver at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12349,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4763,2,18,15,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4762,0,0,0,6,2000,1020,0,0,0,0,0,0,12346,1,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,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Blackwood Corrupted','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\'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!','','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!','Return to Thundris Windweaver at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,12347,12342,12343,12341,1,1,1,1,0,0,0,0,0,12355,0,0,0,0,0,1,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4764,2,60,57,0,1583,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4766,0,0,4765,7,0,8700,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,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doomrigger\'s Clasp','Bring Doomrigger\'s Clasp to Mayara Brightwing in the Burning Steppes.','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.','','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.','Return to Mayara Brightwing at Morgan\'s Vigil in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12352,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4765,2,60,57,0,1583,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4764,0,0,0,5,27000,5700,0,0,0,0,0,0,12437,1,0,64,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Ridgewell','Bring Ridgewell\'s Crate to Count Remington Ridgewell at Stormwind Keep in Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12437,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4766,2,60,57,0,1583,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4764,1,0,570,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,0,0,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mayara Brightwing','Speak with Mayara Brightwing at Morgan\'s Vigil in the Burning Steppes.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4767,2,29,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1900,1080,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4265,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wind Rider','Bring 10 Highperch Wyvern Eggs to Elu in Freewind Post.','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.','','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!','Return to Elu at Freewind Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12356,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4768,2,60,57,0,1583,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4769,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,72,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkstone Tablet','Bring the Darkstone Tablet to Shadow Mage Vivian Lagrave in Kargath.','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.','','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.','Return to Shadowmage Vivian Lagrave at Apocryphan\'s Rest in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12358,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (4769,2,60,57,0,1583,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4768,1,0,570,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,0,0,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vivian Lagrave and the Darkstone Tablet','Speak with Shadowmage Vivian Lagrave.','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.','','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.','',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,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4770,2,29,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1900,1440,0,0,0,0,0,0,0,0,0,2,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Homeward Bound','Escort Pao\'ka Swiftmountain from Highperch, and then talk to Motega Firemane in Whitereach Post.','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 from Highperch','What!? 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.','','Return to Motega Firemane 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4771,2,60,57,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5531,0,0,0,7,27000,8700,0,0,0,0,0,0,12368,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,15853,15854,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dawn\'s Gambit','Place Dawn\'s Gambit in the Viewing Room of the Scholomance. Defeat Vectus, then return to Betina Bigglezink.','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','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!','Return to Betina Bigglezink at Light\'s Hope Chapel in Eastern Plaguelands.',10432,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (4781,2,34,31,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,1796,0,0,4782,4,0,1380,0,0,0,0,0,0,0,0,0,262152,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Components for the Enchanted Gold Bloodrobe','Bring a Gold Bar to Xizk Goodstitch in Stranglethorn Vale.','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.','','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.','Return to Xizk Goodstitch at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3577,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4782,2,34,31,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4781,0,0,4783,3,0,960,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,'Components for the Enchanted Gold Bloodrobe','Return to Menara Voidrender in the Barrens.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (4783,2,37,31,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4782,0,0,4784,5,0,2220,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,'Components for the Enchanted Gold Bloodrobe','Bring 10 Vials of Hatefury Blood and 1 Lesser Infernal Stone to Menara Voidrender in the Barrens.','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.','','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.','Return to Menara Voidrender in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6989,6990,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4784,2,37,31,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4783,0,0,4786,4,0,1680,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,'Components for the Enchanted Gold Bloodrobe','Bring some Fine Gold Thread, 2 Smoldering Coals, and a Soul Shard to Menara Voidrender in the Barrens.','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.','','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.','Return to Menara Voidrender in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12293,6991,6265,0,0,0,1,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4785,0,37,31,0,-61,0,0,0,256,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,8,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,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!','',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,1,0,0,0,0,0,0,0,0,12340), (4786,2,38,31,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4784,0,0,0,6,0,2940,0,0,0,0,0,0,0,0,0,2,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,0,0,0,0,0,0,0,'The Completed Robe','Wait for Menara Voidrender to complete your robe and then speak to her again.','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 item','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...','Return to Menara Voidrender 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,1,0,0,0,0,0,0,0,0,12340), (4787,2,50,40,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3527,0,0,3528,6,0,5100,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,'The Ancient Egg','Bring the Ancient Egg to Yeh\'kinya in Tanaris.','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.','','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.','Return to Yeh\'kinya at Steamwheedle Port in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12402,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4788,2,58,40,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5065,0,0,0,7,0,8100,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,'The Final Tablets','Bring the Fifth and Sixth Mosh\'aru Tablets to Prospector Ironboot in Tanaris.','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...','','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?','Return to Prospector Ironboot at South Seas in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12740,12741,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4801,0,60,55,0,618,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,8,1,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,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.','Return to Witch Doctor Mau\'ari in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12430,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4802,0,60,55,0,618,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,8,1,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,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.','Return to Witch Doctor Mau\'ari in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12431,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4803,0,60,55,0,618,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,8,1,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,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','Return to Witch Doctor Mau\'ari in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12432,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4804,0,60,55,0,618,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,8,1,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,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','Return to Witch Doctor Mau\'ari in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12434,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4805,0,60,55,0,618,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,8,1,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,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','Return to Witch Doctor Mau\'ari in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12435,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4806,0,60,55,0,618,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,8,1,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,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.','Return to Witch Doctor Mau\'ari in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12436,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4807,0,60,55,0,618,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,8,1,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,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','Return to Witch Doctor Mau\'ari in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12433,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4808,2,54,50,0,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4726,0,0,4809,3,0,2340,0,0,0,0,0,0,12438,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Felnok Steelspring','Give Tinkee\'s Letter to Felnok Steelspring at Everlook in Winterspring.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12438,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4809,2,54,50,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4808,0,0,4810,5,0,4800,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,577,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chillwind Horns','Collect 8 Uncracked 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.','','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?','Return to Felnok Steelspring at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12444,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4810,2,54,50,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4809,0,0,0,3,0,2340,0,0,0,0,0,0,12445,1,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,169,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Tinkee','Bring Felnok\'s Package to Tinkee Steamboil at Flame Crest in the Burning Steppes.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12445,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4811,2,14,12,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4812,3,600,300,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Red Crystal','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.','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.','Locate the large, red crystal on Darkshore\'s eastern mountain range','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?','Return to Sentinel Glynda Nal\'Shea at Auberdine 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,1,0,0,0,0,0,0,0,0,12340), (4812,2,14,12,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4811,0,0,4813,3,0,300,0,0,0,0,0,0,14338,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'As Water Cascades','Fill the Empty Water Tube at the Auberdine moonwell, and then investigate the red crystal along Darkshore\'s eastern mountain wall.','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.','','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.','Return to Mysterious Red Crystal in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14339,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4813,2,14,12,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4812,0,0,0,5,0,600,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fragments Within','Report back what you have found to Sentinel Glynda Nal\'Shea in Auberdine.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4821,2,26,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1500,1260,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alien Egg','Return the Alien Egg to Hagar Lightninghoof in Freewind Post.','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.','','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.','Return to Hagar Lightninghoof at Freewind Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12467,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4822,2,-1,10,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1479,0,-558,0,1,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,469,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Scream, I Scream...','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','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??!?!','','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!','Return to Human Orphan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7228,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,12340), (4841,2,25,23,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4542,0,0,5064,5,1800,1200,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pacify the Centaur','Kill 12 Galak Scouts, 10 Galak Wranglers, and 6 Galak Windchasers, and then return to Cliffwatcher Longhorn in Freewind Post.','$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!$B','','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.','Return to Cliffwatcher Longhorn at Freewind Post in Thousand Needles.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (4842,2,56,51,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,0,0,0,5,0,5100,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,15789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Sources','Follow Donova Snowden\'s instructions, then report back.','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.','Discover Darkwhisper Gorge','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...','Return to Donova Snowden 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,1,0,0,0,0,0,0,0,0,12340), (4861,2,59,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,4863,3,0,2820,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,'Enraged Wildkin','Locate Jaron Stoneshaper\'s wrecked camp and supplies in southern Winterspring.','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.','','A severely damaged crate stands out among the rest of the destroyed belongings at the camp...','',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,1,0,0,0,0,0,0,0,0,12340), (4862,2,59,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,9000,8400,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'En-Ay-Es-Tee-Why','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.$B','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!','','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?','Return to Kibler at Flame Crest in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12530,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4863,2,59,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4861,0,0,4864,3,0,2820,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,'Enraged Wildkin','Find Jaron Stoneshaper\'s wrecked wagon.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4864,2,59,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4863,0,0,0,5,9000,5550,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enraged Wildkin','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.','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.','','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.','Return to Jaron Stoneshaper at Starfall Village in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12525,12524,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4865,2,26,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4821,0,0,5062,3,0,660,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Serpent Wild','Report your findings to Motega Firemane at Whitereach Post in Thousand Needles.','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!','','Vengeance! So, the legend of Arikara is true. Indeed, this is a problem that must be resolved immediately.','',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,1,0,0,0,0,0,0,0,0,12340), (4866,2,60,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8700,0,0,0,0,0,0,0,0,0,10,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mother\'s Milk','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.','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','Milked','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...','','Return to Ragged John at Flame Crest 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,'','','','',1,5,4,153,0,0,0,0,35,1,0,0,0,0,0,0,0,0,12340), (4867,2,60,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,12730,1,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,0,0,0,0,0,0,0,'Urok Doomhowl','Read Warosh\'s Scroll. Bring Warosh\'s Mojo to Warosh.','Argh! So hard to speak!$B$BTake this note! Get me my mojo!','','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?','Return to Warosh at Ruins of Alterac in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12712,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4881,2,28,23,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4966,5,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assassination Plot','Warn Kanati Greycloud at Whitereach Post of the plot to kill him.','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.$B','','They come to kill me? I will show them how a Tauren fights!','',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,1,0,0,0,0,0,0,0,0,12340), (4882,2,59,52,0,618,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4883,3,0,2820,0,0,0,0,0,0,12558,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guarding Secrets','Take the Blue-feathered Necklace to Trull Failbane at Bloodvenom Post.','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.','','An important discovery?','Reporting for another assignment?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12558,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4883,2,59,52,0,618,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4882,0,0,0,5,0,5550,0,0,0,0,0,0,12558,1,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guarding Secrets','Take the Blue-feathered Necklace to Nara Wildmane.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12558,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4901,2,59,52,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,979,0,0,0,4,0,4200,0,0,0,0,0,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,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guardians of the Altar','Protect Ranshalla while she attempts to reactivate the Altar of Elune. Report your findings to Erelas Ambersky in Rut\'theran Village.','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!','Discover the secret of the Altar of Elune','Did you meet up with Ranshalla?','','Return to Erelas Ambersky at Rut\'theran Village 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,1,0,0,0,0,0,0,0,0,12340), (4902,2,57,52,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4901,0,0,0,5,0,5250,0,0,0,0,0,0,0,0,0,8,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,469,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildkin of Elune','Speak with Arch Druid Fandral Staghelm in Darnassus.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4903,2,60,55,0,1583,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4941,7,18000,8700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13958,13959,13961,13962,13963,0,1,1,1,1,1,0,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warlord\'s Command','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.','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.','','','','Return to Warlord Goretooth at Kargath in Badlands.',9568,9196,9237,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,12562,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4904,2,29,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1440,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,15469,15468,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Free at Last','Escort Lakota Windsong from the Darkcloud Pinnacle, and then talk to Thalia Amberhide at Freewind Post.','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.','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:','Return to 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,1,0,0,0,0,0,0,0,0,12340), (4905,2,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,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,'','Defend Kanati Greycloud','Defend Kanati Greycloud against the Centaur Assassins.','',NULL,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,12340), (4906,2,54,49,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4421,0,0,0,5,0,4800,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Further Corruption','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.','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.','','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.','Return to Eridan Bluewind at Emerald Sanctuary in Felwood.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4907,2,60,57,0,1583,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4810,0,0,4734,1,0,570,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tinkee Steamboil','Speak with Tinkee Steamboil at Flame Crest in the Burning Steppes.','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.','','Felnok was right! I do need your help again, and this time... it\'s going to be really dangerous.$b$bAre you ready??','',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,1,0,0,0,0,0,0,0,0,12340), (4921,2,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,900,720,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost in Battle','Find Mankrik\'s wife and then return to him in the Crossroads.','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.','','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.','Return to Mankrik in The Barrens.',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,'Find Mankrik\'s Wife','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4941,2,60,55,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4903,0,0,4974,5,0,5700,0,0,0,0,0,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eitrigg\'s Wisdom','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.','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.','Council with Eitrigg.','','Can you not see that I must not be interrupted?','Return to Thrall 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,1,0,0,0,0,0,0,0,0,12340), (4961,2,40,35,0,-61,1,0,180,256,0,0,0,0,0,0,0,0,0,0,0,1799,0,0,4976,4,0,1980,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,0,0,0,0,0,0,0,'Cleansing of the Orb of Orahil','Kill the Demon of the Orb, then speak with Tabetha.','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.','','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.','Return to Tabetha at Tabetha\'s Farm in Dustwallow Marsh.',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,1,0,0,0,0,0,0,0,0,12340), (4962,2,40,35,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,-1799,0,4962,0,4,0,1980,0,0,0,0,0,0,12647,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shard of a Felhound','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.','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.','','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.','Return to Menara Voidrender at Ratchet in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12647,12648,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4963,2,40,35,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,-1799,0,4962,0,4,0,1980,0,0,0,0,0,0,12646,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shard of an Infernal','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.','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.','','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.','Return to Menara Voidrender in the Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12646,12649,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4964,2,40,35,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4976,0,4964,0,6,0,3300,0,0,0,0,0,0,0,0,0,2,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,'The Completed Orb of Dar\'Orahil','Wait for Menara Voidrender to complete the Orb of Dar\'Orahil and then speak to her again.','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 your item','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.','','Return to Menara Voidrender 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,1,0,0,0,0,0,0,0,0,12340), (4965,2,35,35,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,4965,1799,3,0,1020,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,'Knowledge of the Orb of Orahil','Speak to Menara Voidrender in the Barrens.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (4966,2,28,23,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4881,0,0,0,5,0,1380,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,15461,15462,15463,0,0,0,1,1,1,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Protect Kanati Greycloud','Protect Kanati Greycloud from the centaur attack.','But, there may be more centaur than I thought, I ask you, $n, to fight with me against these vile assassins.','Protect Kanati Greycloud','Thank you for your help, $N. I couldn\'t have held them off without you.','','Return to Kanati Greycloud at Whitereach 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,1,0,0,0,0,0,0,0,0,12340), (4967,2,35,35,0,-61,0,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,0,4965,1799,3,0,1020,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,'Knowledge of the Orb of Orahil','Speak to Menara Voidrender in the Barrens.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (4968,2,35,35,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,4965,1799,3,0,1020,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,'Knowledge of the Orb of Orahil','Speak to Menara Voidrender in the Barrens.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (4969,2,35,35,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,4965,1799,3,0,1020,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,'Knowledge of the Orb of Orahil','Speak to Menara Voidrender in the Barrens.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (4970,2,60,58,0,618,0,0,0,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,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,589,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostsaber Provisions','Collect 5 Shardtooth Meats and 5 Chillwind Meats for Rivern Frostwind in Winterspring.','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.','','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.','Return to Rivern Frostwind at Frostsaber Rock in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12622,12623,0,0,0,0,5,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4971,2,56,53,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5100,0,0,0,0,0,0,12627,1,0,0,0,0,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,'A Matter of Time','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.','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.','','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.','Return to Chromie at Ruins of Andorhal in Western Plaguelands.',10717,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,12627,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,0,12340), (4972,2,56,53,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4971,0,0,0,5,0,5100,0,0,0,0,0,0,0,0,0,8,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,0,0,'Counting Out Time','Locate 5 Andorhal Watches, found in lockboxes amongst the rubble of the city. Return with them to Chromie in the Andorhal Inn, Western Plaguelands.','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.','','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.','Return to Chromie at Ruins of Andorhal in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12638,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4973,2,56,53,0,28,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,264,1,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,0,0,'Counting Out Time','Locate 5 Andorhal Watches amongst the rubble of the city, and return with them to Chromie in the Andorhal Inn, Western Plaguelands.','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.','','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!','Return to Chromie at Ruins of Andorhal in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12638,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4974,2,60,55,0,1583,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4941,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,72,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,76,530,68,81,911,7,7,7,7,7,0,0,0,0,0,0,0,0,0,'For The Horde!','Travel to Blackrock Spire and slay Warchief Rend Blackhand. Take his head and return to Orgrimmar.','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.','','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!','','Return to Thrall in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12630,0,0,0,0,0,1,0,0,0,0,0,31,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4975,2,40,35,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4976,0,4964,0,6,0,3300,0,0,0,0,0,0,0,0,0,2,2,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,'The Completed Orb of Noh\'Orahil','Wait for Menara Voidrender to complete the Orb of Noh\'Orahil and then speak to her again.','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 your item','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.','','Return to Menara Voidrender 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,1,0,0,0,0,0,0,0,0,12340), (4976,2,40,35,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,4961,0,0,0,3,0,1320,0,0,0,0,0,0,12642,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Returning the Cleansed Orb','Return the Cleansed Infernal Orb to Menara Voidrender in the Barrens.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12642,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4981,2,59,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4982,7,0,8400,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,21,87,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Operative Bijou','Travel to Blackrock Spire and find out what happened to 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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (4982,2,59,55,0,1583,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4981,0,0,4983,7,0,8400,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,'Bijou\'s Belongings','Find Bijou\'s Belongings and return them to her. You recall her mentioning that she stashed them on the bottom floor of the city.$B','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.','','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?','Return to Bijou in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12345,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4983,2,59,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4982,0,0,0,5,18000,5550,0,0,0,0,0,0,12652,1,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bijou\'s Reconnaissance Report','Take Bijou\'s Reconnaissance Report back to Grandmaster Lexlort in Kargath.$B','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!$B','','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???',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12652,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4984,2,54,51,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4985,4,0,3600,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wildlife Suffers Too','Destroy 8 Diseased Wolves, and then return to Mulgris Deepriver at the Writhing Haunt, Western Plaguelands.$B$B','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.','','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.','Return to Mulgris Deepriver at Darrowmere Lake in Western Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4985,2,56,51,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4984,0,0,0,4,0,3750,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wildlife Suffers Too','Destroy 8 Diseased Grizzlies, and then return to Mulgris Deepriver at the Writhing Haunt, Western Plaguelands.','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. ','','\"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?','Return to Mulgris Deepriver at Darrowmere Lake in Western Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (4986,2,56,51,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4985,0,0,0,5,0,5100,0,0,0,0,0,0,12663,1,0,0,0,0,0,0,0,15804,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glyphed Oaken Branch','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.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12663,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (4987,2,56,51,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4985,0,0,0,5,0,5100,0,0,0,0,0,0,12663,1,0,0,0,0,0,0,0,15804,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glyphed Oaken Branch','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.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12663,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5001,2,59,55,0,1583,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,5002,7,0,8400,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,'Bijou\'s Belongings','Find Bijou\'s Belongings and return them to her. Good luck!$B','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?','','Well I\'ll be! Where were they??','Any luck?','Return to Bijou in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12345,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5002,2,59,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5001,0,0,5081,5,18000,5550,0,0,0,0,0,0,12770,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message to Maxwell','Travel to the Burning Steppes and give Bijou\'s Information to Marshal 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12770,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5021,2,52,50,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2220,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,'Better Late Than Never','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.','\"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?\"','','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...','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5022,2,52,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5021,0,0,5048,3,0,2220,0,0,0,0,0,0,12724,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Better Late Than Never','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.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12724,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0,12340), (5023,2,52,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5021,0,0,5049,3,0,2220,0,0,0,0,0,0,12724,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Better Late Than Never','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.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12724,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5041,2,14,9,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,871,0,0,0,5,600,600,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplies for the Crossroads','Find and return Crossroads\' Supply Crates to Thork in the Barrens.','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.','','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.','Return to Thork in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12708,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5042,0,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5052,0,0,0,0,0,0,16612,16612,0,0,0,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,'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!','Return to Mangletooth in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5043,0,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5052,0,0,0,0,0,0,17013,17013,0,0,0,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,'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.','Return to Mangletooth in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5044,0,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5052,0,0,0,0,0,0,7764,7764,0,0,0,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,'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. ','Return to Mangletooth in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5045,0,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5052,0,0,0,0,0,0,10767,10767,0,0,0,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,'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. ','Return to Mangletooth in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5046,0,20,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5052,0,0,0,0,0,0,16610,16610,0,0,0,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,'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.','Return to Mangletooth in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5047,2,60,57,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,12710,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finkle Einhorn, At Your Service!','Talk to Malyfous Darkhammer in Everlook.','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;!','','Alive? Suit worked? And what do we have here?','Yea?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12710,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5048,2,52,50,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5022,5050,0,5050,5,0,4350,0,0,0,0,0,0,12724,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Good Natured Emma','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.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12724,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,25,1,0,0,0,0,0,0,0,12340), (5049,2,52,50,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5023,5050,0,5050,5,0,4350,0,0,0,0,0,0,12724,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Jeremiah Blues','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.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12724,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5050,2,52,50,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5051,3,0,2220,0,0,0,0,0,0,12721,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Good Luck Charm','Return to Janice Felstone in Western Plaguelands her Good Luck Half-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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12721,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5051,2,54,50,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5050,0,0,0,5,0,4800,0,0,0,0,0,0,12721,1,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,0,0,0,0,0,0,0,'Two Halves Become One','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.','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.','','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.','Return to Janice Felstone at Felstone Field in Western Plaguelands.',0,0,0,0,0,0,0,0,12722,0,0,0,1,0,0,0,0,12723,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5052,2,21,14,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,878,0,0,0,4,0,780,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,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Shards 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.','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! ','','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. ','Return to Mangletooth at Camp Taurajo in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5075,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5053,2,1,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Test quest to see if mail is sent to your mailbox. Just hit complete,then go check your mail.$B$BHave a nice day.','This quest will send you mail to your mail box. Just hit complete.','',NULL,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,12340), (5054,2,56,53,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5055,5,0,5100,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,'Ursius of the Shardtooth','Storm Shadowhoof at Everlook in Winterspring wants you to kill Ursius.','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.','','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.','Return to Storm Shadowhoof at Everlook in Winterspring.',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,1,0,0,0,0,0,0,0,0,12340), (5055,2,58,53,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5054,0,0,5056,5,0,5400,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,'Brumeran of the Chillwind','Storm Shadowhoof at Everlook in Winterspring wants you to kill Brumeran.','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.','','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.','Return to Storm Shadowhoof at Everlook in Winterspring.',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,1,0,0,0,0,0,0,0,0,12340), (5056,2,60,53,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5055,0,0,0,6,0,7200,0,0,0,0,0,0,0,0,0,8,2,0,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,'Shy-Rotam','Storm Shadowhoof at Everlook in Winterspring wants you to defeat 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.','','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.','Return to Storm Shadowhoof at Everlook in Winterspring.',10737,0,0,0,1,0,0,0,12733,0,0,0,1,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,1,0,0,0,0,0,0,0,0,12340), (5057,0,60,53,0,618,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5056,0,0,0,3,0,2880,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Past Endeavors','Bring Storm Shadowhoof\'s Marker to Melor Stonehoof in Thunder Bluff.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5058,0,55,52,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,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,'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.\"','',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,1,0,0,0,0,0,0,0,0,12340), (5059,0,55,52,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,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,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5060,0,55,52,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,25000,6000,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,0,0,0,0,0,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.','Return to Locked Cabinet in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5061,2,-1,16,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,272,0,0,0,5,0,132300,0,1446,0,0,0,0,15885,1,0,0,0,0,0,0,0,16608,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aquatic Form','Return to Darnassus and show Mathrengyl Bearwalker the Pendant of the Sea Lion.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15885,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5062,2,27,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4865,0,0,0,5,2200,1320,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,'Sacred Fire','Gather 10 bushels of Incendia Agave, and then consult Magatha Grimtotem on Elder Rise in Thunderbluff.','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.','','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','Return to Magatha Grimtotem in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12732,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5063,2,60,57,0,618,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cap of the Scarlet Savant','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.','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!','','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.','Return to Malyfous Darkhammer at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12731,12735,12363,12734,0,0,1,5,8,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5064,2,28,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4841,0,0,0,5,0,1380,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimtotem Spying','Locate and retrieve the three Secret Notes in Darkcloud Pinnacle.','$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.$B','','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?','Return to Cliffwatcher Longhorn at Freewind Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12765,12766,12768,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5065,2,58,40,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3528,0,0,4788,6,0,6900,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,'The Lost Tablets of Mosh\'aru','Bring the Third and Fourth Mosh\'aru Tablets to Prospector Ironboot in Tanaris.','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.','','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.','Return to Prospector Ironboot at Steamwheedle Port in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12411,12412,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (5066,2,50,50,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,5092,5066,5092,1,0,420,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','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!','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,12340), (5067,2,60,57,0,618,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leggings of Arcana','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.','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!','','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.','Return to Malyfous Darkhammer at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12731,12735,12360,12736,0,0,1,5,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5068,2,60,57,0,618,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5047,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breastplate of Bloodthirst','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.','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!','','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.','Return to Malyfous Darkhammer at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12731,12735,12360,12753,0,0,1,10,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5081,2,60,55,0,1583,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5002,0,0,0,7,18000,8700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,13958,13959,13961,13962,13963,0,1,1,1,1,1,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maxwell\'s Mission','Travel to Blackrock Spire and destroy War Master Voone, Highlord Omokk, and Overlord Wyrmthalak.','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.','','Excellent work, $N. At the very least, you have bought us more time - precious, precious time.','Status?','Return to Marshal Maxwell at Morgan\'s Vigil in the Burning Steppes.',9237,9196,9568,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5082,2,56,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6603,0,0,0,5,8500,5100,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,577,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Threat of the Winterfall','Donova Snowden in Winterspring wants you to kill 8 Winterfall Pathfinders, 8 Winterfall Den Watchers, and 8 Winterfall Totemics.','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?','','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!','Return to Donova Snowden in Winterspring.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (5083,2,56,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5084,3,0,2520,0,0,0,0,0,0,12771,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Firewater','Bring the Empty Firewater Flask to Donova Snowden in Winterspring.','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.','','You got this from the Winterfall?','What is that you have found?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12771,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (5084,2,56,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5083,0,0,5085,4,0,3750,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,577,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Falling to Corruption','Search the Deadwood furbolg camp in northern Felwood for a clue.','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?','','Inside the cauldron bubbles a rotting, repulsive-smelling substance...',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5085,2,56,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5084,0,0,5086,4,0,3750,0,0,0,0,0,0,12813,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mystery Goo','Report back to Donova Snowden with your findings.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12813,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5086,2,56,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5085,0,0,5087,5,0,5100,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,577,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Toxic Horrors','Collect 3 Toxic Horror Droplets for Donova Snowden in Winterspring.','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!','','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.','Return to Donova Snowden in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12822,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5087,2,57,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5086,0,0,5121,5,0,5250,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,577,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Runners','Find the Winterfall Runners and stop them from delivering their shipment to Winterfall Village.','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.','','$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!','Return to Donova Snowden in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12829,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5088,2,28,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5062,0,0,0,5,2500,1380,0,0,0,0,0,0,12785,1,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,15464,15465,15466,0,0,0,1,1,1,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arikara','Slay Arikara. Bring her remains and the Incendia powder to Motega Firemane in Whitereach Post as proof of your deed.','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!','Light the Sacred Fire of Life','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?','Return to Motega Firemane at Whitereach Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12785,12925,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5089,2,60,55,0,1583,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,5102,7,0,8700,0,0,0,0,0,0,12780,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'General Drakkisath\'s Command','Take General Drakkisath\'s Command to Marshal Maxwell in Burning Steppes.','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.','','The plot thickens...','What have you got there, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12780,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5090,2,50,50,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,5092,5066,5092,1,0,420,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5091,2,50,50,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,5092,5066,5092,1,0,420,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','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!','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,12340), (5092,2,52,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,4350,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clear the Way','Kill 10 Skeletal Flayers and 10 Slavering Ghouls in Sorrow Hill.$B$BReturn to Commander Ashlam Valorfist at Chillwind Camp, Western Plaguelands.','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!','','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!','Return to Commander Ashlam Valorfist at Chillwind Camp in Western Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,25,1,4,0,0,0,0,0,0,0,12340), (5093,2,50,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,5096,5093,5096,1,0,420,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glade and the Undercity.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5094,2,50,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,5096,5093,5096,1,0,420,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glade and the Undercity.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5095,2,50,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,5096,5093,5096,1,0,420,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glades and the Undercity.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5096,2,53,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8000,4500,0,0,0,0,0,0,12807,1,0,2,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Diversions','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.','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.','Destroy the command tent and plant the Scourge banner in the camp','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.',NULL,'Return to High Executor Derrington at The Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,12814,0,0,0,1,0,0,0,0,0,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,12340), (5097,2,56,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5092,0,0,0,5,8500,5100,0,0,0,0,0,0,12815,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Along the Watchtowers','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.','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!','','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.','Return to Commander Ashlam Valorfist at Chillwind Camp in Western Plaguelands.',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,'Tower One marked','Tower Two marked','Tower Three marked','Tower Four marked',4,0,0,0,0,0,0,0,1,1,4,0,0,0,0,0,0,0,12340), (5098,2,56,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5096,0,0,0,5,8500,5100,0,0,0,0,0,0,12815,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Along the Watchtowers','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.','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!','','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.','Return to High Executor Derrington at The Bulwark in Tirisfal Glades.',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,'Tower One marked','Tower Two marked','Tower Three marked','Tower Four marked',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5101,2,5,1,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,25,270,0,0,0,0,0,0,0,0,0,8200,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lee\'s Ultimate Test Quest... of Doom!','Kill 6 sheep for Benny and then run like hell!$B$B$B$B$BJust kidding... about the running part.','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!',NULL,NULL,NULL,'Return to Benny Questgiver.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5102,2,60,55,0,1583,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5089,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,72,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,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'General Drakkisath\'s Demise','Travel to Blackrock Spire and slay General Drakkisath.','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.','','Surely, we will strike against their dragon lords next. Well done, brave soldier of the Alliance! Well done, indeed.','Is it done?','Return to Marshal Maxwell at Morgan\'s Vigil in the Burning Steppes.',10363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5103,2,60,55,0,-121,81,0,0,0,0,164,275,0,0,0,0,0,0,0,0,0,0,0,5124,5,0,5700,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,'Hot Fiery Death','Someone in this world must know what to do with these gauntlets. Good luck!','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?','','What the...','',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,1,0,0,0,0,0,0,0,0,12340), (5121,2,59,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5087,0,0,0,6,0,6900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,15784,15786,15787,0,0,0,1,1,1,0,0,0,577,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'High Chief Winterfall','Donova Snowden in Winterspring wants you to defeat 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.','','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.','Return to Donova Snowden in Winterspring.',10738,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5122,0,60,55,0,2017,81,0,0,0,0,0,0,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,'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 Crusade who resides deep in the Scarlet Bastion in western Stratholme.','Return to Aurius.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12845,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5123,2,59,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5087,0,0,0,3,0,2820,0,0,0,0,0,0,12842,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Final Piece','Bring the Crudely-written Log to Donova Snowden in Winterspring.','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... ','','I wonder what all of this means... I can\'t make anything out...','Now, what\'s this, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12842,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5124,2,60,55,0,618,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5103,0,0,0,6,0,7200,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Fiery Plate Gauntlets','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.','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.$B','','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.','Return to Malyfous Darkhammer at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12812,12655,7078,7910,0,0,1,6,2,4,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5125,0,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5122,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,'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!','',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,1,0,0,0,0,0,0,0,0,12340), (5126,2,60,55,0,618,0,0,0,0,0,164,285,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Lorax\'s Tale','Speak with Lorax. Listen to what he has to say.$B','The Satyr paces about and talks to himself. Do you wish to question him?','Listen to Lorax\'s Tale','',NULL,'Return to Lorax at Darkwhisper Gorge 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,1,0,0,0,0,0,0,0,0,12340), (5127,2,60,55,0,1583,81,0,0,0,0,164,285,0,0,0,0,0,0,0,0,5126,0,0,0,7,0,8700,0,0,0,0,0,0,12848,1,0,64,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,0,0,0,0,0,0,0,'The Demon Forge','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.','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.','','Our pact you did not break. The soul I did take. The reward I shall make.','Tempt not...','Return to Lorax at Darkwhisper Gorge in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12847,12806,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5128,2,59,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5123,0,0,0,5,0,5550,0,0,0,0,98,86400,12842,1,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,577,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words of the High Chief','Take the Crudely-written Log to Kelek Skykeeper in southern Felwood.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12842,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5141,2,55,40,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,0,0,5141,0,4,0,3600,0,10657,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,86,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonscale Leatherworking','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.','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.','','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.','Return to Peter Galen at Ruins of Eldarath in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8203,8204,8165,0,0,0,2,2,10,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5142,2,55,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5149,5142,5149,3,0,2460,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,'Little Pamela','Find Pamela Redpath in Darrowshire.','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.','','Hello. I\'m Pamela, what\'s your name?','',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (5143,2,55,40,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,0,0,5141,0,4,0,3600,0,10661,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,549,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tribal Leatherworking','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.','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.','','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.','Return to Caryssia Moonhunter in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8211,8214,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5144,2,55,40,0,-182,0,0,0,0,1101,165,225,0,0,0,0,0,0,0,0,0,0,5141,0,4,0,3600,0,10659,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,83,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Leatherworking','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.','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.','','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.','Return to Sarah Tanner at Tanner Camp in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7077,7079,7075,7081,0,0,2,2,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5145,2,55,40,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,0,0,5145,0,4,0,3600,0,10657,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,86,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonscale Leatherworking','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.','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.','','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.','Return to Thorkaf Dragoneye in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8203,8204,8165,0,0,0,2,2,10,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5146,2,55,40,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,0,0,5145,0,4,0,3600,0,10659,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,83,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Leatherworking','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.','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.','','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.','Return to Brumn Winterhoof at Boulder\'gor in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7077,7079,7075,7081,0,0,2,2,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5147,2,29,20,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1440,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted - Arnak Grimtotem','Slay Arnak Grimtotem and bring proof of your deed to Cliffwatcher Longhorn in Freewind Post.','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.','','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?','Return to Cliffwatcher Longhorn at Freewind Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12884,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5148,2,55,40,0,-182,0,0,0,0,690,165,225,0,0,0,0,0,0,0,0,0,0,5145,0,4,0,3600,0,10661,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,549,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tribal Leatherworking','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.','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.','','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.','Return to Se\'Jib in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8211,8214,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5149,2,55,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2460,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,'Pamela\'s Doll','Find 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?','','You found it! You found my doll! Oh, thank you!','Did you find my doll?','Return to Pamela Redpath at Darrowshire in Eastern Plaguelands.',0,0,0,0,0,0,0,0,12886,12887,12888,0,1,1,1,0,0,0,0,12885,0,0,0,0,0,1,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5150,0,55,47,0,490,0,0,0,0,0,0,0,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,1,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,'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!','Return to Dadanga.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5151,2,30,24,0,400,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1860,0,0,0,0,0,0,12942,1,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,0,0,0,0,0,0,0,'Hypercapacitor Gizmo','Slay the beast and bring back the Hypercapacitor Gizmo and Panther Cage Key to Wizlo Bearingshiner.','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.$B','','My hypercapacitor! This will keep me busy for a while until I can figure out what it does...','Do you have my hypercapacitor?','Return to Wizlo Bearingshiner at Whitereach Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12942,12946,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5152,2,56,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5149,0,0,5153,3,0,2520,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,'Auntie Marlene','Speak with Marlene, south of the Ruins of Andorhal.','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?','','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...','',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,'','','','',4,0,0,0,0,0,0,0,0,1,6,18,1,0,0,0,0,0,12340), (5153,2,56,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5152,0,0,5154,4,0,3750,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,'A Strange Historian','Bring Joseph\'s Wedding Ring to Chromie.','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.','','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?','Return to Chromie at Ruins of Andorhal in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12894,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (5154,2,56,50,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5153,5210,0,0,5,0,5100,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,'The Annals of Darrowshire','Bring the Annals of Darrowshire to Chromie in Andorhal.','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!','','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?','Return to Chromie at Ruins of Andorhal in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,6,5,0,0,0,0,0,0,12340), (5155,2,51,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5157,5,0,4200,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,'Forces of Jaedenar','Enter Jaedenar and slay 4 Jaedenar Hounds, 4 Jaedenar Guardsmen, 6 Jaedenar Adepts, and 6 Jaedenar Cultists before returning to Greta Mosshoof in Felwood.','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.','','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.','Return to Greta Mosshoof at Emerald Sanctuary in Felwood.',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,1,0,0,0,0,0,0,0,0,12340), (5156,2,54,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,16500,5850,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Verifying the Corruption','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.','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.','Explore the craters in Shatter Scar Vale','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.','Return to Taronn Redfeather at Emerald Sanctuary in Felwood.',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,1,0,0,0,0,0,0,0,0,12340), (5157,2,52,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5155,0,0,5158,4,0,3300,0,0,0,0,0,0,12922,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Collection of the Corrupt Water','Take the Empty Canteen to the Moon Well in the center of Jaedenar and fill it before returning to Greta Mosshoof in Felwood.','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.','','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.','Return to Greta Mosshoof at Emerald Sanctuary in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12907,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5158,2,52,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5157,0,0,0,3,0,2220,0,0,0,0,0,0,12907,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeking Spiritual Aid','Take the Corrupt Moon Well Water to Islen Waterseer in the Barrens.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12907,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5159,2,54,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5158,0,0,5165,3,0,2340,0,0,0,0,0,0,12906,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleansed Water Returns to Felwood','Take the Purified Moon Well Water to Greta Mosshoof in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12906,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5160,2,60,57,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5161,5,0,5700,0,0,0,0,0,0,12923,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Matron Protectorate','Travel to Winterspring and find Haleh. Give her Awbee\'s scale.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12923,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5161,2,60,57,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5160,0,0,5162,1,0,570,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,'Wrath of the Blue Flight','Speak with Haleh if you wish to continue.','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.','','So it shall be...','',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,1,0,0,0,0,0,0,0,0,12340), (5162,2,60,57,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5161,0,0,5164,5,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,0,0,0,0,0,0,0,0,0,0,0,'Wrath of the Blue Flight','Speak with Jeziba in the Plaguelands. He resides in Andorhal.','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.$B','','I am Jeziba, known to many as the Sculptor. What I sculpt, however, are not statues, but heroes.$b$b','',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,1,0,0,0,0,0,0,0,0,12340), (5163,2,58,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,977,0,0,0,6,9000,6900,0,0,0,0,0,0,12928,1,0,0,32,0,0,0,0,15778,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Are We There, Yeti?','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.','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.','','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!','Return to Umi Rumplesnicker at Everlook in Winterspring.',10978,7583,10977,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,12928,0,0,0,0,0,1,0,0,0,'Scare Legacki','Scare Sprinkle','Scare Quixxil','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5164,2,60,57,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5162,0,0,0,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Catalogue of the Wayward','Read from the Catalogue of the Wayward.$B','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.','','Hundreds upon hundreds of pages filled with garbled text and symbols make up the brunt of this book.','',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,1,0,0,0,0,0,0,0,0,12340), (5165,2,55,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5159,0,0,0,5,0,4950,0,0,0,0,0,0,12906,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dousing the Flames of Protection','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.','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.','','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.','Return to Greta Mosshoof at Emerald Sanctuary in Felwood.',-176158,-176159,-176160,-176161,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,1,0,0,0,0,0,0,0,0,12340), (5166,2,60,57,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Breastplate of the Chromatic Flight','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.','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.','','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.','Return to Jeziba at Ruins of Andorhal in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12871,12607,12938,12735,0,0,1,10,10,10,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5167,2,60,57,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5164,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,'Legplates of the Chromatic Defier','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.','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.','','They will smell their kin as you enter their halls, $N. Crush them with their own fear!','Such an item has never been crafted!','Return to Jeziba at Ruins of Andorhal in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12871,12607,12938,12753,0,0,1,10,10,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5168,2,56,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5210,5206,-5181,0,5,0,5100,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,'Heroes of Darrowshire','Bring Davil\'s Libram and Redpath\'s Shield to Carlin Redpath.','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.','','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?','Return to Carlin Redpath at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12954,12955,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (5181,2,57,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5210,5206,-5181,0,5,0,5250,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,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Villains of Darrowshire','Bring the Skull of Horgus and the Shattered Sword of Marduk to Carlin Redpath at Light\'s Hope Chapel.','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.','','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?','Return to Carlin Redpath at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12956,12957,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (5201,2,60,58,0,618,0,0,0,0,1101,0,0,0,0,0,0,589,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,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,589,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Intrusion','Rivern Frostwind wants you to slay 5 Winterfall Shaman and 5 Winterfall Ursa.','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.','','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...','Return to Rivern Frostwind at Frostsaber Rock in Winterspring.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (5202,2,55,49,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4950,0,0,0,0,0,0,13140,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Strange Red Key','Search through Jaedenar to discover what the Blood Red Key is used for.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13140,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5203,2,55,49,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5202,0,0,5204,5,0,4950,0,0,0,0,0,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,0,0,0,'Rescue From Jaedenar','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.','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?','Protect Arko\'narin out of Shadow Hold','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?','Return to Jessir Moonbow at 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,1,0,0,0,0,0,0,0,0,12340), (5204,2,57,49,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5203,0,0,5385,4,0,3900,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Retribution of the Light','Return to Jaedenar and kill the succubus Rakaiah before finding the Remains of Trey Lightforge.','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.','','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.','Return to the remains of Trey Lightforge at Jaedenar in Felwood.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5205,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5206,2,60,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,5,0,5700,0,0,0,0,0,0,13156,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marauders of Darrowshire','Bring 5 Resonating Skulls and the Mystic Crystal to Carlin Redpath in Eastern Plaguelands.','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.','','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.','Return to Carlin Redpath at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,13157,0,0,0,5,0,13155,13156,0,0,0,0,5,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (5207,2,49,49,0,361,0,0,0,0,0,0,0,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,' The True Summoner','','','',NULL,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,12340), (5208,2,49,49,0,361,0,0,0,0,0,0,0,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,' The Blessing of Evil','','','',NULL,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,12340), (5209,2,49,49,0,361,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (5210,2,56,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5154,0,0,5181,3,0,2520,0,0,0,0,0,0,13202,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brother Carlin','Bring the Extended Annals of Darrowshire to Carlin Redpath in Eastern Plaguelands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13202,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,6,1,5,0,0,0,0,0,12340), (5211,2,55,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5241,0,0,0,5,0,4950,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,'Defenders of Darrowshire','Free 15 Darrowshire Spirits and return to Carlin Redpath.','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.','','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!','Return to Carlin Redpath at Light\'s Hope Chapel in Eastern Plaguelands.',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,'Darrowshire Spirits Freed','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (5212,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5213,7,18000,8700,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flesh Does Not Lie','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.','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.$B','','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!\'','Return to Betina Bigglezink at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13174,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5213,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5212,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Active Agent','Travel to Stratholme and search the ziggurats. Find and return new Scourge Data to Betina Bigglezink.$B','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.$B','','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!','Return to Betina Bigglezink at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13176,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5214,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Great Fras Siabi','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.$B','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?','','Oh sweet, sweet stogie, how I have missed you...','I can\'t take it, $N! You gotta help me! I\'m dying!','Return to Smokey LaRue at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13172,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5215,2,53,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5092,0,0,5216,1,0,450,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scourge Cauldrons','Speak with High Priestess MacDonnell at Chillwind Point, Western Plaguelands.','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.','','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!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,12340), (5216,2,53,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5215,5218,0,5217,5,0,4500,0,0,0,0,0,0,13186,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Felstone Field','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.','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.','','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','Unlock the Scourge Cauldron at Felstone Field in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13194,13186,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5217,2,53,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5216,0,0,5219,3,8000,2280,0,10937,0,0,0,0,13190,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Chillwind Camp','Bring the Filled Felstone Field Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13190,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,3,4,0,0,0,0,0,0,0,12340), (5218,0,53,50,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,264,1,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,2,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.','Return to Scourge Cauldron in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5219,2,55,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5217,5221,0,5220,5,0,4950,0,0,0,0,0,0,13187,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Dalson\'s Tears','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.','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.','','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.','Return to Scourge Cauldron in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13195,13187,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5220,2,55,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5219,0,0,5222,3,8500,2460,0,10937,0,0,0,0,13191,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Chillwind Camp','Bring the Filled Dalson\'s Tears Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','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.','','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. ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13191,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,12340), (5221,0,55,50,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,264,1,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,2,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.','Return to Scourge Cauldron in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13320,13356,14047,0,0,0,1,5,4,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5222,2,55,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5220,5224,0,5223,5,0,4950,0,0,0,0,0,0,13188,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Writhing Haunt','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.','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!','','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.','Unlock the Scourge Cauldron at Darrowmere Lake in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13197,13188,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5223,2,55,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5222,0,0,5225,3,8500,2460,0,10937,0,0,0,0,13192,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Chillwind Camp','Bring the Filled Writhing Haunt Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13192,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5224,0,55,50,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,264,1,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,2,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.','Return to Scourge Cauldron in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5225,2,58,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5223,5227,0,5226,5,0,5400,0,0,0,0,0,0,13189,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Gahrron\'s Withering','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.','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.','','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.','Examine the Scourge Cauldron at Gahrron\'s Withering in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13196,13189,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5226,2,58,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5225,0,0,0,3,9000,2700,0,10938,0,0,0,0,13193,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Chillwind Camp','Bring the Filled Gahrron\'s Withering Bottle to High Priestess MacDonnell at Chillwind Camp, Western Plaguelands.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13193,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (5227,0,58,50,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,264,1,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,2,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.','Return to Scourge Cauldron in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13320,13354,14047,0,0,0,1,4,4,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5228,2,53,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5096,0,0,5229,1,0,450,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scourge Cauldrons','Speak with Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5229,2,53,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5228,5218,0,5230,5,0,4500,0,0,0,0,0,0,13186,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Felstone Field','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.','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.','','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. ','Unlock the Scourge Cauldron at Felstone Field in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13194,13186,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5230,2,53,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5229,0,0,5231,3,8000,2280,0,23947,0,0,0,0,13190,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Bulwark','Bring the Filled Felstone Field Bottle to Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13190,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5231,2,55,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5230,5221,0,5232,5,0,4950,0,0,0,0,0,0,13187,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Dalson\'s Tears','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.','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.','','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.','Unlock the Scourge Cauldron in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13195,13187,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5232,2,55,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5231,0,0,5233,3,8500,2460,0,23947,0,0,0,0,13191,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Bulwark','Bring the Filled Dalson\'s Tears Bottle to Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13191,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5233,2,55,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5232,5224,0,5234,5,0,4950,0,0,0,0,0,0,13188,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Writhing Haunt','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.','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!','','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. ','Unlock the Scourge Cauldron at Darrowmere Lake in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13197,13188,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5234,2,55,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5233,0,0,5235,3,8500,2460,0,23947,0,0,0,0,13192,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Bulwark','Bring the Filled Writhing Haunt Bottle to Shadow Priestess Vandis at The Bulwark, Western Plaguelands.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13192,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5235,2,58,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5234,5227,0,5236,5,0,5400,0,0,0,0,0,0,13189,1,0,0,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Gahrron\'s Withering','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.','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.','','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.','Unlock the Scourge Cauldron at Gahrron\'s Withering in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13196,13189,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5236,2,58,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5235,0,0,0,3,9000,2700,0,23948,0,0,0,0,13193,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Bulwark','Bring the Filled Gahrron\'s Withering Bottle to Shadow Priestess Vandis at the Bulwark, Western Plaguelands.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13193,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5237,0,58,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5236,0,0,0,7,0,8100,0,0,0,0,101,86400,0,0,0,8,0,0,0,0,0,15799,0,0,0,1,0,0,0,15801,15800,0,0,0,0,1,1,0,0,0,0,469,529,0,0,0,7,7,0,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!','',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,1,66,0,0,0,0,0,0,0,12340), (5238,0,58,50,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5226,0,0,0,7,0,8100,0,0,0,0,107,86400,0,0,0,8,0,0,0,0,0,15799,0,0,0,1,0,0,0,15801,15800,0,0,0,0,1,1,0,0,0,0,67,529,0,0,0,7,7,0,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!','',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,1,0,0,0,0,0,0,0,0,12340), (5241,2,56,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5149,0,0,5211,3,0,2520,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,'Uncle Carlin','Find Carlin Redpath.','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!','','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. ','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5242,2,58,48,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5165,0,0,0,7,0,8100,0,0,0,0,0,0,0,0,0,8,0,0,0,0,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,'A Final Blow','Kill Moora and Salia, and bring Shadow Lord Fel\'dan\'s Head to Greta Mosshoof in Felwood.','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.','','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.','Return to Greta Mosshoof at Emerald Sanctuary in Felwood.',0,9861,9860,0,0,1,1,0,0,0,0,0,0,0,0,0,13207,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5243,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3928,6149,0,0,5,5,0,0,13216,13217,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Houses of the Holy','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.','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.$B','','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','Return to Leonid Barthalomew the Revered at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13180,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5244,2,56,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,5245,1,0,510,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,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ruins of Kel\'Theril','Speak with Jaron Stoneshaper in Starfall Village.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (5245,2,56,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5244,0,0,5246,5,0,5100,0,0,0,0,0,0,12891,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troubled Spirits of Kel\'Theril','Use Jaron\'s Pick to find the four Highborne Relic Fragments. Bring them to Aurora Skycaller in Eastern Plaguelands.','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.','','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?','Return to Aurora Skycaller in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12896,12897,12898,12899,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5246,2,56,53,0,139,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5245,0,0,5247,5,0,5100,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,469,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fragments of the Past','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.','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.','','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...','Return to Aurora Skycaller in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13313,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5247,2,57,53,0,139,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5246,0,0,0,5,0,5250,0,0,0,0,0,0,16974,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fragments of the Past','Bring an Enchanted Thorium Bar, 5 Crystal Restore, and a Vial of Dire Water to Aurora Skycaller near the Northpass Tower in Eastern Plaguelands.','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.','','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...','Return to Aurora Skycaller in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12655,11562,16973,0,0,0,1,5,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5248,2,58,53,0,139,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5247,0,0,5252,4,0,4050,0,0,0,0,0,0,13347,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tormented By the Past','Take the Crystal of Zin-Malor to Lake Kel\'Theril in Winterspring and find a highborne spirit that will speak to you.','$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.','','Pleeease, leeeave meeeeee...','Currrrrsed... Forevvvverrrr...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13347,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5249,2,56,53,0,361,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,5249,5244,1,0,510,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Winterspring!','Find Starfall Village in Winterspring and speak with Wynd Nightchaser.','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.','','A friend of Ivy Leafrunner? Nice to meet you, $N.','',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,1,0,0,0,0,0,0,0,0,12340), (5250,2,56,53,0,702,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,5249,5244,1,0,510,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Starfall','Find Starfall in Winterspring and speak with Wynd Nightchaser.','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...','','A student of Daryn Lightwind? Nice to meet you, $N.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5251,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8700,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Archivist','Travel to Stratholme and find Archivist Galford of the Scarlet Crusade. Destroy him and burn down the Scarlet Archive.','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.','','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!','Return to Duke Nicholas Zverenhoff at Light\'s Hope Chapel in Eastern Plaguelands.',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,'','Archive Burned','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5252,2,58,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5248,0,0,5253,4,0,4050,0,0,0,0,0,0,13347,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remorseful Highborne','Speak with Wynd Nightchaser in Starfall Village, and ask about the proper place for the Crystal of Zin-Malor.','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.','','Is that... what I think it is?','It has been some time since you left, $N. How have you fared?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13347,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5253,2,58,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5252,0,0,0,5,0,5400,0,0,0,0,0,0,13347,1,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,469,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crystal of Zin-Malor','Deliver the Crystal of Zin-Malor to Arch Druid Fandral Staghelm in Darnassus.','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. ','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13347,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5261,2,2,1,0,9,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,783,0,0,33,3,0,60,0,0,0,0,0,0,0,0,0,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eagan Peltskinner','Speak with 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.','','That\'s true. I\'m looking for someone to hunt me some wolves! Are you that person?',NULL,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,1,'','','','',1,0,0,0,0,0,0,0,6,6,1,0,0,0,0,0,0,0,12340), (5262,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5251,0,0,5263,7,0,8700,0,0,0,0,0,0,13250,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Truth Comes Crashing Down','Take the Head of Balnazzar to Duke Nicholas Zverenhoff in the Eastern Plaguelands.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5263,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5262,0,0,0,7,0,8700,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Above and Beyond','Venture to Stratholme and destroy Baron Rivendare. Take his head and return to Duke Nicholas Zverenhoff.$B','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. $B','','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.','Return to Duke Nicholas Zverenhoff at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13251,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5264,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5263,0,0,5265,5,0,5700,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,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Maxwell Tyrosus','Speak with Lord Maxwell Tyrosus. He is inside the church.','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.$B','','You are a worthy ally, $N. You shall reap the rewards of your stalwart dedication.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5265,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5264,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,8,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Argent Hold','Open the Argent Hold and claim your reward.','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.','','Whoa...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5281,2,60,55,0,139,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5282,5,0,5700,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,'The Restless Souls','Find Egan. You only know that he was last seen around Stratholme.','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.','','Alen has finally found someone brave enough, eh?','',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,'','','','',4,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,12340), (5282,2,60,55,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5281,0,0,0,7,18000,8700,0,0,0,0,0,0,13289,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Restless 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.','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.','','$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...','Return to Egan at Plaguewood in Eastern Plaguelands.',11122,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,'Souls Freed','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5283,2,40,40,0,-121,0,0,0,0,1101,164,200,0,0,0,0,0,0,0,0,0,0,5283,0,5,0,2640,0,9790,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,'The Art of the Armorsmith','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.','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?','','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.','Return to Grumnus Steelshaper in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7937,7936,7935,0,0,0,4,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5284,2,40,40,0,-121,0,0,0,0,1101,164,200,0,0,0,0,0,0,0,0,0,0,5283,0,5,0,2640,0,9789,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,'The Way of the Weaponsmith','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.$B','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!','','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.','','Return to Ironus Coldsteel at the Great Forge in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3853,3855,7941,7945,0,0,4,4,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5301,2,40,40,0,-121,0,0,0,0,690,164,200,0,0,0,0,0,0,0,0,0,0,5301,0,5,0,2640,0,9790,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,'The Art of the Armorsmith','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.','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.','','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.','Return to Okothos Ironrager in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7937,7936,7935,0,0,0,4,2,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5302,2,40,40,0,-121,0,0,0,0,690,164,200,0,0,0,0,0,0,0,0,0,0,5301,0,5,0,2640,0,9789,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,'The Way of the Weaponsmith','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.$B','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. ','','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!','Return to Borgosh Corebender in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3853,3855,7941,7945,0,0,4,4,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5303,2,58,55,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5304,2,58,55,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5305,2,60,50,0,-121,81,0,0,0,0,164,250,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Sweet Serenity','Travel to Stratholme and kill the Crimson Hammersmith. Recover the Crimson Hammersmith\'s Apron and return to Lilith.$B','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!','','May you bash in many a brain, $N!','His apron! Where is it?','Return to Lilith the Lithe at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13351,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5306,2,60,50,0,-121,81,0,0,0,0,164,250,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Snakestone of the Shadow Huntress','Travel to Blackrock Spire and slay Shadow Hunter Vosh\'gajin. Recover Vosh\'gajin\'s Snakestone and return to Kilram.','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!','','Knowledge is power!','Legend states that one use of Vosh\'gajin\'s snakestone will keep an axe razor sharp for a 1000 years!','Return to Kilram at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13352,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5307,2,60,50,0,-121,81,0,0,0,0,164,250,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Corruption','Find the Black Guard Swordsmith in Stratholme and destroy him. Recover the Insignia of the Black Guard and return to Seril Scourgebane.','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!','','It should be obvious that a sword is always the best choice.','Have you forgotten what it is that you were tasked with, $N?','Return to Seril Scourgebane at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13350,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5321,2,20,17,0,148,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,960,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,15205,15206,15207,0,0,0,1,1,1,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sleeper Has Awakened','Escort Kerlonian Evershade to Liladris Moonriver at Maestra\'s Post in Ashenvale.','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 Maestra\'s Post','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?','Return to Liladris Moonriver in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13536,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5341,2,60,52,0,2057,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,5342,7,18000,8700,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,'Barov Family Fortune','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.','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!','','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.','Return to Alexi Barov at the Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13471,13448,13450,13451,0,0,1,1,1,1,0,0,0,'','','','',1,1,1,5,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12340), (5342,2,60,52,0,28,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,0,0,0,6,18000,7200,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Barov','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.','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.','','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.','Return to Alexi Barov at the Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13469,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5343,2,60,52,0,2057,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,5344,7,18000,8700,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,'Barov Family Fortune','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.','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!','','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.','Return to Weldon Barov at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13471,13448,13450,13451,0,0,1,1,1,1,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5344,2,60,52,0,28,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,5343,0,0,0,6,18000,7200,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Barov','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.','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.','','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?','Return to Weldon Barov at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13470,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5361,2,35,32,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,2500,1500,0,0,0,0,0,0,13507,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Family Tree','Deliver Cliffwatcher Longhorn Report to Nataka Longhorn at Ghost Walker Post in Desolace.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13507,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5381,2,38,32,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,5581,5,4500,2340,0,0,0,0,0,0,14523,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hand of Iruxos','Retrieve the Demon Box from Thunder Axe Fortress, and return it, along with the Demon Pick to Taiga Wisemane in Shadowprey Village.$B','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.$B','','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?','Return to Taiga Wisemane at Shadowprey Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13542,14523,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5382,2,60,55,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5515,7,0,8700,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,'Doctor Theolen Krastinov, the Butcher','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.$B','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.','','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!','Return to Eva Sarkhoff at Darrowmere Lake in Western Plaguelands.',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,'','Remains of Eva Sarkhoff Burned','Remains of Lucien Sarkhoff Burned','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5383,2,60,55,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5384,0,5384,5,0,5700,0,0,0,0,0,0,13543,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Krastinov\'s Bag of Horrors','Take the Bag of Horrors to Eva Sarkhoff on Caer Darrow.','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.',NULL,NULL,NULL,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,12340), (5384,2,60,55,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5515,0,0,0,7,0,8700,0,0,0,0,0,0,13523,1,0,0,0,0,0,0,0,13544,0,0,0,1,0,0,0,15805,15806,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kirtonos the Herald','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.$B','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.','','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.','Return to Eva Sarkhoff at Darrowmere Lake in Western Plaguelands.',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,1,0,0,0,0,0,0,0,0,12340), (5385,2,57,49,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5204,0,0,0,6,2200,6600,0,0,0,0,0,0,13562,1,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,'The Remains of Trey Lightforge','Return the Remains of Trey Lightforge to Jessir Moonbow in Felwood.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13562,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5386,2,37,32,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1680,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Catch of the Day','Talk to Jinar\'Zillen at Shadowprey Village, and then bring Nataka Longhorn 2 Bloodbelly fish.','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.','','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?','Return to Nataka Longhorn at Ghost Walker Post in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13546,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5401,0,55,50,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,8,0,0,0,0,0,12846,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,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!','',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,1,0,0,0,0,0,0,0,0,12340), (5402,0,55,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,5000,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!','Return to Argent Officer Pureheart in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5403,0,55,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,5000,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.','Return to Argent Officer Pureheart in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12841,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5404,0,55,50,0,28,0,0,0,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,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,2,0,0,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.','Return to Argent Officer Pureheart in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5405,0,55,50,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,8,0,0,0,0,0,12846,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,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!','',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,1,0,0,0,0,0,0,0,0,12340), (5406,0,55,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,0,0,0,0,0,5000,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.','Return to Argent Officer Garush in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5407,0,55,50,0,28,0,0,0,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,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,2,0,0,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.','Return to Argent Officer Garush in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12841,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5408,0,55,50,0,28,0,0,0,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,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,2,0,0,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!','Return to Argent Officer Garush in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5421,0,25,25,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-5386,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'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!','Return to Jinar\'Zillen in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13545,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5441,2,4,3,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,270,0,0,0,0,0,0,16114,1,0,524288,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,76,530,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Lazy 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.','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...','','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?!','Return to Foreman Thazz\'ril in Durotar.',10556,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,16114,0,0,0,0,0,1,0,0,0,0,3,'Peons Awoken','','','',5,0,0,0,0,0,0,0,1,5,1,0,0,0,0,0,0,0,12340), (5461,2,60,57,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5384,0,0,5462,5,0,5700,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,'The Human, Ras Frostwhisper','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.','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.','','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.','Return to Magistrate Marduke at Darrowmere Lake in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13585,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5462,2,60,57,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5461,0,0,5463,4,0,4350,0,0,0,0,0,0,13585,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dying, Ras Frostwhisper','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.','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. ','','$B$BYour quandary stirs up memories that I had hoped would never resurface.','Do not ask questions of which you do not want answers.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13585,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5463,2,60,57,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462,0,0,5464,7,0,8700,0,0,0,0,0,0,13585,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Menethil\'s Gift','Travel to Stratholme and find Menethil\'s Gift. Place the Keepsake of Remembrance upon the unholy ground. ','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.$B','','You place the keepsake on the tainted soil.','The area around Menethil\'s Gift is exceptionally cold.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13585,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5464,2,60,57,0,139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5463,0,0,5465,6,0,7200,0,0,0,0,0,0,13624,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Menethil\'s Gift','Take the Soulbound Keepsake to Leonid Barthalomew in Eastern Plaguelands.','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.','','As the soul clung to the keepsake, so shall it cling to the physical form of Ras Frostwhisper.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13624,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5465,2,60,57,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5464,0,0,5466,4,0,4350,0,0,0,0,0,0,13624,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Soulbound Keepsake','Return to Magistrate Marduke in Caer Darrow. Show him the Soulbound Keepsake.','Return to Marduke with the keepsake, $N. He will instruct you in its use.','','I was certain that you would be joining me as another hapless spirit.','Have you done the impossible?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13624,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5466,2,60,57,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5465,0,0,0,7,0,8700,0,0,0,0,0,0,13752,1,0,0,0,0,0,0,0,14002,0,0,0,1,0,0,0,13982,13986,13984,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lich, Ras Frostwhisper','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.','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.','','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.','Return to Magistrate Marduke at Darrowmere Lake in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13626,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5481,2,5,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,5482,3,0,120,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gordo\'s Task','Collect 3 Gloom Weed and deliver them to Junior Apothecary Holland in the Brill graveyard.','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.$B','','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.','Return to Junior Apothecary Holland at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12737,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',35,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (5482,2,6,5,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5481,0,0,0,5,125,330,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doom Weed','Collect 10 Doom Weed and deliver them back to Junior Apothecary Holland.$B','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.','','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?','Return to Junior Apothecary Holland at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13702,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5501,2,32,29,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1200,0,0,0,0,0,0,0,0,0,8,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,470,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bone Collector','Bring 10 Kodo Bones from the Kodo Graveyard to Bibbly F\'utzbuckle at Kormek\'s Hut.','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?','','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!','Return to Bibbly F\'utzbuckle in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13703,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5502,2,-1,10,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,915,0,0,0,2,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,23007,23015,23002,23022,0,0,1,1,1,1,0,0,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warden of the Horde','Return your ward to the Orgrimmar orphanage by handing in the Orcish Orphan Whistle to Orphan Matron Battlewail in the Valley of Honor.','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!','','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?','Return to Orphan Matron Battlewail in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18597,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5503,0,55,50,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,8,0,0,0,0,0,12846,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,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!','',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,1,0,0,0,0,0,0,0,0,12340), (5504,2,60,55,0,28,0,0,0,0,0,0,0,529,0,21000,0,529,0,21000,0,0,0,0,0,5,0,5700,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,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mantles of the Dawn','Bring 10 Argent Dawn Valor Tokens to Quartermaster Hasana at the Bulwark, Western Plaguelands.','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.','','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.','Return to Argent Quartermaster Hasana at The Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5505,0,60,55,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5803,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,13704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,7,0,0,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.',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,1,0,0,0,0,0,0,0,0,12340), (5506,0,56,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,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5507,2,60,55,0,28,0,0,0,0,0,0,0,529,0,21000,0,529,0,21000,0,0,0,0,0,5,0,5700,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,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mantles of the Dawn','Bring 10 Argent Dawn Valor Tokens to Quartermaster Lightspark at Chillwind Camp, Western Plaguelands.','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.','','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.','Return to Argent Quartermaster Lightspark at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5508,0,55,50,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,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,2,0,0,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 of these insignia. Use caution in acquiring one, $N - such powerful beings are not to be trifled with.','Return to Duke Nicholas Zverenhoff in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5509,0,55,50,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,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,2,0,0,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.','Return to Duke Nicholas Zverenhoff in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12841,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (5510,0,55,50,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,264,1,0,0,0,0,12844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,2,0,0,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!','Return to Duke Nicholas Zverenhoff in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (5511,0,60,55,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5804,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,13704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,7,0,0,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.',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,1,0,0,0,0,0,0,0,0,12340), (5512,0,56,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5513,2,60,55,0,139,0,0,0,0,0,0,0,529,0,21000,0,529,0,21000,0,0,0,0,0,5,0,5700,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,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mantles of the Dawn','Bring 10 Argent Dawn Valor Tokens to Quartermaster Breechlock at Light\'s Hope Chapel, Eastern Plaguelands.','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.','','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.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5514,2,57,55,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,964,0,0,5802,1,-150000,0,0,0,0,0,0,0,14628,1,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mold Rhymes With...','Bring the Imbued Skeletal Fragments and 15 gold coins to Krinkle Goodsteel in Gadgetzan.','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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14628,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5515,2,60,55,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5382,0,0,5384,7,0,8700,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,'Krastinov\'s Bag of Horrors','Locate Jandice Barov in the Scholomance and destroy her. From her corpse recover Krastinov\'s Bag of Horrors. Return the bag to Eva Sarkhoff.','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.','','The bag of horrors!','','Return to Eva Sarkhoff at Darrowmere Lake in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13725,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5516,0,58,53,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (5517,2,60,55,0,139,0,0,0,0,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,6,0,7200,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,18182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chromatic Mantle of the Dawn','Bring 25 Argent Dawn Valor Tokens to Quartermaster Breechlock at Light\'s Hope Chapel, Eastern Plaguelands.','$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.','','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.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,25,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5518,2,60,56,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,169,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gordok Ogre Suit','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.','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...','','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.','Return to Knot Thimblejack at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14048,8170,14341,18240,0,0,4,8,2,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5519,0,60,56,0,2557,81,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,0,0,0,0,8,1,0,0,0,0,18258,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,3,0,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.','Return to Knot Thimblejack in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14048,8170,14341,18240,0,0,4,8,2,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5520,0,58,53,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (5521,2,60,55,0,28,0,0,0,0,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,6,0,7200,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,18182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chromatic Mantle of the Dawn','Bring 25 Argent Dawn Valor Tokens to Quartermaster Lightspark at Chillwind Camp, Western Plaguelands.','$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.','','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.','Return to Argent Quartermaster Lightspark at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,25,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5522,2,60,57,0,46,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4734,0,0,5531,4,0,4350,0,0,0,0,0,0,13761,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leonid Barthalomew','Bring the Frozen Eggs to Leonid Barthalomew in the Eastern Plaguelands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13761,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5523,0,58,53,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (5524,2,60,55,0,28,0,0,0,0,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,6,0,7200,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,18182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chromatic Mantle of the Dawn','Bring 25 Argent Dawn Valor Tokens to Quartermaster Hasana at the Bulwark, Western Plaguelands.','$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.','','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.','Return to Argent Quartermaster Hasana at The Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,25,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5525,0,60,56,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,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,169,0,0,0,0,6,0,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??!','Return to Knot Thimblejack in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5526,2,60,56,0,493,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5527,0,0,0,7,0,8700,0,0,0,0,0,0,18539,1,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,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shards of the Felvine','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.','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.','','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...','Return to Rabine Saturna at Nighthaven in Moonglade.',0,0,0,0,0,0,0,0,18501,0,0,0,1,0,0,0,0,18540,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5527,2,60,56,0,493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5526,5,0,5700,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Reliquary of Purity','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.','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.','','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. ','Return to Rabine Saturna at Nighthaven in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22201,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5528,0,60,56,0,2557,81,0,0,0,0,0,0,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,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,'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!','',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,1,0,0,0,0,0,0,0,0,12340), (5529,2,58,55,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,9000,8100,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagued Hatchlings','Kill 20 Plagued Hatchlings, then return to Betina Bigglezink at the Light\'s Hope Chapel.','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!','','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!','Return to Betina Bigglezink at Light\'s Hope Chapel in Eastern Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (5530,0,60,55,0,139,0,0,0,0,0,0,0,529,0,2100,0,0,0,0,0,0,0,0,0,0,-450000,0,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Necklace of the Dawn','','','',NULL,NULL,'Return to Quartermaster Miranda Breechlock in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5531,2,60,57,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5522,0,0,4771,2,0,1440,0,0,0,0,0,0,13761,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betina Bigglezink','Bring the Frozen Eggs to 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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13761,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5532,0,58,53,0,139,0,0,0,0,0,0,0,529,0,900,0,0,0,0,0,0,0,0,0,0,-200000,0,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Ring of the Dawn','','','',NULL,NULL,'Return to Quartermaster Miranda Breechlock in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (5533,2,55,55,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5097,0,0,5537,1,0,480,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,'Scholomance','Speak with Alchemist Arbington at Chillwind Point, Western Plaguelands.','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.','','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...','',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (5534,2,53,47,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3601,0,0,0,6,16000,5700,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,21,87,0,0,0,6,-6,0,0,0,0,0,0,0,0,0,0,0,0,'Kim\'jael\'s \"Missing\" Equipment','Find Some Rune that the naga have in their possession in the Ruins of Eldarath and return it to Kim\'jael in Azshara.','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.','','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.','Return to Kim\'jael at Thalassian Base Camp in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13815,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5535,2,47,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5000,3600,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,'Spiritual Unrest','Destroy 6 Highborne Apparitions and 6 Highborne Lichlings before returning to Loh\'atu in Azshara.','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.','','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.','Return to Loh\'atu at Southfury River in Ashenvale.',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,'','','','',4,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (5536,2,47,45,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7000,3600,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,'A Land Filled with Hatred','Kill 6 Haldarr Satyr, 2 Haldarr Tricksters, 2 Haldarr Felsworn and then return to Loh\'atu on the border of Ashenvale.','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.','','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.','Return to Loh\'atu at Southfury River in Ashenvale.',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,'','','','',4,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (5537,2,57,55,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5533,0,0,5538,4,0,3900,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,'Skeletal Fragments','Bring 15 Skeletal Fragments to Alchemist Arbington at Chillwind Point, Western Plaguelands.','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.','','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.','Return to Alchemist Arbington at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14619,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (5538,2,57,55,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5537,0,0,5801,1,-150000,0,0,0,0,0,0,0,14628,1,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mold Rhymes With...','Bring the Imbued Skeletal Fragments and 15 gold coins to Krinkle Goodsteel in Gadgetzan.','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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14628,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5541,2,6,5,0,1,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,125,330,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,47,54,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Ammo for Rumbleshot','Bring Rumbleshot\'s Ammo to Hegnar Rumbleshot in Dun Morogh.','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.','','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!','Return to Hegnar Rumbleshot in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13850,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5542,2,56,52,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5542,0,5,0,5100,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,'Demon Dogs','Slay 20 Plaguehound Runts, 5 Plaguehounds and 5 Frenzied Plaguehounds. Return to Tirion Fordring when the task is complete.','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.','','Well done, $N. Come. Rest. Let us eat and talk of days long past!','Do not pity the demon dogs, $r. They are abominations!','Return to Tirion Fordring at Thondroril River in Eastern Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,5,1,1,1,5,0,0,0,0,0,12340), (5543,2,56,52,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5542,0,5,0,5100,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,'Blood Tinged Skies','Slay 30 Plaguebats and return to Tirion Fordring.','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.','','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.','Return to Tirion Fordring in Western Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,1,1,1,1,1,5,0,0,0,0,12340), (5544,2,56,52,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-5542,0,5,0,5100,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,'Carrion Grubbage','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.$B','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!','','May the Light watch over you! Bless you, young one.','You will grow to tolerate the taste, $r.','Return to Tirion Fordring in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13853,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,5,1,0,0,0,0,0,0,12340), (5545,2,9,5,0,12,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,300,480,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,'A Bundle of Trouble','Bring 8 Bundles of Wood to Raelen at the Eastvale Logging Camp.','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.','','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.','Return to Supervisor Raelen at Eastvale Logging Camp in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13872,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5561,2,34,30,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,1380,0,0,0,0,0,0,13892,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15697,15698,0,0,0,0,1,1,0,0,0,0,470,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kodo Roundup','Bring five Tamed Kodos and the Kodo Kombobulator back to Smeed Scrabblescrew at Scrabblescrew\'s Camp.','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.','','$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?','Return to Smeed Scrabblescrew at Scrabblescrew\'s Camp in Desolace.',11627,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,13892,0,0,0,0,0,1,0,0,0,0,0,0,'Kodos Tamed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5581,2,38,32,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5381,0,0,0,6,4500,2940,0,0,0,0,0,0,14547,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16794,16873,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Portals of the Legion','Banish 6 Portals at Mannoroc Coven and return to Taiga Wisemane at Shadowprey Village.$B','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.$B','','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?','Return to Taiga Wisemane at Shadowprey Village in Desolace.',11937,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,14547,0,0,0,0,0,1,0,0,0,0,0,0,'Portals Banished','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5582,2,58,55,0,2057,81,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,0,13920,1,0,0,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Healthy Dragon Scale','Bring the Healthy Dragon Scale to Betina Bigglezink at the Light\'s Hope Chapel in Eastern Plaguelands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13920,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5601,2,55,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5149,5142,5149,1,0,480,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,'Sister Pamela','Find Pamela Redpath in Darrowshire.','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!','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (5621,2,4,5,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,5622,0,0,0,4,0,150,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Garments of the Moon','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.','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.','','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.','Return to Laurna Morninglight at Lake Al\'Ameth in Teldrassil.',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,0,'Heal and fortify Sentinel Shaya','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5622,2,4,5,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,5621,2,0,60,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,'In Favor of Elune','Speak to Laurna Morninglight in Teldrassil.','$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.','','I\'m happy to see Shanda has sent you to find me, $N. Teaching young priests the ways of Elune gives me great satisfaction.','',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,1,0,0,0,0,0,0,0,0,12340), (5623,2,4,5,0,-262,0,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,0,0,5623,5624,2,0,60,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,'In Favor of the Light','Speak to Priestess Josetta in Elwynn Forest.','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.','','I\'m glad you\'ve arrived, $N. We have much to discuss about your future and your path within the Light.','',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,'','','','',2,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5624,2,4,5,0,-262,0,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,5623,0,0,0,4,0,150,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Garments of the Light','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.','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.','','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.','Return to Priestess Josetta in Elwynn Forest.',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,0,'Heal and fortify Guard Roberts','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5625,2,4,5,0,-262,0,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,5626,0,0,0,4,0,150,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Garments of the Light','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.','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?','','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!','Return to Maxan Anvol at Shimmer Ridge in Dun Morogh.',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,0,'Heal and fortify Mountaineer Dolf','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5626,2,4,5,0,-262,0,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,0,0,5623,5625,2,0,60,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,'In Favor of the Light','Speak to Maxan Anvol in Dun Morogh.','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.','','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.','',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,'','','','',3,1,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (5627,0,-1,10,0,-262,0,0,0,16,8,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','',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,1,0,0,0,0,0,0,0,0,12340), (5628,2,-1,10,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,5631,0,2,0,33000,10797,19350,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,'Returning Home','Speak to Priestess Alathea in Darnassus.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5629,2,-1,10,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,5631,0,2,0,33000,10797,19350,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,'Returning Home','Speak to Priestess Alathea in Darnassus.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5630,2,-1,10,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,10797,19350,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,'Returning Home','Speak to Priestess Alathea in Darnassus.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5631,2,-1,10,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,5631,0,2,0,33000,10797,19350,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,'Returning Home','Speak to Priestess Alathea in Darnassus.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5632,2,-1,10,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,10797,19350,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,'Returning Home','Speak to Priestess Alathea in Darnassus.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5633,2,-1,10,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,10797,19350,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,'Returning Home','Speak to Priestess Alathea in Darnassus.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5634,0,-1,10,0,-262,0,0,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,0,0,0,13908,19338,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5635,2,-1,10,0,-262,0,0,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,2,0,33000,13908,19338,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,'Desperate Prayer','Speak to High Priestess Laurena in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5636,2,-1,10,0,-262,0,0,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,2,0,33000,13908,19338,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,'Desperate Prayer','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (5637,2,-1,10,0,-262,0,0,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,2,0,33000,13908,19338,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,'Desperate Prayer','Speak to High Priestess Laurena in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5638,2,-1,10,0,-262,0,0,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,2,0,33000,13908,19338,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,'Desperate Prayer','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (5639,2,-1,10,0,-262,0,0,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,5634,0,0,0,0,13908,19338,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,'Desperate Prayer','Speak to High Priestess Laurena in Stormwind.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5640,2,-1,10,0,-262,0,0,0,16,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,13908,19338,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,'Desperate Prayer','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (5641,0,-1,20,0,-262,0,0,0,16,1028,0,0,0,0,0,0,0,0,0,0,0,0,5641,0,0,0,0,6346,19337,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (5642,2,-1,20,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5642,0,2,0,33000,18137,19331,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,'Shadowguard','Speak to Ur\'kyo in Orgrimmar.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5643,2,-1,20,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5642,0,2,0,33000,18137,19331,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,'Shadowguard','Speak to Ur\'kyo in Orgrimmar.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5644,2,-1,20,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5644,0,2,0,33000,2944,2946,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,'Devouring Plague','Speak to Aelthalyste in the Undercity.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5645,2,-1,20,0,-262,0,0,0,16,1028,0,0,0,0,0,0,0,0,0,0,0,0,5641,0,2,0,33000,6346,19337,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,'A Lack of Fear','Speak to High Priest Rohan in Ironforge.','$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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5646,2,-1,20,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5644,0,2,0,33000,2944,2946,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,'Devouring Plague','Speak to Aelthalyste in the Undercity.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5647,2,-1,20,0,-262,0,0,0,16,1028,0,0,0,0,0,0,0,0,0,0,0,0,5641,0,2,0,33000,6346,19337,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,'A Lack of Fear','Speak to High Priest Rohan in Ironforge.','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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (5648,2,4,5,0,-262,0,0,0,16,690,0,0,0,0,0,0,0,0,0,0,5649,0,0,0,4,0,150,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Garments of Spirituality','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.','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.','','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.','Return to Tai\'jin at Razor Hill in Durotar.',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,0,'Heal and fortify Grunt Kor\'ja','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5649,2,4,5,0,-262,0,0,0,16,690,0,0,0,0,0,0,0,0,0,0,0,0,5649,5648,2,0,60,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,'In Favor of Spirituality','Speak to Tai\'jin in Durotar.','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.','','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.','',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,'','','','',2,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5650,2,4,5,0,-262,0,0,0,16,690,0,0,0,0,0,0,0,0,0,0,5651,0,0,0,4,0,150,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Garments of Darkness','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.','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.','','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.','Return to Dark Cleric Beryl at Brill in Tirisfal Glades.',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,0,'Heal and fortify Deathguard Kel','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5651,2,4,5,0,-262,0,0,0,16,690,0,0,0,0,0,0,0,0,0,0,0,0,5649,5650,2,0,60,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,'In Favor of Darkness','Speak to Dark Cleric Beryl in Tirisfal Glades.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5652,0,-1,10,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5652,0,0,0,0,9035,19325,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (5653,2,-1,10,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5652,2,0,33000,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,' Hex of Weakness','Speak to Ur\'kyo in Orgrimmar.','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.','',NULL,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,12340), (5654,2,-1,10,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5652,0,2,0,33000,9035,19325,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,'Hex of Weakness','Speak to Ur\'kyo in Orgrimmar.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5655,2,-1,10,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5652,0,2,0,33000,9035,19325,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,'Hex of Weakness','Speak to Ur\'kyo in Orgrimmar.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5656,2,-1,10,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5652,0,2,0,33000,9035,19325,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,'Hex of Weakness','Speak to Ur\'kyo in Orgrimmar.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5657,2,-1,10,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5652,0,2,0,33000,9035,19325,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,'Hex of Weakness','Speak to Ur\'kyo in Orgrimmar.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5658,0,-1,10,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5658,0,0,0,0,2652,19318,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,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5659,2,-1,10,0,-262,0,0,0,16,144,0,0,0,0,0,0,0,0,0,0,0,0,5658,5658,2,0,33000,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,' Touch of Weakness','Speak to Aelthalyste in the Undercity.','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.',NULL,'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.',NULL,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,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5660,2,-1,10,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5658,0,2,0,33000,2652,19318,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,'Touch of Weakness','Speak to Aelthalyste in the Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5661,2,-1,10,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5658,0,2,0,33000,2652,19318,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,'Touch of Weakness','Speak to Aelthalyste in the Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5662,2,-1,10,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5658,0,2,0,33000,2652,19318,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,'Touch of Weakness','Speak to Aelthalyste in the Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5663,2,-1,10,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5658,0,2,0,33000,2652,19318,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,'Touch of Weakness','Speak to Aelthalyste in the Undercity.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5664,2,15,15,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5665,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5664,2,0,1620,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,'','Speak to Priestess Alathea in Darnassus.','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.','',NULL,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,12340), (5666,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5664,2,0,1620,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,'','Speak to Priestess Alathea in Darnassus.','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.','',NULL,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,12340), (5667,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5664,2,0,1620,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,'','Speak to Priestess Alathea in Darnassus.','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.','',NULL,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,12340), (5668,2,15,15,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' A Blessing of Light','','','',NULL,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,12340), (5669,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5668,2,0,1620,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,' A Blessing of Light','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,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,12340), (5670,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5668,2,0,1620,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,' A Blessing of Light','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,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,12340), (5671,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5668,2,0,1620,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,' A Blessing of Light','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,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,12340), (5672,0,-1,20,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,5672,0,0,0,0,2651,19357,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,'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?','',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,1,0,0,0,0,0,0,0,0,12340), (5673,2,-1,20,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,5672,0,2,0,33000,2651,19357,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,'Elune\'s Grace','Speak to Priestess Alathea in Darnassus.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5674,2,-1,20,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,5672,0,2,0,33000,2651,19357,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,'Elune\'s Grace','Speak to Priestess Alathea in Darnassus.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5675,2,-1,20,0,-262,0,0,0,16,8,0,0,0,0,0,0,0,0,0,0,0,0,5672,0,2,0,33000,2651,19357,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,'Elune\'s Grace','Speak to Priestess Alathea in Darnassus.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5676,0,-1,20,0,-262,0,0,0,16,1,0,0,0,0,0,0,0,0,0,0,0,0,5676,0,0,0,0,13896,19345,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (5677,2,-1,20,0,-262,0,0,0,16,1,0,0,0,0,0,0,0,0,0,0,0,0,5676,0,2,0,33000,13896,19345,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,'Arcane Feedback','Speak to High Priestess Laurena in Stormwind.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (5678,2,-1,20,0,-262,0,0,0,16,1,0,0,0,0,0,0,0,0,0,0,0,0,5676,0,2,0,33000,13896,19345,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,'Arcane Feedback','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (5679,0,-1,20,0,-262,0,0,0,16,16,0,0,0,0,0,0,0,0,0,0,0,0,5644,0,0,0,0,2944,2946,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (5680,0,-1,20,0,-262,0,0,0,16,128,0,0,0,0,0,0,0,0,0,0,0,0,5642,0,0,0,0,18137,19331,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (5681,2,25,25,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5682,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5681,2,0,3000,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,'','Speak with High Priestess Alathea in Darnassus.','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.','',NULL,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,12340), (5683,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5681,2,0,3000,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,'','Speak to High Priestess Alathea in Darnassus.','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.','',NULL,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,12340), (5684,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5681,2,0,3000,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,'','Speak to High Priestess Alathea in Darnassus.','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.','',NULL,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,12340), (5685,2,25,25,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Light Protects You','','','',NULL,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,12340), (5686,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5685,2,0,3000,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,' The Light Protects You','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,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,12340), (5687,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5685,2,0,3000,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,' The Light Protects You','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,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,12340), (5688,2,15,15,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' A Touch of Voodoo','','','',NULL,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,12340), (5689,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5688,2,0,1620,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,' A Touch of Voodoo','Speak to Ur\'kyo in Orgrimmar.','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.','',NULL,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,12340), (5690,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5688,2,0,1620,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,' A Touch of Voodoo','','','',NULL,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,12340), (5691,2,15,15,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' In the Dark it was Created','','','',NULL,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,12340), (5692,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5691,2,0,1620,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,' In the Dark It was Created','Speak to Aelthalyste in the Undercity.','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.','',NULL,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,12340), (5693,2,15,15,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5691,2,0,1620,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,' In the Dark It was Created','Speak to Aelthalyste in the Undercity.','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.','',NULL,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,12340), (5694,2,35,35,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (5695,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5694,2,0,4950,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,'','Speak to Priestesss Alathea in Darnassus.','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.','',NULL,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,12340), (5696,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5694,2,0,4950,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,'','Speak to Prietess Alathea in Darnassus.','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.','',NULL,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,12340), (5697,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5694,2,0,4950,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,'','Speak to Priestess Alathea in Darnassus.','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.','',NULL,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,12340), (5698,2,35,35,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' A Small Amount of Hope','','','',NULL,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,12340), (5699,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5698,2,0,4950,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,' A Small Amount of Hope','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,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,12340), (5700,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5698,2,0,4950,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,' A Small Amount of Hope','Speak to High Priestess Laurena in Stormwind.','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.','',NULL,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,12340), (5701,2,25,25,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' The Rites of Old','','','',NULL,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,12340), (5702,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5701,2,0,3000,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,' The Rites of Old','Speak to Ur\'kyo in Orgrimmar.','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.','',NULL,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,12340), (5703,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5701,2,0,3000,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,' The Rites of Old','Speak to Ur\'kyo in Orgrimmar.','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.','',NULL,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,12340), (5704,2,25,25,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Undead Priest Robe','','','',NULL,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,12340), (5705,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5704,2,0,3000,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,' No Longer a Shadow','Speak to Aelthalyste in the Undercity.','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.','',NULL,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,12340), (5706,2,25,25,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5704,2,0,3000,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,' No Longer a Shadow','Speak to Aelthalyste in the Undercity.','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.','',NULL,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,12340), (5707,2,35,35,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Flirting With Darkness','','','',NULL,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,12340), (5708,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5707,2,0,4950,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,' Flirting With Darkness','Speak to Aelthalyste in the Undercity.','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.','',NULL,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,12340), (5709,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5707,2,0,4950,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,' Flirting With Darkness','Speak to Aelthalyste in the Undercity.','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.','',NULL,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,12340), (5710,2,35,35,0,-262,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Troll Priest Robe','','','',NULL,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,12340), (5711,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5710,2,0,4950,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,' The Lost Ways','Speak to Ur\'kyo in Orgrimmar.','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.','',NULL,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,12340), (5712,2,35,35,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5710,2,0,4950,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,' The Lost Ways','Speak to Ur\'kyo in Orgrimmar.','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.','',NULL,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,12340), (5713,2,15,10,0,148,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1400,660,0,0,0,0,0,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Shot. One Kill.','Protect Sentinel Aynasha, then speak with Onaeya at Maestra\'s Post in Ashenvale.','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 Aynasha','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.','Return to Sentinel Onaeya 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,1,0,0,0,0,0,0,0,0,12340), (5721,2,60,55,0,139,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,0,0,5942,6,0,7200,0,0,0,0,0,0,15209,1,0,64,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,0,0,0,0,0,0,0,'The Battle of Darrowshire','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.','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.','','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...','Return to Pamela Redpath at Darrowshire in Eastern Plaguelands.',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,0,'Accept Redpath\'s Forgiveness','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5722,2,16,9,0,2437,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,5724,4,0,540,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,'Searching for the Lost Satchel','Search Ragefire Chasm for Maur Grimtotem\'s corpse and search it for any items of interest.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5723,2,15,9,0,2437,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,700,960,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,81,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Testing an Enemy\'s Strength','Search Orgrimmar for Ragefire Chasm, then kill 8 Ragefire Troggs and 8 Ragefire Shaman before returning to Rahauro in Thunder Bluff.','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.','','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.','Return to Rahauro at Elder Rise in Thunder Bluff.',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,'','','','',4,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (5724,2,16,9,0,2437,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5722,0,0,0,7,0,1080,0,0,0,0,0,0,14381,1,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,81,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Returning the Lost Satchel','Take the Grimtotem Satchel to Rahauro in Thunder Bluff.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14381,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5725,2,16,9,0,2437,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1080,0,0,0,0,0,0,0,0,0,16392,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Power to Destroy...','Bring the books Spells of Shadow and Incantations from the Nether to Varimathras in Undercity.','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.','','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?','Return to Varimathras at Lordamere Lake in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14395,14396,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5726,2,12,9,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,250,540,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hidden Enemies','Bring a Lieutenant\'s Insignia to Thrall in Orgrimmar.','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.','','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.','Return to Thrall in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14544,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5727,2,12,9,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5726,0,0,5728,3,0,270,0,0,0,0,0,0,14544,1,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hidden Enemies','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.','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.','Gauge Neeru Fireblade\'s reaction to you being a member of the Burning Blade','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.','Return to Thrall 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,1,0,0,0,0,0,0,0,0,12340), (5728,2,16,9,0,2437,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5727,0,0,5729,7,800,1080,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hidden Enemies','Kill Bazzalan and Jergosh the Invoker before returning to Thrall in Orgrimmar.','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.','','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.','Return to Thrall in Orgrimmar.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (5729,2,15,9,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5728,0,0,5730,1,0,60,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,'Hidden Enemies','Speak to Neeru Fireblade in Orgrimmar.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5730,2,16,9,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5729,0,0,0,6,0,900,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hidden Enemies','Speak to Thrall in Orgrimmar and tell him what you\'ve learned.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (5741,2,33,30,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6027,5,3500,1740,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,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sceptre of Light','Get the Sceptre of Light and then return it to Azore Aldamort at the tower in Ethel Rethor.$B','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.$B','','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','Return to Azore Aldamort at Ethel Rethor in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15750,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5742,2,56,52,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5542,0,0,5781,1,0,510,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Redemption','Listen to what Tirion Fordring has to say.','You have worked hard, friend. Rest your weary bones and allow me to properly introduce myself.$B','Tirion\'s Tale','The Fordring redemption will be a difficult task. Are you prepared?','Please, friend; sit and hear my tale.','Return to Tirion Fordring at Throndroril 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,'','','','',4,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,12340), (5761,2,16,9,0,2437,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,800,1080,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,'Slaying the Beast','Enter Ragefire Chasm and slay Taragaman the Hungerer, then bring his heart back to Neeru Fireblade in Orgrimmar.','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.','','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.','Return to Neeru Fireblade in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14540,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5762,2,31,28,0,400,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,3000,780,0,0,0,0,0,0,14542,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hemet Nesingwary Jr.','Take Kravel\'s Crate to Hemet Nesingwary Jr. in Stranglethorn Vale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14542,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5763,2,31,28,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,780,0,0,0,0,0,0,14546,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunting in Stranglethorn','Bring Roon\'s Kodo Horn to Hemet Nesingwary Jr. in Stranglethorn Vale.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14546,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5781,2,57,52,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5742,0,0,5845,5,0,5250,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,'Of Forgotten Memories','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.','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.','','$B$BIt was destiny that we meet, $N. You have blessed me with your kindness.\n','He must be redeemed.','Return to Tirion Fordring at Throndroril River in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14613,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,12340), (5801,2,57,55,0,440,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5538,0,0,5803,4,0,3900,0,0,0,0,0,0,14644,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Plume Forged','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.','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.','','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.','Return to Alchemist Arbington at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14645,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5802,2,57,55,0,440,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5514,0,0,5804,4,0,3900,0,0,0,0,0,0,14644,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Plume Forged','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.','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.','','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.','Return to Apothecary Dithers at The Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14645,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5803,2,60,55,0,28,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5801,0,0,0,4,0,4350,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,'Araj\'s Scarab','Destroy Araj the Summoner and bring Araj\'s Scarab to Alchemist Arbington at Chillwind Point, Western Plaguelands.','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!','','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.','Return to Alchemist Arbington at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14610,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5804,2,60,55,0,28,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5802,0,0,0,4,0,4350,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,'Araj\'s Scarab','Destroy Araj the Summoner and bring Araj\'s Scarab to Apothecary Dithers at the Bulwark, Western Plaguelands.','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!','','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.','Return to Apothecary Dithers at The Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14610,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5805,2,1,1,0,24,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14646,1,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,'Welcome!','Bring the Goldshire Gift Voucher to Merissa Stilwell in Goldshire.','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!$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14646,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5821,2,35,30,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1980,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,15689,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bodyguard for Hire','Escort the Gizelton Caravan past the Kolkar Centaur village. Talk with Smeed at Scrabblescrew\'s Camp for your reward.','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 Gizelton Caravan past Kolkar Centaur Village','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?','Return to Smeed Scrabblescrew at Scrabblescrew\'s Camp 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,1,0,0,0,0,0,0,0,0,12340), (5841,2,1,1,0,132,0,0,0,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,14647,1,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,'Welcome!','Bring the Kharanos Gift Voucher to Yori Crackhelm in Kharanos.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14647,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5842,2,1,1,0,188,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,14648,1,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,'Welcome!','Bring the Dolanaar Gift Voucher to Orenthil Whisperwind in Dolanaar.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14648,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5843,2,1,1,0,363,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,14649,1,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,'Welcome!','Bring the Razor Hill Gift Voucher to Magga in Razor Hill.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14649,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5844,2,1,1,0,221,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14650,1,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,'Welcome!','Bring the Bloodhoof Village Gift Voucher to Vorn Skyseer in Bloodhoof Village.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14650,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5845,2,58,52,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5781,0,0,5846,5,0,5400,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,'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.','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.','','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.','Return to Tirion Fordring at Throndroril River in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14625,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (5846,2,58,52,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5845,0,0,5848,5,0,5400,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,'Of Love and Family','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.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,1,0,0,0,0,12340), (5847,2,1,1,0,154,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,14651,1,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,'Welcome!','Bring the Brill Gift Voucher to Claire Willower in Brill.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14651,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5848,2,60,52,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5846,0,0,5861,7,0,8700,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,'Of Love and Family','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.','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.','','$b$b','The painting, $N. Do you have the painting?','Return to Tirion Fordring at Throndroril River in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14679,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (5861,2,60,52,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5848,0,0,5862,4,0,4350,0,0,0,0,0,0,14872,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Myranda','Travel to Uther\'s Tomb, located in the southern Plaguelands. Show Myranda the Hag Tirion\'s Gift.','$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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14872,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5862,2,60,52,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5861,0,0,0,5,0,5700,0,0,0,0,0,0,14872,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Subterfuge','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.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14872,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5863,2,49,44,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,16738,16739,0,0,0,0,1,1,0,0,0,0,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dunemaul Compound','Andi Lynn in Gadgetzan wants you to destroy the Dunemaul Compound by killing 10 Dunemaul Brutes, 10 Dunemaul Enforcers, and Gor\'marok the Ravager.','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.','','I\'m so glad you were able to do this for me, $N! Thanks for your help!','I\'m so worried! Please be careful!','Return to Andi Lynn in Tanaris.',5474,5472,12046,0,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,'','','','',5,1,1,0,0,0,0,0,1,1,1,4,4,0,0,0,0,0,12340), (5881,2,28,23,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1200,720,0,0,0,0,0,0,16189,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Calling in the Reserves','Maggran wishes you to deliver a letter to Grish Longrunner at the Great Lift in the Barrens.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16189,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5882,0,55,48,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4102,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11515,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5883,0,55,48,0,361,0,0,0,0,690,186,1,0,0,0,0,0,0,0,0,4102,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11513,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5884,0,55,48,0,361,0,0,0,0,690,182,1,0,0,0,0,0,0,0,0,4102,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11514,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5885,0,55,48,0,361,0,0,0,0,690,393,1,0,0,0,0,0,0,0,0,4102,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,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,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.','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11512,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5886,0,55,48,0,361,0,0,0,0,690,333,1,0,0,0,0,0,0,0,0,4102,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,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,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! ','Return to Arathandris Silversky in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11174,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5887,0,55,48,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5882,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Hunting','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11515,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5888,0,55,48,0,361,0,0,0,0,690,186,1,0,0,0,0,0,0,0,0,5883,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Mining','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11513,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5889,0,55,48,0,361,0,0,0,0,690,182,1,0,0,0,0,0,0,0,0,5884,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Gathering','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11514,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5890,0,55,48,0,361,0,0,0,0,690,393,1,0,0,0,0,0,0,0,0,5885,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Skinning','','',NULL,'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.','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11512,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5891,0,55,48,0,361,0,0,0,0,690,333,1,0,0,0,0,0,0,0,0,5886,0,0,0,4,0,3600,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Salve via Disenchanting','','',NULL,'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!','Return to Maybess Riverbreeze in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11174,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5892,2,-1,51,0,2597,41,0,0,0,1101,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,72,1,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,'Irondeep Supplies','Bring 10 Irondeep Supplies to the Alliance Quartermaster in Dun Baldar.','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.','','Well done! I\'ll put these supplies to good use! Thanks, $N!','Do you have the supplies, $N? We can never have enough!','Return to Stormpike Quartermaster at Dun Baldar in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17522,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5893,2,-1,51,0,2597,41,0,0,0,690,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,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,'Coldtooth Supplies','Bring 10 Coldtooth Supplies to the Horde Quatermaster in Frostwolf Keep.','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...','','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?','Return to Frostwolf Quartermaster at Frostwolf Keep in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17542,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5901,2,55,48,0,139,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,5902,5,8500,4950,0,0,0,0,0,0,15042,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Plague Upon Thee','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.','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.','','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!','Return to Mickey Levine at the Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15042,15043,0,0,0,0,1,100,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5902,2,55,48,0,85,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5901,0,0,6390,3,0,2460,0,0,0,0,0,0,15044,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Plague Upon Thee','Find someplace suitable in the center of the Northridge Lumber Mill in Western Plaguelands to place the Barrel of Plagueland Termites.','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.','','The termites are obviously getting restless as you place the barrel on top of the crate.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (5903,2,55,48,0,139,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,5904,5,8500,4950,0,0,0,0,0,0,15042,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Plague Upon Thee','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.','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.','','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.','Return to Nathaniel Dumah at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15042,15043,0,0,0,0,1,100,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,6,0,0,0,0,0,0,12340), (5904,2,55,48,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5903,0,0,6389,3,0,2460,0,0,0,0,0,0,15044,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Plague Upon Thee','Find someplace suitable in the center of the Northridge Lumber Mill in Western Plaguelands to place the Barrel of Plagueland Termites.','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.','','The termites are obviously getting restless as you place the barrel on top of the crate.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (5921,2,-1,10,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,0,5929,0,5929,2,0,33000,0,0,0,0,0,0,0,0,19027,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moonglade','Use the spell \"Teleport: Moonglade\" to travel to Moonglade. When you arrive, speak with Dendrite Starblaze in the village of Nighthaven.','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.','','\"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!\"','',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,1,0,0,0,0,0,0,0,0,12340), (5922,2,-1,10,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,5930,0,5930,2,0,33000,0,0,0,0,0,0,0,0,19027,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moonglade','Use the spell \"Teleport: Moonglade\" to travel to Moonglade. When you arrive, speak with Dendrite Starblaze in the village of Nighthaven.','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.','','\"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!\"','',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,1,0,0,0,0,0,0,0,0,12340), (5923,2,-1,10,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,0,0,5923,5921,1,0,13200,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heeding the Call','Speak with Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (5924,2,-1,10,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,0,0,5923,5921,1,0,13200,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heeding the Call','Speak with Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (5925,2,-1,10,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,0,0,5923,5921,1,0,13200,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heeding the Call','Speak with Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (5926,2,-1,10,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,0,5926,5922,1,0,13200,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heeding the Call','Speak with Turak Runetotem on the Elder Rise of Thunder Bluff.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (5927,2,-1,10,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,0,5926,5922,1,0,13200,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heeding the Call','Speak with Turak Runetotem on the Elder Rise of Thunder Bluff.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (5928,2,-1,10,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,0,5926,5922,1,0,510,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heeding the Call','Speak with Turak Runetotem on the Elder Rise of Thunder Bluff.','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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (5929,2,-1,10,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,5921,5931,0,5931,3,0,66300,0,0,0,0,0,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,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Great Bear Spirit','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.','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 and learn what it has to share with you about the nature of the bear.','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.\"','','Return to Dendrite Starblaze 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,1,0,0,0,0,0,0,0,0,12340), (5930,2,-1,10,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,5922,5932,0,5932,3,0,66300,0,0,0,0,0,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,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Great Bear Spirit','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.','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 and learn what it has to share with you about the nature of the bear.','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.\"','','Return to Dendrite Starblaze 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,1,0,0,0,0,0,0,0,0,12340), (5931,2,-1,10,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,5929,6001,0,6001,1,0,13200,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,'Back to Darnassus','Return to Darnassus and speak with Mathrengyl Bearwalker in the Cenarion Enclave.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (5932,2,-1,10,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,5930,6002,0,6002,1,0,13200,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,'Back to Thunder Bluff','Return to Thunder Bluff and speak with Turak Runetotem on the Elder Rise.','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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (5941,2,60,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5206,0,0,5721,3,0,2880,0,0,0,0,0,0,15314,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Chromie','Take the Bundle of Relics to Chromie in Andorhal.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15314,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (5942,2,60,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5721,0,0,0,7,0,8700,0,0,0,0,0,0,15328,1,0,0,0,0,0,0,0,15855,15856,15857,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hidden Treasures','Bring Joseph\'s Key to Joseph\'s Chest.','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;!','','The key fits the lock, and the chest opens...','This chest is old and covered in grime.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15328,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (5943,2,38,32,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2340,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,15691,15692,15695,0,0,0,1,1,1,0,0,0,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gizelton Caravan','Escort the Gizelton Caravan through Mannoroc Coven. Talk with Smeed at Scrabblescrew\'s Camp for your reward.','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 Gizelton Caravan past Mannoroc Coven','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!','Return to Smeed Scrabblescrew at Scrabblescrew\'s Camp 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,1,0,0,0,0,0,0,0,0,12340), (5944,2,60,52,0,28,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5862,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,2,2,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,'In Dreams','Escort Taelan Fordring out of Hearthglen.','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.','Redemption?','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.','','Return to Tirion Fordring at Throndroril 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,1,0,0,0,0,0,0,0,0,12340), (5961,2,56,54,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1260,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,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Champion of the Banshee Queen','Speak with Nathanos Blightcaller in the Eastern Plaguelands. He is said to have taken up residence at the Marris Stead.$B','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (5981,2,60,58,0,618,1,0,0,0,1101,0,0,0,0,0,0,589,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,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,589,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rampaging Giants','Rivern Frostwind wants you to kill 4 Frostmaul Giants and 4 Frostmaul Preservers.','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!','','Excellent, $N. Your determination has been duly noted.','You must continue to prove yourself, $N.','Return to Rivern Frostwind at Frostsaber Rock in Winterspring.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6001,2,-1,10,0,-263,0,0,0,1024,8,0,0,0,0,0,0,0,0,0,0,5931,0,0,0,5,0,132300,0,19179,0,0,112,21600,15208,1,0,0,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Body and Heart','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.','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!','Face Lunaclaw and earn the strength of body and heart it possesses.','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!','','Return to Mathrengyl Bearwalker at Cenarion Enclave 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,1,0,0,0,0,0,0,0,0,12340), (6002,2,-1,10,0,-263,0,0,0,1024,32,0,0,0,0,0,0,0,0,0,0,5932,0,0,0,5,0,132300,0,19179,0,0,116,21600,15710,1,0,0,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Body and Heart','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.','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!','Face Lunaclaw and earn the strength of body and heart it possesses.','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!','','Return to Turak Runetotem 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,1,0,0,0,0,0,0,0,0,12340), (6003,2,39,30,0,1497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,30900,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,' Green With Envy','','','',NULL,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,12340), (6004,2,56,50,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6023,5,6500,5100,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,'Unfinished Business','Kill 2 Scarlet Medics, 2 Scarlet Hunters, 2 Scarlet Magi and 2 Scarlet Knights before returning to Kirsta Deepshadow in Western Plaguelands.','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.','','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.','Return to Kirsta Deepshadow in Western Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,6,1,2,1,0,0,0,0,0,0,12340), (6021,2,55,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,8500,3600,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,529,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zaeldarr the Outcast','Bring Zaeldarr\'s Head to Caretaker Alen at Light\'s Hope Chapel.','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!','','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?','Return to Caretaker Alen at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15785,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,0,12340), (6022,2,58,54,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5400,0,0,0,0,0,0,15454,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Kill With Purpose','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.','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!','','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!','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',0,0,0,0,0,0,0,0,15447,0,0,0,7,0,0,0,0,15448,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6023,2,57,50,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6004,0,0,6025,5,6500,5250,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,'Unfinished Business','Kill Huntsman Radley and Cavalier Durgen before returning to Kirsta Deepshadow in Western Plaguelands.','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.','','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.','Return to Kirsta Deepshadow in Western Plaguelands.',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (6024,2,60,54,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hameya\'s Plea','Kill Infiltrator Hameya. Use his key on the Mound of Dirt behind the Undercroft.','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.','','Hameya\'s chest is opened!!','This chest buried here is securely locked.','Return to Mound of Dirt in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15767,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (6025,2,58,50,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6023,0,0,0,5,17500,5400,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Business','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.','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....','Overlook Hearthglen from a high vantage point','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.','Return to Kirsta Deepshadow 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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (6026,2,58,54,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6041,5,17500,5400,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,'That\'s Asking A Lot','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.','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?','','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.\n','Return to Smokey LaRue at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,11128,10562,10560,0,0,2,1,8,8,0,0,0,'','','','',1,1,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6027,2,38,30,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5741,0,0,0,6,4500,2940,0,0,0,0,0,0,15766,1,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,529,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Book of the Ancients','Get the Book of the Ancients and return it to Azore Aldamort at the tower in Ethel Rethor.$B','$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!','','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','Return to Azore Aldamort at Ethel Rethor in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15803,15766,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6028,2,52,50,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4000,2220,0,0,0,0,0,0,15788,1,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'The Everlook Report','Deliver the Everlook Report to Argent Officer Pureheart at Chillwind Camp, Western Plaguelands.','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!','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15788,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6029,2,52,50,0,618,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4000,2220,0,0,0,0,0,0,15788,1,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'The Everlook Report','Deliver the Everlook Report to Argent Officer Garush at the Bulwark, Western Plaguelands.','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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15788,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6030,2,52,50,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,4000,2220,0,0,0,0,0,0,15790,1,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Duke Nicholas Zverenhoff','Deliver the book, \"Studies in Spirit Speaking\", to Duke Nicholas Zverenhoff at Light\'s Hope Chapel, Eastern Plaguelands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15790,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6031,2,55,50,0,1769,0,0,0,0,0,0,0,0,0,0,0,576,0,3000,0,0,0,0,0,5,0,4950,0,0,0,0,0,0,0,0,0,8,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,576,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runecloth','Bring 30 Runecloth to Meilosh in Timbermaw Hold.','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.','','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!','Return to Meilosh in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (6032,2,55,50,0,1769,0,0,0,0,0,197,290,0,0,0,0,576,0,3000,0,0,0,0,0,5,0,4950,19435,19437,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,576,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sacred Cloth','Bring 2 Mooncloth to Meilosh in Timbermaw Hold.','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. ','','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?','Return to Meilosh in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14342,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6041,2,58,54,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6026,0,0,0,5,26500,5400,0,0,0,0,0,0,15736,1,0,0,0,0,0,0,0,5951,17523,0,0,10,1,0,0,16992,16993,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'When Smokey Sings, I Get Violent','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.','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.','','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.','Return to Smokey LaRue at Light\'s Hope Chapel in Eastern Plaguelands.',12247,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Structures Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6042,2,58,54,0,139,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5400,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Un-Life\'s Little Annoyances','Slay 20 Noxious Plaguebats and 10 Monstrous Plaguebats. Return to Nathanos Blightcaller when you are finished.','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.','','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?','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6061,2,-1,10,0,-261,0,0,0,4,32,0,0,0,0,0,0,0,0,0,0,0,0,0,6087,5,0,132300,0,0,0,0,0,0,15914,1,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,'Taming the Beast','Use the Taming Rod to tame an Adult Plainstrider. Practice your skills, then return the Taming Rod to Yaw Sharpmane in Bloodhoof Village.','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.','Tame an Adult Plainstrider','Signs have appeared to me from the Earthmother; you have done well.','Practice your skills, $N. Tame the adult plainstrider.','Return to Yaw Sharpmane at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15914,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6062,2,-1,10,0,-261,0,0,0,4,130,0,0,0,0,0,0,0,0,0,0,0,0,0,6083,5,0,6900,0,0,0,0,0,0,15917,1,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,'Taming the Beast','Use the Taming Rod to tame a Dire Mottled Boar. Practice your skills, then return the Taming Rod to Thotar in Razor Hill.','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.','Tame a Dire Mottled Boar','You have done well, $N. I believe you are ready for your next task.','Good luck, young $C.','Return to Thotar at Razor Hill in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15917,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6063,2,-1,10,0,-261,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,0,6101,5,0,132300,0,0,0,0,0,0,15921,1,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,'Taming the Beast','Use the Taming Rod to tame a Webwood Lurker. Practice your skills, then return the Taming Rod to Dazalar in Dolanaar.','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.','Tame a Webwood Lurker','Excellent, $N! You are quite a fast learner.','You will learn, $N, and one day you will be a great $C.','Return to Dazalar at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15921,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6064,2,-1,10,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,6084,5,0,132300,0,0,0,0,0,0,15911,1,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,'Taming the Beast','Use the Taming Rod to tame a Large Crag Boar. Practice your skills, then return the Taming Rod to Grif Wildheart in Kharanos.','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.','Tame a Large Crag Boar','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.','Return to Grif Wildheart at Kharanos in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15911,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340); INSERT INTO `quest_template` VALUES (6065,2,-1,10,0,-261,0,0,0,4,32,0,0,0,0,0,0,0,0,0,0,0,0,6065,6061,1,0,13200,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,'The Hunter\'s Path','Speak with Yaw Sharpmane at Bloodhoof Village in Mulgore.','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.','','Yes, I do believe you are ready...','',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,1,0,0,0,0,0,0,0,0,12340), (6066,2,-1,10,0,-261,0,0,0,4,32,0,0,0,0,0,0,0,0,0,0,0,0,6065,6061,1,0,13200,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,'The Hunter\'s Path','Speak with Yaw Sharpmane at Bloodhoof Village in Mulgore.','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.','','Yes, I do believe you are ready...','',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,1,0,0,0,0,0,0,0,0,12340), (6067,2,-1,10,0,-261,0,0,0,4,32,0,0,0,0,0,0,0,0,0,0,0,0,6065,6061,1,0,13200,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,'The Hunter\'s Path','Speak with Yaw Sharpmane at Bloodhoof Village in Mulgore.','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.','','Yes, I do believe you are ready...','',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,1,0,0,0,0,0,0,0,0,12340), (6068,2,-1,10,0,-261,0,0,0,4,130,0,0,0,0,0,0,0,0,0,0,0,0,6068,6062,1,0,13200,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,'The Hunter\'s Path','Speak with Thotar at Razor Hill in Durotar.','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.','','Yes, it is time for you to begin your training.','',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,1,0,0,0,0,0,0,0,0,12340), (6069,2,-1,10,0,-261,0,0,0,4,130,0,0,0,0,0,0,0,0,0,0,0,0,6068,6062,1,0,720,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,'The Hunter\'s Path','Speak with Thotar at Razor Hill in Durotar.','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.','','Yes, it is time for you to begin your training.','',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,1,0,0,0,0,0,0,0,0,12340), (6070,2,-1,10,0,-261,0,0,0,4,130,0,0,0,0,0,0,0,0,0,0,0,0,6068,6062,1,0,13200,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,'The Hunter\'s Path','Speak with Thotar at Razor Hill in Durotar.','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.','','Yes, it is time for you to begin your training.','',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,1,0,0,0,0,0,0,0,0,12340), (6071,2,-1,10,0,-261,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,6071,6063,1,0,13200,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,'The Hunter\'s Path','Speak with Dazalar at Dolanaar in Teldrassil.','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.','','Yes, it is time, $c.','',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,1,0,0,0,0,0,0,0,0,12340), (6072,2,-1,10,0,-261,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,6071,6063,1,0,13200,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,'The Hunter\'s Path','Speak with Dazalar at Dolanaar in Teldrassil.','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.',NULL,'Yes, it is time, $c.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (6073,2,-1,10,0,-261,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,6071,6063,1,0,13200,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,'The Hunter\'s Path','Speak with Dazalar at Dolanaar in Teldrassil.','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.','','Yes, it is time, $c.','',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,1,0,0,0,0,0,0,0,0,12340), (6074,2,-1,10,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,6074,6064,1,0,13200,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,'The Hunter\'s Path','Speak with Grif Wildheart at Kharanos in Dun Morogh.','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.','','Yes, I do believe you are ready, as well....','',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,1,0,0,0,0,0,0,0,0,12340), (6075,2,-1,10,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,6074,6064,1,0,13200,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,'The Hunter\'s Path','Speak with Grif Wildheart at Kharanos in Dun Morogh.','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.','','Yes, I do believe you are ready, as well....','',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,1,0,0,0,0,0,0,0,0,12340), (6076,2,-1,10,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,6074,6064,1,0,13200,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,'The Hunter\'s Path','Speak with Grif Wildheart at Kharanos in Dun Morogh.','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.','','Yes, I do believe you are ready, as well....','',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,1,0,0,0,0,0,0,0,0,12340), (6081,2,-1,10,0,-261,0,0,0,4,130,0,0,0,0,0,0,0,0,0,0,6082,0,0,0,3,0,3450,23357,5300,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,'Training the Beast','Speak with Ormak Grimshot in Orgrimmar.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6082,2,-1,10,0,-261,0,0,0,4,130,0,0,0,0,0,0,0,0,0,0,6083,0,0,6081,5,0,6900,23356,1579,0,0,0,0,15920,1,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,'Taming the Beast','Use the Taming Rod to tame an Armored Scorpid. Practice your skills, then return to Thotar at Razor Hill.','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.$B','Tame an Armored Scorpid','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?','Return to Thotar at Razor Hill in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15920,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6083,2,-1,10,0,-261,0,0,0,4,130,0,0,0,0,0,0,0,0,0,0,6062,0,0,6082,5,0,6900,0,0,0,0,0,0,15919,1,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,'Taming the Beast','Use the Taming Rod to tame a Surf Crawler. Practice your skills, then return the Taming Rod to Thotar at Razor Hill.','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.','Tame a Surf Crawler','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?','Return to Thotar at Razor Hill in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15919,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6084,2,-1,10,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,6064,0,0,6085,5,0,132300,0,0,0,0,0,0,15913,1,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,'Taming the Beast','Use the Taming Rod to tame a Snow Leopard. Practice your skills, then return to Grif Wildheart in Kharanos.','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.','Tame a Snow Leopard','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?','Return to Grif Wildheart at Kharanos in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15913,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6085,2,-1,10,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,6084,0,0,6086,5,0,132300,23356,1579,0,0,0,0,15908,1,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,'Taming the Beast','Use the Taming Rod to tame an Ice Claw Bear. Practice your skills, then return the Taming Rod to Grif Wildheart in Kharanos.','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.$B','Tame an Ice Claw Bear','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?','Return to Grif Wildheart at Kharanos in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15908,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6086,2,-1,10,0,-261,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,6085,0,0,0,3,0,66300,23357,5300,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,'Training the Beast','Speak with Belia Thundergranite in Ironforge.','$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.$B','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6087,2,-1,10,0,-261,0,0,0,4,32,0,0,0,0,0,0,0,0,0,0,6061,0,0,6088,5,0,132300,0,0,0,0,0,0,15915,1,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,'Taming the Beast','Use the Taming Rod to tame a Prairie Stalker. Practice your skills, then return the Taming Rod to Yaw Sharpmane in Bloodhoof Village.','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.','Tame a Prairie Stalker','Yes... The Earthmother believes that you are ready for the next lesson.','Have you found a prairie stalker?','Return to Yaw Sharpmane at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15915,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6088,2,-1,10,0,-261,0,0,0,4,32,0,0,0,0,0,0,0,0,0,0,6087,0,0,6089,5,0,132300,23356,1579,0,0,0,0,15916,1,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,'Taming the Beast','Use the Taming Rod to tame a Swoop. Practice your skills, then return the Taming Rod to Yaw Sharpmane in Bloodhoof Village.','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.$B','Tame a Swoop','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.','Return to Yaw Sharpmane at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15916,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6089,2,-1,10,0,-261,0,0,0,4,32,0,0,0,0,0,0,0,0,0,0,6088,0,0,0,3,0,66300,23357,5300,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,'Training the Beast','Speak with Holt Thunderhorn on Hunter Rise in Thunder Bluff.','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.$B','','','',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,1,0,0,0,0,0,0,0,0,12340), (6101,2,-1,10,0,-261,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,6063,0,0,6102,5,0,132300,0,0,0,0,0,0,15922,1,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,'Taming the Beast','Use the Taming Rod to tame a Nightsaber Stalker. Practice your skills, then return the Taming Rod to Dazalar in Dolanaar.','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.','Tame a Nightsaber Stalker','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.','Return to Dazalar at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15922,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6102,2,-1,10,0,-261,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,6101,0,0,6103,5,0,132300,23356,1579,0,0,0,0,15923,1,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,'Taming the Beast','Use the Taming Rod to tame a Strigid Screecher. Practice your skills, then return the Taming Rod to Dazalar in Dolanaar.','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.','Tame a Strigid Screecher','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?','Return to Dazalar at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15923,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6103,2,-1,10,0,-261,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,6102,0,0,0,3,0,66300,23357,5300,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,'Training the Beast','Speak to Jocaste in the Cenarion Enclave, in Darnassus.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6121,2,-1,14,0,-263,0,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,6122,1,0,13200,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,609,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lessons Anew','Travel to Moonglade and speak with Dendrite Starblaze in the village of Nighthaven.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6122,2,-1,14,0,-263,0,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,6121,0,0,6123,4,0,99300,0,0,0,0,0,0,15844,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Principal Source','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.','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.','','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...','Return to Alanndarian Nightsong at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15845,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6123,2,-1,14,0,-263,0,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,6122,0,0,6124,4,0,99300,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gathering the Cure','Bring 5 Earthroot and 12 Lunar Funguses to Alanndarian Nightsong in Auberdine so she may make a curative salve.','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.','','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!','Return to Alanndarian Nightsong at Auberdine in Darkshore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2449,15851,0,0,0,0,5,12,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6124,2,-1,14,0,-263,0,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,6123,0,0,6125,4,0,99300,0,0,0,0,0,0,15826,1,0,0,32,0,0,0,0,15866,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curing the Sick','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.','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!','','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.','Return to Dendrite Starblaze at Nighthaven in Moonglade.',12299,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sickly Deer cured','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6125,2,-1,14,0,-263,0,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,6124,0,0,0,5,0,132300,0,8947,0,0,115,21600,0,0,0,8,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Power over Poison','Return to Mathrengyl Bearwalker in the Cenarion Enclave, Darnassus.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6126,2,-1,14,0,-263,0,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6127,1,0,13200,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,609,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lessons Anew','Travel to Moonglade and speak with Dendrite Starblaze in the village of Nighthaven.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6127,2,-1,14,0,-263,0,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,6126,0,0,6128,4,0,7500,0,0,0,0,0,0,15842,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Principal Source','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.','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.','','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...','Return to Tonga Runetotem in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6128,2,-1,14,0,-263,0,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,6127,0,0,6129,4,0,8700,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gathering the Cure','Bring 5 Earthroot and 5 Kodo Horns to Tonga Runetotem at the Crossroads so he may make a curative salve.','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.','','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!','Return to Tonga Runetotem in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2449,15852,0,0,0,0,5,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6129,2,-1,14,0,-263,0,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,6128,0,0,6130,4,0,99300,0,0,0,0,0,0,15826,1,0,0,32,0,0,0,0,15866,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curing the Sick','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.','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!','','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.','Return to Dendrite Starblaze at Nighthaven in Moonglade.',12297,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sickly Gazelle cured','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6130,2,-1,14,0,-263,0,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,6129,0,0,0,5,0,132300,0,8947,0,0,114,21600,0,0,0,8,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Power over Poison','Return to Turak Runetotem on the Elder Rise, Thunder Bluff.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6131,2,48,45,0,361,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,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,576,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timbermaw Ally','Grazle wants you to prove yourself by killing 5 Deadwood Warriors, 5 Deadwood Pathfinders, and 5 Deadwood Gardeners.','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.','','We suffer much from the events of the past. Thank you for what you have done to help protect the Timbermaw.','','Return to Grazle at Emerald Sanctuary in Felwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6132,2,39,34,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4500,1860,0,0,0,0,0,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,0,0,0,'Get Me Out of Here!','Escort Melizza Brimbuzzle, then speak with Hornizz Brimbuzzle at the Kodo Graveyard in Desolace.','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... ','Melizza Brimbuzzle escorted to safety','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.','Return to Hornizz Brimbuzzle 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,1,0,0,0,0,0,0,0,0,12340), (6133,2,60,54,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ranger Lord\'s Behest','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.','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...','','I trust you did not read the registry. Not even you would do something that idiotic...','Do not leave me waiting, $C.','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',8565,8564,8563,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,15847,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6134,2,39,34,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,4500,1860,0,0,0,0,0,0,15848,1,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,'Ghost-o-plasm Round Up','Bring 8 Ghost-o-plasms and the Crate of Ghost Magnets to Hornizz Brimbuzzle in Desolace.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15848,15849,0,0,0,0,1,8,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (6135,2,60,56,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6133,0,0,0,5,9000,5700,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Duskwing, Oh How I Hate Thee...','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.','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.$B','','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.','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15850,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6136,2,60,56,0,139,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,17002,17003,17004,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Corpulent One','Find Borelgore in the northern wastes of Eastern Plaguelands and destroy him. Return to Nathanos Blightcaller when the mission is complete.','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.','','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?','Return to Nathanos Blightcaller at Marris Stead in Eastern Plaguelands.',11896,0,0,0,1,0,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,1,1,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (6141,2,39,34,0,405,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,261,1,0,240,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,'Brother Anton','Speak with Brother Anton at Nijel\'s Point in Desolace.','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. ','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (6142,2,35,31,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1980,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clam Bait','Find 10 pieces of Soft-shelled Clam Meat and bring it back to Mai\'Lahii at Shadowprey Village.','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.','','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?','Return to Mai\'Lahii at Shadowprey Village in Desolace.',0,0,0,0,0,0,0,0,15874,0,0,0,10,0,0,0,0,15924,0,0,0,0,0,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6143,2,36,32,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4000,2100,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Other Fish to Fry','Slay 7 Slitherblade Myrmidon, 7 Slitherblade Naga, and 5 Slitherblade Sorceresses, and then talk to Drulzegar at Shadowprey in Desolace.','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?','','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...','Return to Drulzegar Skraghook at Shadowprey Village in Desolace.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6144,2,60,56,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6144,6145,1,0,570,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Call to Command','Travel to the Undercity and speak with Bragor Bloodfist.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6145,2,60,56,0,139,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6144,0,6145,6146,5,0,5700,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crimson Courier','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.','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.','','$B$BExcellent! Finally! An opportunity to destroy the Scarlet Oracle!','Succeed now and you will have almost earned my respect, $C.','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15868,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6146,2,60,56,0,139,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6147,5,0,5700,0,0,0,0,0,0,15876,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nathanos\' Ruse','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.','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.','','Where have you been? We had thought the Scourge had captured you.','This is unacceptable, soldier!','Return to Crusader Lord Valdelmar at Ruins of the Scarlet Enclave in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,15875,0,0,0,1,0,0,13852,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6147,2,60,56,0,139,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6146,0,0,6148,3,0,2880,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Nathanos','Return to Nathanos Blightcaller with the new information.$B','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.','','The fools! My deception went unnoticed! Prepare yourself, $C. We must strike with cold cunning!','',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,1,0,0,0,0,0,0,0,0,12340), (6148,2,60,56,0,139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6147,0,0,0,6,18000,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16996,16997,16998,0,0,0,1,1,1,0,0,0,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scarlet Oracle, Demetria','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.','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.$B','','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?','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',12339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (6161,2,36,30,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,11500,2100,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claim Rackmore\'s Treasure!','Find Rackmore\'s Silver Key. Find Rackmore\'s Golden Key. Find and open Rackmore\'s Chest.','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!','','Chest opens to reveal Rackmore\'s treasure!','This chest is securely locked.','Return to Rackmore\'s Chest at Sar\'theris Strand in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15878,15881,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6162,2,51,46,0,361,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,4200,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Husband\'s Last Battle','Kill Overlord Ror and return his claw to Dreka\'Sur at Bloodvenom Post in Felwood.','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.','','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!','Return to Dreka\'Sur at Bloodvenom Post in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15879,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6163,2,60,56,0,2017,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6135,0,0,0,7,18000,8700,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ramstein','Travel to Stratholme and slay Ramstein the Gorger. Take his head as a souvenir for Nathanos.','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.','','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...','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15880,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6164,2,55,50,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1200,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,'Augustus\' Receipt Book','Get Augustus\' Receipt Book from the inn in Terrordale.','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!','','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!','Return to Augustus the Touched in Terrordale in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15884,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,4,2,0,0,0,0,0,0,12340), (6165,2,58,50,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Archmage Timolain\'s Remains','','','',NULL,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,12340), (6181,2,10,10,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,6281,2,0,120,0,0,0,0,0,0,15998,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Swift Message','Bring Lewis\' Note to Thor the gryphon master.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15998,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6182,2,60,56,0,1519,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,6183,1,0,570,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,'The First and the Last','Speak with Mathias Shaw in Old Town Stormwind. He resides in the Barracks.','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.','','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.','',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,'','','','',4,1000,2000,3000,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (6183,2,60,56,0,1519,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6182,0,0,6184,1,0,570,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,'Honor the Dead','Speak with Mathias Shaw again if you wish to accept his task.','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?','','$B$BI had faith that Wrynn would send me men and women of honor - the most dedicated soldiers of the Alliance.','',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,'','','','',4,1000,2000,3000,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (6184,2,60,56,0,28,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6183,0,0,6185,4,0,4350,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,'Flint Shadowmore','Travel to Chillwind Camp in the Western Plaguelands and meet up with your contact, Flint Shadowmore.$B','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.','','The first mission will be straight up, $N. You go in, you come out. Recon...','',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,'','','','',4,1000,2000,3000,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (6185,2,60,56,0,139,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6184,0,0,6186,6,0,7200,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eastern Plagues','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.','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.','The Blightcaller Uncovered','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??','Return to Flint Shadowmore at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16003,16001,16002,0,0,0,1,1,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,1,6,0,0,0,0,12340), (6186,2,60,56,0,1519,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6185,0,0,6187,5,0,5700,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,'The Blightcaller Cometh','Return to Stormwind and inform King Varian Wrynn of the fate of Nathanos Marris.','$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.','','No. It... NO! How? An agent of the Forsaken? The CHAMPION of the Banshee Queen???$B$B','',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,'','','','',4,1000,2000,3000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6187,2,60,56,0,139,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6186,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,16996,16997,16998,0,0,0,1,1,1,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Order Must Be Restored','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.','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.','','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.','','Return to King Varian Wrynn in Elwynn Forest.',11878,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (6201,0,1,1,0,2017,21,0,0,0,0,0,0,0,0,0,0,0,0,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,' The Legacy of the Ashbringer','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (6202,0,1,1,0,2017,21,0,0,0,0,0,0,0,0,0,0,0,0,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,' Good and Evil','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (6221,2,55,45,0,1769,0,0,0,0,0,0,0,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,576,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadwood of the North','Nafien would like you to kill 5 Deadwood Den Watchers, 5 Deadwood Avengers, and 5 Deadwood Shamans.','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.','','','','Return to Grazle at Emerald Sanctuary in Felwood.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6241,2,56,52,0,1769,0,0,0,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,8,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Activity','Salfa wants you to kill 6 Winterfall Totemics, 6 Winterfall Den Watchers, and 6 Winterfall Pathfinders.','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.','','Thank you for what you have done. Please continue to help us, $N. We have very few allies on which to call upon.','','Return to Salfa in Winterspring.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6261,2,10,10,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6281,0,0,6285,2,0,120,0,0,0,0,0,0,16115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dungar Longdrink','Bring Osric\'s Crate to Dungar Longdrink the gryphon master.','$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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16115,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6281,2,10,10,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6181,0,0,6261,3,175,240,0,0,0,0,0,0,15998,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Continue to Stormwind','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.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15998,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6282,2,26,18,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6283,5,2000,1260,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harpies Threaten','Maggran Earthbinder in Sun Rock Retreat wants you to slay 7 Bloodfury Harpies, 7 Bloodfury Ambushers, 7 Bloodfury Slayers and 7 Bloodfury Roguefeathers.','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!','','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.','Return to Maggran Earthbinder at Sunrock Retreat in Stonetalon Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6283,2,26,18,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6282,0,0,0,5,0,1260,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodfury Bloodline','Maggran at Sun Rock Retreat wishes you to slay Bloodfury Ripper and bring her remains as proof of your deed.','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.','','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!','Return to Maggran Earthbinder at Sunrock Retreat in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16190,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6284,2,21,12,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1020,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arachnophobia','Kill Besseleth and bring Besseleth\'s Fang to Maggran at Sun Rock Retreat.','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.','','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.','Return to Maggran Earthbinder at Sunrock Retreat in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16192,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6285,2,10,10,0,40,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6261,0,0,0,6,350,660,0,0,0,0,0,0,16115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Lewis','Buy a gryphon ride to Sentinel Hill from the gryphon master Dungar Longdrink, then take Osric\'s Crate to Lewis at Sentinel Hill.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16115,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6301,2,23,17,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,1200,840,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cycle of Rebirth','Tammra Windfield at Sun Rock Retreat wants you to gather 10 Gaea Seeds.','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.','','Ah, $N, you have the Gaea seeds. Watch and see how the blessing of the Earthmother can cause even these small kernels of life to bloom and flourish.$b$b','The continuous destruction caused by war and those that seek a profit from lumber pains me deeply. To aid the cycle of rebirth and replenish the lands, I need Gaea seeds. Do you have them, $C?','Return to Tammra Windfield at Sunrock Retreat in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16205,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6321,2,10,10,0,130,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,6323,2,0,120,0,0,0,0,0,0,16209,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplying the Sepulcher','Bring Podrig\'s Order to Karos Razok.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16209,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6322,2,10,10,0,130,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,6323,0,0,6324,2,0,120,0,0,0,0,0,0,16210,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Michael Garrett','Bring Gordon\'s Crate to 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16210,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6323,2,10,10,0,130,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,6321,0,0,6322,3,175,240,0,0,0,0,0,0,16209,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ride to the Undercity','Buy a bat ride to the Undercity from the bat master Karos Razok, then take Podrig\'s Order to Gordon Wendham in 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16209,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6324,2,10,10,0,130,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,6322,0,0,0,6,350,660,0,0,0,0,0,0,16210,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Podrig','Buy a bat ride to the Sepulcher from the bat master Michael Garrett, then bring Gordon\'s Crate to Deathguard Podrig in the Sepulcher.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16210,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6341,2,10,10,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6344,0,0,6342,2,0,120,0,0,0,0,0,0,16262,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bounty of Teldrassil','Bring Nessa\'s Collection to Vesprystus.','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.','','Ah, you wish to get this to Auberdine? Very well...','How may I help you? Are you in need of transport?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16262,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6342,2,10,10,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6341,0,0,6343,3,0,240,0,0,0,0,0,0,16262,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flight to Auberdine','Ride a hippogryph to Auberdine from the hippogryph master Vesprystus, then bring Nessa\'s Collection to Laird.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16262,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6343,2,10,10,0,148,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6342,0,0,0,6,250,660,0,0,0,0,0,0,16263,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Nessa','Bring Laird\'s Response to Nessa Shadowsong.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16263,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6344,2,10,10,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,6341,2,0,120,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,69,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nessa Shadowsong','Speak with 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.','','Yes, I have need of a courier who will take a package to Darkshore. Will you help me?','How can I help you?',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6361,2,10,10,0,17,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,6362,2,0,120,0,0,0,0,0,0,16282,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bundle of Hides','Bring the Bundle of Hides to the wind rider master Devrak in the Crossroads.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16282,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6362,2,10,10,0,17,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,6361,0,0,6363,3,175,240,0,0,0,0,0,0,16282,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ride to Thunder Bluff','Buy a wind rider to Thunder Bluff from the wind rider master Devrak, then bring the Bundle of Hides to Ahanu in 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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16282,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6363,2,10,10,0,17,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,6362,0,0,6364,2,0,120,0,0,0,0,0,0,16283,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tal the Wind Rider Master','Bring Ahanu\'s Leather Goods to Tal in Thunder Bluff.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16283,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6364,2,10,10,0,17,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,6363,0,0,0,6,350,660,0,0,0,0,0,0,16283,1,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Jahan','Buy a wind rider to the Crossroads from the wind rider master Tal, then bring Ahanu\'s Leather Goods to Jahan Hawkwing.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16283,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6365,2,10,10,0,17,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,6384,2,0,120,0,0,0,0,0,0,16306,1,0,0,0,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Meats to Orgrimmar','Bring Zargh\'s Meats to Devrak in the Crossroads.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16306,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6381,2,25,17,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6301,0,0,0,5,0,1200,0,0,0,0,0,0,16208,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,16985,16986,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Life','Plant 10 Gaea Seeds in Gaea Dirt Mounds, and then return the remaining Enchanted Gaea Seeds to Tammra at Sun Rock Retreat.','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!','','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?','Return to Tammra Windfield at Sunrock Retreat in Stonetalon Mountains.',-177929,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,16208,0,0,0,0,0,1,0,0,0,0,0,'Gaea seed planted','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6382,2,20,20,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,235,0,2,0,240,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,81,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ashenvale Hunt','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6383,0,20,20,0,331,0,0,0,0,690,0,0,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (6384,2,10,10,0,17,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,6365,0,0,6385,3,175,240,0,0,0,0,0,0,16306,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Ride to Orgrimmar','Buy a wind rider to Orgrimmar from the wind rider master Devrak, then bring Zargh\'s Meats to Gryshka in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16306,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6385,2,10,10,0,17,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,6384,0,0,6386,2,0,120,0,0,0,0,0,0,16307,1,0,0,0,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Doras the Wind Rider Master','Bring Gryshka\'s Letter to Doras in Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16307,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6386,2,10,10,0,17,0,0,0,0,130,0,0,0,0,0,0,0,0,0,0,6385,0,0,0,6,350,660,0,0,0,0,0,0,16307,1,0,0,0,0,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,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Crossroads.','Buy a wind rider to the Crossroads from the wind rider master Doras, then bring Gryshka\'s Letter to Zargh at 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16307,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6387,2,10,10,0,38,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,0,0,0,6391,2,0,120,0,0,0,0,0,0,16310,1,0,0,0,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Honor Students','Bring Brock\'s List to Thorgrum Borrelson in Thelsamar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16310,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6388,2,10,10,0,38,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,6391,0,0,6392,2,0,120,0,0,0,0,0,0,16311,1,0,0,0,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Gryth Thurden','Bring the Honorary Picks to Gryth Thurden in Ironforge.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16311,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6389,2,55,48,0,28,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,5904,0,0,0,5,8500,4950,0,0,0,0,0,0,15044,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Plague Upon Thee','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.','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.','','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!','Return to to Nathaniel Dumah at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15044,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,11,4,0,0,0,0,0,0,12340), (6390,2,55,48,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,5902,0,0,0,5,8500,4950,0,0,0,0,0,0,15044,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Plague Upon Thee','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.','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.','','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!!','Return to Mickey Levine at the Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15044,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6391,2,10,10,0,38,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,6387,0,0,6388,3,175,240,0,0,0,0,0,0,16310,1,0,0,0,0,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Ride to Ironforge','Buy a gryphon to Ironforge from the gryphon master Thorgrum Borrelson, then bring Brock\'s List to Golnir Bouldertoe in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16310,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6392,2,10,10,0,38,0,0,0,0,68,0,0,0,0,0,0,0,0,0,0,6388,0,0,0,6,350,660,0,0,0,0,0,0,16311,1,0,0,0,0,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,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Brock','Buy a gryphon to Thelsamar from the gryphon master Gryth Thurden, then bring the Honorary Picks to Brock Stoneseeker in Thelsamar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16311,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6393,2,25,19,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,1200,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,'Elemental War','Bring 10 Incendrites to Tsunaman at Sun Rock Retreat.','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.','','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$b','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?','Return to Tsunaman at Sunrock Retreat in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16312,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6394,2,4,3,0,363,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5441,0,0,0,6,150,270,0,0,0,0,0,0,0,0,0,524296,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,76,530,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Thazz\'ril\'s Pick','Bring Thazz\'ril\'s Pick to Foreman Thazz\'ril.','$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!','','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?','Return to Foreman Thazz\'ril in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16332,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6395,2,5,3,0,154,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,376,0,0,0,5,0,270,0,0,0,0,0,0,0,0,0,524296,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marla\'s Last Wish','Bring Samuel Fipps\' Remains to Marla\'s Grave, then return to Novice Elreth.','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.','','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...','Return to Novice Elreth at Deathknell in Tirisfal Glades.',-178090,0,0,0,1,0,0,0,0,16333,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'Samuel\'s Remains Buried','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6401,2,18,12,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6523,0,0,0,4,700,600,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kaya\'s Alive','Tell Tammra Windfield in Sun Rock Retreat the good news.$B','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.$B$B','','My goodness, my niece Kaya is alive! That is good news indeed. Thank you, $N.','',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,1,0,0,0,0,0,0,0,0,12340), (6402,2,60,50,0,1519,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,4322,0,0,0,1,0,570,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormwind Rendezvous','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.','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! $B$B','','Before we begin, I ask that you first gather an army. We face a dragon, after all!','',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,1,0,0,0,0,0,0,0,0,12340), (6403,2,60,50,0,1519,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6402,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Masquerade','Follow Reginald Windsor through Stormwind. Protect him from harm!','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?','Reginald\'s March','$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.',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,1,0,0,0,0,0,0,0,0,12340), (6421,2,18,14,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1000,840,0,0,0,0,0,0,0,0,0,12,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Boulderslide Ravine','Explore deep into the cave at Boulderslide Ravine and bring back 10 Resonite Crystals for Mor\'rogal at Sun Rock Retreat to investigate.','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.','Investigate Cave in Boulderslide Ravine','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.','Return to Mor\'rogal at Sunrock Retreat in Stonetalon Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16581,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6441,2,26,21,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2000,1260,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,470,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Satyr Horns','Collect 16 Satyr Horns for Pixel in Splintertree Post.','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.','','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!','Return to Pixel at Splintertree Post in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5481,0,0,0,0,0,16,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6442,2,19,14,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,900,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Naga at the Zoram Strand','Bring 20 Wrathtail Heads to Marukai along 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!','','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.','Return to Marukai at Zoram\'gar Outpost in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5490,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (6461,2,19,13,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1100,900,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Feeders','Xen\'zilla at Malaka\'Jin needs you to kill 10 Deepmoss Creepers and 7 Deepmoss Venomspitters.','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.','','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!','Return to Xen\'Zilla at Malaka\'jin in Stonetalon Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6462,2,24,19,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1700,1200,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Charm','Bring 8 Troll Charms to Mitsuwa at the Zoram\'gar Outpost.','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.','','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!','Return to Mitsuwa at Zoram\'gar Outpost in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16602,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,0,0,12340), (6481,2,20,14,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6421,0,0,0,5,0,960,0,0,0,0,0,0,16603,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16981,1306,0,0,0,0,1,1,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthen Arise','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 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!','','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!','Return to Mor\'rogal at Sunrock Retreat in Stonetalon Mountains.',11920,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,16603,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6482,2,24,19,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1700,1440,0,0,0,0,0,0,0,0,0,262146,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Freedom to Ruul','Escort Ruul, then speak with Yama Snowhoof in Splintertree Post.','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 from the Thistlefurs.','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...','Return to Yama Snowhoof at Falfarren River 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6501,2,60,50,0,1519,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6403,0,0,0,5,0,5700,0,0,0,0,0,0,16662,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dragon\'s Eye','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.','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.$B','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16662,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6502,2,60,50,0,1583,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6501,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,72,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,0,0,0,0,0,0,0,'Drakefire Amulet','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.','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.','','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...','Return to Haleh at The Ruins of Kel\'Theril in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16663,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6503,2,24,19,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1200,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ashenvale Outrunners','Kill 9 Ashenvale Outrunners, then return to Kuray\'bin at Splintertree Outpost.','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.','','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.','Return to Kuray\'bin at Splintertree Outpost in Ashenvale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6504,2,30,23,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2220,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Pages','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.$B','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?','','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!','Return to Gurda Ragescar at Splintertree Post in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16642,16643,16644,0,0,0,1,1,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (6521,2,36,28,0,722,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6522,0,0,0,7,2000,3150,0,0,0,0,0,0,0,0,0,8,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,'An Unholy Alliance','Bring Ambassador Malcin\'s Head to Bragor Bloodfist in the Undercity.','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.','','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.','Return to Bragor Bloodfist at the Royal Quarter in the Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17009,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6522,2,36,28,0,722,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6521,7,4000,3150,0,0,0,0,0,0,17008,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unholy Alliance','Take the Small Scroll to Bragor Bloodfist at the Royal Quarter in the Undercity.','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','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17008,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6523,2,18,12,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6401,5,1000,840,0,0,0,0,0,0,0,0,0,262146,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Protect Kaya','Escort Kaya Flathoof to Camp Aparaje, and then return to Makaba Flathoof near the southeastern edge of Stonetalon.$B','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.','Kaya Escorted to Camp Aparaje','Kaya is alive! $N, I have you to thank for rescuing her.',NULL,'Return to Makaba Flathoof at Greatwood Vale 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,1,0,0,0,0,0,0,0,0,12340), (6541,2,19,17,0,17,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,6541,6543,1,0,90,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,'Report to Kadrak','Report to Kadrak at the watch tower in northern Barrens.','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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6542,2,19,17,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,6541,6543,1,0,90,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,'Report to Kadrak','Report to Kadrak at the watch tower in northern Barrens.','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.$B','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6543,2,19,17,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2000,1080,0,0,0,0,0,0,16783,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warsong Reports','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 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.','','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.','Return to Kadrak at The Mor\'shan Rampart in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16764,16763,16765,0,0,0,1,1,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (6544,2,24,20,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1700,1440,0,0,0,0,0,0,0,0,0,262146,2,0,0,0,0,0,0,0,0,0,0,0,0,16889,16890,0,0,0,0,1,1,0,0,0,0,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torek\'s Assault','Escort Torek on his attack against Silverwing Outpost and Duriel Moonfire, then report to Ertog Ragetusk at Splintertree Post.','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?','Take Silverwing Outpost.','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?','Return to Ertog Ragetusk at Falfarren River 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,1,0,0,0,0,0,0,0,0,12340), (6545,0,19,17,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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.','Return to Warsong Runner in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16746,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6546,0,25,17,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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.','Return to Warsong Outrider in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16746,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6547,0,21,17,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-6543,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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?','Return to Warsong Scout in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16746,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6548,2,18,12,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6629,5,1000,840,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Avenge My Village','Kill 8 Grimtotem Ruffians and 6 Grimtotem Mercenaries, and then return to Makaba Flathoof near the southeastern edge of Stonetalon.$B','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.$B$B','','$N, I thank you... but I will never forget what the Grimtotem have done to my village.','Have you killed them yet?','Return to Makaba Flathoof at the border of the Barrens and Stonetalon Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (6561,2,27,18,0,719,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,6500,1980,0,0,0,0,0,0,0,0,0,8,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,529,81,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Blackfathom Villainy','Bring the head of Twilight Lord Kelris to Bashana Runetotem in Thunder Bluff.','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.','','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.','Return to Bashana Runetotem at The Golden Plains in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5881,0,0,0,0,0,1,0,0,0,0,0,2,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6562,2,22,17,0,719,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6563,2,0,270,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,530,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble in the Deeps','Speak to Je\'neu Sancrea in Ashenvale.','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.','','Tsunaman sent you? Excellent. Then we have matters to discuss.','',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,1,0,0,0,0,0,0,0,0,12340), (6563,2,22,17,0,719,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6562,0,0,0,5,1400,1080,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Essence of Aku\'Mai','Bring 20 Sapphires of Aku\'Mai to Je\'neu Sancrea in Ashenvale.','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.','','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.','Return to Je\'neu Sancrea at Zoram\'gar Outpost in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16784,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (6564,2,22,17,0,719,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6565,4,1100,780,0,0,0,0,0,0,16790,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to the Old Gods','Bring the Damp Note to Je\'neu Sancrea at Zoram\'gar Outpost in Ashenvale.','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!\"','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16790,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6565,2,26,17,0,719,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6564,0,0,0,7,4000,1920,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,17694,17695,0,0,0,0,1,1,0,0,0,0,530,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to the Old Gods','Kill Lorgus Jett in Blackfathom Deeps and then return to Je\'neu Sancrea in Ashenvale.','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.','','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!','Return to Je\'neu Sancrea at Zoram\'gar Outpost in Ashenvale.',12902,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (6566,2,60,55,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,4974,0,0,6567,1,0,570,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'What the Wind Carries','Listen to Thrall.','It is good to see you again, $N. The wind carries with it news from the Eastern Kingdom.$B$BSit, listen. $B','Thrall\'s Tale','Are you prepared to take on this task?','Patience, $N. Pay attention!','Return to Thrall 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,1,0,0,0,0,0,0,0,0,12340), (6567,2,60,55,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6566,0,0,6568,3,0,2880,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,'The Champion of the Horde','Seek out Rokaro at Shadowprey Village in Desolace.','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.','','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','',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,1,0,0,0,0,0,0,0,0,12340), (6568,2,60,55,0,405,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6567,0,0,6569,4,0,4350,0,0,0,0,0,0,16785,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mistress of Deception','Deliver Rokaro\'s Letter to Myranda the Hag in the Western Plaguelands.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16785,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6569,2,60,55,0,1583,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6568,0,0,6570,7,0,8700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oculus Illusions','Travel to Blackrock Spire and collect 20 Black Dragonspawn Eyes. Return to Myranda the Hag when the task is complete.','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.','','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','Return to Myranda the Hag at Sorrow Hill in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16786,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',6,1,1,1,0,0,0,0,0,11,0,0,0,0,0,0,0,0,12340), (6570,2,60,55,0,15,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6569,0,0,0,4,0,4350,0,0,0,0,0,0,16787,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emberstrife','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.$B','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!$B','','Have we run so low on able soldiers that Nefarian is sending me whelps? You will never pass my tests, broodling.','',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,1,0,0,0,0,0,0,0,0,12340), (6571,2,27,22,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1680,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warsong Supplies','Collect the Warsong Supplies: Warsong Saw Blades, Logging Rope, Warsong Oil, and the Warsong Axe Shipment for Locke Okarr in Splintertree Post.','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?','','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!','Return to Locke Okarr at Splintertree Outpost in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16742,16745,16744,16743,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6581,0,27,22,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-6571,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'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?','Return to Pixel in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4369,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6582,2,60,55,0,15,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6570,6585,-6582,0,5,0,5700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Test of Skulls, Scryer','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.','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.','','One of ssseveral complete...','','Return to Emberstrife in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16869,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6583,2,60,55,0,15,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6570,6585,-6582,0,5,0,5700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Test of Skulls, Somnus','Destroy the drake champion of the Green Flight, Somnus. Take his skull and return it to Emberstrife.','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...','','Another complete...','Do not return here until you have bathed in the blood of our enemies and drank in their suffering.','Return to Emberstrife at Emberstrife\'s Den in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16870,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6584,2,60,55,0,15,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6570,6585,-6582,0,5,0,5700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Test of Skulls, Chronalis','Guarding the Caverns of Time in the Tanaris Desert is Chronalis, child of Nozdormu. Destroy him and return his skull to Emberstrife.','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.','','The most hated remainsss...','Ironically, whelp, time is of the essencccce.','Return to Emberstrife at Emberstrife\'s Den in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16871,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6585,2,60,55,0,15,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,6601,5,0,5700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Test of Skulls, Axtroz','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.','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!','','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.','Return to Emberstrife at Emberstrife\'s Den in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16872,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6601,2,60,55,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6585,0,0,6602,4,0,4350,0,0,0,0,0,0,16888,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ascension...','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.','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 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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16888,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6602,2,60,55,0,1583,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6601,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,72,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,0,0,0,0,0,0,0,'Blood of the Black Dragon Champion','Travel to Blackrock Spire and slay General Drakkisath. Gather his blood and return it to Rokaro.','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.','','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.','Return to Rokaro at Shadowprey Village in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16663,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6603,2,56,52,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5082,1,0,510,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,'Trouble in Winterspring!','Find Donova Snowden near the hot springs 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.$B$B','','Well, hi there! So Meggi told you of the trouble I have found here?','',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,1,0,0,0,0,0,0,0,0,12340), (6604,2,59,53,0,618,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,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,'Enraged Wildkin','Speak with Jaron Stoneshaper at Starfall Village.','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?','','Aye, what can I do for you?','',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,1,0,0,0,0,0,0,0,0,12340), (6605,2,54,49,0,618,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,4505,1,0,480,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Strange One','Speak with Winna Hazzard in Felwood.','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...','','Ah, $C. I see that there is hope yet. Are you here to assist 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,1,0,0,0,0,0,0,0,0,12340), (6606,2,60,55,0,618,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,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,'A Little Luck','Speak with Witch Doctor Mau\'ari in Everlook.','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!','','Ah, so Harlo be sendin\' you? Well, den, who might you be? I s\'pose you be wantin\' my 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,1,0,0,0,0,0,0,0,0,12340), (6607,2,45,35,0,-101,0,0,0,0,0,356,225,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3300,0,0,0,0,0,0,0,0,0,8,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,'Nat Pagle, Angler Extreme','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!','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:','','Now that\'s a fine catch!$B$BCome over here, lemme show you how to set a few lines.','Anything bitin\' today?','Return 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,16967,16970,16968,16969,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6608,2,45,35,0,-101,0,0,0,0,690,356,225,0,0,0,0,0,0,0,0,0,0,0,0,2,0,840,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,'You Too Good.','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).','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!','','\'Course, you must be a friend of Lumak\'s.$B$BFishin\'? I can tell you all \'bout fishin\'.','',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,1,0,0,0,0,0,0,0,0,12340), (6609,2,45,35,0,-101,0,0,0,0,1101,356,225,0,0,0,0,0,0,0,0,0,0,0,0,2,0,840,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,'I Got Nothin\' Left!','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\'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\'!','','I\'ve always got room on my island for visitors... I reckon...','',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,1,0,0,0,0,0,0,0,0,12340), (6610,2,45,35,0,-304,0,0,0,0,0,185,225,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3300,64054,64081,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,'Clamlette Surprise','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.','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:','','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.','Return to Dirge Quikcleave in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12207,7974,8932,0,0,0,10,10,20,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6611,2,45,35,0,-304,0,0,0,0,690,185,225,0,0,0,0,0,0,0,0,0,0,0,13825,2,0,840,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,'To Gadgetzan You Go!','Travel to Gadgetzan in the Tanaris desert and speak with Dirge Quikcleave about advancing your cooking career.','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!','','$b$bPfftooey...$b$b$b$bWhat? I\'ll have you know that leather is surprisingly high in protein and low in carbohydrates.','',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,1,0,0,0,0,0,0,0,0,12340), (6612,2,45,35,0,-304,0,0,0,0,1101,185,225,0,0,0,0,0,0,0,0,0,0,0,13825,2,0,840,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,'I Know A Guy...','Travel to Gadgetzan in the Tanaris desert and speak with Dirge Quikcleave about advancing your cooking career.$B','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.$B','','$B$BPfftey...$B$B$B$BWhat? I\'ll have you know that leather is surprisingly high in protein and low in carbohydrates, $R. ','',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,1,0,0,0,0,0,0,0,0,12340), (6621,2,26,21,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,216,0,0,0,6,2000,1620,0,0,0,0,0,0,16972,1,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,'King of the Foulweald','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.','$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.','','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?','Return to Karang Amakkar at Zoram\'gar Outpost in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16976,16972,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6622,2,-1,35,0,-324,0,0,0,0,690,129,225,0,0,0,0,0,0,0,0,0,0,0,0,6,0,165300,0,0,0,0,0,0,16991,1,0,2,2,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,0,0,0,0,0,0,0,'Triage','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.','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.$B','15 Patients Saved!','Doctor $N, welcome to Horde Trauma.','Miraculous work, doctor. Simply miraculous.','Return to Doctor Gregory Victor at Hammerfall in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,16991,0,0,0,1,0,0,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,12340), (6623,2,45,35,0,-324,0,0,0,0,690,129,225,0,0,0,0,0,0,0,0,0,0,0,0,2,0,840,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,'Horde Trauma','Travel to Hammerfall in the Arathi Highlands and speak with Doctor Gregory Victor about joining the ranks of Horde Trauma.$B','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!','','Wonderful. Put on your scrubs, we are to start at once!','',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,1,0,0,0,0,0,0,0,0,12340), (6624,2,-1,35,0,-324,0,0,0,0,1101,129,225,0,0,0,0,0,0,0,0,0,0,0,0,6,0,165300,0,0,0,0,0,0,16991,1,0,2,2,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,0,0,0,0,0,0,0,'Triage','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.','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.$B','15 Patients Saved!','Doctor $N, welcome to Alliance Trauma.','Miraculous work, doctor. Simply miraculous.','Return to Doctor Gustaf VanHowzen at Theramore Isle in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,16991,0,0,0,1,0,0,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,12340), (6625,2,45,35,0,-324,0,0,0,0,1101,129,225,0,0,0,0,0,0,0,0,0,0,0,0,2,0,840,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,'Alliance Trauma','Travel to Theramore in the Dustwallow Marsh and speak with Doctor Gustaf VanHowzen about joining the ranks of 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!','','Wonderful. Put on your scrubs, we are to start at once!','',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,1,0,0,0,0,0,0,0,0,12340), (6626,2,35,28,0,722,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,7500,2460,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,'A Host of Evil','Kill 8 Razorfen Battleguard, 8 Razorfen Thornweavers, and 8 Death\'s Head Cultists and return to Myriam Moonsinger near the entrance to Razorfen Downs.','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?','','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.','Return to Myriam Moonsinger near the entrance to Razorfen Downs in the Barrens.',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,1,0,0,0,0,0,0,0,0,12340), (6627,2,30,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1154,0,0,1159,1,0,150,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Test of Lore','Answer Braug Dimspirit\'s question successfully and then speak to him again. He will remain in Stonetalon Mountains when you are ready.','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 correctly','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.','Return to Braug Dimspirit 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,1,0,0,0,0,0,0,0,0,12340), (6628,2,30,25,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1160,0,0,1394,1,0,150,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Test of Lore','Answer Parqual Fintallas\' question successfully and then speak to him again. He will remain in the Undercity until you are ready.','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 correctly','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.','Return to Parqual Fintallas at Lordamere Lake in Alterac 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,1,0,0,0,0,0,0,0,0,12340), (6629,2,18,12,0,406,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6548,0,0,0,5,1000,840,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,'Kill Grundig Darkcloud','Kill Grundig Darkcloud and 6 Grimtotem Brutes, and return to Makaba Flathoof near the southeastern edge of Stonetalon.$B','$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.$B','','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?','Return to Makaba Flathoof at the border of the Barrens and Stonetalon Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (6641,2,23,20,0,331,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,1380,0,0,0,0,0,0,0,0,0,2,2,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,0,0,0,0,0,0,0,'Vorsha the Lasher','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.','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.','Defeat 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.','','Return to the Warsong Runner at Zoram\'gar Outpost 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6642,0,60,60,0,2717,81,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,59,0,0,0,0,3,0,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.','Return to Lokhtos Darkbargainer in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11370,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6643,0,60,60,0,2717,81,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,59,0,0,0,0,7,0,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.','Return to Lokhtos Darkbargainer in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17010,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6644,0,60,60,0,2717,81,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,59,0,0,0,0,7,0,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.','Return to Lokhtos Darkbargainer in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17011,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6645,0,60,60,0,2717,81,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,59,0,0,0,0,6,0,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.','Return to Lokhtos Darkbargainer in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17012,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6646,0,60,60,0,2717,81,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,59,0,0,0,0,7,0,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. \n','Return to Lokhtos Darkbargainer in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11382,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6661,2,12,10,0,2257,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,17117,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deeprun Rat Roundup','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.','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...','','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?','Return to Monty at Lordamere Internment Camp in Alterac Mountains.',12997,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,17117,0,0,0,0,0,1,0,0,0,0,0,'Rats Captured','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6662,2,12,10,0,2257,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6661,0,0,0,1,500,60,0,0,0,0,0,0,17118,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Me Brother, Nipsy','Take the Carton of Mystery Meat to Nipsy at the Stormwind Deeprun Tram Depot.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17118,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6681,2,24,24,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,6701,0,0,5,0,1200,0,0,0,0,0,0,17125,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Manor, Ravenholdt','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.','$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','','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?','Return to Fahrad at Ravenholdt Manor in Hillsbrad Foothills.',0,13936,0,0,0,1,0,0,0,0,0,0,0,0,0,0,17125,0,0,0,0,0,1,0,0,0,0,0,0,'','Rite of Cunning','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6701,0,60,24,0,-162,0,0,0,8,0,0,0,0,0,0,0,349,349,0,3000,6681,0,0,0,0,0,0,0,0,0,0,0,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,349,0,0,0,0,5,0,0,0,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.','Seek out a Ravenholdt Guard at Ravenholdt Manor in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17124,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6702,2,33,100,0,-162,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,17400,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,349,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,' SF,RFK,GNOMER,BF','TXT','TXT','',NULL,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,12340), (6703,0,33,25,0,-162,1,0,0,8,0,0,0,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,349,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' SF,RFK,GNOMER,BF - Repeatable','','','',NULL,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,12340), (6704,2,45,100,0,-162,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,33300,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,349,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,' SM,RFD,ULD','TXT','TXT','',NULL,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,12340), (6705,0,45,35,0,-162,1,0,0,8,0,0,0,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,349,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' SM,RFD,ULD - Repeatable','','','',NULL,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,12340), (6706,2,52,100,0,-162,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,44100,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,349,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,' ZUL,ST,MAR','TXT','TXT','',NULL,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,12340), (6707,0,52,45,0,-162,1,0,0,8,0,0,0,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,349,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' ZUL,ST,MAR - Repeatable','','','',NULL,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,12340), (6708,2,60,100,0,-162,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,57300,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,349,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,' BRD,DM,BRS','TXT','TXT','',NULL,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,12340), (6709,0,60,55,0,-162,1,0,0,8,0,0,0,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,349,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' BRD,DM,BRS - Repeatable','','','',NULL,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,12340), (6710,2,1,1,0,-162,1,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,60,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,349,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,' UBRS,STRATH,SCHOL','TXT','TXT','',NULL,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,12340), (6711,0,1,1,0,-162,1,0,0,8,0,0,0,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,349,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,' UBRS,STRATH,SCHOL - Repeatable','','','',NULL,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,12340), (6721,2,-1,10,0,1537,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,6071,6063,1,0,13200,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,'The Hunter\'s Path','Speak with Dazalar at Dolanaar in Teldrassil.','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.$B','','Yes, it is time, $C.','',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,1,0,0,0,0,0,0,0,0,12340), (6722,2,-1,10,0,131,0,0,0,4,8,0,0,0,0,0,0,0,0,0,0,0,0,6071,6063,1,0,13200,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,'The Hunter\'s Path','Speak with Dazalar at Dolanaar in Teldrassil.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (6741,0,-1,51,0,2597,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7224,0,0,0,0,0,0,0,21163,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,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?','Return to Smith Regzar in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17422,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6761,2,55,54,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,6762,1,0,480,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New Frontier','Speak with Mathrengyl Bearwalker at the Cenarion Enclave of Darnassus.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (6762,2,55,54,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,6761,1124,0,1124,2,0,1200,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rabine Saturna','Speak with Rabine Saturna in the village of Nighthaven, Moonglade. Moonglade lies between Felwood and Winterspring, accessible through a path out of Timbermaw Hold.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (6781,0,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7223,0,0,0,0,0,0,0,21163,0,0,0,0,0,0,0,72,1,0,0,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,1,0,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!','Return to Murgot Deepforge in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17422,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6801,0,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,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.','Return to Primalist Thurloga in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17306,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6804,2,56,55,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6821,-6804,0,4,0,3750,0,0,0,0,0,0,17310,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poisoned Water','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.','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.','','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?','Return to Duke Hydraxis at Bay of Storms in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17309,17310,0,0,0,0,12,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (6805,2,57,55,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6821,-6804,0,5,0,5250,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,'Stormers and Rumblers','Kill 15 Dust Stormers and 15 Desert Rumblers and then return to Duke Hydraxis in Azshara.','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.','','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.','Return to Duke Hydraxis at Bay of Storms in Azshara.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6821,2,60,55,0,16,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6822,6,0,7200,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eye of the Emberseer','Bring the Eye of the Emberseer to Duke Hydraxis in Azshara.','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.','','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?','Return to Duke Hydraxis at Bay of Storms in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17322,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6822,2,60,55,0,16,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6821,0,0,6823,7,0,8700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Molten Core','Kill 1 Fire Lord, 1 Molten Giant, 1 Ancient Core Hound and 1 Lava Surger, then return to Duke Hydraxis in Azshara.','$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.','','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.','Return to Duke Hydraxis at Bay of Storms in Azshara.',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,1,0,0,0,0,0,0,0,0,12340), (6823,2,60,55,0,16,0,0,0,0,0,0,0,749,0,9000,0,0,0,0,0,6822,0,0,6824,7,0,8700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Agent of Hydraxis','Earn an Honored faction with the Hydraxian Waterlords, then talk to Duke Hydraxis in Azshara.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (6824,2,60,55,0,16,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6823,0,0,0,7,0,8700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hands of the Enemy','Bring the Hands of Lucifron, Sulfuron, Gehennas and Shazzrah to Duke Hydraxis in Azshara.','$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.','','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?','Return to Duke Hydraxis at Bay of Storms in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17332,17329,17331,17330,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6825,0,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,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!','Return to Wing Commander Guse in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17326,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6826,0,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,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!','Return to Wing Commander Jeztor in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17327,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6827,0,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,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.','Return to Wing Commander Mulverick in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17328,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6841,2,55,54,0,1497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,24300,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,'','x','x','',NULL,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,12340), (6842,2,58,54,0,1377,0,0,0,0,0,0,0,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,'','x','x','',NULL,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,12340), (6843,0,0,0,0,0,0,0,0,0,0,0,0,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,'Da Foo','','',NULL,NULL,NULL,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,12340), (6844,2,57,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1126,0,0,6845,3,0,2640,0,0,0,0,0,0,17346,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Umber, Archivist','Take the Encrusted Silithid Object to Umber - the Cenarion Circle\'s archivist - in the village of Nighthaven, Moonglade.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17346,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6845,2,57,54,0,493,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6844,0,0,0,6,17000,6600,0,0,0,0,0,0,0,0,0,8,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,609,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uncovering Past Secrets','Speak with Rabine Saturna in the village of Nighthaven, Moonglade.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (6846,0,-1,1,0,2597,0,0,0,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,72,1,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,1,1,0,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!','Return to Field Marshal Teravaine in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17353,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6847,2,60,51,0,2597,41,0,0,0,690,0,0,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,3,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master Ryson\'s All Seeing Eye','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!','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','Master Ryson\'s All Seeing Eye Recovered',NULL,NULL,'Return to Syndicate Master Ryson 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,1,0,0,0,0,0,0,0,0,12340), (6848,2,60,50,0,2597,41,0,0,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,74,3,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master Ryson\'s All Seeing Eye','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!','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','Master Ryson\'s All Seeing Eye Recovered',NULL,NULL,'Return to Syndicate Master Ryson 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,1,0,0,0,0,0,0,0,0,12340), (6861,2,60,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,17384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'Zinfizzlex\'s Portable Shredder Unit','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.$B','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.','',NULL,NULL,'Return to Master Engineer Zinfizzlex in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,3860,3575,17411,0,0,30,50,75,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6862,2,60,51,0,2597,41,0,0,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,72,1,0,0,0,0,17410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,'Zinfizzlex\'s Portable Shredder Unit','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.$B','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.','',NULL,NULL,'Return to Master Engineer Zinfizzlex in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,3860,3575,17411,0,0,30,50,75,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6881,0,-1,51,0,2597,41,0,0,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,72,1,0,0,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,1,0,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!','Return to Arch Druid Renferal in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17423,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6901,0,-1,1,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,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,1,1,0,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!',NULL,'Return to Warmaster Garrick in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17442,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6921,2,27,21,0,719,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4500,1980,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,530,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amongst the Ruins','Bring the Fathom Core to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','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!','','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.','Return to Je\'neu Sancrea at Zoram\'gar Outpost in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16762,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (6922,2,30,21,0,331,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,2220,0,0,0,0,0,0,16782,1,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,530,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baron Aquanis','Bring the Strange Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost, Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16782,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6941,0,-1,51,0,2597,41,0,0,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,72,1,0,0,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,1,0,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.','Return to Wing Commander Vipore in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17503,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6942,0,-1,51,0,2597,41,0,0,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,72,1,0,0,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,1,0,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!','Return to Wing Commander Slidore in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17502,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6943,0,-1,51,0,2597,41,0,0,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,72,1,0,0,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,1,0,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!','Return to Wing Commander Ichman in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17504,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6961,2,-1,10,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7021,0,1,0,13200,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,'Great-father Winter is Here!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Orgrimmar.','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!','','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.','',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,'','','','',5,1,4,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (6962,2,-1,10,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,0,0,0,0,102,86400,0,0,0,8,1,0,0,0,0,17727,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Treats for Great-father Winter','Bring 5 Gingerbread Cookies and an Ice Cold Milk to Greatfather Winter in Orgrimmar.','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?','','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...','Return to Great-father Winter in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17197,1179,0,0,0,0,5,1,0,0,0,0,0,'','','','',6,1,0,0,0,0,0,0,0,1,7,1,0,0,0,0,0,0,12340), (6963,2,-1,30,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6983,2,0,33000,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,169,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stolen Winter Veil Treats','Locate the Smokywood Pastures investigator that has gone missing in the snowy regions of the Alterac Mountains.','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!','','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...','',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,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6964,2,-1,10,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,7061,1,0,13200,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,'The Reason for the Season','Speak with Sagorne Creststrider in the Valley of Wisdom of Orgrimmar about the Feast of Winter Veil.','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.','','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.','',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,'','','','',5,1,274,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6981,2,26,15,0,718,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1920,0,0,0,0,0,0,10441,1,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,'The Glowing 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.','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.','Speak with someone in Ratchet about the Glowing Shard','Oh... I have never seen anything like this...','Hello, $R. What can I do for you?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10441,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6982,2,-1,51,0,2597,41,0,0,0,1101,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,72,1,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,'Coldtooth Supplies','Bring 10 Coldtooth Supplies to the Alliance Quartermaster in Dun Baldar.','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.','','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?','Return to Stormpike Quartermaster at Dun Baldar in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17542,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6983,2,-1,30,0,-22,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6963,0,0,6984,3,0,66300,0,0,0,0,0,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,'You\'re a Mean One...','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.','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!','','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...','Return to Kaymard Copperpinch in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17662,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,5,1,0,0,0,0,0,0,5,5,4,1,0,0,0,0,0,12340), (6984,2,-1,30,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6983,0,0,0,4,0,99300,0,0,0,0,108,86400,0,0,0,8,0,0,0,0,0,17726,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Smokywood Pastures\' Thank You!','Speak with Great-father Winter in Orgrimmar.','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!','','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.','',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,'','','','',2,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (6985,2,-1,51,0,2597,41,0,0,0,690,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,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,'Irondeep Supplies','Bring 10 Irondeep Supplies to the Horde Quartermaster in Frostwolf Keep.','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.','','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?','Return to Frostwolf Quartermaster at Frostwolf Keep in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17522,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7001,2,-1,51,0,2597,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17626,1,0,66,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'Empty Stables','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.','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.','Frostwolf Muzzled and Returned','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!','Return to Frostwolf Stable Master 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,1,0,0,0,0,0,0,0,0,12340), (7002,0,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,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!',NULL,'Return to Frostwolf Wolf Rider Commander in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17642,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7003,2,48,45,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7000,3750,0,0,0,0,0,0,18904,1,0,0,0,0,0,0,0,19040,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zapped Giants','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.','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!','','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!','Return to Zorbin Fandazzle at The Forgotten Coast in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18956,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (7021,2,-1,10,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7021,0,1,0,13200,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,'Great-father Winter is Here!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Orgrimmar.','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!','','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.',NULL,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,'','','','',5,1,4,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7022,2,-1,10,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7022,0,1,0,13200,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,'Greatfather Winter is Here!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Ironforge.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7023,2,-1,10,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7022,0,1,0,13200,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,'Greatfather Winter is Here!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Ironforge.','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!','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (7024,2,-1,10,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7021,0,1,0,510,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,'Great-father Winter is Here!','Speak with Greatfather Winter; he is located near the Smokywood Pastures vendor area in Orgrimmar.','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!','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7025,2,-1,10,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,0,0,0,0,118,86400,0,0,0,262152,0,0,0,0,0,17727,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Treats for Greatfather Winter','Bring 5 Gingerbread Cookies and an Ice Cold Milk to Greatfather Winter in Ironforge.','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?','','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...','Return to Greatfather Winter in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17197,1179,0,0,0,0,5,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7026,0,-1,51,0,2597,41,0,0,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,72,1,0,0,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,1,0,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!',NULL,'Return to Stormpike Ram Rider Commander in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17643,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7027,2,-1,51,0,2597,0,0,0,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,17689,1,0,66,3,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,'Empty Stables','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.$B','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!','Ram Collared and Returned','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!','Return to Stormpike Stable Master at Dun Baldar 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,1,0,0,0,0,0,0,0,0,12340), (7028,2,47,41,0,2100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,5400,0,0,0,0,0,0,0,0,0,8,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,'Twisted Evils','Collect 15 Theradric Crystal Carvings for Willow in Desolace.','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... ','','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.','Return to Willow in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17684,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12340), (7029,2,47,41,0,2100,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,5400,0,0,0,0,0,0,17693,1,0,0,0,0,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,'Vyletongue Corruption','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.','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...','','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...','Return to Vark Battlescar at Gelkis Village in Desolace.',13696,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,17696,0,0,0,0,0,1,0,0,0,0,0,'Vylestem Vines healed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7041,2,47,41,0,2100,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,5400,0,0,0,0,0,0,17693,1,0,0,0,0,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,'Vyletongue Corruption','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.','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...','','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...','Return to Talendria at The Charred Vale in Stonetalon Mountains.',13696,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,17696,0,0,0,0,0,1,0,0,0,0,0,'Vylestem Vines healed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7042,2,-1,30,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,7043,2,0,33000,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,'Stolen Winter Veil Treats','Locate the Smokywood Pastures investigator that has gone missing in the snowy regions of the Alterac Mountains.','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!','','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...','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7043,2,-1,30,0,-22,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7042,0,0,7045,3,0,66300,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,'You\'re a Mean One...','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.$B','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!','','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...','Return to Wulmort Jinglepocket at the Commons in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17662,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7044,2,49,41,0,2100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,5850,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,'Legends of Maraudon','Recover the two parts of the Scepter of Celebras: the Celebrian Rod and the Celebrian Diamond.$B$BFind a way to speak with Celebras.','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.','','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...','Return to Celebras the Redeemed at Lordamere Lake in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17703,17702,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7045,2,-1,30,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7043,0,0,0,4,0,99300,0,0,0,0,117,86400,0,0,0,8,0,0,0,0,0,17726,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Smokywood Pastures\' Thank You!','Speak with Greatfather Winter in Ironforge.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (7046,2,49,41,0,2100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7044,0,0,0,6,0,4950,0,0,0,0,0,0,0,0,0,2,2,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,0,0,0,0,0,0,0,'The Scepter of Celebras','Assist Celebras the Redeemed while he creates the Scepter of Celebras.$B$BSpeak with him when the ritual is complete.','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!','Create the Scepter of Celebras','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.','Return to Celebras the Redeemed at Lordamere Lake 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,1,0,0,0,0,0,0,0,0,12340), (7061,2,-1,10,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,6964,0,0,0,1,0,13200,0,0,0,0,0,0,17735,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Feast of Winter Veil','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.','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. ','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17735,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,66,0,0,0,0,0,12340), (7062,2,-1,10,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,7063,1,0,13200,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,'The Reason for the Season','Speak with Historian Karnik at the Explorer\'s League in Ironforge about the Feast of Winter Veil.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,6,1,0,0,0,0,0,0,12340), (7063,2,-1,10,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7062,0,0,0,1,0,13200,0,0,0,0,0,0,17735,1,0,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Feast of Winter Veil','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.','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. ','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17735,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,66,0,0,0,0,0,12340), (7064,2,51,45,0,2100,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,6300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,17705,17743,17753,0,0,0,1,1,1,0,0,0,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corruption of Earth and Seed','Slay Princess Theradras and return to Selendra near Shadowprey Village in Desolace.','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.','','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.','Return to Selendra at Sar\'theris Strand in Desolace.',12201,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7065,2,51,45,0,2100,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,6300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,17705,17743,17753,0,0,0,1,1,1,0,0,0,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corruption of Earth and Seed','Slay Princess Theradras and return to Keeper Marandis at Nijel\'s Point in Desolace.','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.','','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.','Return to Keeper Marandis in Desolace.',12201,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7066,2,51,39,0,2100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,15000,6300,0,0,0,0,0,0,17760,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seed of Life','Seek out Remulos in Moonglade and give him the 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17760,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7067,2,48,39,0,2100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,14000,5700,0,0,0,0,0,0,17781,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pariah\'s Instructions','Read the Pariah\'s Instructions. Afterwards, obtain the Amulet of Union from Maraudon and return it to the Centaur Pariah in southern Desolace.','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.','','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!?','Return to Centaur Pariah at The Twin Colossals in Feralas.',0,0,0,0,0,0,0,0,0,17757,0,0,0,1,0,0,17758,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (7068,2,42,39,0,2100,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,4350,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadowshard Fragments','Collect 10 Shadowshard Fragments from Maraudon and return them to Uthel\'nay in Orgrimmar.','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.','','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.','Return to Uthel\'nay in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17756,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (7069,2,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,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,'','','','',NULL,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,12340), (7070,2,42,39,0,2100,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,4350,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadowshard Fragments','Collect 10 Shadowshard Fragments from Maraudon and return them to Archmage Tervosh in Theramore on the coast of Dustwallow Marsh.','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.','','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.','Return to Archmage Tervosh in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17756,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7081,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Alterac Valley Graveyards','Assault a graveyard, then return to Sergeant Durgen Stormpike in the Alterac Mountains.','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.','','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!','Return to Sergeant Durgen Stormpike at Dalaran Crater in Alterac Mountains.',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,'Graveyard Assaulted','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7082,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,64500,0,0,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Graveyards of Alterac','Assault a graveyard, then return to Corporal Teeka Bloodsnarl in the Alterac Mountains.','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.','','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!','Return to Corporal Teeka Bloodsnarl in Alterac Mountains.',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,'Graveyard Assaulted','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7101,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,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,0,0,729,76,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Towers and Bunkers','Capture an enemy tower, then return to Corporal Teeka Bloodsnarl in the Alterac Mountains.','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!','','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?','Return to Corporal Teeka Bloodsnarl in Alterac Mountains.',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,'Tower Captured','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7102,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,75900,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,0,0,730,47,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Towers and Bunkers','Destroy the banner at an enemy tower or bunker, then return to Sergeant Durgen Stormpike in the Alterac Mountains.','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!','','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?','Return to Sergeant Durgen Stormpike at Dalaran Crater in Alterac Mountains.',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,'Banner Destroyed','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7121,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,0,0,730,47,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Quartermaster','Speak with the Stormpike 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.','','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....',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7122,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,75900,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,0,0,730,47,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Capture a Mine','Capture a mine that the Stormpike does not control, then return to Sergeant Durgen Stormpike in the Alterac Mountains.','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!','','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.','Return to Sergeant Durgen Stormpike at Dalaran Crater in Alterac Mountains.',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,'Mine Captured','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7123,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,0,0,729,76,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with our Quartermaster','Speak with the Frostwolf 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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7124,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,148000,132300,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,0,0,729,76,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Capture a Mine','Capture a mine, then return to Corporal Teeka Bloodsnarl in the Alterac Mountains.','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!','','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! ','Return to Corporal Teeka Bloodsnarl in Alterac Mountains.',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,'Mine Captured','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7141,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,99000,99000,0,0,0,0,0,0,0,0,0,74,2,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle of Alterac','Enter Alterac Valley, defeat the Horde general Drek\'thar, and then return to Prospector Stonehewer in the Alterac Mountains.','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.','Defeat Drek\'thar.','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!','Return to Prospector Stonehewer.',0,0,0,0,0,0,0,0,0,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,6,1,0,0,0,0,0,0,0,0,12340), (7142,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,74,2,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Alterac','Enter Alterac Valley and defeat the dwarven general, Vanndar Stormpike. Then, return to Voggah Deathgrip in the Alterac Mountains.','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.','Defeat Vanndar Stormpike.','Well done, $N! Stormpikes have no hope in this foolish invasion.$B$BHah! So far, all they\'ve done is get their general killed!','','Return to Voggah Deathgrip in Alterac 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,1,0,0,0,0,0,0,0,0,12340), (7161,2,-1,51,0,2597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,64500,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,17690,19483,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Proving Grounds','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. ','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.','','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!','Return to Warmaster Laggrond in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17850,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7162,2,-1,51,0,2597,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,17691,19484,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Proving Grounds','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.','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.','','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!','Return to Lieutenant Haggerdin at Darrow Hill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17849,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7163,0,-1,51,0,2597,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7161,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,17905,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,5,5,0,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!','','Return to Warmaster Laggrond in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17690,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7164,0,-1,51,0,2597,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,17906,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,5,5,0,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!','','Return to Warmaster Laggrond in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17905,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7165,0,-1,51,0,2597,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,165300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,17907,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,6,6,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!','','Return to Warmaster Laggrond in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17906,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7166,0,-1,51,0,2597,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7165,0,0,0,7,0,198600,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,17908,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,7,7,0,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!','','Return to Warmaster Laggrond in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17907,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7167,0,-1,51,0,2597,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7166,0,0,0,7,0,198600,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,17909,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,7,7,0,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!','','Return to Warmaster Laggrond in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17908,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7168,0,-1,51,0,2597,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7162,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,17900,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,5,5,0,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!','','Return to Lieutenant Haggerdin in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17691,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7169,0,-1,51,0,2597,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7168,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,17901,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,5,5,0,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!','','Return to Lieutenant Haggerdin in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17900,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7170,0,-1,51,0,2597,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7169,0,0,0,6,0,165300,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,17902,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,6,6,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!','','Return to Lieutenant Haggerdin in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17901,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7171,0,-1,51,0,2597,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7170,0,0,0,7,0,198600,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,17903,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,7,7,0,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!','','Return to Lieutenant Haggerdin in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17902,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7172,0,-1,51,0,2597,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7171,0,0,0,7,0,198600,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,17904,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,730,0,0,0,7,7,0,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!','','Return to Lieutenant Haggerdin in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17903,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7181,2,60,51,0,2597,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,18149,0,0,0,1,0,0,0,19107,19106,19108,0,0,0,1,1,1,0,0,0,729,76,0,0,0,7,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Legend of Korrak','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.','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!','',NULL,NULL,'Return to Warmaster Laggrond in Alterac Mountains.',12159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7201,2,54,48,0,1584,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,3906,0,0,0,7,24500,7200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,12038,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Element','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.$B','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.','','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!','Return to Shadowmage Vivian Lagrave at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11129,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7202,2,60,51,0,2597,62,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,18150,0,0,0,1,0,0,0,19107,19106,19108,0,0,0,1,1,1,0,0,0,730,47,0,0,0,7,5,0,0,0,0,0,0,0,0,0,0,0,0,'Korrak the Bloodrager','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.','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.','',NULL,NULL,'Return to Lieutenant Haggerdin at Darrow Hill in Hillsbrad Foothills.',12159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7221,2,60,51,0,2597,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7141,0,7141,1,0,570,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with Prospector Stonehewer','Speak with Prospector Stonehewer in the Dun Baldar garrison.','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.',NULL,NULL,NULL,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,12340), (7222,2,60,51,0,2597,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7142,0,7142,1,0,570,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with Voggah Deathgrip','Speak with Voggah in Frostwolf Keep.','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.',NULL,NULL,NULL,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,12340), (7223,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,66000,0,21163,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Armor Scraps','Bring 20 Armor Scraps to Murgot Deepforge in Dun Baldar.','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!','','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?','Return to Murgot Deepforge at Dun Baldar in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17422,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7224,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,21163,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Enemy Booty','Bring 20 Armor Scraps to Smith Regzar in Frostwolf Village.','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!','','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?','Return to Smith Regzar at Frostwolf Village in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17422,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7241,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,44100,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,0,0,729,76,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'In Defense of Frostwolf','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.','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!','','To become a soldier of Frostwolf, one must first be tested...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7261,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,730,47,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Sovereign Imperative','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!','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.','','Let\'s get to work!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7281,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,729,68,76,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,'Brotherly Love','Travel into Stormpike territory and slay Commander Karl Philips. Return to Commander Louis Philips when the task is complete.$B','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.','','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.','Return to Commander Louis Philips at Tower Point in Alterac Valley.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (7282,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,730,47,72,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,'Brotherly Love','Travel into Frostwolf territory and slay Commander Louis Philips. Return to Commander Karl Philips when the task is complete.$B','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.','','You did remember to burn the corpse, didn\'t you?','It is with heavy heart that I give such an order, soldier.','Return to Commander Karl Philips in Alterac Valley.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (7301,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Sky Lords','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.','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.','','Unbelievable! You did free them, right? Right??? Well at the very least we know where they were held.','Anything I would care to hear?','Return to Commander Duffy in Alterac Valley.',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,'Ichman\'s Location Discovered','Vipore\'s Location Discovered','Slidore\'s Location Discovered','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7302,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Sky Lords','Find out what became of Wing Commander Guse, Wing Commander Jeztor, and Wing Commander Mulverick. Return to Commander Mulfort should you complete your mission.','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.','','Well done! The information you recovered will be invaluable to our cause.','Status of the hunt, soldier?','Return to Commander Mulfort at Frostwolf Village in Alterac Valley.',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,'Guse\'s Location Discovered','Jeztor\'s Location Discovered','Mulverick\'s Location Discovered','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7321,2,31,28,0,-304,0,0,0,0,690,185,1,0,0,0,0,0,0,0,0,0,0,0,0,5,3000,1500,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3737,3729,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Soothing Turtle Bisque','Bring 10 pieces of Turtle Meat to Christoph Jeffcoat in Tarren Mill.','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!','','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...','Return to Christoph Jeffcoat at Tarren Mill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3712,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (7341,0,60,52,0,1637,0,0,0,0,690,0,0,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,1,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,'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?','Return to Bounty Hunter Kolark in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15997,0,0,0,0,0,200,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (7342,0,60,52,0,1537,0,0,0,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,8,1,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,'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?','Return to Artilleryman Sheldonore in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15997,0,0,0,0,0,200,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7361,2,60,200,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Favor Amongst 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.','$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!','','$N, it is but one of thousands. A job well done nonetheless.','They seek to exterminate us? It is they who shall be exterminated.','Return to Najak Hexxen at Frostwolf Village in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18142,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7362,2,60,200,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Ally of the Tauren','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.','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.','','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.','Return to Ravak Grimtotem at Frostwolf Village in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18143,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7363,2,60,200,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Human Condition','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!','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.','','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.','Return to Commander Louis Philips at Tower Point in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18144,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7364,2,60,200,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Gnomeregan Bounty','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.','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.','','','','Return to Dirk Swindle at Dun Baldar in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18145,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7365,2,60,200,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Staghelm\'s Requiem','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.','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.','','','','Return to Athramanis at Dun Baldar in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18146,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7366,2,60,200,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Archbishop\'s Mercy','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.','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!','','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!','Return to Commander Karl Philips in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18147,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7367,2,-1,51,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Defusing the Threat','Find the Frostwolf Explosives Expert and kill him. Return to the Stormpike Explosives Expert when the task is complete.','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!','',NULL,NULL,'Return to Stormpike Explosives Expert in Alterac Valley.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (7368,2,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,72,1,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Defusing the Threat','Find the Stormpike Explosives Expert and kill him. Return to the Frostwolf Explosives Expert when the task is complete.','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.','',NULL,NULL,'Return to Frostwolf Explosives Expert in Alterac Valley.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (7381,2,60,51,0,2597,62,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,18149,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,76,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'The Return of Korrak','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.','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!','',NULL,NULL,'Return to Warmaster Laggrond in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18148,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7382,2,60,50,0,2597,62,0,0,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,64,1,0,0,0,0,18150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,730,47,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Korrak the Everliving','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.$B','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.','',NULL,NULL,'Return to Lieutenant Haggerdin at Darrow Hill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18148,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7383,2,11,1,0,141,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,935,4,0,390,0,0,0,0,0,0,18152,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crown of the Earth','Fill the Amethyst Phial and bring it back to Corithras Moonrage in Dolanaar.','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.',NULL,'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.','Return to Corithras Moonrage at Dolanaar in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18151,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,0,0,0,12340), (7384,2,1,1,0,-182,0,0,0,0,0,0,0,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,' The Scale Crafters','Collect some scales for Karana in the Harborage in Swamp of Sorrows.','Give me some scales.','',NULL,NULL,'Return to Karana at the Harborage in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7385,0,-1,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,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!',NULL,'Return to Primalist Thurloga in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17306,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7386,0,-1,51,0,2597,41,0,0,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,72,1,0,0,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,3,0,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.',NULL,'Return to Arch Druid Renferal in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17423,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7401,2,60,200,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: DWARVES!','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.','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 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.','Return to Sergeant Yazra Bloodsnarl in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18206,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7402,2,60,200,0,2597,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,0,0,0,0,72,1,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: ORCS!','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.','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.','','','','Return to Corporal Noreg Stormpike at Dun Baldar in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18207,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7421,0,60,200,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkspear Defense','','','','','','Return to Najak Hexxen in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18142,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7422,0,60,200,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tuft it Out','','','','','','Return to Ravak Grimtotem in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18143,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7423,0,60,200,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'ve Got A Fever For More Bone Chips','','','','','','Return to Commander Louis Philips in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18144,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7424,0,60,200,0,2597,41,0,0,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,72,1,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'What the Hoof?','','','','*Dirk throws the hoof in a pile behind him.*','','Return to Dirk Swindle in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18145,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7425,0,60,200,0,2597,41,0,0,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,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Staghelm\'s Mojo Jamboree','','','','','','Return to Athramanis in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18146,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7426,0,60,200,0,2597,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,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Man\'s Love','','','','','','Return to Commander Karl Philips in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18147,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7427,0,60,200,0,2597,41,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,72,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: MORE DWARVES!','','','','','','Return to Sergeant Yazra Bloodsnarl in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18206,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7428,0,60,200,0,2597,41,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,72,1,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: MORE ORCS!','','','','','','Return to Corporal Noreg Stormpike in Alterac Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18207,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7429,0,60,56,0,2557,81,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,0,0,0,0,264,1,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,6,0,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??!','Return to Knot Thimblejack in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7441,2,58,54,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,17500,8100,0,0,0,0,0,0,0,0,0,8,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,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pusillin and the Elder Azj\'Tordin','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.','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.','','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...','Return to Azj\'Tordin in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18261,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,500,1000,1500,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7461,2,60,56,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7877,7,0,8700,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,'The Madness Within','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.','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.','','We thank you, hero.','Be wary, adventurer. The Prince is... persuasive.','Return to Shen\'dralar Ancient at Dalaran Crater in Alterac Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (7462,2,60,56,0,2557,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7461,0,0,0,1,27000,570,0,0,0,0,0,0,0,0,0,8,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,'The Treasure of the Shen\'dralar','Return to the Athenaeum and find the Treasure of the Shen\'dralar. Claim your reward!','In the library, Athenaeum, you will find an ancient chest hidden beneath the stairway. Take from it that which you desire.','','You open the chest to find...','',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,1,0,0,0,0,0,0,0,0,12340), (7463,2,-1,60,0,2557,81,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,198600,10140,10143,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,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arcane Refreshment','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.','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.','','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?','Return to Lorekeeper Lydros at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18299,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7481,2,60,54,0,2557,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Elven Legends','Search Dire Maul for Kariel Winthalus. Report back to Sage Korolusk at Camp Mojache with whatever information that you may find.','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!','Master Kariel Winthalus Found','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.','Return to Sage Korolusk at Camp Mojache 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,1,0,0,0,0,0,0,0,0,12340), (7482,2,60,54,0,2557,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,'Elven Legends','Search Dire Maul for Kariel Winthalus. Report back to Scholar Runethorn at Feathermoon with whatever information that you may find.','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!','Master Kariel Winthalus Found','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.','Return to Scholar Runethorn 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,1,0,0,0,0,0,0,0,0,12340), (7483,2,60,54,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,18329,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Rapidity','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.','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','','$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!','Return to Lorekeeper Lydros at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18332,18335,14344,12938,0,0,1,1,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7484,2,60,54,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,18330,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Focus','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.','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.','','Don\'t hurt yourself when applying the enchantment, $R.','You again? What could you possibly want now?','Return to Lorekeeper Lydros at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18333,18335,14344,12753,0,0,1,1,4,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7485,2,60,54,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,18331,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Libram of Protection','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.','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.','','Yes, yes... Calm yourself. As promised, here is your Arcanum.','My patience prevents your suffering.','Return to Lorekeeper Lydros at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18334,18335,14344,12735,0,0,1,1,2,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7486,2,60,55,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6824,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,749,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hero\'s Reward','Claim your reward from Hydraxis\' Coffer.','$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.','','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.\"','',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,1,0,0,0,0,0,0,0,0,12340), (7487,2,60,55,0,2717,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,22877,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attunement to the Core','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.','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.','','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.','Return to Lothos Riftwaker at Blackrock Mountain in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18412,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7488,2,57,54,0,2557,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7494,0,0,0,7,17000,7800,0,0,0,0,0,0,0,0,0,8,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,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lethtendris\'s Web','Bring Lethtendris\' Web to Latronicus Moonspear at the Feathermoon Stronghold in Feralas.','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...','','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!','Return to Latronicus Moonspear at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18426,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7489,2,57,54,0,2557,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7492,0,0,0,7,17000,7800,0,0,0,0,0,0,0,0,0,8,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,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lethtendris\'s Web','Bring Lethtendris\'s Web to Talo Thornhoof at Camp Mojache in Feralas.','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.','','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?','Return to Talo Thornhoof at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18426,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (7490,2,60,60,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,7491,7,0,8700,0,0,0,0,0,0,18422,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory for the Horde','Take the Head of Onyxia to Thrall in Orgrimmar.','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.','','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.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18422,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7491,2,60,60,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7490,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'For All To See','Seek out Overlord Runthak in the Valley of Strength.','Overlord Runthak awaits your arrival in the Valley of Strength.$B$B$B$BDo not keep your public waiting, hero.','','Choose your reward and let the celebration of your glorious victory begin.','',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,1,0,0,0,0,0,0,0,0,12340), (7492,2,57,54,0,2557,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,7489,2,0,1320,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,'Camp Mojache','Speak with Talo Thornhoof at Camp Mojache in Feralas.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (7493,0,60,60,0,1637,0,0,0,0,690,165,300,0,0,0,0,0,0,0,0,24429,0,0,0,0,0,0,0,19213,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,'The Journey Has Just Begun','','','','A dragon slayer and a seasoned leatherworker? You do not cease to astonish, hero. I am humbled.$B$BPlease accept what I am about to teach you. This knowledge will prove to be invaluable if you are to destroy what remains of the Black Dragonflight.$B$BCreate the cloak from the scales of the brood mother. It will protect you and your allies against the incendiary breath of the Lord of Blackrock... Nefarian.','',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,1,0,0,0,0,0,0,0,0,12340), (7494,2,57,54,0,2557,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,7488,2,0,1320,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,'Feathermoon Stronghold','Speak with Latronicus Moonspear at the Feathermoon Stronghold in Feralas.','$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.','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (7495,2,60,60,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,7496,7,0,8700,0,0,0,0,0,0,18423,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory for the Alliance','Take the Head of Onyxia to King Varian Wrynn in Stormwind.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18423,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7496,2,60,60,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7495,0,0,0,7,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,18406,18403,18404,0,0,0,1,1,1,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Celebrating Good Times','Seek out Major Mattingly in the Valley of Heroes.','Seek out Major Mattingly in the Valley of Heroes, $N. He will be expecting you...','','Few are graced with such ceremony, $N. Please, choose your reward so that we may begin the celebration.','',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,1,0,0,0,0,0,0,0,0,12340), (7497,0,60,60,0,1519,0,0,0,0,1101,165,300,0,0,0,0,0,0,0,0,24428,0,0,0,0,0,0,0,19213,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,'The Journey Has Just Begun','','','','A dragon slayer and a seasoned leatherworker? You do not cease to astonish, hero. I am humbled.$B$BPlease accept what I am about to teach you. This knowledge will prove to be invaluable if you are to destroy what remains of the Black Dragonflight.$B$BCreate the cloak from the scales of the brood mother. It will protect you and your allies against the incendiary breath of the Lord of Blackrock... Nefarian.','',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,1,0,0,0,0,0,0,0,0,12340), (7498,2,60,54,0,2557,81,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18356,1,0,0,0,0,0,0,0,18465,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Garona: A Study on Stealth and Treachery','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18356,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7499,2,60,54,0,2557,81,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18357,1,0,0,0,0,0,0,0,18466,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Codex of Defense','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18357,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7500,2,60,54,0,2557,81,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18358,1,0,0,0,0,0,0,0,18468,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Arcanist\'s Cookbook','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18358,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7501,2,60,54,0,2557,81,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18359,1,0,0,0,0,0,0,0,18472,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Light and How To Swing It','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18359,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7502,2,60,54,0,2557,81,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18360,1,0,0,0,0,0,0,0,18467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harnessing Shadows','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18360,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7503,2,60,54,0,2557,81,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18361,1,0,0,0,0,0,0,0,18473,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Greatest Race of Hunters','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18361,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7504,2,60,54,0,2557,81,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18362,1,0,0,0,0,0,0,0,18469,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Holy Bologna: What the Light Won\'t Tell You','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18362,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7505,2,60,54,0,2557,81,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18363,1,0,0,0,0,0,0,0,18471,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frost Shock and You','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18363,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7506,2,60,54,0,2557,81,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18364,1,0,0,0,0,0,0,0,18470,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Emerald Dream...','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18364,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7507,2,60,60,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18401,1,0,16384,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foror\'s Compendium','Return Foror\'s Compendium of Dragon Slaying to the Athenaeum.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18401,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7508,2,60,60,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7507,0,0,7509,0,0,0,0,0,0,0,0,0,18513,1,0,16384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forging of Quel\'Serrar','Give the Dull and Flat Elven Blade to Lorekeeper Lydros.','If you wish to take on this task, present Lydros with the dull blade.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18513,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7509,2,60,60,0,2159,62,0,0,3,0,0,0,0,0,0,0,0,0,0,0,7508,0,0,0,7,0,8700,0,0,0,0,0,0,18489,1,0,16448,1,0,0,0,0,18348,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forging of Quel\'Serrar','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.','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.','','$B$BAs promised, $C, the blade of Quel\'Serrar.','Perhaps one day, another will wield the prismatic blade.','Return to Lorekeeper Lydros at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,18488,0,0,0,1,0,0,18492,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7521,2,1,1,0,-344,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,60,0,0,0,0,0,0,0,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,'Thunderaan the Windseeker','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. ','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.','','','','Return to Highlord Demitrian in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17771,18566,18563,18564,0,0,10,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7522,2,1,1,0,-344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7521,0,7521,0,0,0,0,0,0,0,0,0,18565,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Examine the Vessel','Examine the Vessel of Rebirth and return it to Highlord Demitrian.','Examine the vessel of his rebirth, mortal. It is from this that the Windseeker shall be reborn!',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7541,0,40,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,3,15000,1320,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,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.','',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,1,0,0,0,0,0,0,0,0,12340), (7561,2,60,100,0,-344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,85800,0,0,0,0,0,0,18589,1,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,0,0,0,0,0,0,0,'Rise,Thunderfury!','Present the Dormant Wind Kissed Blade to Highlord Demitrian.','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.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7562,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,0,7563,0,7563,1,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,0,0,0,0,0,0,0,0,0,0,0,'Mor\'zul Bloodbringer','Speak with Mor\'zul Bloodbringer at the Altar of Storms in the Burning Steppes.','$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!','','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...','',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,1,0,0,0,0,0,0,0,0,12340), (7563,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7562,7564,0,7564,6,0,165300,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,'Rage of Blood','Bring 30 bottles of Raging Beast\'s Blood to Mor\'zul Bloodbringer in the Burning Steppes.','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.','','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.','Return to Mor\'zul Bloodbringer at the Altar of Storms in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18590,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7564,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7563,0,0,0,3,0,66300,0,0,0,0,0,0,18591,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wildeyes','Bring the Case of Blood to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18591,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7581,2,-1,60,0,-61,81,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7582,7,0,198600,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,'The Prison\'s Bindings','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.$B','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.','','Ah, a most excellent recovery. The blood will suppress the Doomguard\'s magical defenses.','Only the blood of Wildspawn satyr will suffice.','Return to Daio the Decrepit in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18603,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7582,2,-1,60,0,-61,1,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7581,0,0,7583,5,0,132300,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,'The Prison\'s Casing','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.','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.','','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.','Return to Daio the Decrepit in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18604,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7583,2,-1,60,0,-61,1,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7582,0,0,0,5,0,132300,18540,20700,0,0,0,0,18601,1,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suppression','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.','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!','','You have done as I have asked. You are ready to be given the knowledge to conjure and control the beast.','Hrm? Well?','Return to Daio the Decrepit in Blasted Lands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18605,18601,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7601,2,-1,50,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7602,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,'What Niby Commands','Speak with Impsy in Felwood.','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.','','Oh boy, here we go again.','',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,1,0,0,0,0,0,0,0,0,12340), (7602,2,-1,50,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7601,0,0,7603,5,0,132300,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,'Flawless Fel Essence','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.','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.','','Give me a minute and I\'ll combine the essences into Fel fire.','Don\'t tell anyone this but Niby is daft.','Return to Impsy at Shatter Scar Vale in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18624,18622,18623,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7603,2,-1,50,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,7602,0,0,0,6,0,165300,1122,1413,0,0,0,0,18626,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kroshius\' Infernal Core','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.','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.','','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?','Return to Niby the Almighty at Shatter Scar Vale in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18625,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7604,2,60,60,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,18628,1,0,0,1,0,0,0,0,18592,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Binding Contract','Turn the Thorium Brotherhood Contract in to Lokhtos Darkbargainer if you would like to receive the plans for Sulfuron.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18628,17203,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7621,0,60,60,0,-262,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,0,0,0,0,0,0,0,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.','',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,1,0,0,0,0,0,0,0,0,12340), (7622,2,60,60,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,3,2,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,0,0,0,0,0,0,0,'The Balance of Light and Shadow','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.','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.','The Balance of Light and Shadow','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.','','Return to Eris Havenfire 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,1,0,0,0,0,0,0,0,0,12340), (7623,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7564,7624,0,7624,5,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,0,0,0,0,0,0,0,0,0,0,0,'Lord Banehollow','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.','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...','','My patience spans the millenia, $C. But do not think that allows you more than an instant of my time...','',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,1,0,0,0,0,0,0,0,0,12340), (7624,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7623,7625,0,7625,5,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,0,0,0,0,0,0,0,0,0,0,0,'Ulathek the Traitor','Confront Ulathek, then bring The Traitor\'s Heart to Lord Banehollow in Jaedenar.','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!','','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...','Return to Lord Banehollow inside the Shadow Hold at Jaedenar in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18719,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7625,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7624,7629,-7625,7629,5,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,0,0,0,0,0,0,0,0,0,0,0,'Xorothian Stardust','Purchase Xorothian Stardust from Ur\'dan inside the Shadow Hold at Jaedenar in Felwood. Bring it to Gorzeeki Wildeyes in the Burning Steppes.','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.','','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?','Return to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18687,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7626,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7564,7630,-7626,0,5,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,0,0,0,0,0,0,0,0,0,0,0,'Bell of Dethmoora','Bring 2 Elixirs of Shadow Power to Gorzeeki Wildeyes in the Burning Steppes.','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.','','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!','Return to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9264,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7627,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7564,7630,-7626,0,5,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,0,0,0,0,0,0,0,0,0,0,0,'Wheel of the Black March','Bring 6 Large Brilliant Shards and 25 Dark Iron Ore to Gorzeeki in the Burning Steppes.','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.','','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?','Return to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14344,11370,0,0,0,0,6,25,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7628,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7564,7630,-7626,0,5,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,0,0,0,0,0,0,0,0,0,0,0,'Doomsday Candle','Bring 3 Black Dragonscales to Gorzeeki Wildeyes in the Burning Steppes.','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.','','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!','Return to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15416,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7629,2,-1,60,0,-61,81,0,0,256,595,0,0,0,0,0,0,0,0,0,0,0,7631,0,0,7,0,198600,0,0,0,0,0,0,18688,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imp Delivery','Bring the Imp in a Jar to the alchemy lab in the Scholomance. After the parchment is created, return the jar to Gorzeeki Wildeyes.','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.','','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?','Return to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.',14500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,18688,0,0,0,0,0,1,0,0,0,0,0,'Parchment Created','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7630,2,-1,60,0,-61,0,0,0,256,595,0,0,0,0,0,0,0,0,0,0,0,7629,-7625,0,5,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,0,0,0,0,0,0,0,0,0,0,0,'Arcanite','Bring 1 Arcanite Bar to Gorzeeki in the Burning Steppes.','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.','','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.','Return to Gorzeeki Wildeyes at the Altar of Storms in the Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12360,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7631,2,-1,60,0,-61,81,0,0,256,595,0,0,0,0,0,0,0,0,0,0,7629,0,0,0,7,0,198600,23161,23160,0,0,0,0,18818,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadsteed of Xoroth','Read Mor\'zul\'s Instructions. Summon a Xorothian Dreadsteed, defeat it, then bind its spirit to you.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (7632,2,60,60,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18703,1,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ancient Leaf','Find the owner of the Ancient Petrified Leaf. Good luck, $N; It\'s a big world.','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?','','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.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18703,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7633,0,60,60,0,-261,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (7634,2,60,60,0,-261,62,0,0,4,0,0,0,0,0,0,0,0,0,0,0,7632,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,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,0,0,0,0,0,0,0,'Ancient Sinew Wrapped Lamina','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.','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.','','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.','Return to Hastat the Ancient at Irontree Woods in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18704,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7635,2,60,60,0,-261,62,0,0,4,0,0,0,0,0,0,0,0,0,0,0,7632,0,0,0,7,0,8700,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,0,0,0,0,0,0,0,'A Proper 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.','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.','','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.','Return to Stoma the Ancient at Irontree Woods in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18705,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7636,2,60,60,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,7632,0,0,0,7,0,8700,0,0,0,0,0,0,18708,1,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,0,0,0,0,0,0,0,'Stave of the Ancients','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.','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 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!','Return to Vartrus the Ancient at Irontree Woods in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18952,18953,18954,18955,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7637,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,0,7639,0,7639,1,-1500000,0,0,0,0,0,0,0,0,0,0,256,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emphasis on Sacrifice','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.','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.','','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.',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,1,0,0,0,0,0,0,0,0,12340), (7638,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,0,7637,7638,0,1,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Grayson Shadowbreaker','Speak with Lord Grayson Shadowbreaker in Stormwind\'s Cathedral District.','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;!','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (7639,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7637,7640,0,7640,1,0,13200,0,0,0,0,0,0,18819,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Show Due Judgment','Return the Exorcism Censer to Lord Grayson Shadowbreaker in the Cathedral District of Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18819,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7640,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7639,7641,0,0,5,0,132300,0,0,0,0,0,0,18752,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Exorcising Terrordale','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.','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.','','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?','Return to Lord Grayson Shadowbreaker in Stormwind City.',14564,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,18752,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7641,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7640,7642,0,7642,1,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,0,0,0,0,0,0,0,0,0,0,0,'The Work of Grimand Elmore','Speak with Grimand Elmore in Stormwind\'s Dwarven District.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (7642,2,-1,60,0,-141,81,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7641,7643,0,0,7,-1500000,0,0,0,0,0,0,0,0,0,0,256,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'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.','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.','','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?','Return to Grimand Elmore in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13180,8836,14047,12360,0,0,5,10,40,6,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7643,2,-1,60,0,-141,81,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7642,7644,0,7644,7,0,198600,0,0,0,0,0,0,18753,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Equine Spirit','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.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18753,18775,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7644,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7643,7646,0,7646,6,0,165300,0,0,0,0,0,0,18792,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessed Arcanite Barding','Return with the Blessed Arcanite Barding to Lord Grayson Shadowbreaker in the Cathedral District of Stormwind.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18792,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7645,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,-7643,0,0,0,1,-500000,0,0,0,0,0,0,0,0,0,0,256,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Manna-Enriched Horse Feed','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.','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.','','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!!!','Return to Merideth Carlson at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13724,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7646,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7644,7647,0,7647,3,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Divination Scryer','Bring an Azerothian Diamond and a Pristine Black Diamond to Lord Grayson Shadowbreaker in the Cathedral District of Stormwind.','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!','','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!','Return to Lord Grayson Shadowbreaker in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12800,18335,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7647,2,-1,60,0,-141,81,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,7646,0,0,0,7,0,198600,0,23215,0,0,0,0,18804,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Judgment and Redemption','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.','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!','','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.','Return to Darkreaver\'s Fallen Charger.',0,0,0,0,0,0,0,0,0,0,18749,18746,0,0,1,1,18799,18792,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7648,2,-1,60,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,7642,0,0,0,5,0,132300,0,0,0,0,0,0,18753,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimand\'s Finest Work','Take the Arcanite Barding to Lord Grayson Shadowbreaker in Stormwind\'s Cathedral District for his inspection.','$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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18753,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7649,2,60,50,0,-121,81,0,0,0,0,164,300,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18769,1,0,0,0,0,0,0,0,12727,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enchanted Thorium Platemail: Volume I','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','Well done, my $gboy:girl;.$B$B$B$BI am sure you can make use of this recipe.','You have recovered a tome!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18769,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7650,2,60,50,0,-121,81,0,0,0,0,164,300,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18770,1,0,0,0,0,0,0,0,12726,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enchanted Thorium Platemail: Volume II','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','Well done, my $gboy:girl;.$B$B$B$BI am sure you can make use of this recipe.','You have recovered a tome!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18770,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7651,2,60,50,0,-121,81,0,0,0,0,164,300,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18771,1,0,0,1,0,0,0,0,12725,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,809,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enchanted Thorium Platemail: Volume III','Return the book to its rightful owners.','The tome carries the mark of the Athenaeum.','','Well done, my $gboy:girl;.$B$B$B$BI am sure you can make use of this recipe.','You have recovered a tome!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18771,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7652,0,60,50,0,-121,0,0,0,0,0,164,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,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,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?','',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,1,0,0,0,0,0,0,0,0,12340), (7653,0,60,50,0,-121,0,0,0,0,0,164,265,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,12688,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,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.','Return to Derotain Mudsipper in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7654,0,60,50,0,-121,0,0,0,0,0,164,265,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,12700,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,6,0,0,0,0,0,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','Return to Derotain Mudsipper in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7655,0,60,50,0,-121,0,0,0,0,0,164,265,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,12690,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,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.','Return to Derotain Mudsipper in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7656,0,60,50,0,-121,0,0,0,0,0,164,265,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,12705,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,7,0,0,0,0,0,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.','Return to Derotain Mudsipper in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7657,0,60,50,0,-121,0,0,0,0,0,164,265,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,12701,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,7,0,0,0,0,0,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.','Return to Derotain Mudsipper in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,25,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7658,0,60,50,0,-121,0,0,0,0,0,164,265,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,12715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,7,0,0,0,0,0,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.','Return to Derotain Mudsipper in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7659,0,60,50,0,-121,0,0,0,0,0,164,265,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,12687,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,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.','Return to Derotain Mudsipper in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7660,0,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,1,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,'Wolf Swapping - Arctic Wolf','','',NULL,NULL,'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.','Return to Ogunaro Wolfrunner in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12351,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7661,0,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,1,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,'Wolf Swapping - Red Wolf','','',NULL,NULL,'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.','Return to Ogunaro Wolfrunner in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12330,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7662,0,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,1,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,'New Kodo - Teal','','',NULL,NULL,'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.','Return to Harb Clawhoof in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15293,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7663,0,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,1,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,'New Kodo - Green','','',NULL,NULL,'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.','Return to Harb Clawhoof in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15292,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7664,0,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,1,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,'Ivory Raptor Replacement','','',NULL,NULL,'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.','Return to Zjolnir in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13317,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7665,0,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,1,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,'Red Raptor Replacement','','',NULL,NULL,'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.','Return to Zjolnir in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8586,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7666,0,-1,60,0,-141,81,0,0,2,1101,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,1,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (7667,2,60,58,0,-82,0,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8258,4,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,67,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Material Assistance','If you are interested in helping Sagorne Crestrider in Orgrimmar\'s Valley of Wisdom, bring him an Azerothian Diamond and a Pristine Black Diamond.','$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?','','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.','Return to Sagorne Creststrider in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12800,18335,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7668,2,60,58,0,-82,81,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,18746,1,0,0,0,0,0,0,0,18807,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkreaver Menace','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.','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!',NULL,NULL,NULL,'Return to Sagorne Creststrider in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7669,0,60,58,0,-82,0,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,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,'Again Into the Great Ossuary','','',NULL,NULL,NULL,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,12340), (7670,2,-1,60,0,-141,0,0,0,2,1029,0,0,0,0,0,0,0,0,0,0,0,7637,7638,0,1,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Grayson Shadowbreaker','Speak with Lord Grayson Shadowbreaker in Stormwind\'s Cathedral District.','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;!',NULL,'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!',NULL,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,12340), (7671,0,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,1,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,'Frostsaber Replacement','','',NULL,NULL,NULL,'Return to Lelanai in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12302,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7672,0,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,1,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,'Nightsaber Replacement','','',NULL,NULL,NULL,'Return to Lelanai in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12303,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7673,0,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,1,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,'Frost Ram Exchange','','',NULL,NULL,NULL,'Return to Veron Amberstill in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13329,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7674,0,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,1,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,'Black Ram Exchange','','',NULL,NULL,NULL,'Return to Veron Amberstill in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13328,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7675,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,0,0,0,0,1,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,'Icy Blue Mechanostrider Replacement','','',NULL,NULL,NULL,'Return to Milli Featherwhistle in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13327,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7676,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,0,0,0,0,1,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,'White Mechanostrider Replacement','','',NULL,NULL,NULL,'Return to Milli Featherwhistle in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13326,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7677,0,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,1,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,'White Stallion Exchange','','',NULL,NULL,NULL,'Return to Katie Hunter in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12353,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7678,0,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,1,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,'Palomino Exchange','','',NULL,NULL,NULL,'Return to Katie Hunter in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12354,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7681,2,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,120,0,0,0,0,0,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,0,0,0,'Hunter test quest','Feed your pet, then talk to your questgiver.','Cast feed pet on your pet.',NULL,NULL,NULL,'Return to GOSSIP TEST DUDE.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (7682,2,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,120,0,0,0,0,0,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,0,0,0,'Hunter test quest2','Feed your pet, then talk to your questgiver.','Cast feed pet on your pet.',NULL,NULL,NULL,'Return to GOSSIP TEST DUDE.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (7701,2,50,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,0,0,0,0,0,0,0,0,8,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,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Overseer Maltorius','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.','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.','','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*','Return to Lookout Captain Lolo Longstriker at Thorium Point in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18946,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,0,12340), (7702,2,49,30,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19129,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill \'Em With Sleep Deprivation','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.','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.','','Wonderful! Those sleepy Dark Irons will head back to their homes in the Depths to get some rest, greatly slowing down the productivity of the Slag Pit.','Don\'t let the crazy goggles fool you, $N. I\'m the smart one here.','Return to Evonice Sootsmoker at The Cauldron in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7703,2,60,56,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,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,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,'Unfinished Gordok Business','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.','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!','','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!','Return to Captain Kromcrush at Fenris Isle in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18336,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7704,2,50,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4050,0,0,0,0,0,0,18950,1,0,0,0,0,0,0,0,18951,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Look at the Size of It!','Take Chambermaid Pillaclencher\'s Pillow to Evonice Sootsmoker in the Searing Gorge.','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.','','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!','That is one huge pillow! Where\'d you get it from?','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7721,2,48,45,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7000,3750,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19039,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,169,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fuel for the Zapping','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.','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!','','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?','Return to Zorbin Fandazzle at The Forgotten Coast in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18958,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,6,4,1,0,0,0,0,0,0,12340), (7722,2,50,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,4050,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,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What the Flux?','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.$B','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.','','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?','Return to Master Smith Burninate at Thorium Point in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18922,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7723,2,49,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7000,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19126,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curse These Fat Fingers','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.','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\'.','','Ye\'re a good $g lad:lass;, ye are. I got ye a lil\' present fer yer troubles.','Did ye pound \'em?','Return to Hansel Heavyhands at Thorium Point in Searing Gorge.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7724,2,49,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7000,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fiery Menace!','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.','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.','','$B$BI think I\'m gettin\' a cold. Damn this frigid climate!','Was he right? Does it come out their rumps?','Return to Hansel Heavyhands at Thorium Point in Searing Gorge.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7725,2,55,45,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7003,0,0,0,0,2100,0,0,0,0,0,0,0,18904,1,0,256,1,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Again With the Zapped Giants','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.','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.','','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.','Return to Zorbin Fandazzle at The Forgotten Coast in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18956,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (7726,2,55,45,0,357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7721,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,256,1,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Refuel for the Zapping','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.','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!','','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?','Return to Zorbin Fandazzle at The Forgotten Coast in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18958,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,4,1,0,0,0,0,0,0,12340), (7727,2,49,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7000,3900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19141,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Incendosaurs? Whateverosaur is More Like It','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.','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.','','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\'?','Return to Hansel Heavyhands at Thorium Point in Searing Gorge.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7728,2,48,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3750,0,0,0,0,0,0,0,0,0,8,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,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'STOLEN: Smithing Tuyere and Lookout\'s Spyglass','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. ','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.','','Fantastic work! Now for your reward.','If you\'re here for the reward, you\'re gonna have to give me the stolen goods.','Return to Taskmaster Scrange at Thorium Point in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18959,18960,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7729,2,48,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,21000,3750,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,59,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'JOB OPPORTUNITY: Culling the Competition','Slay 15 Dark Iron Taskmasters and 15 Dark Iron Slavers. Return to Taskmaster Scrange in the Searing Gorge once you have accomplished this task.','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.','','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.','Return to Taskmaster Scrange at Thorium Point in Searing Gorge.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (7730,2,45,39,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2903,7732,-7730,0,5,6500,3300,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,67,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zukk\'ash Infestation','Bring 20 Zukk\'ash Carapaces to Hadoken Swiftstrider at Camp Mojache, Feralas.','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.','','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?','Return to Hadoken Swiftstrider at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18961,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7731,2,47,39,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2903,7732,-7730,0,5,13500,3600,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,67,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stinglasher','Defeat Stinglasher in the Writhing Deep, bringing its glands back to Hadoken Swiftstrider at Camp Mojache, Feralas.','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!','','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?','Return to Hadoken Swiftstrider at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18962,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7732,2,48,39,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3750,0,0,0,0,0,0,19020,1,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,67,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zukk\'ash Report','Deliver the Camp Mojache Zukk\'ash Report to Zilzibin Drumlore. He resides in the Drag of Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19020,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7733,2,48,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,2821,0,0,0,5,7000,3750,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19041,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Improved Quality','Bring 10 Rage Scar Yeti Hides to Pratt McGrubben at Feathermoon Stronghold, Feralas.','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.','','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!','Return to Pratt McGrubben at Feathermoon Stronghold in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18947,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7734,2,48,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,2822,0,0,0,5,7000,3750,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19042,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Improved Quality','Bring 10 Rage Scar Yeti Hides to Jangdor Swiftstrider at Camp Mojache, Feralas.','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.','','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!','Return to Jangdor Swiftstrider at Camp Mojache in Feralas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18947,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (7735,2,48,40,0,357,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,119,0,18969,1,0,256,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pristine Yeti Hide','Bring the Pristine Yeti Hide to Pratt McGrubben at the Feathermoon Stronghold, Feralas.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18969,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7736,0,60,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,59,0,3000,7722,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,59,0,0,0,0,2,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.','Return to Master Smith Burninate in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18944,3356,3857,0,0,0,2,4,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7737,0,60,45,0,51,81,0,0,0,0,0,0,0,0,0,0,59,59,3000,9000,7722,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,59,0,0,0,0,7,0,0,0,0,62500,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.$B$BBring me all the Dark Iron residue you find!','Return to Master Smith Burninate in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18945,0,0,0,0,0,100,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7738,2,48,40,0,357,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,700,0,0,0,0,0,120,0,18972,1,0,256,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Perfect Yeti Hide','Bring the Perfect Yeti Hide to Jangdor Swiftstrider at Camp Mojache, Feralas.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18972,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7741,0,59,52,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5550,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,0,0,0,0,0,0,0,'Praise from the Emerald Circle ','','',NULL,NULL,NULL,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,12340), (7761,2,60,55,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,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,'Blackhand\'s Command','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.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (7781,2,60,60,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,7782,7,0,8700,0,0,0,0,0,0,19003,1,0,0,0,0,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,7,7,7,7,7,0,0,0,0,0,0,0,0,0,'The Lord of Blackrock','Return the Head of Nefarian to King Varian Wrynn in Stormwind.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19003,0,0,0,0,0,1,0,0,0,0,0,31,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7782,2,60,60,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7781,0,0,0,7,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,19383,19366,19384,0,0,0,1,1,1,0,0,0,72,47,69,54,930,7,7,7,7,7,0,0,0,0,0,0,0,0,0,'The Lord of Blackrock','Venture to the Valley of Heroes in Stormwind City and speak with Field Marshal Afrasiabi.','Go to the Valley of Heroes and speak with Field Marshal Afrasiabi.','','$B$BChoose your reward, let the celebration begin!','',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,31,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7783,2,60,60,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,7784,7,0,8700,0,0,0,0,0,0,19002,1,0,0,0,0,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,7,7,7,7,7,0,0,0,0,0,0,0,0,0,'The Lord of Blackrock','Return the Head of Nefarian to Thrall in Orgrimmar.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19002,0,0,0,0,0,1,0,0,0,0,0,31,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7784,2,60,60,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7783,0,0,0,7,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,19383,19366,19384,0,0,0,1,1,1,0,0,0,76,530,81,68,911,7,7,7,7,7,0,0,0,0,0,0,0,0,0,'The Lord of Blackrock','Speak with Overlord Runthak in Orgrimmar. He stands waiting for you in the Valley of Strength.','Seek out Overlord Runthak in the Valley of Strength.','','Choose your reward so that I may mount the head of the beast for all to see.','',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,31,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7785,2,60,60,0,-344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7786,0,0,0,0,0,0,0,0,0,19016,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Examine the Vessel','Examine the Vessel of Rebirth and return it to Highlord Demitrian.','Examine the vessel of his rebirth, mortal. It is from this that the Windseeker shall be reborn!','','May you be protected in your crusade. May the Master bless your efforts.','Will you release him from his eternal prison?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19016,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7786,2,60,60,0,-344,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7785,0,0,0,7,0,8700,0,0,0,0,0,0,0,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,'Thunderaan the Windseeker','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.','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.','','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!','Return to Highlord Demitrian in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17771,19017,18563,18564,0,0,10,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7787,2,60,60,0,-344,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7786,0,0,0,7,0,8700,0,0,0,0,0,0,19018,1,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,0,0,0,0,0,0,0,'Rise, Thunderfury!','Present the Dormant Wind Kissed Blade to Highlord Demitrian.','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.','','Please do not harm me! Take it! Take the blade! Leave Demitrian to reshape his pathetic life!','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19018,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7788,1,25,20,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,5,5500,1200,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','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.','',NULL,NULL,'Return to Sentinel Farsong at Fallen Sky Lake in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7789,1,25,20,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7922,0,5,5500,1200,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','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.','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.$B','','$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?','Return to Captain Shatterskull at Mor\'shan Base Camp in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7790,2,0,0,0,0,0,0,0,0,0,0,0,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,'REUSE','','Defeat the Warsong Mill,then return to me.','',NULL,NULL,'Return to .',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,'Defeat Warsong Mill','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (7791,0,60,12,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,72,0,0,0,0,6,0,0,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.','Return to Clavicus Knavingham in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7792,0,60,12,0,3557,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,930,0,0,0,0,6,0,0,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.','Return to Dugiru in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7793,0,60,26,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,72,0,0,0,0,6,0,0,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.','Return to Clavicus Knavingham in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7794,0,60,40,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,72,0,0,0,0,6,0,0,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.','Return to Clavicus Knavingham in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7795,0,60,50,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,72,0,0,0,0,6,0,0,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.','Return to Clavicus Knavingham in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7796,0,60,50,0,1519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7795,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,72,0,0,0,0,3,0,0,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.','Return to Clavicus Knavingham in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7797,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dimensional Ripper - Everlook','','',NULL,NULL,NULL,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,12340), (7798,0,60,26,0,3557,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,930,0,0,0,0,6,0,0,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.','Return to Dugiru in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7799,0,60,40,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,69,0,0,0,0,6,0,0,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.','Return to Raedon Duskstriker in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7800,0,60,50,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,69,0,0,0,0,6,0,0,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.','Return to Raedon Duskstriker in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7801,0,60,50,0,1657,0,0,0,0,1101,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,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.','Return to Raedon Duskstriker in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7802,0,60,12,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,47,0,0,0,0,6,0,0,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 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.$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.','Return to Mistina Steelshield in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (7803,0,60,26,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,47,0,0,0,0,6,0,0,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.','Return to Mistina Steelshield in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (7804,0,60,40,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,47,0,0,0,0,6,0,0,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 Ironforge, 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.','Return to Mistina Steelshield in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (7805,0,60,50,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,47,0,0,0,0,6,0,0,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.','Return to Mistina Steelshield in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,4,1,0,0,0,0,0,0,12340), (7806,0,60,50,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7805,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,47,0,0,0,0,3,0,0,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.','Return to Mistina Steelshield in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7807,0,60,12,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,54,0,0,0,0,6,0,0,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 the Gnomeregan Exiles 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.','Return to Bubulo Acerbus in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7808,0,60,26,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,54,0,0,0,0,6,0,0,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.','Return to Bubulo Acerbus in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7809,0,60,40,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,54,0,0,0,0,6,0,0,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.','Return to Bubulo Acerbus in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7810,2,55,1,0,33,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7838,0,0,1,0,480,0,0,0,0,0,0,18706,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arena Master','Speak with Short John Mithril in the Stranglethorn Arena.','There must be more to being a master of the arena than this! Perhaps the Pirate who runs the event at Gurubashi will know!','','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.',NULL,'Report to Short John Mithril at the Gurubashi Arena in 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,1,0,0,0,0,0,0,0,0,12340), (7811,0,60,50,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,54,0,0,0,0,6,0,0,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.','Return to Bubulo Acerbus in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7812,0,60,50,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7811,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,54,0,0,0,0,3,0,0,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.','Return to Bubulo Acerbus in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7813,0,60,12,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,68,0,0,0,0,6,0,0,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.','Return to Ralston Farnsley in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7814,0,60,26,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,68,0,0,0,0,6,0,0,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.','Return to Ralston Farnsley in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7815,2,50,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,4050,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Snapjaws, Mon!','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.','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!','','Oh, mon! I can\'t thank you enough! Hopefully this here fishing pole will be reward enough for the job.','How goes the hunt?','Return to Katoom the Angler at Revantusk Village in The Hinterlands.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7816,2,48,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7815,0,0,0,5,14000,3750,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,'Gammerita, Mon!','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.','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.','','MON! This is fantastic! With my best lure and the snapjaw population down, the fish will pile up.','Did you get it yet?','Return to Katoom the Angler at Revantusk Village in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19023,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7817,0,60,40,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,68,0,0,0,0,6,0,0,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.','Return to Ralston Farnsley in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7818,0,60,50,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,68,0,0,0,0,6,0,0,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.','Return to Ralston Farnsley in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7819,0,60,50,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7818,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,68,0,0,0,0,3,0,0,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.','Return to Ralston Farnsley in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7820,0,60,12,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,81,0,0,0,0,6,0,0,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.','Return to Rumstag Proudstrider in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7821,0,60,26,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,81,0,0,0,0,6,0,0,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.','Return to Rumstag Proudstrider in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7822,0,60,40,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,81,0,0,0,0,6,0,0,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.','Return to Rumstag Proudstrider in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7823,0,60,50,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,81,0,0,0,0,6,0,0,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.','Return to Rumstag Proudstrider in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7824,0,60,50,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,76,0,0,0,0,6,0,0,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.','Return to Rashona Straglash in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7825,0,60,50,0,1638,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7823,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,81,0,0,0,0,3,0,0,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.','Return to Rumstag Proudstrider in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7826,0,60,12,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,76,0,0,0,0,6,0,0,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.','Return to Rashona Straglash in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7827,0,60,26,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,76,0,0,0,0,6,0,0,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.','Return to Rashona Straglash in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7828,2,48,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3750,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,'Stalking the Stalkers','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.','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!','','A job well done, $R. The Revantusk thank you for your contribution.','Show them the might of Revantusk!','Return to Huntsman Markhor at Revantusk Village in The Hinterlands.',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,'','','','',1,1,5,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (7829,2,48,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3750,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,'Hunt the Savages','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.','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.','','You have proven a worthy ally to the Revantusk, $N. Well done.','Clear your head of impure thoughts, $r. Become one with the wilds!','Return to Huntsman Markhor at Revantusk Village in The Hinterlands.',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,1,0,0,0,0,0,0,0,0,12340), (7830,2,48,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3750,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,'Avenging the Fallen','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.','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.','','$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.','Return to Huntsman Markhor at Revantusk Village in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19025,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7831,0,60,40,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,76,0,0,0,0,6,0,0,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.','Return to Rashona Straglash in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7832,0,60,50,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7824,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,76,0,0,0,0,3,0,0,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.','Return to Rashona Straglash in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7833,0,60,12,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,530,0,0,0,0,6,0,0,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.','Return to Vehena in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7834,0,60,26,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,530,0,0,0,0,6,0,0,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.','Return to Vehena in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7835,0,60,40,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,530,0,0,0,0,6,0,0,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.','Return to Vehena in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7836,0,60,50,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,530,0,0,0,0,6,0,0,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.','Return to Vehena in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7837,0,60,50,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7836,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,530,0,0,0,0,3,0,0,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.','Return to Vehena in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7838,0,55,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,8,1,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,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.','Return to Short John Mithril at Gurubashi Arena in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18706,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7839,2,48,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3750,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,'Vilebranch Hooligans','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.','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!','','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.','Return to Smith Slagtree at Revantusk Village in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19033,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7840,2,49,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3900,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lard Lost His Lunch','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.','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.','','$B$BDis hit da spot! Tanks little one.$B$BLard make you special picnic basket for help Lard.','$B$BLard so hungry.','Return to Lard at Revantusk Village in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19034,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7841,2,48,44,0,47,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,7842,5,0,3750,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,'Message to the Wildhammer','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.','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!','','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.','Return to Otho Moji\'ko at Revantusk Village in The Hinterlands.',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,1,0,0,0,0,0,0,0,0,12340), (7842,2,48,44,0,47,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7841,0,0,7843,6,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,0,0,0,0,0,0,0,0,0,0,0,'Another Message to the Wildhammer','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.','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.','','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.','Return to Otho Moji\'ko at Revantusk Village in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4589,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (7843,2,50,44,0,47,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7842,0,0,0,6,22000,5100,0,0,0,0,0,0,19036,1,0,2,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Final Message to the Wildhammer','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.','$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.','Message to the Wildhammer Delivered','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?','Return to Otho Moji\'ko 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,1,0,0,0,0,0,0,0,0,12340), (7844,2,48,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,14000,3750,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,'Cannibalistic Cousins','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.','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!','','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.','Return to Mystic Yayo\'jin at Revantusk Village in The Hinterlands.',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,1,0,0,0,0,0,0,0,0,12340), (7845,2,51,46,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,7846,5,0,4200,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,'Kidnapped Elder Torntusk!','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.','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.','','You must act quickly, $N. Surely the guards have been alerted to your presence.','',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,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7846,2,51,46,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7845,0,0,7847,6,0,5250,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recover the Key!','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.','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.','','Freedom at last! Thank you, $N. Revantusk will know your deeds!','You must hurry!','Return to Elder Torntusk at Jintha\'Alor in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19064,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7847,2,51,46,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7846,0,0,0,5,22500,4200,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,'Return to Primal Torntusk','Elder Torntusk at Jintha\'alor wants you to return to Primal Torntusk at Revantusk Village with news of his rescue.','Return to my mate, Primal Torntusk at Revantusk Village. Tell her that I am coming home! She is sure to reward you.','','You have done the Revantusk a great service, $N! We owe you a great debt of gratitude.','',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,1,0,0,0,0,0,0,0,0,12340), (7848,2,60,55,0,2717,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,22877,0,0,0,0,0,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,'Attunement to the Core','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.','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.','','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.','Return to Lothos Riftwaker at Blackrock Mountain in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18412,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7849,2,50,46,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,4050,0,0,0,0,0,0,0,0,0,8,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,'Separation Anxiety','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.','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.','','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.','Return to Huntsman Markhor at Revantusk Village in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19069,19070,0,0,0,0,1,1,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7850,2,50,46,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,5100,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Dark Vessels','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 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.','','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.','Return to Primal Torntusk at Revantusk Village in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19071,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7861,2,51,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,22500,5250,0,0,0,0,0,0,0,0,0,8,0,0,0,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,'Wanted: Vile Priestess Hexx and Her Minions','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.','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.','','A crippling blow to the Vilebranch, indeed. You shall be richly rewarded, $N.','Do you bring news from Jintha\'alor?','Return to Primal Torntusk at Revantusk Village in The Hinterlands.',7995,2648,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,1,0,0,0,0,0,0,0,0,12340), (7862,2,51,44,0,47,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,4200,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Job Opening: Guard Captain of Revantusk Village','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.','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 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?','Return to Primal Torntusk at Revantusk Village in The Hinterlands.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7863,0,34,25,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,1,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19150,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7864,0,44,35,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,1,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19151,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7865,0,70,45,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7863,0,1,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19152,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7866,0,34,25,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7866,0,1,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19154,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7867,0,44,35,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7866,0,1,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19155,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7868,0,70,45,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7866,0,1,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19153,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (7869,0,0,0,0,0,0,0,0,0,0,0,0,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,'test quest - do not use','','','',NULL,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,12340), (7870,0,0,0,0,0,0,0,0,0,0,0,0,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,'test quest2 - do not use','','','',NULL,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,12340), (7871,1,35,30,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,5,11000,1980,0,0,0,0,0,0,0,0,0,64,3,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','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.','',NULL,NULL,'Return to Sentinel Farsong at Fallen Sky Lake in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7872,1,45,40,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,5,19500,3300,0,0,0,0,0,0,0,0,0,64,3,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','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.','',NULL,NULL,'Return to Sentinel Farsong at Fallen Sky Lake in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7873,1,55,50,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,5,25000,4950,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','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.','',NULL,NULL,'Return to Sentinel Farsong at Fallen Sky Lake in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7874,1,35,30,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7922,0,5,11000,1980,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','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.','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.$B','','$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?','Return to Captain Shatterskull at Mor\'shan Base Camp in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7875,1,45,40,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7922,0,5,19500,3300,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','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.','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.$B','','$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?','Return to Captain Shatterskull at Mor\'shan Base Camp in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7876,1,55,50,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7922,0,5,25000,4950,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','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.','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.$B','','$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?','Return to Captain Shatterskull at Mor\'shan Base Camp in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7877,2,60,56,0,2557,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7461,0,0,0,1,27000,570,0,0,0,0,0,0,0,0,0,8,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,'The Treasure of the Shen\'dralar','Return to the Athenaeum and find the Treasure of the Shen\'dralar. Claim your reward!','In the library, Athenaeum, you will find an ancient chest hidden beneath the stairway. Take from it that which you desire.','','You open the chest to find...','',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,1,0,0,0,0,0,0,0,0,12340), (7881,0,-1,1,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Chronos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2309,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7882,0,-1,10,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Chronos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2314,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7883,0,-1,20,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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...','Return to Chronos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5739,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7884,0,-1,30,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,2500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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...','Return to Chronos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8185,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7885,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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...','Return to Chronos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15564,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7886,0,55,50,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7873,0,7788,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.',NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7887,0,35,30,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7871,0,7788,0,3,0,0,0,0,0,0,0,0,0,0,0,320,1,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,3,0,0,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.',NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7888,0,45,40,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7872,0,7788,0,3,0,0,0,0,0,0,0,0,0,0,0,328,1,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,3,0,0,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.',NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7889,0,-1,1,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Kerri Hicks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3240,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7890,0,-1,10,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Kerri Hicks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3486,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7891,0,-1,20,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,0,0,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.','Return to Kerri Hicks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3835,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7892,0,-1,30,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,2500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,0,0,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?','Return to Kerri Hicks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7945,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7893,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,0,0,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...','Return to Kerri Hicks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12644,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7894,0,-1,1,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4363,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7895,0,-1,10,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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!','Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4375,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7896,0,-1,20,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9313,0,0,0,0,0,36,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7897,0,-1,30,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,2500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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?','Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11590,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7898,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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?','Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15994,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7899,0,-1,1,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5134,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7900,0,-1,10,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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!','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11407,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7901,0,-1,20,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,1700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4582,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7902,0,-1,30,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,2500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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!','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5117,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7903,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,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.','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11404,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7904,0,60,6,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,NULL,'Return to Gelvas Grimegate.',0,0,0,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,12340), (7905,2,-1,6,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,19338,1,0,0,0,0,0,0,0,19182,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkmoon Faire','Deliver the Free Ticket Voucher to Gelvas Grimgate, located inside the Darkmoon Faire carnival.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19338,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7906,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Cards - Beasts','','',NULL,NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7907,2,-1,1,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,19228,1,0,256,1,0,0,0,0,19288,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Beast Deck','Return the Beast Deck to the Darkmoon Faire when it comes to town.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19228,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7908,2,55,1,0,33,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,480,0,0,0,0,0,0,18706,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arena Master','Speak with Short John Mithril in the Stranglethorn Arena.','There must be more to being a master of the arena than this! Perhaps the Pirate who runs the event at Gurubashi will know!',NULL,NULL,NULL,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,12340), (7921,0,25,20,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,7788,0,7788,0,3,0,0,0,0,0,0,0,0,0,0,0,320,1,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,3,0,0,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.',NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7922,0,55,50,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7876,0,7922,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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!',NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7923,0,45,40,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7875,0,7922,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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!',NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7924,0,35,30,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7874,0,7922,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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!',NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7925,0,25,20,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,7789,0,7922,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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!',NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7926,2,-1,6,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,540,0,0,0,0,0,0,19338,1,0,0,0,0,0,0,0,19182,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkmoon Faire','Deliver the Free Ticket Voucher to Gelvas Grimgate, located inside the Darkmoon Faire carnival.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19338,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7927,2,-1,1,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,19277,1,0,256,1,0,0,0,0,19290,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Portals Deck','Return the Portals Deck to the Darkmoon Faire when it comes to town.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19277,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7928,2,-1,1,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,19257,1,0,256,1,0,0,0,0,19287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Warlords Deck','Return the Warlords Deck to the Darkmoon Faire when it comes to town.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19257,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7929,2,-1,1,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,19267,1,0,256,1,0,0,0,0,19289,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Elementals Deck','Return the Elementals Deck to the Darkmoon Faire when it comes to town.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19267,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7930,0,-1,6,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (7931,0,-1,15,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7932,0,-1,30,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7933,0,-1,45,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,40,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7934,0,-1,6,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,50,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7935,0,-1,25,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (7936,0,-1,45,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,50,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7937,2,-1,10,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,19423,1,0,256,0,0,0,0,0,19425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Fortune Awaits You...','Travel to the Eastvale Logging Camp in Elwynn Forest and seek out your fortune.','\"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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19423,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7938,2,-1,10,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,19424,1,0,256,0,0,0,0,0,19425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Fortune Awaits You...','Travel to the Deadmines in Westfall and seek out your fortune.','\"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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19424,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7939,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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.','Return to Kerri Hicks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12644,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7940,0,-1,55,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,1200,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7941,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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.','Return to Chronos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15564,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7942,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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.','Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15994,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7943,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,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.','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11404,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7944,2,-1,10,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,19443,1,0,256,1,0,0,0,0,19425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Fortune Awaits You...','Travel to the Wailing Caverns in the Barrens and seek out your fortune.','\"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.$B','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19443,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7945,2,-1,10,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,19452,1,0,256,0,0,0,0,0,19425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Fortune Awaits You...','Travel to Palemane Rock in Mulgore and seek out your fortune.','\"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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19452,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7946,0,-1,1,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,23853,0,0,0,0,0,0,0,8,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,0,0,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...','Return to Morja.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11325,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (7961,2,1,1,0,9,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waskily Wabbits!','Collect 10 Unlucky Wabbit Feet from the Waskily Wabbits.','These rabbits are breeding uncontrollably. Something must be done!$b$bHelp us $n, you\'re our only hope.',NULL,NULL,NULL,'Return to Jonathan LeCraft in Designer Island.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7962,2,1,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,30,60,0,6756,0,0,0,0,0,0,0,8,0,0,0,0,0,13913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wabbit Pelts','Bring 3 LeCrafty Rabbit Pelts to Jon LeCraft.','I want LeCrafty rabbit pelts. Get me some from LeCrafty Rabbits.$b$bThis is important!','',NULL,NULL,'Return to Jonathan LeCraft in Designer Island.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (7981,0,-1,55,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,1200,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (8001,0,60,60,0,3277,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,889,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warsong Outriders ','','','','','','Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8002,0,60,60,0,3277,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,890,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silverwing Sentinels ','','',NULL,NULL,NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8021,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Prize Voucher','','',NULL,NULL,NULL,'Return to Antonia Dart in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8022,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Prize Voucher','','','',NULL,NULL,'Return to Bethina in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8023,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Prize Voucher','','',NULL,NULL,NULL,'Return to Tresa MacGregor in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8024,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Prize Voucher','','','',NULL,NULL,'Return to Hovrak Gutrender in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8025,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Prize Voucher','','','',NULL,NULL,'Return to Nyx Bloodrage in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8026,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Prize Voucher','','',NULL,NULL,NULL,'Return to Rygal Rocknell in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8041,0,60,58,0,1977,62,0,0,1,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19574,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8042,0,60,58,0,1977,62,0,0,1,0,0,0,0,0,0,0,270,0,9000,0,8041,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19575,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Jin\'rokh the Breaker in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19574,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8043,0,60,58,0,1977,62,0,0,1,0,0,0,0,0,0,0,270,0,21000,0,8042,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19576,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Jin\'rokh the Breaker in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19575,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8044,0,60,58,0,1977,62,0,0,1,0,0,0,0,0,0,0,270,0,42000,0,8043,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19577,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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. ','Return to Jin\'rokh the Breaker in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19576,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8045,0,60,58,0,1977,62,0,0,2,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19579,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','',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,1,0,0,0,0,0,0,0,0,12340), (8046,0,60,58,0,1977,62,0,0,2,0,0,0,0,0,0,0,270,0,9000,0,8045,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19585,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Jin\'rokh the Breaker in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19579,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8047,0,60,58,0,1977,62,0,0,2,0,0,0,0,0,0,0,270,0,21000,0,8046,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19586,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Jin\'rokh the Breaker in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19585,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8048,0,60,58,0,1977,62,0,0,2,513,0,0,0,0,0,0,270,0,42000,0,8047,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19588,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Jin\'rokh the Breaker in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19586,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8049,0,60,58,0,1977,62,0,0,16,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19591,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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. ','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8050,0,60,58,0,1977,62,0,0,16,0,0,0,0,0,0,0,270,0,9000,0,8049,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19592,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19591,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8051,0,60,58,0,1977,62,0,0,16,0,0,0,0,0,0,0,270,0,21000,0,8050,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19592,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8052,0,60,58,0,1977,62,0,0,16,0,0,0,0,0,0,0,270,0,42000,0,8051,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19593,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8053,2,60,58,0,19,62,0,0,2,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19827,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Freethinker\'s Armguards','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 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.','','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.','Return to Jin\'rokh the Breaker at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19716,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8054,2,60,58,0,19,62,0,0,2,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19826,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Freethinker\'s Belt','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 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.','','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?','Return to Jin\'rokh the Breaker at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19721,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8055,2,60,58,0,19,62,0,0,2,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19825,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Freethinker\'s Breastplate','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.','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.','','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.','Return to Jin\'rokh the Breaker at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19722,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8056,2,60,58,0,19,62,0,0,64,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19830,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Augur\'s Bracers','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.','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! ','','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!','Return to Maywiki of Zuldazar at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19717,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8057,2,60,58,0,19,62,0,0,1024,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19840,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Haruspex\'s Bracers','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.','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.','','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!','Return to Maywiki of Zuldazar at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19718,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8058,2,60,58,0,19,62,0,0,1,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19824,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Vindicator\'s Armguards','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.','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.','','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?','Return to Jin\'rokh the Breaker at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19717,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8059,2,60,58,0,19,62,0,0,256,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19848,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Demoniac\'s Wraps','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.','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.','','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.','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19718,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8060,2,60,58,0,19,62,0,0,128,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19846,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Illusionist\'s Wraps','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.','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.','','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?','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19716,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8061,2,60,58,0,19,62,0,0,16,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19843,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Confessor\'s Wraps','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.','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.','','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?','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19718,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8062,2,60,58,0,19,62,0,0,4,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19833,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Predator\'s Bracers','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.','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.','','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.','Return to Falthir the Sightless at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19716,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8063,2,60,58,0,19,62,0,0,8,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19836,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Madcap\'s Bracers','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.','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!','','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!','Return to Falthir the Sightless at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19717,0,0,0,0,0,1,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8064,2,60,58,0,19,62,0,0,1024,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19839,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Haruspex\'s Belt','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.','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!','','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.','Return to Maywiki of Zuldazar at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19720,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8065,2,60,58,0,19,62,0,0,1024,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Haruspex\'s Tunic','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.','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.','','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.','Return to Maywiki of Zuldazar at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19722,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8066,2,60,58,0,19,62,0,0,4,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19832,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Predator\'s Belt','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.','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.','','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.','Return to Falthir the Sightless at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19721,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8067,2,60,58,0,19,62,0,0,4,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Predator\'s Mantle','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.','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.','','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.','Return to Falthir the Sightless at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19724,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8068,2,60,58,0,19,62,0,0,128,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19845,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Illusionist\'s Mantle','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.','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!','','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.','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19721,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8069,2,60,58,0,19,62,0,0,128,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20034,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Illusionist\'s Robes','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.','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!','','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!','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19723,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8070,2,60,58,0,19,62,0,0,16,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19842,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Confessor\'s Bindings','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.','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!','','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...','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19720,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8071,2,60,58,0,19,62,0,0,16,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Confessor\'s Mantle','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.','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.','','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?','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19724,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8072,2,60,58,0,19,62,0,0,8,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19835,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Madcap\'s Mantle','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.','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.','','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.','Return to Falthir the Sightless at The Savage Coast in Stranglethorn Vale.',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,1,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8073,2,60,58,0,19,62,0,0,8,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19834,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Madcap\'s Tunic','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.','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.','','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?','Return to Falthir the Sightless at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19724,0,0,0,0,0,1,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8074,2,60,58,0,19,62,0,0,64,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19829,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Augur\'s Belt','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.','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!','','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?','Return to Maywiki of Zuldazar at Yojamba Isle in Stranglethorn Vale.',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,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8075,2,60,58,0,19,62,0,0,64,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19828,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Augur\'s Hauberk','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.','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!','','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.','Return to Maywiki of Zuldazar at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19722,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8076,2,60,58,0,19,62,0,0,256,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19849,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Demoniac\'s Mantle','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.','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.','','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...','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19720,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8077,2,60,58,0,19,62,0,0,256,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20033,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Demoniac\'s Robes','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.','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.','','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.','Return to Al\'tabim the All-Seeing at Yojamba Isle in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19723,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8078,2,60,58,0,19,62,0,0,1,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19823,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Vindicator\'s Belt','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 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.','','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!','Return to Jin\'rokh the Breaker at The Savage Coast in Stranglethorn Vale.',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,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8079,2,60,58,0,19,62,0,0,1,0,0,0,270,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,19822,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paragons of Power: The Vindicator\'s Breastplate','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.','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.','','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!','Return to Jin\'rokh the Breaker at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19723,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8080,1,55,50,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8080,0,5,25000,4950,0,0,0,0,0,0,0,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,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','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.','','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...','Return to Sergeant Maclear at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8081,0,55,50,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8080,0,8080,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Sergeant Maclear in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8101,0,60,58,0,1977,62,0,0,128,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19598,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8102,0,60,58,0,1977,62,0,0,128,0,0,0,0,0,0,0,270,0,9000,0,8101,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19599,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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. ','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19598,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8103,0,60,58,0,1977,62,0,0,128,0,0,0,0,0,0,0,270,0,21000,0,8102,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19600,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19599,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8104,0,60,58,0,1977,62,0,0,128,0,0,0,0,0,0,0,270,0,42000,0,8103,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19600,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8105,1,55,50,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8105,0,5,16500,4950,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','$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.','','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.',NULL,'Return to Field Marshal Oslight at Refuge Pointe in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8106,0,60,58,0,1977,62,0,0,256,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19602,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8107,0,60,58,0,1977,62,0,0,256,0,0,0,0,0,0,0,270,0,9000,0,8106,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19603,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19602,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8108,0,60,58,0,1977,62,0,0,256,0,0,0,0,0,0,0,270,0,21000,0,8107,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19604,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19603,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8109,0,60,58,0,1977,62,0,0,256,0,0,0,0,0,0,0,270,0,42000,0,8108,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19605,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Al\'tabim the All-Seeing in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19604,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8110,0,60,58,0,1977,62,0,0,1024,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19610,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8111,0,60,58,0,1977,62,0,0,1024,0,0,0,0,0,0,0,270,0,9000,0,8110,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19611,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Maywiki of Zuldazar in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19610,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8112,0,60,58,0,1977,62,0,0,1024,0,0,0,0,0,0,0,270,0,21000,0,8111,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Maywiki of Zuldazar in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19611,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8113,0,60,58,0,1977,62,0,0,1024,0,0,0,0,0,0,0,270,0,42000,0,8112,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19613,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Maywiki of Zuldazar in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19612,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8114,2,60,60,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,27000,8700,0,0,0,0,0,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,509,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Control Four Bases','Enter Arathi Basin, capture and control four bases at the same time, and then return to Field Marshal Oslight at Refuge Pointe.','$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. ','Control Four Bases.','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.',NULL,'Return to Field Marshal Oslight 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,1,0,0,0,0,0,0,0,0,12340), (8115,2,60,60,0,3358,41,0,0,0,1101,0,0,509,0,42000,0,509,0,42000,0,0,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,10,2,0,0,0,0,20132,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Control Five Bases','Control 5 bases in Arathi Basin at the same time, then return to Field Marshal Oslight at Refuge Pointe.','$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.','Take Five Bases.','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!',NULL,'Return to Field Marshal Oslight 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,1,0,0,0,0,0,0,0,0,12340), (8116,0,60,58,0,1977,62,0,0,64,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,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,0,0,0,0,270,0,0,0,0,5,0,0,0,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',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8117,0,60,58,0,1977,62,0,0,64,0,0,0,0,0,0,0,270,0,9000,0,8116,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19607,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Maywiki of Zuldazar in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19606,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8118,0,60,58,0,1977,62,0,0,64,0,0,0,0,0,0,0,270,0,21000,0,8117,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19608,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Maywiki of Zuldazar in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19607,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8119,0,60,58,0,1977,62,0,0,64,0,0,0,0,0,0,0,270,0,42000,0,8118,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19609,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Maywiki of Zuldazar in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19608,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8120,1,55,50,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8120,0,5,16500,4950,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','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.','','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.',NULL,'Return to Deathmaster Dwire at Circle of East Binding in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8121,2,60,60,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,27000,8700,0,0,0,0,0,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,510,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Take Four Bases','Hold four bases at the same time in Arathi Basin, and then return to Deathmaster Dwire in Hammerfall.','$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.','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.',NULL,'Return to Deathmaster Dwire at Circle of East Binding 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,1,0,0,0,0,0,0,0,0,12340), (8122,2,60,60,0,3358,41,0,0,0,690,0,0,510,0,42000,0,510,0,42000,0,0,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,10,2,0,0,0,0,20131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Take Five Bases','Hold five bases in Arathi Basin at the same time, then return to Deathmaster Dwire in Hammerfall.','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.','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.',NULL,'Return to Deathmaster Dwire at Circle of East Binding 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,1,0,0,0,0,0,0,0,0,12340), (8123,1,55,50,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8123,0,5,25000,4950,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,0,0,510,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','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.','',NULL,NULL,'Return to Deathstalker Mortis at Circle of East Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8124,0,55,50,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8123,0,8123,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Deathstalker Mortis in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8141,0,60,58,0,1977,62,0,0,8,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19614,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8142,0,60,58,0,1977,62,0,0,8,0,0,0,0,0,0,0,270,0,9000,0,8141,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19615,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Falthir the Sightless in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19614,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8143,0,60,58,0,1977,62,0,0,8,0,0,0,0,0,0,0,270,0,21000,0,8142,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19616,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Falthir the Sightless in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19615,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8144,0,60,58,0,1977,62,0,0,8,152,0,0,0,0,0,0,270,0,42000,0,8143,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19617,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Falthir the Sightless in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19616,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8145,0,60,58,0,1977,62,0,0,4,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19618,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8146,0,60,58,0,1977,62,0,0,4,0,0,0,0,0,0,0,270,0,9000,0,8145,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19619,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Falthir the Sightless in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19618,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8147,0,60,58,0,1977,62,0,0,4,0,0,0,0,0,0,0,270,0,21000,0,8146,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19620,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Falthir the Sightless in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19619,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8148,0,60,58,0,1977,62,0,0,4,0,0,0,0,0,0,0,270,0,42000,0,8147,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,19621,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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.','Return to Falthir the Sightless in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19620,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8149,2,-1,30,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,113,86400,19850,1,0,2,2,0,0,0,0,20009,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honoring a Hero','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.','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.','Place a tribute at Uther\'s Tomb','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.','Return to Wagner Hammerstrike at Gates of Ironforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8150,2,-1,30,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,111,86400,19851,1,0,2,2,0,0,0,0,20010,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honoring a Hero','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.','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.','Place a tribute at Grom\'s Monument','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.','Return to Javnir Nashak 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,1,0,0,0,0,0,0,0,0,12340), (8151,2,52,50,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8153,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunter\'s Charm','Speak to Ogtinc in Azshara.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8152,2,52,50,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8151,5,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,0,0,0,0,0,0,0,0,0,'REUSE','Speak with Ogtinc in Azshara.','$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.','',NULL,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,12340), (8153,2,52,50,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,8151,0,0,8231,5,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,0,0,0,0,0,0,0,0,0,0,0,'Courser Antlers','Bring a pair of Perfect Courser Antlers to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast of the Ruins of Eldarath.','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.','','You must possess keen sight and great patience to have obtained these. Well done.','Have you found the antlers?','Return to Ogtinc at The Shattered Strand in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20017,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8154,1,45,40,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8080,0,5,19500,3300,0,0,0,0,0,0,0,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,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','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.','','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...','Return to Sergeant Maclear at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8155,1,25,20,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8080,0,5,5500,1200,0,0,0,0,0,0,0,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,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','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.','','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...','Return to Sergeant Maclear at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8156,1,35,30,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8080,0,5,11000,1980,0,0,0,0,0,0,0,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,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','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.','','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...','Return to Sergeant Maclear at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8157,0,45,40,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8154,0,8080,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Sergeant Maclear in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8158,0,25,20,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8155,0,8080,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Sergeant Maclear in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8159,0,35,30,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8156,0,8080,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Sergeant Maclear in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8160,1,45,40,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8123,0,5,19500,3300,0,0,0,0,0,0,0,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,510,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','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.','',NULL,NULL,'Return to Deathstalker Mortis at Circle of East Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8161,1,35,30,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8123,0,5,11000,1980,0,0,0,0,0,0,0,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,510,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','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.','',NULL,NULL,'Return to Deathstalker Mortis at Circle of East Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8162,1,25,20,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8123,0,5,5500,1200,0,0,0,0,0,0,0,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,510,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','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.','',NULL,NULL,'Return to Deathstalker Mortis at Circle of East Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8163,0,45,40,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8160,0,8123,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Deathstalker Mortis in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8164,0,35,30,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8161,0,8123,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Deathstalker Mortis in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8165,0,25,20,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8162,0,8123,0,3,0,0,0,0,0,0,0,0,0,0,0,256,1,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,3,0,0,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.','Return to Deathstalker Mortis in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8166,1,45,40,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8105,0,5,13000,3300,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','$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.','','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.',NULL,'Return to Field Marshal Oslight at Refuge Pointe in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8167,1,35,30,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8105,0,5,7500,1980,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','$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.','','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.',NULL,'Return to Field Marshal Oslight at Refuge Pointe in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8168,1,25,20,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8105,0,5,3500,1200,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','$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.','','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.',NULL,'Return to Field Marshal Oslight at Refuge Pointe in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8169,1,45,40,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8120,0,5,13000,3300,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','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.','','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.',NULL,'Return to Deathmaster Dwire at Circle of East Binding in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8170,1,35,30,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8120,0,5,7500,1980,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','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.','','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.',NULL,'Return to Deathmaster Dwire at Circle of East Binding in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8171,1,25,20,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8120,0,5,3500,1200,0,0,0,0,0,0,0,0,0,72,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the Arathi Basin mine, lumber mill, blacksmith and stable, and then return to Deathmaster Dwire in Hammerfall.','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.','','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.',NULL,'Return to Deathmaster Dwire at Circle of East Binding in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Stable Assaulted',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8181,2,58,40,0,19,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4788,0,0,0,5,0,5400,0,0,0,0,0,0,0,0,0,8,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,'Confront Yeh\'kinya','Speak with 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!','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (8182,2,58,40,0,440,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8181,0,0,0,7,0,8100,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,'The Hand of Rastakhan','Speak with Molthor in Stranglethorn.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (8183,2,60,58,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,19802,1,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,270,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of Hakkar','Bring the Heart of Hakkar to Molthor on Yojamba Isle.','The Heart of Hakkar burns from within. Although the Soulflayer is defeated, the kernel of his power yet remains in this cursed organ.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19802,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8184,0,60,58,0,1977,62,0,0,1,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19813,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8185,0,60,58,0,1977,62,0,0,2,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19783,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19815,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8186,0,60,58,0,1977,62,0,0,8,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19784,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19814,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8187,0,60,58,0,1977,62,0,0,4,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19785,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19816,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8188,0,60,58,0,1977,62,0,0,64,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19786,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19817,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8189,0,60,58,0,1977,62,0,0,128,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19787,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19818,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8190,0,60,58,0,1977,62,0,0,256,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19819,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8191,0,60,58,0,1977,62,0,0,16,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,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!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19820,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8192,0,60,58,0,1977,62,0,0,1024,0,0,0,0,0,0,0,270,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,19790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Animist\'s Caress','','',NULL,'Use it well $C. Show the Hakkari no mercy!','Bring me these things and I will create a powerful enchantment for you!','Return to Zanza the Restless.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22637,19821,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8193,0,-1,1,0,-101,0,0,7200,0,0,356,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,0,1,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,'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!','Return to Riggle Bassbait in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (8194,0,-1,1,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,0,0,0,19000,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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!','Return to Jang in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19807,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8195,0,60,58,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,0,0,264,1,0,0,0,0,19858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,2,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.','Return to Vinchaxa in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19698,19699,19700,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8196,0,60,58,0,19,0,0,0,0,0,0,0,270,0,9000,0,270,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Essence Mangoes','','',NULL,'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!','Return to Rin\'wosho the Trader in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8201,2,60,58,0,19,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,27000,8700,0,0,0,0,0,0,19883,1,0,64,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,270,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Collection of Heads','String 5 Channeler\'s Heads, then return the Collection of Troll Heads to Exzhal on Yojamba Isle.','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.','','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!','Return to Exzhal at The Savage Coast in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,19881,0,0,0,5,0,0,19880,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8221,0,-1,1,0,-101,0,0,0,0,0,356,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,0,1,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,0,0,0,0,0,0,0,0,0,0,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*','Return to Fishbot 5000 in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8222,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,19182,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glowing Scorpid Blood','','',NULL,'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.','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19933,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8223,0,-1,40,0,-364,0,0,0,0,0,0,0,0,0,0,0,909,0,5500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'More Glowing Scorpid Blood','','',NULL,'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.','Return to Yebb Neblegear.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8224,0,-1,1,0,-101,0,0,0,0,0,356,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,0,1,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,0,0,0,0,0,0,0,0,0,0,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*','Return to Fishbot 5000 in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8225,0,-1,1,0,-101,0,0,0,0,0,356,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,0,1,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,0,0,0,0,0,0,0,0,0,0,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*','Return to Fishbot 5000 in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8226,0,-1,1,0,-101,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,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,'Rare Fish - Pale Ghoulfish','','','',NULL,NULL,'Return to Fishbot 5000 in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (8227,2,60,58,0,19,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,0,0,0,0,0,0,19973,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nat\'s Measuring Tape','Return Nat\'s Measuring Tape to Nat Pagle in Dustwallow Marsh.','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.\"','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19973,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8228,0,-1,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,1,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,'Could I get a Fishing Flier?','','','','There be a Fishin Contest in Booty Bay this Sunday! Here are the rules for ya!','',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,1,0,0,0,0,0,0,0,0,12340), (8229,0,-1,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,1,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,'Could I get a Fishing Flier?','','','','There is a Fishing Contest in Booty Bay this Sunday! Here are the rules for you!','',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,1,0,0,0,0,0,0,0,0,12340), (8230,0,0,0,0,0,0,0,0,0,0,0,0,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,'Collin\'s Test Quest','','',NULL,NULL,NULL,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,12340), (8231,2,52,50,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,8153,0,0,8232,5,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,0,0,0,0,0,0,0,0,0,0,0,'Wavethrashing','Bring 6 Wavethrasher Scales to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','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.','','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?','Return to Ogtinc at The Shattered Strand in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20087,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8232,2,52,50,0,-261,81,0,0,4,0,0,0,0,0,0,0,0,0,0,0,8231,0,0,0,7,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,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,'The Green Drake','Bring the Tooth of Morphaz to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','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.','','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?','Return to Ogtinc at The Shattered Strand in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20019,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8233,2,52,50,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8234,1,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,349,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Simple Request','Speak with Lord Jorach Ravenholdt in Ravenholdt Manor.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (8234,2,52,50,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,8233,0,0,8235,5,6000,4350,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,349,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sealed Azure Bag','Retrieve the Sealed Azure Bag from the Timbermaw Shaman in Azshara. Then take the bag to Archmage Xylem, also found in Azshara.','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.','','I see you have Lord Ravenholdt\'s bag. Why didn\'t you say so, boy?','Do I know you?','Return to Archmage Xylem at Bear\'s Head in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19775,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8235,2,52,50,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,8234,0,0,8236,5,7500,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,349,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Encoded Fragments','Bring 10 Encoded Fragments to Archmage Xylem in Azshara.','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.','','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?','Return to Archmage Xylem at Bear\'s Head in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20023,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8236,2,52,50,0,-162,81,0,0,8,0,0,0,0,0,0,0,0,0,0,0,8235,0,0,0,7,7500,6600,0,0,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,349,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Azure Key','Return the Azure Key to Lord Jorach Ravenholdt.','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.','','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?','Return to Lord Jorach Ravenholdt at Ravenholdt Manor in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20022,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8237,2,50,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','',NULL,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,12340), (8238,0,60,58,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,0,0,264,1,0,0,0,0,19858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,2,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.','Return to Vinchaxa in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19701,19702,19703,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8239,0,60,58,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,0,0,256,1,0,0,0,0,19858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,2,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.','Return to Vinchaxa in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19704,19705,19706,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8240,2,60,58,0,19,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,109,86400,0,0,0,10,2,0,0,0,0,19858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bijou for 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.','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!','','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!','Return to Vinchaxa at Yojamba Isle in 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,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8241,0,60,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,59,0,3000,7722,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,59,0,0,0,0,2,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.','Return to Master Smith Burninate in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18944,3575,3857,0,0,0,2,4,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8242,0,60,45,0,51,0,0,0,0,0,0,0,0,0,0,0,0,59,0,3000,7722,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,59,0,0,0,0,2,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.\n','Return to Master Smith Burninate in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18944,4234,3857,0,0,0,2,10,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8243,0,60,58,0,19,0,0,0,0,0,0,0,270,0,21000,0,270,0,21000,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,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,'Zanza\'s Potent Potables','','',NULL,'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!','Return to Rin\'wosho the Trader in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8244,0,60,58,0,19,0,0,0,0,0,0,0,270,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,NULL,'Return to Rin\'wosho the Trader in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,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,12340), (8245,0,60,58,0,19,0,0,0,0,0,0,0,270,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',NULL,NULL,'Return to Rin\'wosho the Trader in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,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,12340), (8246,0,60,58,0,19,0,0,0,0,0,0,0,270,0,42000,0,270,0,42000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'Signets of the Zandalar','','',NULL,'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!','Return to Rin\'wosho the Trader in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19858,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8247,0,0,0,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (8248,0,0,0,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (8249,0,60,50,0,-162,0,0,0,0,0,0,0,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,1,0,0,0,0,25878,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,349,70,0,0,0,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,'Junkboxes Needed','','',NULL,'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.','Return to Fahrad in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16885,0,0,0,0,0,5,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8250,2,52,50,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,450,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magecraft','Seek out Sanath Lim-yo and gain passage to see Archmage Xylem.','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.','','$B$BArch$C Xylem awaits your arrival.','',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,1,0,0,0,0,0,0,0,0,12340), (8251,2,52,50,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,8250,0,0,8252,5,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,0,0,0,0,0,0,0,0,0,0,0,'Magic Dust','Bring 10 Glittering Dust to Archmage Xylem.','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.','','Well done, $N! It never ceases to amaze me how persuasive a volley of arcane missiles can be.','Have you the dust?','Return to Archmage Xylem at Darkwhisper Gorge in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20028,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8252,2,52,50,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,8251,0,0,8253,5,7500,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,0,0,0,0,0,0,0,0,0,0,0,'The Siren\'s Coral','Collect 6 Enchanted Coral and return them to Archmage Xylem.','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.','','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?','Return to Archmage Xylem at Darkwhisper Gorge in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20029,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8253,2,52,50,0,-161,81,0,0,128,0,0,0,0,0,0,0,0,0,0,0,8252,0,0,0,7,15500,6600,0,0,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,'Destroy Morphaz','Retrieve the Arcane Shard from Morphaz and return to Archmage Xylem.','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.','','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?','Return to Archmage Xylem at Bear\'s Head in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20085,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8254,2,52,50,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8255,1,0,450,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,'Cenarion Aid','Seek out Ogtinc in Azshara.','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.','','Your arrival has lifted a weight from my shoulders. We have much to do.','',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,1,0,0,0,0,0,0,0,0,12340), (8255,2,52,50,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,8254,0,0,8256,5,0,4350,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,'Of Coursers We Know','Acquire 4 Healthy Courser Glands and bring them to Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','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.','','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?','Return to Ogtinc at The Shattered Strand in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20027,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8256,2,52,50,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,8255,0,0,8257,5,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,0,0,0,0,0,0,0,0,0,0,0,'The Ichor of Undeath','Acquire an Ichor of Undeath for Ogtinc in Azshara. Ogtinc resides atop the cliffs northeast the Ruins of Eldarath.','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.','','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?','Return to Ogtinc at The Shattered Strand in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7972,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8257,2,52,50,0,-262,81,0,0,16,0,0,0,0,0,0,0,0,0,0,0,8256,0,0,0,7,15500,6600,0,9884,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,'Blood of Morphaz','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.','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.','','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?','Return to Greta Mosshoof at Emerald Sanctuary in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20025,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8258,2,60,58,0,-82,81,0,0,64,690,0,0,0,0,0,0,0,0,0,0,7667,0,0,0,7,0,8700,0,0,0,0,0,0,18746,1,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,67,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkreaver Menace','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.','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!','','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?','Return to Sagorne Creststrider in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18880,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8259,0,60,58,0,-82,0,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,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,'A More Fitting Reward','','',NULL,NULL,NULL,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,12340), (8260,0,34,25,0,3358,0,0,0,0,1101,0,0,509,0,3000,0,509,0,3000,0,0,0,8260,0,1,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20233,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,1,0,0,0,0,0,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8261,0,44,35,0,3358,0,0,0,0,1101,0,0,509,0,3000,0,509,0,3000,0,0,0,8260,0,1,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20236,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,1,0,0,0,0,0,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8262,0,70,45,0,3358,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8260,0,1,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20231,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,509,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8263,0,34,25,0,3358,0,0,0,0,690,0,0,510,0,3000,0,510,0,3000,0,0,0,8263,0,1,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20229,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,1,0,0,0,0,0,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8264,0,44,35,0,3358,0,0,0,0,690,0,0,510,0,3000,0,510,0,3000,0,0,0,8263,0,1,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20230,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,1,0,0,0,0,0,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8265,0,70,45,0,3358,0,0,0,0,690,0,0,0,0,0,0,510,0,3000,0,0,0,8263,0,1,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,1,0,0,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8266,0,60,10,0,3277,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8266,0,1,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,890,0,0,0,0,3,0,0,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.',NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8267,0,60,10,0,3277,0,0,0,0,690,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,0,0,0,0,0,0,0,890,0,0,0,0,2,0,0,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.',NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8268,0,60,10,0,3277,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8268,0,1,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,889,0,0,0,0,3,0,0,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.',NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8269,0,60,10,0,3277,0,0,0,0,1101,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,0,0,0,0,0,0,0,889,0,0,0,0,2,0,0,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.',NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8270,0,0,0,0,0,0,0,0,0,0,0,0,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,'test copy quest','','','','Excellent! You\'ve proven to be a valuable ally in preparing for the war against the silithid.',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,12340), (8271,0,-1,51,0,2597,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7141,0,0,0,1,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,19107,19106,19108,20648,0,0,1,1,1,1,0,0,730,47,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Stormpike','','',NULL,'As a hero of the Stormpike, you may choose one item from these recently plun... er, recovered treasures.',NULL,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,12340), (8272,0,-1,51,0,2597,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7142,0,0,0,1,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,19107,19106,19108,20648,0,0,1,1,1,1,0,0,729,76,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Frostwolf','','',NULL,'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.',NULL,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,12340), (8273,0,47,42,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2782,0,0,0,5,7000,3600,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oran\'s Gratitude','','',NULL,'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.',NULL,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,12340), (8274,2,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,10,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,'Test Kill Quest','Kill 5 Murlocs and come back to the test character.','Got some time to spare? Kill me some Murlocs and I\'ll give you something shiny!','','You have my sincere gratitude. Your efforts in helping Cenarion Hold have shown true courage.',NULL,'Return to [PH] Luis Test NPC in Designer Island.',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,12340), (8275,2,55,54,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8275,8280,3,0,2460,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,609,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Back Silithus','Talk to Windcaller Proudhorn at Cenarion Hold in 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!',NULL,'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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8276,2,55,54,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8275,8280,3,0,2460,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,609,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Back Silithus','Talk to Windcaller Proudhorn at Cenarion Hold in 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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (8277,2,55,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8500,4950,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadly Desert Venom','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.','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.','','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!','Return to Beetix Ficklespragg at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20373,20376,0,0,0,0,8,8,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8278,2,57,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8277,0,0,0,5,6500,5250,0,0,0,0,0,0,0,0,0,8,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noggle\'s Last Hope','Beetix Ficklespragg at Cenarion Hold in Silithus wants you to gather 3 Stonelash Pincer Stingers, 3 Stonelash Flayer Stingers and 3 Rock Stalker Fangs.','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.','','Yes! It seems to be working, Noggle is coming to. We owe ya big time!','This is our last chance to save Noggle! Hurry!','Return to Beetix Ficklespragg at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20375,20374,20377,0,0,0,3,3,3,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8279,2,60,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8285,0,0,8287,6,9000,7200,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Twilight Lexicon','Bring the three chapters of the Twilight Lexicon to Hermit Ortell in Silithus. ','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.','','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?','Return to Hermit Ortell in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20394,20395,20396,0,0,0,1,1,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8280,2,55,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8281,5,8500,4950,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Securing the Supply Lines','Windcaller Proudhorn at Cenarion Hold in Silithus wants you to kill 15 Dredge Strikers.','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.','','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!','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (8281,2,57,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8280,0,0,0,5,17000,5250,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stepping Up Security','Windcaller Proudhorn at Cenarion Hold in Silithus wants you to slay 20 Dredge Crushers.','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. ','','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!','Return to Windcaller Proudhorn at Hive\'Ashi in Silithus.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (8282,2,58,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8278,0,0,0,5,0,5400,0,0,0,0,0,0,0,0,0,8,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noggle\'s Lost Satchel','Retrieve Noggle\'s Satchel from the mountains in the south of Silithus and return it to him at Cenarion Hold.','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.','','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.','Return to Noggle Ficklespragg at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20379,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8283,2,59,54,0,1377,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,18000,6900,0,0,0,0,0,0,0,0,0,8,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted - Deathclasp, Terror of the Sands','Bring Deathclasp\'s Pincer to Vish Kozus, Captain of the Guard.','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.','','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.','Return to Vish Kozus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20385,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8284,2,58,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8285,5,9000,5400,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Twilight Mystery','Geologist Larksbane at Cenarion Hold in Silithus wants you to collect 8 Twilight Tablet Fragments.','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.','','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.','Return to Geologist Larksbane at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20378,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8285,2,59,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8284,0,0,8279,4,0,4200,0,0,0,0,0,0,20401,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Deserter','Take the restored tablet to Hermit Ortell in Silithus.$B','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20401,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8286,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8288,5,0,5700,0,0,0,0,0,0,0,0,0,12,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Tomorrow Brings','Venture to the Caverns of Time in Tanaris and find Anachronos, Brood of Nozdormu.','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.','Discover the Brood of Nozdormu.','It is as it should be - the great one has risen. My watch comes to an end... ','Has Anachronos returned?','Return to Baristolth of the Shifting Sands 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,1,'','','','',4,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (8287,2,60,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8279,0,0,0,5,18000,5700,0,0,0,0,0,0,20405,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Terrible Purpose','Take the Decoded Tablet Parchment to Commander Mar\'alith.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20405,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8288,2,60,60,0,2677,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8286,0,0,8301,5,0,5700,0,0,0,0,0,0,0,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,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Only One May Rise','Return the Head of the Broodlord Lashlayer to Baristolth of the Shifting Sands at Cenarion Hold in Silithus.','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.','','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.','Return to Baristolth of the Shifting Sands at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20383,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8289,0,15,10,0,3277,41,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,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,890,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Talismans of Merit','','',NULL,NULL,NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,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,0,0,0,12340), (8290,1,15,10,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2000,660,0,0,0,0,0,0,0,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,890,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','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.',NULL,NULL,NULL,'Return to Sentinel Farsong at Fallen Sky Lake in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,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,0,0,0,12340), (8291,1,60,60,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7788,0,5,27000,5700,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Vanquish the Invaders!','Enter Warsong Gulch and defeat the Horde, obtain a Warsong Gulch Mark of Honor, and return to Sentinel Farsong at the Silverwing Grove.','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.','',NULL,NULL,'Return to Sentinel Farsong at Fallen Sky Lake in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8292,0,60,60,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8291,0,7788,0,3,0,0,0,0,0,0,0,0,0,0,0,328,1,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,3,0,0,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.',NULL,'Return to Sentinel Farsong in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8293,0,60,60,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8294,0,7922,0,3,0,0,0,0,0,0,0,0,0,0,0,328,1,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,3,0,0,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!',NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8294,1,60,60,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,7922,0,5,27000,5700,0,0,0,0,0,0,0,0,0,64,1,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,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','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.','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.','','$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?','Return to Captain Shatterskull at Mor\'shan Base Camp in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8295,1,15,10,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2000,660,0,0,0,0,0,0,0,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,889,889,889,889,0,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Quell the Silverwing Usurpers','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.','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.',NULL,NULL,NULL,'Return to Captain Shatterskull at Mor\'shan Base Camp in The Barrens.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8296,0,15,10,0,3277,41,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,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,889,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mark of Honor','','',NULL,NULL,NULL,'Return to Captain Shatterskull in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,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,0,0,0,12340), (8297,1,60,60,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8080,0,5,27000,5700,0,0,0,0,0,0,0,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,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','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.','','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...','Return to Sergeant Maclear at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8298,0,60,60,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8297,0,8080,0,3,0,0,0,0,0,0,0,0,0,0,0,328,1,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,3,0,0,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.','Return to Sergeant Maclear in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8299,1,60,60,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8123,0,5,27000,5700,0,0,0,0,0,0,0,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,510,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','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.','',NULL,NULL,'Return to Deathstalker Mortis at Circle of East Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8300,0,60,60,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8299,0,8123,0,3,0,0,0,0,0,0,0,0,0,0,0,328,1,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,3,0,0,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.','Return to Deathstalker Mortis in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8301,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8288,0,0,0,5,0,5700,0,0,0,0,0,0,20402,1,0,64,0,0,0,0,0,20403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Righteous','Collect 200 Silithid Carapace Fragments and return to Baristolth.','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.','','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.','Return to Baristolth of the Shifting Sands at Cenarion Holdi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20384,0,0,0,0,0,200,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8302,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,8301,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,1,0,0,0,0,20403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hand of the Righteous','Collect 200 Silithid Carapace Fragments and return to Baristolth.','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!','','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.','Return to Baristolth of the Shifting Sands at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20384,0,0,0,0,0,200,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8303,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8301,0,0,8305,0,0,0,0,0,0,0,0,0,20415,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anachronos','Seek out Anachronos at the Caverns of Time in Tanaris.','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.','','You are the hope of Kalimdor, $N.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8304,2,60,58,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8306,5,0,5700,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dearest Natalia','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.','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. ','','$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!','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',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,1,'Frankal Questioned','Rutgar Questioned','','',4,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (8305,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8303,0,0,8519,5,0,5700,0,0,0,0,0,0,0,0,25201,64,2,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Long Forgotten Memories','Locate the Crystalline Tear in Silithus and gaze into its depths.','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.$B','','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.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8306,2,60,58,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8304,0,0,0,6,18000,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20724,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into The Maw of Madness','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...\"','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$B','','$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?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',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,1,'The Fate of Mistress Natalia Mar\'alith','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8307,2,57,54,0,-304,0,0,0,0,0,185,285,0,0,0,0,0,0,0,0,0,0,0,8313,3,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,609,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desert Recipe','Look for information about cooking Sandworm Meat at the Twilight\'s Hammer camp west of Cenarion Hold.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (8308,2,60,58,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,7200,0,0,0,0,0,0,20461,1,0,0,0,0,0,0,0,20723,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brann Bronzebeard\'s Lost Letter','Take Brann Bronzebeard\'s Letter to Bronzebeard\'s Encampment in southern Silithus.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20461,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8309,2,60,58,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8304,8314,-8309,0,5,18000,5700,0,0,0,0,0,0,20453,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glyph Chasing','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.','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.','','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.','Return to Rutgar Glyphshaper at Bronzebeard Encampment in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20455,20454,20456,20453,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8310,2,60,58,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8304,8314,-8309,0,5,18000,5700,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking the Code','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.','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.','','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.','Return to Frankal Stonebridge at Bronzebeard Encampment in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20457,20458,20459,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8311,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20557,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallow\'s End Treats for Jesper!','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.','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!','','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...','Return to Jesper in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20492,20494,20490,20496,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8312,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,20557,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hallow\'s End Treats for Spoops!','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.','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!','','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...','Return to Spoops in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20493,20495,20491,20497,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8313,2,57,54,0,-304,0,0,0,0,0,185,285,0,0,0,0,0,0,0,0,8307,0,0,8317,5,8500,5250,0,24802,0,0,0,0,20467,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sharing the Knowledge','Bring the Torn Recipe Page to Calandrath at the inn in Cenarion Hold.','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. ','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20467,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8314,2,60,58,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8315,4,0,4350,0,0,0,0,0,0,20463,1,0,0,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unraveling the Mystery','Rutgar Glyphshaper at Bronzebeard\'s Encampment wants you to deliver the Glyphed Crystal Prism to Geologist Larksbane at the Cenarion Hold in Silithus.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20463,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8315,2,60,58,0,1377,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8314,0,0,0,6,0,7200,0,0,0,0,0,0,20464,1,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,609,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Calling','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!','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...','','I hold 20,000 years of history in my hands, $N!','You must take the opportunity as it presents itself and strike!','Return to Geologist Larksbane at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20465,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8316,0,60,58,0,1377,62,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20699,20710,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,12340), (8317,2,57,54,0,-304,0,0,0,0,0,185,285,0,0,0,0,0,0,0,0,8313,0,0,0,3,17000,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,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kitchen Assistance','Calandrath at Cenarion Hold needs a batch of 10 Smoked Desert Dumplings.','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.','','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? ','Return to Calandrath at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20452,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8318,2,60,57,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secret Communication','Bring 10 Encrypted Twilight Texts to Bor Wildmane in Cenarion Hold.','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!','','Excellent! I\'ll stash these away, maybe they\'ll be useful later.','Did you bring me some texts?','Return to Bor Wildmane at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20404,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8319,0,60,57,0,1377,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,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,609,0,0,0,0,0,0,0,0,0,50000,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.','Return to Bor Wildmane in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20404,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (8320,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8321,5,9000,5700,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Geolords','Kill 10 Twilight Geolords, then return to Huum Wildmane in Cenarion Hold.','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!','','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.','Return to Huum Wildmane at Cenarion Hold in Silithus.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8321,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8320,0,0,0,5,9000,5700,0,0,0,0,0,0,0,0,0,8,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,609,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vyral the Vile','Bring Vyral\'s Signet Ring to Huum Wildmane in Cenarion Hold.','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.','','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?','Return to Huum Wildmane at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20466,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (8322,2,-1,30,0,-22,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8409,2,0,33000,0,0,0,0,0,0,20605,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rotten Eggs','Place the Rotten Eggs in the main brew keg located inside the Southshore Inn.','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!','','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...',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20605,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8323,2,59,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8279,0,0,0,5,9000,5550,0,0,0,0,92,21600,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'True Believers','Hermit Ortell wants you to bring him 10 Encrypted Twilight Texts','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.','','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.','Return to Hermit Ortell in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20404,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8324,0,59,54,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8323,0,0,0,0,4500,0,0,0,0,0,93,21600,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,'Still Believing','','',NULL,'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.','Return to Hermit Ortell in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8325,2,1,1,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,8326,0,0,6,30,60,0,0,0,0,0,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,0,0,0,20997,20998,0,0,0,0,1,1,0,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming Sunstrider Isle','Kill 8 Mana Wyrms; they are located close to the Burning Crystals that are adjacent to the tower and gazebo.','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.','','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.','Return to Magistrix Erona at Sunstrider Isle in Eversong Woods.',15274,0,0,0,8,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (8326,2,3,1,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8325,0,0,8327,5,50,150,0,0,0,0,0,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,0,0,0,20994,20993,20992,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unfortunate Measures','Collect 8 Lynx Collars from slain Springpaw Lynxes and Springpaw Cubs. Return to Magistrix Erona on Sunstrider Isle when you are done.','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.','','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.','Return to Magistrix Erona at Sunstrider Isle in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20797,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8327,2,3,1,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8326,0,0,8334,1,0,0,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Lanthan Perilon','Speak with Lanthan Perilon on Sunstrider Isle; he is standing close to the path running west away from the Sunspire.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8328,2,1,1,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mage Training','Speak with Julia Sunstriker - the Mage class trainer - inside the Sunspire on Sunstrider Isle.','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.','','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. Let\'s get started!',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8329,2,2,1,0,3431,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,30,0,0,0,0,0,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,911,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warrior Training','Speak with Jesthenis Sunstriker - the warrior class trainer - inside the Sunspire on Sunstrider Isle.','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.',NULL,'Welcome to the Sunspire, young $C! Mastery of weapons and battle tactics begins here and now - all I ask of my pupils is that they cover payment for training costs that may come up, and that they are as good of a listener as they are an aspiring $C. The lessons I have to teach are extensive, and I don\'t like to repeat myself unnecessarially.$B$BLet\'s get to it then!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8330,2,4,2,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,75,210,0,0,0,0,0,0,20474,1,0,128,4,0,0,0,0,0,0,0,0,0,0,0,0,20996,20995,0,0,0,0,1,1,0,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solanian\'s Belongings','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.','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!','','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.','Return to Well Watcher Solanian at the Sunspire in Sunstrider Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20470,20471,20472,0,0,0,1,1,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8331,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,609,0,3000,0,0,0,0,8332,1,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aurel Goldleaf','Speak with Aurel Goldleaf in Cenarion Hold.','$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.','','$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...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8332,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,609,0,3000,0,8331,0,0,8349,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,609,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dukes of the Council','Bring 1 Large Brilliant Shard and 3 Abyssal Crests to Aurel Goldleaf in Cenarion Hold.','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.','','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.','Return to Aurel Goldleaf at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14344,20513,0,0,0,0,1,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8333,0,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,609,0,3000,0,8332,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,0,0,'Medallion of Station','','',NULL,'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...','Return to Aurel Goldleaf in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8334,2,4,1,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8327,0,0,8335,5,75,210,0,0,0,0,0,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,0,0,0,20837,20836,20840,20839,20835,0,1,1,1,1,1,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aggression','Kill 7 Tenders and 7 Feral Tenders, and then return to Lanthan Perilon on Sunstrider Isle.','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.','','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.','Return to Lanthan Perilon at Sunstrider Isle in Eversong Woods.',15271,15294,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8335,2,5,1,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8334,8347,0,0,6,200,330,0,0,0,0,0,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,0,0,0,20838,20841,0,0,0,0,1,1,0,0,0,0,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Felendren the Banished','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.','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.','','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.','Return to Lanthan Perilon at Sunstrider Isle in Eversong Woods.',15273,15298,0,0,8,2,0,0,0,0,0,0,0,0,0,0,0,0,20799,0,0,0,0,0,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8336,2,4,2,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,210,0,24829,0,0,0,0,0,0,0,128,4,0,0,0,0,20991,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Fistful of Slivers','Collect 6 Arcane Slivers from any creature on the isle that uses mana, and then return to Arcanist Ithanas on Sunstrider Isle.','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.','','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...','Return to Arcanist Ithanas at Sunstrider Isle in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20482,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8337,0,2,1,0,3431,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,'','','','',NULL,NULL,'Return to Arcanist Ithanas in Eversong Woods.',0,0,0,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,12340), (8338,2,4,1,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,150,210,0,0,0,0,0,0,20483,1,0,128,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tainted Arcane Sliver','Bring the Tainted Arcane Sliver to Arcanist Helion at the gazebo of the Sunspire on Sunstrider Isle.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20483,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8339,2,60,57,0,1377,0,0,0,0,0,0,0,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,20451,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Royalty of the Council UNUSED','Bring the items to Aurel Goldleaf in Cenarion Hold.','To make a Twilight Cultist Signet Ring, I need a bunch of items',NULL,NULL,NULL,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,12340), (8340,0,60,57,0,1377,0,0,0,0,0,0,0,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,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,'Twilight Signet Ring ','','',NULL,NULL,NULL,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,12340), (8341,2,60,60,0,1377,1,0,0,0,0,0,0,0,0,0,0,609,0,21000,0,8343,0,0,8351,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lords of the Council','Bring 5 Large Brilliant Shards and 3 Abyssal Signets to Aurel Goldleaf in Cenarion Hold.','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.','','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. ','Return to Aurel Goldleaf at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14344,20514,0,0,0,0,5,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8342,0,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,609,0,21000,0,8341,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,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,'Twilight Ring of Lordship','','',NULL,'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.','Return to Aurel Goldleaf in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8343,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,609,0,21000,0,0,0,0,8341,1,0,570,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goldleaf\'s Discovery','Speak with Aurel Goldleaf in Cenarion Hold.','$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.','','What Huum says is true. I believe I know how to summon a lord of the Abyssal Council! Listen on, and I will explain...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8344,2,-1,1,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,688,7763,0,0,0,0,0,0,0,16520,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Windows to the Source','Bring 4 Wraith Essences and 1 Tainted Wraith Essence to Summoner Teli\'Larien at the Sunspire on Sunstrider Isle.','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.','','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.','Return to Summoner Teli\'Larien in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20934,20935,0,0,0,0,4,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8345,2,4,2,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,150,210,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shrine of Dath\'Remar','Read the plaque on the Shrine of Dath\'Remar and then return to Well Watcher Solanian at the Sunspire on Sunstrider Isle.','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.','','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?','Return to Well Watcher Solanian at Sunstrider Isle in Eversong Woods.',-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,'Shrine of Dath\'Remar Read','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8346,2,3,2,0,3431,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,150,0,0,0,0,0,0,0,0,0,136,36,0,0,0,0,0,0,0,0,0,0,0,0,20999,21000,21001,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thirst Unending','Use your Arcane Torrent racial ability on a Mana Wyrm, then return to Arcanist Helion.','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.','','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?','Return to Arcanist Helion at Sunstrider Isle in Eversong Woods.',15468,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arcane Torrent unleashed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8347,2,5,4,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8335,0,0,9704,1,0,30,0,0,0,0,0,0,0,0,0,128,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aiding the Outrunners','Speak with Outrunner Alarion near the bridge leading south of Sunstrider Isle.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8348,2,60,60,0,1377,1,2,0,0,0,0,0,0,0,0,0,609,0,3000,0,8349,0,0,0,6,18000,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signet of the Dukes','Bring the Abyssal Signet to Bor Wildmane in Cenarion Hold.','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.','','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?','Return to Bor Wildmane at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20514,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8349,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,609,0,3000,0,8332,0,0,8348,1,0,570,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,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bor Wildmane','Speak with Bor Wildmane in Cenarion Hold.','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.','','Good to see you again, $C! So you had a medallion made? Good -- you\'ll need that for your next quest...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8350,2,5,4,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9705,0,0,0,2,0,60,0,0,0,0,0,0,20804,1,0,128,4,0,0,0,0,0,0,0,0,0,0,0,0,159,4536,0,0,0,0,5,5,0,0,0,0,911,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Completing the Delivery','Deliver Erona\'s Package to Innkeeper Delaniel inside the inn at Falconwing Square in Eversong Woods.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20804,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8351,2,60,60,0,1377,62,0,0,0,0,0,0,0,0,0,0,609,0,21000,0,8341,0,0,8352,1,0,570,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,0,0,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bor Wishes to Speak','Speak with Bor Wildmane in Cenarion Hold.','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...','','Yes, that\'s right, $N. I have a very tough task ahead...',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8352,2,60,60,0,1377,62,0,0,0,0,0,0,0,0,0,0,609,0,21000,0,8351,0,0,0,7,27000,8700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20602,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scepter of the Council','Bring an Abyssal Scepter to Bor Wildmane in Cenarion Hold.','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.','','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!','Return to Bor Wildmane at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20515,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8353,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8311,0,0,0,0,0,0,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,'Chicken Clucking for a Mint','Do a chicken emote at Innkeeper Firebrew, and in exchange you\'ll receive an Ironforge 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!',NULL,'Too funny! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!',NULL,'Return to Innkeeper Firebrew in Dun Morogh.',5111,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cluck like a chicken for Innkeeper Firebrew','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8354,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8312,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,'Chicken Clucking for a Mint','Do a chicken emote at Innkeeper Norman, and in exchange you\'ll receive an Undercity 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!$B',NULL,'Too funny! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!',NULL,'Return to Innkeeper Norman in Tirisfal Glades.',6741,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cluck like a chicken for Innkeeper Norman','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8355,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8311,0,0,0,0,0,0,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,'Incoming Gumdrop','Do a train emote at Talvash del Kissel, and in exchange you\'ll receive a Gnomeregan 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!',NULL,'Too funny! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!','Well, go ahead now...','Return to Talvash del Kissel in Wetlands.',6826,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Do the \"train\" for Talvash','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8356,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8311,0,0,0,0,0,0,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,'Flexing for Nougat','Do a flex emote at Innkeeper Allison, and in exchange you\'ll receive Stormwind Nougat!$B','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.',NULL,'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...','Return to Innkeeper Allison in Stormwind City.',6740,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flex for Innkeeper Allison','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8357,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8311,0,0,0,0,0,0,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,'Dancing for Marzipan','Do a dance emote at Innkeeper Saelienne, and in exchange you\'ll receive Darnassus 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!',NULL,'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...','Return to Innkeeper Saelienne in Darnassus.',6735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dance for Innkeeper Saelienne','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8358,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8312,0,0,0,0,0,0,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,'Incoming Gumdrop','Do a train emote at Kali Remik, and in exchange you\'ll receive a Darkspear Gumdrop!$B','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!$B',NULL,'Woo-woo! Well done, $N! Here\'s your treat.$B$BHappy Hallow\'s End!','Well, go ahead now...','Return to Kali Remik at Darkspear Strand in Durotar.',11814,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Do the \"train\" for Kali Remik','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8359,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8312,0,0,0,0,0,0,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,'Flexing for Nougat','Do a flex emote at Innkeeper Gryshka, and in exchange you\'ll receive Orgrimmar 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.$B',NULL,'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...','Return to Innkeeper Gryshka in Orgrimmar.',6929,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flex for Innkeeper Gryshka','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8360,2,-1,10,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-8312,0,0,0,0,0,0,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,'Dancing for Marzipan','Do a dance emote at Innkeeper Pala, and in exchange you\'ll receive Thunder Bluff 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!',NULL,'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...','Return to Innkeeper Pala in Thunder Bluff.',6746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dance for Innkeeper Pala','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8361,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20603,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Contacts','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.','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.','','Hah! You did it, $N! The Twilight\'s Hammer will soon be crushed!','Did you finish the job?','Return to Bor Wildmane at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20513,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,0,12340), (8362,0,60,60,0,1377,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,8,1,0,0,0,0,20603,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Crests','','',NULL,'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.','Return to Bor Wildmane in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20513,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8363,0,60,60,0,1377,1,2,0,0,0,0,0,0,0,0,0,609,0,3000,0,8348,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,20601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Signets','','',NULL,'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.','Return to Bor Wildmane in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20514,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8364,0,60,60,0,1377,62,0,0,0,0,0,0,0,0,0,0,609,0,21000,0,8352,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,0,0,0,0,20602,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abyssal Scepters','','',NULL,'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.','Return to Bor Wildmane in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20515,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8365,2,45,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,3300,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pirate Hats Ahoy!','Haughty Modiste wants you to collect 20 Southsea Pirate Hats and return them to her at Steamwheedle Port in Tanaris.','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?','','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!','Return to Haughty Modiste at Steamwheedle Port in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20519,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8366,2,45,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,3300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,20640,20641,0,0,0,0,1,1,0,0,0,0,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Southsea Shakedown','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.','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!','','$N! You are the $g man:woman;!!!$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.','Return to Security Chief Bilgewhizzle at Steamwheedle Port in Tanaris.',7855,7856,7857,7858,10,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,1,0,0,0,0,0,0,0,0,12340), (8367,1,-1,61,0,-25,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,8,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,729,889,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'For Great Honor','Bring a Mark of Honor from each battleground to a Horde Warbringer in any Horde capital city or Shattrath.','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!','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,20559,20560,29024,0,0,1,1,1,1,0,0,7,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8368,1,19,10,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8368,0,5,1100,900,0,24960,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,889,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','Bring 3 Warsong Marks of Honor to a Horde Warbringer outside the battlegrounds.','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!','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8369,2,60,51,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,18000,7200,0,24923,0,0,0,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,729,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Invaders of Alterac Valley','Bring 3 Alterac Valley Marks of Honor to a Horde Warbringer outside the battlegrounds.','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!','','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8370,1,29,20,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8370,0,5,2500,1440,0,24961,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,510,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','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!','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8371,1,-1,61,0,-25,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,8,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,509,730,890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Concerted Efforts','Bring a Mark of Honor from each battleground to an Alliance Brigadier General in any Alliance Capital City, Dalaran or Shattrath.','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.','','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,20559,20558,29024,0,0,1,1,1,1,0,0,7,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8372,1,19,10,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8372,0,5,1100,900,0,24960,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,890,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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!','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8373,2,-1,25,0,-22,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,33000,0,0,0,0,0,0,20604,1,0,2,2,0,0,0,0,20557,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Power of Pine','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.','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?','Clean up a stink bomb that\'s been dropped on Southshore!','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.',NULL,'Return to Sergeant Hartman at 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,'','','','',5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8374,1,29,20,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8374,0,5,2500,1440,0,24961,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,509,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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.','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8375,1,60,51,0,2839,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,18000,7200,0,24923,0,0,0,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,730,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remember Alterac Valley!','Bring 3 Alterac Valley Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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!','','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8376,0,60,58,0,1377,62,0,0,2,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,20700,20711,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8377,0,60,58,0,1377,62,0,0,8,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20702,20713,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8378,0,60,58,0,1377,62,0,0,128,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20703,20715,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8379,0,60,58,0,1377,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20707,20717,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8380,0,60,58,0,1377,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20701,20712,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8381,0,60,58,0,1377,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20705,20716,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8382,0,60,58,0,1377,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8315,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20704,20714,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armaments of War','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8383,0,60,51,0,2839,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8375,0,0,0,3,0,0,0,24923,0,0,0,0,0,0,0,264,1,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,5,0,0,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.',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8384,0,29,20,0,45,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8374,0,8374,0,3,0,0,0,24961,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8385,0,-1,61,0,-25,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8371,0,0,0,0,0,0,0,0,0,8,0,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,730,509,890,0,0,0,0,0,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.','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,20559,20558,29024,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8386,0,19,10,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8372,0,8372,0,3,0,0,0,24960,0,0,0,0,0,0,0,264,1,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,3,0,0,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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8387,0,60,51,0,2839,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8369,0,0,0,3,0,0,0,24923,0,0,0,0,0,0,0,264,1,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,5,0,0,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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8388,0,-1,61,0,-25,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8367,0,0,0,0,0,0,0,0,0,8,0,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,729,889,510,0,0,0,0,0,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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20560,20559,20558,29024,0,0,1,1,1,1,0,0,7,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8389,0,19,10,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8368,0,8368,0,3,0,0,0,24960,0,0,0,0,0,0,0,264,1,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,3,0,0,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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8390,0,29,20,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8370,0,8370,0,3,0,0,0,24961,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8391,0,39,30,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8393,0,8374,0,3,0,0,0,24962,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8392,0,49,40,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8394,0,8374,0,3,0,0,0,24963,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8393,1,39,30,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8374,0,5,4500,2460,0,24962,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,509,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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.','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8394,1,49,40,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8374,0,5,7000,3900,0,24963,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,509,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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.','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8395,1,59,50,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8374,0,5,9000,5550,0,24964,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,509,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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.','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8396,1,60,60,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8374,0,5,9000,5700,0,24965,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,509,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','Bring 3 Arathi Basin Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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.','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8397,0,59,50,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8395,0,8374,0,3,0,0,0,24964,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8398,0,60,60,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8396,0,8374,0,3,0,0,0,24965,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming Arathi Basin','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8399,1,29,20,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8372,0,5,2500,1440,0,24961,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,890,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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!','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8400,1,39,30,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8372,0,5,4500,2460,0,24962,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,890,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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!','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8401,1,49,40,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8372,0,5,7000,3900,0,24963,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,890,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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!','','Well done, $N! You\'ve served the Alliance well.',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8402,1,59,50,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8372,0,5,9000,5550,0,24964,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,890,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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!','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8403,1,60,60,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8372,0,5,9000,5700,0,24965,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,890,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to an Alliance Brigadier General outside the battlegrounds.','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!','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8404,0,29,20,0,0,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8399,0,8372,0,3,0,0,0,24961,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8405,0,39,30,0,0,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8400,0,8372,0,3,0,0,0,24962,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8406,0,49,40,0,0,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8401,0,8372,0,3,0,0,0,24963,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8407,0,59,50,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8402,0,8372,0,3,0,0,0,24964,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8408,0,60,60,0,0,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8403,0,8372,0,3,0,0,0,24965,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fight for Warsong Gulch','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8409,2,-1,30,0,-22,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8322,0,0,0,2,0,33000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20557,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruined Kegs','Return to Darkcaller Yanka at the Wickerman Festival in Tirisfal Glade.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8410,2,52,50,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,4,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,0,0,0,0,0,0,0,0,0,0,0,'Elemental Mastery','Collect a sample of air, fire, earth and water for Bath\'rah the Windwatcher.','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.','','Excellent, mon. Now we be talkin\'.','What you got for me, $C?','Return to Bath\'rah the Windwatcher at Chillwind Point in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7069,7068,7067,7070,0,0,1,1,1,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (8411,2,52,50,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,4,0,3300,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,'Mastering the Elements','Bring the elements earth, air, fire and water to Bath\'rah the Windwatcher.','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.','','These be the elements I need. Now we talk.','Where\'s the elements, mon?','Return to Bath\'rah the Windwatcher at Chillwind Point in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7069,7067,7068,7070,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8412,2,52,50,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,8410,0,0,0,5,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,0,0,0,0,0,0,0,0,0,0,0,'Spirit Totem','Bring the pieces for the spirit totem to Bath\'rah the Windwatcher.','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.','','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.','Return to Bath\'rah the Windwatcher at Chillwind Point in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20610,20611,0,0,0,0,8,8,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (8413,2,52,50,0,-82,81,0,0,64,0,0,0,0,0,0,0,0,0,0,0,8412,0,0,0,7,15500,6600,0,0,0,0,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,'Da Voodoo','Bring the voodoo feathers to Bath\'rah the Windwatcher.','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.','','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?','Return to Bath\'rah the Windwatcher at Chillwind Point in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20606,20607,20608,0,0,0,2,2,2,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8414,2,52,50,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,8415,0,0,0,5,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,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dispelling Evil','Collect 20 Minion\'s Scourgestones and bring them to High Priest Thel\'danis in the Western Plaguelands.','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.','','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?','Return to High Priest Thel\'danis at Uther\'s Tomb in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12840,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8415,2,52,50,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,8414,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chillwind Camp','Speak to Commander Ashlam Valorfist at 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!','','Very well, $C! Let\'s see what you\'re made of.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8416,2,52,50,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,8414,0,0,8418,3,0,2220,0,0,0,0,0,0,20612,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inert Scourgestones','Bring the Inert Scourgestone to Commander Ashlan Valorfist in Chillwind Point.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20612,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8417,2,52,50,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8423,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Troubled Spirit','Speak with the Fallen Hero of the Horde at the entrance to the Blasted Lands.','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.','','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?',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,1,0,0,0,0,0,0,0,0,12340), (8418,2,52,50,0,-141,81,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,8416,0,0,0,7,15500,6600,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20620,0,0,0,1,0,0,0,20504,20512,20505,0,0,0,1,1,1,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forging the Mightstone','Collect Amber, Blue, and Green Voodoo Feathers from the trolls of Sunken Temple.','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.','','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?','Return 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,20606,20607,20608,0,0,0,2,2,2,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8419,2,52,50,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,8421,8419,8421,4,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,0,0,0,0,0,0,0,0,0,0,0,'An Imp\'s Request','Bring a piece of felcloth to Impsy in Felwood.','$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.','','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?','Return to Impsy at Shatter Scar Vale in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8420,2,52,50,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,8421,8419,8421,4,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,0,0,0,0,0,0,0,0,0,0,0,'Hot and Itchy','Bring a piece of felcloth to Impsy in Felwood.','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?','','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?','Return to Impsy at Shatter Scar Vale in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8421,2,52,50,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8422,5,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,0,0,0,0,0,0,0,0,0,0,0,'The Wrong Stuff','Bring 10 Rotting Wood and 4 Bloodvenom Essence to Impsy in Felwood.','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.','','This will work so very well.','Do you have the goods?','Return to Impsy at Shatter Scar Vale in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20613,20614,0,0,0,0,10,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8422,2,52,50,0,-61,81,0,0,256,0,0,0,0,0,0,0,0,0,0,0,8421,0,0,0,7,15500,6600,0,0,0,0,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,'Trolls of a Feather','Bring a total of 6 Voodoo Feathers from the trolls in sunken temple.','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.','','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!','Return to Impsy at Shatter Scar Vale in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20606,20607,20608,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8423,2,52,50,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8417,0,0,8424,5,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,0,0,0,0,0,0,0,0,0,0,0,'Warrior Kinship','Kill 7 Helboar in the Blasted Lands and return to the Fallen Hero of the Horde.','$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.','','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.','Return to Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.',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,1,0,0,0,0,0,0,0,0,12340), (8424,2,52,50,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8423,0,0,8425,5,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,0,0,0,0,0,0,0,0,0,0,0,'War on the Shadowsworn','Slaughter the Shadowsworn in the Blasted Lands and return to the Fallen Hero of the Horde.','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.','','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.','Return to Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.',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,1,0,0,0,0,0,0,0,0,12340), (8425,2,52,50,0,-81,81,0,0,1,0,0,0,0,0,0,0,0,0,0,0,8424,0,0,0,7,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,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,'Voodoo Feathers','Bring the Voodoo Feathers from the trolls in the Sunken Temple to the Fallen Hero of the Horde.','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.','','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...','Return to Fallen Hero of the Horde at Splinterspear Junction in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20606,20607,20608,0,0,0,2,2,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8426,1,29,20,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8368,0,5,2500,1440,0,24961,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,889,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','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!','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8427,1,39,30,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8368,0,5,4500,2460,0,24962,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,889,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','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!','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8428,1,49,40,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8368,0,5,7000,3900,0,24963,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,889,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','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!$B','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8429,1,59,50,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8368,0,5,9000,5550,0,24964,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,889,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','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!','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8430,1,60,60,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8368,0,5,9000,5700,0,24965,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,889,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Warsong Gulch','Bring 3 Warsong Gulch Marks of Honor to a Horde Warbringer outside the battlegrounds.','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!','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8431,0,29,20,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8426,0,8368,0,3,0,0,0,24961,0,0,0,0,0,0,0,264,1,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,3,0,0,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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8432,0,39,30,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8427,0,8368,0,3,0,0,0,24962,0,0,0,0,0,0,0,264,1,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,3,0,0,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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8433,0,49,40,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8428,0,8368,0,3,0,0,0,24963,0,0,0,0,0,0,0,264,1,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,3,0,0,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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8434,0,59,50,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8429,0,8368,0,3,0,0,0,24964,0,0,0,0,0,0,0,264,1,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,3,0,0,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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8435,0,60,60,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8430,0,8368,0,3,0,0,0,24965,0,0,0,0,0,0,0,264,1,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,3,0,0,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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8436,1,39,30,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8370,0,5,4500,2460,0,24962,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,510,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','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!','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8437,1,49,40,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8370,0,5,7000,3900,0,24963,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,510,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','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!','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8438,1,59,50,0,45,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8370,0,5,9000,5550,0,24964,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,510,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','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!','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8439,1,60,60,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8370,0,5,9000,5700,0,24965,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,510,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','Bring 3 Arathi Basin Mark of Honor to a Horde Warbringer outside the battlegrounds.','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!','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8440,0,39,30,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8436,0,8370,0,3,0,0,0,24962,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8441,0,49,40,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8437,0,8370,0,3,0,0,0,24963,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8442,0,59,50,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8438,0,8370,0,3,0,0,0,24964,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8443,0,60,60,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8439,0,8370,0,3,0,0,0,24965,0,0,0,0,0,0,0,264,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conquering Arathi Basin','','','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,0,0,0,0,0,3,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8444,2,58,55,0,1377,0,0,0,0,0,0,0,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,' gossip shade of ambermoon','x','x','',NULL,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,12340), (8445,2,58,55,0,1377,0,0,0,0,0,0,0,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,' gossip shade of ambermoon','x','x','',NULL,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,12340), (8446,2,60,60,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8447,7,0,8700,0,0,0,0,0,0,20644,1,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,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shrouded in Nightmare','Find someone capable of deciphering the meaning behind the Nightmare Engulfed Object.$B$BPerhaps a druid of great power could assist you.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20644,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8447,2,60,60,0,-1,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,66,2,0,0,0,0,20600,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waking Legends','Wait for Keeper Remulos at the Moonglade to cleanse the Nightmare Engulfed Object.','The waters of Lake Elune\'ara should dissolve the nightmares engulfing this object. Give me a moment to perform the cleansing, $N.','Waking Legends.','Take his ring, $N. It has served its purpose for Malfurion. It shall now serve a new purpose for you...',NULL,'Return to Keeper Remulos at Lake Elune\'ara 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8448,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (8449,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (8450,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (8451,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (8452,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (8453,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (8454,0,1,1,0,0,0,0,0,0,0,0,0,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,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,' Mystery Reward','','','',NULL,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,12340), (8458,2,33,25,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1482,5,0,17400,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Bring a Shadowstalker Scalp to Maurin Bonesplitter in Desolace.','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.','',NULL,NULL,'Return to Maurin Bonesplitter at Ghost Walker Post in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8459,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Log','Description','',NULL,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,12340), (8460,2,48,45,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,3750,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,21311,21312,0,0,0,0,1,1,0,0,0,0,576,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timbermaw Ally','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.','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.','','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.','Return to Grazle at Emerald Sanctuary in Felwood.',7153,7155,7154,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,1,0,0,0,0,0,0,0,0,12340), (8461,2,55,45,0,1769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,4950,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,21316,21317,0,0,0,0,1,1,0,0,0,0,576,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadwood of the North','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.','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.','','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.','Return to Nafien near Felpaw Village in Felwood.',7156,7157,7158,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,'','','','',1,1,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,12340), (8462,2,55,45,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8460,0,0,0,1,0,480,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,576,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak to Nafien','Travel north along the main road in Felwood and speak with the furbolg named Nafien. He stands guard outside the entrance to Timbermaw Hold.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8463,2,5,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9352,5,100,270,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unstable Mana Crystals','Bring back 6 Unstable Mana Crystals to Aeldon Sunbrand at Falconwing Square.','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.','','Excellent work, $N.','Did you retrieve the stolen goods yet?','Return to Aeldon Sunbrand at Falconwing Square in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20743,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8464,2,58,45,0,1769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5400,0,0,0,0,0,0,0,0,0,8,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,576,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Activity','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.$B','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.',NULL,'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.','Return to Salfa in Winterspring.',7439,7440,7438,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,'','','','',1,1,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,12340), (8465,2,55,45,0,361,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,480,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,576,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak to Salfa','Travel through Timbermaw Hold and exit into Winterspring. Speak with Salfa, who stands guard outside the entrance to Timbermaw Hold.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,12340), (8466,0,55,45,0,361,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,0,0,0,0,256,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feathers for 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.$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.','Return to Grazle in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21377,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8467,0,55,45,0,361,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,0,0,0,0,256,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feathers for Nafien','','',NULL,'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.','Return to Nafien in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21377,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (8468,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,250,330,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Thaelis the Hungerer','Bring Thaelis\'s Head to Sergeant Kan\'ren at Falconwing Square in Eversong Woods.','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.','','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?','Return to Sergeant Kan\'ren at Falconwing Square in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21781,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8469,0,56,50,0,361,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,256,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beads for Salfa','','','','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.$B$BThe 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.','Return to Salfa in Felwood.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21383,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8470,2,55,45,0,361,0,0,0,0,0,0,0,576,0,0,0,0,0,0,0,0,0,0,0,5,8500,4950,0,0,0,0,0,0,20741,1,0,0,0,0,0,0,0,13446,13444,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadwood Ritual Totem','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.','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.$B','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20741,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (8471,2,56,50,0,618,0,0,0,0,0,0,0,576,0,0,0,0,0,0,0,0,0,0,0,5,17000,5100,0,0,0,0,0,0,20742,1,0,0,0,0,0,0,0,13446,13444,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfall Ritual Totem','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.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20742,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (8472,2,5,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8895,5,100,270,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Major Malfunction','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.','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.','','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?','Return to Magister Jaronis at Falconwing Square in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21808,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8473,2,9,6,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9258,0,0,0,5,300,480,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Somber Task','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.','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.','','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?','Return to Larianna Riverwind at Goldenbough Pass in Eversong Woods.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (8474,2,10,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10166,5,350,510,0,0,0,0,0,0,23228,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Whitebark\'s Pendant','Find the person who might have made Old Whitebark\'s Pendant. They might provide some insight on the item.','The pendant has the initials L.R. etched on to it. Perhaps these letters will lead to the pendant\'s maker.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23228,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8475,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,330,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,23375,23376,23377,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dead Scar','Slay 8 Plaguebone Pillagers and report back to Ranger Jaela on the Dead Scar in Eversong Woods.','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.','','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?','Return to Ranger Jaela at the Dead Scar in Eversong Woods.',15654,0,0,0,8,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (8476,2,10,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9359,0,0,0,5,350,510,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amani Encroachment','Lieutenant Dawnrunner at the Farstrider Retreat in Eversong Woods wants you to kill 5 Amani Berserkers and 5 Amani Axe Throwers.','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.','','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.','Return to Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8477,2,10,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,350,510,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spearcrafter\'s Hammer','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.','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.','','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? ','Return to Arathel Sunforge at Farstrider Retreat in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20759,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8478,0,9,5,0,3430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,150,240,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,'Choose Your Weapon','','',NULL,NULL,NULL,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,12340), (8479,2,11,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,136,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,530,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zul\'Marosh','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.','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.','','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?','Return to Ven\'jashi at Tor\'Watha in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20760,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8480,2,7,5,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9076,5,175,390,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost Armaments','Bring 8 Sin\'dorei Armaments to Velendris Whitemorn in Eversong Woods.','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.','','Great job, $N. Let\'s show the Wretched what we\'re made of!','Did you gather the lost weapons yet?','Return to Velendris Whitemorn in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22413,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8481,2,60,45,0,1769,1,0,0,0,0,0,0,576,0,42000,0,576,0,42000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,21144,1,0,0,0,0,0,0,0,21326,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,576,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Root of All Evil','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.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21144,21145,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8482,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8483,6,250,420,0,0,0,0,0,0,20765,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Incriminating Documents','Bring the Incriminating Documents to Aeldon Sunbrand at Falconwing Square in Eversong Woods.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20765,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8483,2,7,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8482,0,0,0,6,0,480,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dwarven Spy','Bring Prospector Anvilward\'s Head to Aeldon Sunbrand at Falconwing Square in Eversong Woods.','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.','','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?','Return to Aeldon Sunbrand at Falconwing Square in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20764,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8484,2,60,45,0,1769,0,0,0,0,1101,0,0,576,0,42000,0,576,0,42000,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,21155,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Brokering of Peace','Bring the Timbermaw Offering of Peace to King Magni Bronzebeard in Ironforge.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21155,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8485,2,60,45,0,1769,0,0,0,0,690,0,0,576,0,42000,0,576,0,42000,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,21155,1,0,0,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Brokering of Peace','Bring the Timbermaw Offering of Peace to Thrall in Orgrimmar.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21155,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8486,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9119,0,0,0,5,0,330,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,23370,23371,0,0,0,0,1,1,0,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arcane Instability','Ley-Keeper Velania wants you to kill 5 Manawraiths and 5 Mana Stalkers.','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!','','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?','Return to Ley-Keeper Velania at the West Sanctum in Eversong Woods.',15648,15647,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8487,2,9,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9254,0,0,0,5,300,480,0,29535,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrupted Soil','Apprentice Mirveda at the East Sanctum in Eversong Woods wants you to collect 8 Tainted Soil Samples.','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.','','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?','Return to Apprentice Mirveda at East Sanctum in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20771,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8488,2,9,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8487,0,0,9255,5,300,480,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unexpected Results','Protect Apprentice Mirveda from the Scourge ambush.','Something\'s wrong, $N. I sense the presence of Scourge. Be ready to fight them!','Protect Apprentice Mirveda','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.',NULL,'Return to Apprentice Mirveda at East Sanctum 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8489,2,6,4,0,3430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,125,330,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,'An Intact Converter','Bring the Intact Arcane Converter to Ley-Keeper Velania.','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.',NULL,NULL,NULL,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,12340), (8490,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9253,0,0,0,5,350,510,0,0,0,0,0,0,22693,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Powering our Defenses','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.','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! ','','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?','Return to Runewarden Deryan at Runestone Falithas in Eversong Woods.',16364,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,22693,0,0,0,0,0,1,0,0,0,0,0,1,'Runestone Energized','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8491,2,7,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,175,390,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pelt Collection','Velan Brightoak at Fairbreeze Village in Eversong Woods wants you to bring him 6 Springpaw Pelts.','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.','','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?','Return to Velan Brightoak at Fairbreeze Village in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20772,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8492,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Copper Bars!','Bring 20 Copper Bars to Sergeant Stonebrow at the Military Ward in Ironforge.','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?','','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?','Return to Sergeant Stonebrow in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8493,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Copper Bars!','Bring 20 copper bars to Sergeant Stonebrow at the airfield in Dun Morogh.','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?','','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?','Return to Sergeant Stonebrow in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8494,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Iron Bars!','Bring 20 Iron Bars to Corporal Carnes at the Military Ward in Ironforge.','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?','','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!','Return to Corporal Carnes in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3575,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8495,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Iron Bars!','Bring 20 iron bars to Corporal Carnes at the airfield in Dun Morogh.','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?','','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?','Return to Corporal Carnes in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3575,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8496,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20806,1,0,256,1,0,0,0,0,20800,20805,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bandages for the Field','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.','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.','','Just in time. These supplies will save lives, $n. Your work is appreciated. Here\'s your next assignment.','You have something for me, $N?','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14530,8545,6451,20806,0,0,30,30,30,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8497,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20807,1,0,256,1,0,0,0,0,20800,21132,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desert Survival Kits','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.','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.','','Excellent! We were in need of these, $n. Thanks.','You have something for me?','Return to Calandrath at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7079,19440,20452,20807,0,0,4,4,4,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8498,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20943,1,0,256,0,0,0,0,0,20801,20809,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Battle Orders','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.','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.','','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? ','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20803,20943,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8499,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Thorium Bars!','Bring 20 Thorium Bars to Dame Twinbraid at the Military Ward in Ironforge.','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?','','So Gnoarn doesn\'t trust my reconnaissance abilities? I wonder why...','Oh, a shipment from my brother? Splendid! Fortune truly shines on me today!','Return to Dame Twinbraid in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12359,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8500,0,60,1,0,-365,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8499,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,'The Alliance Needs More Thorium Bars!','Bring 20 thorium bars to Dame Twinbraid at the airfield in Dun Morogh.','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.','','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.','Return to Dame Twinbraid in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8501,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20941,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Ashi Stingers','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.$B','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.','','Excellent work, $N. Your part in the attack on Hive\'Ashi has been noted.','You wish to tell me something, $N?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11698,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,20941,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8502,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20942,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Ashi Workers','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.','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.','','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?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11721,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,20942,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8503,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Stranglekelp!','Bring 20 Stranglekelp to Private Draxlegauge at the Military Ward in Ironforge.','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!','','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?','Return to Private Draxlegauge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3820,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8504,0,60,1,0,-365,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,0,0,'The Alliance Needs More Stranglekelp!','Bring 20 stranglekelp to Private Draxlegauge at the airfield in Dun Morogh.','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?','','','','Return to Private Draxlegauge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3820,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8505,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Purple Lotus!','Bring 20 Purple Lotus to Master Nightsong at the Military Ward in Ironforge.','$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?','','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?','Return to Master Nightsong in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8831,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8506,0,60,1,0,-365,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8505,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,0,0,'The Alliance Needs More Purple Lotus!','Bring 20 purple lotus to Master Nightsong at the airfield in Dun Morogh.','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.','','','','Return to Master Nightsong in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8831,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8507,2,60,60,0,1377,0,0,0,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,21143,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,20808,21132,20809,0,0,0,1,1,1,0,0,0,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Field Duty','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.','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.','','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.','Return to Windcaller Kaldon at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20810,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8508,0,60,60,0,1377,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,-8507,0,0,0,0,0,0,0,0,0,0,0,0,20810,1,0,8,1,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,'Field Duty Papers','','',NULL,'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;?','Return to Captain Blackanvil in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23024,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8509,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Arthas\' Tears!','Bring 20 Arthas\' Tears to Sergeant Major Germaine at the Military Ward in Ironforge.','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?','','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?','Return to Sergeant Major Germaine in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8836,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8510,0,60,1,0,-365,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8509,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,'The Alliance Needs More Arthas\' Tears!','Bring 20 arthas\' tears to Sergeant Major Germaine at the airfield in Dun Morogh.','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?','','','','Return to Sergeant Major Germaine in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8836,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8511,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Light Leather!','Bring 10 Light Leather to Bonnie Stoneflayer at the Military Ward in Ironforge.','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?','','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.','Return to Bonnie Stoneflayer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8512,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Light Leather!','Bring 10 light leather to Bonnie Stoneflayer at the airfield in Dun Morogh.','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.','','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.','Return to Bonnie Stoneflayer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8513,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Medium Leather!','Bring 10 Medium Leather to Private Porter at the Military Ward in Ironforge.','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.','','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?','Return to Private Porter in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2319,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8514,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Medium Leather!','Bring 10 medium leather to Private Porter at the airfield in Dun Morogh.','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.','','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.','Return to Private Porter in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2319,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8515,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Thick Leather!','Bring 10 Thick Leather to Marta Finespindle at the Military Ward in Ironforge.','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?!','','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?','Return to Marta Finespindle in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8516,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Thick Leather!','Bring 10 thick leather to Marta Finespindle at the airfield in Dun Morogh.','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?','','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?','Return to Marta Finespindle in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8517,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Linen Bandages!','Bring 20 Linen Bandages to Sentinel Silversky at the Military Ward in Ironforge.','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?','','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?','Return to Sentinel Silversky in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8518,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Linen Bandages!','Bring 20 linen bandages to Sentinel Silversky at the airfield in Dun Morogh.','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?','','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?','Return to Sentinel Silversky in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8519,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8305,0,0,8555,5,0,5700,0,0,0,0,0,0,0,0,0,66,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pawn on the Eternal Board','Learn all that you can of the past, then speak with Anachronos at the Caverns of Time in Tanaris.$B','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.','The War of the Shifting Sands','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.','','Return to Anachronos at the Caverns of Time 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8520,2,60,1,0,-365,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,8,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,'The Alliance Needs Silk Bandages!','Bring 20 Silk Bandages to Nurse Stonefield at the Military Ward in Ironforge.','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?','','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.','Return to Nurse Stonefield in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6450,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8521,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Silk Bandages!','Bring 20 silk bandages to Nurse Stonefield at the airfield in Dun Morogh.','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.','','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.','Return to Nurse Stonefield in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6450,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8522,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Runecloth Bandages!','Bring 20 Runecloth Bandages to Keeper Moonshade at the Military Ward in Ironforge.','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?','','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?','Return to Keeper Moonshade in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14529,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8523,0,60,1,0,-365,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,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,'The Alliance Needs More Runecloth Bandages!','Bring 20 runecloth bandages to Keeper Moonshade at the airfield in Dun Morogh.','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?','','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?','Return to Keeper Moonshade in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14529,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8524,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Rainbow Fin Albacore!','Bring 20 Rainbow Fin Albacore to Slicky Gastronome at the Military Ward in Ironforge.','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.','','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?','Return to Slicky Gastronome in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5095,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8525,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Rainbow Fin Albacore!','Bring 20 rainbow fin albacore to Slicky Gastronome at the airfield in Dun Morogh.','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!','','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!','Return to Slicky Gastronome in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5095,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8526,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Roast Raptor!','Bring 20 Roast Raptor to Sarah Sadwhistle at the Military Ward in Ironforge.','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.','','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?','Return to Sarah Sadwhistle in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12210,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8527,0,60,1,0,-365,0,0,0,0,1101,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,1,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,0,0,'The Alliance Needs More Roast Raptor!','Bring 20 roast raptor to Sarah Sadwhistle at the airfield in Dun Morogh.','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.','','','','Return to Sarah Sadwhistle in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12210,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8528,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Alliance Needs Spotted Yellowtail!','Bring 20 Spotted Yellowtail to Huntress Swiftriver at the Military Ward in Ironforge.','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?','','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.','Return to Huntress Swiftriver in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6887,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8529,0,60,1,0,-365,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,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,0,0,'The Alliance Needs More Spotted Yellowtail!','Bring 20 spotted yellowtail to Huntress Swiftriver at the airfield in Dun Morogh.','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?','','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?','Return to Huntress Swiftriver in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6887,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8530,2,60,1,0,-365,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs Singed Corestones!','Bring 50 singed corestones to Commander Stronghammer at the airfield in Dun Morogh.','$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.',NULL,NULL,NULL,'Return to Commander Stronghammer at Southfury River in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8531,0,60,1,0,-365,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alliance Needs More Singed Corestones!','Bring 50 singed corestones to Commander Stronghammer at the airfield in Dun Morogh.','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?','',NULL,NULL,'Return to Commander Stronghammer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8532,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Copper Bars!','Bring 20 Copper Bars to Miner Cromwell at the Valley of Spirits in Orgrimmar.','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?','','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.','Return to Miner Cromwell in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8533,0,60,1,0,-365,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,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,0,0,'The Horde Needs More Copper Bars!','Bring 20 copper bars to Miner Cromwell in Durotar.','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?','','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?','Return to Miner Cromwell in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8534,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21165,1,0,256,1,0,0,0,0,20801,21133,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hive\'Zora Scout Report','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.','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.','','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.','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21158,21165,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8535,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20947,1,0,256,1,0,0,0,0,20801,20809,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hoary Templar','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.','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.$B','','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','Return to Bor Wildmane at Cenarion Hold in Silithus.',15212,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,20947,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8536,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21751,1,0,256,0,0,0,0,0,20801,21133,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthen Templar','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.','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.','','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','Return to Bor Wildmane at Cenarion Hold in Silithus.',15307,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,21751,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8537,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20945,1,0,256,1,0,0,0,0,20801,20809,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crimson Templar','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.','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.','','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','Return to Bor Wildmane at Cenarion Hold in Silithus.',15209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,20945,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8538,2,60,60,0,1377,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,20948,1,0,256,1,0,0,0,0,21508,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Four Dukes','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.','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.','','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?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',15206,15207,15220,15208,1,1,1,1,0,0,0,0,0,0,0,0,20948,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8539,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21249,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Zora Hive Sisters','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.','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.','','Excellent work, $N. You\'re a worthy ally.','You have something to tell me, $C?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11729,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21249,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8540,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20939,1,0,256,1,0,0,0,0,20800,21132,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Boots for the Guard','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.','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.','','Excellent. We were in need of these, $n. Good work.',NULL,'Return to Vish Kozus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7936,20939,0,0,0,0,3,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8541,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20940,1,0,0,1,0,0,0,0,20800,21132,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grinding Stones for the Guard','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.','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.','','Excellent. We were in need of these, $n. Good work.','You have something for me?','Return to Vish Kozus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12644,7966,3486,20940,0,0,10,10,10,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8542,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Tin Bars!','Bring 20 Tin Bars to Grunt Maug at the Valley of Spirits in Orgrimmar.','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.$B','','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!','Return to Grunt Maug in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3576,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8543,0,60,1,0,-365,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,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,0,0,'The Horde Needs More Tin Bars!','Bring 20 tin bars to Grunt Maug in Durotar.','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?','','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?','Return to Grunt Maug in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3576,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8544,2,60,60,0,3428,62,0,0,1,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,8,0,0,0,0,0,21330,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conqueror\'s Spaulders','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20875,20863,20858,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8545,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Mithril Bars!','Bring 20 Mithril Bars to Senior Sergeant T\'kelah at the Valley of Spirits in Orgrimmar.','$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?','','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?','Return to Senior Sergeant T\'kelah in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8546,0,60,1,0,-365,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,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,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.','','Return to Senior Sergeant T\'kelah in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3860,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8547,2,1,1,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20938,1,0,128,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,'Welcome!','Bring the Falconwing Square Gift Voucher to Marsilla Dawnstar in Falconwing Square.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20938,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8548,2,60,60,0,1377,0,0,0,0,0,0,0,609,0,3000,0,0,0,0,0,8800,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,264,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,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Volunteer\'s Battlegear','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.','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. ','','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.','Return to Vargus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,20800,20801,0,0,0,5,3,7,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8549,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Peacebloom!','Bring 20 Peacebloom to Herbalist Proudfeather at the Valley of Spirits in Orgrimmar.','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?','','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.','Return to Herbalist Proudfeather in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2447,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8550,0,60,1,0,-365,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,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,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.','','Return to Herbalist Proudfeather in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2447,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8551,2,42,35,0,33,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,2880,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,11469,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,5,-5,0,0,0,0,0,0,0,0,0,0,0,0,'The Captain\'s Chest','Bring Smotts\' Chest to Hecklebury Smotts in Booty Bay.','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.','','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!','Return to Captain Hecklebury Smotts at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8552,2,50,35,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8553,3,0,2040,0,0,0,0,0,0,3985,1,0,0,1,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,3,-3,0,0,0,0,0,0,0,0,0,0,0,0,'The Monogrammed Sash','Return the Monogrammed Sash to its owner.','This fine sash has the letters \"HS\" embroidered along its hem.','','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? ','Find the Monogrammed Sash\'s owner at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3985,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8553,2,42,35,0,33,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8552,0,0,8554,1,0,300,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,'The Captain\'s Cutlass','Speak with Sprogger.','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.','','Hello hello, $N. Captain told me you\'re going after Negolash, eh?',NULL,'Speak with Sprogger at Booty Bay in 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,1,0,0,0,0,0,0,0,0,12340), (8554,2,42,35,0,33,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8553,-619,0,0,7,0,4350,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,87,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Facing Negolash','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.','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!','','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?','Return to Captain Hecklebury Smotts at Booty Bay in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3935,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8555,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8519,0,0,0,1,0,570,0,0,0,0,0,0,0,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,910,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Charge of the Dragonflights','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8556,2,60,60,0,3428,62,0,0,1,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21393,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signet of Unyielding Strength','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20884,20868,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8557,2,60,60,0,3428,62,0,0,1,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21394,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drape of Unyielding Strength','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20885,20867,20864,20860,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8558,2,60,60,0,3428,62,0,0,1,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21392,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sickle of Unyielding Strength','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20886,20873,20862,20858,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8559,2,60,60,0,3428,62,0,0,1,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,8,0,0,0,0,0,21333,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conqueror\'s Greaves','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20882,20865,20859,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8560,2,60,60,0,3428,62,0,0,1,0,0,0,910,0,3000,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,21332,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conqueror\'s Legguards','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20927,20876,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8561,2,60,60,0,3428,62,0,0,1,0,0,0,910,0,3000,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,21329,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conqueror\'s Crown','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20926,20874,20862,20858,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8562,2,60,60,0,3428,62,0,0,1,0,0,0,910,0,9000,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,21331,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conqueror\'s Breastplate','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20929,20882,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8563,2,1,1,0,-61,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warlock Training','Speak with Summoner Teli\'Larien - the Warlock class trainer - inside the Sunspire on Sunstrider Isle.','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.','','$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?',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8564,2,1,1,0,-262,0,0,0,16,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Priest Training','Speak with Matron Arena - the Priest class trainer - inside the Sunspire on Sunstrider Isle.','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.','','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?',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8565,0,1,1,0,0,0,0,0,0,0,0,0,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,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,'Past Victories in Arathi','','',NULL,NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8566,0,1,1,0,0,0,0,0,0,0,0,0,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,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,'Past Victories in Arathi','','',NULL,NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8567,0,1,1,0,0,0,0,0,0,0,0,0,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,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,'Past Victories in Warsong Gulch','','',NULL,NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19213,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8568,0,1,1,0,0,0,0,0,0,0,0,0,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,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,'Past Victories in Warsong Gulch','','',NULL,NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19322,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8569,0,1,1,0,0,0,0,0,0,0,0,0,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,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,'Past Efforts in Warsong Gulch','','',NULL,NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8570,0,1,1,0,0,0,0,0,0,0,0,0,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,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,'Past Efforts in Warsong Gulch','','',NULL,NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20256,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8571,0,60,40,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,8,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,909,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,' Armor Kits','','','',NULL,NULL,'Return to Chronos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8572,2,60,60,0,1377,0,0,0,0,0,0,0,609,0,9000,0,0,0,0,0,8800,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,264,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,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Veteran\'s Battlegear','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.$B','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.','','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','Return to Vargus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,20800,20801,0,0,0,7,4,4,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8573,2,60,60,0,1377,0,0,0,0,0,0,0,609,0,42000,0,0,0,0,0,8800,0,0,0,3,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,21188,21190,21180,0,0,0,1,1,1,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Champion\'s Battlegear','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.$B','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.','','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.','Return to Vargus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,20800,20801,21508,0,0,15,20,20,1,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340); INSERT INTO `quest_template` VALUES (8574,2,60,60,0,1377,0,0,0,0,0,0,0,609,0,21000,0,0,0,0,0,8800,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,256,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,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stalwart\'s Battlegear','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.','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.',NULL,'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.','Return to Vargus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,20800,20801,21515,0,0,15,20,17,1,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8575,2,60,60,0,16,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8555,0,0,8576,5,0,5700,0,0,0,0,0,0,20949,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Azuregos\'s Magical Ledger','Deliver Azuregos\'s Magical Ledger to Narain Soothfancy in Tanaris.','You cannot understand a single word on this ledger. You don\'t even know what language it is written in!','','$B$BOutstanding, $R! What is it? I can\'t read a lick of Draconic.','Ooooh! Magical pulsing thingy! For me?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20949,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8576,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8575,0,0,0,1,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,910,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Translating the Ledger','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8577,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8576,0,0,8578,5,0,5700,0,0,0,0,0,0,0,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,910,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stewvul, Ex-B.F.F.','Narain Soothfancy wants you to find his ex-best friend forever (BFF), Stewvul, and take back the scrying goggles that Stewvul stole from him.','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!','','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.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8578,2,60,60,0,2717,62,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8577,8728,-8578,0,6,0,7200,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,18253,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scrying Goggles? No Problem!','Find Narain\'s Scrying Goggles and return them to Narain Soothfancy in Tanaris.','$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!','','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!','Return to Narain Soothfancy in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20951,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8579,0,60,60,0,3428,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8595,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,1,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,7,5,0,0,0,0,0,0,0,0,0,0,0,0,'Mortal Champions','','','','I see that you\'re no ordinary mortal, $N. Your chances against the Old God, however infinitely small, are greater than ours at this point. After all, while he expects dragons at his doorstep, he is not prepared for someone like you.$B$BJust as Anachronos and Staghelm defeated the Qiraji a thousand years ago through the alliance of mortal and dragon races, we too shall form a pact. Gain the trust of the Bronze Dragonflight and you\'ll gain our trust. Only then we shall make a true champion out of you.','','Return to Kandrostrasz.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21229,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8580,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Firebloom!','Bring 20 Firebloom to Batrider Pele\'keiki at the Valley of Spirits in Orgrimmar.','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?','','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!','Return to Batrider Pele\'keiki in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4625,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8581,0,60,1,0,-365,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,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,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?!','','Return to Batrider Pele\'keiki in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4625,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8582,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Purple Lotus!','Bring 20 Purple Lotus to Apothecary Jezel at the Valley of Spirits in Orgrimmar.','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?','','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.','Return to Apothecary Jezel in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8831,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8583,0,60,1,0,-365,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,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,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.','','Return to Apothecary Jezel in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8831,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8584,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8576,0,0,8585,1,0,570,0,0,0,0,0,0,0,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,'Never Ask Me About My Business','Narain Soothfancy in Tanaris wants you to speak with Dirge Quikcleave in Gadgetzan.','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.$B','','$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.','',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,1,0,0,0,0,0,0,0,0,12340), (8585,2,60,60,0,440,62,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8584,0,0,8586,5,0,5700,0,0,0,0,0,0,0,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,369,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Isle of Dread!','Recover Lakmaeran\'s Carcass and 20 Chimaerok Tenderloins for Dirge Quikcleave in Tanaris.','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.$B','','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...','Return to Dirge Quikcleave in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21027,21024,0,0,0,0,1,20,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8586,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8585,0,0,8587,5,27000,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21025,21023,0,0,1,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dirge\'s Kickin\' Chimaerok Chops','Dirge Quikcleave in Gadgetzan wants you to bring him 20 Goblin Rocket Fuel and 20 Deeprock Salt.','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.','','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. ','Return to Dirge Quikcleave in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9061,8150,0,0,0,0,20,20,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8587,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8586,8728,-8578,0,5,0,5700,0,0,0,0,0,0,21028,1,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,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Narain','Deliver the 500 Pound Chicken to Narain Soothfancy in Tanaris.','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...','','$B$BMMmmm... This is unbelievable! Best chicken I\'ve ever had! ','What is that scrumptious smell? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21028,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8588,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Heavy Leather!','Bring 10 Heavy Leather to Skinner Jamani at the Valley of Spirits in Orgrimmar.','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.','','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.','Return to Skinner Jamani in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4234,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8589,0,60,1,0,-365,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,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,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.','','Return to Skinner Jamani in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4234,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8590,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Thick Leather!','Bring 10 Thick Leather to Sergeant Umala at the Valley of Spirits in Orgrimmar.','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?','','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?','Return to Sergeant Umala in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8591,0,60,1,0,-365,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,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,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!','','Return to Sergeant Umala in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4304,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8592,2,60,60,0,3428,62,0,0,16,0,0,0,910,0,3000,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,21348,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tiara of the Oracle','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20926,20877,20860,20864,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8593,2,60,60,0,3428,62,0,0,16,0,0,0,910,0,3000,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,21352,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trousers of the Oracle','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20927,20879,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8594,2,60,60,0,3428,62,0,0,16,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,8,0,0,0,0,0,21350,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mantle of the Oracle','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20878,20860,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8595,0,60,60,0,3428,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,256,1,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,7,5,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.','Return to Kandrostrasz.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21229,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8596,2,60,60,0,3428,62,0,0,16,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,8,0,0,0,0,0,21349,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Footwraps of the Oracle','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20876,20861,20859,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8597,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8576,0,0,8598,5,0,5700,0,0,0,0,0,0,0,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,910,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draconic for Dummies','Find Narain Soothfancy\'s book, buried on an island in the South Seas.','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!','','The book is gone! On top of the dirt mound is a note.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8598,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8597,0,0,8606,3,0,2880,0,0,0,0,0,0,21029,1,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,910,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'rAnS0m','Return the Ransom Letter to Narain Soothfancy in Tanaris.$B','$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!','','$B$BBooknap my... book, will they!? I\'ll teach them what it means to mess with a psychic gnome!','Say, what\'s the matter?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21029,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8599,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,-8597,0,0,0,3,0,2880,0,0,0,0,0,0,21032,1,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,910,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Love Song for Narain','Take Meridith\'s Love Letter to Narain Soothfancy in Tanaris.','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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21032,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8600,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Rugged Leather!','Bring 10 Rugged Leather to Doctor Serratus at the Valley of Spirits in Orgrimmar.','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?','','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?','Return to Doctor Serratus in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8170,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8601,0,60,1,0,-365,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,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,'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.','','Return to Doctor Serratus in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8170,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8602,2,60,60,0,3428,62,0,0,64,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,8,0,0,0,0,0,21376,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormcaller\'s Pauldrons','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20879,20859,20862,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8603,2,60,60,0,3428,62,0,0,16,0,0,0,910,0,9000,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,21351,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vestments of the Oracle','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20933,20876,20858,20862,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8604,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Wool Bandages!','Bring 20 Wool Bandages to Healer Longrunner at the Valley of Spirits in Orgrimmar.','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.','','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!','Return to Healer Longrunner in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3530,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8605,0,60,1,0,-365,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,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,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.','','Return to Healer Longrunner in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3530,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8606,2,60,60,0,440,1,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8598,0,0,8620,5,0,5700,0,0,0,0,0,0,21042,1,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,910,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Decoy!','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\'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!$B','','I think we may have underestimated these booknappers.','','Return to Narain Soothfancy in Tanaris.',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,1,'Who Does Number Two Work For?','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8607,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Mageweave Bandages!','Bring 20 Mageweave Bandages to Lady Callow at the Valley of Spirits in Orgrimmar.','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.','','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.','Return to Lady Callow in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8544,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8608,0,60,1,0,-365,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,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,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.','','Return to Lady Callow in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8544,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8609,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Runecloth Bandages!','Bring 20 Runecloth Bandages to Stoneguard Clayhoof at the Valley of Spirits in Orgrimmar.','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?$B','','Sweet, you got it!','Did you get the venom?','Return to Stoneguard Clayhoof in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14529,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8610,0,60,1,0,-365,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,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,'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.','','Return to Stoneguard Clayhoof in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14529,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8611,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Lean Wolf Steaks!','Bring 20 Lean Wolf Steaks to Bloodguard Rawtar at the Valley of Spirits in Orgrimmar.','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?','','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!','Return to Bloodguard Rawtar in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12209,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8612,0,60,1,0,-365,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,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,0,0,'The Horde Needs More Lean Wolf Steaks!','','','','','','Return to Bloodguard Rawtar in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12209,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8613,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Spotted Yellowtail!','Bring 20 Spotted Yellowtail to Fisherman Lin\'do at the Valley of Spirits in Orgrimmar.','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?','','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!','Return to Fisherman Lin\'do at Southfury River in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6887,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8614,0,60,1,0,-365,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,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,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!','','Return to Fisherman Lin\'do in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6887,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8615,2,60,1,0,-365,0,0,0,0,0,0,0,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,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,'The Horde Needs Baked Salmon!','Bring 20 Baked Salmon to Chief Sharpclaw at the Valley of Spirits in Orgrimmar.','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?','','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!','Return to Chief Sharpclaw in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13935,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8616,0,60,1,0,-365,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,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,'The Horde Needs More Baked Salmon!','','','','','','Return to Chief Sharpclaw in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13935,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8617,2,60,1,0,-365,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs Singed Corestones!','Bring 50 singed corestones to General Zog in Durotar.','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.','',NULL,NULL,'Return to General Zog in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8618,0,60,1,0,-365,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horde Needs More Singed Corestones!','','',NULL,NULL,NULL,'Return to General Zog in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8619,0,-1,1,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,25716,0,0,84,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Morndeep the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8620,2,60,60,0,440,62,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8606,8728,-8578,0,5,0,5700,0,0,0,0,0,0,21112,1,0,64,0,0,0,0,0,21517,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Only Prescription','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.','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.','','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!','Return to Narain Soothfancy in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21111,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8621,2,60,60,0,3428,62,0,0,64,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,8,0,0,0,0,0,21373,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormcaller\'s Footguards','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20877,20861,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8622,2,60,60,0,3428,62,0,0,64,0,0,0,910,0,9000,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,21374,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormcaller\'s Hauberk','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.','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!','','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!','You\'ve acquired the items I requested, $n?','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20929,20877,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8623,2,60,60,0,3428,62,0,0,64,0,0,0,910,0,3000,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,21372,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormcaller\'s Diadem','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.','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.','','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.','You\'ve acquired the items I requested, $n?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20930,20878,20858,20862,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8624,2,60,60,0,3428,62,0,0,64,0,0,0,910,0,3000,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,21375,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormcaller\'s Leggings','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.','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.','','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!','You\'ve acquired the items I requested, $n?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20931,20881,20865,20861,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8625,2,60,60,0,3428,62,0,0,128,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,8,0,0,0,0,0,21345,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enigma Shoulderpads','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20876,20858,20861,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8626,2,60,60,0,3428,62,0,0,4,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,8,0,0,0,0,0,21365,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striker\'s Footguards','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20879,20858,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8627,2,60,60,0,3428,62,0,0,2,0,0,0,910,0,9000,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,21389,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Avenger\'s Breastplate','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20929,20877,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8628,2,60,60,0,3428,62,0,0,2,0,0,0,910,0,3000,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,21387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Avenger\'s Crown','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20930,20878,20858,20862,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8629,2,60,60,0,3428,62,0,0,2,0,0,0,910,0,3000,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,21390,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Avenger\'s Legguards','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20931,20881,20865,20861,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8630,2,60,60,0,3428,62,0,0,2,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,8,0,0,0,0,0,21391,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Avenger\'s Pauldrons','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20879,20859,20862,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8631,2,60,60,0,3428,62,0,0,128,0,0,0,910,0,3000,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,21346,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enigma Leggings','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.','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.','','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!','You\'ve acquired the items I requested, $n?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20927,20877,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8632,2,60,60,0,3428,62,0,0,128,0,0,0,910,0,3000,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,21347,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enigma Circlet','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20926,20875,20861,20865,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8633,2,60,60,0,3428,62,0,0,128,0,0,0,910,0,9000,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,21343,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enigma Robes','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20933,20874,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8634,2,60,60,0,3428,62,0,0,128,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,8,0,0,0,0,0,21344,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enigma Boots','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20874,20860,20862,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8635,0,-1,1,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,25716,0,0,85,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Splitrock the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8636,0,-1,1,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,25716,0,0,86,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Rumblerock the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8637,2,60,60,0,3428,62,0,0,8,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,8,0,0,0,0,0,21359,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathdealer\'s Boots','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20881,20862,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8638,2,60,60,0,3428,62,0,0,8,0,0,0,910,0,9000,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,21364,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathdealer\'s Vest','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20929,20881,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8639,2,60,60,0,3428,62,0,0,8,0,0,0,910,0,3000,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,21360,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathdealer\'s Helm','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20930,20882,20863,20859,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8640,2,60,60,0,3428,62,0,0,8,0,0,0,910,0,3000,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,21362,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathdealer\'s Leggings','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.','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.','','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!','You\'ve acquired the items I requested, $n?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20927,20875,20858,20862,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8641,2,60,60,0,3428,62,0,0,8,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,8,0,0,0,0,0,21361,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathdealer\'s Spaulders','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20874,20860,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8642,0,-1,1,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,25716,0,0,88,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Silvervein the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8643,0,-1,1,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,25716,0,0,89,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Highpeak the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8644,0,-1,1,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,25716,0,0,90,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Stonefort the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8645,0,-1,1,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,25716,0,0,91,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Obsidian the Elder','','',NULL,'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...',NULL,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,1,1,0,0,0,0,0,0,0,12340), (8646,0,-1,1,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,25716,0,0,0,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Hammershout the Elder','','',NULL,'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...',NULL,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,1,1,0,0,0,0,0,0,0,12340), (8647,0,-1,1,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,25716,0,0,95,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,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...','',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,12340), (8648,0,-1,1,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,25716,0,0,96,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Darkcore the Elder','','',NULL,'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...',NULL,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,12340), (8649,0,-1,1,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,25716,0,0,97,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Stormbrow the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8650,0,-1,1,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,25716,0,0,121,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Snowcrown the Elder','','',NULL,'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...',NULL,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,1,1,0,0,0,0,0,0,0,12340), (8651,0,-1,1,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,25716,0,0,124,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Ironband the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8652,0,-1,1,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,25716,0,0,125,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Graveborn the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8653,0,-1,1,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,25716,0,0,126,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Goldwell the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8654,0,-1,1,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,25716,0,0,127,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Primestone the Elder','','',NULL,'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...',NULL,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,12340), (8655,2,60,60,0,3428,62,0,0,2,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,8,0,0,0,0,0,21388,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Avenger\'s Greaves','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20877,20861,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8656,2,60,60,0,3428,62,0,0,4,0,0,0,910,0,9000,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,21370,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striker\'s Hauberk','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20929,20879,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8657,2,60,60,0,3428,62,0,0,4,0,0,0,910,0,3000,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,21366,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striker\'s Diadem','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20930,20881,20861,20865,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8658,2,60,60,0,3428,62,0,0,4,0,0,0,910,0,3000,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,21368,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striker\'s Leggings','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.','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.','','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!','You\'ve acquired the items I requested, $n?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20931,20874,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8659,2,60,60,0,3428,62,0,0,4,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,8,0,0,0,0,0,21367,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Striker\'s Pauldrons','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20928,20882,20862,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8660,2,60,60,0,3428,62,0,0,256,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,8,0,0,0,0,0,21338,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doomcaller\'s Footwraps','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20875,20863,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8661,2,60,60,0,3428,62,0,0,256,0,0,0,910,0,9000,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,21334,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doomcaller\'s Robes','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20933,20875,20862,20858,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8662,2,60,60,0,3428,62,0,0,256,0,0,0,910,0,3000,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,21337,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doomcaller\'s Circlet','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20926,20876,20860,20864,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8663,2,60,60,0,3428,62,0,0,256,0,0,0,910,0,3000,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,21336,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doomcaller\'s Trousers','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20931,20878,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8664,2,60,60,0,3428,62,0,0,256,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,8,0,0,0,0,0,21335,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doomcaller\'s Mantle','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20877,20861,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8665,2,60,60,0,3428,62,0,0,1024,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,8,0,0,0,0,0,21355,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Genesis Boots','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20878,20858,20860,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8666,2,60,60,0,3428,62,0,0,1024,0,0,0,910,0,9000,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,21357,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Genesis Vest','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.','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!','','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.','Return to Vethsera in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20933,20878,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8667,2,60,60,0,3428,62,0,0,1024,0,0,0,910,0,3000,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,21353,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Genesis Helm','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.','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.','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20930,20879,20859,20863,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8668,2,60,60,0,3428,62,0,0,1024,0,0,0,910,0,3000,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,21356,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Genesis Trousers','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.','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.','','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?','Return to Kandrostrasz in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20931,20882,20858,20862,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8669,2,60,60,0,3428,62,0,0,1024,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,8,0,0,0,0,0,21354,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Genesis Shoulderpads','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.','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!','','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?','Return to Andorgos in Ahn\'Qiraj.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20932,20881,20859,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8670,0,-1,1,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,25716,0,0,128,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Runetotem the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8671,0,-1,1,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,25716,0,0,129,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Ragetotem the Elder','','',NULL,'Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8672,0,-1,1,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,25716,0,0,130,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Stonespire the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8673,0,-1,1,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,25716,0,0,131,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodhoof the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8674,0,-1,1,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,25716,0,0,132,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Winterhoof the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8675,0,-1,1,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,25716,0,0,133,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Skychaser the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8676,0,-1,1,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,25716,0,0,134,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Wildmane the Elder','','',NULL,'Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (8677,0,-1,1,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,25716,0,0,135,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Darkhorn the Elder','','',NULL,'Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,12340), (8678,0,-1,1,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,25716,0,0,136,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Wheathoof the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8679,0,-1,1,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,25716,0,0,137,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Grimtotem the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8680,0,-1,1,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,25716,0,0,138,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Windtotem the Elder','','',NULL,'Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8681,0,-1,1,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,25716,0,0,139,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderhorn the Elder','','',NULL,'Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8682,0,-1,1,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,25716,0,0,140,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Skyseer the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8683,0,-1,1,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,25716,0,0,141,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Dawnstrider the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8684,0,-1,1,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,25716,0,0,142,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamseer the Elder','','',NULL,'Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (8685,0,-1,1,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,25716,0,0,143,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Mistwalker the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8686,0,-1,1,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,25716,0,0,144,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'High Mountain the Elder','','',NULL,'Your spirit burns with life, young $C. I accept the homage you pay, and offer in return this token...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8687,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21251,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Zora Tunnelers','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.$B','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.','','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?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11726,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21251,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8688,0,-1,1,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,25716,0,0,145,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Windrun the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,1,0,0,0,0,0,0,0,12340), (8689,2,60,60,0,3428,62,0,0,16,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21412,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shroud of Infinite Wisdom','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20885,20870,20859,20863,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8690,2,60,60,0,3428,62,0,0,64,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cloak of the Gathering Storm','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20889,20871,20863,20859,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8691,2,60,60,0,3428,62,0,0,128,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21415,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drape of Vaulted Secrets','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20885,20873,20858,20862,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8692,2,60,60,0,3428,62,0,0,1024,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21409,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cloak of Unending Life','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20889,20872,20864,20860,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8693,2,60,60,0,3428,62,0,0,8,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21406,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cloak of Veiled Shadows','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20885,20866,20861,20865,0,0,1,2,5,5,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8694,2,60,60,0,3428,62,0,0,256,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shroud of Unspoken Names','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20889,20869,20861,20865,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8695,2,60,60,0,3428,62,0,0,2,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21397,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cape of Eternal Justice','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20889,20871,20859,20863,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8696,2,60,60,0,3428,62,0,0,4,0,0,0,609,0,21000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cloak of the Unseen Path','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.','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.','','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?','Return to Keyl Swiftclaw at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20889,20868,20858,20862,0,0,1,2,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8697,2,60,60,0,3428,62,0,0,16,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ring of Infinite Wisdom','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20888,20871,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8698,2,60,60,0,3428,62,0,0,64,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21399,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ring of the Gathering Storm','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20884,20872,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8699,2,60,60,0,3428,62,0,0,128,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21414,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Band of Vaulted Secrets','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20884,20866,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8700,2,60,60,0,3428,62,0,0,1024,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Band of Unending Life','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20884,20873,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8701,2,60,60,0,3428,62,0,0,8,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21405,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Band of Veiled Shadows','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20888,20867,20858,20862,0,0,1,2,5,5,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8702,2,60,60,0,3428,62,0,0,256,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21417,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ring of Unspoken Names','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20888,20870,20858,20862,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8703,2,60,60,0,3428,62,0,0,2,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21396,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ring of Eternal Justice','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20884,20872,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8704,2,60,60,0,3428,62,0,0,4,0,0,0,609,0,9000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21402,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signet of the Unseen Path','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.','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.','','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?','Return to Windcaller Yessendra at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20888,20869,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8705,2,60,60,0,3428,62,0,0,16,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gavel of Infinite Wisdom','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20890,20868,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8706,2,60,60,0,3428,62,0,0,64,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21398,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hammer of the Gathering Storm','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20886,20869,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8707,2,60,60,0,3428,62,0,0,128,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21413,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blade of Vaulted Secrets','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20890,20871,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8708,2,60,60,0,3428,62,0,0,1024,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21407,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mace of Unending Life','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20890,20870,20862,20858,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8709,2,60,60,0,3428,62,0,0,8,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21404,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dagger of Veiled Shadows','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20886,20872,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8710,2,60,60,0,3428,62,0,0,256,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21416,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kris of Unspoken Names','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20890,20867,20859,20863,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8711,2,60,60,0,3428,62,0,0,2,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21395,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blade of Eternal Justice','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20886,20869,20861,20865,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8712,2,60,60,0,3428,62,0,0,4,0,0,0,609,0,42000,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21401,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scythe of the Unseen Path','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.','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.','','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?','Return to Warden Haro at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20886,20866,20860,20864,0,0,1,2,5,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8713,0,-1,1,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,25716,0,0,146,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Starsong the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8714,0,-1,1,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,25716,0,0,147,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Moonstrike the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,1,0,0,0,0,0,0,0,12340), (8715,0,-1,1,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,25716,0,0,148,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Bladeleaf the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,12340), (8716,0,-1,1,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,25716,0,0,149,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Starglade the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8717,0,-1,1,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,25716,0,0,150,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Moonwarden the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8718,0,-1,1,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,25716,0,0,151,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Bladeswift the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8719,0,-1,1,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,25716,0,0,152,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Bladesing the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,12340), (8720,0,-1,1,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,25716,0,0,153,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Skygleam the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,12340), (8721,0,-1,1,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,25716,0,0,154,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Starweave the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8722,0,-1,1,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,25716,0,0,155,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Meadowrun the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,1,0,0,0,0,0,0,0,12340), (8723,0,-1,1,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,25716,0,0,156,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Nightwind the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8724,0,-1,1,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,25716,0,0,157,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Morningdew the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8725,0,-1,1,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,25716,0,0,158,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Riversong the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8726,0,-1,1,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,25716,0,0,159,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Brightspear the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8727,0,-1,1,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,25716,0,0,160,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Farwhisper the Elder','','',NULL,'The heavens, in their countless stars, hold answers to earthly mysteries, $N. Might, then, the wise, and the lucky, gaze up and find truth?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8728,2,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,0,8729,5,0,5700,0,0,0,0,0,0,0,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,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Good News and The Bad News','Narain Soothfancy in Tanaris wants you to bring him 20 Arcanite Bars, 10 Elementium Ore, 10 Azerothian Diamonds, and 10 Blue Sapphires.','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.',NULL,'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.','Return to Narain Soothfancy in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12360,18562,12800,12361,0,0,20,10,10,10,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8729,2,60,60,0,16,62,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8728,8742,-8729,0,7,0,8700,0,0,0,0,0,0,21136,1,0,64,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,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wrath of Neptulon','Use the Arcanite Buoy at the Swirling Maelstrom at the Bay of Storms in Azshara.','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.',NULL,'Well done, $N. I will be able to reform the Scepter of the Shifting Sands soon.','Time is running out, champion.','Return to Anachronos at Caverns of Time in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21137,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8730,2,60,60,0,2677,62,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8555,8742,-8729,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,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,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nefarius\'s Corruption','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.','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!',NULL,'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...','Return to Anachronos at Caverns of Time in Tanaris.',0,0,0,0,0,0,0,0,0,21142,0,0,0,1,0,0,21138,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8731,2,60,60,0,1377,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21143,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,20808,21266,20809,0,0,0,1,1,1,0,0,0,609,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Field Duty','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.','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.','','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.','Return to Windcaller Kaldon at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20810,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8732,0,60,60,0,1377,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-8731,0,0,0,0,0,0,0,0,0,0,0,0,20810,1,0,8,1,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,'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;?','Return to Krug Skullsplit in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23024,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8733,2,60,60,0,1417,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8555,0,0,8734,5,0,5700,0,0,0,0,0,0,0,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,910,609,0,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Eranikus, Tyrant of the Dream','Travel to the continent of Teldrassil and find Malfurion\'s agent somewhere outside the walls of Darnassus.$B','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...','','The wisp is silent except for a low humming sound. Oddly enough, it is able to communicate with you through thoughts.','',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8734,2,60,60,0,141,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8733,0,0,8735,2,0,1440,0,0,0,0,0,0,0,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,910,609,0,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,'Tyrande and Remulos','Travel to the Moonglade and speak to Keeper 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.','','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...','',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8735,2,60,60,0,493,62,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8734,0,0,8736,5,0,5700,0,0,0,0,0,0,0,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,910,609,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Nightmare\'s Corruption','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.$B','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.','','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...','','Return to Keeper Remulos at Lake Elune\'ara in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21147,21149,21148,21146,0,0,1,1,1,1,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8736,2,60,60,0,493,62,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8735,0,0,8741,7,0,8700,0,0,0,0,0,0,0,0,0,66,2,0,0,0,0,0,0,0,0,0,0,0,0,21531,21532,0,0,0,0,1,1,0,0,0,0,609,910,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Nightmare Manifests','Defend Nighthaven from Eranikus. Do not let Keeper Remulos perish. Do not slay Eranikus. Defend yourself. Await Tyrande.$B','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.$B','The Redemption of Eranikus','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.','','Return to Keeper Remulos at the Shrine of Remulos 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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8737,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21245,1,0,256,1,0,0,0,0,20801,21133,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Azure Templar','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.','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.','','Good job, $N. Here\'s your next assignment.','Is your task done yet, $N?','Return to Bor Wildmane at Cenarion Hold in Silithus.',15211,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21245,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8738,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21166,1,0,256,1,0,0,0,0,20801,21133,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hive\'Regal Scout Report','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.','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.','','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.','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21160,21166,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8739,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21167,1,0,256,1,0,0,0,0,20801,20809,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hive\'Ashi Scout Report','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.','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.','','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.','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21161,21167,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8740,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20944,1,0,0,1,0,0,0,0,20801,21133,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Marauders','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.','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.','','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?','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',15541,15542,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,20944,0,0,0,0,0,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8741,2,60,60,0,493,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8736,8742,-8729,0,5,0,5700,0,0,0,0,0,0,21139,1,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,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Champion Returns','Take the Green Scepter Shard to Anachronos at the Caverns of Time in Tanaris.$B','The keeper awaits your return, $N. Take the green scepter shard to Anachronos at the Caverns of Time.$B',NULL,'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.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21139,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8742,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,0,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,910,609,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Might of Kalimdor','','',NULL,'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.',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,3,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8743,0,60,60,0,1377,82,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8742,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21176,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,609,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Bang a Gong!','','',NULL,'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!','Return to The Scarab Gong in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21175,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8744,0,-1,1,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,8,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,'A Carefully Wrapped Present','','','','The tag on this present reads:$b$bTo $N,$b$bMay your feast of Great-Winter be merry and bright!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8745,0,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,8742,0,0,0,5,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,21523,21522,21521,21520,0,0,1,1,1,1,0,0,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Treasure of the Timeless One','','',NULL,'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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8746,2,-1,40,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,99300,0,0,0,0,122,86400,21315,1,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,169,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Metzen the Reindeer','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.','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!','','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!','Return to Kaymard Copperpinch in Orgrimmar.',15664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21211,0,0,0,0,0,1,0,0,0,0,0,0,'Find Metzen the Reindeer and rescue him','','','',1,1,0,0,0,0,0,0,20,20,4,1,0,0,0,0,0,0,12340), (8747,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,8747,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,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.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8748,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,3000,0,8747,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21197,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Protector','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21196,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8749,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,9000,0,8748,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21198,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Protector','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21197,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8750,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,21000,0,8749,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21199,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Protector','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21198,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8751,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,42000,0,8750,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Protector of Kalimdor','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21199,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8752,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,8747,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21201,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','',NULL,'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.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8753,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,3000,0,8752,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21202,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21201,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8754,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,9000,0,8753,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21203,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21202,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8755,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,21000,0,8754,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21204,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Conqueror','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21203,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8756,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,42000,0,8755,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21205,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Qiraji Conqueror','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21204,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8757,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,0,8747,0,5,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21206,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','',NULL,'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.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8758,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,3000,0,8757,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21207,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21206,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8759,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,9000,0,8758,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21208,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21207,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8760,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,21000,0,8759,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Invoker','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21208,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8761,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,42000,0,8760,0,0,0,7,0,8700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,21210,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Invoker','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21209,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8762,2,-1,40,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,99300,0,0,0,0,161,86400,21315,1,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,169,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Metzen the Reindeer','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.','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!','','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!','Return to Wulmort Jinglepocket at the Commons in Ironforge.',15664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,21211,0,0,0,0,0,1,0,0,0,0,0,0,'Find Metzen the Reindeer and rescue him','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8763,2,-1,40,0,-22,0,0,0,0,1101,185,300,0,0,0,0,0,0,0,0,8762,0,0,0,0,-50000,0,0,0,0,0,0,0,0,0,0,0,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hero of the Day','Bring 1 Deeprock Salt and 5 gold coins to any Holly Preserver machine, upon which you will receive 5 Preserved Holly.','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.','','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.','Return to Holly Preserver.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8150,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8764,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,42000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,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,'The Changing of Paths - Protector No More','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21200,20858,20859,20860,0,0,1,15,15,15,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8765,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,42000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,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,'The Changing of Paths - Invoker No More','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21210,20861,20862,20863,0,0,1,15,15,15,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8766,0,60,60,0,440,0,0,0,0,0,0,0,0,0,0,0,910,0,42000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,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,'The Changing of Paths - Conqueror No More','','',NULL,'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.','Return to Anachronos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21205,20864,20865,20858,0,0,1,15,15,15,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8767,0,-1,1,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,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8768,0,-1,20,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,8,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,'A Gaily Wrapped Present','','','','This festively-wrapped present has your name on it.$b$bWait, did it just move?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8769,0,-1,40,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,8,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,'A Ticking Present','','','','Have a joyous Feast of Great-Winter from your friends at Smokeywood Pastures.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8770,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21749,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Ashi Defenders','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.','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.','','Excellent work, $N. Your diligence is as noteworthy as always.','You have something to tell me, $C?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11722,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21749,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8771,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21750,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Ashi Sandstalkers','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.','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.','','Excellent work, $N. Your part in the attack on Hive\'Ashi has been noted.','You have something to tell me, $C?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11723,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21750,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8772,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21250,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Zora Waywatchers','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.$B','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.','','Excellent work, $N. Your part in the attack on Hive\'Zora has been noted.','You have something to tell me, $C?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11725,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21250,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8773,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21248,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Zora Reavers','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.','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.','','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?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11728,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21248,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8774,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21252,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Regal Ambushers','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.$B','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.','','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11730,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21252,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8775,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21253,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Regal Spitfires','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.$B','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.','','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11732,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21253,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8776,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21255,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Regal Slavemakers','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.$B','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.','','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11733,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21255,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8777,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21256,1,0,256,1,0,0,0,0,20802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Target: Hive\'Regal Burrowers','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.$B','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.','','Excellent work, $N. Your part in the attack on Hive\'Regal has been noted.','You wish to tell me something, $N?','Return to Commander Mar\'alith at Cenarion Hold in Silithus.',11731,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,21256,0,0,0,0,0,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8778,2,60,60,0,1377,0,0,0,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,21257,1,0,256,1,0,0,0,0,20800,20805,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ironforge Brigade Needs Explosives!','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.','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.','','Ah, yes! These will come in handy! Much obliged, $N!','You have something for me, $N?','Return to Arcanist Nozzlespring near Hive\'Zora in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8956,9061,15992,21257,0,0,6,5,10,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8779,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21259,1,0,256,1,0,0,0,0,20800,20805,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scrying Materials','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.','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.','','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?','Return to Geologist Larksbane at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14344,11178,12364,21259,0,0,1,1,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8780,2,60,60,0,1377,0,0,0,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,21263,1,0,256,1,0,0,0,0,20800,20805,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armor Kits for the Field','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.','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.','','Thanks, I\'ll hand these out to the lads.','You have something for me, $N?','Return to Janela Stouthammer near Hive\'Zora in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15564,4265,21263,0,0,0,8,8,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8781,2,60,60,0,1377,0,0,0,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,21260,1,0,256,1,0,0,0,0,20800,20805,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arms for the Field','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.','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.','','Oh, excellent! I won\'t have to hear complaints about dull blades anymore. Thank you, $n.','You have something for me, $N?','Return to Janela Stouthammer near Hive\'Zora in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3853,21260,0,0,0,0,2,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8782,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21262,1,0,256,1,0,0,0,0,20800,21132,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uniform Supplies','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.','The latest influx of volunteers has caused a shortage of uniforms. Procure a batch of uniform materials and bring them to Windcaller Proudhorn.','','Ah, we were in need of these. Your work is appreciated, $n.','You have something for me, $N?','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14342,14048,14227,21262,0,0,1,2,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8783,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21265,1,0,256,1,0,0,0,0,20800,21132,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Extraordinary Materials','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.','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.','','Ah, yes. These materials are of excellent quality. Thank you, $n.','You have something for me, $N?','Return to Vargus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12655,12810,21265,0,0,0,2,2,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8784,2,60,60,0,3428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21230,1,0,320,1,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Qiraji','Take the Ancient Qiraji Artifact to the dragons hiding near the entrance of the temple.$B','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21230,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8785,2,60,60,0,1377,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21258,1,0,256,1,0,0,0,0,20800,21386,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Orgrimmar Legion Needs Mojo!','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.','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.','','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?','Return to Shadow Priestess Shai at Hive\'Regal in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8956,8152,12804,21258,0,0,8,6,6,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8786,2,60,60,0,1377,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21261,1,0,0,1,0,0,0,0,20800,21386,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arms for the Field','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.','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.','','Excellent work. We were in short supply of these, $N.','You have something for me, $N?','Return to Merok Longstride at Hive\'Regal in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3855,21261,0,0,0,0,3,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8787,2,60,60,0,1377,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21264,1,0,256,1,0,0,0,0,20800,21386,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armor Kits for the Field','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.','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.','','Ah, yes... I will distribute these to the troops, $N. The Orgrimmar Legion thanks you!','You have something for me, $N?','Return to Merok Longstride at Hive\'Regal in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15564,4265,21264,0,0,0,8,8,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8788,0,-1,1,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,8,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,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8789,2,60,60,0,3428,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,328,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,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imperial Qiraji Armaments','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.','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.','','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.','Return to Arygos.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21232,18562,0,0,0,0,1,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8790,2,60,60,0,3428,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,328,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,910,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imperial Qiraji Regalia','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.$B','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.$B','','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.','Return to Merithra of the Dream.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21237,18562,0,0,0,0,1,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8791,2,60,60,0,3429,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,21220,1,0,64,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,609,910,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Ossirian','Deliver the Head of Ossirian the Unscarred to Commander Mar\'alith at Cenarion Hold in Silithus.$B','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21220,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8792,2,60,1,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8792,0,1,0,570,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,'The Horde Needs Your Help!','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','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?',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8793,2,60,1,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8792,0,1,0,570,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,'The Horde Needs Your Help!','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','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?','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (8794,2,60,1,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8792,0,1,0,570,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,'The Horde Needs Your Help!','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','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?',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8795,2,60,1,0,-365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,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,'The Alliance Needs Your Help!','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','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?',NULL,NULL,NULL,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,1,1,1,1,0,0,1000,1000,0,12340), (8796,2,60,1,0,-365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,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,'The Alliance Needs Your Help!','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','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?',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (8797,2,60,1,0,-365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,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,'The Alliance Needs Your Help!','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','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?',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (8798,0,60,55,0,618,0,0,0,0,0,202,1,0,0,0,0,0,0,0,0,5163,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Yeti of Your Own','','',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8799,2,-1,40,0,-22,0,0,0,0,690,185,300,0,0,0,0,0,0,0,0,8746,0,0,0,0,-50000,0,0,0,0,0,0,0,0,0,0,0,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hero of the Day','Bring 1 Deeprock Salt and 5 gold coins to the Holly Preserver machine, upon which you will receive 5 Preserved Holly.','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.','','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.','Return to Holly Preserver.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8150,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8800,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cenarion Battlegear','Talk to Vargus at Cenarion Hold in Silithus.','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.',NULL,'Kaldon sent you? Very well, let\'s see what we can do for you.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8801,2,60,60,0,3428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8802,7,0,8700,0,0,0,0,0,0,21221,1,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,609,910,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'C\'Thun\'s Legacy','Take the Eye of C\'Thun to Caelastrasz in the Temple of Ahn\'Qiraj.','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. ','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21221,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,68,0,0,0,0,0,0,0,0,12340), (8802,2,60,60,0,3428,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8801,0,0,0,7,0,8700,0,0,0,0,0,0,21221,1,0,64,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,609,910,0,0,0,7,8,0,0,0,0,0,0,0,0,0,0,0,0,'The Savior of Kalimdor','Take the Eye of C\'Thun to Anachronos at the Caverns of Time.','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.$B','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21221,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8803,0,-1,10,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,8,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,'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',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8804,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21378,1,0,256,0,0,0,0,0,20800,21266,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desert Survival Kits','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.','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.','','','','Return to Calandrath at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7079,19440,20452,21378,0,0,4,4,4,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8805,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21379,1,0,256,0,0,0,0,0,20800,21266,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Boots for the Guard','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.','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.','','','','Return to Vish Kozus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7936,21379,0,0,0,0,3,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8806,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21380,1,0,0,0,0,0,0,0,20800,21266,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grinding Stones for the Guard','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.','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.','','','','Return to Vish Kozus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12644,7966,3486,21380,0,0,10,10,10,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8807,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21382,1,0,256,0,0,0,0,0,20800,21386,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scrying Materials','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.','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.','','','','Return to Geologist Larksbane at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14344,11178,12364,21382,0,0,1,1,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8808,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21384,1,0,256,1,0,0,0,0,20800,21266,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uniform Supplies','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.','The latest influx of volunteers has caused a shortage of uniforms. Procure a batch of uniform materials and bring them to Windcaller Proudhorn.','','Ah, we were in need of these. Your work is appreciated, $n.',NULL,'Return to Windcaller Proudhorn at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14342,14048,14227,21384,0,0,1,2,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8809,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21381,1,0,256,1,0,0,0,0,20800,21266,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Extraordinary Materials','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.','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.','','Ah, yes. These materials are of excellent quality. Thank you, $n.','You have something for me, $N?','Return to Vargus at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12655,12810,21381,0,0,0,2,2,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8810,2,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21385,1,0,256,1,0,0,0,0,20800,21386,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bandages for the Field','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.','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.','','Just in time. These supplies will save lives, $n. Your work is appreciated. Here\'s your next assignment.','You have something for me, $N?','Return to Windcaller Proudhorn at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14530,8545,6451,21385,0,0,30,30,30,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8811,0,60,1,0,-367,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,9,0,0,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.','Return to Darnassus Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8812,0,60,1,0,-367,0,0,0,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,1,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,9,0,0,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.','Return to Gnomeregan Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8813,0,60,1,0,-367,0,0,0,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,1,0,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,9,0,0,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.','Return to Ironforge Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8814,0,60,1,0,-367,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,9,0,0,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.','Return to Stormwind Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8815,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,76,0,0,0,0,9,0,0,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.','Return to Orgrimmar Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,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,0,0,0,12340), (8816,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,530,0,0,0,0,9,0,0,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.','Return to Darkspear Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,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,0,0,0,12340), (8817,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,68,0,0,0,0,9,0,0,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.','Return to Undercity Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,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,0,0,0,12340), (8818,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,81,0,0,0,0,9,0,0,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.','Return to Thunder Bluff Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,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,0,0,0,12340), (8819,0,60,1,0,-367,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,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.','Return to Darnassus Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8820,0,60,1,0,-367,0,0,0,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,1,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,4,0,0,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.','Return to Gnomeregan Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8821,0,60,1,0,-367,0,0,0,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,1,0,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,4,0,0,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.','Return to Ironforge Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8822,0,60,1,0,-367,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,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.','Return to Stormwind Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8823,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,76,0,0,0,0,4,0,0,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.','Return to Orgrimmar Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8824,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,530,0,0,0,0,4,0,0,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.','Return to Darkspear Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8825,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,81,0,0,0,0,4,0,0,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.','Return to Thunder Bluff Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8826,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,68,0,0,0,0,4,0,0,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.','Return to Undercity Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8827,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,'Winter\'s Presents','Speak with Greatfather Winter. He is located near the Smokywood Pastures vendor area in Ironforge.','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.',NULL,'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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,11,1,0,0,0,0,0,0,12340), (8828,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,'Winter\'s Presents','Speak with Great-father Winter. He is located near the Smokywood Pastures vendor area in Orgrimmar.','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.',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8829,2,60,60,0,1377,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21514,1,0,256,0,0,0,0,0,21515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ultimate Deception','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.$B','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. ','','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.',NULL,'Return to Aurel Goldleaf at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12753,12735,20407,21514,0,0,1,3,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8830,0,60,1,0,-367,0,0,0,0,1101,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,9,0,0,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.','Return to Officer Lunalight in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8831,0,60,1,0,-367,0,0,0,0,1101,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,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.','Return to Officer Lunalight in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8832,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8815,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,68,0,0,0,0,9,0,0,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.','Return to Officer Gothena in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8833,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8823,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,68,0,0,0,0,4,0,0,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.','Return to Officer Gothena in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8834,0,60,1,0,-367,0,0,0,0,1101,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,1,0,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,9,0,0,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.','Return to Officer Ironbeard in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8835,0,60,1,0,-367,0,0,0,0,1101,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,1,0,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,4,0,0,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.','Return to Officer Ironbeard in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8836,0,60,1,0,-367,0,0,0,0,1101,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,9,0,0,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.','Return to Officer Maloof in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8837,0,60,1,0,-367,0,0,0,0,1101,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,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.','Return to Officer Maloof in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8838,0,60,1,0,-367,0,0,0,0,1101,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,1,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,9,0,0,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.','Return to Officer Porterhouse in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,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,0,0,0,12340), (8839,0,60,1,0,-367,0,0,0,0,1101,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,1,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,4,0,0,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.','Return to Officer Porterhouse in Wetlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8840,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8816,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,76,0,0,0,0,9,0,0,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.','Return to Officer Redblade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8841,0,60,1,0,-367,0,0,0,0,690,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,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.','Return to Officer Redblade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8842,0,60,1,0,-367,0,0,0,0,690,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,1,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,9,0,0,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.','Return to Officer Thunderstrider in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,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,0,0,0,12340), (8843,0,60,1,0,-367,0,0,0,0,690,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,1,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,4,0,0,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.','Return to Officer Thunderstrider in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8844,0,60,1,0,-367,0,0,0,0,690,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,1,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,9,0,0,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.','Return to Officer Vu\'Shalay.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8845,0,60,1,0,-367,0,0,0,0,690,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,1,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,4,0,0,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.','Return to Officer Vu\'Shalay.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8846,0,19,10,0,-365,0,0,0,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,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,'Five Signets for War Supplies','','',NULL,'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.','Return to Field Marshal Snowfall in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8847,0,29,20,0,-365,0,0,0,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,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,'Ten Signets for War Supplies','','',NULL,NULL,NULL,'Return to Field Marshal Snowfall in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8848,0,39,30,0,-365,0,0,0,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,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,'Fifteen Signets for War Supplies','','',NULL,NULL,NULL,'Return to Field Marshal Snowfall in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8849,0,49,40,0,-365,0,0,0,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,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,'Twenty Signets for War Supplies','','',NULL,NULL,NULL,'Return to Field Marshal Snowfall in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8850,0,60,50,0,-365,0,0,0,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,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,'Thirty Signets for War Supplies','','',NULL,NULL,NULL,'Return to Field Marshal Snowfall in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8851,0,19,10,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,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,'Five Signets for War Supplies','','',NULL,NULL,NULL,'Return to Warlord Gorchuk in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8852,0,29,20,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,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,'Ten Signets for War Supplies','','',NULL,NULL,NULL,'Return to Warlord Gorchuk in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8853,0,39,30,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,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,'Fifteen Signets for War Supplies','','',NULL,NULL,NULL,'Return to Warlord Gorchuk in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8854,0,49,40,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,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,'Twenty Signets for War Supplies','','',NULL,NULL,NULL,'Return to Warlord Gorchuk in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8855,0,60,50,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,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,'Thirty Signets for War Supplies','','',NULL,NULL,NULL,'Return to Warlord Gorchuk in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8856,2,0,0,0,1377,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,20807,1,0,256,0,0,0,0,0,20800,20805,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Desert Survival Kits','Bring 4 Globes of Water, 4 Powerful Anti-Venom and 4 Baked Salmon to Calandrath at the inn in Cenarion Hold in Silithus.','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.',NULL,NULL,NULL,'Return to Calandrath at Hive\'Ashi in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7079,19440,20452,20807,0,0,4,4,4,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8857,2,60,51,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,27000,8700,0,0,0,0,0,0,21534,1,0,64,0,0,0,0,0,21528,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Colossus - Ashi','Take the Colossus of Ashi\'s Husk to Oglethorpe Obnoticus in Booty Bay.$B','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!','','Oh the chickens I will craft from this wondrous husk! Well done, my $gboy:girl; !','Yes? What have you got there?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21534,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8858,2,60,51,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,27000,8700,0,0,0,0,0,0,21535,1,0,64,0,0,0,0,0,21528,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Colossus - Regal','Take the Colossus of Regal\'s Husk to Overseer Oilfist in Searing Gorge.$B','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.','','Excellent. We could surely devise some incredibly powerful armor from this chitin. Here\'s the riches you were promised.','Hmmm...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21535,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,0,0,0,12340), (8859,2,60,51,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,27000,8700,0,0,0,0,0,0,21533,1,0,64,0,0,0,0,0,21528,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Colossus - Zora','Take the Colossus of Zora\'s Husk to Lord Maxwell Tyrosus at Light\'s Hope Chapel in the Eastern Plaguelands.$B','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...$B','','Excellent and timely! Well done, $Glad:lass;.','You look a bit heavy in the boots, friend.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21533,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,0,0,0,12340), (8860,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,21545,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Year Celebrations!','Bring the Smokywood Supplies to Innkeeper Allison in Stormwind.','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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8861,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7400,0,0,0,0,0,0,0,21545,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Year Celebrations!','Bring the Smokywood Supplies to Innkeeper Pala in Thunder Bluff.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8862,0,-1,10,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,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,'Elune\'s Candle','','',NULL,'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.','Return to Valadar Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8863,0,-1,1,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,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,'Festival Dumplings','','',NULL,'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.',NULL,'Return to Valadar Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8864,0,-1,1,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,0,0,21640,0,0,0,1,0,0,0,21157,21538,21539,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festive Lunar Dresses','','',NULL,'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?','Return to Valadar Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8865,0,-1,1,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,0,0,21640,0,0,0,1,0,0,0,21541,21544,21543,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festive Lunar Pant Suits','','',NULL,'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?','Return to Valadar Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8866,0,-1,1,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,25716,0,0,168,21600,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Bronzebeard the Elder','','',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8867,2,-1,1,0,-366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8883,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,21711,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lunar Fireworks','Launch 8 Lunar Fireworks and 2 Cluster Fireworks and return to a Lunar Festival Harbinger at any capital city.','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.','','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?','Return to Lunar Festival Harbinger.',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,1,'Lunar Fireworks Fired','Lunar Fireworks Cluster Fired','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8868,2,-1,40,0,-22,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,74,2,0,0,0,0,21540,21640,7912,0,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elune\'s Blessing','Summon Omen, defeat him and gain Elune\'s Blessing. Return to Valadar Starsong in Nighthaven','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!','Receive Elune\'s Blessing.','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.',NULL,'Return to Valadar Starsong 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,12340), (8869,2,60,50,0,-121,81,0,0,0,0,164,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,7200,0,17044,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Sweet Serenity','Travel to Stratholme and kill the Crimson Hammersmith. Recover the Crimson Hammersmith\'s Apron and return to Lilith.$B','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.$B',NULL,NULL,NULL,'Return to Lilith the Lithe at Everlook in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8870,2,-1,1,0,-366,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8870,8867,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,609,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lunar Festival','Talk to the Lunar Festival Harbinger in the Mystic Ward of Ironforge. You can also talk to Lunar Festival Harbingers in other capital cities.','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.','','Welcome, $N. Are you here to join in the festivities?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8871,2,-1,1,0,-366,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8870,8867,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,609,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lunar Festival','Talk to the Lunar Festival Harbinger in the Park District in Stormwind. You can also talk to Lunar Festival Harbingers in other capital cities.','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.','','Welcome, $N. Are you here to join in the festivities?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8872,2,-1,1,0,-366,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,8870,8867,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,609,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lunar Festival','Talk to the Lunar Festival Harbinger at the Cenarion Enclave in Darnassus. You can also talk to Lunar Festival Harbingers in other capital cities.','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.','','Welcome, $N. Are you here to join in the festivities?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8873,2,-1,1,0,-366,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8870,8867,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,609,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lunar Festival','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.','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.','','Welcome, $N. Are you here to join in the festivities?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8874,2,-1,1,0,-366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8870,8867,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,609,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lunar Festival','Talk to the Lunar Festival Harbinger in the entrance to the Undercity. You can also talk to Lunar Festival Harbingers in other capital cities.','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.',NULL,'Welcome, $N. Are you here to join in the festivities?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8875,2,-1,1,0,-366,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8870,8867,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,609,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lunar Festival','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.','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.','','Welcome, $N. Are you here to join in the festivities?',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (8876,0,-1,25,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,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,'Small Rockets','','',NULL,'Ah, very well. Here are your recipes, $N, and my Elune bless you.',NULL,'Return to Fariel Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8877,0,-1,45,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,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,'Firework Launcher','','',NULL,'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!',NULL,'Return to Fariel Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8878,0,-1,50,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,0,0,21640,0,0,0,1,0,0,0,21722,21723,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festive Recipes','','',NULL,'Here are the patterns, $N. I am sure you will find the product of this knowledge quite beautiful.',NULL,'Return to Fariel Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8879,0,-1,35,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,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,'Large Rockets','','',NULL,'Very well - I accept these coins of ancestry. Here are your recipes, $N. May you use them to spread Elune\'s glory!',NULL,'Return to Fariel Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8880,0,-1,45,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,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,'Cluster Rockets','','',NULL,'Here you are, $N. Take these recipes and learn their secrets. I bid you fortune, and I look forward to seeing your magnificent creations.',NULL,'Return to Fariel Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8881,0,-1,55,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,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,'Large Cluster Rockets','','',NULL,'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.','Return to Fariel Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8882,0,-1,55,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,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,'Cluster Launcher','','',NULL,'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.','Return to Fariel Starsong in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21100,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8883,2,-1,1,0,-366,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8867,0,0,0,1,0,13200,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,'Valadar Starsong','Use your Lunar Festival Invitation in the moonlight to travel to Moonglade. Speak with Valadar Starsong in Nighthaven when you arrive.','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!','','$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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (8884,2,7,5,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8885,5,0,390,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fish Heads, Fish Heads...','Collect 8 Grimscale Murloc Heads. Return them to Hathvelion Sungaze in the Eversong Woods on the bluff overlooking the Tranquil Shore.','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!',NULL,'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? ','Return to Hathvelion Sungaze in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21757,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8885,2,9,5,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8884,0,0,0,6,600,600,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Mmmrrrggglll','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.','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!',NULL,'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? ','Return to Hathvelion Sungaze in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21770,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8886,2,8,5,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grimscale Pirates!','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.','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!$B','','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?','Return to Captain Kelisendra in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21771,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8887,2,8,5,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,0,0,0,0,0,0,21776,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Kelisendra\'s Lost Rutters','Return Captain Kelisendra\'s Lost Rutters to Captain Kelisendra at the defended camp just to the east of the Sunsail Anchorage in Eversong Woods.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21776,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8888,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Magister\'s Apprentice','Speak with Apprentice Loralthalis near Duskwither Spire in Eversong Woods.','$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.','','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.','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8889,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8890,4,0,390,0,0,0,0,0,0,24337,1,0,128,32,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deactivating the Spire','Deactivate the 3 Duskwither Spire Power Sources inside Duskwither Spire. Then return the Deactivating Jewel to Apprentice Loralthalis in Eversong Woods.','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?','','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?','Return to Apprentice Loralthalis in Eversong Woods.',-180916,-180919,-180920,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,24337,0,0,0,0,0,1,0,0,1,'First Power Source Deactivated','Second Power Source Deactivated','Third Power Source Deactivated','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8890,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8889,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23399,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Word from the Spire','Return to Magister Duskwither at the Farstrider Retreat in Eversong Woods.','$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!','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8891,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,350,510,0,0,0,0,0,0,21783,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abandoned Investigations','Return Magister Duskwither\'s Journal to Magister Duskwither at the Farstrider Retreat in Eversong Woods.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21783,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8892,2,7,5,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9256,0,0,0,5,175,390,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Situation at Sunsail Anchorage','Kill 5 Wretched Thugs and 5 Wretched Hooligans and report to Ranger Degolien in Eversong Woods.','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.','','That\'ll teach them not to mess with us. Good work, $N.','Did you teach those Wretched a lesson?','Return to Ranger Degolien in Eversong Woods.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8893,0,47,42,0,440,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,264,1,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,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.','Return to Egg-O-Matic in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8894,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9394,0,0,0,5,350,510,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleaning up the Grounds','Kill 6 Mana Serpents and 6 Ether Fiends and return to Groundskeeper Wyllithen at Duskwither Grounds in Eversong Woods.','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!','','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?','Return to Groundskeeper Wyllithen at Duskwither Grounds in Eversong Woods.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8895,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8472,0,0,9119,2,35,90,0,0,0,0,0,0,21807,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to the North Sanctum','Deliver the Unmarked Letter to Ley-Keeper Caidanis at the North Sanctum in Eversong Woods.','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.','','Thank you, $N. I\'ve been expecting this letter.','Yes, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21807,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8896,2,7,7,0,3430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dwarven Spy','Find and kill Prospector Anvilward in the North Sanctum and report back to Aeldon Sunbrand in Eversong Woods.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (8897,2,-1,1,0,-22,0,0,0,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,21921,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dearest Colara,','Deliver Lieutenant Heldric\'s Carefully Penned Note to Colara Dean outside the bank in Stormwind.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21921,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8898,2,-1,1,0,-22,0,0,0,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,21920,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dearest Colara,','Deliver the Creased Letter to Colara Dean outside the bank in Stormwind.','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?','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8899,2,-1,1,0,-22,0,0,0,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,21925,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dearest Colara,','Deliver the Immaculate Letter to Colara Dean outside the bank in Stormwind.','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.','','I\'ve never received something like this before. How lovely!','Hello there, handsome. Something I can help you with?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8900,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21926,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dearest Elenia,','Deliver the Slightly Creased Note to Elenia Haydon near the bank in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8901,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22264,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dearest Elenia,','Deliver the Carefully Written Letter to Elenia Haydon near the bank in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8902,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22265,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dearest Elenia,','Deliver the Lovingly Composed Letter to Elenia Haydon near the bank in the Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8903,2,-1,1,0,-22,0,0,0,0,1101,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dangerous Love','Get a Stormwind Guard\'s Card and return it to Aristan Mottar in Stormwind.','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.','','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?','Return to Aristan Mottar in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8904,2,-1,1,0,-22,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dangerous Love','Get a Guardian\'s Moldy Card and bring it to Fenstad Argyle in the Undercity.','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.',NULL,'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?','Return to Fenstad Argyle at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22145,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8905,2,60,58,0,1537,81,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Wildheart Bracers to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16714,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8906,2,60,58,0,1537,81,0,0,4,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Beaststalker\'s Bindings to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16681,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8907,2,60,58,0,1537,81,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Magister\'s Bindings to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16683,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8908,2,60,58,0,1537,81,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Lightforge Bracers to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16722,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8909,2,60,58,0,1537,81,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with 1 set of Devout Bracers to Deliana in Ironforge.','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.','','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?','Return to Deliana in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16697,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8910,2,60,58,0,1537,81,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Shadowcraft Bracers to Deliana in Ironforge.$B','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16710,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8911,2,60,58,0,1537,81,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Dreadmist Bracers to Deliana in Ironforge.$B','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16703,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8912,2,60,58,0,1537,81,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Bracers of Valor to Deliana in Ironforge.','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.$B','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16735,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8913,2,60,58,0,1637,81,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Wildheart Bracers to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16714,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8914,2,60,58,0,1637,81,0,0,4,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Beaststalker\'s Bindings to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16681,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8915,2,60,58,0,1637,81,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Magister\'s Bindings to Mokvar in Orgrimmar.$B','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16683,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8916,2,60,58,0,1637,81,0,0,16,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Devout Bracers to Mokvar in Orgrimmar.$B','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.$B','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16697,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8917,2,60,58,0,1637,81,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Shadowcraft Bracers to Mokvar in Orgrimmar.$B','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8918,2,60,58,0,1637,81,0,0,64,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Bindings of Elements to Mokvar in Orgrimmar.$B','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16671,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8919,2,60,58,0,1637,81,0,0,256,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Dreadmist Bracers to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16703,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8920,2,60,58,0,1637,81,0,0,1,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,5700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Bracers of Valor to Mokvar in Orgrimmar.$B','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16735,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8921,2,60,58,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8924,5,-400000,0,0,0,0,0,0,0,0,0,0,264,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ectoplasmic Distiller','Return to Mux Manascrambler in Gadgetzan with 1 Delicate Arcanite Converter, 4 Greater Eternal Essence, 10 Stonescale Oil, 25 Volcanic Ash and 40 gold.','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.','','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!','Return to Mux Manascrambler in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16006,16203,13423,22338,0,0,1,4,10,25,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8922,2,60,58,0,440,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,8921,0,8921,5,0,5700,0,0,0,0,0,0,21985,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Supernatural Device','Bring the Sealed Blood Container to Mux Manascrambler inside Gadgetzan in Tanaris.','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! ','','Excellent! Just as I was running low!$B$BYou say Deliana sent you?','You\'ve something for me?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21985,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8923,2,60,58,0,440,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,8921,0,8921,5,0,5700,0,0,0,0,0,0,22382,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Supernatural Device','Take the Sealed Venom Container to Mux Manascrambler in Gadgetzan.','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.','','Excellent! Just as I was running low!$B$BYou say Mokvar sent you?','You wish to speak to me?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22382,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8924,2,60,58,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8921,0,0,8925,5,9000,5700,0,0,0,0,0,0,21946,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunting for Ectoplasm','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.','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!','','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?','Return to Mux Manascrambler at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21937,21936,21935,21946,0,0,12,12,12,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8925,2,60,58,0,440,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8924,0,0,8928,5,9000,5700,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,'A Portable Power Source','Find Magma Lord Bokk in the Burning Steppes, obtain his Magma Core and bring it to Mux Manascrambler in Gadgetzan.','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!','','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?','Return to Mux Manascrambler at Gadgetzan in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21938,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8926,2,60,58,0,1537,81,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Wildheart Belt and a set of Wildheart Gloves Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16716,16717,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8927,2,60,58,0,1637,81,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Wildheart Belt and a set of Wildheart Gloves to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16716,16717,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8928,2,60,58,0,440,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8925,0,0,0,3,0,2880,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,'A Shifty Merchant','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.','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!','','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?','Return to Mux Manascrambler in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21939,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8929,2,60,58,0,139,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,8945,0,8945,5,0,5700,0,0,0,0,0,0,22115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Anthion','Use the Extra-Dimensional Ghost Revealer at the entrance to Stratholme and speak with the ghost of Anthion Harmon.','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.','','Deliana had you contact me? I\'ll do my best to help you, but first I must ask a great favor of you.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8930,2,60,58,0,139,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,8945,0,8945,5,0,5700,0,0,0,0,0,0,22115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Anthion','Use the Extra-Dimensional Ghost Revealer at the entrance to Stratholme and speak with the ghost of Anthion Harmon.','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!','','Mokvar had you contact me? I\'ll do my best to help you, but first I must ask a great favor of you.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8931,2,60,58,0,1537,81,0,0,4,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Beaststalker\'s Belt and a set of Beaststalker\'s Gloves to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16680,16676,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8932,2,60,58,0,1537,81,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Magister\'s Belt and a set of Magister\'s Gloves to Deliana in Ironforge.$B','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16685,16684,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8933,2,60,58,0,1537,81,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Lightforge Belt and a set of Lightforge Gauntlets to Deliana in Ironforge.$B','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16723,16724,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8934,2,60,58,0,1537,81,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Devout Belt and a set of Devout Gloves to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16696,16692,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8935,2,60,58,0,1537,81,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Shadowcraft Belt and a set of Shadowcraft Gloves to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16713,16712,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8936,2,60,58,0,1537,81,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Dreadmist Belt and a set of Dreadmist Wraps to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16702,16705,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8937,2,60,58,0,1537,81,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Belt of Valor and a set of Gauntlets of Valor to Deliana in Ironforge.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16736,16737,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8938,2,60,58,0,1637,81,0,0,4,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Beaststalker\'s Belt and a set of Beaststalker\'s Gloves to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16680,16676,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8939,2,60,58,0,1637,81,0,0,128,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Magister\'s Belt and a set of Magister\'s Gloves to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16685,16684,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8940,2,60,58,0,1637,81,0,0,16,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Devout Belt and a set of Devout Gloves to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16696,16692,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8941,2,60,58,0,1637,81,0,0,8,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Shadowcraft Belt and a set of Shadowcraft Gloves to Mokvar in Orgrimmar.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16713,16712,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8942,2,60,58,0,1637,81,0,0,64,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Cord of Elements and a set of Gauntlets of Elements to Mokvar in Orgrimmar.$B','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16673,16672,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8943,2,60,58,0,1637,81,0,0,256,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Dreadmist Belt and a set of Dreadmist Wraps to Mokvar in Orgrimmar.$B','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16702,16705,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8944,2,60,58,0,1637,81,0,0,1,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Belt of Valor and a set of Gauntlets of Valor to Mokvar in Orgrimmar.$B','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16736,16737,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8945,2,60,58,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8946,6,0,7200,0,0,0,0,0,0,0,0,0,8,2,0,0,0,0,22137,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dead Man\'s Plea','Go into Stratholme and rescue Ysida Harmon from Baron Rivendare.','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!','','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?','Return to Ysida Harmon in Stratholme.',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,0,'Ysida Freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8946,2,60,58,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8945,0,0,8947,5,0,5700,0,0,0,0,0,0,22139,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Life','Bring Ysida\'s Locket to Anthion Harmon in Eastern Plaguelands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22139,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8947,2,60,58,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8946,0,0,8948,5,0,5700,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,'Anthion\'s Strange Request','Bring 3 Dark Iron Bars, 20 Enchanted Leather, 3 Mooncloth and 4 Cured Rugged Hides to Anthion Harmon in the Eastern Plaguelands.','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.','','Excellent. I shall transmute these into something more suitable to our needs.','Did you obtain the materials I asked for, $N?','Return to Anthion Harmon at Stratholme in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11371,12810,14342,15407,0,0,3,20,3,4,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8948,2,60,58,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8947,0,0,8949,5,0,5700,0,0,0,0,0,0,21983,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anthion\'s Old Friend','Take the incomplete Banner of Provocation to Falrin Treeshaper at the library in Dire Maul.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21983,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8949,2,60,58,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8948,0,0,8950,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,'Falrin\'s Vendetta','Collect 25 Ogre Warbeads from Ogres inside Dire Maul or Blackrock Spire and return to Falrin Treeshaper inside the Athenaeum in Dire Maul.','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.','','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?','Return to Falrin Treeshaper at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21982,0,0,0,0,0,25,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8950,2,60,58,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8949,0,0,0,5,0,5700,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,'The Instigator\'s Enchantment','Bring the following to Falrin Treeshaper inside Dire Maul: 1 Jeering Spectre\'s Essence, 4 Dark Runes and 8 Large Brilliant Shards.','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.','','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?','Return to Falrin Treeshaper at Dalaran Crater in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22224,20520,14344,0,0,0,1,4,8,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8951,2,60,58,0,1537,81,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Wildheart Boots, a Wildheart Kilt and Wildheart Spaulders.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16715,16719,16718,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8952,2,60,58,0,1537,81,0,0,4,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Beaststalker\'s Boots, Beaststalker\'s Pants and Beaststalker\'s Mantle.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16675,16678,16679,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8953,2,60,58,0,1537,81,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Magister\'s Boots, Magister\'s Leggings and Magister\'s Mantle.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16682,16687,16689,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8954,2,60,58,0,1537,81,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Lightforge Boots, Lightforge Legplates and Lightforge Spaulders.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16725,16728,16729,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8955,2,60,58,0,1537,81,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Devout Sandals, Devout Skirt and Devout Mantle.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16691,16694,16695,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8956,2,60,58,0,1537,81,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Shadowcraft Boots, Shadowcraft Pants and Shadowcraft Spaulders.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16711,16709,16708,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8957,2,60,58,0,1637,81,0,0,64,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Boots of Elements, Kilt of Elements and Pauldrons of Elements.','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16670,16668,16669,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8958,2,60,58,0,1537,81,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Dreadmist Sandals, Dreadmist Leggings and Dreadmist Mantle.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16704,16699,16701,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8959,2,60,58,0,1537,81,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Boots of Valor, Legplates of Valor and Spaulders of Valor.','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!','','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.','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16734,16732,16733,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8960,2,60,58,0,25,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,8961,0,8961,2,0,1440,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,'Bodley\'s Unfortunate Fate','Travel to Blackrock Mountain and use the Extra-Dimensional Ghost Revealer to find Bodley near Blackrock Spire.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8961,2,60,58,0,25,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Three Kings of Flame','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.','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.','','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.','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21987,21988,21989,22014,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8962,2,60,58,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8961,8987,8962,8966,5,0,5700,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,'Components of Importance','Acquire Druidical Remains and return them to Bodley inside Blackrock Mountain.','$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.','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22226,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8963,2,60,58,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8961,8988,8962,8967,5,0,5700,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,'Components of Importance','Acquire a Starbreeze Village Relic and return it to Bodley inside Blackrock Mountain.','$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.','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22227,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8964,2,60,58,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8961,8985,8962,8968,5,0,5700,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,'Components of Importance','Retrieve a Brilliant Sword of Zealotry and return it to Bodley inside Blackrock Mountain.','$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.','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22228,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8965,2,60,58,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8961,8986,8962,8969,5,0,5700,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,'Components of Importance','Obtain Soul Ashes of the Banished and return them to Bodley inside Blackrock Mountain.','$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.','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22229,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8966,2,60,58,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8962,8970,0,8970,6,0,7200,0,0,0,0,0,0,22049,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Left Piece of Lord Valthalak\'s Amulet','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.','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.','','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?','Return to Bodley in Burning Steppes.',0,0,16080,0,0,0,1,0,0,0,0,0,0,0,0,0,21984,22049,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8967,2,60,58,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8963,8970,0,8970,6,0,7200,0,0,0,0,0,0,22050,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Left Piece of Lord Valthalak\'s Amulet','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.','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.','','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?','Return to Bodley in Burning Steppes.',0,0,16097,0,0,0,1,0,0,0,0,0,0,0,0,0,21984,22050,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8968,2,60,58,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8964,8970,0,8970,6,0,7200,0,0,0,0,0,0,22051,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Left Piece of Lord Valthalak\'s 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.','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.','','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?','Return to Bodley in Burning Steppes.',0,0,16101,16102,0,0,1,1,0,0,0,0,0,0,0,0,21984,22051,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8969,2,60,58,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8965,8970,0,8970,6,0,7200,0,0,0,0,0,0,22052,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Left Piece of Lord Valthalak\'s Amulet','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.','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.','','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!','Return to Bodley in Burning Steppes.',0,0,16118,0,0,0,1,0,0,0,0,0,0,0,0,0,21984,22052,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8970,2,60,58,0,2079,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,5017,0,0,0,0,21984,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'I See Alcaz Island In Your Future...','Gather 20 Bloodkelp from the Strashaz naga and then return to Bodley inside Blackrock Mountain.','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.','','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!','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22094,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8971,2,10,1,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,8,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,'REUSE','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8972,2,10,1,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,8,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,'REUSE','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8973,2,10,1,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,8,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,'REUSE','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8974,2,10,1,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,8,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,'REUSE','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8975,2,10,1,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,8,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,'REUSE','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8976,2,10,1,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,8,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,'REUSE','','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8977,2,60,58,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8928,0,0,0,5,0,5700,0,0,0,0,0,0,22115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Deliana','Bring the Extra-Dimensional Ghost Revealer to Deliana in Ironforge.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22115,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8978,2,60,58,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8928,0,0,0,5,0,5700,0,0,0,0,0,0,22115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Mokvar','Return to Mokvar in Orgrimmar with the Extra-Dimensional Ghost Revealer.','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!','','You\'ve returned with the device! I\'m impressed by your dedication, $N. Excellent work.','You\'ve returned with the device?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22115,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8979,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11558,0,0,8980,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,'Fenstad\'s Hunch','Bring 1 Cologne Bottle and 1 Perfume Bottle to Apothecary Zinge in the Undercity\'s Apothecarium.','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.','','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?','Return to Apothecary Zinge at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (8980,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8979,0,0,8982,0,0,0,0,0,0,0,0,0,0,0,0,8,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,0,0,'Zinge\'s Assessment','Return to Fenstad Argyle outside the bank in the Undercity.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8981,0,-1,1,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,27663,0,0,0,0,0,0,0,8,0,0,0,0,0,21812,0,0,0,1,0,0,0,22218,22200,34258,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,'Gift Giving','','',NULL,NULL,NULL,'Return to Kwee Q. Peddlefeet.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22263,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8982,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8980,0,0,8983,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,'Tracing the Source','Speak with Innkeeper Norman in the Undercity.','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.','','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.',NULL,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,12340), (8983,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8982,0,0,8984,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,'Tracing the Source','Speak with Mara Rennick at the tailor\'s shop in the Undercity\'s Magic Quarter.','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.','','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.',NULL,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,12340), (8984,2,-1,1,0,-22,0,0,0,0,690,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Source Revealed','Find Apothecary Staffron Lerent in the Hillsbrad Foothills past Ravenholdt Manor.','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.','','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.',NULL,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,12340), (8985,2,60,58,0,25,1,0,0,256,0,0,0,0,0,0,0,0,0,0,0,8970,0,0,8990,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,'More Components of Importance','Acquire a Starbreeze Village Relic and return it to Bodley inside Blackrock Mountain.','$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.','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22227,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8986,2,60,58,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8970,0,0,8989,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,'More Components of Importance','Acquire Druidical Remains and return them to Bodley inside Blackrock Mountain.','$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.','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22226,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8987,2,60,58,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8970,0,0,8991,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,'More Components of Importance','Retrieve a Brilliant Sword of Zealotry and return it to Bodley inside Blackrock Mountain.','$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.$B','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22228,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8988,2,60,58,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8970,0,0,8992,5,0,5700,0,0,0,0,0,0,0,0,0,8,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,'More Components of Importance','Obtain Soul Ashes of the Banished and return them to Bodley inside Blackrock Mountain.','$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.','','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?','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22229,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8989,2,60,58,0,1583,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8986,8994,0,8994,6,0,7200,0,0,0,0,0,0,22049,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Right Piece of Lord Valthalak\'s Amulet','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.','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.','','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?','Return to Bodley in Burning Steppes.',0,0,16080,0,0,0,1,0,0,0,22046,0,0,0,1,0,22048,22049,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8990,2,60,58,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8985,8994,0,8994,6,0,7200,0,0,0,0,0,0,22050,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Right Piece of Lord Valthalak\'s Amulet','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.','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.','','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.','Return to Bodley in Burning Steppes.',0,0,16097,0,0,0,1,0,0,0,22046,0,0,0,1,0,22048,22050,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8991,2,60,58,0,2017,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8987,8994,0,8994,6,0,7200,0,0,0,0,0,0,22051,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Right Piece of Lord Valthalak\'s 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.','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.','','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?','Return to Bodley in Burning Steppes.',0,0,16101,16102,0,0,1,1,0,0,22046,0,0,0,1,0,22048,22051,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8992,2,60,58,0,2057,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8988,8994,0,8994,6,0,7200,0,0,0,0,0,0,22052,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Right Piece of Lord Valthalak\'s Amulet','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.','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.','','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!','Return to Bodley in Burning Steppes.',0,0,16118,0,0,0,1,0,0,0,22046,0,0,0,1,0,22048,22052,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8993,0,-1,1,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,27663,0,0,0,0,0,0,0,8,0,0,0,0,0,21812,0,0,0,1,0,0,0,22218,22200,34258,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,'Gift Giving','','',NULL,NULL,'Have you come to deliver a present of love and adoration to your favorite leader?','Return to Kwee Q. Peddlefeet.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22262,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (8994,2,60,58,0,25,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8995,5,0,5700,0,0,0,0,0,0,22048,1,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,'Final Preparations','Gather 40 Blackrock Bracers and acquire a Flask of Supreme Power. Return them to Bodley inside Blackrock Mountain.','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!','','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.','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22138,13512,0,0,0,0,40,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8995,2,60,58,0,1583,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8994,0,0,8996,7,0,8700,0,0,0,0,0,0,22056,1,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,'Mea Culpa, Lord Valthalak','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.','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!','','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!','Return to Spirit of Lord Valthalak in Blackrock Spire.',0,16042,0,0,0,1,0,0,0,0,0,0,0,0,0,0,22048,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8996,2,60,58,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8995,0,0,0,1,0,570,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Return to Bodley','Return to Bodley inside Blackrock Mountain and give him the Brazier of Beckoning.','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.','','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!','Return to Bodley in Burning Steppes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22056,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (8997,2,60,58,0,1537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,1,0,570,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,'Back to the Beginning','Speak with Deliana at The High Seat in Ironforge.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8998,2,60,58,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8996,0,0,0,1,0,570,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,'Back to the Beginning','Speak with Mokvar at Grommash Hold in Orgrimmar\'s Valley of Wisdom.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (8999,2,60,58,0,1537,81,0,0,1024,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Wildheart Cowl and Wildheart Vest.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16720,16706,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9000,2,60,58,0,1537,81,0,0,4,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Beaststalker\'s Cap and Beaststalker\'s Tunic.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16677,16674,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9001,2,60,58,0,1537,81,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Magister\'s Crown and Magister\'s Robes.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16686,16688,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9002,2,60,58,0,1537,81,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Lightforge Helm and Lightforge Breastplate.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16727,16726,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9003,2,60,58,0,1537,81,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Devout Crown and Devout Robe.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16693,16690,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9004,2,60,58,0,1537,81,0,0,8,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Shadowcraft Cap and Shadowcraft Tunic.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16707,16721,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9005,2,60,58,0,1537,81,0,0,256,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Dreadmist Mask and Dreadmist Robe.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16698,16700,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9006,2,60,58,0,1537,81,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Helm of Valor and Breastplate of Valor.','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.','','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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16731,16730,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9007,2,60,58,0,1637,81,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Wildheart Cowl and Wildheart Vest.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16720,16706,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9008,2,60,58,0,1637,81,0,0,4,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Beaststalker\'s Cap and Beaststalker\'s Tunic.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16677,16674,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9009,2,60,58,0,1637,81,0,0,16,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Devout Crown and Devout Robe.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16693,16690,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9010,2,60,58,0,1637,81,0,0,8,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Shadowcraft Cap and Shadowcraft Tunic.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16707,16721,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9011,2,60,58,0,1637,81,0,0,64,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Coif of Elements and Vest of Elements.','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.','','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','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16667,16666,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9012,2,60,58,0,1637,81,0,0,256,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Dreadmist Mask and Dreadmist Robe.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16698,16700,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9013,2,60,58,0,1637,81,0,0,1,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Helm of Valor and Breastplate of Valor.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16731,16730,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9014,2,60,58,0,1637,81,0,0,128,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Magister\'s Crown and Magister\'s Robes.','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.','','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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16686,16688,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9015,2,60,58,0,1584,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8950,0,0,0,5,0,5700,0,0,0,0,0,0,21986,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Challenge','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.','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.','','You\'ve recovered part of the medallion, $N?','You\'re back, $N!','Return to Anthion Harmon at Stratholme in Eastern Plaguelands.',16166,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22047,0,0,0,0,0,1,0,0,0,0,0,'Theldren\'s Team Defeated','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9016,2,60,58,0,1637,81,0,0,1024,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Wildheart Boots, a Wildheart Kilt and Wildheart Spaulders.$B','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16715,16719,16718,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9017,2,60,58,0,1637,81,0,0,4,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Beaststalker\'s Boots, Beaststalker\'s Pants and Beaststalker\'s Mantle.','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16675,16678,16679,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9018,2,60,58,0,1637,81,0,0,128,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,21986,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Magister\'s Boots, Magister\'s Leggings and Magister\'s Mantle.','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16682,16687,16689,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9019,2,60,58,0,1637,81,0,0,16,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Devout Sandals, Devout Skirt and Devout Mantle.','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16691,16694,16695,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9020,2,60,58,0,1637,81,0,0,8,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Shadowcraft Boots, Shadowcraft Pants and Shadowcraft Spaulders.','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16711,16709,16708,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9021,2,60,58,0,1637,81,0,0,256,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Dreadmist Sandals, Dreadmist Leggings and Dreadmist Mantle.','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16704,16699,16701,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9022,2,60,58,0,1637,81,0,0,1,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Boots of Valor, Legplates of Valor and Spaulders of Valor.','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!','','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.','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16734,16732,16733,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9023,2,60,60,0,1377,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,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,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Perfect Poison','Dirk Thunderwood at Cenarion Hold wants you to bring him Venoxis\'s Venom Sac and Kurinnaxx\'s Venom Sac.','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.','','Ravenholdt thanks you, hero! Take your pick!','This ain\'t no smash and grab job, $N. You\'re gonna need to bring friends.','Return to Dirk Thunderwood at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22216,22217,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12340), (9024,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,8903,0,0,9025,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,'Aristan\'s Hunch','Bring 1 Cologne Bottle and 1 Perfume Bottle to Morgan Pestle in the Trade District of Stormwind.','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.','','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?','Return to Morgan Pestle in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9025,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9024,0,0,9026,0,0,0,0,0,0,0,0,0,0,0,0,8,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,0,0,'Morgan\'s Discovery','Return to Aristan Mottar outside the bank in Stormwind\'s Trade District.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9026,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9025,0,0,9027,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,'Tracing the Source','Speak with Innkeeper Allison at The Gilded Rose in Stormwind\'s Trade District.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9027,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9026,0,0,9028,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,'Tracing the Source','Speak with Evert Sorisam at The Finest Thread along Stormwind\'s Canals.','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.','','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.',NULL,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,12340), (9028,2,-1,1,0,-22,0,0,0,0,1101,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Source Revealed','Find Apothecary Staffron Lerent in the Hillsbrad Foothills behind Ravenholdt Manor.','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.','','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.',NULL,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,12340), (9029,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'A Bubbling Cauldron','','',NULL,'A pleasant smell wafts up from the cauldron.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9030,2,60,58,0,2557,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,22047,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Speak to Deliana in Ironforge.','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!',NULL,NULL,NULL,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,12340), (9031,2,60,58,0,139,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,0,0,0,0,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Speak to Mokvar in Orgrimmar.','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!','',NULL,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,12340), (9032,2,60,58,0,25,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,8961,0,8961,2,0,1440,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,'Bodley\'s Unfortunate Fate','Travel to Blackrock Mountain and use the Extra-Dimensional Ghost Revealer to find Bodley near Blackrock Spire.','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.',NULL,'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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9033,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,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,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Echoes of War','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.','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...','','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?','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9034,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22416,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Breastplate','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.$B','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22349,22375,12360,20725,0,0,1,25,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9035,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9062,1,0,30,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Roadside Ambush','Speak to Apprentice Meledor in Eversong Woods along the road heading south from Silvermoon City.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9036,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22417,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Legplates','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.','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22352,22375,12360,15407,0,0,1,20,4,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9037,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Helmet','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.','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22353,22375,12360,20725,0,0,1,15,5,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9038,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22419,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Pauldrons','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.','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22354,22375,12360,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9039,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22420,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Sabatons','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.$B','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22358,22375,12360,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9040,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22421,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Gauntlets','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.','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22357,22375,12360,15407,0,0,1,8,1,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9041,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22422,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Waistguard','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.','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22356,22375,12360,15407,0,0,1,8,1,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9042,2,60,60,0,3456,62,0,0,1,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreadnaught Bracers','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.','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.','','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!','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22355,22375,12360,20725,0,0,1,6,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9043,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Tunic','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.','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.','','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!','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22350,22375,12360,15407,0,0,1,25,4,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9044,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22427,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Legguards','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.','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.','','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!','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22359,22375,12360,20725,0,0,1,20,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9045,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22428,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Headpiece','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.','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.','','$B$BKeep it covered, $C.','You got some missing parts for the quest please go and get them all!','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22360,22375,12360,15407,0,0,1,15,5,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9046,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22429,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Spaulders','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.','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.','','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!','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22361,22375,12360,20725,0,0,1,12,2,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9047,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22430,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Boots','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.','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.','','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!','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22365,22375,12360,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9048,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22426,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Handguards','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.','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.','','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!','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22364,22375,12360,15407,0,0,1,8,1,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9049,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22431,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Girdle','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.','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.','','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! ','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22363,22375,12360,20725,0,0,1,8,1,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9050,2,60,60,0,3456,62,0,0,2,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption Wristguards','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.','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.','','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!','Return to Commander Eligor Dawnbringer in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22362,22375,12360,15407,0,0,1,6,1,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9051,2,52,50,0,-263,1,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,9052,0,0,9053,5,0,4350,0,0,0,0,0,0,22432,1,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,'Toxic Test','Stab a Devilsaur with the Devilsaur Barb. Return to Torwa Pathfinder in Un\'Goro Crater when you have completed this task.','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...','Devilsaur stabbed with barb','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?','Return to Torwa Pathfinder at The Marshlands 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,1,0,0,0,0,0,0,0,0,12340), (9052,2,52,50,0,-263,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,9063,0,0,9051,5,0,4350,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,0,0,0,0,0,0,0,'Bloodpetal Poison','Collect 8 Bloodcap and 8 Gorishi Stings, and return to Torwa Pathfinder in Un\'Goro Crater.','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.','','The ingredients at last!$B$BWith the Un\'Goro soil I have collected, the toxin is easily concocted...','Have you met with success?','Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22435,22434,0,0,0,0,8,8,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9053,2,52,50,0,-263,81,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,9051,0,0,0,7,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,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,'A Better Ingredient','Retrieve a Putrid Vine from the guardian at the bottom of the Sunken Temple and return to Torwa Pathfinder.','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.','','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?','Return to Torwa Pathfinder at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22444,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9054,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22436,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Tunic','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.','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22350,22374,12360,15407,0,0,1,25,4,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9055,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22437,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Legguards','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.','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22359,22374,12360,15407,0,0,1,20,3,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9056,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22438,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Headpiece','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.','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22360,22374,12360,20725,0,0,1,15,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9057,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22439,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Spaulders','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.','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22361,22374,12360,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9058,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Boots','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.','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22365,22374,12360,20725,0,0,1,12,1,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9059,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Handguards','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.','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22364,22374,12360,15407,0,0,1,8,1,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9060,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Girdle','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.$B','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22363,22374,12360,20725,0,0,1,8,1,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9061,2,60,60,0,3456,62,0,0,8,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22443,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Wristguards','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.','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!','','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!','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22362,22374,12360,15407,0,0,1,6,1,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9062,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9064,3,250,150,0,0,0,0,0,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Soaked Pages','Apprentice Meledor in Eversong Woods wants you to search the water beneath the bridge nearby and bring him Antheol\'s Elemental Grimoire.','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.','','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.','Return to Apprentice Meledor in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22414,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9063,2,52,50,0,-263,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9052,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torwa Pathfinder','Speak with Torwa Pathfinder in Un\'Goro Crater.','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.','','You have traveled far to meet with me, $C, and not a moment too soon.','',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,1,0,0,0,0,0,0,0,0,12340), (9064,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9062,0,0,9066,2,125,90,0,0,0,0,0,0,22414,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking the Fall','Bring Antheol\'s Elemental Grimoire to Instructor Antheol at Stillwhisper Pond in Eversong Woods.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22414,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9065,2,1,1,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,50,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,159,118,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,87,0,0,0,4,-5,0,0,0,0,0,0,0,0,0,0,0,0,'The Pattymac Special','Make sure you destroy that tower!','Hey you, knock down that tower!',NULL,NULL,NULL,'Return to Kanrethad.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9066,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9064,0,0,0,5,125,330,0,0,0,0,0,0,22473,1,0,128,32,0,0,0,0,22976,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swift Discipline','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.','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.','','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?','Return to Instructor Antheol at Stillwhisper Pond in Eversong Woods.',15945,15941,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,22473,0,0,0,0,0,1,0,0,0,1,'Apprentice Meledor Disciplined','Apprentice Ralen Disciplined','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9067,2,9,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9395,0,0,0,5,900,480,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Party Never Ends','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.','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!','','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?','Return to Lord Saltheril at Saltheril\'s Haven in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22775,22776,22777,0,0,0,1,1,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9068,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22464,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Tunic','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.','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.','','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!','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22350,22374,12360,15407,0,0,1,25,4,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9069,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22465,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Legguards','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.','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.','','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!','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22359,22374,12360,15407,0,0,1,20,3,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9070,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22466,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Headpiece','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.','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.','','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!','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22360,22374,12360,20725,0,0,1,15,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9071,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Spaulders','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.','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.','','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!','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22361,22374,12360,14342,0,0,1,12,2,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9072,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22468,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Boots','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.','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.','','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!','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22365,22374,12360,20725,0,0,1,12,1,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9073,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22469,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Handguards','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.','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.','','These handguards channel the power of the elements!','Have you brought me that which I require?','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22364,22374,12360,15407,0,0,1,8,1,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9074,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22470,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Girdle','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.','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.','','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!','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22363,22374,12360,20725,0,0,1,8,1,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9075,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22471,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthshatter Wristguards','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.$B','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.','','The wristguards are ready, $N.$B$B','Have you brought me that which I require?','Return to Rimblat Earthshatter at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22362,22374,12360,15407,0,0,1,6,1,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9076,2,8,5,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8480,0,0,0,5,225,420,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wretched Ringleader','Bring Aldaron\'s Head to Velendris Whitemorn near Sunsail Anchorage in Eversong Woods.','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.','','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.','Return to Velendris Whitemorn in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22487,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9077,2,60,60,0,3456,62,0,0,128,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22476,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Breastplate','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.','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.','','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!','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22349,22373,12360,15407,0,0,1,25,2,6,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9078,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,-1000000,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22477,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Legplates','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.','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.','','Be careful walking around in those things. You might cut yourself.','$B$BI just realized the irony in all of this.','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22352,22373,12360,15407,0,0,1,20,1,8,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9079,2,60,60,0,3456,62,0,0,128,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22478,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Helmet','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.$B','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.','','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!','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22353,22373,15407,20725,0,0,1,15,8,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9080,2,60,60,0,3456,62,0,0,128,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,-500000,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22479,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Pauldrons','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. ','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.','','$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?','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22354,22373,15407,20725,0,0,1,12,5,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9081,2,60,60,0,3456,62,0,0,128,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,-250000,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22480,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Sabatons','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. ','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.','','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.','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22358,22373,15407,20725,0,0,1,12,3,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9082,2,60,60,0,3456,62,0,0,128,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22481,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Gauntlets','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. ','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.','','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?','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22357,22373,12360,15407,0,0,1,8,1,5,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9083,2,60,60,0,3456,62,0,0,128,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,-150000,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22482,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Waistguard','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.','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.','','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?','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22356,22373,15407,20725,0,0,1,8,5,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9084,2,60,60,0,3456,62,0,0,128,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22483,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Bracers','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.','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.','','The bracers are ready, $N.$B$B','How do you expect me to get anything done without the items I requested?','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22355,22373,12360,15407,0,0,1,6,1,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9085,2,-1,50,0,-368,1,0,0,0,0,0,0,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,23123,23122,0,0,0,0,5,5,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadows of Doom','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.','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.','','Excellent work, $n. With the shadows destroyed, our hope of victory against the Lich King survives.','Have you had any luck, $N?','Return to Commander Thomas Helleran at Eastwall Tower in Eastern Plaguelands.',16143,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9086,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22488,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Tunic','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.','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.','','Your Dreamwalker Tunic is ready, $N.','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22350,22373,15407,20725,0,0,1,25,6,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9087,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22489,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Legguards','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.','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.','','As promised, Dreamwalker Legguards.$B$B','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22359,22373,15407,20725,0,0,1,20,8,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9088,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Headpiece','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.','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.','','Your Dreamwalker Headpiece is ready, $N.','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22360,22373,15407,20725,0,0,1,15,6,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9089,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22491,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Spaulders','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.','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.','','Your Dreamwalker Spaulders are ready, $N.','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22361,22373,15407,20725,0,0,1,12,5,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9090,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22492,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Boots','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.','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.','','Your Dreamwalker Boots are ready, $N.','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22365,22373,14342,15407,0,0,1,12,3,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9091,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22493,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Handguards','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.','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.','','Your Dreamwalker Handguards are ready, $N.','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22364,22373,15407,20725,0,0,1,8,5,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9092,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Girdle','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.','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.','','Your Dreamwalker Girdle is ready, $N.','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22363,22373,14342,15407,0,0,1,8,3,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9093,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22495,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dreamwalker Wristguards','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.','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.','','Your Dreamwalker Wristguards are ready, $N.','The material cost is high, but soon forgotten.','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22362,22373,12363,15407,0,0,1,6,1,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9094,0,-1,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,8,1,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,'Argent Dawn Gloves','','','',NULL,NULL,'Return to Argent Quartermaster.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9095,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22496,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Robe','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.','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22351,22376,14342,20725,0,0,1,25,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9096,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22497,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Leggings','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.','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22366,22376,14342,20725,0,0,1,20,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9097,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22498,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Circlet','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.','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22367,22376,14342,20725,0,0,1,15,3,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9098,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Shoulderpads','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.$B','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22368,22376,14342,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9099,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Sandals','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.','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22372,22376,14342,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9100,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22501,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Gloves','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.','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22371,22376,14342,0,0,0,1,8,4,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9101,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22502,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Belt','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.','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22370,22376,12363,14342,0,0,1,8,2,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9102,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22503,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostfire Bindings','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.','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.','','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!','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22369,22376,12363,20725,0,0,1,6,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9103,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22504,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Robe','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22351,22376,14342,20725,0,0,1,25,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9104,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22505,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Leggings','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22366,22376,14342,20725,0,0,1,20,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9105,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22506,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Circlet','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22367,22376,14342,20725,0,0,1,15,3,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9106,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22507,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Shoulderpads','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22368,22376,14342,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9107,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22508,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Sandals','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22372,22376,14342,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9108,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Gloves','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22371,22376,14342,0,0,0,1,8,4,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9109,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Belt','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22370,22376,12363,14342,0,0,1,8,2,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9110,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagueheart Bindings','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.','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...','','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!','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22369,22376,12363,20725,0,0,1,6,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9111,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22512,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Robe of 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.','$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.','','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!','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22351,22376,14342,20725,0,0,1,25,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9112,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22513,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leggings of 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.','$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.','','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!','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22366,22376,14342,20725,0,0,1,20,4,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9113,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22514,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Circlet of 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.','$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.','','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!','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22367,22376,14342,20725,0,0,1,15,3,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9114,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shoulderpads of 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.','$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.','','The vestments are ready, $N. Smite those that would harm our world in your righteous fire.','Have you brought me the reagents, child?','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22368,22376,14342,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9115,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22516,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sandals of 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.$B','$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.','','The vestments are ready, $N. Smite those that would harm our world in your righteous fire.','Have you brought me the reagents, child?','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22372,22376,14342,15407,0,0,1,12,2,3,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9116,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22517,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gloves of 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.$B','$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.','','The vestments are ready, $N. Smite those that would harm our world in your righteous fire.','Have you brought me the reagents, child?','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22371,22376,14342,0,0,0,1,8,4,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9117,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Belt of 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.','$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.','','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!','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22370,22376,12363,14342,0,0,1,8,2,2,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9118,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,529,0,9000,0,9033,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22519,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bindings of 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.','$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.','','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!','Return to Father Inigo Montoy at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22369,22376,12363,20725,0,0,1,6,1,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9119,2,5,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8895,0,0,8486,5,100,270,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malfunction at the West Sanctum','Speak to Ley-Keeper Velania at the West Sanctum in Eversong Woods.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9120,2,60,60,0,3456,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,8700,0,0,0,0,0,0,22520,1,0,64,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,529,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Kel\'Thuzad','Take the Phylactery of Kel\'Thuzad to Light\'s Hope Chapel in the Eastern Plaguelands.','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?','','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, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22520,0,0,0,0,0,1,0,0,0,0,0,15,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9121,2,60,60,0,139,0,0,0,0,0,0,0,529,0,9000,0,529,529,9000,20999,0,9033,9121,0,0,-600000,0,0,28006,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dread Citadel - Naxxramas','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.$B','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.','','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.','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12363,20725,12811,0,0,0,5,2,1,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9122,2,60,60,0,139,0,0,0,0,0,0,0,529,0,21000,0,529,529,21000,41999,0,9033,9121,0,0,-300000,0,0,28006,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dread Citadel - Naxxramas','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.','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.','','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.','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12363,20725,0,0,0,0,2,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9123,2,60,60,0,139,0,0,0,0,0,0,0,529,0,42000,0,529,0,42000,0,0,9033,9121,0,0,0,0,0,28006,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dread Citadel - Naxxramas','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.','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.','','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.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9124,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,22524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cryptstalker Armor Doesn\'t Make Itself...','Huntsman Leopold at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Crypt Fiend Parts.','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.','','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?','Return to Huntsman Leopold at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22525,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9125,0,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9124,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,22524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,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.','Return to Huntsman Leopold in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22525,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9126,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,22524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonescythe Digs','Rohan the Assassin at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Bone Fragments.$B','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.','','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.','Return to Rohan the Assassin at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22526,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9127,0,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9126,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,22524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,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.','Return to Rohan the Assassin in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22526,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9128,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,22523,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Elemental Equation','Archmage Angela Dosantos at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Core of Elements.$B','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.','','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.','Return to Archmage Angela Dosantos at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22527,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9129,0,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9128,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,22523,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,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','Return to Archmage Angela Dosantos in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22527,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9130,2,10,10,0,3433,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9327,0,0,9133,2,0,120,0,0,0,0,0,0,22549,1,0,128,0,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,2,5,0,0,0,0,0,0,0,0,0,0,0,0,'Goods from Silvermoon City','Deliver Quartermaster Lymel\'s Bill of Lading to Skymaster Sunwing in Tranquillien.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22549,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9131,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,22523,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Binding the Dreadnaught','Korfax at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Dark Iron Scraps.','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.','','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...','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22528,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,1,1,273,0,0,0,0,0,0,12340), (9132,0,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9131,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,22523,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,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!\n','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22528,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,25,0,0,0,0,0,0,0,0,12340), (9133,2,10,10,0,3433,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9130,0,0,9134,3,175,240,0,0,0,0,0,0,22549,1,0,128,0,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,3,5,0,0,0,0,0,0,0,0,0,0,0,0,'Fly to Silvermoon City','Purchase a flight to Silvermoon City and deliver Quartermaster Lymel\'s Bill of Lading to Sathren Azuredawn in 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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22549,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9134,2,10,10,0,3433,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9133,0,0,9135,2,0,120,0,0,0,0,0,0,22550,1,0,128,0,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,2,5,0,0,0,0,0,0,0,0,0,0,0,0,'Skymistress Gloaming','Bring Quartermaster Lymel\'s Goods to Skymistress Gloaming just outside Silvermoon City\'s Shepherd\'s Gate.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22550,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9135,2,10,10,0,3433,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9134,0,0,0,6,350,660,0,0,0,0,0,0,22550,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Quartermaster Lymel','Purchase a flight back to Tranquillien in the Ghostlands and deliver Quartermaster Lymel\'s Goods to Quartermaster Lymel at Tranquillien in the Ghostlands.','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.',NULL,'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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22550,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9136,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Savage Flora','Rayne at Light\'s Hope Chapel in the Eastern Plaguelands wants 30 Savage Fronds.','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.$B','','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?','Return to Rayne at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22529,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0,0,0,12340), (9137,0,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9136,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,1,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.','Return to Rayne in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22529,0,0,0,0,0,30,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,12340), (9138,2,10,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9758,0,0,9139,5,350,510,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Suncrown Village','Slay 10 Nerubis Guards and then return to Arcanist Vandril at Tranquillien in the Ghostlands.','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!',NULL,'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?','Return to Arcanist Vandril at Tranquillien in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9139,2,11,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9138,0,0,9140,5,400,540,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23444,28152,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Goldenmist Village','Defeat 6 Quel\'dorei Ghosts and 4 Quel\'dorei Wraiths at Goldenmist Village, and then return to Arcanist Vandril at Tranquillien in the Ghostlands.','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.','','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?','Return to Arcanist Vandril at Tranquillien in Ghostlands.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9140,2,14,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9139,0,0,0,6,1300,780,0,0,0,0,0,0,0,0,0,136,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,922,0,0,0,0,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'Windrunner Village','Gather 6 Phantasmal Substance and 4 Gargoyle Fragments. Return them to Arcanist Vandril at Tranquillien in the Ghostlands.','$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!',NULL,'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.','Return to Arcanist Vandril at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22566,22567,0,0,0,0,6,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9141,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2880,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22568,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'They Call Me \"The Rooster\"','Dispatch Commander Metz at Light\'s Hope Chapel in the Eastern Plaguelands wants an Argent Dawn Valor Token.$B','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\'.','','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.','Return to Dispatch Commander Metz in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (9142,0,60,55,0,139,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,64,0,0,0,0,0,22568,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ','','',NULL,'You earned this, scrub. Now, don\'t cry about your orders. Fill \'em or destroy \'em.',NULL,'Return to Dispatch Commander Metz in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12844,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9143,2,12,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9145,0,0,9146,5,0,540,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing with Zeb\'Sora','Collect 6 Zeb\'Sora Troll Ears and return them to Ranger Valanna in the Ghostlands.','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!',NULL,'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.','Return to Ranger Valanna in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22639,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9144,2,10,10,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,240,0,0,0,0,0,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing in the Ghostlands','Follow the road out of Fairbreeze Village towards the south and look for Courier Dawnstrider as you approach 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?',NULL,'Help me, stranger. I must... reach Tranquillien... I cannot fail.$B$B',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9145,2,12,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9143,2,0,120,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Help Ranger Valanna!','Find Ranger Valanna and Lieutenant Tomathren on the shore of Lake Elrendar in the Ghostlands near Suncrown Village.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (9146,2,12,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9143,0,0,0,2,500,120,0,0,0,0,0,0,0,0,0,136,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Captain Helios','Speak with Captain Helios at the Farstrider Enclave on the southern shore of Lake Elrendar in the Ghostlands.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9147,2,10,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9144,0,0,0,5,0,510,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'The Fallen Courier','Apothecary Thedra in Eversong Woods wants you to bring her 4 Plagued Blood Samples from beasts in the Ghostlands.','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!',NULL,'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!','Return to Apothecary Thedra in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22570,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9148,2,10,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9147,0,0,0,3,175,240,0,0,0,0,0,0,22717,1,0,128,0,0,0,0,0,22571,0,0,0,1,0,0,0,28146,28147,28148,0,0,0,1,1,1,0,0,0,922,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Tranquillien','Bring the Letter from Silvermoon to Arcanist Vandril at Tranquillien in the Ghostlands.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22717,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9149,2,13,10,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,540,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,6372,28150,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'The Plagued Coast','Bring 6 Plagued Murloc Spines to Apothecary Renzithen in Tranquillien in the Ghostlands.','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?','','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?','Return to Apothecary Renzithen at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22579,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9150,2,12,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,540,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Salvaging the Past','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.','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.','','These are remarkably powerful, $N. I\'m very pleased with your work.','Did you obtain the essences, $N?','Return to Magister Darenis at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22580,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9151,2,20,17,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9220,3,600,480,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sanctum of the Sun','Speak to Magister Idonis in the Sanctum of the Sun in the Ghostlands.','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.',NULL,'Darenis sent you? Very well, I suppose we can use your aid in fighting Dar\'Khan\'s forces.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9152,2,11,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,400,540,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Tomber\'s Supplies','Retrieve Rathis Tomber\'s Supplies and return it to him at Tranquillien in the Ghostlands.','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.','','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?','Return to Rathis Tomber at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22583,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9153,2,-1,50,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,8,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,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Under the Shadow','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.','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.','','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?','Return to Commander Thomas Helleran at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9154,2,-1,50,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,22595,1,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Light\'s Hope Chapel','Deliver the Call to Arms Announcement to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22595,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9155,2,14,10,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,600,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Down the Dead Scar','Slay 10 Risen Hungerers and 10 Gangled Cannibals on the Dead Scar. Return to Deathstalker Rathiel in Tranquillien for a reward.','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.','','Not bad, $N. Keep it up, we could use a few more people like you around here.','Are you done with your task yet?','Return to Deathstalker Rathiel at Tranquillien in Ghostlands.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (9156,2,21,9,0,3433,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,4000,1500,0,0,0,0,0,0,0,0,0,136,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,922,0,0,0,0,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'Wanted: Knucklerot and Luzran','Search the Ghostlands for Knucklerot and Luzran. Bring their heads to Deathstalker Rathiel in Tranquillien for a reward.','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.',NULL,'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?','Return to Deathstalker Rathiel at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22894,22893,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9157,2,12,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9174,5,500,540,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Forgotten Rituals','Bring 8 Wavefront Medallions to Geranis Whitemorn in the Ghostlands.','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!',NULL,'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! ','Return to Geranis Whitemorn in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22674,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9158,2,14,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,600,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bearers of the Plague','Farstrider Sedina at the Farstrider Enclave in the Ghostlands wants you to slay 10 Ghostclaw Lynxes.','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.',NULL,'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?','Return to Farstrider Sedina at Farstrider Enclave in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9159,2,15,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9158,0,0,0,5,700,660,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23415,0,0,0,1,0,0,0,28141,28142,28143,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curbing the Plague','Farstrider Sedina at the Farstrider Enclave in the Ghostlands wants you to slay 8 Spindleweb Lurkers and 10 Vampiric Mistbats.','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.',NULL,'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?','Return to Farstrider Sedina at Farstrider Enclave in Ghostlands.',16354,16351,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,0,0,1,0,0,0,0,0,0,0,0,12340), (9160,2,11,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9163,5,400,540,0,0,0,0,0,0,0,0,0,140,2,0,0,0,0,858,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Investigate An\'daroth','Investigate the area at An\'daroth, kill 12 Sentinel Spies and then return to Dame Auriferous at Tranquillien in the Ghostlands.','$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 An\'daroth','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?','Return to Dame Auriferous in Ghostlands.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9161,2,16,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9162,5,0,720,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Traitor\'s Shadow','Travel to Dawnstar Spire in the Ghostlands and search for any clues involving Dar\'Khan\'s past.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9162,2,16,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9161,0,0,9172,5,800,720,0,0,0,0,0,0,22706,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hints of the Past','Return to Ranger Vynna at the Farstrider Enclave with Dar\'Khan\'s Journal.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22706,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9163,2,14,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9160,0,0,9166,5,600,600,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Into Occupied Territory','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.','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.',NULL,'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?','Return to Dame Auriferous at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22590,22591,22592,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9164,2,20,17,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9877,0,0,0,6,2500,1200,0,0,0,0,0,0,22628,1,0,128,0,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,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'Captives at Deatholme','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.','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.','','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?','Return to Arcanist Janeda at the Sanctum of the Sun in Ghostlands.',16208,16206,0,16209,1,1,0,1,0,0,0,0,0,0,0,0,0,0,22628,0,0,0,0,0,1,0,0,0,0,'Apothecary Enith Rescued','Apprentice Varnis Rescued','','Ranger Vedoran Rescued',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9165,2,60,55,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,22593,1,0,64,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,529,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Writ of Safe Passage','Deliver the signed Writ of Safe Passage to Dispatch Commander Metz at Light\'s Hope Chapel in the Eastern Plaguelands.','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...',NULL,'$B$BExcellent work, $N. Outstanding even! Take this as a token of our appreciation. No pun intended, scrub.','Name, rank and serial number!',NULL,0,16254,0,0,0,1,0,0,0,0,0,0,0,0,0,0,22593,0,0,0,0,0,1,0,0,0,0,0,1,'','Writ of Safe Passage Signed','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9166,2,16,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9163,0,0,0,2,0,180,0,0,0,0,0,0,22594,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliver the Plans to An\'telas','Deliver the Night Elf Plans to Magister Sylastor at An\'telas in the Ghostlands.','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.',NULL,'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! ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22594,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9167,2,21,15,0,3433,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,9176,0,0,0,7,4000,1500,0,0,0,0,0,0,0,0,0,136,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,922,0,0,0,0,5,0,0,0,0,800000,0,0,0,0,0,0,0,0,'The Traitor\'s Destruction','Slay Dar\'Khan Drathir inside Deatholme and bring his head to Magister Kaendris at the Sanctum of the Sun in the Ghostlands.','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!',NULL,'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?','Return to Magister Kaendris at the Sanctum of the Sun in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22653,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9168,2,20,16,0,3433,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2500,1200,0,28300,0,0,0,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,922,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heart of Deatholme','Destroy 8 Eyes of Dar\'Khan and report back to Magister Idonis at the Sanctum of the Sun in the Ghostlands.','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.',NULL,NULL,NULL,'Return to Magister Idonis in Ghostlands.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (9169,2,16,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9166,0,0,0,6,1600,900,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,23400,23401,28160,0,0,0,1,1,1,0,0,0,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Deactivate An\'owyn','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.','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!',NULL,'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?','Return to Magister Sylastor in Ghostlands.',-181359,0,0,0,1,0,0,0,0,23191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Night Elf Moon Crystal Deactivated','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9170,2,20,17,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9220,0,0,0,6,2500,1200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,22996,22997,22998,0,0,0,1,1,1,0,0,0,922,0,0,0,0,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'Dar\'Khan\'s Lieutenants','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.','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.',NULL,'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?','Return to Magister Idonis at the Sanctum of the Sun in Ghostlands.',16250,16247,16248,16249,1,1,1,1,0,0,0,0,0,0,0,0,0,0,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,12340), (9171,2,15,12,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,22645,22647,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Culinary Crunch','Collect 5 Crunchy Spider Legs and return them to Master Chef Mouldier at Tranquillien in the Ghostlands.','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.',NULL,'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?','Return to Master Chef Mouldier at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22644,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9172,2,16,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9162,0,0,9176,5,800,720,0,0,0,0,0,0,22706,1,0,128,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,922,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Magister Kaendris','Bring Dar\'Khan\'s Journal to Magister Kaendris at the Sanctum of the Sun in the Ghostlands.','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!',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22706,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9173,2,15,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Retaking Windrunner Spire','Slay 8 Deatholme Acolytes and 10 Fallen Rangers, and return to High Executor Mavren at Tranquillien in the Ghostlands.','$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.',NULL,'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?','Return to High Executor Mavren at Tranquillien in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9174,2,13,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9157,0,0,0,6,1100,720,0,0,0,0,0,0,22675,1,0,128,0,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,5,5,0,0,0,0,100000,0,0,0,0,0,0,0,'Vanquishing Aquantion','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.','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!',NULL,'You\'ve avenged our deaths and broken Aquantion\'s grasp on our souls. We may finally rest.','Has Aquantion been destroyed yet? ','Return to Geranis Whitemorn in Ghostlands.',16292,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22675,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9175,2,15,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1400,660,0,0,0,0,0,0,22597,1,0,128,0,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,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'The Lady\'s Necklace','Take The Lady\'s Necklace to High Executor Mavren at Tranquillien in the Ghostlands.','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.',NULL,'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? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22597,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9176,2,17,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9172,0,0,9167,7,900,1140,0,0,0,0,0,0,0,0,0,136,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,922,0,0,0,0,5,0,0,0,0,200000,0,0,0,0,0,0,0,0,'The Twin Ziggurats','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.','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.',NULL,'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?','Return to Magister Kaendris at the Sanctum of the Sun in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22599,22598,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9177,2,15,15,0,1497,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,840,0,0,0,0,0,0,22627,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Undercity','Take The Lady\'s Necklace to Lady Sylvanas Windrunner at the Royal Quarter in 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.',NULL,'$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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22627,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9178,2,60,55,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,22600,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Dense Weightstone','Deliver 120 Dense Weightstones and the Craftsman\'s Writ - Dense Weightstone - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','Yep, these will come in handy for the infantry\'s bashin\' weapons.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22600,12643,0,0,0,0,1,120,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9179,2,60,55,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,22601,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Imperial Plate Chest','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.','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','','More armor for the troops! Fantastic, $N!','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22601,12422,0,0,0,0,1,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9180,2,15,15,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9175,0,0,0,6,0,840,0,0,0,0,0,0,22627,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Undercity','Take The Lady\'s Necklace to Lady Sylvanas Windrunner at the Royal Quarter in 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.',NULL,'$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! ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22627,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9181,2,60,55,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,22602,1,0,64,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,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Volcanic Hammer','Deliver 3 Volcanic Hammers and the Craftsman\'s Writ - Volcanic Hammer - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','These should go well with the dense weightstones we\'re stockpiling.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22602,12792,0,0,0,0,1,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9182,2,60,55,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,22603,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Huge Thorium Battleaxe','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.','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','','These aren\'t as huge as I expected. Regardless, a deal is a deal.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22603,12775,0,0,0,0,1,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9183,2,60,55,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,22604,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Radiant Circlet','Deliver 3 Radiant Circlets and the Craftsman\'s Writ - Radiant Circlet - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22604,12417,0,0,0,0,1,3,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9184,2,60,55,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,22605,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Wicked Leather Headband','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.$B','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','','These are... wicked.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22605,15086,0,0,0,0,1,10,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9185,2,60,55,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,22606,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Rugged Armor Kit','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.$B','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22606,15564,0,0,0,0,1,25,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9186,2,60,55,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,22607,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Wicked Leather Belt','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.','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','','These belts are actually more wicked than the headbands - if you can believe such a thing to be possible.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22607,15088,0,0,0,0,1,9,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9187,2,60,55,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,22608,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Runic Leather Pants','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 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','','The druids will definitely appreciate the craftsmanship that went into the making of these pants. Many thanks, $C.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22608,15095,0,0,0,0,1,4,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9188,2,60,55,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,22609,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Brightcloth Pants','Deliver 6 Brightcloth Pants and the Craftsman\'s Writ - Brightcloth Pants - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','I can almost see my reflection in these things! That\'s crazy.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22609,14104,0,0,0,0,1,6,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9189,2,15,15,0,130,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9180,0,0,0,3,350,330,0,0,0,0,0,0,22629,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to the Sepulcher','Deliver the Sealed Sin\'dorei Orders to Advisor Sorrelon at the Sepulcher in Silverpine Forest.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9190,2,60,55,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,22610,1,0,64,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,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Runecloth Boots','Deliver 8 Runecloth Boots and the Craftsman\'s Writ - Runecloth Boots - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','By Bronzebeard\'s beard! You actually brought me runecloth boots... I guess I lost that bet.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22610,13864,0,0,0,0,1,8,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9191,2,60,55,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,22611,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Runecloth Bag','Deliver 8 Runecloth Bags and the Craftsman\'s Writ - Runecloth Bag - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22611,14046,0,0,0,0,1,8,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9192,2,14,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,600,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Trouble at the Underlight Mines','Slay 8 Blackpaw Gnolls, 6 Blackpaw Scavengers and 4 Blackpaw Shaman, and return to Deathstalker Maltendis at Tranquillien in the Ghostlands.','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!','','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?','Return to Deathstalker Maltendis at Tranquillien in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9193,2,17,14,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,900,780,0,0,0,0,0,0,22755,1,0,132,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,922,0,0,0,0,5,0,0,0,0,200000,0,0,0,0,0,0,0,0,'Investigate the Amani Catacombs','Investigate the Amani Catacombs and burn 10 Mummified Troll Remains, then return to Advisor Valwyn at Tranquillien in the Ghostlands.','$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','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? ','Return to Advisor Valwyn at Tranquillien in Ghostlands.',-181148,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,22755,0,0,0,0,0,1,0,0,0,0,0,'Mummified Troll Remains Burned','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9194,2,60,55,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,22612,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Runecloth Robe','Deliver 8 Runecloth Robes and the Craftsman\'s Writ - Runecloth Robe - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22612,13858,0,0,0,0,1,8,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9195,2,60,55,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,22613,1,0,64,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,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Goblin Sapper Charge','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.','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','','Now you\'re talking my language, $C. Things that go BOOM!','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22613,10646,0,0,0,0,1,20,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9196,2,60,55,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,22614,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Thorium Grenade','Deliver 20 Thorium Grenades and the Craftsman\'s Writ - Thorium Grenade - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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$B','','These must have cost a pretty copper piece to make. Am I right or am I right, $N?','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22614,15993,0,0,0,0,1,20,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9197,2,60,55,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,22615,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Gnomish Battle Chicken','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.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22615,10725,0,0,0,0,1,4,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9198,2,60,55,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,22616,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Thorium Tube','Deliver 14 Thorium Tubes and the Craftsman\'s Writ - Thorium Tube - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','Thorium tubes? Gee, thanks.$B$B','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22616,16000,0,0,0,0,1,14,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9199,2,17,14,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,900,780,0,0,0,0,0,0,0,0,0,136,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,922,0,0,0,0,0,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Troll Juju','Collect 8 Troll Juju and return them to Deathstalker Maltendis at Tranquillien in the Ghostlands.','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!',NULL,'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!','Return to Deathstalker Maltendis in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22633,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9200,2,60,55,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,22617,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Major Mana Potion','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 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$B','','The utility of these should go without saying.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22617,13444,0,0,0,0,1,10,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9201,2,60,55,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,22620,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Greater Arcane Protection Potion','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.$B','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$B','','$B$BWOOT! These pack a kick, baby! A kick I say!','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22620,13461,0,0,0,0,1,15,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9202,2,60,55,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,22618,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Major Healing Potion','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.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22618,13446,0,0,0,0,1,20,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9203,2,60,55,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,22621,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Potion of Petrification','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.','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','','No comment.$B$B$B$BI said no comment! Now get out of my sight!','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22621,13506,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9204,2,60,55,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,22622,1,0,64,1,0,0,0,0,0,0,0,0,0,0,0,0,22524,22523,0,0,0,0,1,1,0,0,0,0,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Stonescale Eel','Deliver 40 Stonescale Eel and the Craftsman\'s Writ - Stonescale Eel - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22622,13422,0,0,0,0,1,40,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9205,2,60,55,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,22623,1,0,64,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,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Plated Armorfish','Deliver 30 Plated Armorfish and the Craftsman\'s Writ - Plated Armorfish - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','You really don\'t know what these are for?$B$B$B$BLike I\'m going to tell you! ','Filling a work order, $C? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22623,13890,0,0,0,0,1,30,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9206,2,60,55,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,22624,1,0,64,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,529,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Craftsman\'s Writ - Lightning Eel','Deliver 30 Lightning Eel and the Craftsman\'s Writ - Lightning Eel - to Packmaster Stonebruiser at Light\'s Hope Chapel in the Eastern Plaguelands.','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','','These make the best eel rolls in the world. That\'s right - IN THE WORLD.','Filling a work order, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22624,13757,0,0,0,0,1,30,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9207,2,14,11,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,600,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Underlight Ore Samples','Collect 6 Underlight Ore and deliver them to Magister Quallestis at the Sanctum of the Sun in the Ghostlands.','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.',NULL,'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? ','Return to Magister Quallestis at the Sanctum of the Sun in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22634,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9208,2,60,58,0,1977,62,0,0,0,0,0,0,0,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,22635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Savage Guard - Arcanum of Protection','Zanza the Restless in Zul\'Gurub wants an 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.$B','','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?','Return to Zanza the Restless in Zul\'Gurub.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18331,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9209,2,60,58,0,1977,62,0,0,0,0,0,0,0,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,22635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Savage Guard - Arcanum of Rapidity','Zanza the Restless in Zul\'Gurub wants an 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.$B','','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?','Return to Zanza the Restless in Zul\'Gurub.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18329,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9210,2,60,58,0,1977,62,0,0,0,0,0,0,0,0,0,0,270,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,1,0,0,0,0,22635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Savage Guard - Arcanum of Focus','Zanza the Restless in Zul\'Gurub wants an 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.$B','','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?','Return to Zanza the Restless in Zul\'Gurub.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18330,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9211,2,60,60,0,139,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,64,0,0,0,0,0,22636,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ice Guard','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands wants 10 Insignia of the Crusade and 30 gold.','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?','','$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.\n','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',6,1,1,25,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9212,2,17,14,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,900,780,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,23412,23413,23414,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from the Catacombs','Escort Ranger Lilatha to Captain Helios at Farstrider Enclave in the Ghostlands.','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 back to the Farstrider Enclave','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?','Return to Captain Helios at Farstrider Enclave in 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,1,0,0,0,0,0,0,0,0,12340), (9213,2,60,60,0,139,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,64,0,0,0,0,0,22638,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadow Guard','Mataus the Wrathcaster at Light\'s Hope Chapel in the Eastern Plaguelands wants 10 Insignia of the Crusade and 30 gold.','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?',NULL,'$B$BWhat are you still standing around for, $R? Our business is done.','$B$BBe gone, insect, lest you have something for me.','Return to Mataus the Wrathcaster at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22524,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',5,1,1,25,0,0,0,0,0,274,0,0,0,0,0,0,0,0,12340), (9214,2,18,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1000,840,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadowpine Weaponry','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.','$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.',NULL,'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.','Return to Captain Helios at Farstrider Enclave in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23165,23167,22677,23166,0,0,3,3,3,3,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9215,2,20,9,0,3433,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,2500,1200,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Me Kel\'gash\'s Head!','Return the Head of Kel\'gash the Wicked to Captain Helios at the Farstrider Enclave in the Ghostlands.','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!',NULL,'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?','Return to Captain Helios at Farstrider Enclave in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22640,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9216,2,16,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,720,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,22779,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,50000,0,0,0,0,0,0,0,0,'Rotting Hearts','Bring back 10 Rotting Hearts to Magistrix Aminel in Tranquillien.','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.',NULL,'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?','Return to Magistrix Aminel at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22641,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9217,0,16,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9216,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,1,0,0,0,0,22779,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,50000,0,0,0,0,0,0,0,0,'More Rotting Hearts','','',NULL,'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.','Return to Magistrix Aminel in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22641,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9218,2,18,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,840,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,22778,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,50000,0,0,0,0,0,0,0,0,'Spinal Dust','Bring back 10 Spinal Dusts to Magistrix Aminel in Tranquillien.','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.',NULL,'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?','Return to Magistrix Aminel at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22642,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9219,0,18,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9218,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,1,0,0,0,0,22778,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,0,0,0,0,5,0,0,0,0,50000,0,0,0,0,0,0,0,0,'More Spinal Dust','','',NULL,'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.','Return to Magistrix Aminel in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22642,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9220,2,20,17,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9151,0,0,9170,6,2500,1200,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'War on Deatholme','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.','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.',NULL,'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?','Return to Magister Idonis at the Sanctum of the Sun in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9221,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,529,3000,8999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Friend of the Dawn','For 30 Insignias of the Dawn and 30 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.$B','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.','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,30,30,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9222,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,529,3000,8999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Friend of the Dawn','For 110 Insignias of the Dawn and 110 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','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.$B','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,110,110,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9223,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,529,9000,20999,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,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Honored Amongst the Dawn','For 20 Insignias of the Dawn and 20 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','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.','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,20,20,0,0,0,0,1,'','','','',1,6,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9224,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,529,9000,20999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Honored Amongst the Dawn','For 75 Insignias of the Dawn and 75 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','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.','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,75,75,0,0,0,0,1,'','','','',1,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9225,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,529,21000,41999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Revered Amongst the Dawn','For 45 Insignias of the Dawn and 45 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','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.','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,45,45,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9226,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,529,21000,41999,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1,0,0,0,0,0,0,0,0,0,0,0,0,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Revered Amongst the Dawn','For 7 Insignias of the Dawn and 7 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.$B','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!','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,7,7,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9227,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,0,42000,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,22681,22680,22688,22679,22690,22689,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Superior Armaments of Battle - Exalted Amongst the Dawn','For 6 Insignias of the Dawn and 6 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','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!','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,6,6,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9228,2,60,55,0,139,0,0,0,0,0,0,0,0,0,0,0,529,0,42000,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,22657,22667,22668,22659,22678,22656,1,1,1,1,1,1,529,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Epic Armaments of Battle - Exalted Amongst the Dawn','For 27 Insignias of the Dawn and 27 Insignias of the Crusade you may choose an item from the Argent Dawn\'s treasure cache.','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.','','Good day, $N. It was a pleasure doing business with you.','Choose carefully. There are no refunds.','Return to Quartermaster Miranda Breechlock at Light\'s Hope Chapel in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22523,22524,0,0,0,0,27,27,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9229,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9230,5,0,5700,0,0,0,0,0,0,0,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Ramaladni','Enter Naxxramas and uncover 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.','','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?','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22708,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9230,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9229,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,22707,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ramaladni\'s Icy Grasp','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.$B','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.','','Ramaladni himself couldn\'t have done better! Here is the ring, as promised.','Frozen runes could probably be found inside Naxxramas.','Return to Korfax, Champion of the Light in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,12361,12360,0,0,0,1,1,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9231,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'reuse','','','',NULL,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,12340), (9232,2,60,60,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,-300000,0,0,0,0,0,0,0,0,0,0,328,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,529,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Only Song I Know...','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.','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.','','$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?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,7080,12361,0,0,0,2,2,2,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9233,2,60,60,0,3456,62,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,22719,1,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,'Omarion\'s Handbook','Take Omarion\'s Handbook to Craftsman Wilhelm at Light\'s Hope Chapel in the Eastern Plaguelands.$B','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','','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',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22719,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9234,2,60,60,0,3456,62,0,0,3,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icebane Gauntlets','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,12359,12360,7080,0,0,5,12,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9235,2,60,60,0,3456,62,0,0,3,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icebane Bracers','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,12359,12360,7080,0,0,4,12,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9236,2,60,60,0,3456,62,0,0,3,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icebane Breastplate','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.$B','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,12359,12360,7080,0,0,8,16,2,4,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9237,2,60,60,0,3456,62,0,0,0,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glacial Cloak','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,14048,7080,14227,0,0,5,4,2,4,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9238,2,60,60,0,3456,62,0,0,400,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glacial Wrists','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.','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.','','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.',NULL,'Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,14048,7080,14227,0,0,4,2,2,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9239,2,60,60,0,3456,62,0,0,400,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glacial Gloves','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,14048,7080,14227,0,0,5,4,4,2,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9240,2,60,60,0,3456,62,0,0,400,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glacial Vest','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,14048,7080,14227,0,0,8,8,6,4,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9241,2,60,60,0,3456,62,0,0,1032,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Polar Bracers','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. $B','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,12810,7080,15407,0,0,4,12,3,3,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9242,2,60,60,0,3456,62,0,0,1032,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Polar Gloves','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,12810,7080,15407,0,0,5,12,3,3,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9243,2,60,60,0,3456,62,0,0,1032,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Polar Tunic','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,12810,7080,15407,0,0,8,16,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9244,2,60,60,0,3456,62,0,0,68,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Scale Bracers','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,15408,7080,15407,0,0,4,16,5,3,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9245,2,60,60,0,3456,62,0,0,68,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,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Scale Gauntlets','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,15408,7080,15407,0,0,5,16,5,3,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9246,2,60,60,0,3456,62,0,0,68,0,0,0,529,0,42000,0,529,0,42000,0,0,0,0,0,0,-3000000,0,0,0,0,0,0,0,0,0,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Scale Breastplate','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.','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.','','Here is your order, $N. Delivered as promised!','Have you brought the materials?','Return to Craftsman Wilhelm at Eastwall Tower in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22682,15408,7080,15407,0,0,8,24,7,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9247,2,-1,1,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,22723,1,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,529,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Keeper\'s Call','Take the Letter from the Keeper of the Rolls to him at Light\'s Hope Chapel in the Eastern Plaguelands.','$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.','','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!',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22723,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9248,2,60,58,0,1377,0,0,0,0,0,0,0,609,0,9000,0,609,0,9000,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,22725,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Humble Offering','Aurel Goldleaf at Cenarion Hold in Silithus wants you to bring her 1 Abyssal Scepter. You must also be Honored with the Cenarion Circle.','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.','','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','Return to Aurel Goldleaf at Cenarion Hold in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20515,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (9249,0,-1,45,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,8,1,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,'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!','Return to Gelvas Grimegate.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19182,0,0,0,0,0,40,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9250,2,60,60,0,-344,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,5,0,5700,0,0,0,0,0,0,22727,1,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,910,529,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Frame of Atiesh','Find someone that will help you in recovering the last two pieces of the staff and ridding it of evil.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22727,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9251,2,60,60,0,-344,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9250,0,0,0,5,0,5700,0,0,0,0,0,0,0,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,910,529,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Atiesh, the Befouled Greatstaff','Anachronos at the Caverns of Time in Tanaris wants the Staff Head of Atiesh and the Base of Atiesh.','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.','','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.','Return to Anachronos at Caverns of Time in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22733,22734,0,0,0,0,1,1,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9252,2,9,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,300,480,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defending Fairbreeze Village','Slay 4 Rotlimb Marauders and 4 Darkwraiths and return to Ranger Sareyn at Fairbreeze Village in Eversong Woods.','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.','','Many thanks, $N. Our job is a thankless one, but today you helped make it a bit easier.','We will prevail, $N.','Return to Ranger Sareyn at Fairbreeze Village in Eversong Woods.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9253,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9252,0,0,8490,2,85,120,0,0,0,0,0,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,911,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runewarden Deryan','Speak to Runewarden Deryan in Eversong Woods, near the border with the Ghostlands.','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.','','You must\'ve been sent by someone at Fairbreeze Village. I knew it would just be a matter of time until help arrived.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9254,2,9,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8487,3,70,240,0,0,0,0,0,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wayward Apprentice','Speak to Apprentice Mirveda at the East Sanctum in Eversong Woods.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9255,2,9,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8488,0,0,0,3,70,240,0,0,0,0,0,0,22735,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Research Notes','Deliver the Research Notes to Magistrix Landra Dawnstrider at Fairbreeze Village in Eversong Woods.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22735,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9256,2,7,6,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8483,0,0,8892,3,85,180,0,0,0,0,0,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fairbreeze Village','Speak to Ranger Degolien at Fairbreeze Village in Eversong Woods.','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.','','Thanks for coming, $N. Things are worse than we had anticipated. The Wretched have taken over Sunsail Anchorage in its entirety.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9257,2,60,60,0,-344,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,7,0,8700,0,0,0,0,0,0,22737,1,0,0,0,0,0,0,0,22631,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,529,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Atiesh, Greatstaff of the Guardian','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.','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.',NULL,NULL,NULL,'Return to Anachronos at Caverns of Time in Tanaris.',16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22737,0,0,0,0,0,1,0,0,0,0,3,'Atiesh Cleansed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9258,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8473,2,85,120,0,0,0,0,0,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,911,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scorched Grove','Find Larianna Riverwind near the Scorched Grove in the southwest of Eversong Woods.','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.','','Ah, my brother sent you. I do have a task I could use assistance with.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9259,0,-1,30,0,33,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,1,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,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Traitor to the Bloodsail','','',NULL,'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!','Return to Bloodsail Traitor in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,2604,0,0,0,0,40,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9260,2,6,1,0,-368,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,100,240,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Stormwind','Collect three Dim Necrotic Stones from the Scourge outside Stormwind and investigate the glowing runic circles near their encampment.','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!','Investigate a circle','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!','Return to Lieutenant Orrin at Valley of Heroes in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22892,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9261,2,10,1,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Ironforge','Collect three Dim Necrotic Stones from the Scourge outside Ironforge and investigate the glowing runic circles near their encampment.','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!','Investigate a circle','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!','Return to Lieutenant Nevell at Gates of Ironforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22892,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9262,2,10,1,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Darnassus','Collect three Dim Necrotic Stones from the Scourge outside Darnassus and investigate the glowing runic circles near their encampment.','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!','Investigate a circle','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!','Return to Lieutenant Beitha at Pools of Arlithrien in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22892,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9263,2,10,1,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Orgrimmar','Collect three Dim Necrotic Stones from the Scourge outside Orgrimmar and investigate the glowing runic circles near their encampment.','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!','Investigate a circle','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!','Return to Lieutenant Dagel in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22892,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9264,2,10,1,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Thunder Bluff','Collect three Dim Necrotic Stones from the Scourge outside Thunder Bluff and investigate the glowing runic circles near their encampment.','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!','Investigate a circle','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.','Return to Lieutenant Lisande in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22892,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9265,2,8,1,0,-368,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,175,330,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of the Undercity','Collect three Dim Necrotic Stones from the Scourge outside the Undercity and investigate the glowing runic circles near their encampment.','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!','Investigate a circle','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!','Return to Lieutenant Rukag at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22892,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9266,0,-1,40,0,33,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,577,87,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Making Amends','','',NULL,'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.','Return to Bronn Fitzwrench in Winterspring.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,3857,0,0,0,0,40,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9267,0,-1,15,0,17,0,0,0,0,0,0,0,0,0,0,0,0,470,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,470,87,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'Mending Old Wounds','','',NULL,'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.','Return to Mupsi Shacklefridd in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2589,3371,0,0,0,0,40,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9268,0,-1,40,0,440,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,369,87,0,0,0,7,-7,0,0,0,0,0,0,0,0,0,0,0,0,'War at Sea','','',NULL,'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.','Return to Rumsen Fizzlebrack in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,3466,0,0,0,0,40,4,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9269,2,60,60,0,-344,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,7,0,8700,0,0,0,0,0,0,22737,1,0,0,0,0,0,0,0,22632,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,529,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Atiesh, Greatstaff of the Guardian','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.','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.',NULL,NULL,NULL,'Return to Anachronos at Caverns of Time in Tanaris.',16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22737,0,0,0,0,0,1,0,0,0,0,3,'Atiesh Cleansed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9270,2,60,60,0,-344,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,7,0,8700,0,0,0,0,0,0,22737,1,0,0,0,0,0,0,0,22589,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,529,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Atiesh, Greatstaff of the Guardian','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.','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.','',NULL,NULL,'Return to Anachronos at Caverns of Time in Tanaris.',16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22737,0,0,0,0,0,1,0,0,0,0,3,'Atiesh Cleansed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9271,2,60,60,0,-344,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9251,0,9257,0,7,0,8700,0,0,0,0,0,0,22737,1,0,0,0,0,0,0,0,22630,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,910,529,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Atiesh, Greatstaff of the Guardian','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.','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.',NULL,NULL,NULL,'Return to Anachronos at Caverns of Time in Tanaris.',16387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,22737,0,0,0,0,0,1,0,0,0,0,3,'Atiesh Cleansed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9272,0,55,49,0,33,0,0,0,0,0,0,0,0,0,0,0,87,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,22746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,1,-5,0,0,0,0,0,0,0,0,0,0,0,0,'Dressing the Part','','',NULL,'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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9273,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Prize Voucher','','','',NULL,NULL,'Return to She number one.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9274,2,12,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,540,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits of the Drowned','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.','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.',NULL,'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?','Return to Ranger Krenn\'an at Farstrider Enclave in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9275,2,19,16,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1100,900,0,42876,0,0,0,0,22796,1,0,128,32,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,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'A Little Dash of Seasoning','Poison the Troll foodstuff at the camps in Zeb\'Nowa and then return to Apothecary Venustus at the Farstrider Enclave in the Ghostlands.','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.','','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?','Return to Apothecary Venustus at Farstrider Enclave in Ghostlands.',-181250,-181251,-181252,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poison the Raw Meat Rack','Poison the Smoked Meat Rack','Poison the Fresh Fish Rack','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9276,2,18,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9277,5,1000,840,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack on Zeb\'Tela','Kill 8 Shadowpine Shadowcasters and 8 Shadowpine Headhunters, and return to Farstrider Solanna at Farstrider Enclave in the Ghostlands.','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?','','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?','Return to Farstrider Solanna at Farstrider Enclave in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9277,2,19,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9276,0,0,0,5,1100,900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,23406,23407,23408,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Zeb\'Nowa','Kill 10 Shadowpine Catlords and 10 Shadowpine Hexxers, and return to Farstrider Solanna at the Farstrider Enclave in the Ghostlands.','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?','','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?','Return to Farstrider Solanna at Farstrider Enclave in Ghostlands.',16345,16346,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,1,0,0,0,0,0,0,0,0,12340), (9278,2,1,1,0,3526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22888,1,0,128,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,'Welcome!','Bring the Azure Watch Gift Voucher to Jaeleil in Azure Watch.','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!$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22888,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9279,2,1,1,0,3526,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9280,3,0,30,0,0,0,0,0,0,0,0,0,524424,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Survived!','Speak with Proenitus at the Crash Site in Ammen Vale.','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.','','$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!','',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,1,0,0,0,0,0,0,0,0,12340), (9280,2,1,1,0,3526,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,9279,9409,0,0,5,15,60,0,0,0,0,0,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,0,0,0,24129,24131,24130,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Replenishing the Healing Crystals','Acquire 8 Vials of Moth Blood from the nearby Vale Moths and give them to Proenitus at the Crash Site in Ammen Vale.','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.','','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!','Return to Proenitus at the Crash Site in Ammen Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22889,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9281,2,18,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2000,840,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Clearing the Way','Apprentice Vor\'el at Andilien Estate in the Ghostlands wants you to slay 10 Greater Spindlewebs and 10 Ghostclaw Ravagers.','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.',NULL,'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?','Return to Apprentice Vor\'el at Andilien Estate in Ghostlands.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9282,2,16,15,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9161,3,0,360,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Farstrider Enclave','Magister Kaendris, at the Sanctum of the Sun, wants you to talk to Ranger Vynna at the Farstrider Enclave in the Ghostlands.','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. ',NULL,'Kaendris sent you? I might have a task for you, $c.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9283,2,2,1,0,3526,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,9409,0,0,0,6,65,120,0,0,0,0,0,0,0,0,0,524416,4,0,0,0,0,23389,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue the Survivors!','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 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.','','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.','Return to Zalduun at the Crash Site in Ammen Vale.',16483,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draenei Survivors Saved','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9284,0,60,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aldor Faction Test','','',NULL,NULL,NULL,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,12340), (9285,0,60,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consortium Faction Test','','',NULL,NULL,NULL,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,12340), (9286,0,60,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scryers Faction Test','','',NULL,NULL,NULL,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,12340), (9287,0,2,1,0,-141,0,0,0,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,60,0,0,0,0,0,0,0,0,0,524416,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paladin Training','','',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9288,0,2,1,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,60,0,0,0,0,0,0,0,0,0,128,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunter Training','','',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9289,0,2,1,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,60,0,0,0,0,0,0,0,0,0,524416,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,930,0,0,0,0,3,0,0,0,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?','',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,1,0,0,0,0,0,0,0,0,12340), (9290,0,2,1,0,-161,0,0,0,128,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,60,0,0,0,0,0,0,0,0,0,128,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,930,0,0,0,0,3,0,0,0,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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9291,0,2,1,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,60,0,0,0,0,0,0,0,0,0,128,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Priest Training','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9292,2,-1,1,0,-368,0,0,0,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,22949,1,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,'Cracked Necrotic Crystal','Bring the Cracked Necrotic Crystal to Lieutenant Orrin outside the gates of Stormwind.','On the corpse of the fallen abomination, you discover a cracked crystal, slowly pulsing with necrotic energy.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22949,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9293,2,2,1,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10302,0,0,0,5,35,90,0,0,0,0,0,0,0,0,0,524424,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Must Be Done...','Gather 10 Lasher Samples and return them to Botanist Taerix at the Crash Site in Ammen Vale.','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?','','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!','Return to Botanist Taerix at the Crash Site in Ammen Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22934,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9294,2,3,1,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9293,0,0,0,5,0,150,0,0,0,0,0,0,22955,1,0,524416,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Healing the Lake','Disperse the Neutralizing Agent at the Irradiated Power Crystal, then return to Botanist Taerix at the Crash Site in Ammen Vale.','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.','','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.','Return to Botanist Taerix at the Crash Site in Ammen Vale.',-181433,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disperse the Neutralizing Agent','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9295,2,-1,45,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,22932,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Letter from the Front','Take the Torn Letter to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','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...','','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.',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22932,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9296,2,60,1,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,22949,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'reuse','Deliver the Dim Necrotic Stone to SOMEONE.','This stone radiates a dark energy. You should deliver it to SOMEONE.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9297,2,60,1,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,22949,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'reuse','Deliver the Dim Necrotic Stone to SOMEONE.','This stone radiates a dark energy. You should deliver it to SOMEONE.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9298,2,60,1,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,22949,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'reuse','Deliver the Dim Necrotic Stone to SOMEONE.','This stone radiates a dark energy. You should deliver it to SOMEONE.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9299,2,-1,45,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,22945,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Note from the Front','Take the Careworn Note to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22945,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9300,2,-1,45,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,22946,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Page from the Front','Take the Ragged Page to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','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...','','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.',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22946,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9301,2,-1,45,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,22930,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Envelope from the Front','Take the Bloodstained Envelope to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22930,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9302,2,-1,45,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,22944,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missive from the Front','Take the Crumpled Missive to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','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...','','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.',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22944,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9303,2,4,2,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,150,270,0,0,0,0,0,0,22962,1,0,524416,4,0,0,0,0,118,0,0,0,3,0,0,0,5997,2454,0,0,0,0,3,3,0,0,0,0,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inoculation','Use the Inoculating Crystal on 6 Nestlewood Owlkin. Then return to Vindicator Aldar at the Crash Site in Ammen Vale.','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.','','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.','Return to Vindicator Aldar at the Crash Site in Ammen Vale.',16534,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,22962,0,0,0,0,0,1,0,0,0,0,'Nestlewood Owlkin inoculated','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9304,2,-1,45,0,-368,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,22948,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Document from the Front','Take the Smudged Document to the Keeper of the Rolls at Light\'s Hope Chapel in the Eastern Plaguelands.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22948,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9305,2,4,2,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,210,0,0,0,0,0,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,0,0,0,24423,24424,24425,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spare Parts','Collect 4 Emitter Spare Parts and then return to Technician Zhanaa at the Crash Site in Ammen Vale.','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.','','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.','Return to Technician Zhanaa at the Crash Site in Ammen Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22978,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9306,2,4,1,0,3526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9307,1,0,30,0,0,0,0,0,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,930,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with Vindicator Aldar','Speak with Vindicator Aldar at the Crash Site in Ammen Vale.','$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.','',NULL,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,12340), (9307,2,4,2,0,3526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,270,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,24135,24134,24133,0,0,0,1,1,1,0,0,0,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Compassion','Kill 14 Mutated Owlkin and then return to Vindicator Aldar at the Crash Site in Ammen Vale.','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.','',NULL,NULL,'Return to Vindicator Aldar at The Sacred Grove in Azuremyst Isle.',16537,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,0,0,0,0,0,0,0,0,0,0,0,12340), (9308,2,4,3,0,3526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,210,0,0,0,0,0,0,22989,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Elf Remains?','Take the Blood Elf Amulet to Vindicator Aldar at the Crash Site in Ammen Vale.','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?','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9309,2,5,2,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9303,0,0,10303,2,0,60,0,0,0,0,0,0,0,0,0,524424,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Scout','Find and speak with Tolaan at Shadow Ridge in Ammen Vale.','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.','','Help... blood elves! They... ambushed... me. Don\'t have... long.','',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,1,0,0,0,0,0,0,0,0,12340), (9310,2,-1,1,0,-368,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22950,1,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,'Faint Necrotic Crystal','Bring the Faint Necrotic Crystal to Lieutenant Rukag in the courtyard of the Undercity.','On the corpse of the fallen wight, you find a crystal faintly radiating necrotic energy.','','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.',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22950,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9311,2,5,2,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10303,0,0,0,7,300,390,0,0,0,0,0,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,0,0,0,23390,23391,23392,23393,24441,25553,1,1,1,1,1,1,930,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Elf Spy','Slay Surveyor Candress and then inform Vindicator Aldar at the Crash Site in Ammen Vale.','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.','','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.','Return to Vindicator Aldar at the Crash Site in Ammen Vale.',16522,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9312,2,5,3,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9311,0,0,0,2,0,60,0,0,0,0,0,0,0,0,0,524424,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Emitter','Speak with Technician Zhanaa at the Crash Site in Ammen Vale.','$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.','','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!','',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,1,0,0,0,0,0,0,0,0,12340), (9313,2,5,2,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9312,0,0,0,6,0,330,0,0,0,0,0,0,0,0,0,524424,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,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Travel to Azure Watch','Speak with Technician Dyvuun at Azure Watch on Azuremyst Isle.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (9314,2,5,1,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,60,0,0,0,0,0,0,0,0,0,524416,4,0,0,0,0,0,0,0,0,0,0,0,0,6290,159,0,0,0,0,5,5,0,0,0,0,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Word from Azure Watch','Speak with Caregiver Chellan at Azure Watch on Azuremyst Isle.','$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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9315,2,11,9,0,3433,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,9758,0,0,0,5,400,540,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,24341,24339,24340,28149,0,0,1,1,1,1,0,0,922,0,0,0,0,5,0,0,0,0,100000,0,0,0,0,0,0,0,0,'Anok\'suten','Slay Anok\'suten and return to Arcanist Vandril at Tranquillien in the Ghostlands.','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.',NULL,'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!','Return to Arcanist Vandril at Tranquillien in Ghostlands.',16357,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9316,2,50,50,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,7500,40800,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,13909,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'[TXT] Goblin Savages','Brianna Schneider on Designer Island wants 10 Goblin Teeth.','$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.','',NULL,NULL,'Return to Bri\'s Test Character in Designer Island.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23074,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9317,0,-1,50,0,0,0,0,0,0,690,0,0,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,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,'Consecrated Sharpening Stones','','','',NULL,NULL,'Return to Argent Quartermaster.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9318,0,-1,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,8,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,'Blessed Wizard Oil','','',NULL,NULL,NULL,'Return to Argent Quartermaster.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9319,2,-1,50,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,99300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'A Light in Dark Places','Find and touch the bonfires located within Blackrock Spire, Dire Maul, Scholomance, and Stratholme, then return to the Festival Flamekeeper.','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.','','You have proven that you are not entirely useless, mortal.','Have you found your way through the dark?','Return to Earthen Ring Elder.',-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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9320,0,-1,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,8,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,'Super Mana Potion','','','',NULL,NULL,'Return to Argent Outfitter.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9321,0,-1,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,8,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,'Super Healing Potion','','',NULL,NULL,NULL,'Return to Argent Quartermaster.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9322,2,-1,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Fires in Kalimdor','Visit the Midsummer camps located in Azshara, Silithus, Un\'Goro Crater, and Winterspring, then return to the Festival Flamekeeper.','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.','','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?','Return to Festival Flamekeeper.',-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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9323,2,-1,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Wild Fires in the Eastern Kingdoms','Visit the Fire Festival camps located in Blasted Lands, Eastern Plaguelands, the Hinterlands and Searing Gorge, then speak with the Festival Flamekeeper.','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.','','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?','Return to Festival Flamekeeper.',-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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9324,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9365,-9324,0,4,58000,99300,0,29235,0,0,0,0,23179,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Orgrimmar\'s Flame','Return the Flame of Orgrimmar to the Festival Loremaster.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23179,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9325,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9365,-9324,0,4,58000,99300,0,29235,0,0,0,0,23180,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Thunder Bluff\'s Flame','Return the Flame of Thunder Bluff to the Festival Loremaster.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23180,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9326,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9365,-9324,0,4,58000,99300,0,29235,0,0,0,0,23181,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing the Undercity\'s Flame','Return the Flame of the Undercity to the Festival Loremaster.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23181,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9327,2,10,9,0,3433,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,9758,0,9758,1,0,60,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forsaken','Speak with High Executor Mavren at Tranquillien in the Ghostlands.','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!',NULL,'I know that we Forsaken appear monstrous to your eyes, but I assure you we mean your people no harm. We are here because of a common enemy: Dar\'Khan the traitor! He has returned and now commands the Scourge that are invading this land from his steadfast, Deatholme, to the south.$B$BOur leader, Lady Sylvanas Windrunner, originally hails from these lands, and in fact used to be an elf. She has a history with Dar\'Khan and wants him dead as much as your people do.$B$BWe will defeat him together, $c!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9328,2,21,15,0,3433,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9167,0,0,9621,3,0,510,0,0,0,0,0,0,22653,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Sin\'dorei','Take Dar\'Khan\'s Head to Lor\'themar Theron in Silvermoon City.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22653,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9329,2,10,9,0,3433,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,9758,0,9758,1,0,60,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forsaken','Speak with High Executor Mavren at Tranquillien in the Ghostlands.','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!','','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!',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,1,0,0,0,0,0,0,0,0,12340), (9330,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9339,-9330,0,4,58000,99300,0,29235,0,0,0,0,23182,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Stormwind\'s Flame','Return the Flame of Stormwind to the Festival Talespinner.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23182,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9331,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9339,-9330,0,4,58000,99300,0,29235,0,0,0,0,23183,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Ironforge\'s Flame','Return the Flame of Ironforge to the Festival Talespinner.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23183,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9332,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9339,-9330,0,4,58000,99300,0,29235,0,0,0,0,23184,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Darnassus\'s Flame','Return the Flame of Darnassus to the Festival Talespinner.','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...','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23184,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9333,0,-1,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,8,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,'Argent Dawn Gloves','','',NULL,NULL,NULL,'Return to Argent Outfitter.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9334,0,-1,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,8,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,'Blessed Wizard Oil','','',NULL,NULL,NULL,'Return to Argent Outfitter.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9335,0,-1,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,8,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,'Consecrated Sharpening Stones','','',NULL,NULL,NULL,'Return to Argent Outfitter.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9336,0,-1,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,8,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,'Super Healing Potion','','',NULL,NULL,NULL,'Return to Argent Outfitter.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9337,0,-1,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,8,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,'Super Mana Potion','','',NULL,NULL,NULL,'Return to Argent Quartermaster.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9338,0,60,60,0,1377,0,0,0,0,0,0,0,0,0,0,0,0,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,609,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to Cenarion Circle','','',NULL,'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.','Return to Windcaller Kaldon in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20802,20800,20801,0,0,0,1,1,1,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9339,0,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,99300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'A Thief\'s Reward','Return the Flame of Stormwind to (NAME).','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...','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9340,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9391,5,0,24000,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Fissure','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.','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.',NULL,'Good job, $N. That should teach the rock flayers to stay far away from us.','You\'ve returned. Is the task done?','Return to Ranger Captain Venn\'ren at Falcon Watch in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9341,0,-1,50,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,8,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,'Tabard of the Argent Dawn','','',NULL,NULL,NULL,'Return to Argent Quartermaster.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9342,2,61,255,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25785,25784,0,0,0,0,1,1,0,0,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marauding Crust Bursters','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.','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.',NULL,'Thank you for your help, $N. Got anything up your sleeve to make the peons earn their keep?',NULL,'Return to Foreman Razelcraz at Thrallmar in Hellfire Peninsula.',16857,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,1,0,0,0,0,0,0,0,0,12340), (9343,0,-1,50,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,8,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,'Tabard of the Argent Dawn','','',NULL,NULL,NULL,'Return to Argent Outfitter.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22484,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9344,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9345,3,0,2940,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Hasty Departure','Far Seer Regulkut wants you to track down her student Grelag. ','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.','','$BI 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.$BI 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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9345,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10213,5,0,11700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24338,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparing the Salve','Gather 12 Hellfire Spineleaf plants for a salve and return to Grelag at Spinebreaker Post.','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.','','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?','Return to Grelag at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23205,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (9346,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'When Helboars Fly','Watch Commander Krunk in Thrallmar wants you to bring him 10 Plump Helboar Carcasses from Starving Helboars.','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? ',NULL,NULL,NULL,'Return to Watch Commander Krunk at Stonewall Canyon in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9347,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,58800,0,0,0,0,0,0,23216,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voidwalkers Gone Wild','Bring the Pulsating Voidwalker Essence to Mahuram Stouthoof in Thrallmar.','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.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9348,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,58800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25980,25981,25979,0,0,0,1,1,1,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ravager Roundup','Slay 10 Captive Ravager Hatchlings and retrieve 12 Ravager Eggs for Mahuram Stouthoof in Thrallmar.','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.','',NULL,NULL,'Return to Mahuram Stouthoof at Sha\'naari Wastes in Hellfire Peninsula.',0,16900,0,0,0,10,0,0,0,0,0,0,0,0,0,0,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,12340), (9349,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9361,5,0,11700,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'Ravager Egg Roundup','Retrieve 12 Ravager Eggs for Legassi at the Zeppelin Crash in Hellfire Peninsula.','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!','','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','Return to Legassi at at the Zeppelin Crash in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23217,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',5,1,1,0,0,1000,1000,0,0,6,1,1,0,0,0,1000,0,0,12340), (9350,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,58800,0,0,0,0,0,0,0,0,0,136,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Peon\'s Work is Never Done','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.','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.','',NULL,NULL,'Return to Watch Commander Krunk at Stonewall Canyon in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9351,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10161,0,0,0,5,20000,11700,0,0,0,0,0,0,0,0,0,136,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,'Voidwalkers Gone Wild','Bring 10 Condensed Voidwalker Essences to \"Screaming\" Screed Luckheed at the Zeppelin Crash.','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!',NULL,'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?','Return to \"Screaming\" Screed Luckheed at the Zeppelin Crash in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23218,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,12340), (9352,2,6,4,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8463,0,0,0,5,125,330,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darnassian Intrusions','Travel to the West Sanctum, southwest of Falconwing Square and defeat any intruders present there. Report your findings to Ley-Keeper Velania.','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.','','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?','Return to Ley-Keeper Velania at the West Sanctum in Eversong Woods.',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,1,'Intruder Defeated','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9353,0,-1,1,0,0,0,0,0,0,0,0,0,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,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,'Redeem iCoke Gift Box Voucher','','','',NULL,NULL,'Return to She number two.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9354,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,58800,0,0,0,0,0,0,0,0,0,136,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Searching for New Materials','Gather 8 Clefthoof Hides and 8 Clefthoof Sinews from the Raging Clefthoof. When you have the materials,bring them to Humphry in Honor Hold.','$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.','',NULL,NULL,'Return to Humphry in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9355,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10142,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25785,25784,0,0,0,0,1,1,0,0,0,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Job for an Intelligent Man','Kill 15 Marauding Crust Bursters and return to Foreman Biggums at Honor Hold.','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.',NULL,'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?','Return to Foreman Biggums at Honor Hold Mine in Hellfire Peninsula.',16857,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,'','','','',1,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,12340), (9356,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9361,0,0,0,5,20000,11700,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smooth as Butter','Bring 12 Plump Buzzard Wings to Legassi at the Zeppelin Crash.','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.','','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!','Return to Legassi at the Zeppelin Crash in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23239,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',5,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9357,2,5,4,0,3430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8463,1,0,30,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Aeldon Sunbrand','Report to Aeldon Sunbrand at the Inner Elf Gate in Eversong Woods.','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.',NULL,NULL,NULL,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,12340), (9358,2,9,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ranger Sareyn','Report to Ranger Sareyn outside Fairbreeze Village in Eversong Woods.','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.','','You\'re here to help us? Why didn\'t you say so earlier? We can always use a hand!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9359,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8892,0,0,8476,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Farstrider Retreat','Report to Lieutenant Dawnrunner at the Farstrider Retreat in Eversong Woods.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (9360,2,11,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,5,400,540,0,0,0,0,0,0,23249,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amani Invasion','Deliver the Amani Invasion Plans to Lieutenant Dawnrunner at Farstrider Retreat.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23249,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9361,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9349,0,0,9356,5,20000,11700,0,0,0,0,0,0,23268,1,0,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helboar, the Other White Meat','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.','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!','','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?','Return to Legassi at the Zeppelin Crash in Hellfire Peninsula.',0,0,0,0,0,0,0,0,23270,0,0,0,8,0,0,0,23248,23268,0,0,0,0,8,1,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9362,2,60,60,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9364,5,0,5700,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,'Warlord Krellian','Retrieve the Prismatic Shell for Archmage Xylem. The Archmage resides in a tower atop the cliffs of Azshara.','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.','','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?','Return to Archmage Xylem at Bear\'s Head in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9363,2,11,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9360,0,0,0,3,200,270,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warning Fairbreeze Village','Travel to Fairbreeze Village in Eversong Woods and speak to Ranger Degolien.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9364,2,-1,60,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,9362,0,0,0,5,0,132300,28272,28285,0,0,0,0,23250,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fragmented Magic','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.','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.','','Splendid! Splendid!$B$BNow we are able to reform this magic into a new spell. Behold!','Have you collected the magic?','Return to Archmage Xylem at Bear\'s Head in Azshara.',16479,0,0,0,50,0,0,0,0,0,0,0,0,0,0,0,23250,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9365,0,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,99300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'A Thief\'s Reward','Return the Flame of Stormwind to (NAME).','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...','','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',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9366,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9370,5,27000,24000,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Need of Felblood','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.','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.','','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?','Return to Ryathen the Somber at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23269,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9367,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Festival of Fire','Touch the bonfires within Stormwind, Ironforge, and Darnassus, then speak to a Festival Loremaster within the capital cities.','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!',NULL,'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?','Return to Festival Loremaster.',-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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9368,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Festival of Fire','Touch the bonfires within Orgrimmar, Thunder Bluff, and the Undercity, then speak to a Festival Talespinner within the capital cities.','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!','','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?','Return to Festival Talespinner.',-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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9369,2,1,1,0,3526,0,0,0,0,77,0,0,0,0,0,0,0,0,0,0,0,9409,0,9409,5,15,60,0,0,0,0,0,0,0,0,0,136,4,0,0,0,0,0,0,0,0,0,0,0,0,24129,24131,24130,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Replenishing the Healing Crystals','Acquire 8 Vials of Moth Blood from the nearby Vale Moths and bring them to Proenitus at the Crash Site in Ammen Vale.','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.',NULL,'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!','Return to Proenitus at the Crash Site in Ammen Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9370,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9366,0,0,0,5,27000,24000,0,0,0,0,0,0,23358,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25500,25501,25499,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cleansing Must Be Stopped','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.','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.',NULL,'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?','Return to Ryathen the Somber at Falcon Watch in Hellfire Peninsula.',16994,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,23358,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9371,2,2,1,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10302,2,0,30,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Botanist Taerix','Speak with Botanist Taerix at the Crash Site in Ammen Vale.','$N, Botanist Taerix is in need of your assistance. You\'ll find her with her apprentices to the west, outside the ship.','','Oh, thank goodness you\'ve come. We have much to do.','',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,1,0,0,0,0,0,0,0,0,12340), (9372,2,63,61,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10255,5,29000,37500,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Demonic Contamination','Thiah Redmane, at the Cenarion Post in Hellfire Peninsula, has asked you to gather 6 Helboar Blood Samples from Hulking Helboars.','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.','','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?','Return to Thiah Redmane at the Cenarion Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23336,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9373,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,11700,0,0,0,0,0,0,23338,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing Missive','Return the Eroded Leather Case to Thiah Redmane, camped near the Ruins of Sha\'naar in western Hellfire Peninsula.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23338,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9374,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10286,5,27000,24000,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arelion\'s Journal','Magistrix Carinda at Falcon Watch in Hellfire Peninsula wants you to go to the Pools of Aggonar and retrieve 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.','','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.','Return to Magistrix Carinda at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,31955,0,0,0,1,0,0,23339,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9375,2,63,61,0,3483,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9376,5,29000,37500,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Road to Falcon Watch','Protect the Wounded Blood Elf Pilgrim on her way to Falcon Watch, then speak with Taleris Dawngazer.','$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!','Escort Wounded Blood Elf Pilgrim to Falcon Watch','$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?','Speak with Taleris Dawngazer at Falcon Watch 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,1,0,0,0,0,0,0,0,0,12340), (9376,2,63,61,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9375,0,0,0,5,29000,37500,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Pilgrim\'s Plight','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.','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.','','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?','Return to Taleris Dawngazer at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23343,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9377,2,63,61,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,62400,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thirsting For Power','Retrieve a Potent Voidwalker Essence from the Vengeful Voidwalkers and return to Taleris Dawngazer at Falcon Watch.','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.','',NULL,NULL,'Return to Taleris Dawngazer at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9378,2,60,60,0,139,0,0,0,0,0,0,0,529,0,42000,0,0,0,0,0,0,0,0,0,0,0,0,0,28006,0,0,0,0,0,0,0,1024,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'DND FLAG The Dread Citadel - Naxxramas','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.','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.',NULL,NULL,NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9379,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,58800,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fortifying the Felhunter','Gather 6 Warp Hound Blood and bring them to Angela \"The Claw\" Kestrel in Thrallmar.','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.','',NULL,NULL,'Return to Angela \"The Claw\" Kestrel in Hellfire Peninsula.',0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,23374,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,12340), (9380,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hounded for More','Collect 6 Undamaged Warp Hound Corpses and bring them to Prospector Murantus in Honor Hold.','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?',NULL,NULL,NULL,'Return to Prospector Murantus in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9381,2,63,61,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,37500,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trueflight Arrows','Gather 8 Bonestripper Tail Feathers from Bonestripper Vultures and bring them to Falconer Drenna Riverwind at Falcon Watch.','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.',NULL,'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?','Return to Falconer Drenna Riverwind at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23387,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9382,2,63,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,6300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25787,25786,0,0,0,0,1,1,0,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of the Clefthoof','Kill 15 Bristlehide Clefthoof and return to Amaan the Wise at the Temple of Telhamat.','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?',NULL,NULL,NULL,'Return to Amaan the Wise in Hellfire Peninsula.',16970,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,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9383,2,63,61,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,6300,0,0,0,0,0,0,23417,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Ambitious Plan','Use the Sanctified Crystal against a wounded Uncontrolled Voidwalker and return to Elsaana at the Temple of Telhamat.','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.','','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?','Return to Elsaana at the Temple of Telhamat in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23442,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,273,0,0,0,0,0,0,0,12340), (9384,2,63,61,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,62400,0,0,0,0,0,0,23442,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harnessing the Light','Take the Glowing Sanctified Crystal to Rumatu at the Temple of Sha\'naar,who will invoke the Light to smite the demon within.','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.','',NULL,NULL,'Return to Elsaana in Hellfire Peninsula.',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,'Assist in Voidwalker\'s Destruction','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9385,2,63,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,6300,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rampaging Ravagers','Kill 10 Quillfang Ravagers and return to Gremni Longbeard in Hellfire Peninsula.','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?','','Well done, $N. That should teach those beasts who\'s boss!','Have you made any progress against the ravagers?','Return to Gremni Longbeard in Hellfire Peninsula.',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9386,2,-1,50,0,-369,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,8,1,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,0,0,'A Light in Dark Places','Find and touch the bonfires located within Blackrock Spire, Dire Maul, Scholomance, and Stratholme, then speak with the Festival Flamekeeper.','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.','','You have proven that you are not entirely useless, mortal.',NULL,'Return to Festival Flamekeeper.',-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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9387,2,63,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,37500,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Source of the Corruption','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.','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.','','You\'ve been most helpful, $N. Now let\'s see what we can learn from our blue friend.','Have you obtained the samples?','Return to Apothecary Azethen at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9388,2,25,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,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,'Flickering Flames in Kalimdor','Visit the bonfires within Ashenvale, the Barrens, Darkshore, and Stonetalon Mountains, then speak with the Festival Flamekeeper.','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.',NULL,'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!','Return to Festival Flamekeeper.',-181561,-181560,-181563,-181562,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9389,2,25,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,900,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,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,'Flickering Flames in the Eastern Kingdoms','Visit the bonfires within Hillsbrad Foothills, Silverpine Forest, Westfall, and the Wetlands, then speak with the Festival Flamekeeper.','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.',NULL,'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?','Return to Festival Flamekeeper.',-181566,-181564,-181565,-181567,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9390,2,62,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9423,2,0,1560,0,0,0,0,0,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Sedai','Anchorite Obadei wants you to look for his brother, Sedai, nearby to the east in Hellfire Peninsula.','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.',NULL,'You\'ve found the body of a young draenei paladin. He appears to have been slain by a blow to his back.',NULL,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,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9391,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9340,0,0,0,5,27000,24000,0,0,0,0,0,0,23480,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,25503,25502,25504,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marking the Path','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.','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.',NULL,'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?','Return to Ranger Captain Venn\'ren at Falcon Watch in Hellfire Peninsula.',-181581,-181580,-181579,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,23480,0,0,0,0,0,1,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9392,2,1,1,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rogue Training','Speak with Pathstalker Kariel - the Rogue class trainer - inside the Sunspire on Sunstrider Isle.','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.',NULL,'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!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9393,2,1,1,0,-261,0,0,0,4,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hunter Training','Speak with Ranger Sallina - the Hunter class trainer - inside the Sunspire on Sunstrider Isle.','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.','','$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?','',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9394,2,10,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,8894,1,0,60,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Where\'s Wyllithen?','Find Groundskeeper Wyllithen on the Duskwither Grounds in Eversong Woods.','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?','','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!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9395,2,9,8,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9255,0,0,9067,1,0,60,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saltheril\'s Haven','Speak with Lord Saltheril at Saltheril\'s Haven in Eversong Woods.','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.','','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? ',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9396,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,24000,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magic of the Arakkoa','Bring 4 Haal\'eshi Scrolls to Arcanist Calesthris Dawnstar at Falcon Watch in Hellfire Peninsula.','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.','','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?','Return to Arcanist Calesthris Dawnstar at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23483,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9397,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,24000,0,0,0,0,0,0,23485,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Birds of a Feather','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.','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.','','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?','Return to Falconer Drenna Riverwind at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23486,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9398,2,62,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadly Predators','Scout Vanura at the Temple of Telhamat in Hellfire Peninsula wants you to slay 8 Stonescythe Whelps and 4 Stonescythe Alpha.','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.','','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?','Return to Scout Vanura at the Temple of Telhamat in Hellfire Peninsula.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9399,2,63,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,6300,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cruel Taskmasters','Slay 4 Illidari Taskmasters at the Ruins of Sha\'naar and return to Ikan at the Temple of Telhamat in Hellfire Peninsula.','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!','','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?','Return to Ikan at the Temple of Telhamat in Hellfire Peninsula.',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,1,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9400,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10388,0,0,9401,5,0,24000,0,0,0,0,0,0,0,0,0,140,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Assassin','Nazgrel wants you to travel to the road north of Hellfire Citadel and look for an assassin named Krun Spinebreaker.','$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!','Find 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.',NULL,'Investigate the Fel Orc Corpse 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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9401,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9400,0,0,9405,5,27000,24000,0,0,0,0,0,0,23550,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Strange Weapon','Bring the Heavy Stone Axe to Nazgrel in Thrallmar in Hellfire Peninsula.','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.','','He was killed by this weapon? It can\'t be!$B$BHave we... found them?','Tell me, is the assassin dead?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23550,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9402,2,10,10,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,1881,9403,2,0,120,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Fetch!','Dive to the bottom of Stillwhisper Pond and retrieve the Azure Phial for Instructor Antheol.','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.','','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?','Return to Instructor Antheol at Stillwhisper Pond in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23551,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9403,2,10,10,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,9402,0,0,9404,5,0,510,0,0,0,0,0,0,23566,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purest Water','Instructor Antheol wants you to fill the Azure Phial at Elrendar Falls.','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.',NULL,'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? ','Return to Instructor Antheol at Stillwhisper Pond in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23552,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9404,2,10,10,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,9403,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,136,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,'Recently Living','Slay the Eversong Green Keepers until they yield a Living Branch for Instructor Antheol.','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.',NULL,'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! ','Return to Instructor Antheol at Stillwhisper Pond in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23553,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9405,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9401,0,0,9410,3,0,12000,0,0,0,0,0,0,23550,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warchief\'s Mandate','Bring the Heavy Stone Axe to Far Seer Regulkut at Thrallmar in Hellfire Peninsula.','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.','','I understand Nazgrel\'s request, $C. Say no more.','Tell me what you seek, so that I may help you find it.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23550,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9406,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9410,0,0,9438,5,0,24000,0,0,0,0,0,0,23569,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mag\'har','Deliver the Letter from the Mag\'har to Nazgrel at Thrallmar in Hellfire Peninsula.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23569,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9407,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10120,2,0,2880,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Through the Dark Portal','Travel through the Dark Portal and find Lieutenant General Orion. He awaits your arrival on the other side, in Outland.$B','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...$B',NULL,'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.',NULL,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,12340), (9408,2,60,55,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forgotten Heroes','Speak with Force Commander Danath Trollbane at Honor Hold.','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.',NULL,NULL,NULL,'Speak with Force Commander Danath Trollbane at Honor Hold 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,12340), (9409,2,2,1,0,3526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9371,0,0,0,2,0,30,0,0,0,0,0,0,23568,1,0,524416,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Urgent Delivery!','Deliver the Bundle of Vials to Zalduun at the Crash Site in Ammen Vale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23568,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9410,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9405,0,0,9406,5,0,24000,0,0,0,0,0,0,23669,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Spirit Guide','Use the Wolf Totem at the location where you found Krun Spinebreaker\'s body and follow the Ancestral Spirit Wolf.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23669,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9411,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Infused Bandages','','','',NULL,NULL,'Return to Emissary Whitebeard in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9412,0,60,1,0,0,0,0,0,0,0,0,0,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,'Crystal Flake Throat Lozenge','','','',NULL,NULL,'Return to Emissary Whitebeard in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9413,0,60,1,0,0,0,0,0,0,0,0,0,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,'Crystal Flake Throat Lozenge','','','',NULL,NULL,'Return to Apothecary Quinard in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9414,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Infused Bandages','','','',NULL,NULL,'Return to Apothecary Quinard in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9415,2,60,55,0,1377,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9419,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,'Report to Marshal Bluewall','Speak with Marshal Bluewall at the Alliance encampment near Hive\'Zora.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9416,2,60,55,0,1377,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9422,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,'Report to General Kirika','Speak with General Kirika at the Horde encampment near Hive\'Regal.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9417,2,63,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9558,0,0,0,5,58000,6300,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Arakkoa Threat','Gremni Longbeard in Hellfire Peninsula wants you to slay 4 Haal\'eshi Windwalkers and 6 Haal\'eshi Talonguards.','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.',NULL,'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?','Return to Gremni Longbeard in Hellfire Peninsula.',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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9418,2,63,60,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6300,0,0,0,0,0,0,23580,1,0,128,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,'Avruu\'s Orb','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.','$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!','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23580,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9419,2,60,55,0,1377,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9415,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,13446,13444,0,0,0,0,2,2,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scouring the Desert','Find and deliver Silithyst to the Silithyst Extractor, then speak with Marshal Bluewall at the Alliance encampment near Hive\'Zora.','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.','','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 to Marshal Bluewall in Silithus.',17090,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return Silithyst','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9420,2,62,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9563,0,0,0,5,27000,6000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23587,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Finest Down','Mirren Longbeard in Hellfire Peninsula wants you to bring him 8 Kaliri Feathers from the various kaliri found in the Den of Haal\'esh.','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?',NULL,'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?','Return to Mirren Longbeard in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23588,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9421,0,2,1,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,60,0,0,0,0,0,0,0,0,0,128,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,930,0,0,0,0,3,0,0,0,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 shaman, especially those who are just beginning to learn.$B$BShamanism is only now being relearned amongst the draenei, $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.','',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,12340), (9422,2,60,55,0,1377,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,13446,13444,0,0,0,0,2,2,0,0,0,0,609,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scouring the Desert','Find and deliver Silithyst to the Silithyst Extractor then speak with General Kirika at the Horde encampment near Hive\'Regal.','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.','','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.','Return to General Kirika at Hive\'Regal in Silithus.',18199,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliver Silithyst','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9423,2,62,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9390,0,0,0,2,0,1560,0,0,0,0,0,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Obadei','Return to Anchorite Obadei at the Temple of Telhamat in Hellfire Peninsula and inform him of Sedai\'s death.','With Sedai\'s death confirmed, you\'re left with the unpleasant task of returning to Obadei with the grim news.',NULL,'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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,0,12340), (9424,2,63,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9423,0,0,0,5,0,6300,0,0,0,0,0,0,0,0,0,136,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,'Makuru\'s Vengeance','Makuru at the Temple of Telhamat in Hellfire Peninsula wants you to bring him 10 Mag\'har Ancestral Beads.','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!',NULL,'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?','Return to Makuru at the Temple of Telhamat in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23589,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',4,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9425,2,20,18,0,267,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,480,0,0,0,0,0,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Tarren Mill','Travel to Tarren Mill in the Hillsbrad Foothills and speak with Advisor Duskingdawn.','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.',NULL,'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!',NULL,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,12340), (9426,2,62,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9427,5,0,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Pools of Aggonar','Amaan the Wise wants you to go to the Pools of Aggonar and slay 6 Terrorfiends and 6 Blistering Rots.','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.',NULL,'Yes, I feel the fel presence in the pools weakening.$B$BYou\'ve done well, $N.','Have you completed your task, $N?','Return to Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula.',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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9427,2,62,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9426,0,0,0,5,0,6000,0,0,0,0,0,0,23361,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25484,25486,25485,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleansing the Waters','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.','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.','','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?','Return to Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula.',17000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,23361,0,0,0,0,0,1,0,0,0,0,0,'Aggonar\'s Presence Cleansed','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9428,2,20,18,0,331,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,480,0,0,0,0,0,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Splintertree Post','Travel to Splintertree Post in Ashenvale and speak with Advisor Sunsworn.','$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!',NULL,'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.',NULL,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,12340), (9429,2,20,18,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,480,0,0,0,0,0,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Travel to Darkshire','Travel to Darkshire in Duskwood and speak with Anchorite Delan.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (9430,2,63,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9543,0,0,9545,5,0,6300,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sha\'naar Relics','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.','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.','','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?','Return to Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23642,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9431,2,28,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9433,5,2500,1380,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Different Approach','Gather 2 handfuls of Purifying Earth from Thundering Boulderkin and take them to Wizlo Bearingshiner at Whitereach Post.','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.','','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.','Return to Wizlo Bearingshiner at Whitereach Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23643,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9432,2,20,18,0,331,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,480,0,0,0,0,0,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Travel to Astranaar','Travel to Astranaar in Ashenvale and speak with Vindicator Palais.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9433,2,28,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9431,0,0,9434,5,0,1380,0,0,0,0,0,0,23675,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dip in the Moonwell','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.','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!','','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?','Return to Wizlo Bearingshiner at Whitereach Post in Thousand Needles.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23670,23675,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9434,2,28,24,0,400,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9433,0,0,0,5,2500,1380,0,0,0,0,0,0,23644,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Testing the Tonic','Deliver the Crate of Reagents to Magistrix Elosai at Freewind Post.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23644,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9435,2,29,25,0,267,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1440,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing Crystals','Retrieve the Shipment of Rare Crystals from the Forsaken and return it to Huraan in Southshore.','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!','','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?','Return to Huraan at Southshore in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23646,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9436,2,34,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9457,5,3500,1860,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodscalp Insight','Nemeth Hawkeye at Grom\'gol Base Camp wants you to bring him a Bloodscalp Totem from a Bloodscalp Shaman.','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.','','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.','Return to Nemeth Hawkeye at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23679,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',2,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (9437,2,37,33,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4000,2220,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,33250,33269,33252,0,0,0,1,1,1,0,0,0,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight of the Dawn Runner','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.','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.','','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?','Return to Balandar Brightstar at Brackenwall Village in Dustwallow Marsh.',0,17119,0,0,0,1,0,0,0,0,0,0,0,0,0,0,23657,0,0,0,0,0,1,0,0,0,0,0,0,'','Rescue Ithania from North Point Tower','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (9438,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9406,0,0,0,5,0,24000,0,0,0,0,0,0,23662,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to Thrall','Travel to Orgrimmar and give Thrall the Letter from Nazgrel.','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.','','$B$BMy people... we must reach them. We must reach Nagrand as soon as possible!','You bring news from Outland, $C? Speak at once!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23662,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9439,2,40,36,0,3,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5000,2640,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unclaimed Baggage','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.','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?','','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?','Return to Advisor Sarophas at Kargath in Badlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23658,23660,0,0,0,0,1,1,0,0,0,0,0,'','','','',5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9440,2,38,35,0,8,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2340,0,0,0,0,0,0,23659,1,0,0,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Morsels','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.','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.','','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!','Return to Cersei Dusksinger in Swamp of Sorrows.',17113,17111,17112,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,23659,0,0,0,0,0,1,0,0,0,'Captured Crocolisk Fed','Captured Jaguar Fed','Captured Tarantula Fed','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9441,2,63,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9438,0,0,0,5,0,37500,0,0,0,0,0,0,0,0,0,136,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Envoy to the Mag\'har','Thrall wants you to return to Gorkan Bloodfist at Mag\'har Post in Hellfire Peninsula and offer him your services.','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.',NULL,'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.',NULL,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,12340), (9442,2,63,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9441,0,0,9447,5,0,37500,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Debilitating Sickness','Earthcaller Ryga at Mag\'har Post in Hellfire Peninsula wants you to bring her 1 Drycap Mushroom from a cave inside the Great Fissure.','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.','','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?','Return to Earthcaller Ryga at the Mag\'har Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9443,2,58,55,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9444,5,9000,5400,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The So-Called Mark of the Lightbringer','Obtain the Mark of the Lightbringer and return it to Mehlar Dawnblade at the Bulwark in the Western Plaguelands.','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.',NULL,'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.','Return to Mehlar Dawnblade at the Bulwark in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23661,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9444,2,58,55,0,28,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9443,0,0,0,6,17500,6900,0,0,0,0,0,0,23691,1,0,0,32,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defiling Uther\'s Tomb','Defile Uther\'s Tomb and return to Mehlar Dawnblade at the Bulwark in the Western Plaguelands.','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!','','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?','Return to Mehlar Dawnblade at the Bulwark in Tirisfal Glades.$B',17233,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,23691,0,0,0,0,0,1,0,0,0,0,0,'Uther\'s Tomb Defiled','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9445,2,58,55,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9446,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,'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.','','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9446,2,58,55,0,28,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,9474,0,0,0,6,17500,6900,0,0,0,0,0,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,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tomb of the Lightbringer','Escort Anchorite Truuen to Uther\'s Tomb in the Western Plaguelands. Afterward, speak with High Priestess MacDonnell at Chillwind Camp in the Western Plaguelands.','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','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?','Return to High Priestess MacDonnell 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,'','','','',4,0,1000,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9447,2,63,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9442,0,0,0,5,29000,37500,0,0,0,0,0,0,23394,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,25496,25492,25495,25494,29212,0,1,1,1,1,1,0,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Administering the Salve','Earthcaller Ryga wants you to administer the Healing Salve to 10 Debilitated Mag\'har Grunts nearby Mag\'har Post in Hellfire Peninsula.','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.','','May the spirits bless you, $N. The Mag\'har are in your debt.','You\'ve returned, $N. Is your task complete?','Return to Earthcaller Ryga at the Mag\'har Post in Hellfire Peninsula.',16847,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,23394,0,0,0,0,0,1,0,0,0,0,0,'Debilitated Grunts Healed','','','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9448,2,38,35,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2340,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mercy for the Cursed','Slay 3 Cursed Lost Ones and then return to Anchorite Avuun at the Harborage in the Swamp of Sorrows.','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.','','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.','Return to Anchorite Avuun in Swamp of Sorrows.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9449,2,-1,4,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9450,4,0,99300,0,0,0,0,0,0,0,0,0,136,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,'Call of Earth','Speak with the Spirit of the Vale at the Sacred Grove in Ammen Vale.','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.','','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.$B$BNow you will prove yourself, shaman.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9450,2,-1,4,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,9449,0,0,9451,5,0,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Earth','Slay 4 Restless Elements of Earth and then return to the Spirit of the Vale at the Sacred Grove in Ammen Vale.','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.','','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 shaman you must keep this in mind when calling upon our power. The balance must be preserved.',NULL,'Return to Spirit of the Vale at the Sacred Grove in Azuremyst Isle.',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,1,0,0,0,0,0,0,0,0,12340), (9451,2,-1,4,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,9450,0,0,0,6,0,165300,8071,8073,0,0,0,0,23671,1,0,128,4,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Earth','Deliver the Earth Crystal to Firmanvaar at the Crash Site in Ammen Vale.','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.','','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 draenei. 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, shaman.','Together, the Broken and the draenei 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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23671,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9452,2,6,4,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9453,5,0,330,0,0,0,0,0,0,23654,1,0,128,0,0,0,0,0,6256,6529,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Red Snapper - Very Tasty!','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\'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.','','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.','Return to Diktynna at Ammen Ford in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23614,23654,0,0,0,0,10,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9453,2,6,4,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9452,0,0,0,1,0,30,0,0,0,0,0,0,23672,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Acteon!','Deliver the Crate of Red Snapper to Acteon at Azure Watch.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23672,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9454,2,6,4,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10324,4,100,240,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24105,27686,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Moongraze Hunt','Bring 6 Moongraze Stag Tenderloins to Acteon at Azure Watch.','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!','','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.','Return to Acteon at Azure Watch in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23676,0,0,0,0,0,6,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9455,2,7,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9456,4,0,270,0,0,0,0,0,0,23678,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Findings','Deliver the Faintly Glowing Crystal to Exarch Menelaous at Azure Watch.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23678,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9456,2,8,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9455,0,0,0,5,225,420,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,24436,24435,24437,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nightstalker Clean Up, Isle 2...','Exarch Menelaous at Azure Watch has asked that you slay 8 Infected Nightstalker Runts.','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.','','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!','Return to Exarch Menelaous at Azure Watch in Azuremyst Isle.',17202,0,0,0,8,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (9457,2,36,30,0,33,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9436,0,0,0,6,7500,2640,0,0,0,0,0,0,23680,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unusual Patron','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.','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.','','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?','Return to Nemeth Hawkeye at Grom\'gol Base Camp in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23681,23680,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9458,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Potion of Heightened Senses','','','',NULL,NULL,'Return to Chief Expeditionary Requisitioner Enkles in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9459,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Anti-crit Potion','','','',NULL,NULL,'Return to Emissary Gormok in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9460,2,12,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,9532,0,0,9618,5,0,540,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'Combining Forces','Keltus Darkleaf wants you to pickpocket the Lacy Handkerchief from the Sentinel Leader and bring it to him.','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?',NULL,'Excellent! Such a personal item carries a strong scent of the intruders--enough to guide Whisper into their ranks... ','Did you get something? ','Return to Keltus Darkleaf in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23686,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9461,2,-1,10,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,9468,0,0,9555,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Fire','Seek out Prophet Velen at the Vault of Lights in the Exodar.','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!','','Hello, $N, I have been expecting you. I trust this day finds you well?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9462,2,-1,10,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9464,2,0,1320,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Fire','Speak with Tuluun at Azure Watch on Azuremyst Isle.','$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.',NULL,'Just in time, $N. I hope you are ready to continue your training. This next task will be a difficult one.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9463,2,6,4,0,3524,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,330,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Medicinal Purpose','Anchorite Fateema at Azure Watch wants you to bring her 8 Root Trapper Vines.','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.','','Let us hope that this ointment will strengthen her spirit!','I fear that her health is in steady decline.','Return to Anchorite Fateema at Azure Watch in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23685,0,0,0,0,0,8,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9464,2,-1,10,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9465,5,0,5250,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Fire','Speak with Temper at Emberglade on Azuremyst Isle.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9465,2,-1,10,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,9464,0,0,9467,5,0,5250,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Fire','Retrieve the Ritual Torch and return it to Temper at Emberglade on Azuremyst Isle.','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.','','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?','Return to Temper at Emberglade in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23733,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9466,2,63,58,0,3483,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,58000,46500,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Blacktalon the Savage','Bring Blacktalon\'s Claws to Ranger Captain Venn\'ren at Falcon Watch in Hellfire Peninsula.','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.',NULL,'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?','Return to Ranger Captain Venn\'ren at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23687,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9467,2,-1,10,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,9465,0,0,0,5,0,9300,0,0,0,0,0,0,24336,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,'Call of Fire','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.','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.','','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.','Return to Temper at Emberglade in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23688,23682,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9468,2,-1,10,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,9467,0,0,9461,6,0,165300,0,0,0,0,0,0,23688,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Fire','Deliver Hauteur\'s Ashes to Tuluun at Azure Watch on Azuremyst Isle.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23688,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9469,2,46,42,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9476,4,0,2580,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,'Featherbeard\'s Endorsement','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.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9470,2,46,42,0,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,3450,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gesture of Goodwill','Ambassador Rualeth at Aerie Peak wants you to slay Witch Doctor Mai\'jin and his pet spider Tcha\'kaz.','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.','','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?','Return to Ambassador Rualeth at Aerie Peak in The Hinterlands.',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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (9471,2,44,40,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,3150,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preying on the Predators','Ambassador Rualeth at Aerie Peak wants you to kill 10 Mangy Silvermane and 5 Silvermane Wolves.','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.','','$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?','Return to Ambassador Rualeth at Aerie Peak in The Hinterlands.',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,'','','','',1,0,0,0,0,0,0,0,1,1,273,0,0,0,0,0,0,0,12340), (9472,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10287,0,0,0,6,54000,7500,0,0,0,0,0,0,23693,1,0,128,0,0,0,0,0,25505,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arelion\'s Mistress','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.','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.','','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?','Return to Magistrix Carinda at Falcon Watch in Hellfire Peninsula.',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,0,'Carinda\'s Scroll of Retribution used','','','',0,0,0,0,0,0,0,0,0,1,274,1,0,0,500,3000,0,0,12340), (9473,2,8,5,0,3524,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,9463,0,0,0,5,0,420,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Alternative Alternative','Daedal at Azure Watch wants you to bring him 5 Azure Snapdragon Bulbs.','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.','','Watch as the plant works its magic.','Do not waste time, $g boy:girl;.','Return to Daedal at Azure Watch in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23692,0,0,0,0,0,5,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9474,2,58,55,0,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9446,5,9000,5400,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of the Lightbringer','Obtain the Mark of the Lightbringer and return it to Anchorite Truuen at Chillwind Camp in the Western Plaguelands.','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.','','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.','Return to Anchorite Truuen at Chillwind Camp in Western Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23661,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,1,2,0,0,0,0,0,0,0,12340), (9475,2,46,42,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9476,0,0,0,6,13000,4350,0,0,0,0,0,0,23695,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming the Eggs','Gather 5 Gryphon Eggs and return them to Ambassador Rualeth at Aerie Peak.','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.','','$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?','Return to Ambassador Rualeth at Aerie Peak in The Hinterlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23694,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,274,0,0,0,0,0,0,0,12340), (9476,2,46,42,0,47,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9469,0,0,9475,5,0,3450,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,'In Pursuit of Featherbeard','Travel to Shadra\'Alor and search for traces 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9477,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Potion of Nature\'s Armor','','','',NULL,NULL,'Return to Chief Expeditionary Requisitioner Enkles in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9478,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Portable Healing Font','','','',NULL,NULL,'Return to Chief Expeditionary Requisitioner Enkles in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9479,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Glorious Standard of the Alliance','','','',NULL,NULL,'Return to Chief Expeditionary Requisitioner Enkles in Silithus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9480,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Debuff Banner','','','',NULL,NULL,'Return to Emissary Gormok in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9481,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Light Consumable','','','',NULL,NULL,'Return to Emissary Gormok in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9482,0,60,1,0,0,0,0,0,0,0,0,0,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,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,'Nature Resist Potion','','','',NULL,NULL,'Return to Emissary Gormok in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9483,0,62,60,0,3483,0,0,0,0,690,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,136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to Viera Sunwhisper at Falcon Watch in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9484,2,-1,10,0,-261,0,0,0,4,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9486,5,0,132300,0,0,0,0,0,0,23697,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taming the Beast','Use the Taming Rod to tame a Crazed Dragonhawk, and then return to Lieutenant Dawnrunner.','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.','Tame a Crazed Dragonhawk','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? ','Return to Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23697,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9485,2,-1,10,0,-261,0,0,0,4,512,0,0,0,0,0,0,0,0,0,0,9486,0,0,9673,5,0,132300,23356,1579,0,0,0,0,23703,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taming the Beast','Use the Taming Rod to tame a Mistbat, and then return to Lieutenant Dawnrunner.','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.','Tame a Mistbat','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? ','Return to Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23703,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9486,2,-1,10,0,-261,0,0,0,4,512,0,0,0,0,0,0,0,0,0,0,9484,0,0,9485,5,0,132300,0,0,0,0,0,0,23702,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taming the Beast','Use the Taming Rod to tame an Elder Springpaw, then return to Lieutenant Dawnrunner.','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.','Tame an Elder Springpaw','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? ','Return to Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23702,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9487,2,16,15,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9488,5,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Arcane Reavers','Arcanist Vandril wants you to collect 10 Arcane Fragments for him.','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.','','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?','Return to Arcanist Vandril at An\'daroth in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23706,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9488,2,16,15,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,9487,0,0,0,5,0,720,0,0,0,0,0,0,0,0,0,128,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,0,0,0,0,0,0,0,'A Simple Robe','Arcanist Vandril wants you to bring him 15 Linen Cloth and a Spindleweb Silk Gland.','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.','','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?','Return to Arcanist Vandril at An\'daroth in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2589,23707,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9489,2,5,5,0,-262,0,0,0,16,690,0,0,0,0,0,0,0,0,0,0,0,0,5649,0,5,0,270,0,0,0,0,0,0,0,0,0,136,32,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,0,0,0,0,0,0,0,'Cleansing the Scar','Cast Power Word: Fortitude on 6 Eversong Rangers in the Dead 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.',NULL,'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?','Return to Ponaris at Falconwing Square in Eversong Woods.',15938,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eversong Ranger Blessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9490,2,63,60,0,3483,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,58000,7800,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rock Flayer Matriarch','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.','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!','','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?','Return to Ikan at the Temple of Telhamat in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23687,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,0,12340), (9491,2,18,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,10372,0,0,10548,5,0,840,0,0,0,0,0,0,5060,1,0,128,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,0,0,0,0,0,0,0,'Greed','Eralan in Tranquillien wants you to retrieve the Pitted Gold Band from the Amani Catacombs.','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!','','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.','Return to Eralan at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23717,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9492,2,70,67,0,3535,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,44000,15300,0,0,0,0,0,0,0,0,0,136,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,946,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Turning the Tide','Bring Warchief Kargath\'s Fist to Force Commander Danath Trollbane in Honor Hold.','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.',NULL,'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?','Return to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23723,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9493,2,70,66,0,3535,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,44000,15300,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pride of the Fel Horde','Field Commander Romus at Honor Hold wants you to kill 8 Shattered Hand Legionnaires, 4 Shattered Hand Centurions, and 4 Shattered Hand Champions.','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.',NULL,'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.','Return to Field Commander Romus at Honor Hold in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9494,2,70,67,0,3535,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,44000,15300,0,0,0,0,0,0,0,0,0,136,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Embers','Magus Zabraxis at Honor Hold wants you to bring her a Fel Ember.','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.',NULL,'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?','Return to Magus Zabraxis at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,23735,0,0,0,1,0,0,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,0,0,0,12340), (9495,2,70,67,0,3535,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,44000,15300,0,0,0,0,0,0,0,0,0,136,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,947,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Will of the Warchief','Bring Warchief Kargath\'s Fist to Nazgrel in Thrallmar.','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.','','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?','Return to Nazgrel at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9496,2,70,66,0,3535,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,44000,15300,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pride of the Fel Horde','Shadow Hunter Ty\'jin at Thrallmar wants you to kill 8 Shattered Hand Legionnaires, 4 Shattered Hand Centurions, and 4 Shattered Hand Champions.','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.$B','','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?','Return to Shadow Hunter Ty\'jin at Thrallmar in Hellfire Peninsula.',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,'','','','',1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9497,2,70,67,0,3535,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,44000,151800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25793,25794,25795,25796,25797,0,1,1,1,1,1,0,947,76,0,0,0,5,4,0,0,0,0,0,0,0,0,0,0,0,0,'Emblem of the Fel Horde','Slay Warbringer O\'mrogg and capture the Fel Horde Banner,then return it to Overlord Hun Maimfist at Thrallmar.','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.','',NULL,NULL,'Return to Overlord Hun Maimfist at Reaver\'s Fall in Hellfire Peninsula.',0,16809,0,0,0,1,0,0,0,0,0,0,0,0,0,0,23729,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9498,2,62,60,0,3483,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,9340,1,0,600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Falcon Watch','Report to Ranger Captain Venn\'ren at Falcon Watch in Hellfire Peninsula.','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.','','Welcome to Falcon Watch, $R. All our Horde allies are welcome here, especially those recommended by Martik.','',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,1,0,0,0,0,0,0,0,0,12340), (9499,2,62,60,0,3483,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9340,1,0,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Falcon Watch','Travel to Falcon Watch in the southwest of Hellfire Peninsula and report to Ranger Captain Venn\'ren.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9500,2,-1,20,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,0,0,9500,9501,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Water','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','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?','','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?',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,1,0,0,0,0,0,0,0,0,12340), (9501,2,-1,20,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9503,5,0,132300,0,0,0,0,0,0,23871,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Speak with Aqueous in the Hidden Reef at Bloodmyst Isle.','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.','','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?',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,1,0,0,0,0,0,0,0,0,12340), (9502,2,-1,20,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,9500,9501,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Water','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','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?','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9503,2,-1,20,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,9501,0,0,9504,5,0,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Water','Collect 6 Foul Essences and return them to Aqueous in the Hidden Reef at Bloodmyst Isle.','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.','','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? ','Return to Aqueous at The Hidden Reef in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23744,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9504,2,-1,20,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,9503,0,0,9508,5,0,132300,0,0,0,0,0,0,23749,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Fill the Empty Bota Bag and then return to Aqueous in the Hidden Reef at Bloodmyst Isle.','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!','','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? ','Return to Aqueous at The Hidden Reef in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23750,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9505,2,8,5,0,3524,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,9473,0,0,9506,4,0,330,0,0,0,0,0,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,930,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prophecy of Velen','Daedal wants you to travel south and seek out the people that the injured creature mentioned.','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.','','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!',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9506,2,7,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9530,5,0,390,0,0,0,0,0,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,930,72,0,0,0,5,3,0,0,0,0,0,0,0,0,0,0,0,0,'A Small Start','Admiral Odesyus at Odesyus\' Landing wants you to recover the Nautical Compass and Nautical Map stolen by the Venture Co.','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.','','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?','Return to Admiral Odesyus at Odesyus\' Landing in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23738,23739,0,0,0,0,1,1,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9507,2,8,5,0,3524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,420,0,0,0,0,0,0,23740,1,0,128,0,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,4,3,0,0,0,0,0,0,0,0,0,0,0,0,'From the Desk of Mogul Razdunk','Take the Top Secret Venture Co. Plans to Admiral Odesyus at Odesyus\' Landing.','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.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9508,2,-1,20,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,9504,0,0,9509,5,0,9900,0,0,0,0,0,0,23751,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Bring the Head of Tel\'athion to Aqueous in the Hidden Reef at Bloodmyst Isle.','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!','','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?','Return to Aqueous at The Hidden Reef in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23997,23751,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9509,2,-1,20,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,9508,0,0,0,7,0,15000,5394,5396,0,0,0,0,23752,1,0,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Water','Take the Flask of Purest Water to Farseer Nobundo inside the Exodar on Azuremyst Isle.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23752,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9510,2,62,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,6000,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bristlehide Clefthoof Hides','Provisioner Braknar at Mag\'har Post in Hellfire Peninsula wants you to bring him 5 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.',NULL,NULL,NULL,'Return to Provisioner Braknar at Mag\'har Grounds in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9511,2,70,67,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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.',NULL,NULL,NULL,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,12340), (9512,2,7,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,270,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23756,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,930,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Cookie\'s Jumbo Gumbo','\"Cookie\" McWeaksauce at the Odesyus\' Landing wants you to bring him 6 Skittering Crawler Meat.$B','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?','','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...','Return to \"Cookie\" McWeaksauce at Odesyus\' Landing in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23757,0,0,0,0,0,6,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9513,2,8,6,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,420,0,0,0,0,0,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,69,930,0,0,0,5,4,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming the Ruins','Priestess Kyleen Il\'dinare at Odesyus\' Landing on Azuremyst Isle wants you to kill 5 Wrathscale Myrmidons, 5 Wrathscale Naga and 5 Wrathscale Sirens.','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.','','Elune be praised! The restless spirits may find tranquility after all.','You do a good thing for my people, $N.','Return to Priestess Kyleen Il\'dinare at Odesyus\' Landing in Azuremyst Isle.',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,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9514,2,8,6,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,30,0,0,0,0,0,0,23759,1,0,128,0,0,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Rune Covered Tablet','Take the Rune Covered Tablet to Priestess Kyleen Il\'dinare at Odesyus\' Landing on Azuremyst Isle.$B','You cannot make out any of the symbols on the tablet. Perhaps the priestess would be able to decipher the mysterious runes.','','I can\'t read these runes but I know someone who can...','You\'ve found something?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23759,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9515,2,10,6,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9514,0,0,0,5,1000,510,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,24448,24447,0,0,0,0,1,1,0,0,0,0,69,930,0,0,0,7,5,0,0,0,0,0,0,0,0,0,0,0,0,'Warlord Sriss\'tiz','Priestess Kyleen Il\'dinare at Odesyus\' Landing on Azuremyst Isle wants you to kill 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.','','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!','Return to Priestess Kyleen Il\'dinare at Odesyus\' Landing in Azuremyst Isle.',17298,0,0,0,1,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,1,0,0,0,0,0,0,0,0,12340), (9516,2,30,27,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1500,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroy the Legion','Slay 6 Mannoroc Lashers, 6 Felguards and 6 Searing Infernals, and then return to Vindicator Vedaar at Forest Song in Ashenvale.','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!','','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?','Return to Vindicator Vedaar at Forest Song in Ashenvale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9517,2,28,24,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,1380,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Shameful Waste','Bring 15 pieces of Warsong Lumber and 5 Satyrnaar Fel Wood to Gnarl at Forest Song.','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.','','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.','Return to Gnarl at Forest Song in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23776,24081,0,0,0,0,15,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9518,2,28,24,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1380,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Agents of Destruction','Sentinel Luciel Starwhisper at Forest Song wants you to kill Overseer Gorthak, 2 Warsong Shredders, 5 Horde Deforesters, and 10 Horde Scouts.','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!','','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?','Return to Sentinel Luciel Starwhisper at Forest Song in Ashenvale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9519,2,27,23,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2200,1320,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Chalice','Bring the Chalice of Elune to Kayneth Stillwind at Forest Song.','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.','','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?','Return to Kayneth Stillwind at Forest Song in Ashenvale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23760,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9520,2,30,27,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9522,3,0,720,0,0,0,0,0,0,23780,1,0,0,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diabolical Plans','Deliver the Diabolical Plans to Vindicator Vedaar at Forest Song in Ashenvale.','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?','','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;?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23780,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9521,2,25,21,0,331,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,300,0,0,0,0,0,0,23778,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report from the Northern Front','Deliver Sentinel Luciel\'s report to Sentinel Farsong at Silverwing Grove.','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?',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23778,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9522,2,32,27,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9520,0,0,0,6,6500,2040,0,0,0,0,0,0,0,0,0,8,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,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Never Again!','Kill Gorgannon and Diathorus the Seeker, and then return to Vindicator Vedaar at Forest Song in Ashenvale.','$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.','','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!','Return to Vindicator Vedaar at Forest Song in Ashenvale.',17300,6072,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9523,2,8,6,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,225,420,0,0,0,0,0,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,47,930,0,0,0,5,4,0,0,0,0,0,0,0,0,0,0,0,0,'Precious and Fragile Things Need Special Handling','Archaeologist Adamant Ironheart at Odesyus\' Landing on Azuremyst Isle wants you to bring him 8 Ancient Relics.','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!','','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.','Return to Archaeologist Adamant Ironheart at Odesyus\' Landing in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23779,0,0,0,0,0,8,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9524,2,70,67,0,3535,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,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,946,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imprisoned in the Citadel','Rescue Captain Alina inside Hellfire Citadel before she is executed.$B$BThis quest must be completed in Heroic dungeon difficulty.','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.',NULL,'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.',NULL,'Return to Captain Alina at Gavin\'s Naze in Alterac Mountains.',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,1,'Captain Alina Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9525,2,70,67,0,3535,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,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,947,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imprisoned in the Citadel','Rescue Captain Boneshatter inside Hellfire Citadel before he is executed.$B$BThis quest must be completed in Heroic dungeon difficulty.','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...',NULL,'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.',NULL,'Return to Captain Boneshatter at Gavin\'s Naze in Alterac Mountains.',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,1,'Captain Boneshatter Rescued','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9526,2,30,27,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1500,0,0,0,0,0,0,23788,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming Felfire Hill','Plant 8 Tree Seedlings in the Fertile Dirt Mounds and then return to Gnarl at Forest Song in Ashenvale.','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.','','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?','Return to Gnarl at Forest Song in Ashenvale.',-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,'Tree Seedling Planted','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9527,2,10,6,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10428,0,0,0,5,0,510,0,0,0,0,0,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,69,930,0,0,0,5,4,0,0,0,0,0,0,0,0,0,0,0,0,'All That Remains','Cowlen on Azuremyst Isle wants you to recover the Remains of Cowlen\'s Family.','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.','','Thank you, $N. Their spirits will be at peace now.','My wife was named Thalrisa and my daughter, Magwin.','Return to Cowlen in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23789,0,0,0,0,0,1,0,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9528,2,10,6,0,3524,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,510,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,24113,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,930,0,0,0,5,4,0,0,0,0,0,0,0,0,0,0,0,0,'A Cry For Help','Escort Magwin through the island to her home.','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?','Magwin Escorted to Safety','$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 $Gbrother:sister; to me - from this day until the end of time...','Hail, $N.','Return to Cowlen at Silvermyst Isle in Azuremyst 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,1,0,0,0,0,0,0,0,0,12340), (9529,2,-1,10,0,-61,0,0,0,256,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9619,5,0,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Stone','Obtain a Voidstone from the Dead Scar.','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.',NULL,'As you gaze into the stone, your vision begins to swirl...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9530,2,9,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9506,0,0,9531,2,0,120,0,0,0,0,0,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,72,930,0,0,0,5,4,0,0,0,0,0,0,0,0,0,0,0,0,'I\'ve Got a Plant','Admiral Odesyus at Odesyus\' Landing on Azuremyst Isle wants you to bring him a Hollowed Out Tree and 5 Piles of Leaves.','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.','','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...','Return to Admiral Odesyus at Odesyus\' Landing in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23790,23791,0,0,0,0,1,5,0,0,0,0,3,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9531,2,9,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9530,0,0,9537,4,900,360,0,0,0,0,0,0,23792,1,0,128,0,0,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,7,5,0,0,0,0,0,0,0,0,0,0,0,0,'Tree\'s Company','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.','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.','','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.','That traitor is going to wish he never messed with Alliance Naval Command!','Return to Admiral Odesyus at Odesyus\' Landing in Azuremyst Isle.',17243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,23792,0,0,0,0,0,1,0,0,0,0,3,'The Traitor Uncovered','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9532,2,10,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,1859,9460,5,0,510,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Find Keltus Darkleaf','Locate 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.',NULL,'I hope you can see I am deep under cover... at least I was.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9533,2,25,22,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,600,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Helping Hand','Make your way to Forest Song and speak with Architect Nemos.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9534,2,30,27,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,2500,1500,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroy the Legion','Slay 6 Mannoroc Lashers, 6 Felguards and 6 Searing Infernals, and then return to Valusha at Splintertree Post in Ashenvale.','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!','','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!','Return to Valusha at Splintertree Post in Ashenvale.',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,'','','','',4,0,1000,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,12340), (9535,2,30,27,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9536,3,0,720,0,0,0,0,0,0,23798,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diabolical Plans','Deliver the Diabolical Plans to Valusha at Splintertree Post in Ashenvale.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23798,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9536,2,32,27,0,331,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9535,0,0,0,6,6500,2040,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Never Again!','Kill Gorgannon and Diathorus the Seeker.','$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.','','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!','Return to Valusha at Splintertree Post in Ashenvale.',17300,6072,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9537,2,9,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9531,0,0,9602,5,0,480,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Show Gnomercy','Admiral Odesyus at Odesyus\' Landing wants you to recover the Traitor\'s Communication from Engineer \"Spark\" Overgrind.','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...$B','','Incredible! This was all part of their master plan!$B$BThis information must reach the king and your own leaders. The implications are staggering.','Did you find the lying dog?','Return to Admiral Odesyus at Odesyus\' Landing in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23899,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9538,2,8,8,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9539,1,0,30,0,0,0,0,0,0,23818,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learning the Language','Read the Stillpine Furbolg Language Primer that Aurren gave you and interact with the Totem of Akida at Azure Watch.','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!','Stillpine Furbolg Language Primer Read','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.',NULL,'Return to Totem of Akida in Azuremyst 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,1,0,0,0,0,0,0,0,0,12340), (9539,2,10,8,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9538,0,0,9540,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Totem of Coo','Find the Totem of Coo using the clues provided to you.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9540,2,10,8,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9539,0,0,9541,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Totem of Tikti','Find the Totem of Tikti using the clues provided to you.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9541,2,10,8,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9540,0,0,9542,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Totem of Yor','Find the Totem of Yor using the clues provided to you.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9542,2,10,8,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9541,0,0,9544,1,0,60,0,0,0,0,0,0,0,0,30448,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,'Totem of Vark','Find the Totem of Vark using the clues provided to you.','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.','','As you read the totem, your mouth forms the word V-A-R-K. You understand this to mean justice.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9543,2,63,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9424,0,0,9430,1,0,660,0,0,0,0,0,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,930,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Atonement','Speak to Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula.','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.',NULL,'Can I offer you any assistance, $N? You sound troubled.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9544,2,10,8,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9542,0,0,0,7,0,780,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,27399,27403,27401,0,0,0,1,1,1,0,0,0,930,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prophecy of Akida','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.','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!$B','','[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.','Return to Arugoo of the Stillpine at Azure Watch in Azuremyst Isle.',17375,0,0,0,8,0,0,0,0,23801,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stillpine Captive Freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9545,2,63,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9430,0,0,0,6,0,7800,0,0,0,0,0,0,23645,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25508,25506,25507,0,0,0,1,1,1,0,0,0,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Seer\'s Relic','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.','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.','','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?','Return to Amaan the Wise at the Temple of Telhamat in Hellfire Peninsula.',17413,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,23645,0,0,0,0,0,1,0,0,0,0,1,'Vision Granted','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9546,2,8,7,0,3524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9559,5,0,420,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,24442,24443,24444,0,0,0,1,1,1,0,0,0,930,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fulfilling a Promise','Arugoo of the Stillpine has asked that you free 8 Stillpine Captives from cages found in Bristlelimb Village.','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.','',NULL,NULL,'Return to Arugoo of the Stillpine in Azuremyst Isle.',17375,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stillpine Captive Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9547,2,-1,30,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,0,0,9547,9552,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Air','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','$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.',NULL,'And finally we come to it, the last of the four great elements: air. Do you think yourself wise enough to continue, $N?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9548,2,17,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,900,780,0,0,0,0,0,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,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pilfered Equipment','Bring Clopper\'s Equipment back to Clopper Wizbang, who is hiding in a beached turtle shell.','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?',NULL,'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?','Return to Clopper Wizbang in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23830,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9549,2,17,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9548,0,0,0,5,900,780,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23837,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Artifacts of the Blacksilt','Bring 3 Crude Murloc Idols and 6 Crude Murloc Knives to Clopper Wizbang, who is hiding in a beached turtle shell.','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.','','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?','Return to Clopper Wizbang in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23834,23833,0,0,0,0,3,6,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9550,2,16,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9549,0,0,9557,5,0,720,0,0,0,0,0,0,23837,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Map to Where?','Locate the pavilion described by the map and search for what the map\'s maker was trying to record.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23837,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9551,2,-1,30,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,0,0,9547,9552,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Air','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','$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.',NULL,'And finally we come to it, the last of the four great elements: air. Do you think yourself wise enough to continue, $N?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9552,2,-1,30,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9553,5,0,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Air','Speak with Velaada at Wildwind Peak on Azuremyst Isle.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9553,2,-1,30,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,9552,0,0,9554,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Air','Speak with Susurrus at Wildwind Peak on Azuremyst Isle.','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.',NULL,'I have been awaiting your arrival, $C. You come seeking wisdom, and something else I sense.$B$BVery well, let us begin.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9554,2,-1,30,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,9553,0,0,0,6,0,165300,0,8385,0,0,0,0,23843,1,0,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call of Air','Return to Farseer Nobundo at the Exodar on Azuremyst Isle with the Whorl 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.','','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 ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9555,2,-1,10,0,-82,0,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,9461,0,0,0,2,0,33000,3599,2075,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,530,-3848.74,-11390.8,0,'Call of Fire','Speak with Farseer Nobundo at the Crystal Hall in the Exodar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9556,2,60,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,4350,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,'To The Victor...','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.','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.',NULL,NULL,NULL,'Return to Lordaeron Mage.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9557,2,16,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9550,0,0,0,5,0,720,0,0,0,0,0,0,23851,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deciphering the Book','Take the Ancient Journal to Anchorite Paetheus in Blood Watch.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23851,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9558,2,62,60,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9417,1,0,600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Longbeards','Look for Gremni Longbeard northwest of the Den of Haal\'esh, to the far west of Honor Hold in Hellfire Peninsula.','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.','','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!','',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,12340), (9559,2,10,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9544,0,0,0,2,0,120,0,0,0,0,0,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stillpine Hold','Speak with High Chief Stillpine at 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9560,2,10,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9559,9565,0,0,5,0,510,0,0,0,0,0,0,0,0,0,136,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,'Beasts of the Apocalypse!','Moordo at Stillpine Hold on Azuremyst Isle wants you to bring him 8 Ravager Hides. ','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.','','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.','Return to Moordo at Stillpine Hold in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23845,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9561,2,16,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9557,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,648,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nolkai\'s Words','Find the location described in Nolkai\'s journal and discover his long-buried possessions.','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.\'','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9562,2,10,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9559,0,0,0,5,350,510,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Murlocs... Why Here? Why Now?','Gurf at Stillpine Hold on Azuremyst Isle wants you to recover 5 sacks of Stillpine Grain.','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... ','','Mmmmm... Delicious grain... Parkat will be delighted!','A murloc kicked me in the behind and spit on me... in broad daylight!','Return to Gurf at Stillpine Hold in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23849,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9563,2,62,60,0,3483,0,0,0,0,1101,0,0,946,0,3000,0,0,0,0,0,0,0,0,9420,5,0,6000,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining Mirren\'s Trust','Mirren Longbeard wants you to bring him 1 Nethergarde Bitter. You must also attain Friendly reputation with Honor Hold to complete this quest.','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.','','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!','Return to Mirren Longbeard in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23848,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9564,2,11,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9562,0,0,0,5,0,540,0,0,0,0,0,0,23850,1,0,128,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,'Gurf\'s Dignity','Return Gurf\'s Dignity to Gurf at Stillpine Hold on Azuremyst Isle.','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.','','$B$BThis will have to do for now! Hopefully one of the shaman will be able to repair the damage.','Is that what I think it is?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23850,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9565,2,10,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9559,0,0,9566,4,0,390,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Search Stillpine Hold','Search Stillpine Hold for clues.','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.','','The blood crystal radiates a sickly aura that seeps into the water of the cave.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9566,2,10,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9565,0,0,0,4,0,390,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Blood Crystals','Speak with High Chief Stillpine at Stillpine Hold.','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.$B','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9567,2,14,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,600,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Know Thine Enemy','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.','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.','','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?','Return to Vindicator Aalesia at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23859,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9568,2,15,13,0,3525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9569,5,700,660,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'On the Offensive','Vindicator Aalesia at Blood Watch wants you to kill 10 Nazzivus Satyr, 5 Nazzivus Rogues, and 5 Nazzivus Felsworn.','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!',NULL,NULL,NULL,'Return to Vindicator Aalesia at Blood Watch in Bloodmyst Isle.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (9569,2,18,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9567,0,0,0,5,1000,840,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,27402,27404,0,0,0,0,1,1,0,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Containing the Threat','Kill 5 Axxarien Shadowstalkers, 5 Axxarien Hellcallers, and Zevrax, then gather 5 Corrupted Crystals and return to Vindicator Aalesia in Blood Watch.','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!','','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?','Return to Vindicator Aalesia at Blood Watch in Bloodmyst Isle.',17494,0,17340,17342,1,0,5,5,0,0,0,0,0,0,0,0,0,23863,0,0,0,0,0,5,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9570,2,12,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9565,0,0,9571,6,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Kurken is Lurkin\'','Kurz the Revelator at Stillpine Hold on Azuremyst Isle wants you to kill the Kurken and bring back the Kurken\'s Hide.','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.$B','','The Promised One has emerged victorious!$B$BThe prophecy is nearly complete. Now about that hide...','','Return to Kurz the Revelator at Stillpine Hold in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23860,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9571,2,10,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9570,0,0,0,1,0,60,0,0,0,0,0,0,23860,1,0,128,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,'The Kurken\'s Hide','Deliver the Kurken\'s Hide to Moordo at Stillpine Hold.','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.$B','','This is the strongest armor I\'ve ever made! Make good use of it, $N.','Hello, hero!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23860,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9572,2,62,59,0,3535,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10124,0,0,9608,8,54000,48300,0,0,0,0,0,0,0,0,0,136,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,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weaken the Ramparts','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.','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!','','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?','Return to Caza\'rez at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23881,23886,23901,0,0,0,1,1,1,0,0,0,0,'','','','',1,25,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9573,2,11,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9562,0,0,0,5,0,540,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'Chieftain Oomooroo','Stillpine the Younger at Stillpine Hold on Azuremyst Isle wants you to slay Chieftain Oomooroo and 9 Crazed Wildkin.$B','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.','','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?','Return to Stillpine the Younger at Stillpine Hold in Azuremyst Isle.',17448,17189,0,0,1,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,1,0,0,0,0,0,0,0,0,12340), (9574,2,14,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9629,0,0,0,5,600,600,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victims of Corruption','Bring 6 pieces of Crystallized Bark to Morae in Blood Watch.','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.','','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?','Return to Morae at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23869,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9575,2,62,59,0,3535,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10142,0,0,9607,8,54000,12000,0,0,0,0,0,0,0,0,0,136,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,946,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weaken the Ramparts','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.','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!','','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?!','Return to Gunny at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23881,23886,23901,0,0,0,1,1,1,0,0,0,0,'','','','',1,1,25,0,0,1000,1000,0,0,5,6,1,0,0,0,0,0,0,12340), (9576,2,12,9,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,540,0,0,0,0,0,0,23870,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cruelfin\'s Necklace','Bring the Red Crystal Pendant to Morae at Blood Watch.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23870,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9577,2,-1,1,0,0,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,1,0,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,0,0,0,0,0,0,0,0,0,'DAILY TEST QUEST (PVP)','Speak with in the .','Seek in . S/he wishes for you to aid them in a difficult task.','',NULL,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,12340), (9578,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9579,5,0,840,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Searching for Galaen','Search for Morae\'s husband 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.',NULL,'The corpse appears to be dressed in the manner of an Exodar technician, but the pendant described by Morae is absent.','Yes?',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,1,0,0,0,0,0,0,0,0,12340), (9579,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9578,0,0,0,5,1000,840,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Galaen\'s Fate','Bring Galaen\'s Amulet to Morae at Blood Watch.','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.','','$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?','Return to Morae at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23873,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9580,2,16,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,800,720,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bear Necessities','Bring 8 Elder Brown Bear Flanks to Tracker Lyceon in Blood Watch.','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?','','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?','Return to Tracker Lyceon at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24026,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340); INSERT INTO `quest_template` VALUES (9581,2,11,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9620,5,400,540,0,0,0,0,0,0,23875,1,0,128,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learning from the Crystals','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.','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.','','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?','Return to Harbinger Mikolaas at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23878,23875,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9582,2,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,1638,10350,5,0,510,0,8121,0,0,0,0,23925,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strength of One','Unlock the Ravager Cage and kill the Death Ravager, then return to Ruada at Azure Watch in Azuremyst.','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.',NULL,'$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? ','Return to Ruada at Azure Watch in Azuremyst Isle.',17556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,23925,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9583,2,70,1,0,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29434,0,0,0,2,0,0,0,23425,23424,23426,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Omar\'s Test Quest','Get Omar some cloth','An honorable person gives me cloth','',NULL,NULL,'Return to Omar the Test Dragon in Programmer Isle.',16089,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,12340), (9584,2,14,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9628,0,0,9585,5,600,600,0,0,0,0,0,0,23876,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Second Sample','Get an Altered Crystal Sample using the Crystal Mining Pick on the Altered Bloodmyst Crystal and bring it to Harbinger Mikolaas in Blood Watch.','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.','','$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?','Return to Harbinger Mikolaas at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23879,23876,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9585,2,18,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9584,0,0,0,5,1000,840,0,0,0,0,0,0,23877,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Final Sample','Get an Axxarian Crystal Sample using the Crystal Mining Pick on the Axxarien Crystal and bring it to Harbinger Mikolaas in Blood Watch.','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.','','$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?','Return to Harbinger Mikolaas in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23880,23877,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9586,2,5,5,0,-262,0,0,0,16,1101,0,0,0,0,0,0,0,0,0,0,0,0,5623,0,5,0,270,0,0,0,0,0,0,0,0,0,128,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,0,0,0,0,0,0,0,'Help Tavara','Guvan at Azure Watch wants you to find Tavara and heal her wounds.','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.',NULL,'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?','Return to Guvan at Azure Watch in Azuremyst Isle.',17551,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heal Tavara','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9587,2,62,59,0,3483,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,27000,12000,0,0,0,0,0,0,23891,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Tidings','Take the Ominous Letter to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','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!','','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;?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23891,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,6,1,1,1,0,0,0,0,12340), (9588,2,62,59,0,3483,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,27000,48300,0,0,0,0,0,0,23893,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Tidings','Take the Ominous Letter to Nazgrel at Thrallmar in Hellfire Peninsula.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23893,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9589,2,63,59,0,3535,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9587,0,0,0,8,58000,12600,0,0,0,0,0,0,0,0,0,136,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,946,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Blood is Life','Collect 10 Fel Orc Blood Vials and return them to Gunny at Honor Hold in Hellfire Peninsula.','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?','','Out-frikkin-standing! As of right now $T Civvy : Civvy; $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?','Return to Gunny at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23894,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,6,66,1,6,0,0,0,0,0,12340), (9590,2,63,59,0,3535,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9588,0,0,0,8,58000,75000,0,0,0,0,0,0,0,0,0,136,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,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Blood is Life','Collect 10 Fel Orc Blood Vials and return them to Centurion Caza\'rez at Thrallmar in Hellfire Peninsula.','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.',NULL,'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?','Return to Caza\'rez at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23894,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9591,2,-1,10,0,-261,0,0,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9592,5,0,132300,0,0,0,0,0,0,23896,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taming the Beast','Use the Taming Totem to befriend a Barbed Crawler and return to Huntress Kella Nightbow when you have succeeded.','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.','Tame a Barbed Crawler','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! ','Return to Huntress Kella Nightbow in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23896,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9592,2,-1,10,0,-261,0,0,0,4,1024,0,0,0,0,0,0,0,0,0,0,9591,0,0,9593,5,0,132300,0,0,0,0,0,0,23897,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taming the Beast','Use the Taming Totem to befriend a Greater Timberstrider and return to Huntress Kella Nightbow.','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.','Tame a Greater Timberstrider','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.','Return to Huntress Kella Nightbow in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23897,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9593,2,-1,10,0,-261,0,0,0,4,1024,0,0,0,0,0,0,0,0,0,0,9592,0,0,9675,5,0,132300,23356,1579,0,0,0,0,23898,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taming the Beast','Use the Taming Totem to befriend a Nightstalker and return to Huntress Kella Nightbow.','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.','Tame a Nightstalker','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...','Return to Huntress Kella Nightbow in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23898,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9594,2,14,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,600,600,0,0,0,0,0,0,23900,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signs of the Legion','Kill 8 Nazzivus Satyr and 8 Nazzivus Felsworn, then bring Tzerak\'s Armor Plate to Vindicator Aalesia in Blood Watch.','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. ','','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?','Return to Vindicator Aalesia at Blood Watch in Bloodmyst Isle.',0,17337,17339,0,0,8,8,0,0,0,0,0,0,0,0,0,23900,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9595,2,11,10,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,5,0,540,0,0,0,0,0,0,0,0,0,136,2,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,'Control','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.','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.',NULL,'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?','Return to Bati at the Vault of Lights in the Exodar.',17612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9596,2,10,10,0,-161,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,350,510,0,0,0,0,0,0,0,0,0,136,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,'Control','Log description.','Do something else,$c!','',NULL,NULL,'Return to Jonathan LeCraft in Designer Island.',14885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9597,2,12,12,0,-141,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Log description.','Hey little man,do something worthy and talk to Jonathan LeCraft.','',NULL,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,12340), (9598,2,-1,12,0,-141,0,0,0,2,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9600,3,0,66300,0,0,0,0,0,0,23926,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption','Study the Tome of Divinity and speak with Jol.','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.',NULL,'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',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23926,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9599,2,12,12,0,-141,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,9600,0,0,9600,5,0,540,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Speak with Jol in the Exodar.','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.','','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!','',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,12340), (9600,2,-1,12,0,-141,0,0,0,2,1024,0,0,0,0,0,0,0,0,0,0,9598,0,0,0,5,0,132300,7328,7329,0,0,0,0,6866,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption','Jol wants you to resurrect a Young Furbolg Shaman with the Symbol of Life and return to her.','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.$B',NULL,'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.','Return to Jol at the Vault of Lights in the Exodar.',17542,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Young Furbolg Shaman Resurrected','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9601,2,52,50,0,-141,0,0,0,2,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10590,1,0,450,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'To The Bulwark','Speak with Mehlar Dawnblade at 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.','','Ahh... it seems it is time.$B$B',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9602,2,9,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9537,0,0,0,2,0,120,0,0,0,0,0,0,23899,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliver Them From Evil...','Deliver the Traitor\'s Communication to Exarch Menelaous at Azure Watch.','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.','','$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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23899,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9603,2,10,10,0,3525,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9604,3,0,240,0,0,0,0,0,0,23902,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beds, Bandages, and Beyond','Take Topher\'s List to Laando, the Hippogryph Master at Blood Watch.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23902,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9604,2,10,10,0,3525,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,9603,0,0,9605,3,0,240,0,0,0,0,0,0,23902,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'On the Wings of a Hippogryph','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.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23902,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9605,2,10,10,0,3525,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,9604,0,0,9606,3,0,240,0,0,0,0,0,0,23903,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hippogryph Master Stephanos','Find Stephanos outside the Exodar and purchase a hippogryph ride back to Blood Watch.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23903,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9606,2,10,10,0,3525,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,9605,0,0,0,5,700,510,0,0,0,0,0,0,23903,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Topher Loaal','Speak with Stephanos to purchase a hippogryph ride back to Blood Watch. Once you have arrived, deliver Nurguni\'s Supplies to Caregiver 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.',NULL,'$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? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23903,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9607,2,63,59,0,3535,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9575,0,0,0,8,58000,12600,0,0,0,0,0,0,0,0,0,140,2,0,0,0,0,0,0,0,0,0,0,0,0,25714,25713,25712,0,0,0,1,1,1,0,0,0,946,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heart of Rage','Fully investigate the Blood Furnace and then report to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','$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','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?','Return to Force Commander Danath Trollbane at Honor Hold 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,'','','','',4,0,1000,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,12340), (9608,2,63,59,0,3535,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9572,0,0,0,8,58000,75000,0,0,0,0,0,0,0,0,0,140,2,0,0,0,0,0,0,0,0,0,0,0,0,25714,25713,25712,0,0,0,1,1,1,0,0,0,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heart of Rage','Fully investigate the Blood Furnace and then report to Nazgrel at Thrallmar in Hellfire Peninsula.','$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','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?','Return to Nazgrel 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,1,0,0,0,0,0,0,0,0,12340), (9609,2,37,30,0,8,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1396,2,0,540,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help Watcher Biggs','Find Watcher Biggs in the Swamp of Sorrows.','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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9610,2,43,38,0,8,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,12000,3750,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,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pool of Tears','Obtain 5 Atal\'ai Artifacts and return them to Holaaru at the Harborage in the Swamp of Sorrows.','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!','','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.','Return to Holaaru in Swamp of Sorrows.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6175,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9611,2,8,5,0,3524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1152,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Azuremyst: aa - A - Quest Flag 000','','','',NULL,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,12340), (9612,2,8,5,0,3524,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,450,330,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hearty Thanks!','Speak with Exarch Menelaous at Azure Watch.','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!',NULL,'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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9613,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,9000,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,23904,1,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Keanna\'s Will','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.','$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!','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23904,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,0,0,0,12340), (9614,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23905,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Reforge a Short Blade','Bring 40 Khorium Bars,1 Void Crystal and 8 Primal Fires to Koren inside Karazhan.','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.','',NULL,NULL,'Return to Koren in Karazhan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23449,22450,21884,0,0,0,40,1,8,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9615,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23647,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Reforge a Long Blade','Bring 40 Khorium Bars,1 Void Crystal and 8 Primal Fires to Koren inside Karazhan.','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.','',NULL,NULL,'Return to Koren in Karazhan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23449,22450,21884,0,0,0,40,1,8,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9616,2,7,5,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,390,0,0,0,0,0,0,23910,1,0,128,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bandits!','Take the Blood Elf Communication to Exarch Menelaous at Azure Watch.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23910,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9617,2,-1,10,0,-261,0,0,0,4,512,0,0,0,0,0,0,0,0,0,0,0,0,9617,9484,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Seek the Farstriders','Speak with Lieutenant Dawnrunner at Farstrider Retreat.','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.',NULL,'$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?',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,1,0,0,0,0,0,0,0,0,12340), (9618,2,10,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,9460,0,0,0,5,0,510,0,0,0,0,0,0,23919,1,0,128,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,0,0,0,0,0,0,0,'Return the Reports','Bring Keltus Darkleaf\'s Reports to Zelanis in Silvermoon City.','Your sleight of hand was most impressive. There\'s no question that I can trust you to take these reports to Zelanis.',NULL,'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? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23919,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9619,2,-1,10,0,-61,0,0,0,256,512,0,0,0,0,0,0,0,0,0,0,9529,0,0,0,5,0,132300,697,11520,0,0,0,0,23732,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rune of Summoning','Use the Voidstone to summon a Voidwalker in Goldenmist Village, defeat it, and return to Talionia in Silvermoon City.','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.',NULL,'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?','Return to Talionia at the Sanctum in Silvermoon City.',5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,23732,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9620,2,14,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9581,0,0,9628,5,0,600,0,0,0,0,0,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,930,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Survey Team','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.','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.','','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?',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,1,0,0,0,0,0,0,0,0,12340), (9621,2,21,15,0,1497,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9328,0,0,9626,3,0,510,0,0,0,0,0,0,23929,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Envoy to the Horde','Bring the Letter from Lor\'themar Theron to Lady Sylvanas Windrunner in Undercity, the Forsaken capital in Tirisfal Glades.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23929,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9622,2,11,7,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9570,0,0,0,4,0,390,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warn Your People','Speak with Exarch Menelaous at Azure Watch.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9623,2,11,10,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9625,1,0,60,0,0,0,0,0,0,23928,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coming of Age','Exarch Menelaous at Azure Watch has asked that you deliver the Exarch\'s Orders to Torallius the Pack Handler, standing outside of the Exodar.','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.','','$B$BAlright, let me have a look at those orders.','$B$BThis is the best we can offer the Hand of Argus?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23928,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9624,2,12,9,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,500,540,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24072,0,0,0,20,0,0,0,26018,26004,26031,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Favorite Treat','Aonar at Kessel\'s Crossing wants you to bring him 10 Sand Pears.','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!','','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?','Return to Aonar at Beryl Coast in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23927,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9625,2,11,10,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9623,0,0,0,2,100,120,0,0,0,0,0,0,0,0,0,136,2,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elekks Are Serious Business','Speak with Vorkhan the Elekk Herder on Bloodmyst Isle.','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.','','Well ya made it this far! Let\'s put ya to work before you get too bloodied up.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9626,2,21,15,0,1637,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9621,0,0,9627,5,0,1020,0,0,0,0,0,0,23930,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meeting the Warchief','Lady Sylvanas Windrunner wants you to take the Letter Sealed by Sylvanas to Thrall in Orgrimmar, capital of Durotar.','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.',NULL,'$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. ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23930,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9627,2,21,15,0,3487,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,9626,0,0,0,7,0,1500,0,0,0,0,0,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,911,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Allegiance to the Horde','Return to Silvermoon City and report back to Lor\'themar Theron.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9628,2,14,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9620,0,0,9584,5,600,600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,26016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Salvaging the Data','Obtain the Survey Data Crystal from the Wrathscale near the dead cartographers and return it to Harbinger Mikolaas at Blood Watch.','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.','','$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?','Return to Harbinger Mikolaas at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23932,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9629,2,13,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9574,5,600,540,0,0,0,0,0,0,23995,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,26034,26022,26008,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Catch and Release','Morae at Blood Watch wants you to \'mark\' 6 Blacksilt Scouts using the Murloc Tagger. ','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.','','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?','Return to Morae at Blood Watch in Bloodmyst Isle.',17654,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,23995,0,0,0,0,0,1,0,0,0,0,0,'Blacksilt Scouts Tagged','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9630,2,70,70,0,2562,62,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,0,0,0,9638,0,0,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Medivh\'s Journal','Archmage Alturus at Deadwind Pass wants you to go into Karazhan and speak to Wravien.','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.','','A vast wealth of information... I could spend years here! I\'m sure Dalaran will understand...','',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,12340), (9631,2,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9680,0,0,9637,3,0,3750,0,0,0,0,0,0,24152,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Colleague\'s Aid','Take the Charred Bone Fragment to Kalynna Lathred at Area 52 in Netherstorm.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24152,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9632,2,15,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9633,4,0,480,0,0,0,0,0,0,23937,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Newfound Allies','Take the Letter of Introduction to Huntress Kella Nightbow in Azuremyst Isle.','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.',NULL,'I can help you get to Auberdine. Fortunately, it\'s only a short boat trip away! ','Greetings, $c. What have you there? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23937,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9633,2,15,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9632,0,0,0,5,0,660,0,0,0,0,0,0,23937,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Way to Auberdine','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.','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. ','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23937,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9634,2,11,8,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9625,0,0,0,5,400,540,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,26051,26053,26049,27389,0,0,1,1,1,1,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alien Predators','Kill 10 Bloodmyst Hatchlings then return to Vorkhan the Elekk Herder at Kessel\'s Crossing on Bloodmyst Isle.','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.','','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?','Return to Vorkhan the Elekk Herder at Beryl Coast in Bloodmyst Isle.',17525,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9635,2,60,58,0,-201,0,0,0,0,0,202,300,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'The Zapthrottle Mote Extractor!','Bring 15 Steam Pump Parts to Mack Diver at Zabra\'jin in Zangarmarsh.','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.','','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.','Return to Mack Diver at Zabra\'jin in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23981,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9636,2,60,58,0,-201,0,0,0,0,1101,202,300,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5700,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'The Zapthrottle Mote Extractor!','Bring 15 Steam Pump Parts to K. Lee Smallfry at Telredor in Zangarmarsh.','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?','','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!','Return to K. Lee Smallfry at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23981,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9637,2,70,70,0,2562,85,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9631,0,0,9644,5,0,7500,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kalynna\'s Request','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.','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.',NULL,'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?','Return to Kalynna Lathred in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25461,25462,0,0,0,0,1,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9638,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9630,0,0,9639,1,0,780,0,0,0,0,0,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,967,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Good Hands','Speak to Gradav at the Guardian\'s Library in Karazhan.','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!','','Can\'t you see I\'m in the middle of something here? What do you want?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9639,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9638,0,0,9640,1,0,780,0,0,0,0,0,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,967,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kamsis','Speak to Kamsis at the Guardian\'s Library in Karazhan.','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!','','The journal you speak of... I was sent here to look for it wasn\'t I?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9640,2,70,70,0,2562,62,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9639,0,0,9645,5,0,7500,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shade of Aran','Obtain Medivh\'s Journal and return to Kamsis at the Guardian\'s Library in Karazhan.','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?',NULL,'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?','Return to Kamsis in Karazhan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23933,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9641,2,15,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Irradiated Crystal Shards','Vindicator Boros at Blood Watch wants you to bring him 10 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.','','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?','Return to Vindicator Boros at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23984,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9642,0,15,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9641,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,'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.','Return to Vindicator Boros in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23984,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9643,2,15,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Constrictor Vines','Tracker Lyceon at Blood Watch wants you to bring him 6 Thorny 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.','','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?','Return to Tracker Lyceon at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23994,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9644,2,70,70,0,2562,62,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9637,0,0,0,5,0,7500,0,0,0,0,0,0,0,0,0,192,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,967,0,0,0,0,8,0,0,0,0,300000,0,0,0,0,0,0,0,0,'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.','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!',NULL,'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?','Return to Archmage Alturus in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24139,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9645,2,70,70,0,2562,62,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9640,0,0,9680,5,0,7500,0,0,0,0,0,0,23934,1,0,194,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Master\'s Terrace','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.','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.','Journal Entry Read','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23934,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9646,2,17,9,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,780,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Deathclaw','Bring Deathclaw\'s Paw to Harbinger Mikolaas in Blood Watch.','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.','','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?','Return to Harbinger Mikolaas in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24025,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9647,2,16,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9643,0,0,0,5,800,720,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,26013,26026,26038,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Flutterers','Tracker Lyceon at Blood Watch wants you to kill 10 Royal Blue 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.','','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?','Return to Tracker Lyceon at Blood Watch in Bloodmyst Isle.',17350,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9648,2,14,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1300,600,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mac\'Aree Mushroom Menagerie','Jessera of Mac\'Aree at Blood Watch wants 1 Aquatic Stinkhorn, 1 Blood Mushroom, 1 Ruinous Polyspore, and 1 Fel Cone Fungus.','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.','','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.','Return to Jessera of Mac\'Aree at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24041,24040,24042,24043,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9649,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9648,0,0,0,5,3000,840,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ysera\'s Tears','Jessera of Mac\'Aree at Blood Watch wants 2 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.$B','','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?','Return to Jessera of Mac\'Aree at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24049,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9650,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,136,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,967,0,0,0,0,5,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.','',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9651,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23649,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,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.','',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9652,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23916,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23905,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,0,0,0,12340), (9653,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,23648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23647,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,0,0,0,12340), (9654,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: A Well Rounded Defense','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23916,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9655,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23914,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Healing Amplification','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23911,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9656,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23650,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Lethality First','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23916,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9657,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Offensive Channeling','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23911,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9658,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23652,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Offensive Channeling','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23649,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9659,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23653,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Healing Amplification','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23649,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9660,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23918,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Lethality First','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23648,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9661,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,75900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,23651,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: A Well Rounded Defense','The Facet of Keanna stored inside Keanna\'s Will wants you to gather 20 Arcane Residues from the Arcane Anomalies in Karazhan.','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.','',NULL,NULL,'Return to Facet of Keanna.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24068,23648,0,0,0,0,20,1,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9662,2,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,114000,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,967,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprecated: Keanna\'s Freedom','Defeat Malchezar in Karazhan while equipped with Keanna\'s Will. Facet of Keanna must survive.','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!','',NULL,NULL,'Return to Facet of Keanna.',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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9663,2,12,10,0,3525,0,0,900,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9666,5,0,540,0,0,0,0,0,0,0,0,31973,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Kessel Run','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.)','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.','','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!','Return to Kessel in Bloodmyst Isle.',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,'High Chief Stillpine Warned','Exarch Menelaous Warned','Admiral Odesyus Warned','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9664,2,60,55,0,139,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Establishing New Outposts','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.','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.','','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.','Return to Emissary Whitebeard at Light\'s Hope Chapel in Eastern Plaguelands.',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,'Capture Crown Guard Tower','Capture Eastwall Tower','Capture Northpass Tower','Capture Plaguewood Tower',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9665,2,60,55,0,139,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bolstering Our Defenses','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.','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.','','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.','Return to Emissary Gormok at Light\'s Hope Chapel in Eastern Plaguelands.',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,'Capture Crown Guard Tower','Capture Eastwall Tower','Capture Northpass Tower','Capture Plaguewood Tower',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9666,2,13,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9663,0,0,9668,5,600,540,0,0,0,0,0,0,24084,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,26012,26027,26039,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Declaration of Power','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.','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!','Declaration of Power','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?','Return to Kessel at Kessel\'s Crossing in Bloodmyst Isle.',17701,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9667,2,13,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9538,0,0,0,6,0,720,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,24342,24343,0,0,0,0,1,1,0,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saving Princess Stillpine','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.','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!','','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...','Return to Stillpine Ambassador Frasaboo at Blood Watch in Bloodmyst Isle.',17682,0,0,0,1,0,0,0,0,24099,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Princess Stillpine Saved','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9668,2,13,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9666,0,0,0,1,0,60,0,0,0,0,0,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,930,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Exarch Admetius','Speak with Exarch Admetius at Blood Watch.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9669,2,19,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3000,900,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Expedition','Kill 8 Myst Spinners, 8 Myst Leechers and their leader, Zarakh. Return to Achelus at Blood Watch when the task is complete.','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.','','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... ','Return to Achelus at Blood Watch in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9670,2,19,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,26017,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'They\'re Alive! Maybe...','Researcher Cornelius has asked that you free 5 Expedition Researchers.','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!$B','','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?','Return to Researcher Cornelius at Amberweb Pass in Bloodmyst Isle.',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,'Expedition Researcher Freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9671,0,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9602,0,0,0,0,0,0,0,0,0,0,180,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,0,0,0,0,0,0,0,0,0,'Urgent Delivery','','',NULL,'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',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9672,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9671,9674,9672,9674,2,0,210,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodcurse Legacy','Admiral Odesyus has asked that you find and speak with Captain Edward Hanes.','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$B','','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?',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,1,0,0,0,0,0,0,0,0,12340), (9673,2,-1,10,0,-261,0,0,0,4,512,0,0,0,0,0,0,0,0,0,0,9485,0,0,0,3,0,2520,23357,5300,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beast Training','Speak with Halthenis in Silvermoon City.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9674,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9682,5,0,840,0,0,0,0,0,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodcursed Naga','Captain Edward Hanes on Wyrmscar Island wants you to kill 10 Bloodcursed Naga.$B','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.',NULL,'A good start, but there\'s much more to be done!','They\'re nasty creatures...','Return to Captain Edward Hanes at Wyrmscar Island in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9675,2,-1,10,0,-261,0,0,0,4,1024,0,0,0,0,0,0,0,0,0,0,9593,0,0,0,3,0,66300,23357,5300,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beast Training','Speak with Ganaar at the Traders Tier of the Exodar.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9676,2,1,1,0,-141,0,0,0,2,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,30,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Paladin Training','Speak with Jesthenis Sunstriker - the Paladin class trainer - inside the Sunspire on Sunstrider Isle.','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.','','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.$BIn 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.$BYou 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.',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,1,0,0,0,0,0,0,0,0,12340), (9677,2,-1,12,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9678,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Summons from Knight-Lord Bloodvalor','Speak with Knight-Lord Bloodvalor in Farstriders\' Square in Silvermoon City.','$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.',NULL,'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?',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,1,0,0,0,0,0,0,0,0,12340), (9678,2,-1,12,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9681,5,0,132300,0,0,0,0,0,0,0,0,0,136,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The First Trial','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.','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.',NULL,'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.','Return to Knight-Lord Bloodvalor in Eversong Woods.',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,'Undergo the First Trial','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9679,2,-1,12,0,-141,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9679,5,0,1020,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Knight-Lord Bloodvalor','Report to Knight-Lord Bloodvalor in Silvermoon City.','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.','',NULL,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,12340), (9680,2,70,70,0,41,0,0,0,0,0,0,0,0,0,0,0,967,0,9000,0,9645,0,0,9631,5,0,7500,0,0,0,0,0,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Digging Up the Past','Archmage Alturus wants you to go to the mountains south of Karazhan in Deadwind Pass and retrieve a Charred Bone Fragment.','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.',NULL,'Excellent! Though small in size, this fragment is teeming with energy, I can feel it!','Have you retrieved the bone fragment I require, $N?','Return to Archmage Alturus in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24152,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9681,2,-1,12,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9678,0,0,9684,3,0,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Study in Power','Speak with Magister Astalor Bloodsworn in the hidden chamber beneath Blood Knight headquarters.','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.','','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?',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,1,0,0,0,0,0,0,0,0,12340), (9682,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9674,0,0,9683,5,0,840,0,0,0,0,0,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hopeless Ones...','Captain Edward Hanes on Wyrmscar Island wants you to recover 4 Bloodcursed Souls.','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.','','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.','Return to Captain Edward Hanes at Wyrmscar Island in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24153,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9683,2,19,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9682,0,0,0,5,0,900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24334,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ending the Bloodcurse','Captain Edward Hanes on Wyrmscar Island wants you to destroy the Statue of Queen Azshara and kill Atoph the Bloodcursed.','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!','','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!','Return to Captain Edward Hanes at Wyrmscar Island in Bloodmyst Isle.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9684,2,-1,12,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9681,0,0,9685,3,0,66300,0,0,0,0,0,0,24157,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Claiming the Light','Use the Shimmering Vessel on the Blood Elf Magisters to fill it and return to Knight-Lord Bloodvalor in Silvermoon City.','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.','','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?','Return to Knight-Lord Bloodvalor in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24156,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9685,2,-1,12,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9684,0,0,0,6,0,165300,7328,7329,0,0,0,0,24184,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redeeming the Dead','Take the Filled Shimmering Vessel to Silvermoon City\'s inn and use its magic to resurrect Sangrias Stillblade.','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.',NULL,'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.',NULL,'Return to Knight-Lord Bloodvalor in Eversong Woods.',17768,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Resurrect Sangrias Stillblade','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9686,2,-1,20,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9690,0,0,9691,5,0,132300,0,0,0,0,0,0,0,0,0,139,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Second Trial','Complete the Second Trial by defeating Champion Bloodwrath, Champion Lightrend, Champion Swiftblade, and Champion Sunstriker in the pavilion near Master Kelerun Bloodmourn.','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','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.','Return to Master Kelerun Bloodmourn at Ruins of Silvermoon 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,1,0,0,0,0,0,0,0,0,12340), (9687,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,840,0,0,0,0,0,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restoring Sanctity','Prince Toreth on Wyrmscar Island wants you to recover 8 Dragon Bones.','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.','','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.','Return to Prince Toreth at Wyrmscar Island in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24185,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9688,2,19,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9687,0,0,0,5,0,900,0,0,0,0,0,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,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Dream','Prince Toreth at Wyrmscar Island has asked that you slay 5 Viridian Whelps and 5 Viridian Broodlings.','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!','','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.','Return to Prince Toreth at Wyrmscar Island in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9689,2,21,19,0,3525,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,9688,0,0,0,5,0,1020,0,0,0,0,0,0,24221,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,24346,24348,24347,0,0,0,1,1,1,0,0,0,69,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Razormaw','Prince Toreth at Wyrmscar Island has asked that you slay 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.','','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.','Return to Prince Toreth at Wyrmscar Island in Bloodmyst Isle.',17592,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9690,2,-1,20,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9686,2,0,33000,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Second Trial','Report to Master Kelerun Bloodmourn.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9691,2,-1,20,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9686,0,0,9692,3,0,66300,5502,5503,0,0,0,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,0,0,0,0,0,0,0,0,0,'Return to Silvermoon','Return to Knight-Lord Bloodvalor in Silvermoon City.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9692,2,23,20,0,-141,81,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9691,0,0,9707,7,0,1680,0,0,0,0,0,0,24223,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of the Adept','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.','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.',NULL,'Excellent, $N. It\'s all here. All that remains is to forge the weapon.','Have you done all that was asked of you?','Return to Knight-Lord Bloodvalor in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6995,24224,24225,24226,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9693,2,15,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9694,1,0,60,0,0,0,0,0,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,930,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Argus Means to Me','Exarch Admetius at Blood Watch has told you to speak with Vindicator Boros.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9694,2,15,10,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9693,0,0,0,5,0,660,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,26050,26054,27640,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Watch','Vindicator Boros at Blood Watch wants you to slay 10 Sunhawk Spies.','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.','','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.','Return to Vindicator Boros at Blood Watch in Bloodmyst Isle.',17604,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9695,2,16,14,0,3525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9696,4,0,5250,0,0,0,0,0,0,24228,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sun King\'s Command','Take the Sun King\'s Command to Vindicator Boros at Blood Watch.\r\n','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.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9696,2,16,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9779,0,0,9698,1,0,60,0,0,0,0,0,0,24399,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Translations...','Take the Sunhawk Missive to Interrogator Elysia at Blood Watch.','Our chief interrogator, Elysia, is fluent in Thalassian. Take the document to her and see what she has to say.','','$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. ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24399,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9697,2,63,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9701,3,0,3150,0,0,0,0,0,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,942,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Watcher Leesa\'oh','Speak with Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','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.','','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,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,'','','','',4,0,1000,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9698,2,16,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9696,0,0,9699,5,0,720,0,0,0,0,0,0,24323,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Audience with the Prophet','Take the Translated Sunhawk Missive to Prophet Velen at the Exodar.','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!$B','','$B$BInteresting... This does indeed explain much.','$B$BGreetings, $N. I have been expecting you.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24323,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9699,2,16,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9698,0,0,9700,2,0,180,0,0,0,0,0,0,24230,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Truth or Fiction','Take Velen\'s Orders to Vindicator Boros at Blood Watch.','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.','','It\'s a good plan, but a dangerous one. I\'m sure you\'ll be fine.','Well?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24230,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9700,2,16,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9699,0,0,0,5,0,720,0,0,0,0,0,0,0,0,0,140,2,0,0,0,0,0,0,0,0,0,0,0,0,26010,26024,26036,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I Shoot Magic Into the Darkness','Vindicator Boros at Blood Watch wants you to locate the Sun Portal Site and slay 5 Void Anomalies.','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.$B','Sun Portal Site Confirmed','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.','Return to Vindicator Boros at Blood Watch in Bloodmyst Isle.',17550,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9701,2,63,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9697,0,0,9702,5,29000,6300,0,0,0,0,0,0,0,0,0,140,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Observing the Sporelings','Investigate the Spawning Glen in Zangarmarsh, and then report back to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh with your findings.','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','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.','Return to Watcher Leesa\'oh at Cenarion Watchpost 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,0,'','','','',4,0,1000,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9702,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9701,0,0,9708,5,31000,6600,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Question of Gluttony','Collect 10 pieces of Discarded Nutriment and then return to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','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.','','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?','Return to Watcher Leesa\'oh at Cenarion Watchpost in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24233,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,5,6,1,0,0,0,0,0,0,12340), (9703,2,17,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9700,0,0,0,5,0,780,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cryo-Core','Vindicator Kuros at Blood Watch wants you to recover 12 boxes of Medical Supplies.','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.$B','','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?','Return to Vindicator Kuros at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24236,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (9704,2,5,4,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8347,0,0,9705,2,0,60,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slain by the Wretched','Go south into the ruins of Silvermoon and look for the Slain Outrunner in Dawning Lane.','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.','','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.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9705,2,5,4,0,3431,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9704,0,0,0,3,50,120,0,0,0,0,0,0,20804,1,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Package Recovery','Return to Outrunner Alarion with Erona\'s Package.','You take the package and confirm that indeed it comes from Magistrix Erona. Alarion would probably want you to bring it to her.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20804,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9706,2,18,15,0,3525,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9578,0,0,0,4,0,600,0,0,0,0,0,0,24237,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Galaen\'s Journal - The Fate of Vindicator Saruan','Take Galaen\'s Journal to Vindicator Kuros at Blood Watch.$B','Your hands tremble as you pick up the book. Kuros must be told about this tragedy. Return the book to him.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24237,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (9707,2,23,20,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9692,0,0,9710,3,0,540,0,0,0,0,0,0,24239,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forging the Weapon','Take the Crate of Materials to Bemarrin in Silvermoon City.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24239,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9708,2,63,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9702,0,0,9709,5,29000,6300,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Familiar Fungi','Collect 15 Mushroom Samples and return them to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','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?','','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?','Return to Watcher Leesa\'oh at Cenarion Watchpost in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24238,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (9709,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9708,0,0,0,6,62000,8100,0,0,0,0,0,0,0,0,0,136,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,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Back the Mushrooms','Collect 10 Boxes of Mushrooms and return them to Watcher Leesa\'oh at the Cenarion Watchpost in Zangarmarsh.','$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.','','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?','Return to Watcher Leesa\'oh at Cenarion Watchpost in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24240,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9710,2,23,20,0,-141,0,0,0,2,512,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,136,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,0,0,'The Blood-Tempered Ranseur','Wait while Bemarrin forges your weapon.','I\'ve got everything prepared, $N. Very soon you will have a weapon befitting your new status.',NULL,'Here it is, $N. Use it well in the service of Silvermoon and your order.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9711,2,18,15,0,3525,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,9706,0,0,0,5,0,840,0,0,0,0,0,0,24278,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,26007,26021,26033,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Matis the Cruel','Vindicator Kuros at Blood Watch wants you to capture 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.','Matis the Cruel Captured','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?','Return to Vindicator Kuros at Blood Watch in Bloodmyst 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,1,0,0,0,0,0,0,0,0,12340), (9712,2,-1,40,0,-141,0,0,0,2,512,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,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,'The Thalassian Warhorse','Talk to Knight-Lord Bloodvalor to learn how to summon your 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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (9713,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glowcap Harvesting Enabling Flag','','',NULL,NULL,NULL,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,12340), (9714,0,65,63,0,3716,81,0,0,0,0,0,0,0,0,0,0,970,0,3000,0,9715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,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.','Return to Gzhun\'tt at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24246,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9715,2,65,63,0,3716,81,0,0,0,0,0,0,0,0,0,0,970,0,3000,0,0,0,0,0,8,0,132000,0,0,0,0,0,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,970,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Me A Shrubbery!','Collect 5 Sanguine Hibiscus and return them to Gzhun\'tt at Sporeggar in Zangarmarsh.','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.','','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?','Return to Gzhun\'tt at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24246,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (9716,2,63,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9718,5,29000,37500,0,0,0,0,0,0,0,0,0,140,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disturbance at Umbrafen Lake','Investigate the cause of the water depletion at Umbrafen Lake. Then return to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','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.','Umbrafen Lake Investigated','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?','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,0,'','','','',0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,12340), (9717,2,65,63,0,3716,81,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,8,0,132000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,28111,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oh, It\'s On!','Gather an Underspore Frond and return it to T\'shu at Sporeggar in Zangarmarsh.','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.','','$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.','Return to T\'shu at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24247,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9718,2,63,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9716,0,0,9720,4,0,4650,0,0,0,0,0,0,25465,1,0,130,2,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'As the Crow Flies','Ysiel Windsinger wants you to use the Stormcrow Amulet to explore the major lakes in Zangarmarsh.','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.','Lakes of Zangarmarsh Explored','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.','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,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,12340), (9719,2,65,63,0,3716,81,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,8,0,132000,0,0,0,0,0,0,0,0,0,136,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,970,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stalk the Stalker','Bring the Brain of the Black Stalker to Khn\'nix at Sporeggar in Zangarmarsh.','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.','','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?','Return to Khn\'nix at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24248,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,6,4,1,1,0,0,0,0,0,12340), (9720,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9718,0,0,0,6,31000,8100,0,0,0,0,0,0,24355,1,0,128,32,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Balance Must Be Preserved','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.','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.','','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?','Return to Ysiel Windsinger at Cenarion Refuge in Zangarmarsh.',17998,18002,18000,17999,1,1,1,1,0,0,0,0,0,0,0,0,24355,0,0,0,0,0,1,0,0,0,0,0,0,'Umbrafen Lake Controls Disabled','Marshlight Lake Controls Disabled','Serpent Lake Controls Disabled','Lagoon Controls Disabled',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9721,2,-1,60,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9722,1,0,13200,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Summons from Lord Solanar','Speak with Lord Solanar Bloodwrath in Silvermoon City.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9722,2,-1,60,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9721,0,0,9723,0,0,0,0,0,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Master\'s Path','Speak with Lord Solanar Bloodwrath again to accept his offer of sponsorship.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9723,2,-1,60,0,-141,81,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9722,0,0,9725,3,-1500000,66300,0,0,0,0,0,0,24277,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gesture of Commitment','Bring 40 Runecloth, 6 Arcanite Bars, 10 Sungrass, 5 Dark Runes, and 150 Gold to Lord Solanar Bloodwrath in Silvermoon City.','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.',NULL,'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?','Return to Lord Solanar Bloodwrath in Silvermoon City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,12360,8838,20520,0,0,40,6,10,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9724,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9731,0,0,9732,3,16000,3300,0,0,0,0,0,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,942,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warning the Cenarion Circle','Speak to Amythiel Mistwalker at Cenarion Post in Hellfire Peninsula.','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.',NULL,'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,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,'','','','',4,0,1000,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9725,2,-1,60,0,-141,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,9723,0,0,9735,6,0,165300,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Demonstration of Loyalty','Lord Solanar Bloodwrath in Silvermoon City wants you to destroy 3 Scourge Meat Wagons and kill 15 Scourge Siege Engineers.','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.',NULL,'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?','Return to Lord Solanar Bloodwrath in Silvermoon City.',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,'','Destroy Scourge Meat Wagons','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9726,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,0,0,0,0,9727,5,0,51600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,27749,27751,27750,27752,0,0,1,1,1,1,0,0,970,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Now That We\'re Friends...','Kill 12 Bloodscale Slavedrivers and 6 Bloodscale Enchantresses, and then return to Gzhun\'tt at Sporeggar in Zangarmarsh.','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.','','$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?','Return to Gzhun\'tt at Sporeggar in Zangarmarsh.',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,'','','','',4,0,1000,0,0,0,0,0,0,1,1,6,0,0,0,0,0,0,12340), (9727,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,0,9726,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Now That We\'re Still Friends...','Kill 12 Bloodscale Slavedrivers and 6 Bloodscale Enchantresses, and then return to Gzhun\'tt at Sporeggar in Zangarmarsh.','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.','','$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?','Return to Gzhun\'tt at Sporeggar in Zangarmarsh.',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,'','','','',4,0,1000,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9728,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9778,0,0,0,6,31000,64200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,28100,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warm Welcome','Warden Hamoot at the Cenarion Refuge wants you to bring him 30 Naga Claws.','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.','','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?','Return to Warden Hamoot at Cenarion Refuge in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24280,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,12340), (9729,2,65,63,0,3521,1,3,0,0,0,0,0,0,0,0,0,970,0,42000,0,0,0,0,0,6,0,8400,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,25537,25538,25536,0,0,0,1,1,1,0,0,0,970,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fhwoor Smash!','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.','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!','Ark of Ssslith safely returned to Sporeggar','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?','Return to Gzhun\'tt at Sporeggar 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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9730,2,64,58,0,3521,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,62000,64200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,27728,27725,27727,27726,0,0,1,1,1,1,0,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leader of the Darkcrest','Slay Rajah Haghazed at the Lagoon and return to Warden Hamoot at the Cenarion Expedition in Zangarmarsh for a reward.','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.','','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!','Return to Warden Hamoot at Cenarion Refuge in Zangarmarsh.',18046,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,273,0,0,0,0,0,0,0,12340), (9731,2,63,59,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9724,0,0,5,29000,6300,0,0,0,0,0,0,24330,1,0,132,2,0,0,0,0,0,0,0,0,0,0,0,0,27734,27735,27733,27730,0,0,1,1,1,1,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drain Schematics','Search Serpent Lake for signs of a drain. Return to Ysiel Windsinger at the Cenarion Refuge with news of your discovery.','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.','Drain Located','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?','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,24330,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (9732,2,63,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9724,0,0,0,5,0,6300,0,0,0,0,0,0,0,0,0,136,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Marsh','Return to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','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. ',NULL,'You are a welcome sight, $N. Matters at the Cenarion Refuge have only gotten worse since you left.',NULL,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,1,'','','','',1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9733,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9734,0,9734,3,16000,3300,0,0,0,0,0,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,942,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warning the Cenarion Circle','Speak to Mahuram Stouthoof at Thrallmar in Hellfire Peninsula.','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.',NULL,NULL,NULL,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,12340), (9734,2,63,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9733,0,0,0,3,0,3150,0,0,0,0,0,0,0,0,0,136,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,942,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Marsh','Return to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','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. ',NULL,NULL,NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9735,2,-1,60,0,-141,1,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9725,0,0,9736,6,0,165300,0,0,0,0,0,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,911,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'True Masters of the Light','Lord Solanar Bloodwrath in Silvermoon City wants you to bring him a vial of Tyr\'s Hand Holy Water.','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.',NULL,'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?','Return to Lord Solanar Bloodwrath in Silvermoon City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24284,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9736,2,-1,60,0,-141,0,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9735,0,0,9737,4,0,99300,0,0,0,0,0,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,911,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'True Masters of the Light','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 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.',NULL,'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?','Return to Lord Solanar Bloodwrath in Silvermoon City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24286,24285,12800,18335,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9737,2,-1,60,0,-141,81,0,0,2,512,0,0,0,0,0,0,0,0,0,0,9736,0,0,0,7,0,198600,34767,34766,0,0,0,0,24287,1,0,128,0,0,0,0,0,25549,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'True Masters of the Light','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.','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.',NULL,'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.','Return to Lord Solanar Bloodwrath in Silvermoon City.',17915,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,24287,0,0,0,0,0,1,0,0,0,0,0,'Remove Alonsus Chapel Protection','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9738,2,65,62,0,3905,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9876,0,0,0,8,0,13200,0,0,0,0,0,0,0,0,0,136,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,942,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost in Action','Discover what happened to Earthbinder Rayge, Naturalist Bite, Weeder Greenthumb, and Windcaller Claw. Then, return to Watcher Jhang at Coilfang Reservoir in Zangarmarsh.','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.','','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?','Return to Watcher Jhang at Serpent Lake in Zangarmarsh.',17885,17893,17890,17894,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Earthbinder Rayge Discovered','Naturalist Bite Discovered','Weeder Greenthumb Discovered','Windcaller Claw Discovered',4,0,1000,1000,0,0,0,0,6,1,18,1,0,0,0,0,0,0,12340), (9739,2,63,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,0,0,0,0,5,0,6300,0,0,0,0,0,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,970,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sporelings\' Plight','Fahssn at the Spawning Glen wants you to collect 10 Mature Spore Sacs.','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!','','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?','Return to Fahssn at the Spawning Glen in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24290,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9740,2,18,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9746,0,0,0,5,0,840,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sun Gate','Vindicator Aesom at Blood Watch wants you to destroy 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!','','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!','Return to Vindicator Aesom at Blood Watch in Bloodmyst Isle.',-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,'The Sun Gate Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9741,2,18,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,600,0,0,0,0,0,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,930,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Critters of the Void','Kill 12 Void Critters and report to Vindicator Aesom at Blood Watch.$B','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.','','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.','Return to Vindicator Aesom at Blood Watch in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9742,0,63,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,9739,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,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?','Return to Fahssn at the Spawning Glen in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24290,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9743,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,0,0,0,0,5,0,6600,0,0,0,0,0,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,970,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Natural Enemies','Fahssn at the Spawning Glen in Zangarmarsh wants you to bring him 6 Bog Lord Tendrils.','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.','','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!','Return to Fahssn at the Spawning Glen in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24291,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9744,0,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,9743,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,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!','Return to Fahssn at the Spawning Glen in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9745,0,60,60,0,-141,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,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,'Suppressing the Flame','','','',NULL,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,12340), (9746,2,18,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9748,0,0,9740,5,0,840,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Limits of Physical Exhaustion','Vindicator Aesom at Blood Watch wants you to slay 10 Sunhawk Pyromancers and 10 Sunhawk Defenders.$B','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.','','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.','Return to Vindicator Aesom at Blood Watch in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9747,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9788,5,27000,24000,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Umbrafen Tribe','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.','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.','','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?','Return to Ikeyen at the Cenarion Refuge in Zangarmarsh.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9748,2,18,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9703,0,0,9746,5,0,840,0,0,0,0,0,0,24318,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Drink the Water','Vindicator Aesom at Blood Watch wants you to use the Water Sample Flask to get a Bloodmyst Water Sample.','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.','','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!','Return to Vindicator Aesom at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24317,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,12340), (9749,2,19,16,0,3525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,900,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'They\'re Alive! Maybe...','Researcher Cornelius has asked that you free 5 Expedition Researchers.','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!$B',NULL,NULL,NULL,'Return to Researcher Cornelius at Amberweb Pass in Bloodmyst Isle.',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,'Expedition Researcher Freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9750,0,18,15,0,3525,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'UNUSED Urgent Delivery','','',NULL,NULL,NULL,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,12340), (9751,2,18,15,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9674,9672,9674,2,0,210,0,0,0,0,0,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,72,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bloodcurse Legacy','Admiral Odesyus has asked that you find and speak with Captain Edward Hanes.','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?$B',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9752,2,63,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,37500,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,25518,25517,25519,0,0,0,1,1,1,0,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Umbrafen','Escort Kayra Longmane to the Cenarion Refuge in Zangarmarsh. Report to Ysiel Windsinger when you\'ve completed this task.','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 safety','You rescued one of my druids. We could never repay you, $N.$B$BYou have my thanks as well as that of the expedition.',NULL,'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,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9753,2,20,18,0,3525,1,2,0,0,1024,0,0,0,0,0,0,0,0,0,0,9740,0,0,9756,1,0,90,0,0,0,0,0,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,930,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'What We Know...','Speak to Exarch Admetius at Blood Watch.','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.','','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?',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,1,0,0,0,0,0,0,0,0,12340), (9754,2,20,18,0,3525,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (9755,0,0,0,0,3525,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'','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','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.\r\n','Sunhawk Information Gained',NULL,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,12340), (9756,2,20,18,0,3525,1,2,0,0,1024,0,0,0,0,0,0,0,0,0,0,9753,0,0,9760,4,0,720,0,0,0,0,0,0,0,0,31609,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'What We Don\'t Know...','Speak to a Captured Sunhawk Agent at Blood Watch and recover Sunhawk Information. Return to Exarch Admetius when the task is complete.','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.','','A-ha! Well done, $N. Well done, indeed. Are you ready to eradicate the blood elf menace from our island forever?','Yes?','Return to Exarch Admetius in Bloodmyst Isle.',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,'Sunhawk Information Recovered','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9757,2,-1,10,0,-261,0,0,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9591,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Seek Huntress Kella Nightbow','Speak with Huntress Kella Nightbow near Valaar\'s Berth.','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.',NULL,'Let\'s begin our lesson at once!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9758,2,10,9,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9138,1,0,60,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Arcanist Vandril','Return to Arcanist Vandril at Tranquillien in the Ghostlands.','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.',NULL,'Oh good, there you are! And just in time... there is much to be done!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9759,2,20,18,0,3525,1,2,0,0,1024,0,0,0,0,0,0,0,0,0,0,9761,0,0,0,7,3500,1440,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,24352,24353,24351,24354,0,0,1,1,1,1,0,0,930,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ending Their World','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.','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?','Vector Coil Destroyed and Sironas Slain','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?','Return to Exarch Admetius in Bloodmyst 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,1,0,0,0,0,0,0,0,0,12340), (9760,2,20,18,0,3525,1,2,0,0,1024,0,0,0,0,0,0,0,0,0,0,9756,0,0,9761,2,0,240,0,0,0,0,0,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,930,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vindicator\'s Rest','Speak with Vindicator Corin at Vindicator\'s Rest on Bloodmyst Isle.$B','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.','','Perhaps you will be the one to deliver our people into a new age of prosperity and peace.','Si?',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,1,0,0,0,0,0,0,0,0,12340), (9761,2,20,18,0,3525,1,2,0,0,1024,0,0,0,0,0,0,0,0,0,0,9760,0,0,0,6,0,1200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,26009,26023,26035,0,0,0,1,1,1,0,0,0,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clearing the Way','Vindicator Corin at Vindicator\'s Rest wants you to slay 8 Sunhawk Saboteurs and 8 Sunhawk Agents.$B','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.','','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?','Return to Vindicator Corin at Vindicator\'s Rest in Bloodmyst Isle.',17610,17609,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,1,0,0,0,0,0,0,0,0,12340), (9762,0,20,18,0,3525,0,0,0,0,1024,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,136,0,0,0,0,0,24344,0,0,0,1,0,0,0,24349,24350,0,0,0,0,1,1,0,0,0,0,930,0,0,0,0,7,0,0,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?',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,1,0,0,0,0,0,0,0,0,12340), (9763,2,70,67,0,3715,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,132000,151800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28183,28182,28181,28180,0,0,1,1,1,1,0,0,942,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warlord\'s Hideout','Watcher Jhang wants you to find and slay Warlord Kalithresh inside Coilfang Reservoir.','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.',NULL,'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?','Return to Watcher Jhang at Serpent Lake in Zangarmarsh.',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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9764,2,70,67,0,3715,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9765,5,0,75900,0,0,0,0,0,0,24367,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orders from Lady Vashj','Deliver the Orders from Lady Vashj to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24367,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (9765,2,70,67,0,3715,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9764,9766,0,0,8,0,151800,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparing for War','Obtain Coilfang Armaments from naga at Coilfang Reservoir and return them to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','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.',NULL,'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?','Return to Ysiel Windsinger at Cenarion Refuge in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24368,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9766,0,70,67,0,3607,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,0,0,0,0,136,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coilfang Armaments','','',NULL,'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.','Return to Ysiel Windsinger.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9767,2,70,67,0,3607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Know Your Enemy','Obtain a Coilfang Spellbook from the naga inside of Coilfang Reservoir and bring it to Ashyen at the Cenarion Refuge in Zangarmarsh.','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.',NULL,NULL,NULL,'Return to Ashyen in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9768,0,70,67,0,3607,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,942,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coilfang Spellbooks','','','',NULL,NULL,'Return to Ashyen in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9769,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,24000,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'There\'s No Explanation for Fashion','Bring 8 Diaphanous Wings from any species of Zangarmarsh fireflies to Magasha in Swamprat Post.','$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.','','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','Return to Magasha at Swamprat Post in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24372,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',11,1,1,0,0,0,0,0,0,1,1,6,11,0,0,0,0,0,12340), (9770,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9898,0,9898,5,27000,24000,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Menacing Marshfangs','Reavij at Swamprat Post wants you to kill 10 Marshfang Rippers.','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!',NULL,'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.','Return to Reavij at Swamprat Post in Zangarmarsh.',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,'','','','',1,1,25,0,0,0,0,0,1,1,11,1,0,0,0,0,0,0,12340), (9771,2,62,59,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9774,0,0,9772,5,0,24000,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Searching for Scout Jyoba','Search for Scout Jyoba at the Dead Mire in Zangarmarsh.','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?','','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,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,'','','','',1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9772,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9771,0,0,0,5,27000,6000,0,0,0,0,0,0,0,0,0,136,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jyoba\'s Report','Retrieve Scout Jyoba\'s Report from the Withered Giants and return it to Zurai at Swamprat Post.','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.',NULL,'$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?','Return to Zurai at Swamprat Post in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24373,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9773,2,61,58,0,3521,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,11700,0,0,0,0,0,0,25539,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'No More Mushrooms!','Gather 8 Eel Filets from Umbrafen Eels and bring them to Magasha at Swamprat Post.','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?','','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.','Return to Magasha at Swamprat Post in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24374,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',5,5,1,1,0,0,0,0,0,20,21,1,1,0,0,0,0,0,12340), (9774,2,62,59,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9771,0,9771,5,27000,24000,0,0,0,0,0,0,25539,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thick Hydra Scales','Zurai at Swamprat Post wants you to bring him 12 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.',NULL,'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.','Return to Zurai at Swamprat Post in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24375,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9775,2,62,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6000,0,0,0,0,0,0,24382,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Shadow Hunter Denjai','Bring Zurai\'s Report to Shadow Hunter Denjai at Zabra\'jin in Zangarmarsh.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24382,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (9776,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Orebor Harborage','Speak to Ikuti at the Orebor Harborage in Zangarmarsh.','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.',NULL,'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,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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9777,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fulgor Spores','Bring 6 Fulgor Spores to Ruam at Telredor.','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.',NULL,'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.','Return to Ruam at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24383,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9778,2,64,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9728,1,0,660,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Warden Hamoot','Report to Warden Hamoot at the Cenarion Refuge in Zangarmarsh.','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.','','Ysiel sent you? Of course I can use someone like you! We\'re always in need of a little muscle.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9779,2,16,14,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9694,0,0,9696,5,0,720,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Intercepting the Message','Kill Sunhawk elves until you find the Sunhawk Missive, then return it to Vindicator Boros at Blood Watch.','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.','','$B$BThis is in Thalassian. Fortunately, I know just the person that can translate it...','Back so soon? Have you found the missive?','Return to Vindicator Boros at Blood Watch in Bloodmyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24399,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9780,2,62,60,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9791,0,0,0,5,27000,6000,0,0,0,0,0,0,25539,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Umbrafen Eel Filets','Noraani at Telredor wants you to bring her 8 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.','','Thank you for your help, $N. Your generosity will not be forgotten.','Have you any fish to contribute to our stores?','Return to Noraani at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24374,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,12340), (9781,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9790,0,9790,5,27000,6000,0,0,0,0,0,0,25539,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Too Many Mouths to Feed','Kill 10 Mire Hydra and return to Haalrun at Telredor.','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!','','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?','Return to Haalrun at Telredor in Zangarmarsh.',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9782,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9783,5,27000,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dead Mire','Bring a Dead Mire Soil Sample to Vindicator Idaar at Telredor.','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.','','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?','Return to Vindicator Idaar at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24400,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9783,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9782,0,0,0,5,27000,6000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25599,25598,25597,31659,0,0,1,1,1,1,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unnatural Drought','Vindicator Idaar at Telredor wants you to kill 12 Withered Giants.','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.',NULL,'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.','Return to Vindicator Idaar at Telredor in Zangarmarsh.',18124,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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9784,0,64,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,942,0,8999,9802,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,24402,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Identify Plant Parts','','',NULL,'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.','Return to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9785,2,64,59,0,3521,0,0,0,0,0,0,0,0,0,0,0,942,0,3000,0,0,0,0,0,3,0,3300,0,0,0,0,0,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,942,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessings of the Ancients','Windcaller Blackhoof wants you to speak to the ancients Ashyen and Keleth at Cenarion Refuge and obtain their blessings.','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. ',NULL,'You\'ve returned. Did you receive the ancients\' blessings?','Have you spoken to the ancients yet, $N?','Return to Windcaller Blackhoof at the Cenarion Refuge in Zangarmarsh.',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,'Mark of Lore','Mark of War','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9786,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9787,5,27000,6000,0,0,0,0,0,0,0,0,0,140,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Boha\'mu Ruins','Anchorite Ahuurn at Telredor wants you to explore 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.','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?','Return to Anchorite Ahuurn at Telredor 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,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9787,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9786,0,0,9801,5,27000,6000,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Idols of the Feralfen','Gather 6 Feralfen Idols and return them to Anchorite Ahuurn at Telredor.','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.',NULL,'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?','Return to Anchorite Ahuurn at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24422,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9788,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9747,0,0,0,5,27000,6000,0,0,0,0,0,0,0,0,0,136,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Damp, Dark Place','Look for Ikeyen\'s Belongings inside a cave south of Umbrafen. Return them to Ikeyen at Cenarion Refuge in Zangarmarsh.','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?','','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.','Return to Ikeyen at the Cenarion Refuge in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24411,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9789,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9850,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Clefthoof Mastery','Hunt down 12 Clefthoof and return to Hemet Nesingwary at Nesingwary\'s Safari in Nagrand to prove yourself.','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.','','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?','Return to Hemet Nesingwary at the Nesingwary Safari in Nagrand.',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,'','','','',4,0,1000,1000,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (9790,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9781,0,0,0,5,27000,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diaphanous Wings','Haalrun at Telredor wants you to bring him 8 Diaphanous Wings from any of the firefly species in Zangarmarsh.','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?','','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?','Return to Haalrun at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24372,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9791,2,62,60,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9780,5,27000,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Menacing Marshfangs','Kill 10 Marshfang Rippers and return to Noraani at Telredor.','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.','','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?','Return to Noraani at Telredor in Zangarmarsh.',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9792,2,64,64,0,3521,0,0,0,0,1101,0,0,0,0,0,0,978,0,0,0,0,0,0,0,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Message to Telaar','Speak with Nahuud at Telaar in Nagrand.','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.','','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,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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9793,2,62,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9793,0,2,0,1560,0,0,0,0,0,0,24415,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Tuurem','Take Vindicator Idaar\'s Letter to Andarl at the Allerian Stronghold in Terokkar Forest.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24415,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9794,2,65,64,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1620,0,0,0,0,0,0,26048,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Time for Curiosity','Deliver Timothy\'s Letter to Kialon at Sylvanaar in the Blade\'s Edge Mountains.','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26048,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9795,2,65,64,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Ogre Threat','Travel to Thunderlord Stronghold in the Blade\'s Edge Mountains and speak with Nekthar.','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.','','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,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,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9796,2,62,62,0,3521,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'News from Zangarmarsh','Speak with Mokasa at Stonebreaker Hold in Terokkar Forest.','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.','','It\'s about time he got that outpost up and running. We\'ve lost far too many runners to Alliance outriders.',NULL,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,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9797,2,64,64,0,3521,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Reinforcements for Garadar','Speak with Captain Kroghan at Garadar in Nagrand.','$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!',NULL,'$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,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,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9798,2,5,2,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,100,270,0,0,0,0,0,0,24414,1,0,524416,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Elf Plans','Take the Blood Elf Plans to Vindicator Aldar at the Crash Site in Ammen Vale.','These plans seem important. You should take them to Vindicator Aldar at the crash site.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24414,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9799,2,3,1,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10302,0,0,0,5,50,150,0,0,0,0,0,0,0,0,0,524424,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Botanical Legwork','Gather 3 Corrupted Flowers and return them to Apprentice Vishael at the Crash Site in Ammen Vale.','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.','','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?','Return to Apprentice Vishael at the Crash Site in Ammen Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24416,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9800,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9804,5,0,6600,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'A Rare Bean','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to bring him 8 Digested Caracoli.','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.','','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...','Return to Elementalist Lo\'ap at the Throne of the Elements in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24419,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,274,1,1,0,0,0,0,0,12340), (9801,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9787,0,0,9803,5,27000,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gathering the Reagents','Anchorite Ahuurn at Telredor wants you to bring him 4 Sporebat Eyes and 4 Fen Strider Tentacles.','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.',NULL,'These will do quite nicely. Allow me a moment to mix up the potion.','Have you gathered the reagents?','Return to Anchorite Ahuurn at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24426,24427,0,0,0,0,4,4,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9802,2,63,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,942,0,8999,0,9784,0,0,5,0,37500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24402,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plants of Zangarmarsh','Bring 10 Unidentified Plant Parts to Lauranna Thar\'well at the Cenarion Refuge in 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.','','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?','Return to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9803,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9801,0,0,0,6,27000,7500,0,0,0,0,0,0,24428,1,0,128,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messenger to the Feralfen','Drink Ahuurn\'s Elixir while standing in the Boha\'mu Ruins. Speak to Elder Kuruti while you are in the form of an arakkoa.','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.',NULL,'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?','Return to Anchorite Ahuurn at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24573,24428,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9804,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9800,0,0,9805,5,0,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Agitated Spirits of Skysong','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to destroy 8 Lake Spirits.','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.','','$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.','Return to Elementalist Lo\'ap at the Throne of the Elements in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,0,16,1,1,0,0,0,0,0,12340), (9805,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9804,0,0,9810,5,0,6600,0,0,0,0,0,0,24467,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessing of Incineratus','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.','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!','','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.','Return to Elementalist Lo\'ap at the Throne of the Elements in Nagrand.',18110,18142,18143,18144,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,24467,0,0,0,0,0,1,0,0,0,'Large Hut Destroyed','Western Hut Destroyed','Southern Hut Destroyed','Eastern Hut Destroyed',4,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (9806,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,5,0,51600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fertile Spores','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.','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.','','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?','Return to Gshaff at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24449,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9807,0,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,9806,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,1,0,0,0,0,24245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Fertile Spores','','',NULL,'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.','Return to Gshaff at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24449,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9808,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,0,0,0,0,5,0,51600,0,0,0,0,0,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,970,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Glowcap Mushrooms','Bring 10 Glowcaps to Msshi\'fn at Sporeggar in Zangarmarsh.','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?',NULL,'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.','Return to Msshi\'fn at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24245,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9809,0,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,970,0,3000,9808,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Glowcaps','','',NULL,'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.','Return to Msshi\'fn at Sporeggar in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9810,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9805,0,0,0,5,70000,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'The Spirit Polluted','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to destroy Watoosun\'s Polluted Essence and 8 Lake Surgers.','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.','','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.\n','Return to Elementalist Lo\'ap at the Throne of the Elements in Nagrand.',18145,17155,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,'','','','',4,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,12340), (9811,2,21,15,0,3433,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,9167,0,0,9812,3,0,510,0,0,0,0,0,0,22653,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Friend of the Sin\'dorei','Take Dar\'Khan\'s Head to Lor\'themar Theron in Silvermoon City.','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.',NULL,'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. ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22653,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9812,2,21,15,0,1497,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,9811,0,0,9813,3,0,510,0,0,0,0,0,0,23929,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Envoy to the Horde','Bring the Letter from Lor\'themar Theron to Lady Sylvanas Windrunner in Undercity, the Forsaken capital in Tirisfal Glades.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23929,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9813,2,21,15,0,1637,0,0,0,0,178,0,0,0,0,0,0,0,0,0,0,9812,0,0,0,5,0,1020,0,0,0,0,0,0,23930,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meeting the Warchief','Lady Sylvanas Windrunner wants you to take the Letter Sealed by Sylvanas to Thrall in Orgrimmar, capital of Durotar.','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.',NULL,'$b$bSo the blood elves finally took care of their little problem. It is no surprise that it took your help as well as that of an entire Forsaken regiment to get the job done.$b$b$b$bI suppose there\'s no stopping this. In the end we need them just as much as they need us.','Yes, $C?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23930,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9814,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9816,5,31000,51600,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burstcap Mushrooms, Mon!','Bring Witch Doctor Tor\'gash 6 Burstcap Mushrooms.','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.',NULL,'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?','Return to Witch Doctor Tor\'gash at Zabra\'jin in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24468,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',1,5,5,0,0,0,0,0,0,1,1,1,92,0,0,0,0,0,12340), (9815,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,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,'Muck Diving','Elementalist Lo\'ap at the Throne of the Elements in Nagrand wants you to retrieve 5 Muck-ridden Cores.','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.','','The Earthen Ring thanks you, $N. The elements also give their thanks. Your continued efforts in cleansing our world are appreciated and noted.\n','Do not leave any tainted muck behind!','Return to Elementalist Lo\'ap at the Throne of the Elements in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24469,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9816,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9814,0,0,0,5,31000,51600,0,0,0,0,0,0,24470,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25611,25612,25610,0,0,0,1,1,1,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Have You Ever Seen One of These?','Take the Murloc Cage and place it on the flat rock near Daggerfen Village.','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!',NULL,'Excellent work, mon! I do hope they had a good time!','$B$BDid the lil\' Lost Ones like their gift?','Return to Witch Doctor Tor\'gash at Zabra\'jin in Zangarmarsh.',18152,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Release Murlocs at Daggerfen Village','','','',1,1,1,0,0,0,0,0,11,1,11,153,1,0,0,0,0,0,12340), (9817,2,63,58,0,3521,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,58000,46500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,27724,27722,27723,27721,0,0,1,1,1,1,0,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leader of the Bloodscale','Slay Rajis Fyashe at Serpent Lake and return to Warden Hamoot at the Cenarion Refuge in Zangarmarsh for a reward.','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.','','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.','Return to Warden Hamoot at Cenarion Refuge in Zangarmarsh.',18044,0,0,0,1,0,0,0,0,0,0,0,0,0,0,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,12340), (9818,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9819,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Underneath','Communicate with Gordawg.','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...','','$B$BSit.$B$B','',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,'','','','',1,1,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9819,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9818,0,0,9821,5,0,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Tortured Earth','Gordawg at the Throne of the Elements in Nagrand has asked that you destroy 10 Tortured Earth Spirits.','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.$B','','$B$BGood. Spirits sleep now.','Do they sleep?','Return to Gordawg at the Throne of the Elements in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9820,2,64,58,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9822,6,31000,64200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'WANTED: Boss Grog\'ak','Bring Boss Grog\'ak\'s Head to Shadow Hunter Denjai in Zabra\'jin.','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.',NULL,'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?','Return to Shadow Hunter Denjai at Zabra\'jin in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24472,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9821,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9819,0,0,9849,5,0,6900,0,0,0,0,0,0,24475,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eating Damnation','Gordawg at the Throne of the Elements in Nagrand has asked that you bring him 10 Enraged Crusher Cores. ','$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.','','$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!','Return to Gordawg at the Throne of the Elements in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24473,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9822,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9820,0,0,9823,5,31000,51600,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Impending Attack','Bring the Ango\'rosh Attack Plans to Shadow Hunter Denjai in Zabra\'jin.','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.',NULL,'$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?','Return to Shadow Hunter Denjai at Zabra\'jin in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24471,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,5,1,1,0,0,0,0,0,12340), (9823,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9822,0,0,0,6,62000,64200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,25617,27553,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Us or Them','Kill Overlord Gorefist, 10 Ango\'rosh Maulers, and 10 Ango\'rosh Souleaters and report back to Shadow Hunter Denjai in Zabra\'jin.','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.',NULL,'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?','Return to Shadow Hunter Denjai at Zabra\'jin in Zangarmarsh.',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,0,'','','','',1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (9824,2,70,68,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9826,-9824,0,5,44000,7500,0,0,0,0,0,0,24474,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arcane Disturbances','Use the Violet Scrying Crystal near underground sources of water in the Master\'s Cellar and return to Archmage Alturus outside of Karazhan.','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?',NULL,'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?','Return to Archmage Alturus in Deadwind Pass.',18161,18162,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,24474,0,0,0,0,0,1,0,0,0,0,'Underground Well Reading','Underground Pond Reading','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9825,2,70,68,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9826,-9824,0,5,44000,7500,0,0,0,0,0,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restless Activity','Bring 10 Ghostly Essences to Archmage Alturus outside of Karazhan.','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.',NULL,'Fascinating. I will study these essences, $N. I thank you for your help.','Have you obtained the ghostly essences I require, $N?','Return to Archmage Alturus in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9826,2,70,68,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9829,3,0,3750,0,0,0,0,0,0,24482,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Contact from Dalaran','Bring Alturus\'s Report to Archmage Cedric in the outskirts of Dalaran Crater.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9827,2,62,60,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10355,5,27000,6000,0,0,0,0,0,0,24483,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Withered Basidium','Take the Withered Basidium to Ruam in Telredor in Zangarmarsh.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24483,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,1,0,0,0,0,0,12340), (9828,2,62,60,0,3521,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,6000,0,0,0,0,0,0,24484,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Withered Basidium','Bring the Withered Basidium to Reavij at Swamprat Post in Zangarmarsh.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24484,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9829,2,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9826,0,0,9831,3,0,3750,0,0,0,0,0,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,967,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Khadgar','Deliver Alturus\'s Report to Khadgar in Shattrath City in Terokkar Forest.','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.',NULL,'The Violet Eye? You don\'t say.$B$BShow me this report you speak of.',NULL,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,12340), (9830,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stinger Venom','Bring 6 Marshlight Bleeder Venom to Puluu at the Orebor Harborage.','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.','','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.','Return to Puluu at the Orebor Harborage in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24485,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9831,2,70,68,0,3789,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9829,0,0,9832,8,0,15300,0,0,0,0,0,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Entry Into Karazhan','Khadgar wants you to enter the Shadow Labyrinth at Auchindoun and retrieve the First Key Fragment from an Arcane Container hidden there.','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.',NULL,'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','Return to Khadgar at Lower City in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9832,2,70,68,0,3703,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9831,0,0,0,8,0,15300,0,0,0,0,0,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,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Second and Third Fragments','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.','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.',NULL,'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?','Return to Khadgar at Lower City in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9833,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,27753,27754,27756,0,0,0,1,1,1,0,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lines of Communication','Puluu at the Orebor Harborage wants you to kill 12 Marshfang Slicers.','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.','','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?','Return to Puluu at the Orebor Harborage in Zangarmarsh.',18131,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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9834,2,64,62,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9905,5,31000,6600,0,0,0,0,0,0,25539,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Natural Armor','Bring 8 Fenclaw Hides to Maktu at the Orebor Harborage.','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.','','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?','Return to Maktu at the Orebor Harborage in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24486,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9835,2,64,62,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9839,5,31000,6600,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ango\'rosh Encroachment','Kill 10 Ango\'rosh Ogres and 5 Ango\'rosh Shaman and return to Ikuti at the Orebor Harborage.','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.','','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?','Return to Ikuti at the Orebor Harborage in Zangarmarsh.',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9836,2,70,68,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9832,0,0,9837,8,0,15300,0,0,0,0,0,0,24489,1,0,130,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Master\'s Touch','Go into the Caverns of Time and convince Medivh to enable your Restored Apprentice\'s Key.','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.','Master\'s Touch','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9837,2,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9836,0,0,9838,7,0,11400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Khadgar','Return to Khadgar in Shattrath City and show him the Master\'s Key.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9838,2,70,68,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9837,0,0,9840,3,0,3750,0,0,0,0,0,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,967,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Violet Eye','Speak to Archmage Alturus outside Karazhan.','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.',NULL,'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.',NULL,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,12340), (9839,2,64,62,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9835,0,0,0,6,31000,8100,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25619,25618,31770,0,0,0,1,1,1,0,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overlord Gorefist','Ikuti wants you to kill Overlord Gorefist and 10 Ango\'rosh Maulers. Return to the Orebor Harborage once you have completed the task.','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.','','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?','Return to Ikuti at the Orebor Harborage in Zangarmarsh.',18160,18120,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9840,2,70,68,0,2562,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9838,0,0,9843,5,0,7500,0,0,0,0,0,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assessing the Situation','Find Koren inside Karazhan.','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.','','$B$BI know nothing of this Violet Eye you speak of. A blacksmith is all I am.','',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,12340), (9841,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9842,5,31000,51600,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stinging the Stingers','Kill 8 Marshlight Bleeders and return to Gambarinka at Zabra\'jin.','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!',NULL,'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?','Return to Gambarinka at Zabra\'jin in Zangarmarsh.',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,'','','','',1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,12340), (9842,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9841,0,0,0,5,31000,51600,0,0,0,0,0,0,0,0,0,136,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sharpest Blades','Bring 10 Marshfang Slicer Blades to Gambarinka at Zabra\'jin.','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.','','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?','Return to Gambarinka at Zabra\'jin in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24493,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9843,2,70,68,0,2562,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9840,0,0,9844,5,0,7500,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keanna\'s Log','Search the Guest Chambers inside Karazhan for Keanna\'s Log and bring it to Archmage Alturus outside Karazhan.','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','','You found the log. I sure hope the information we need is in here, $N.','Keanna\'s log... did you find it?','Return to Archmage Alturus in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9844,2,70,68,0,2562,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9843,0,0,9860,5,44000,7500,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,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Demonic Presence','Archmage Alturus wants you to destroy the Demonic Presence at the top of Karazhan.','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.','','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?','Return to Archmage Alturus in Deadwind Pass.',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,'Demonic Presence Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9845,2,64,62,0,3521,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9903,5,31000,51600,0,0,0,0,0,0,25539,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Angling to Beat the Competition','Kill 10 Fenclaw Thrashers and return to Zurjaya at Zabra\'jin.','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!','','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?','Return to Zurjaya at Zabra\'jin in Zangarmarsh.',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,'','','','',1,1,1,0,0,0,0,0,0,1,71,1,1,0,0,0,0,0,12340), (9846,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9847,5,27000,24000,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits of the Feralfen','Bring 10 Feralfen Protection Totems to Seer Janidi at Zabra\'jin.','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.','','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?','Return to Seer Janidi at Zabra\'jin in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24497,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9847,2,64,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9846,0,0,0,5,31000,6600,0,0,0,0,0,0,24498,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25620,25621,31770,0,0,0,1,1,1,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Spirit Ally?','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.','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.',NULL,'$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?','Return to Seer Janidi at Zabra\'jin in Zangarmarsh.',18185,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,24498,0,0,0,0,0,1,0,0,0,0,0,'Summon Serpent Spirit','','','',1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (9848,2,64,62,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,25616,27553,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Daggerfen','Bring the Daggerfen Poison Manual and a Daggerfen Poison Vial to Timothy Daniels at the Orebor Harborage.','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.','','$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?','Return to Timothy Daniels at the Orebor Harborage in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24499,24500,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,6,6,1,0,0,0,0,0,12340), (9849,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9821,0,0,9853,7,0,10500,0,0,0,0,0,0,24501,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shattering the Veil','Gordawg at the Throne of the Elements in Nagrand has asked that you slay 30 Minions of Gurok.','$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.','','GUROK! Gurok betrayed the elements!','Gordawg wants the boulder returned.','Return to Gordawg at the Throne of the Elements in Nagrand.',18181,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,24501,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9850,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9789,0,0,9851,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Clefthoof Mastery','Kill 12 Clefthoof Bulls and then speak to Hemet Nesingwary at Nesingwary\'s Safari in Nagrand about your prowess.','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.','','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?','Return to Hemet Nesingwary at the Nesingwary Safari in Nagrand.',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,1,0,0,0,0,0,0,0,0,12340), (9851,2,67,64,0,3518,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,9850,0,-9851,0,6,74000,8700,0,0,0,0,0,0,0,0,0,136,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,'Clefthoof Mastery','Acquire the Horn of Banthar and return it to Hemet Nesingwary at the Nesingwary Safari in Nagrand.','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!','','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.','Return to Hemet Nesingwary at the Nesingwary Safari in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24496,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9852,2,68,64,0,3518,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,9851,0,0,0,7,117000,10800,0,0,0,0,0,0,0,0,0,136,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,'The Ultimate Bloodsport','Bring the Heart of Tusker to Hemet Nesingwary at Nesingwary\'s Safari in Nagrand.','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?','','$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.','Return to Hemet Nesingwary at the Nesingwary Safari in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9853,2,67,64,0,3518,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,9849,0,0,0,7,0,10500,0,0,0,0,0,0,0,0,0,136,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,'Gurok the Usurper','Gordawg at the Throne of the Elements in Nagrand has asked that you destroy Gurok the Usurper and bring back Gurok\'s Earthen Head.','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','','$B$BGurok\'s reign has come to an end. The earthen elements are free. All sleep now. Champion gets reward!','Gordawg eat Gurok power.','Return to Gordawg at the Throne of the Elements in Nagrand.',0,0,0,0,0,0,0,0,0,24502,0,0,0,7,0,0,24503,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9854,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9855,5,33000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Windroc Mastery','Kill 12 Windrocs and then return to Fitz at the Nesingwary Safari in Nagrand.','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.','','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?','Return to Shado \'Fitz\' Farstrider at the Nesingwary Safari in Nagrand.',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,'','','','',4,0,1000,1000,0,0,0,0,6,1,1,1,0,0,0,0,0,0,12340), (9855,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9854,0,0,9856,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Windroc Mastery','Hunt down 12 Ravenous Windrocs and then return to Fitz at the Nesingwary Safari in Nagrand.','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.','','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?','Return to Shado \'Fitz\' Farstrider at the Nesingwary Safari in Nagrand.',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,'','','','',4,0,1000,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (9856,2,67,64,0,3518,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,9855,0,-9851,0,6,74000,8700,0,0,0,0,0,0,0,0,0,136,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,'Windroc Mastery','Bring the Eye of Gutripper to Fitz at the Nesingwary Safari in Nagrand.','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.','','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?','Return to Shado \'Fitz\' Farstrider at the Nesingwary Safari in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9857,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9858,5,33000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Talbuk Mastery','Kill 12 Talbuk Stags and then return to Harold Lane at the Nesingwary Safari in Nagrand.','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?','','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.','Return to Harold Lane at the Nesingwary Safari in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9858,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9857,0,0,9859,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Talbuk Mastery','Hunt down 12 Talbuk Thorngrazers and then return to Harold Lane at the Nesingwary Safari in Nagrand.','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.','',', ... $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?','Return to Harold Lane at the Nesingwary Safari in Nagrand.',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,1,0,0,0,0,0,0,0,0,12340), (9859,2,66,64,0,3518,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,9858,0,-9851,0,6,70000,8400,0,0,0,0,0,0,0,0,0,136,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,'Talbuk Mastery','Obtain the Hoof of Bach\'lor and return it to Harold Lane at the Nesingwary Safari in Nagrand.','$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.','','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?','Return to Harold Lane at the Nesingwary Safari in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9860,2,70,68,0,279,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9844,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,31113,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,8,0,0,0,0,300000,0,0,0,0,0,0,0,0,'The New Directive','Speak to Archmage Cedric in the outskirts of Dalaran Crater.','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.',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9861,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9862,5,0,6900,0,0,0,0,0,0,24504,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Howling Wind','Find someone at the Throne of the Elements that knows how to speak Kalimag and show them 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.','','It is a distress call, $r. An outside force is attempting to subvert the elements.','Give it here! Quickly!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24504,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,12340), (9862,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9861,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,0,0,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,'Murkblood Corrupters','Elementalist Morgh at the Throne of the Elements in Nagrand wants you to slay 5 Murkblood Putrifiers.','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.','','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...','Return to Elementalist Morgh at the Throne of the Elements in Nagrand.',18202,0,0,0,5,0,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,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (9863,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Idolatry','Farseer Kurkush at Garadar in Nagrand wants you to bring him 10 Murkblood Idols.','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.','','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. ','Return to Farseer Kurkush at Garadar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24542,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9864,2,67,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9865,2,0,1740,0,0,0,0,0,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,941,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing War Party','Try and find the missing Garadar 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.','','I have been told stories of my people. They say that once, we were warriors... ','',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,273,0,0,0,0,0,0,12340), (9865,2,67,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9864,0,0,9866,5,0,6900,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Once Were Warriors','Kill 20 Murkblood Scavengers and 10 Murkblood Raiders.','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...','','$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!','Return to Saurfang the Younger at the Mag\'hari Procession in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,5,1,1,1,6,6,0,0,0,0,12340), (9866,2,67,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9865,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,648,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'He Will Walk The Earth...','Deliver the news to Farseer Corhuk at Garadar.','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.','','$B$B$B$BThe son is the father... May the spirits have mercy on those that stand in his way.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,273,1,1,0,0,0,0,0,12340), (9867,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murkblood Leaders...','Farseer Margadesh at Garadar in Nagrand wants you to bring him the Head of Ortor of Murkblood. ','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.','','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.','Return to Farseer Margadesh at Garadar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24543,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9868,2,67,64,0,3518,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,0,10044,-9868,0,6,0,8700,0,0,0,0,0,0,0,0,0,130,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Totem of Kar\'dash','Escort the Mag\'har Captive out of Sunspring Post. Speak to Garrosh at Garadar if you succeed.','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... ','Free the Mag\'har Captive','What does it matter? The Greatmother is dying. Life is not worth living... ','','Return to Garrosh at Garadar 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9869,2,66,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,1740,0,0,0,0,0,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,978,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Throne of the Elements','Elementalist Ioki wants you to travel to the Throne of the Elements and speak with Elementalist Sharvak.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9870,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,35000,1740,0,0,0,0,0,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,941,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Throne of the Elements','Elementalist Yal\'hah wants you to travel to the Throne of the Elements and speak with Elementalist Sharvak.','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.','','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.',NULL,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,1,1,1,1,0,0,0,0,0,12340), (9871,2,67,64,0,3518,0,0,0,0,1101,0,0,978,0,0,0,0,0,0,0,0,0,0,9873,5,0,6900,0,0,0,0,0,0,24559,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murkblood Invaders','Take the Murkblood Invasion Plans to Arechron at Telaar in Nagrand.','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.$B',NULL,'Ortor... Treacherous bastard! ','What is it?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24559,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9872,2,67,64,0,3518,0,0,0,0,690,0,0,941,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,0,24558,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murkblood Invaders','Take the Murkblood Invasion Plans to Garrosh.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24558,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (9873,2,67,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9871,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25583,25584,25585,0,0,0,1,1,1,0,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ortor My Old Friend...','Arechron at Telaar in Nagrand wants you to kill Ortor of Murkblood.','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...',NULL,'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.','Return to Arechron at Telaar in Nagrand.',18204,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9874,2,67,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,0,24560,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,25570,25568,25569,0,0,0,1,1,1,0,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stopping the Spread','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.$B','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...',NULL,'$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. ','Return to Otonbu the Sage at Telaar in Nagrand.',18240,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24560,0,0,0,0,0,1,0,0,0,'Sunspring Villager Corpse Burned','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9875,2,63,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,942,0,20999,0,0,0,0,0,0,0,0,0,0,0,0,0,24407,1,0,128,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uncatalogued Species','Bring the Uncatalogued Species to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24407,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,12340), (9876,2,65,62,0,3905,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9732,0,0,0,1,0,6600,0,0,0,0,0,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,942,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Failed Incursion','Ysiel Windsinger wants you to look for signs of Cenarion Expedition Druids near the entrance to Coilfang Reservoir in Zangarmarsh.','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.','','Thank Cenarius you showed up. My injuries prevented me from going back to the outside for help.',NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9877,2,20,17,0,3433,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9220,0,0,9164,2,0,240,0,0,0,0,0,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,922,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Restorative Draught','Speak to Apothecary Renzithen in Tranquillien.','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.','','Janeda\'s sending you to rescue the Deatholme prisoners? She must think very highly of you, $N.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9878,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25577,25578,25579,0,0,0,1,1,1,0,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solving the Problem','Poli\'lukluk the Wiser at Telaar in Nagrand wants you to kill 10 Murkblood Scavengers and 5 Murkblood Raiders.','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.',NULL,'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.','Return to Poli\'lukluk the Wiser at Telaar in Nagrand.',18207,18203,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,1,0,0,0,0,0,0,0,0,12340), (9879,2,67,64,0,3518,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,8700,0,0,0,0,0,0,0,0,0,130,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Totem of Kar\'dash','Escort the Kurenai Captive out of Sunspring Post. Speak to Arechron at Telaar if you succeed.','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.','Free the Kurenai Captive','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. ',NULL,'Return to Arechron at Telaar 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,1,0,0,0,0,0,0,0,0,12340), (9880,0,60,55,0,3483,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,57300,0,32098,0,0,0,0,0,0,0,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - A - ToWoW - Hellfire Turnin Cap','','','',NULL,NULL,'Return to Warrant Officer Tracy Proudwell in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9881,0,60,55,0,3483,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,57300,0,32096,0,0,0,0,0,0,0,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - H - ToWoW - Hellfire Turnin Cap','','','',NULL,NULL,'Return to Battlecryer Blackeye in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9882,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,933,0,3000,0,9883,0,0,5,35000,6900,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing from Thieves','Obtain 10 Oshu\'gun Crystal Fragments and bring them to Gezhe at Aeris Landing in Nagrand.','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.','','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?','Return to Gezhe at Aeris Landing in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25416,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9883,0,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,933,0,3000,9882,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Crystal Fragments','','',NULL,'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.','Return to Gezhe in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9884,0,70,63,0,3518,0,0,0,0,0,0,0,0,0,0,0,933,933,9000,21000,9886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,17,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,'Membership Benefits','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9885,0,70,63,0,3518,0,0,0,0,0,0,0,0,0,0,0,933,933,21000,42000,9884,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,17,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,'Membership Benefits','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9886,0,70,63,0,3518,0,0,0,0,0,0,0,0,0,0,0,933,933,3000,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,17,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,'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.','',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,1,0,0,0,0,0,0,0,0,12340), (9887,0,70,63,0,3518,0,0,0,0,0,0,0,0,0,0,0,933,0,42000,0,9885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,17,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,'Membership Benefits','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9888,2,65,64,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9889,2,0,1620,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Impotent Leader','Jorin Deadeye has asked that you find and speak with Kilrath.','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.','','$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.','',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,1,1,25,0,0,0,0,0,12340), (9889,2,65,64,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9888,0,0,9890,5,0,6600,0,0,0,0,0,0,0,0,0,262282,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Kill the Fat One','Kilrath in Terokkar Forest has asked that you kill 10 Boulderfist Invaders and beat Unkor the Ruthless until he talks.','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.','Unkor Submits','Let me live and I\'ll tell you whatever you want to know!','I submit! I submit!','Return to Unkor the Ruthless at Bleeding Hollow Ruins in Terokkar Forest.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9890,2,65,64,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9889,0,0,9891,1,0,660,0,0,0,0,0,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,941,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Success!','Take the information that you beat out of Unkor back to Kilrath in Terokkar Forest.','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.$B','','Slow down, $N. I am but a lowly rogue. I have no idea what to do with such information.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9891,2,65,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9890,0,0,9906,2,0,1620,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Because Kilrath is a Coward','Take the information that you beat out of Unkor to Jorin Deadeye at Garadar in Nagrand.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9892,0,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,933,0,3000,0,9893,0,0,0,0,3800,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Obsidian Warbeads','','',NULL,'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.','Return to Gezhe in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25433,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9893,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,933,0,3000,0,0,0,0,0,5,37000,6900,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Obsidian Warbeads','Bring 10 Obsidian Warbeads to Gezhe at Aeris Landing in Nagrand.','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.','','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?','Return to Gezhe at Aeris Landing in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25433,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9894,2,62,60,0,3521,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,9747,0,0,0,5,27000,6000,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Safeguarding the Watchers','Kill Lord Klaq and return to Windcaller Blackhoof at the Cenarion Refuge.','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. ','','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?','Return to Windcaller Blackhoof at the Cenarion Refuge in Zangarmarsh.',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,'','','','',4,0,0,0,0,0,0,0,1,1,2,1,1,0,0,0,0,0,12340), (9895,2,62,60,0,3521,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,27000,30300,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dying Balance','Locate and deal with Boglash, then return to Lethyn Moonfire at Cenarion Refuge.','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.','','Now that you\'ve seen the symptoms of imbalance with your own eyes, be mindful of them in your travels. ','Have you encountered Boglash?','Return to Lethyn Moonfire at Cenarion Refuge in Zangarmarsh.',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,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9896,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9901,0,0,0,5,27000,6000,0,0,0,0,0,0,0,0,0,136,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,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blacksting\'s Bane','Bring Blacksting\'s Stinger to Prospector Conall at Telredor.','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!',NULL,'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.','Return to Prospector Conall at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25448,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,11,11,0,0,0,0,0,12340), (9897,2,65,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,0,25449,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'m Saved!','Give the Bundle of Skins to Harold Lane at the Nesingwary Safari in Nagrand.','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!',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25449,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9898,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9770,0,0,0,5,27000,24000,0,0,0,0,0,0,0,0,0,136,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nothin\' Says Lovin\' Like a Big Stinger','Bring Blacksting\'s Stinger to Reavij at Swamprat Post.','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.','','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.','Return to Reavij at Swamprat Post in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25448,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,23,23,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9899,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9898,0,0,0,5,27000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,33457,33458,33459,33460,33461,33462,5,5,5,5,5,5,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Job Undone','Magasha at Swamprat Post wants you to kill Sporewing.','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.',NULL,'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.','Return to Magasha at Swamprat Post in Zangarmarsh.',18280,0,0,0,1,0,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,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (9900,2,67,65,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25637,25634,25544,0,0,0,1,1,1,0,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gava\'xi','Slay Gava\'xi near Oshu\'gun and return to Zerid at Aeris Landing in Nagrand.','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.','','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?','Return to Zerid at Aeris Landing in Nagrand.',18298,0,0,0,1,0,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,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9901,2,62,60,0,3521,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9896,0,0,5,27000,6000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,27503,27501,27502,27499,27498,27500,5,5,5,5,5,5,47,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Business','Prospector Conall at Telredor wants you to kill Sporewing.','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.','','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?','Return to Prospector Conall at Telredor in Zangarmarsh.',18280,0,0,0,1,0,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,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9902,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,25539,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25924,25923,25922,25925,0,0,1,1,1,1,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Terror of Marshlight Lake','Slay Terrorclaw and return to Puluu at the Orebor Harborage.','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.','','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.','Return to Puluu at the Orebor Harborage in Zangarmarsh.',20477,0,0,0,1,0,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,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9903,2,64,62,0,3521,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9845,0,0,0,5,31000,6600,0,0,0,0,0,0,25539,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,28103,28102,0,0,0,0,5,5,0,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Biggest of Them All','Slay Mragesh and return to Zurjaya in Zabra\'jin.','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.','','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?','Return to Zurjaya at Zabra\'jin in Zangarmarsh.',18286,0,0,0,1,0,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,1,1,1,1,0,0,0,0,0,0,12340), (9904,2,64,62,0,3521,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9845,0,0,0,5,31000,6600,0,0,0,0,0,0,25539,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25924,25923,25922,25925,0,0,1,1,1,1,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pursuing Terrorclaw','Kill Terrorclaw and return to Zurjaya at Zabra\'jin.','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.','','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?','Return to Zurjaya at Zabra\'jin in Zangarmarsh.',20477,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',1,22,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,12340), (9905,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9834,0,0,0,5,31000,6600,0,0,0,0,0,0,25539,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,28103,28102,0,0,0,0,5,5,0,0,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maktu\'s Revenge','Locate and kill Mragesh, then return to Maktu at the Orebor Harborage.','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?',NULL,'$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.','Return to Maktu at the Orebor Harborage in Zangarmarsh.',18286,0,0,0,1,0,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,0,0,0,0,0,0,0,1,273,1,1,0,0,0,0,0,12340), (9906,2,65,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9891,0,0,9907,5,0,66000,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message in a Battle','Jorin Deadeye at Garadar in Nagrand has asked that you slay 8 Boulderfist Crushers and 8 Boulderfist Mystics.','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.','','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.','Return to Jorin Deadeye at Garadar in Nagrand.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9907,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9906,0,0,10107,6,0,84900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25622,25623,25624,0,0,0,1,1,1,0,0,0,941,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Audacious Advance','Jorin Deadeye at Garadar in Nagrand has asked that you slay 10 Boulderfist Warriors and 10 Boulderfist Mages.','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.',NULL,'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.','Return to Jorin Deadeye at Garadar in Nagrand.',17136,17137,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,1,0,0,0,0,0,0,0,0,12340), (9908,0,60,55,0,3483,41,0,0,0,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,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - A - ToWoW - Hellfire Turnin','','','',NULL,NULL,'Return to Warrant Officer Tracy Proudwell in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9909,0,60,55,0,3483,41,0,0,0,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,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Penninsula: -pn - H - ToWoW - Hellfire Turnin','','','',NULL,NULL,'Return to Battlecryer Blackeye in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9910,2,65,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9891,0,0,9916,5,0,6600,0,0,0,0,0,0,25458,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Standards and Practices','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.','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.',NULL,'Perhaps you would like another task? A more delicate matter, eh? ','Respect from fear! It is as good as any other kind. ','Return to Elkay\'gan the Mystic at Garadar in Nagrand.',18305,18306,18307,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,25458,0,0,0,0,0,1,0,0,0,'First Battle Standard Placed','Second Battle Standard Placed','Third Battle Standard Placed','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9911,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,51600,0,0,0,0,0,0,25459,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Count of the Marshes','Bring \"Count\" Ungula\'s Mandible to Watcher Leesa\'oh at the Cenarion Outpost in Zangarmarsh.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25459,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9912,2,62,61,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Cenarion Expedition','Speak to Ysiel Windsinger at the Cenarion Refuge in Zangarmarsh.','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.','','Welcome to Cenarion Refuge, $N. I hope you\'ve come to aid us in our mission. We\'ve much work ahead of us.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9913,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,660,0,0,0,0,0,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,933,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Consortium Needs You!','Report to Gezhe at Aeris Landing in Nagrand.','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.','','Are you ready to get to work, $R? I think I\'ve got the perfect task for you.','',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,1,0,0,0,0,0,0,0,0,12340), (9914,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,933,0,2999,0,0,0,0,5,35000,6900,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Head Full of Ivory','Collect 3 Pair of Ivory Tusks and return them to Shadrek at Aeris Landing in Nagrand.','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?','','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.','Return to Shadrek at Aeris Landing in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25463,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9915,0,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,933,0,2999,9914,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Heads Full of Ivory','','',NULL,'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.','Return to Shadrek in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9916,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9910,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bleeding Hollow Supply Crates','Elkay\'gan the Mystic at Garadar in Nagrand wants you to recover 10 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.',NULL,'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.','Return to Elkay\'gan the Mystic at Garadar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (9917,2,65,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9918,5,0,6600,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Do My Eyes Deceive Me','Huntress Bintook at Telaar in Nagrand wants you to recover Boulderfist Plans.','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!',NULL,'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?','Return to Huntress Bintook at Telaar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25468,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9918,2,65,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9917,0,0,9920,5,0,6600,0,0,0,0,0,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,978,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not On My Watch!','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.','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.','','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.','Return to Huntress Bintook at Telaar in Nagrand.',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,'Lump Interrogated','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9919,2,64,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,970,0,0,0,0,0,0,0,5,0,51600,0,0,0,0,0,0,25491,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sporeggar','Go to Sporeggar in Zangarmarsh, north of the Spawning Glen, and deliver the Salvaged Spore Sacs to Msshi\'fn.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25491,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9920,2,65,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9918,0,0,9921,0,0,0,0,0,0,0,0,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,978,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mo\'mor the Breaker','Huntress Bintook at Telaar in Nagrand wants you to speak to 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.',NULL,'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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9921,2,65,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9920,0,0,9922,5,0,6600,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ruins of Burning Blade','Mo\'mor the Breaker at Telaar in Nagrand wants you to kill 8 Boulderfist Crushers and 8 Boulderfist Mystics.','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!','','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!','Return to Mo\'mor the Breaker at Telaar in Nagrand.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (9922,2,66,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9921,0,0,10108,6,0,8400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25623,25624,25622,0,0,0,1,1,1,0,0,0,978,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Twin Clefts of Nagrand','Mo\'mor the Breaker at Telaar in Nagrand has asked that you slay 10 Boulderfist Warriors and 10 Boulderfist Mages.','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.',NULL,'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.','Return to Mo\'mor the Breaker at Telaar in Nagrand.',17136,17137,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,1,0,0,0,0,0,0,0,0,12340), (9923,2,65,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9924,5,99000,6600,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'HELP!','Find the Boulderfist Key and Free Corki. Speak with Arechron in Telaar should you succeed.$B','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.$B',NULL,'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.','Seek out Arechron at Telaar in Nagrand.',18369,0,0,0,1,0,0,0,0,0,0,25490,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corki Freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9924,2,66,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9923,0,0,0,5,0,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25631,25632,25633,0,0,0,1,1,1,0,0,0,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corki\'s Gone Missing Again!','Arechron at Telaar has asked that you find and free Corki.','$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.$B',NULL,'Thank you so much, $N. His mother will deal with him from now on.','Did you find him?','Return to Arechron at Telaar in Nagrand.',20812,0,0,0,1,0,0,0,0,0,0,25509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corki Freed Again','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9925,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35000,6900,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Matters of Security','Zerid at Aeris Landing in Nagrand wants you to kill 8 Voidspawn near Oshu\'gun.','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.','','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?','Return to Zerid at Aeris Landing in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9926,2,66,64,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,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG Shadow Council/Warmaul Questline','','',NULL,NULL,NULL,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,12340), (9927,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10108,0,-9927,0,5,35000,67800,0,0,0,0,0,0,25552,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruthless Cunning','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.','$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.',NULL,'Can you imagine their puzzlement over what is happening, $R? This will be glorious. ','Is it done? ','Return to Lantresor of the Blade at the Burning Blade Ruins in Nagrand.',18388,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25552,0,0,0,0,0,1,0,0,0,'Warmaul Ogre Banner Planted','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9928,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10107,0,-9927,0,5,35000,67800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Armaments for Deception','Lantresor of the Blade at the Burning Blade Ruins in Nagrand wants you to collect 10 Kil\'sorrow Armaments.','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.',NULL,'Excellent! Our next target will be the Laughing Skull Ruins. ','We will ignite a hatred heretofore unseen between the two clans! ','Return to Lantresor of the Blade at the Burning Blade Ruins in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25554,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9929,2,63,255,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9942,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Missing Merchant','Travel northwest along the road toward Shattrath and search for evidence of what happened to Dugar.','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?','','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.$BRecalling 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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9930,2,63,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9941,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Missing Merchant','Travel northwest along the road toward Shattrath and search for evidence of what happened to Deirom.','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.',NULL,'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.$BRecalling 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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9931,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9927,0,-9931,0,5,70000,67800,0,0,0,0,0,0,25555,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Returning the Favor','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.','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.',NULL,'The plan is perfect, $N. I am already seeing the fruits of your labor. ','Can you predict what will happen next? ','Return to Lantresor of the Blade at the Burning Blade Ruins in Nagrand.',18393,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25555,0,0,0,0,0,1,0,0,0,'Kil\'sorrow Banner Planted','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9932,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9927,0,-9931,0,5,70000,67800,0,0,0,0,0,0,25658,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Body of Evidence','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.','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!',NULL,'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? ','Return to Lantresor of the Blade at the Burning Blade Ruins in Nagrand.',18395,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25658,0,0,0,0,0,1,0,0,0,'Kil\'sorrow Bodies Planted','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9933,2,66,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9931,0,0,0,6,105000,8400,0,0,0,0,0,0,25586,1,0,128,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,978,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message to Telaar','Take the Burning Blade Peace Offering to Arechron at Telaar in Nagrand.','$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$B',NULL,'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? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25586,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9934,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9931,10044,-9868,0,6,105000,84900,0,0,0,0,0,0,25586,1,0,128,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,941,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message to Garadar','Take the Burning Blade Peace Offering to Garrosh at 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',NULL,'$B$BYou waste your time, $R. Take whatever you desire from the crate. I nor Garadar have any need for these useless trinkets.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25586,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9935,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9937,-9935,0,5,105000,6900,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Giselda the Crone','Slay Giselda the Crone and any combination of 10 Kil\'sorrow Agents. Return to Warden Bullrok at Garadar should you complete this task.','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.','','The crone has been slain! This is wonderful news, $N. Here is your reward.','Are you here to collect a reward?','Return to Warden Bullrok at Garadar in Nagrand.',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,0,6,1,0,0,0,0,0,0,0,0,12340), (9936,2,66,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9938,-9936,0,5,105000,6900,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Giselda the Crone','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.','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.',NULL,'The crone has been slain! This is wonderful news, $N. Here is your reward.','Are you here to collect a reward?','Return to Warden Moi\'bff Jill at Telaar in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,1,5,4,0,0,0,0,0,0,12340), (9937,2,67,66,0,3518,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,111000,10500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25774,25773,25772,0,0,0,1,1,1,0,0,0,941,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Durn the Hungerer','Slay Durn the Hungerer. Return to Warden Bullrok if you manage to complete this task.','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.$B','','Durn\'s murderous grip has been loosed! Nagrand has a brighter tomorrow because of you, hero. Well done!','For the Mag\'har!','Return to Warden Bullrok at Garadar in Nagrand.',18411,0,0,0,1,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9938,2,67,66,0,3518,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,111000,10500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25774,25773,25772,0,0,0,1,1,1,0,0,0,978,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Durn the Hungerer','Slay Durn the Hungerer. Return to Warden Moi\'bff Jill if you manage to complete this task.','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.',NULL,'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!','Return to Warden Moi\'bff Jill at Telaar in Nagrand.',18411,0,0,0,1,0,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,0,0,0,0,0,0,0,0,5,4,0,0,0,0,0,0,12340), (9939,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9937,-9935,0,5,70000,6900,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Zorbo the Advisor','Slay Zorbo the Advisor, 5 Warmaul Shaman and 5 Warmaul Reavers. Return to Warden Bullrok if you manage to complete this task.','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. ','','This is a great victory for the people of Garadar! Well done, $N!','Are you here to collect a reward?','Return to Warden Bullrok at Garadar in Nagrand.',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,0,0,1,5,4,0,0,0,0,0,0,12340), (9940,2,66,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9938,-9936,0,5,70000,6900,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Zorbo the Advisor','Slay Zorbo the Advisor, 5 Warmaul Shaman and 5 Warmaul Reavers. Return to Warden Moi\'bff Jill if you manage to complete this task.','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.',NULL,'This is a great victory for the people of Telaar! Well done, $N!','Are you here to collect a reward?','Return to Warden Moi\'bff Jill at Telaar in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,1,5,4,0,0,0,0,0,0,12340), (9941,2,63,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9943,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tracking Down the Culprits','Continue your search for signs of Deirom in the Arakkoa settlement north of the broken cart.','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. ',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9942,2,63,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9929,0,0,9947,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tracking Down the Culprits','Continue your search for signs of Dugar in the Arakkoa settlement north of the broken cart.','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. ','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9943,2,64,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9949,2,8000,1620,0,0,0,0,0,0,0,0,0,136,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,'Return to Thander','Return to Thander at the Allerian Stronghold with news of your findings.','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.',NULL,'$BThere\'s no doubt that they\'re involved, then. But why?$BDeirom has been making the trip to Shattrath without incident for some time. Why would the arakkoa choose this trip to take him captive?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9944,2,67,65,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9945,1,0,720,0,0,0,0,0,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,941,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing Mag\'hari Procession','Search for the 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.','','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...\n',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9945,2,67,65,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9944,0,0,9946,5,37000,6900,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'War on the Warmaul','Elder Yorley at the Mag\'hari Procession in Nagrand has asked that you slay 8 Warmaul Brutes and 8 Warmaul Warlocks.','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!','','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.','Return to Elder Yorley at the Mag\'hari Procession in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9946,2,67,65,0,3518,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,9945,0,0,0,6,74000,8700,0,0,0,0,0,0,0,0,0,136,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,941,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cho\'war the Pillager','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.','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.','','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.','Return to Elder Yorley at the Mag\'hari Procession in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25590,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (9947,2,64,255,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9942,0,0,9950,2,8000,1620,0,0,0,0,0,0,0,0,0,136,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,'Return to Rokag','Return to Rokag at Stonebreaker Hold with news of your findings.','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.','','$BThere\'s no doubt that they\'re involved, then. But why?$BDugar has been making the trip to Shattrath without incident for some time. Why would the arakkoa choose this trip to take him captive?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9948,2,67,65,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,941,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding the Survivors','Elder Ungriz at the Mag\'hari Procession in Nagrand has asked that you free 5 Mag\'har Prisoners.','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.','','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...','Return to Elder Ungriz at the Mag\'hari Procession in Nagrand.',18428,0,0,0,5,0,0,0,0,0,0,25604,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mag\'har Prisoner Freed','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9949,2,64,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10048,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Bird\'s-Eye View','Bring the Eye of Veil Skith, the Eye of Veil Shienor, and the Eye of Veil Reskk to Andarl at the Allerian Stronghold.','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.',NULL,'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?','Return to Andarl in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25638,25642,25635,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9950,2,64,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9947,0,0,10049,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Bird\'s-Eye View','Bring the Eye of Veil Skith, the Eye of Veil Shienor, and the Eye of Veil Reskk to Kurgatok at Stonebreaker Hold.','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.','','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?','Return to Kurgatok in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25642,25638,25635,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9951,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,8100,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25542,28028,28026,28027,31723,0,1,1,1,1,1,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s Watching You!','Kill Naphthal\'ar and then return to Warden Treelos at the Cenarion Thicket in Terokkar Forest.','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!',NULL,'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.','Return to Warden Treelos at the Cenarion Thicket in Terokkar Forest.',18438,0,0,0,1,0,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,1000,0,0,0,0,1,1,1,5,0,0,0,1000,0,0,12340), (9952,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9958,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Prospector Balmoral','Locate and speak with 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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9953,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9959,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Lookout Nodak','Locate and speak with 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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9954,2,67,65,0,3518,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,9924,0,0,9955,5,0,6900,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corki\'s Ransom','Arechron wants you to find Corki at Warmaul Hill.','$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.','','They\'ve got me locked up good this time, $N. The Warmaul king, Cho\'war, has the key.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9955,2,67,65,0,3518,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,9954,0,0,0,6,74000,8700,0,0,0,0,0,0,0,0,0,136,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,978,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cho\'war the Pillager','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.','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.','','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?','Return to Arechron at Telaar in Nagrand.',18444,0,0,0,1,0,0,0,0,0,0,25648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corki Freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9956,2,67,65,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,978,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ravaged Caravan','Huntress Kima at Telaar in Nagrand wants you to recover 10 Telaar Supply Crates.','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.',NULL,'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! ','Return to Huntress Kima at Telaar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25647,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9957,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9968,9957,0,2,0,1560,0,0,0,0,0,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,942,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s Wrong at Cenarion Thicket?','Speak with one of the druids at the Cenarion Thicket in Terokkar Forest.','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.','','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,'','','','',4,0,1000,0,0,0,0,0,0,1,1,1,6,0,0,1000,1000,0,12340), (9958,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9963,4,0,4950,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Scouting the Defenses','Approach Veil Shalas and observe the town\'s 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.',NULL,'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.',NULL,'Return to Prospector Balmoral in Terokkar Forest.',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,'Investigate Veil Shalas Defenses','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9959,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9953,0,0,9964,4,0,4950,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Scouting the Defenses','Approach Veil Shalas and learn about the magic defending the settlement.','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.','','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.',NULL,'Return to Lookout Nodak at Skethyl Mountains in Terokkar Forest.',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,'Investigate Veil Shalas Defenses','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9960,2,63,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9968,9957,0,2,0,9300,0,0,0,0,0,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,942,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s Wrong at Cenarion Thicket?','Speak with one of the druids at the Cenarion Thicket in Terokkar Forest.','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.',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9961,2,63,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9968,9957,0,2,0,1560,0,0,0,0,0,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,942,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s Wrong at Cenarion Thicket?','Speak with one of the druids at the Cenarion Thicket in Terokkar Forest.','$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.','','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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9962,2,67,65,0,3518,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9967,0,0,7,111000,10500,0,0,0,0,0,0,0,0,0,131,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: Brokentoe','Defeat Brokentoe. Should you win, speak with Wodin the Troll-Servant to collect your reward.','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.$B','Brokentoe Defeated','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.','Return to Wodin the Troll-Servant at the Laughing Skull Ruins 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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9963,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9965,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Seeking Help from the Source','Find Kokorek in Veil Lithic and speak with him.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (9964,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9959,0,0,9966,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Seeking Help from the Source','Find Kokorek in Veil Lithic and speak with him.','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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (9965,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9969,5,0,6600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Show of Good Faith','Bring Mug\'gok\'s Head to Kokorek in Veil Lithic.','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.',NULL,NULL,NULL,'Return to Kokorek at Veil Lithic in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25666,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9966,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9964,0,0,9974,5,0,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Show of Good Faith','Bring Mug\'gok\'s Head to Kokorek in Veil Lithic.','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.','',NULL,NULL,'Return to Kokorek at Veil Lithic in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25666,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9967,2,67,65,0,3518,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,9962,9970,0,0,7,111000,10500,0,0,0,0,0,0,0,0,0,131,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: The Blue Brothers','Defeat the Murkblood Twins that call themselves the Blue Brothers. Should you win, speak with Wodin the Troll-Servant to collect your reward.','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!','The Blue Brothers Defeated','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.','Return to Wodin the Troll-Servant at the Laughing Skull Ruins 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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (9968,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9978,0,0,5,29000,6300,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Energy','Collect 4 Teromoth Samples and 4 Vicious Teromoth Samples. Then return to Earthbinder Tavgren just outside of the Cenarion Thicket in Terokkar Forest.','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.','','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?','Return to Earthbinder Tavgren just outside of the Cenarion Thicket in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25672,24279,0,0,0,0,4,4,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (9969,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9975,5,0,6600,0,0,0,0,0,0,0,0,0,136,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,'The Final Reagents','Bring 5 Warp Hunter Essences and 30 Terokkar Chokeberries to Kokorek in Veil Lithic.','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.',NULL,'Excellent. This will take just a moment.',NULL,'Return to Kokorek at Veil Lithic in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25678,25677,0,0,0,0,5,30,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9970,2,67,65,0,3518,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,9967,9972,0,0,7,111000,10500,0,0,0,0,0,0,0,0,0,131,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: Rokdar the Sundered Lord','Defeat Rokdar the Sundered Lord. Should you win, speak with Wodin the Troll-Servant to collect your reward.','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.','Rokdar the Sundered Lord Defeated','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.','Return to Wodin the Troll-Servant at the Laughing Skull Ruins 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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,12340), (9971,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,6300,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clues in the Thicket','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.','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.',NULL,'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?','Return to Earthbinder Tavgren just outside of the Cenarion Thicket in Terokkar Forest.',-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,'Strange Object examined','','','',4,0,1000,1000,0,0,0,0,0,1,1,6,0,0,0,1000,0,0,12340), (9972,2,67,65,0,3518,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,9970,9973,0,0,7,111000,10500,0,0,0,0,0,0,0,0,0,131,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: Skra\'gath','Defeat Skra\'gath. Should you win, speak with Wodin the Troll-Servant to collect your reward.','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!','Skra\'gath Defeated','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.','Return to Wodin the Troll-Servant at the Laughing Skull Ruins 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,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9973,2,67,65,0,3518,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,9972,9977,0,0,7,111000,10500,0,0,0,0,0,0,0,0,0,131,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Blood: The Warmaul Champion','Defeat the Warmaul Champion. Should you win, speak with Wodin the Troll-Servant to collect your reward.','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!','The Warmaul Champion Defeated','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.','Return to Wodin the Troll-Servant at the Laughing Skull Ruins 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9974,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9966,0,0,9976,5,0,6600,0,0,0,0,0,0,0,0,0,136,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,'The Final Reagents','Bring 5 Warp Hunter Essences and 30 Terokkar Chokeberries to Kokorek at Veil Lithic.','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.','','Excellent. This will take just a moment.','Have you brought the rest of the reagents?','Return to Kokorek at Veil Lithic in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25678,25677,0,0,0,0,5,30,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9975,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9980,5,0,6600,0,0,0,0,0,0,25684,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Primal Magic','Use Kokorek\'s Talisman near the totems that guard the path to Veil Shalas, then speak with Prospector Balmoral.','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.',NULL,'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.',NULL,'Return to Prospector Balmoral in Terokkar Forest.',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,'Use Kokorek\'s Talisman','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9976,2,65,255,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9974,0,0,9981,4,0,4950,0,0,0,0,0,0,25684,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Primal Magic','Use Kokorek\'s Talisman near the totems that guard the path to Veil Shalas, then speak with Lookout Nodak.','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.','','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.',NULL,'Return to Lookout Nodak at Skethyl Mountains in Terokkar Forest.',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,'Use Kokorek\'s Talisman','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9977,2,68,65,0,3518,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,9973,0,0,0,7,117000,10800,0,0,0,0,0,0,0,0,0,131,2,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,'The Ring of Blood: The Final Challenge','Defeat Mogor, Hero of the Warmaul. Should you win, speak with Wodin the Troll-Servant to collect your reward.','$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!','Mogor, Hero of the Warmaul Defeated','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.','Return to Wodin the Troll-Servant at the Laughing Skull Ruins 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,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (9978,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9968,9979,0,9979,5,0,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'By Any Means Necessary','Find Empoor on the road between Tuurem and Shattrath City in Terokkar Forest. Convince him to tell you what he knows.','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.','','Fine, fine... I\'ll tell you what I know, but it\'s not much!',NULL,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,'','','','',4,0,1000,1000,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (9979,2,63,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9978,0,0,10112,3,0,3150,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Wind Trader Lathrai','Speak with Wind Trader Lathrai near the World\'s End Tavern in the Lower City section of Shattrath City.','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!','','Yes? How may I help you today, $r?',NULL,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,'','','','',4,0,1000,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,12340), (9980,2,65,62,0,3519,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,66000,9900,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'Rescue Deirom!','Venture into Veil Shalas, kill Luanga, and free Deirom. Report to Lady Dena Kennedy at the Allerian Stronghold when you have completed your mission.','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.',NULL,'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.',NULL,'Return to Lady Dena Kennedy at Allerian Stronghold in Terokkar Forest.',18533,18494,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Free Deirom','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9981,2,65,62,0,3519,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,9976,0,0,0,7,66000,9900,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'Rescue Dugar!','Venture into Veil Shalas, kill Luanga, and free Dugar. Report to Rokag at Stonebreaker Hold when you have completed your mission.','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.','','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.',NULL,'Return to Rokag in Terokkar Forest.',18533,18496,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Free Dugar','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9982,2,68,66,0,3518,1,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9991,0,0,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'He Called Himself Altruis...','If you are looking to fight the Burning Legion, find Altruis the Sufferer in western Nagrand.','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.','','Does my appearance startle you? Do you know what I am?','',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,1,0,0,0,0,0,0,0,0,12340), (9983,2,68,66,0,3518,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9991,0,0,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'He Called Himself Altruis...','If you are looking to fight the Burning Legion, find Altruis the Sufferer in western Nagrand.','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.',NULL,'Does my appearance startle you? Do you know what I am?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (9984,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,0,25705,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Host of the Hidden City','Take Luanga\'s Orders to Andarl at the Allerian Stronghold in Terokkar Forest.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25705,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9985,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,0,25706,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Host of the Hidden City','Bring Luanga\'s Orders to Kurgatok at Stonebreaker Hold in Terokkar Forest.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25706,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9986,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Stymying the Arakkoa','Kill Ashkaz in Veil Reskk, Ayit in Veil Shienor, and Urdak in Veil Skith and return to Thander at the Allerian Stronghold.','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. ','','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?','Return to Thander at the Allerian Stronghold in Terokkar Forest.',18539,18540,18541,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,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,12340), (9987,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Stymying the Arakkoa','Kill Ashkaz in Veil Reskk, Ayit in Veil Shienor, and Urdak in Veil Skith and return to Rokag at Stonebreaker Hold.','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. ','','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?','Return to Rokag at Stonebreaker Hold in Terokkar Forest.',18539,18540,18541,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (9988,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,0,0,0,0,136,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,'A Dandy\'s Best Friend','Bring 30 Arakkoa Feathers to Ros\'eleth in the Allerian Stronghold.','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.',NULL,'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!',NULL,'Return to Ros\'eleth at Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9989,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,0,0,0,0,136,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,'Alien Spirits','Bring 30 Arakkoa Feathers to Malukaz at Stonebreaker Hold.','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.',NULL,'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?','Return to Malukaz at Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9990,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10112,0,0,0,5,31000,6600,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate Tuurem','Find the Sealed Box and then deliver it to Earthbinder Tavgren just outside of the Cenarion Thicket in Terokkar Forest.','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?','','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?','Return to Earthbinder Tavgren just outside of the Cenarion Thicket in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25727,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9991,2,68,66,0,3518,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9999,2,0,1860,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Survey the Land','Sit back and enjoy the ride. Speak to Altruis when the survey is complete.','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.$B','Forge Camps Surveyed','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?','Speak to Altruis the Sufferer 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,1,0,0,0,0,0,0,0,0,12340), (9992,2,63,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10028,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Olemba Seeds','Gather 30 Olemba Seeds and return them to Ros\'eleth in the Allerian Stronghold.','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?',NULL,'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.','Return to Ros\'eleth at the Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25745,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9993,2,63,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10201,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Olemba Seed Oil','Bring 30 Olemba Seeds to Rakoria in Stonebreaker Hold.','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.','','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?','Return to Rakoria at Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25745,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9994,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9990,0,0,10444,3,16000,3300,0,0,0,0,0,0,25746,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Are These Things?','Deliver the Box of Parts to Jenai Starwhisper at the Allerian Stronghold in Terokkar Forest.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25746,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9995,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9990,0,0,10448,3,16000,3300,0,0,0,0,0,0,25746,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Are These Things?','Deliver the Box of Parts to Tooki at Stonebreaker Hold in Terokkar Forest.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25746,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (9996,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10444,0,0,10446,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Attack on Firewing Point','Kill 10 Firewing Defenders, 10 Firewing Bloodwarders, and 10 Firewing Warlocks. Then report back to Lieutenant Meridian at the Allerian Post in Terokkar Forest.','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.','','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?','Return to Lieutenant Meridian at the Allerian Post in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (9997,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10448,0,0,10447,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Attack on Firewing Point','Kill 10 Firewing Defenders, 10 Firewing Bloodwarders, and 10 Firewing Warlocks. Then report back to Sergeant Chawni at Stonebreaker Camp in Terokkar Forest.','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.','','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?','Return to Sergeant Chawni at Stonebreaker Camp in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (9998,2,63,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Unruly Neighbors','Kill 12 Warped Peons and then report to Theloria Shadecloak at the Allerian Post.','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.','','$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?','Return to Theloria Shadecloak at the Allerian Post in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (9999,2,68,66,0,3518,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,9991,0,0,10001,5,0,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Buying Time','Altruis the Sufferer in western Nagrand has asked that you kill 2 Felguard Legionnaires, 3 Mo\'arg Engineers and 8 Gan\'arg Tinkerers.','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.','','It is as I suspected. There are no conventional means of destroying fel steel. All is not lost, however...','Back so soon?','Return to Altruis the Sufferer in Nagrand.',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,1,0,0,0,0,0,0,0,0,12340), (10000,2,63,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'An Unwelcome Presence','Kill 12 Warped Peons and then report to Shadowstalker Kaide.','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.','','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.','Return to Shadowstalker Kaide at Stonebreaker Camp in Terokkar Forest.',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,'','','','',1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (10001,2,68,66,0,3518,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,9999,0,0,10004,5,0,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Master Planner','Altruis the Sufferer in western Nagrand has asked that you recover the Master Planner\'s Blueprints.','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.',NULL,'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! ','Return to Altruis the Sufferer in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,12340), (10002,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9998,0,0,0,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Firewing Liaison','Locate and slay Lisaile Fireweaver, then return to Theloria Shadecloak.','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.$B',NULL,'$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?','Return to Theloria Shadecloak at the Allerian Post in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (10003,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10000,0,0,0,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Firewing Liaison','Locate and slay Lisaile Fireweaver, then return to Shadowstalker Kaide.','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.','','$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?','Return to Shadowstalker Kaide at Stonebreaker Camp in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (10004,2,68,66,0,3518,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10001,0,0,10009,5,0,7200,0,0,0,0,0,0,25751,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Patience and Understanding','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.$B','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.','Sal\'salabim Persuaded','Calm down, bright eyes! Sal\'salabim will help.','$B$B[Demonic] Ik il romath sardon.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10005,2,63,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10446,0,0,0,7,87000,9300,0,0,0,0,0,0,0,0,0,136,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,942,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Letting Earthbinder Tavgren Know','Speak with Earthbinder Tavgren just outside the Cenarion Thicket in Terokkar Forest.','$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.',NULL,'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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10006,2,63,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10447,0,0,0,7,87000,9300,0,0,0,0,0,0,0,0,0,136,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,942,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Letting Earthbinder Tavgren Know','Speak with Earthbinder Tavgren just outside the Cenarion Thicket in Terokkar Forest.','$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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10007,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9998,0,0,0,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'Thinning the Ranks','Kill 10 Bonechewer Devastators and 6 Bonechewer Backbreakers and return to Theloria Shadecloak.','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.',NULL,'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?','Return to Theloria Shadecloak at the Allerian Post in Terokkar Forest.',16772,16810,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,1,0,0,0,0,0,0,0,0,12340), (10008,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10000,0,0,0,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'What Happens in Terokkar Stays in Terokkar','Shadowstalker Kaide wants you to kill 10 Bonechewer Devastators and 6 Bonechewer Backbreakers.','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.','','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...','Return to Shadowstalker Kaide at Stonebreaker Camp in Terokkar Forest.',16772,16810,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,'','','','',1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (10009,2,68,66,0,3519,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10004,0,0,10010,5,39000,7200,0,0,0,0,0,0,25766,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crackin\' Some Skulls','Sal\'salabim at Shattrath City wants you to recover Raliq\'s Debt, Coosh\'coosh\'s Debt and Floon\'s Debt.','$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!',NULL,'Now, deal is deal but when Sal\'salabim tell you, you not be mad, yes?','You no come back without Sal\'salabim golds!','Return to Sal\'salabim at Shattrath City in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10010,2,68,66,0,3519,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10009,0,0,10011,3,0,3600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'It\'s Just That Easy?','Sal\'salabim at Shattrath City wants you to return to Altruis the Sufferer in western Nagrand.','$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.$B',NULL,'Of course! We will use their own weapons against them!',NULL,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,12340), (10011,2,68,66,0,3518,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10010,0,0,0,7,117000,10800,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,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,'Forge Camp: Annihilated','Altruis the Sufferer in western Nagrand has asked that you Destroy Forge Camp: Hate and Destroy Forge Camp: Fear.','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.',NULL,'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?','Return to Altruis the Sufferer in Nagrand.',19067,19210,0,0,1,1,0,0,0,0,25770,25771,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forge Camp: Hate Destroyed','Forge Camp: Fear Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10012,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,25765,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Orc Plans','Bring the Fel Orc Plans to Bertelm at the Allerian Stronghold in Terokkar Forest.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25765,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10013,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,25765,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unseen Hand','Bring the Fel Orc Plans to Rokag at Stonebreaker Hold in Terokkar Forest.','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.',NULL,'$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25765,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10014,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10446,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Firewing Point Project','Steal the four Mana Bomb Code Sheets and deliver them to Lieutenant Meridian at the Allerian Post in Terokkar Forest.','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!',NULL,'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!',NULL,'Return to Lieutenant Meridian in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25754,25755,25756,25757,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10015,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10447,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Firewing Point Project','Steal the four Mana Bomb Code Sheets and deliver them to Sergeant Chawni at Stonebreaker Camp in Terokkar Forest.','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!','','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?','Return to Sergeant Chawni in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25754,25755,25756,25757,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10016,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10022,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Timber Worg Tails','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.','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?','','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?','Return to Bertelm at the Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25807,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10017,2,64,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,932,0,1,0,0,0,0,5,0,6600,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strained Supplies','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.','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.','','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.','Return to Sha\'nir in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25802,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10018,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10023,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Vestments of the Wolf Spirit','Bring 12 Timber Worg Pelts to Malukaz at Stonebreaker Hold. ','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.',NULL,'These are perfect, $N! I could not have asked for better.','Were you able to find all the pelts that I need?','Return to Malukaz at Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25812,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10019,0,64,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,932,0,1,10017,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Venom Sacs','','',NULL,'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?','Return to Sha\'nir in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25802,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10020,2,64,62,0,3703,1,2,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,0,0,6,62000,8100,0,0,0,0,0,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,932,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Cure for Zahlia','Bring Stonegazer\'s Blood to Sha\'nir in Shattrath City.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','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.','','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.','Return to Sha\'nir in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25815,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10021,2,64,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,0,0,5,0,6600,0,43090,0,0,0,0,25817,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restoring the Light','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.','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.','','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?','Return to Ishanah at Aldor Rise in Shattrath City.',-182563,-182565,-182566,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10022,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10016,0,0,0,6,31000,8100,0,0,0,0,0,0,0,0,0,136,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,'The Elusive Ironjaw','Bring Ironjaw\'s Pelt to Bertelm at the Allerian Stronghold.','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.',NULL,'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?','Return to Bertelm at the Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25837,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10023,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10018,0,0,10791,6,31000,8100,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Patriarch Ironjaw','Bring Ironjaw\'s Pelt to Malukaz at Stonebreaker Hold.','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.','','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?','Return to Malukaz at Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25837,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10024,2,65,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,934,0,1,0,0,0,0,5,0,6600,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voren\'thal\'s Visions','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.','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.','','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?','Return to Arcanist Adyria in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25744,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10025,0,65,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,934,0,1,10024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,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.','Return to Arcanist Adyria in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25744,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10026,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Magical Disturbances','Andarl at the Allerian Stronghold wants you to kill 10 Warp Stalkers.','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.','','$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?','Return to Andarl at the Allerian Stronghold in Terokkar Forest.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10027,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Magical Disturbances','Kill 10 Warp Stalkers and return to Kurgatok at Stonebreaker Hold.','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.',NULL,'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!','Return to Kurgatok at Stonebreaker Hold in Terokkar Forest.',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,'','','','',1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,12340), (10028,2,63,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9992,0,0,0,5,29000,6300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Vessels of Power','Bring 8 Draenei Vessels to Ros\'eleth at the Allerian Stronghold.','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.',NULL,'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?','Return to Ros\'eleth at the Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25841,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10029,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3300,0,0,0,0,0,0,25840,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spirits Are Calling','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.$B','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10030,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10840,0,0,10031,5,33000,6600,0,0,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recover the Bones','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.$B','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.',NULL,'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?','Return to Ramdor the Mad at Auchindoun\'s Ring of Observance in the Bone Wastes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25842,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10031,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10030,0,0,0,5,33000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25948,25949,25951,31725,0,0,1,1,1,1,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helping the Lost Find Their Way','Destroy 10 Lost Spirits and 10 Broken Skeletons, and then speak with Soolaveen at the Refugee Caravan in the Bone Wastes of Terokkar Forest.$B','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.',NULL,'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?','Return to Soolaveen at the Refugee Camp in the Bone Wastes.',18460,16805,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,1,0,0,0,0,0,0,0,0,12340), (10032,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,62400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Artifacts from Tuurem','Gather 6 Tuurem Artifacts from Tuurem Scavengers and Tuurem Hunters and bring them to Rakoria at Stonebreaker Hold.','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?','',NULL,NULL,'Return to Rakoria at Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10033,2,65,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10035,5,33000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Wanted: Bonelashers Dead!','Kill 20 Bonelashers and then report to Taela Everstride at the Allerian Stronghold in Terokkar Forest.','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.','','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?','Return to Taela Everstride at the Allerian Stronghold in Terokkar Forest.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10034,2,65,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10036,5,33000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Wanted: Bonelashers Dead!','Kill 20 Bonelashers and then report to Mawg Grimshot at Stonebreaker Hold in Terokkar Forest.','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.',NULL,'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?','Return to Mawg Grimshot at Stonebreaker Hold in Terokkar Forest.',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,6,1,0,0,0,0,0,0,0,0,12340), (10035,2,65,63,0,3519,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,10033,0,0,0,6,66000,8400,0,0,0,0,0,0,0,0,0,136,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,'Torgos!','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.','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.','','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?','Return to Taela Everstride at the Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,30618,0,0,0,1,0,0,0,0,25852,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10036,2,65,63,0,3519,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,10034,0,0,0,6,66000,8400,0,0,0,0,0,0,0,0,0,136,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,'Torgos!','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 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.',NULL,'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?','Return to Mawg Grimshot in Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,30618,0,0,0,1,0,0,0,0,25852,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10037,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6600,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'Rather Be Fishin\'','Bring 8 Pristine Shimmerscale Eels to Seth in Shattrath City.','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.','','Thanks! I can\'t remember the last time I had eel!$B$BHow should I cook \'em?','$B$BDid you find the eels? Didja?','Return to Seth in the Lower City section of Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25891,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10038,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10040,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Speak with Private Weeks','Speak with Private Weeks near the north entrance to Grangol\'var Village in Terokkar Forest.','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.',NULL,'It\'s about time someone came out here. I sent that report to the Allerian Stronghold over a week ago!$B$BBureaucracy!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10039,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10041,2,0,1620,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Speak with Scout Neftis','Speak with Scout Neftis near the south entrance to Grangol\'var Village in Terokkar Forest.','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.','','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!',NULL,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,'','','','',1,25,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10040,2,65,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10038,0,0,10042,5,33000,6600,0,32780,0,0,0,0,0,0,32756,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Who Are They?','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.','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.',NULL,'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?','Return to Private Weeks at Grangol\'var Village in Terokkar Forest.',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,'Shadowy Initiate Spoken To','Shadowy Laborer Spoken To','Shadowy Advisor Spoken To','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10041,2,65,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10039,0,0,10043,5,33000,6600,0,32780,0,0,0,0,0,0,32756,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Who Are They?','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.','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.','','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?','Return to Scout Neftis at Grangol\'var Village in Terokkar Forest.',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,'Shadowy Initiate Spoken To','Shadowy Laborer Spoken To','Shadowy Advisor Spoken To','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10042,2,65,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10040,0,0,0,6,66000,8400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Kill the Shadow Council!','Kill 10 Shadowy Executioners, 10 Shadowy Summoners and Shadowmaster Grieve, and then return to Lieutenant Gravelhammer at the Allerian Stronghold in Terokkar Forest.','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!',NULL,'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;?','Return to Lieutenant Gravelhammer at the Allerian Stronghold in Terokkar Forest.',16519,17088,18720,0,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,1,0,0,0,0,0,0,0,0,12340), (10043,2,65,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10041,0,0,0,6,66000,8400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Kill the Shadow Council!','Kill 10 Shadowy Executioners, 10 Shadowy Summoners and Shadowmaster Grieve, and then return to Advisor Faila at Stonebreaker Hold in Terokkar Forest.','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!','','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?','Return to Advisor Faila at Stonebreaker Hold in Terokkar Forest.',16519,17088,18720,0,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,1,0,0,0,0,0,0,0,0,12340), (10044,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10011,0,0,10045,1,0,720,0,0,0,0,0,0,0,0,0,138,2,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit With the Greatmother','Speak to Greatmother Geyah and listen to what she has to tell you.$B','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.','Listen to Greatmother Geyah','We must first expand your mind so that you may commune with the ancestors.','Please, sit down, dear.','Return to Greatmother Geyah at Garadar 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,1,0,0,0,0,0,0,0,0,12340), (10045,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10044,0,0,10081,6,0,9000,0,0,0,0,0,0,25866,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Material Components','Greatmother Geyah at Garadar in Nagrand has asked that you collect 1 Olemba Root, 1 Marshberry, 1 Telaari Frond and 1 Dragonspine.$B','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.',NULL,'You are very resourceful, $N. Our greatest gatherers would have taken twice as long to collect the herbs.Do not be afraid. ','Hello, dear.','Return to Greatmother Geyah at Garadar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25863,25862,25864,25865,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10046,2,60,54,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,2880,0,0,0,0,0,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,76,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Through the Dark Portal','Travel through the Dark Portal and speak with Nazgrel at Thrallmar.','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.',NULL,NULL,NULL,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,12340), (10047,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10093,5,0,5850,0,0,0,0,0,0,25889,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of Glory','Cleanse 8 Trampled Skeletons on the Path of Glory with Draenei Holy Water, then return to Warp-Scryer Kryv at Honor Hold.','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.',NULL,'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.','Return to Warp-Scryer Kryv at Honor Hold in Hellfire Peninsula.',-182789,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,25889,0,0,0,0,0,1,0,0,0,0,0,'Cleanse Trampled Skeleton','','','',2,1,1,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,12340), (10048,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Handful of Magic Dust','Collect 7 handfuls of Pacifying Dust for Andarl at the Allerian Stronghold.','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.',NULL,'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.','Return to Andarl at the Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29475,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10049,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9950,0,0,0,5,31000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Handful of Magic Dust','Collect 7 handfuls of Pacifying Dust for Kurgatok at Stonebreaker Hold.','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.','','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.','Return to Kurgatok at Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29475,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10050,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10057,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unyielding Souls','Honor Guard Wesilow wants you to defeat 12 Unyielding Footmen, 10 Unyielding Sorcerers, and 5 Unyielding Knights at the Expedition Armory to the south.','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.',NULL,'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.','Return to Honor Guard Wesilow at Honor Hold in Hellfire Peninsula.',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,'','','','',1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10051,2,64,62,0,3519,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,62000,8100,0,0,0,0,0,0,0,0,0,130,2,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,'Escape from Firewing Point!','Escort Isla Starmane to safety and then report to Captain Auric Sunchaser at the Allerian Stronghold in Terokkar Forest.','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','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.',NULL,'Return to Captain Auric Sunchaser at the Allerian Stronghold in Terokkar 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,1,0,0,0,0,0,0,0,0,12340), (10052,2,64,62,0,3519,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,62000,8100,0,0,0,0,0,0,0,0,0,130,2,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,'Escape from Firewing Point!','Escort Isla Starmane to safety and then report to Advisor Faila at Stonebreaker Hold in Terokkar Forest.','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','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.',NULL,'Return to Advisor Faila at Stonebreaker Hold in Terokkar 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,1,0,0,0,0,0,0,0,0,12340), (10053,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10054,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing with Zeth\'Gor','Defeat Grillok \"Darkeye\" and search his lair for the Bleeding Hollow Attack Plans.','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.',NULL,NULL,NULL,'Locate the Bleeding Hollow Attack Plans at Zeth\'Gor in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10054,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10138,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Impending Doom','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.','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!',NULL,NULL,NULL,'Return to Lieutenant Amadi at Honor Hold in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10055,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,10078,0,10078,5,20000,5850,0,0,0,0,0,0,0,0,0,136,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waste Not, Want Not','Bring 8 pieces of Salvaged Metal and 8 pieces of Salvaged Wood to Dumphry at Honor Hold.','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?','','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?','Return to Dumphry at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25912,25911,0,0,0,0,8,8,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10056,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bleeding Hollow Supplies','Destroy 6 piles of Bleeding Hollow Supplies and report to Lieutenant Amadi at Honor Hold.','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.','',NULL,NULL,'Return to Lieutenant Amadi at Honor Hold in Hellfire Peninsula.',-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,0,0,1,0,0,0,0,0,0,0,0,12340), (10057,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10050,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25989,25992,25993,0,0,0,1,1,1,0,0,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Looking to the Leadership','Overcome the ghosts of Arch Mage Xintor and Lieutenant Commander Thalvos and return to Honor Guard Wesilow in the tower northwest of Honor Hold.','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.',NULL,'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?','Return to Honor Guard Wesilow at Honor Hold in Hellfire Peninsula.',16977,16978,0,0,1,1,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,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10058,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Old Gift','Retrieve Mysteries of the Light and return it to Father Malgor Devidicus at Honor Hold.','$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.','','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?','Return to Father Malgor Devidicus at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25938,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',5,274,1,0,0,0,0,0,0,25,1,1,1,0,0,0,0,0,12340), (10059,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10060,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing With Zeth\'Gor','Slay Grillok \"Darkeye\" and search his lair for the Bleeding Hollow Attack Plans.','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.',NULL,'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.',NULL,'Find the Bleeding Hollow Attack Plans at Zeth\'Gor in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10060,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10156,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Impending Doom','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.','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!','','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',NULL,'Return to Stone Guard Ambelan at Spinebreaker Post in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10061,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10062,0,10062,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Unyielding','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.','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.',NULL,NULL,NULL,'Return to Grelag at Spinebreaker Post in Hellfire Peninsula.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10062,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10061,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25993,25992,25989,0,0,0,1,1,1,0,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Looking to the Leadership','Overcome the ghosts of Arch Mage Xintor and Lieutenant Commander Thalvos and return to Grelag at Spinebreaker Ridge.','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.',NULL,NULL,NULL,'Return to Grelag at Spinebreaker Post in Hellfire Peninsula.',16977,16978,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10063,2,17,13,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,180,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Explorers\' League, Is That Something for Gnomes?','Find Clopper Wizbang camped in an old turtle shell on the shore north of Blood Watch.','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!','','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?',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,1,0,0,0,0,0,0,0,0,12340), (10064,2,18,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Talk to the Hand','Report to Scout Jorli at Vindicator\'s Rest.','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.','','I was hoping Blood Watch would send reinforcements once they learned what we\'re up against.','Yes?',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,1,0,0,0,0,0,0,0,0,12340), (10065,2,17,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,780,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cutting a Path','Kill 10 Enraged Ravagers and return to Scout Jorli at Vindicator\'s Rest.','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.','','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?','Return to Scout Jorli at Vindicator\'s Rest in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10066,2,18,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,1000,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oh, the Tangled Webs They Weave','Kill 8 Mutated Tanglers and report to Vindicator Corin at Vindicator\'s Rest.','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.','','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?','Return to Vindicator Corin in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10067,2,19,16,0,3525,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1100,900,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fouled Water Spirits','Kill 6 Fouled Water Spirits and return to Vindicator Corin at Vindicator\'s Rest.','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.','','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?','Return to Vindicator Corin in Bloodmyst Isle.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10068,2,2,2,0,3431,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,9676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','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.','','Ah good, a $C. I\'ve been expecting you.$BThere are a few tasks that I have which you are particularly suited to.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10069,2,2,2,0,3431,0,0,0,2,690,0,0,0,0,0,0,0,0,0,0,8328,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10070,2,2,2,0,3431,0,0,0,4,690,0,0,0,0,0,0,0,0,0,0,8564,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10071,2,2,2,0,3431,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,9392,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10072,2,2,2,0,3431,0,0,0,16,690,0,0,0,0,0,0,0,0,0,0,9393,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10073,2,2,2,0,3431,0,0,0,256,690,0,0,0,0,0,0,0,0,0,0,8563,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,136,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Well Watcher Solanian','Speak with Well Watcher Solanian at the Sunspire on Sunstrider Isle.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10074,2,67,64,0,3518,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oshu\'gun Crystal Powder','Chief Researcher Amereldine at Halaa wants 10 Oshu\'gun Crystal Powder Samples.','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.','','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','Return to Chief Researcher Amereldine at Halaa in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26042,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (10075,0,67,64,0,3518,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10074,0,0,0,4,29000,5250,0,0,0,0,0,0,0,0,0,136,1,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,0,0,0,0,0,0,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.','Return to Chief Researcher Amereldine at Halaa in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26042,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (10076,2,67,64,0,3518,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oshu\'gun Crystal Powder','Chief Researcher Kartos at Halaa wants 10 Oshu\'gun Crystal Powder Samples.','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.',NULL,'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.','Return to Chief Researcher Kartos at Halaa in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26043,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10077,0,67,64,0,3518,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10076,0,0,0,4,29000,5250,0,0,0,0,0,0,0,0,0,136,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oshu\'gun Crystal Powder','','',NULL,'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.','Return to Chief Researcher Kartos at Halaa in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26043,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10078,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10055,0,0,0,5,20000,5850,0,0,0,0,0,0,26002,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,29928,29930,29934,29941,0,0,1,1,1,1,0,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Laying Waste to the Unwanted','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.','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.',NULL,'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?','Return to Dumphry at Honor Hold in Hellfire Peninsula.',18818,21237,19009,21236,1,1,1,1,0,0,0,0,0,0,0,0,0,0,26002,0,0,0,0,0,1,0,0,0,0,'Eastern Thrower Burned','Central Eastern Thrower Burned','Central Western Thrower Burned','Western Thrower Burned',1,1,1,0,0,0,0,0,0,1,4,1,1,0,0,0,0,0,12340), (10079,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10142,0,0,10099,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'When This Mine\'s a-Rockin\'','Kill 12 Gan\'arg Sappers and return to Foreman Biggums.','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!',NULL,'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?','Return to Foreman Biggums at Honor Hold Mine in Hellfire Peninsula.',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,'','','','',5,1,1,0,0,0,0,0,0,1,4,1,1,0,0,0,0,0,12340), (10080,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10083,6,0,73200,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forge Camps of the Legion','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.','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.','',NULL,NULL,'Return to Glyph Inscribed Obelisk at Felspark Ravine in Hellfire Peninsula.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10081,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10045,0,0,10082,1,0,720,0,0,0,0,0,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,941,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Meet Mother Kashur','Greatmother Geyah wants you to speak with 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.$B',NULL,'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... ',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10082,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10081,0,0,10085,5,0,7200,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Agitated Ancestors','Mother Kashur has asked that you put to rest 8 Agitated Orc Spirits.$B','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.',NULL,'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.','Return to Mother Kashur at the Ancestral Grounds in Nagrand.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10083,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10084,6,40000,7200,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legion\'s Plans','Retrieve the Forge Camp: Spite Plans and return them to Field Marshal Rohamus at Expedition Point.','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.','',NULL,NULL,'Return to Field Marshal Brock at The Legion Front in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10084,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,60000,8700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25995,25996,25994,0,0,0,1,1,1,0,0,0,946,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Mageddon','Kill Nightlord Malphas at Forge Base: Mageddon, and report to Force Commander Danath Trollbane at Honor Hold.','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.',NULL,NULL,NULL,'Return to Field Marshal Brock at The Legion Front in Hellfire Peninsula.',18838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10085,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10082,0,0,10101,5,0,7200,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit With The Ancestors','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.','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.',NULL,'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.','Return to Mother Kashur at the Ancestral Grounds in Nagrand.',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,'Visit Sunspring Post','Visit Laughing Skull Clan Ruins','Visit Garadar','Visit Bleeding Hollow Clan Ruins',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10086,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10087,5,20000,11700,0,0,0,0,0,0,0,0,0,136,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I Work... For the Horde!','Bring 8 pieces of Salvaged Metal and 8 pieces of Salvaged Wood to Megzeg Nukklebust in Thrallmar.','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!','','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?','Return to Megzeg Nukklebust at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10087,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10086,0,0,0,5,20000,11700,0,0,0,0,0,0,27479,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,29928,29930,29934,29941,0,0,1,1,1,1,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burn It Up... For the Horde!','Use the Flaming Torch to burn the Eastern Alliance Cannon and the Western Alliance Cannon, and then return to Megzeg Nukklebust in Thrallmar.','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!','','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?','Return to Megzeg Nukklebust at Thrallmar in Hellfire Peninsula.',18849,19008,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,27479,0,0,0,0,0,1,0,0,0,0,'Eastern Cannon Burned','Western Cannon Burned','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10088,2,61,255,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10100,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'When This Mine\'s a-Rockin\'','Kill 12 Gan\'arg Sappers and return to Foreman Razelcraz.','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?',NULL,'At last! Now, I don\'t suppose you\'re willing to bop a few peons on the head, or will that cost extra?',NULL,'Return to Foreman Razelcraz at Thrallmar in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10089,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10386,10090,0,10090,6,0,7200,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forge Camps of the Legion','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.','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.',NULL,NULL,NULL,'Return to Glyph Inscribed Obelisk at Felspark Ravine in Hellfire Peninsula.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10090,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10089,10092,0,10092,6,40000,7200,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legion\'s Plans','Retrieve the Forge Camp: Spite Plans and return them to Overlord Hun Maimfist at Reaver\'s Fall.','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.',NULL,NULL,NULL,'Return to Overlord Hun Maimfist at Reaver\'s Fall in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10091,2,70,68,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,88000,151800,0,0,0,0,0,0,0,0,0,136,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,1011,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Soul Devices','Steal 5 Soul Devices and deliver them to Spymistress Mehlisah Highcrown at the Terrace of the Light in Shattrath City.','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.',NULL,'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?','Return to Spymistress Mehlisah Highcrown at Aldor Rise in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10092,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10090,0,0,0,7,60000,8700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25995,25994,25996,0,0,0,1,1,1,0,0,0,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Mageddon','Kill Nightlord Malphas at Forge Base: Mageddon, and return to Overlord Hun Maimfist at Reaver\'s Fall.','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.',NULL,NULL,NULL,'Return to Overlord Hun Maimfist at Reaver\'s Fall in Hellfire Peninsula.',18838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10093,2,63,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10047,0,0,0,2,0,1560,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Temple of Telhamat','Speak with Amaan the Wise at the Temple of Telhamat in western Hellfire Peninsula.','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.','','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.','',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,'','','','',1,1,1,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,12340), (10094,2,70,68,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10095,8,0,151800,0,0,0,0,0,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,1011,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Codex of Blood','Read from the Codex of Blood in the Shadow Labyrinth of Auchindoun.','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.',NULL,'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!',NULL,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,12340), (10095,2,70,68,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,132000,151800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28179,28178,28177,28176,0,0,1,1,1,1,0,0,1011,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Heart of the Labyrinth','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.','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!',NULL,'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?','Return to Spymistress Mehlisah Highcrown at Aldor Rise in Shattrath City.',18708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10096,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9747,0,0,0,5,27000,6000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,27717,31657,27715,31658,0,0,1,1,1,1,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saving the Sporeloks','Slay 10 Marsh Dredgers and 10 Marsh Lurkers, and then return to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.','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.','','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?','Return to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.',18137,18136,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,'','','','',4,0,0,1000,0,0,0,0,6,1,5,274,1,0,0,1000,1000,0,12340), (10097,2,69,65,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,82000,14700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,29333,29334,29335,29336,0,0,1,1,1,1,0,0,1011,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brother Against Brother','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.','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?',NULL,'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?','Return to Isfar at The Bone Wastes in Terokkar Forest.',18472,18956,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Free Lakka','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (10098,2,69,65,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,82000,14700,0,0,0,0,0,0,32888,1,0,136,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,'Terokk\'s Legacy','Bring Terokk\'s Mask, Terokk\'s Quill, and the Saga of Terokk to Isfar outside the Sethekk Halls.','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.',NULL,'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?','Return to Isfar at The Bone Wastes in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27634,27633,27632,0,0,0,1,1,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10099,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10079,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25984,25982,25983,0,0,0,1,1,1,0,0,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mastermind','Locate and kill Z\'kral in the mines beneath Honor Hold, then report back to Foreman Biggums.','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!',NULL,'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?','Return to Foreman Biggums at Honor Hold Mine in Hellfire Peninsula.',18974,0,0,0,1,0,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,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (10100,2,61,255,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10088,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25983,25982,25984,0,0,0,1,1,1,0,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mastermind','Locate and kill Urga\'zz within the mines beneath Thrallmar, then return to Foreman Razelcraz.','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!',NULL,'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.',NULL,'Return to Foreman Razelcraz at Thrallmar in Hellfire Peninsula.',18976,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10101,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10085,0,0,10102,5,0,7200,0,0,0,0,0,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,941,935,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'When Spirits Speak','Mother Kashur at the Ancestral Grounds in Nagrand has asked that you seek out the vision you had. Find K\'ure in Oshu\'gun.','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.','','$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10102,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10101,0,0,10167,5,0,7200,0,0,0,0,0,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,941,935,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Secret Revealed','Speak with A\'dal in Shattrath City.','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.','','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...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10103,2,61,61,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2880,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Report to Zurai','Report to Zurai at Swamprat Post in Zangarmarsh.','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.','','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,1,11,1,1,0,0,0,0,0,12340), (10104,2,62,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9793,0,2,0,1560,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Concerns About Tuurem','Speak with Andarl at the Allerian Stronghold in Terokkar Forest.','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.',NULL,'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,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,1,0,0,0,0,0,0,0,0,12340), (10105,2,62,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1560,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'News for Rakoria','Speak with Rakoria at Stonebreaker Hold in Terokkar Forest.','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.',NULL,'I\'d hoped his men would have the outpost complete sooner, but it\'s not costing him money. Still, it\'s progress.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10106,2,60,55,0,3483,41,0,0,0,1101,0,0,0,0,0,0,946,947,0,41999,0,0,0,0,4,7000,4350,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,24579,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','Capture the Overlook, the Stadium and Broken Hill, then return to Warrant Officer Tracy Proudwell in Honor Hold in Hellfire Peninsula.','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.','','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!','Return to Warrant Officer Tracy Proudwell at Honor Hold in Hellfire Peninsula.',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,1,'Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10107,2,66,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9907,9927,0,0,4,0,51300,0,0,0,0,0,0,0,0,0,138,2,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diplomatic Measures','Jorin Deadeye at Garadar in Nagrand has asked that you find and speak with Lantresor of the Blade in the Burning Blade Ruins.','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...','Hear the Tale of the Blademaster','So what is your decision? Will it be war or will you lend your assistance?',NULL,'Return to Lantresor of the Blade at the Burning Blade Ruins 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,12340), (10108,2,66,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9922,9928,0,0,4,0,5100,0,0,0,0,0,0,0,0,0,138,2,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diplomatic Measures','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.','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...','Hear the Tale of the Blademaster','So what is your decision? Will it be war or will you lend your assistance?',NULL,'Return to Lantresor of the Blade at the Burning Blade Ruins 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,1,0,0,0,0,0,0,0,0,12340), (10109,2,66,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10111,5,35000,67800,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'I Must Have Them!','Wazat across from Clan Watch in southern Nagrand wants you to bring him 3 Air Elemental Gases.','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!',NULL,'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.\n','Got gas?','Return to Wazat in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27807,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,4,1,1,0,0,0,0,0,12340), (10110,2,60,55,0,3483,41,0,0,0,690,0,0,0,0,0,0,947,947,0,41999,0,0,0,0,4,7000,4350,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,24581,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','Capture the Overlook, the Stadium and Broken Hill, then return to Battlecryer Blackeye in Thrallmar.','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!','','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!','Return to Battlecryer Blackeye at Thrallmar in Hellfire Peninsula.',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,1,'Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10111,2,66,64,0,3518,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10109,0,0,0,6,70000,8400,0,0,0,0,0,0,0,0,0,136,0,0,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,'Bring Me The Egg!','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.','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.','','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','Return to Wazat in Nagrand.',-183147,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27841,0,0,0,0,0,1,0,0,0,'Attempt to Steal Egg','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10112,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9979,0,0,9990,5,31000,6600,0,0,0,0,0,0,0,0,0,136,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,'A Personal Favor','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.','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.','','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?','Return to Wind Trader Lathrai in the Lower City section of Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27861,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10113,2,65,64,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,660,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Nesingwary Safari','\"Shotgun\" Jones wants you to speak with Hemet Nesingwary at the Nesingwary Safari on the outskirts of northeast Nagrand.$B','\"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.$B','','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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10114,2,65,64,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,660,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Nesingwary Safari','Ohlorn Farstrider wants you to speak with Shado \'Fitz\' Farstrider at the Nesingwary Safari in Nagrand.','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.$B','','I am relieved to hear that he is safe. Have you come to join the hunt?\n','',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,1,1,6,0,0,0,0,0,0,12340), (10115,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daggerfen Deviance','Slay 3 Daggerfen Assassins and 15 Daggerfen Muckdwellers.','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.','','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.','Return to Ikuti at the Orebor Harborage in Zangarmarsh.',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,0,0,1,1,1,1,0,0,0,0,0,12340), (10116,2,64,58,0,3521,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,6600,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Chieftain Mummaki','Bring Chieftain Mummaki\'s Totem to Ikuti at the Orebor Harborage.','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.','','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?','Return to Ikuti at the Orebor Harborage in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27943,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10117,2,64,58,0,3521,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,51600,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Chieftain Mummaki','Bring Chieftain Mummaki\'s Totem to Shadow Hunter Denjai.','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.',NULL,'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?','Return to Shadow Hunter Denjai at Zabra\'jin in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,27943,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10118,2,64,62,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9822,0,0,0,5,31000,51600,0,0,0,0,0,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message to the Daggerfen','Slay 3 Daggerfen Assassins and 15 Daggerfen Muckdwellers and return to Shadow Hunter Denjai at Zabra\'jin.','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.',NULL,'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.','Return to Shadow Hunter Denjai at Zabra\'jin in Zangarmarsh.',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,'','','','',1,1,1,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,12340), (10119,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10288,2,0,1440,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Through the Dark Portal','Travel through the Dark Portal and find Commander Duron. He awaits your arrival on the other side - in the Outland.$B','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...','','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.','',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,'','','','',1,1,1,25,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10120,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9407,0,0,10289,2,0,2880,0,0,0,0,0,0,28024,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arrival in Outland','Lieutenant General Orion at the Dark Portal in Hellfire Peninsula wants you to bring Orion\'s Report to Vlagga Freyfeather.','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.',NULL,'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...','Speak with Vlagga Freyfeather at the Stair of Destiny in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10121,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10291,0,0,10123,1,0,1140,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eradicate the Burning Legion','Speak with Sergeant Shatterskull at the Supply Caravan just outside of Thrallmar, to the east.','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.',NULL,'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?',NULL,'Speak with Sergeant Shatterskull at the Supply Caravan 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,12340), (10122,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Citadel\'s Reach','Search the northernmost camp along the Southern Rampart for any trace of Private Imarion.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10123,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10121,0,0,10124,5,0,11700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,29908,29909,29910,29911,29913,0,1,1,1,1,1,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Felspark Ravine','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.','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.','','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.','Return to Sergeant Shatterskull at the Supply Caravan in Hellfire Peninsula.',19434,19136,19261,0,1,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,0,0,0,0,0,0,0,0,0,0,12340), (10124,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10123,0,0,10208,1,0,1140,0,35998,0,0,0,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,947,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forward Base: Reaver\'s Fall','Report to Forward Commander To\'arch at 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!',NULL,'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!',NULL,'Report to Forward Commander To\'arch at Reaver\'s Fall 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,12340), (10125,2,62,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6000,0,0,0,0,0,0,28478,1,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Disrupt Communications','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.','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.',NULL,NULL,NULL,'Return to Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula.',19276,19277,19278,19279,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,28478,0,0,0,0,0,1,0,0,0,'Legion Antenna: Spite Destroyed','Legion Antenna: Rage Destroyed','Legion Antenna: Hate Destroyed','Legion Antenna: Fear Destroyed',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10126,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10128,0,10128,5,0,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warboss Nekrogg\'s Orders','Travel south along the west side of the South Rampart and search the next camp for signs of Private Imarion.','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.',NULL,NULL,NULL,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,12340), (10127,2,62,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6000,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Sever the Tie','Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula wants you to kill 4 Fel Handlers, 8 Wrathguards, and Subjugator Shi\'aziv.','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.',NULL,NULL,NULL,'Return to Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10128,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10126,10131,0,10131,5,0,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saving Private Imarion','Continue south along the Southern Rampart and search for where Warboss Nekrogg is holding 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.','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10129,2,62,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10208,0,0,10162,6,0,30300,0,0,0,0,0,0,28038,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,29942,29937,29929,29944,0,0,1,1,1,1,0,0,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Gateways Murketh and Shaadraz','Speak with Wing Commander Brack, bomb Gateway Murketh and Gateway Shaadraz and then return to Forward Commander To\'arch at Reaver\'s Fall.','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.',NULL,'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...','Return to Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula.',19291,19292,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,28038,0,0,0,0,0,1,0,0,0,0,'Gateway Murketh Destroyed','Gateway Shaadraz Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10130,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Western Flank','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.','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.',NULL,NULL,NULL,'Return to Lieutenant Amadi at Honor Hold in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10131,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10128,10137,0,10137,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Planning the Escape','Kill a Shattered Hand Grenadier and bring his Crude Explosives to Private Imarion at Gor\'gaz Outpost.','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.',NULL,NULL,NULL,'Return to Private Imarion at Southern Rampart in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10132,2,63,61,0,3483,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,58000,46500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28064,28062,28065,28066,28063,0,1,1,1,1,1,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Colossal Menace','Slay 5 Raging Colossi and then return to Tola\'thion at the Cenarion Post in Hellfire Peninsula.','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.','','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?','Return to Tola\'thion at the Cenarion Post in Hellfire Peninsula.',19188,0,0,0,5,0,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,1,0,0,1000,1000,0,0,1,1,1,0,0,0,1000,0,0,12340), (10133,2,62,255,0,3483,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10135,0,10135,6,0,7500,0,0,0,0,0,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,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Kill the Messenger','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.','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.',NULL,NULL,NULL,'Return to Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10134,2,63,61,0,3483,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10349,3,15000,3150,0,0,0,0,0,0,29476,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crimson Crystal Clue','Deliver the Crimson Crystal Shard to Tola\'thion at the Cenarion Post in Hellfire Peninsula.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29476,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,1000,0,0,12340), (10135,2,62,255,0,3483,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10133,10136,0,10136,1,0,600,0,0,0,0,0,0,28046,1,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,947,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Be the Messenger','Take the Legion Missive to Nazgrel at Thrallmar in Hellfire Peninsula.','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!',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10136,2,63,58,0,3483,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10392,0,0,0,7,87000,9300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,947,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cruel\'s Intentions','Kill Arazzius the Cruel, then return to Nazgrel in Thrallmar.','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. ',NULL,'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.','Return to Nazgrel at Thrallmar in Hellfire Peninsula.',19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,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,4,0,0,0,0,0,0,12340), (10137,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10131,0,0,0,5,20000,5850,0,0,0,0,0,0,28048,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25991,25990,25988,0,0,0,1,1,1,0,0,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Provoking the Warboss','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.','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.',NULL,NULL,NULL,'Return to Lieutenant Amadi at Honor Hold in Hellfire Peninsula.',0,0,19266,0,0,0,1,0,0,28047,0,0,0,1,0,0,28048,0,0,28047,0,0,1,0,0,1,0,0,0,'','','Rescue Private Imarion','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10138,2,61,58,0,3483,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10139,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Under Whose Orders?','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.','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.',NULL,'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?','Return to Lieutenant Amadi at Honor Hold in Hellfire Peninsula.',16867,19411,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,28099,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10139,2,62,0,0,3483,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10138,0,0,0,6,54000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28051,28057,28050,28055,28052,28054,1,1,1,1,1,1,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dispatching the Commander','Slay Force-Commander Gorax and report to Lieutenant Amadi at Honor Hold\'s western tower.','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.','',NULL,NULL,'Return to Lieutenant Amadi at Honor Hold in Hellfire Peninsula.',19264,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10140,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10288,0,0,10254,2,0,1440,0,0,0,0,0,0,28105,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Honor Hold','Take a flight to Honor Hold and deliver Duron\'s Report to Marshal Isildor.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28105,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,5,0,0,0,0,0,5,1,1,274,1,0,2000,2000,2000,12340), (10141,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10142,1,0,570,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Legion Reborn','Speak with Sergeant Altumus at the East Supply Caravan just outside of Honor Hold, to the east.','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.','','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...','','Talk to Sergeant Altumus at the East Supply Caravan 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,'','','','',1,1,1,0,0,0,0,0,0,1,6,66,1,5,0,0,0,0,12340), (10142,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10141,0,0,10143,5,0,5850,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,29908,29909,29910,29911,29913,0,1,1,1,1,1,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of Anguish','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.','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.','','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.','Return to Sergeant Altumus at the East Supply Caravan in Hellfire Peninsula.',19434,19136,19261,0,1,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,0,1,4,1,1,0,0,0,0,0,12340), (10143,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10142,0,0,10144,1,0,570,0,35998,0,0,0,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,946,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Expedition Point','Report to Forward Commander Kingston at 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!',NULL,'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!',NULL,'Report to Forward Commander Kingston at Expedition Point 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,'','','','',1,1,1,5,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (10144,2,62,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10143,0,0,0,5,0,6000,0,0,0,0,0,0,28106,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,29927,29939,29932,29946,29935,0,1,1,1,1,1,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupt Their Reinforcements','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.','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.',NULL,'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!','Return to Forward Commander Kingston at Expedition Point in Hellfire Peninsula.',-184414,-184415,0,0,1,1,0,0,0,0,28513,0,0,0,8,0,0,0,0,28106,0,0,0,0,0,1,0,0,0,'Disrupt Portal Grimh','Disrupt Portal Kaalez','Legion Antenna: Oblivion Destroyed',NULL,0,0,0,0,0,0,0,0,0,1,1,1,273,0,0,0,0,0,12340), (10145,2,62,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6000,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Sever the Tie UNUSED','Forward Commander Kingston at Expedition Point in Hellfire Peninsula wants you to kill 4 Fel Handlers, 8 Wrathguards, and Subjugator Yalqiz.','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.',NULL,NULL,NULL,'Return to Forward Commander Kingston at Spinebreaker Mountains in Hellfire Peninsula.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10146,2,62,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10144,0,0,10340,6,0,7500,0,0,0,0,0,0,28038,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,29942,29937,29929,29944,0,0,1,1,1,1,0,0,946,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: The Murketh and Shaadraz Gateways','Speak with Wing Commander Dabir\'ee, bomb Gateway Murketh and Gateway Shaadraz and then return to Forward Commander Kingston at Expedition Point.','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.',NULL,'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.','Return to Forward Commander Kingston at Expedition Point in Hellfire Peninsula.',19291,19292,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,28038,0,0,0,0,0,1,0,0,0,0,'Gateway Murketh Destroyed','Gateway Shaadraz Destroyed','','',1,1,1,5,0,0,0,0,0,0,5,11,0,0,0,0,0,0,12340), (10147,2,62,255,0,3483,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10148,0,10148,6,0,7500,0,0,0,0,0,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,946,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Kill the Messenger','Forward Commander Kingston at Expedition Point in Hellfire Peninsula has asked that you find and slay Arix\'malidash and recover the Legion Missive.','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.',NULL,NULL,NULL,'Return to Forward Commander Kingston at Spinebreaker Mountains in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10148,2,62,255,0,3483,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10147,10149,0,10149,1,0,600,0,0,0,0,0,0,28107,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Be the Messenger','Take the Legion Missive to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','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!',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10149,2,63,255,0,3483,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10148,0,0,0,7,87000,9300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,946,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: End All, Be All','Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula has asked that you slay Arazzius the Cruel.$B','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.',NULL,NULL,NULL,'Return to Force Commander Danath Trollbane in Hellfire Peninsula.',19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10150,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Citadel\'s Reach','Search the northernmost camp along the Northern Rampart for any trace of Scout Makha.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10151,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10153,0,10153,5,0,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warboss Nekrogg\'s Orders','Travel south along the west side of the Northern Rampart and search the next camp for signs of Scout Makha','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.',NULL,NULL,NULL,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,12340), (10152,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Western Flank','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.','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.',NULL,NULL,NULL,'Return to Stone Guard Ambelan at Spinebreaker Post in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10153,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10151,10154,0,10154,5,0,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saving Scout Makha','Continue south across the Path of Glory to the Southern Rampart and search for where Warboss Nekrogg is holding 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.',NULL,NULL,NULL,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,12340), (10154,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10153,10155,0,10155,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Planning the Escape','Kill a Shattered Hand Grenadier and bring his Crude Explosives to Scout Makha at Gor\'gaz Outpost.','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.',NULL,NULL,NULL,'Return to Scout Makha at Southern Rampart in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10155,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10154,10059,0,10059,5,20000,5850,0,0,0,0,0,0,28048,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25991,25990,25988,0,0,0,1,1,1,0,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Provoking the Warboss','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.','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.',NULL,NULL,NULL,'Return to Stone Guard Ambelan at Spinebreaker Post in Hellfire Peninsula.',0,0,19265,0,0,0,1,0,0,28047,0,0,0,1,0,0,28048,0,0,28047,0,0,1,0,0,1,0,0,0,'','','Rescue Scout Makha','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10156,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10157,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Under Whose Orders?','Kill 20 Shattered Hand Grunts, 10 Shattered Hand Warlocks, and capture Drillmaster Zurok\'s Orders. Then, return to Stone Guard Ambelan at Spinebreaker Post.','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.','',NULL,NULL,'Return to Stone Guard Ambelan at Spinebreaker Post in Hellfire Peninsula.',16867,19411,0,0,20,10,0,0,0,0,0,0,0,0,0,0,0,0,28099,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10157,2,62,0,0,3483,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,54000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28051,28057,28050,28055,28052,28054,1,1,1,1,1,1,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dispatching the Commander','Slay Force-Commander Gorax and report to Shadow Hunter Ty\'jin at Thrallmar.','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.','',NULL,NULL,'Return to Shadow Hunter Ty\'jin at Thrallmar in Hellfire Peninsula.',19264,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10158,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bleeding Hollow Supplies','Destroy 6 piles of Bleeding Hollow Supplies and report to Stone Guard Ambelan at Spinebreaker Post.','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.',NULL,NULL,NULL,'Return to Stone Guard Ambelan at Spinebreaker Post in Hellfire Peninsula.',-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,0,0,0,0,0,0,0,0,0,0,0,12340), (10159,2,63,61,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,29000,37500,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep Thornfang Hill Clear!','Kill 8 Thornfang Ravagers and 8 Thornfang Venomspitters, and then return to Mahuram Stouthoof at the Cenarion Post in Hellfire Peninsula.','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.','','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?','Return to Mahuram Stouthoof at the Cenarion Post in Hellfire Peninsula.',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,'','','','',1,1,1,0,0,1000,1000,0,0,1,1,2,0,0,0,0,0,0,12340), (10160,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10482,2,0,1440,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Know your Enemy','Speak with Lieutenant Amadi at the old guard tower just west of Honor Hold.','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.','','$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.','',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,'','','','',1,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (10161,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9351,0,9351,5,20000,11700,0,0,0,0,0,0,0,0,0,136,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,'In Case of Emergency...','Collect 30 pieces of Zeppelin Debris and bring them to \"Screaming\" Screed Luckheed at the Zeppelin Crash.','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?','','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.\"','Return to \"Screaming\" Screed Luckheed at the Zeppelin Crash in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28116,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',5,1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (10162,2,62,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10129,0,0,0,5,0,24000,0,0,0,0,0,0,28132,1,0,128,2,0,0,0,0,0,0,0,0,0,0,0,0,29926,29940,29933,29936,0,0,1,1,1,1,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: The Abyssal Shelf','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.','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.',NULL,'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!','Return to Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula.',19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,0,0,0,28132,0,0,0,0,0,1,0,0,0,'','','Fel Cannon Destroyed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10163,2,62,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10344,0,0,0,5,0,6000,0,0,0,0,0,0,28132,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,29926,29940,29933,29936,0,0,1,1,1,1,0,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: The Abyssal Shelf','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.','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.$B',NULL,'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!','Return to Wing Commander Gryphongar at Shatter Point in Hellfire Peninsula.',19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,0,0,0,28132,0,0,0,0,0,1,0,0,0,'','','Fel Cannon Destroyed','',0,0,0,0,0,0,0,0,0,5,1,5,0,0,0,0,0,0,12340), (10164,2,67,64,0,3790,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,14100,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,29341,29340,29339,29337,0,0,1,1,1,1,0,0,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Everything Will Be Alright','Greatfather Aldrimus standing outside the Auchenai Crypts of Auchindoun has asked that you enter the Auchenai Crypts and destroy Exarch Maladaar.','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.','','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.','Return to Greatfather Aldrimus at Auchindoun in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (10165,2,66,64,0,3792,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,105000,13500,0,0,0,0,0,0,0,0,0,136,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,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Undercutting the Competition','Nexus-Prince Haramad located outside of the Mana-Tombs wants you to kill Nexus-Prince Shaffar and bring Shaffar\'s Wrappings back to him.','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.','','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.\"','Return to Nexus-Prince Haramad at The Bone Wastes in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28490,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10166,2,10,7,0,3430,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,8474,0,0,0,5,0,510,0,0,0,0,0,0,28209,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whitebark\'s Memory','Larianna Riverwind wants you to place Old Whitebark\'s Pendant by the runestone at the Scorched Grove.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28209,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10167,2,68,66,0,3790,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10102,0,0,10168,8,0,14400,0,0,0,0,0,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,941,935,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Auchindoun...','Travel to the Auchenai Crypts in the Bone Wastes of Terokkar Forest and slay Exarch Maladaar to free the spirit of D\'ore.$B','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... ',NULL,'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.','Return to D\'ore at Darrow Hill in Hillsbrad Foothills.',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,1,0,0,0,0,0,0,0,0,12340), (10168,2,68,66,0,3518,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10167,0,0,10170,6,0,9000,0,0,0,0,0,0,0,0,0,128,0,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,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'What the Soul Sees','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.','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...',NULL,'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. ','Return to Mother Kashur at the Ancestral Grounds in Nagrand.',19480,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,28283,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10169,2,65,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,0,0,0,0,3,0,3300,0,0,0,0,0,0,28287,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Losing Gracefully','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 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10170,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10168,0,0,10171,1,0,720,0,0,0,0,0,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,941,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Greatmother','Return to Garadar and speak to Greatmother Geyah.','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.',NULL,'I want you to personally deliver this news to Garrosh.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10171,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10170,0,0,10172,1,0,720,0,0,0,0,0,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,941,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Inconsolable Chieftain','Greatmother Geyah at Garadar has asked that you speak with Garrosh.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10172,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10171,0,0,10175,2,0,1860,0,0,0,0,0,0,0,0,0,262282,2,0,0,0,0,28168,0,0,0,1,0,0,0,28173,28169,28172,28175,0,0,1,1,1,1,0,0,941,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'There Is No Hope','Speak to Greatmother Geyah and tell her what Garrosh told you.','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','$B$BSeek out your warchief. Tell him that I await him here...','','Return to Greatmother Geyah at Garadar 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,1,0,0,0,0,0,0,0,0,12340), (10173,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10300,5,39000,7200,0,0,0,0,0,0,29207,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Archmage\'s Staff','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.','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.','','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?','Return to Ravandwyr at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,29206,29205,0,0,1,1,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,12340), (10174,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10300,0,0,10188,2,0,1860,0,0,0,0,0,0,28455,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curse of the Violet Tower','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.','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.','','$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.','',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,12340), (10175,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10172,0,0,10212,5,0,7200,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thrall, Son of Durotan','Venture to Orgrimmar and deliver Geyah\'s message to Thrall.','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...$B',NULL,'I... I have a grandmother? She lives? ',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10176,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10209,0,0,0,5,39000,72000,0,0,0,0,0,0,0,0,0,136,0,0,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,'Ar\'kelos the Guardian','Enter the Violet Tower at the center of Kirin\'Var Village and defeat Ar\'kelos, then speak with Archmage Vargoth.','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.',NULL,'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.','Speak with Archmage Vargoth - in person - within the Violet Tower in Netherstorm.',19494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10177,2,70,68,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10094,4,0,57000,0,0,0,0,0,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,1011,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at Auchindoun','Report to Field Commander Mahfuun at the entrance to the Shadow Labyrinth at Auchindoun in Terokkar Forest.','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.',NULL,'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!',NULL,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,'','','','',4,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10178,2,70,68,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10091,8,0,151800,0,0,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Spy To\'gun','Locate Spy To\'gun in the Shadow Labyrinth of Auchindoun.','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.',NULL,'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.',NULL,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,12340), (10179,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1860,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Custodian of Kirin\'Var','Speak with Custodian Dierworth at Kirin\'Var Village in Netherstorm.','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.',NULL,NULL,NULL,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,12340), (10180,2,69,65,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1860,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Can\'t Stay Away','Speak with Isfar, who can be found near the entrance to the Sethekk Halls in Auchindoun.','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?','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (10181,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,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,0,0,0,0,0,0,0,0,0,'Collector\'s Edition: -pn - E - FLAG','','','',NULL,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,12340), (10182,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7200,0,0,0,0,0,0,28351,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle-Mage Dathric','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.','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.',NULL,'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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',0,19549,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Put Dathric\'s Spirit to Rest','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10183,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10183,10186,2,10000,1860,0,0,0,0,0,0,28359,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Off To Area 52','Deliver the Netherologist\'s Notes to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28359,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10184,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10174,0,0,10312,5,39000,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Malevolent Remnants','Custodian Dieworth at Kirin\'Var Village wants you to defeat 20 Severed Spirits in Kirin\'Var\'s Town Square.','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.',NULL,'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.','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',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,12340), (10185,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10174,0,0,0,5,39000,7200,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'A Fate Worse Than Death','Kill 10 Mageslayers and 10 Mana Seekers and return to Custodian Dieworth at Kirin\'Var Village.','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.',NULL,'$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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',18867,18866,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,1,0,0,0,0,0,0,0,0,12340), (10186,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,39000,7200,0,0,0,0,0,0,0,0,0,136,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,'You\'re Hired!','Collect 10 Etherlithium Matrix Crystals and return them to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','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.','','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.','Return to Rocket-Chief Fuselage at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28364,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10187,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1860,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Message for the Archmage','Speak to Archmage Vargoth at the top of the Violet Tower in Netherstorm.','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.',NULL,NULL,NULL,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,12340), (10188,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10174,0,0,10192,5,41000,7500,0,0,0,0,0,0,28455,1,0,128,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,'The Sigil of Krasus','Retrieve the Sigil of Krasus from Spellbinder Maryana at Manaforge Coruu, northwest of the Violet Tower.','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.','','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.','Use Archmage Vargoth\'s Staff to project an Image of Archmage Vargoth and inform him of your progress.$B$BIf you lose Archmage Vargoth\'s Staff, speak to Ravandwyr at Area 52 to receive a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10189,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,0,0,0,10193,5,39000,7200,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Manaforge B\'naar','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.','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.',NULL,'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?','Return to Spymaster Thalodien at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28376,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10190,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,39000,7200,0,0,0,0,0,0,28369,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recharging the Batteries','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.','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.','','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?','Return to Bot-Specialist Alley at the Ruins of Enkaat in Netherstorm.',19595,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,28369,0,0,0,0,0,1,0,0,0,0,0,'Battery Charge Level','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10191,2,68,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,78000,9000,0,0,0,0,0,0,0,0,0,130,2,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,'Mark V is Alive!','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.','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 safely through the Ruins of Enkaat','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?!','Return to Bot-Specialist Alley at the Ruins of Enkaat 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,1,0,0,0,0,0,0,0,0,12340), (10192,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10188,0,0,10301,5,41000,7500,0,0,0,0,0,0,28455,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Krasus\'s Compendium','Reclaim Krasus\'s Compendium - Chapter 1, Krasus\'s Compendium - Chapter 2, and Krasus\'s Compendium - Chapter 3 from Kirin\'Var Village\'s Town Square. ','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.','','$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?','Use Archmage Vargoth\'s Staff to contact the archmage.$B$BIf you lose Archmage Vargoth\'s Staff, speak to Ravandwyr at Area 52 to receive a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10193,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10189,0,0,10329,5,39000,7200,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'High Value Targets','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.','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.',NULL,'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?','Return to Spymaster Thalodien at Area 52 in Netherstorm.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10194,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10329,0,0,10652,1,0,720,0,0,0,0,0,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,934,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealth Flight','Speak to Veronia outside Area 52 and fly to Manaforge Coruu.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','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.',NULL,'Arranging for your flight wasn\'t cheap. Let\'s hope you have what it takes to get the job done.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10195,0,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,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,'Mercenary See, Mercenary Do','Bring 30 Arakkoa Feathers to Ros\'eleth at the Allerian Stronghold.','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.',NULL,'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. I\'ll gladly accept any you happen to gather in your adventures in the forest.','Return to Ros\'eleth at the Allerian Stronghold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10196,0,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,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,'More Arakkoa Feathers','Bring 30 Arakkoa Feathers to Malukaz at Stonebreaker Hold.','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.','','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. To 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.','Return to Malukaz at Stonebreaker Hold in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10197,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10652,0,0,10198,5,39000,7200,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Convincing Disguise','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.','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.',NULL,'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?','Return to Caledis Brightdawn at Manaforge Coruu in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28636,28637,28635,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10198,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10197,0,0,10330,4,0,5400,0,0,0,0,0,0,28607,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,30397,30383,30384,30386,0,0,1,1,1,1,0,0,934,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Information Gathering','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.','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.','Information Gathering','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28607,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10199,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10342,0,0,0,5,39000,7200,0,0,0,0,0,0,0,0,0,136,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,'That Little Extra Kick','Obtain 5 Nether Ray Stingers for Boots at Area 52 in the Netherstorm.','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!','','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!','Return to Boots at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10200,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10330,0,0,10338,1,0,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Return to Thalodien','Return to Spymaster Thalodien at Area 52 in Netherstorm.','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.',NULL,'You do not cease to amaze me, $N. That was quite the feat of stealth you pulled off at Manaforge Coruu.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10201,2,65,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9993,0,0,0,4,0,4950,0,0,0,0,0,0,0,0,0,128,0,0,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,'And Now, the Moment of Truth','Find Grek and ask him to try it on his weapon. Once he\'s tried out the oil, return to Rakoria with the results.','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.','','','Well, do you have the test results?','Return to Rakoria at Stonebreaker Hold in Terokkar Forest.',19606,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Have Grek Test Olemba Oil','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10202,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10341,0,0,10432,3,0,37500,0,0,0,0,0,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,934,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Defector','Go to Manaforge Ara and speak to Magister Theledorn.$B$BCompleting quests for the Scryers will cause your Aldor reputation to decrease.','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.','','It\'s about time you showed up. I was beginning to wonder if the Scryers were interested at all.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10203,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10186,0,0,0,5,41000,7500,0,0,0,0,0,0,30354,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Invaluable Asset Zapping','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.','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!','','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.','Return to Lead Sapper Blastfizzle at Area 52 in Netherstorm.',-183805,-183806,-183807,-183808,1,1,1,1,0,0,0,0,0,0,0,0,30354,0,0,0,0,0,1,0,0,0,0,0,0,'Hyper Rotational Dig-A-Matic retrieved','Servo-Pneumatic Dredging Claw retrieved','Multi-Spectrum Terrain Analyzer retrieved','Big Wagon Full of Explosives retrieved',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10204,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10189,0,0,0,5,39000,7200,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodgem Crystals','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.','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.','Siphon Bloodgem Crystal','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?','Return to Magistrix Larynna at Area 52 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,1,0,0,0,0,0,0,0,0,12340), (10205,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10262,0,0,10266,5,41000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,30266,30265,30267,0,0,0,1,1,1,0,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warp-Raider Nesaad','Kill Warp-Raider Nesaad and then return to Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','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.',NULL,'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?','Return to Nether-Stalker Khay\'ji at Area 52 in Netherstorm.',19641,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10206,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10265,0,0,0,5,39000,7200,0,0,0,0,0,0,0,0,0,136,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,'Pick Your Part','Collect 10 pieces of Ethereal Technology and return them to Papa Wheeler at Area 52 in the Netherstorm.','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!','','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.!','Return to Papa Wheeler at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28457,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10207,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,0,0,0,0,0,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,947,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forward Base: Reaver\'s Fall REUSE','Report to Forward Commander To\'arch at 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!',NULL,NULL,NULL,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,12340), (10208,2,62,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10124,0,0,10129,5,27000,24000,0,0,0,0,0,0,28478,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,29927,29939,29932,29946,29935,0,1,1,1,1,1,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupt Their Reinforcements','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.','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.',NULL,'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?','Return to Forward Commander To\'arch at Reaver\'s Fall in Hellfire Peninsula.',-184290,-184289,0,0,1,1,0,0,0,0,28513,0,0,0,8,0,0,0,0,28478,0,0,0,0,0,1,0,0,0,'Disrupt Port Xilus','Disrupt Port Kruul',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10209,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10301,0,0,10176,5,41000,7500,0,0,0,0,0,0,28455,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Summoner Kanthin\'s Prize','Defeat Summoner Kanthin at Manaforge Duro, on the island to the north of Sunfury Hold, and reclaim the Stone of Glacius from him.','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.',NULL,'$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?','Use Archmage Vargoth\'s Staff to contact the archmage.$B$BIf you lose Archmage Vargoth\'s Staff, speak to Ravandwyr at Area 52 to receive a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10210,2,65,60,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,33000,0,0,0,0,0,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,935,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A\'dal','Speak to A\'dal, the leader of the Sha\'tar, in the center of the Terrace of Light.','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.',NULL,'$B$B',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10211,2,65,60,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10210,0,0,0,3,0,3300,0,0,0,0,0,0,0,0,34444,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'City of Light','Follow Khadgar\'s servant and listen to its story. Return to Khadgar after completing this task.','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!','City of Light','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.','Return to Khadgar in Shattrath 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,1,0,0,0,0,0,0,0,0,12340), (10212,2,68,66,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10175,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,648,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hero of the Mag\'har','Return to Greatmother Geyah at Garadar in Nagrand.$B','I must set things in order before I leave. Return to the Greatmother and tell her that her grandson comes. ',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10213,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9345,0,0,0,2,0,2880,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Investigate the Crash','Search for crash survivors. ','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. ',NULL,'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. ',NULL,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,'','','','',30,30,30,30,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (10214,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10100,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'When This Mine\'s a-Rockin\'','Kill 15 Gan\'arg Sappers and return to Foreman Razelcraz.','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?',NULL,NULL,NULL,'Return to Foreman Razelcraz at the Thrallmar Mine in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10215,0,0,0,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (10216,2,66,64,0,3792,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,13500,0,0,0,0,0,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,933,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Safety Is Job One','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.','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...','','','This device has over a dozen buttons, none of which look familiar to you.','Return to Ethereal Transporter Control Panel at Hillsbrad Fields in Hillsbrad Foothills.',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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10217,2,255,255,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,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,'Fossil Fuel','Test','My Shredder is out of fuel!','',NULL,NULL,'Return to Foreman Razelcraz at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10218,2,66,64,0,3792,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10216,0,0,0,8,105000,13500,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,29328,29327,29326,29325,0,0,1,1,1,1,0,0,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Someone Else\'s Hard Work Pays Off','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.','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','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.','Return to Nexus-Prince Haramad at The Bone Wastes in Terokkar 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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,12340), (10219,0,255,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,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,'Walk the Dog','','',NULL,NULL,NULL,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,12340), (10220,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,20000,11700,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Make Them Listen','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.','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. ',NULL,'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? ','Return to Emissary Mordiba at Spinebreaker Post in Hellfire Peninsula.',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,'','','','',11,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,12340), (10221,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10203,0,0,0,5,39000,7200,0,0,0,0,0,0,29429,1,0,128,0,0,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,'Dr. Boom!','Kill Dr. Boom and return with the good news to Lead Sapper Blastfizzle at Area 52 in the Netherstorm.','$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!',NULL,'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.','Return to Lead Sapper Blastfizzle at Area 52 in Netherstorm.',20284,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,29429,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10222,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10223,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Sunfury Garrison','Custodian Dieworth at Kirin\'Var Village wants you to kill 10 Sunfury Archers.','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.',NULL,'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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',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,1,0,0,0,0,0,0,0,0,12340), (10223,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10222,0,0,0,5,41000,73800,0,0,0,0,0,0,0,0,0,136,0,0,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,'Down With Daellis','Custodian Dieworth at Kirin\'Var Village wants you to kill Master Daellis Dawnstrike.','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.',NULL,'$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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',19705,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10224,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10225,0,0,10226,5,39000,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Essence for the Engines','Collect 7 Mana Wraith Essences and return them to Chief Engineer Trep at Area 52 in the Netherstorm.','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.','','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?','Return to Chief Engineer Trep at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10225,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10186,0,0,10224,1,0,720,0,0,0,0,0,0,28526,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Engineering','Deliver the Etherlithium Matrix Crystals to Chief Engineer Trep at Area 52 in the Netherstorm.','$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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10226,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10224,0,0,0,5,39000,7200,0,0,0,0,0,0,28547,1,0,128,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,'Elemental Power Extraction','Extract 5 Elemental Power for Chief Engineer Trep at Area 52 in the Netherstorm.','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.','','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.','Return to Chief Engineer Trep at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10227,2,67,64,0,3688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10228,1,0,720,0,0,0,0,0,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,935,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'I See Dead Draenei','Speak to Ramdor the Mad, standing on the bone pile outside of the Auchenai Crypts.','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.','','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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,6,0,0,0,0,12340), (10228,2,67,64,0,3688,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10227,0,0,10231,2,0,1740,0,0,0,0,0,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,935,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ezekiel','Find and speak with Ezekiel of Shattrath in Shattrath City.','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.$B','','Book of the dead? Never heard of it... What\'s this about anyway? Who sent you?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,6,274,0,0,0,0,0,0,12340), (10229,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10230,1,0,1140,0,0,0,0,0,0,28552,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Decipher the Tome','Take the Mysterious Tome to Althen the Historian in Spinebreaker Post. ','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. ',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10230,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10229,0,0,10250,5,0,11700,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle Horn','Take the Unyielding Battle Horn from Lieutenant Commander Thalvos and bring it to Althen the Historian in Spinebreaker Post.','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. ',NULL,'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. ','Return to Althen the Historian at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10231,2,67,64,0,3703,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10228,0,0,10251,5,0,6900,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Book? I Don\'t See Any Book.','Ezekiel said the book has been stolen. Your best bet is to find the Ruffians and see if they have any information.$B','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.','Beat Down \"Dirty\" Larry and Get Information','Ok, ok! Don\'t hurt us. We had the book but we sold it...','Whaddya want?','Return to \"Dirty\" Larry in Shattrath 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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10232,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10206,0,0,0,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'In A Scrap With The Legion','Kill 5 Mo\'arg Doomsmiths and 15 Gan\'arg Engineers. Then return to Papa Wheeler at Area 52 in the Netherstorm.','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!','','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!','Return to Papa Wheeler at Area 52 in Netherstorm.',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,12340), (10233,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10192,0,0,0,5,41000,7500,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torching Sunfury Hold','Using a Flaming Torch, destroy 4 Sunfury Ballistas and 4 Sunfury Tents and return to Lieutenant-Sorcerer Morran at Kirin\'Var Village.','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.',NULL,'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?','Return to Lieutenant-Sorcerer Morran at Kirin\'Var Village in Netherstorm.',19723,19724,0,0,4,4,0,0,0,0,28550,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Ballista Destroyed','Sunfury Tent Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10234,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10333,0,0,10235,5,41000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'One Demon\'s Trash...','Gather 10 Fel Reaver Parts and return them to Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','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!','','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.','Return to Mama Wheeler at Eco-Dome Midrealm in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10235,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10234,0,0,10237,5,41000,73800,0,0,0,0,0,0,0,0,0,136,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,'Declawing Doomclaw','Obtain Doomclaw\'s Hand and deliver it to Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','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.',NULL,'He, uh... he said what? THEY\'RE GONNA GO AFTER AREA 52?!$B$BOh, this is not good... not good!','Dealt with Doomclaw yet?','Return to Mama Wheeler at Eco-Dome Midrealm in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10236,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10238,5,20000,11700,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Outland Sucks!','Find 6 Shredder Parts and return to Foreman Razelcraz by the mine northwest of Thrallmar.','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.','','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.','Return to Foreman Razelcraz at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28554,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10237,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10235,0,0,10247,2,0,18600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Warn Area 52!','Deliver the bad news to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','$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!',NULL,'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.',NULL,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,12340), (10238,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10236,0,0,10629,5,20000,11700,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'How to Serve Goblins','Rescue Manni, Moh and Jakk from the Fel Orc camps and return to Foreman Razelcraz by the mine northwest of Thrallmar.','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.',NULL,'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.','Return to Foreman Razelcraz at the Thrallmar Mine in Hellfire Peninsula.',-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,0,'Manni Saved','Moh Saved','Jakk Saved','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10239,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10343,0,0,10240,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Potential Energy Source','Lieutenant-Sorcerer Morran at Kirin\'Var Village wants you to capture 10 Energy Isolation Cubes from the blood elf operations at Manaforge Coruu.','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.',NULL,'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?','Return to Lieutenant-Sorcerer Morran at Kirin\'Var Village in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10240,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10239,0,0,0,5,41000,73800,0,34656,0,0,0,0,28725,1,0,128,32,0,0,0,0,0,0,0,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,'Building a Perimeter','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.','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.',NULL,'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.','Return to Lieutenant-Sorcerer Morran at Kirin\'Var Village in Netherstorm.',19866,19867,19868,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,28725,0,0,0,0,0,1,0,0,0,'Activate Eastern Rune','Activate Northeastern Rune','Activate Western Rune','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10241,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,11038,0,0,10313,5,39000,7200,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distraction at 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.','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.','','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?','Return to Exarch Orelis at Area 52 in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10242,2,60,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10449,0,0,0,2,2300,1440,0,0,0,0,0,0,30404,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spinebreaker Post','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. ','$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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30404,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,12340), (10243,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,0,10245,5,0,7200,0,0,0,0,0,0,28571,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Naaru 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.','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.','','You unwrap the scroll and ready yourself to copy down the strange symbols.','The symbols scrolling in front of you look alien and unintelligible.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10244,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10237,5,41000,7500,0,0,0,0,0,0,28598,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'R.T.F.R.C.M.','Take the Fel Reaver Construction Manual to Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','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!',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10245,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10243,0,0,10299,5,39000,7200,0,0,0,0,0,0,28580,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'B\'naar Console Transcription','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 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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10246,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10313,0,0,0,5,0,7200,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack on Manaforge Coruu','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.','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.',NULL,'Excellent job, $N. With your dedication we\'re sure to defeat our enemy.','Have you completed your task, $N?','Return to Exarch Orelis at Area 52 in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10247,2,69,67,0,3523,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10237,0,0,10248,1,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Doctor Vomisa, Ph.T.','Speak with Doctor Vomisa, Ph.T. at the Proving Grounds in Netherstorm.','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.',NULL,'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!',NULL,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,12340), (10248,2,69,67,0,3523,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10247,0,0,10249,5,41000,73800,0,0,0,0,0,0,28634,1,0,128,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'You, Robot','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.','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.',NULL,'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?','Return to Doctor Vomisa, Ph.T. at the Proving Gounds in Netherstorm.',19851,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,28634,0,0,0,0,0,1,0,0,0,0,0,'Scrap Reaver X6000 Test Complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10249,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10248,0,0,0,7,123000,11100,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,30847,0,0,0,1,0,0,0,30019,30016,30014,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Chief!','Report to Rocket-Chief Fuselage at Area 52 in the Netherstorm immediately!','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!',NULL,'$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!',NULL,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,12340), (10250,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10230,0,0,10258,5,0,11700,0,0,0,0,0,0,28651,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloody Vengeance','Blow the Unyielding Battle Horn near the Alliance Banner. Kill Urtrak and then return to Althen the Historian at Spinebreaker Post.','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.',NULL,'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. ','Return to Althen the Historian at Spinebreaker Post in Hellfire Peninsula.',19862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,28651,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,0,0,12340), (10251,2,67,64,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10231,0,0,10252,3,0,3450,0,0,0,0,0,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,935,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Master\'s Grand Design?','Find Nitrin the Learned at the Abandoned Armory in Nagrand.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10252,2,67,64,0,3518,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10251,0,0,10253,5,0,6900,0,0,0,0,0,0,28664,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vision of the Dead','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.','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.','','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.','Return to Nitrin the Learned in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28665,28667,28668,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10253,2,67,64,0,3688,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10252,0,0,0,7,0,10500,0,0,0,0,0,0,0,0,0,136,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,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Levixus the Soul Caller','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?','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.','','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.','Return to Ramdor the Mad at Auchindoun in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28677,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10254,2,60,55,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10140,0,0,0,1,0,570,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Force Commander Danath','Marshal Isildor wants you to report to Force Commander Danath Trollbane in Honor Hold.','$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!','','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.','',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,'','','','',1,66,0,0,1000,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10255,2,63,61,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9372,0,0,0,5,29000,37500,0,0,0,0,0,0,23337,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,25986,25987,25985,0,0,0,1,1,1,0,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Testing the Antidote','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.','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.',NULL,'$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?','Return to Thiah Redmane at the Cenarion Post in Hellfire Peninsula.',16992,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,23337,0,0,0,0,0,1,0,0,0,0,0,'Administer Antidote','','','',4,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,12340), (10256,2,69,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10176,0,0,10257,5,41000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Finding the Keymaster','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.','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.',NULL,'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.',NULL,'Return to Archmage Vargoth at The Violet Tower in Netherstorm.',19938,0,0,0,1,0,0,0,0,28786,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Discover the Keymaster\'s identity','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10257,2,70,67,0,3523,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10256,0,0,0,8,132000,151800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Capturing the Keystone','Venture into Tempest Keep\'s Botanica and retrieve the Keystone from Commander Sarannis. Bring it to Archmage Vargoth at the Violet Tower.','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.',NULL,'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?','Return to Archmage Vargoth at the Violet Tower in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10258,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10250,0,0,0,5,0,11700,0,0,0,0,0,0,0,0,0,128,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor the Fallen','Report to Commander Hogarth in the Expedition Armory. ','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. ',NULL,'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. ',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,12340), (10259,2,60,55,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Breach','Kill 6 Invading Felguards and then return to Argent Emissary Proudwell.','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!','','Thank you, $N. Among the chaos of battle, heroes burn bright against the darkness. Your light shines true!',NULL,'Return to Agent Proudwell at The Dark Portal in Blasted Lands.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10260,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10183,2,0,1860,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Netherologist Coppernickels','Speak with Netherologist Coppernickels at the bridge leading into the Netherstorm from Blade\'s Edge.','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!',NULL,NULL,NULL,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,12340), (10261,2,68,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,78000,7200,0,0,0,0,0,0,0,0,0,136,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,'Wanted: Annihilator Servo!','Obtain an Annihilator Servo and deliver it to Papa Wheeler at Area 52 in the Netherstorm.','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.','','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!','Return to Papa Wheeler at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10262,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10265,0,0,0,5,39000,7200,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Heap of Ethereals','Collect 10 Zaxxis Insignias and return them to Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','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.','','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?','Return to Nether-Stalker Khay\'ji at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10263,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10265,10263,10265,1,0,720,0,0,0,0,0,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,933,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting the Consortium','Speak with Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','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.',NULL,'Hello, $R.$B$BYou don\'t happen to be available for a recovery mission of some importance?',NULL,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,12340), (10264,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10265,10263,10265,1,0,720,0,0,0,0,0,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,933,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting the Consortium','Speak with Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','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.',NULL,'Hello, $R.$B$BYou don\'t happen to be available for a recovery mission of some importance?',NULL,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,12340), (10265,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10262,5,41000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consortium Crystal Collection','Obtain an Arklon Crystal Artifact and return it to Nether-Stalker Khay\'ji at Area 52 in the Netherstorm.','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.','','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?','Return to Nether-Stalker Khay\'ji at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10266,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10205,0,0,10267,2,0,1860,0,0,0,0,0,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,933,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Request for Assistance','Seek out and offer your services to Gahruj. He is located at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','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.',NULL,'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.',NULL,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,12340), (10267,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10266,0,0,10268,5,41000,73800,0,0,0,0,0,0,0,0,0,136,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rightful Repossession','Collect 10 Boxes of Surveying Equipment and return them to Gahruj at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','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.',NULL,'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?','Return to Gahruj at Eco-Dome Midrealm in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10268,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10267,0,0,10269,3,21000,36900,0,0,0,0,0,0,28934,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Audience with the Prince','Deliver the Surveying Equipment to the Image of Nexus-Prince Haramad at the Stormspire in the Netherstorm.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10269,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10268,0,0,10275,5,41000,73800,0,0,0,0,0,0,28962,1,0,132,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Triangulation Point One','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.','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.','First triangulation point discovered','$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?','Speak with Dealer Hazzin at the Protectorate Watchpost in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10270,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10271,5,44000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Not-So-Modest Proposal','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.','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.',NULL,'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?','Speak with the Image of Wind Trader Marid by using the Ethereal Teleport Pad at the Celestial Ridge in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10271,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10270,0,0,10281,5,44000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Getting Down to Business','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.','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.',NULL,'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.','Return to the Ethereal Teleport Pad area at the Celestial Ridge in Netherstorm. Talk to a Shrouded Figure who is lurking nearby.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28970,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10272,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10281,0,0,10273,5,44000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Promising Start','Gather 15 Nether Dragonkin Eggs, then return to Tyri and Jorad on the Celestial Ridge.','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?',NULL,'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?','Return to Tyri at the Celestial Ridge in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28971,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10273,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10272,0,0,10274,5,44000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Troublesome Distractions','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.','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.',NULL,'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.','Return to Tyri at the Celestial Ridge in Netherstorm.',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,1,0,0,0,0,0,0,0,0,12340), (10274,2,70,68,0,3523,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10273,0,0,0,6,88000,9600,0,0,0,0,0,0,29101,1,0,128,0,0,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,'Securing the Celestial Ridge','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.','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.',NULL,'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?','Return to Tyri at the Celestial Ridge in Netherstorm.',18544,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,29101,0,0,0,0,0,1,0,0,0,0,0,'Slay Veraku','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10275,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10269,0,0,10276,5,44000,7500,0,0,0,0,0,0,29018,1,0,132,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Triangulation Point Two','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.','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.','Second triangulation point discovered','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?','Speak with Wind Trader Tuluman at Tuluman\'s Landing in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10276,2,70,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10275,0,0,0,5,44000,7500,0,0,0,0,0,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,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Full Triangle','Recover the Ata\'mal Crystal and deliver it to the Image of Nexus-Prince Haramad at the Stormspire in the Netherstorm.','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.',NULL,'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?','Return to Image of Nexus-Prince Haramad at The Stormspire in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10277,2,68,66,0,1941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10279,0,0,0,1,0,720,0,0,0,0,0,0,0,0,34877,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Caverns of Time','Andormu at the Caverns of Time has asked that you follow the Custodian of Time around the cavern.','Greetings, $N. Please follow the custodian. She will make things a bit more... clear.','Caverns of Time Explained','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.','Return to Andormu at the Caverns of Time 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,'','','','',4,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10278,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10294,5,20000,11700,0,0,0,0,0,0,29027,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warp Rifts','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. ','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. ',NULL,'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. ','Return to Ogath the Mad at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29051,29027,0,0,0,0,3,1,0,0,0,0,0,'','','','',18,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (10279,2,66,66,0,1941,0,0,0,0,1791,0,0,0,0,0,0,0,0,0,0,0,0,0,10277,1,0,660,0,0,0,0,0,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,989,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To The Master\'s Lair','Speak to Andormu at the Caverns of Time.','Ah, $N. We have been expecting you. Please, allow one of my brothers to fly you down to the master. He awaits you below...','','We must prepare you for the battles that lie ahead...','',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,1,1,0,0,0,0,0,0,0,12340), (10280,2,70,67,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10276,0,0,10704,7,132000,11400,0,35076,0,0,0,0,29106,1,0,128,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,935,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Special Delivery to Shattrath City','Deliver the Ata\'mal Crystal to A\'dal on the Terrace of Light in 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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29106,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10281,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10271,0,0,10272,2,0,1920,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Formal Introductions','Find Tyri at the north end of the Celestial Ridge and speak with her.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10282,2,68,66,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10277,0,0,10283,1,0,720,0,0,0,0,0,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,989,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Old Hillsbrad','Andormu at the Caverns of Time has asked that you venture to Old Hillsbrad and speak with Erozion.','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.','','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.','',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10283,2,68,66,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10282,0,0,10284,8,0,14400,0,0,0,0,0,0,25853,1,0,128,0,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taretha\'s Diversion','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.','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.','','You are friends of Taretha? So this is her new plan? Very well then...','Who are you?','Return to Thrall.',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,'Internment Lodges Set Ablaze','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10284,2,68,66,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10283,0,0,10285,8,0,14400,0,0,0,0,0,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,989,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Durnholde','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 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.','','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.','','Return to Erozion in Old Hillsbrad Foothills.',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,'Thrall\'s Destiny Fulfilled','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10285,2,68,66,0,1941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10284,0,0,0,1,0,720,0,0,0,0,0,0,0,0,0,136,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,989,0,0,0,0,7,0,0,0,0,300000,0,0,0,0,0,0,0,0,'Return to Andormu','Return to the child Andormu at the Caverns of Time in the Tanaris desert.','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.','','Please accept a gift from the bronze flight. These items will assist you in your journeys through time.','',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,1,0,0,0,0,0,0,0,0,12340), (10286,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9374,0,0,10287,4,0,18300,0,0,0,0,0,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,911,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arelion\'s Secret','Magistrix Carinda wants you to interrogate Magister Aledis, last seen traveling from Falcon Watch to Zangarmarsh.','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.','','I\'ll talk, $c. Put your weapon down, I don\'t want any more trouble.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10287,2,62,60,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10286,0,0,9472,3,14000,3000,0,0,0,0,0,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,911,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mistress Revealed','Return to Magistrix Carinda at Falcon Watch in Hellfire Peninsula.','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?','','Viera Sunwhisper? That lousy little brat.$B$BI will show her I\'m not one to be trifled with!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10288,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10119,0,0,10140,2,0,1440,0,0,0,0,0,0,28105,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arrival in Outland','Commander Duron at the Dark Portal in Hellfire Peninsula wants you to bring Duron\'s Report to Amish Wildhammer.','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.','','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!','Report to Amish Wildhammer at the Stair of Destiny in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28105,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,5,0,0,0,0,0,5,1,1,274,1,0,2000,2000,2000,12340), (10289,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10120,0,0,10291,2,0,2880,0,0,0,0,0,0,28024,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to Thrallmar','Take Vlagga Freyfeather\'s Wind Rider to Thrallmar. Bring Orion\'s Report to General Krakork.','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.',NULL,'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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10290,2,70,68,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10293,5,44000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of Farahlite','Gather 4 pieces of Raw Farahlite and return to Zuben Elgenubi at the Stormspire.','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.','','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.','Return to Zuben Elgenubi at the Stormspire in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10291,2,60,55,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10289,0,0,10121,3,0,2880,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Report to Nazgrel','General Krakork in Thrallmar wants you to speak with 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!',NULL,'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?',NULL,'Speak with Nazgrel 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,12340), (10292,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10293,5,41000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Power!','Zuben Elgenubi wants you to capture 8 Legion Cannon and bring them back to the Stormspire.','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.',NULL,'$B$BI pledge to only use this incredible firepower for good. The good of my profit margin, that is.',NULL,'Return to Zuben Elgenubi at The Crumbling Waste in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29154,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10293,2,69,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10290,0,0,0,5,41000,7500,0,0,0,0,0,0,0,0,0,136,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hitting the Motherlode','Zuben Elgenubi at the Stormspire wants you to obtain a Farahlite Core.','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.',NULL,'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?','Return to Zuben Elgenubi at the Stormspire in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10294,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10278,0,0,10295,5,20000,11700,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Void Ridge','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.','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. ',NULL,'$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? ','Return to Ogath the Mad at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29161,0,0,0,0,0,40,0,0,0,0,0,0,'','','','',11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10295,2,63,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10294,0,0,0,5,29000,37500,0,0,0,0,0,0,29226,1,0,128,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'From the Abyss','Kill Void Baron Galaxis and collect his soul shard. Take the shard to Ogath the Mad in Spinebreaker Post.','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. ',NULL,'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?','Return to Ogath the Mad at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10296,2,70,66,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10285,0,0,10297,1,0,780,0,0,0,0,0,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,989,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Morass','Travel through the Caverns of Time to the Black Morass during the opening of the Dark Portal and speak with Sa\'at.','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.','','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.','',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,12340), (10297,2,70,66,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10296,0,0,10298,8,0,151800,0,0,0,0,0,0,24289,1,0,130,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Opening of the Dark Portal','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.','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.','The Dark Portal Opened','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.','Return to Sa\'at in The Black Morass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10298,2,70,66,0,1941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10297,0,0,0,1,0,780,0,0,0,0,0,0,0,0,0,136,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,989,0,0,0,0,7,0,0,0,0,800000,0,0,0,0,0,0,0,0,'Hero of the Brood','Return to the child, Andormu, at the Caverns of Time in the Tanaris desert.','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.',NULL,'Once more you have secured the present and the future of this world, $N. Please accept these items as reward for your accomplishments.',NULL,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,12340), (10299,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10245,0,0,10321,5,39000,7200,0,0,0,0,0,0,0,0,0,136,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge B\'naar','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.','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.',NULL,'The Light smiles upon you, $N. We were all praying for your success.','Have you succeeded in your task, $N?','Return to Anchorite Karja at Area 52 in Netherstorm.',0,20209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29366,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge B\'naar Shut Down','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10300,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10173,0,0,10174,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Rebuilding the Staff','Obtain 4 Flawless Crystal Shards from the ghosts at the Enkaat Ruins and return them to Ravandwyr at Area 52.','$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.','','$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?','Return to Ravandwyr at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10301,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10192,0,0,10209,5,41000,7500,0,0,0,0,0,0,28455,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unlocking the Compendium','Obtain the Heliotrope Oculus from Spellreaver Marathelle at Sunfury Hold. ','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.',NULL,'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?','Use Archmage Vargoth\'s Staff to contact the archmage.$B$BIf you lose Archmage Vargoth\'s Staff, speak to Ravandwyr at Area 52 to receive a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10302,2,2,1,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9293,5,35,90,0,0,0,0,0,0,0,0,0,524424,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Volatile Mutations','Kill 8 Volatile Mutations, then return to Botanist Taerix at the Crash Site in Ammen Vale.','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.','','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.','Return to Botanist Taerix at the Crash Site in Ammen Vale.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10303,2,4,1,0,3526,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9309,0,0,9311,5,0,210,0,0,0,0,0,0,0,0,0,524424,4,0,0,0,0,0,0,0,0,0,0,0,0,24135,24134,24133,0,0,0,1,1,1,0,0,0,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Blood Elves','Kill 10 Blood Elf Scouts then return to Tolaan in the Shadow Ridge of Ammen Vale.','You must eliminate... the blood elf... threat. Find out... what they\'re... up to!$B$BThey\'re on the... ridge behind me.','','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.','Return to Tolaan at the Shadow Ridge in Ammen Vale.',16521,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10304,2,4,1,0,3526,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9294,0,0,9303,3,0,120,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vindicator Aldar','Speak with Vindicator Aldar at the Crash Site in Ammen Vale.','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.','','$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.','',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,1,0,0,0,0,0,0,0,0,12340), (10305,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,28336,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abjurist Belmara','Locate Abjurist Belmara\'s quarters in Wizard Row and return the book to its Bookshelf. Then, speak with Custodian Dieworth at Kirin\'Var Village.','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.',NULL,'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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',19547,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Put Belmara\'s Spirit to Rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10306,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,28352,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conjurer Luminrath','Locate Conjurer Luminrath\'s quarters in Wizard Row and return the mantle to his Dresser. Then, speak with Custodian Dieworth at Kirin\'Var Village.','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.',NULL,'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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',19548,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Put Luminrath\'s Spirit to Rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10307,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,28353,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cohlien Frostweaver','Locate Cohlien Frostweaver\'s quarters in Wizard Row and return the hat to his Footlocker. Then, speak with Custodian Dieworth at Kirin\'Var Village.','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.',NULL,'$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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',19550,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Put Cohlien\'s Spirit to Rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10308,0,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,933,0,3000,0,10262,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Another Heap of Ethereals','','',NULL,'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.','Return to Nether-Stalker Khay\'ji at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29209,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10309,2,68,67,0,3523,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,39000,7200,0,0,0,0,0,0,29447,1,0,128,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,'It\'s a Fel Reaver, But with Heart','Recover the Heart of the Fel Reaver and deliver it to N. D. Meancamp at The Heap in the Netherstorm.','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.',NULL,'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?','Return to N. D. Meancamp at The Heap in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10310,2,70,68,0,3523,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10311,0,0,0,6,88000,9600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,29978,29980,29979,0,0,0,1,1,1,0,0,0,933,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sabotage the Warp-Gate!','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.','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.','Burning Legion warp-gate sabotaged','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?','Return to Gahruj at Eco-Dome Midrealm 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,12340), (10311,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10310,1,0,7500,0,0,0,0,0,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,933,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drijya Needs Your Help','Speak with Drijya near Invasion Point: Destroyer in the Netherstorm.','$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.','','I hope that Gahruj has sent you to help me with my mission.','',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,12340), (10312,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10184,0,0,10316,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Annals of Kirin\'Var','Retrieve the Annals of Kirin\'Var from the town hall of Kirin\'Var Village and return it to Custodian Dieworth.','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.',NULL,'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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10313,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10241,10328,-10313,0,5,0,7200,0,0,0,0,0,0,29324,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,30362,30363,30364,30521,0,0,1,1,1,1,0,0,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Measuring Warp Energies','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.','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.','','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?','Return to Exarch Orelis at Area 52 in Netherstorm.',20333,20336,20337,20338,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,29324,0,0,0,0,0,1,0,0,0,'Northern Pipeline Measured','Eastern Pipeline Measured','Southern Pipeline Measured','Western Pipeline Measured',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10314,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10316,0,0,10319,5,41000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Lingering Suspicion','Collect 10 Loathsome Remnants from the twisted spirits in Kirin\'Var Village\'s Chapel Yard and bring them to Custodian Dieworth.','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.',NULL,'$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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10315,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neutralizing the Nethermancers','Kill 15 Sunfury Nethermancers and return to Nether-Stalker Oazul at Tuluman\'s Landing in the Netherstorm.','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!',NULL,'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?','Return to Nether-Stalker Oazul at Tuluman\'s Landing in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10316,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10312,0,0,10314,5,0,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Searching for Evidence','Search Kirin\'Var Village\'s Chapel Yard for clues about who is behind the manipulation of the spirits.','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.',NULL,'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?',NULL,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,12340), (10317,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10318,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Dealing with the Foreman','Deal with Foreman Sundown inside the Trelleum Mine, which is underneath Manaforge Ara in the Netherstorm.','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.',NULL,'$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.',NULL,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,12340), (10318,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10317,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,30003,30004,30005,30006,0,0,1,1,1,1,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing with the Overmaster','Slay Overmaster Grindgarr. Then return to Wind Trader Tuluman at Tuluman\'s Landing in the Netherstorm.','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.',NULL,'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?','Return to Wind Trader Tuluman at Tuluman\'s Landing in Netherstorm.',20803,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10319,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10314,0,0,10320,5,41000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Capturing the Phylactery','Recover Naberius\'s Phylactery from Kirin\'Var Village\'s Chapel Yard district and bring it to Custodian Dieworth.','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.',NULL,'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.','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10320,2,69,67,0,3523,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10319,0,0,0,6,41000,92400,0,0,0,0,0,0,0,0,0,136,0,0,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,'Destroy Naberius!','Custodian Dieworth in Kirin\'Var Village wants you to confront and defeat Naberius in the village\'s Chapel Yard.','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?',NULL,'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?','Return to Custodian Dieworth at Kirin\'Var Village in Netherstorm.',20483,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10321,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10299,10328,-10313,10322,5,41000,7500,0,0,0,0,0,0,0,0,0,136,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Coruu','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.','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.',NULL,'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?','Return to Anchorite Karja at Area 52 in Netherstorm.',0,20417,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29396,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge Coruu Shut Down','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10322,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10321,0,0,10323,5,0,7500,0,0,0,0,0,0,0,0,0,136,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Duro','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.','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.',NULL,'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?','Return to Anchorite Karja at Area 52 in Netherstorm.',0,20418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29397,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge Duro Shut Down','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10323,2,70,67,0,3523,1,3,0,0,0,0,0,0,0,0,0,932,0,3000,0,10322,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,136,2,0,0,0,0,0,0,0,0,0,0,0,0,30377,30365,0,0,0,0,1,1,0,0,0,0,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Ara','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.','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.',NULL,'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?','Return to Anchorite Karja at Area 52 in Netherstorm.',0,20440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29411,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge Ara Shut Down','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10324,2,8,4,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9454,0,0,0,4,175,330,0,0,0,0,0,0,0,0,0,136,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,930,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Moongraze Hunt','Bring 6 Moongraze Buck Hides to Acteon at Azure Watch.','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.','','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.','Return to Acteon at Azure Watch in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23677,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10325,2,65,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,1,8999,0,0,0,0,5,0,6600,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marks of Kil\'jaeden','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.','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.','','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?','Return to Adyen the Lightwarden at Aldor Rise in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29425,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10326,0,65,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,0,8999,10325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Marks of Kil\'jaeden','','',NULL,'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.','Return to Adyen the Lightwarden.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29425,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10327,0,65,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,0,8999,10325,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Mark of Kil\'jaeden','','',NULL,'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.','Return to Adyen the Lightwarden.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10328,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,0,10431,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Briefings','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.','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.','','Excellent job, $N! Let us see what can be learned from these briefings.','Did you have any luck with the briefings from Manaforge Duro?','Return to Exarch Orelis at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29545,29546,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10329,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10193,0,0,10194,5,39000,7200,0,0,0,0,0,0,0,0,0,136,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge B\'naar','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.','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.',NULL,'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.','Return to Spymaster Thalodien at Area 52 in Netherstorm.',0,20209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29366,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge B\'naar Shut Down','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10330,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10198,0,0,10200,5,41000,7500,0,0,0,0,0,0,0,0,0,136,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Coruu','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.','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.',NULL,'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?','Return to Caledis Brightdawn at Manaforge Coruu in Netherstorm.',0,20417,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29396,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge Coruu Shut Down','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10331,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10332,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Indispensable Tools','Retrieve the Smithing Hammer from the Kirin\'Var Apprentices and bring it back to Apprentice Andrethan in Kirin\'Var Village.','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.',NULL,'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?','Return to Apprentice Andrethan at Kirin\'Var Village in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10332,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10331,0,0,0,5,41000,7500,0,0,0,0,0,0,0,0,0,136,0,0,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,'Master Smith Rhonsus','Apprentice Andrethan in Kirin\'Var Village wants you to kill the ghost of Rhonsus, the town\'s master blacksmith.','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.',NULL,'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?','Return to Apprentice Andrethan at Kirin\'Var Village in Netherstorm.',20410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10333,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10206,0,0,10234,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Help Mama Wheeler','Speak with Mama Wheeler at the Midrealm Post inside Eco-Dome Midrealm in the Netherstorm.','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.','','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!','',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,12340), (10334,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,41000,5550,0,0,0,0,0,0,29428,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Needs More Cowbell','Find Bessy in the fields near Kirin\'Var Village\'s Chapel Hill in Netherstorm.','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.',NULL,'','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10335,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,29445,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,30255,30253,30254,0,0,0,1,1,1,0,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Surveying the Ruins','Place the three Surveying Markers and then return to Zephyrion at the Stormspire in the Netherstorm.','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.','','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.','Return to Zephyrion at The Stormspire in Netherstorm.',20473,20475,20476,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,29445,0,0,0,0,0,1,0,0,0,'Surveying Marker One placed','Surveying Marker Two placed','Surveying Marker Three placed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10336,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Minions of Culuthas','Slay 10 Hounds of Culuthas and 5 Eyes of Culuthas. Then return to Nether-Stalker Nauthis at the Stormspire in the Netherstorm.','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.','','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?','Return to Nether-Stalker Nauthis at THe Stormspire in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10337,2,69,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10334,0,0,0,5,41000,7500,0,0,0,0,0,0,0,0,0,130,2,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,'When the Cows Come Home','Escort Bessy safely back to her owner, Thadell.','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 on her way home.','Bessy, is that you?$B$BThank you for bringing back my Bessy, $N. I couldn\'t live without her!',NULL,'Return to Thadell 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,12340), (10338,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10200,0,0,10365,5,0,75900,0,0,0,0,0,0,0,0,0,136,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Duro','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.','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.',NULL,'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.','Return to Spymaster Thalodien at Area 52 in Netherstorm.',0,20418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29397,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge Duro Shut Down','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10339,2,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10384,5,0,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ethereum','Commander Ameer wants you to kill 5 Ethereum Assassins, 5 Ethereum Shocktroopers, 2 Ethereum Researchers and Captain Zovax then activate Ethereum Transponder Zeta.','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.',NULL,'We must gather whatever data that they\'ve stored in this area.','Well done, fleshling...','Speak to the Image of Commander Ameer using the Ethereum Transponder Zeta at Ethereum Staging Grounds in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10340,2,60,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10146,0,0,10344,1,0,570,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Shatter Point','Forward Commander Kingston wants you to speak with Wing Commander Dabir\'ee, ride a gryphon to Shatter Point, and then report to Runetog Wildhammer.','$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.',NULL,'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.',NULL,'Report to Runetog Wildhammer at Shatter Point 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,'','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (10341,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10330,0,0,10202,5,0,75900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,30395,30394,30396,30522,0,0,1,1,1,1,0,0,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kick Them While They\'re Down','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.','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.','','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?','Return to Magistrix Larynna at Area 52 in Netherstorm.',20139,20207,20140,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,0,0,1,0,0,0,0,0,0,0,0,12340), (10342,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10199,5,39000,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Securing the Shaleskin Shale','Collect 5 Shaleskin Shale and give them to Boots at Area 52 in the Netherstorm.','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.','','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.','Return to Boots at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10343,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10174,0,0,10239,2,0,1860,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Unending Invasion','Search the mana creature infested area of Kirin\'Var Village for a Mana Bomb Fragment and bring it to Lieutenant-Sorcerer Morran.','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.',NULL,'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?','Return to Lieutenant-Sorcerer Morran at Kirin\'Var Village in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10344,2,60,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10340,0,0,0,1,0,570,0,0,0,0,0,0,0,0,0,136,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wing Commander Gryphongar','Speak with Wing Commander Gryphongar in Shatter Point.','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.',NULL,'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!',NULL,'Speak with Wing Commander Gryphongar at Shatter Point 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,'','','','',1,0,0,0,0,0,0,0,0,1,1,5,0,0,0,0,0,0,12340), (10345,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,29473,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,30352,30341,30342,30519,0,0,1,1,1,1,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flesh Lies...','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.$B','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.',NULL,'You saved my wrappings, $N. The Protectorate will know of what you\'ve done on this day, friend.','Any luck in finding Ya-six?','Return to Agent Araxes outside of Access Shaft Zeon in Netherstorm.',20561,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29473,0,0,0,0,0,1,0,0,0,'Withered Corpses Burned','','','',0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,12340), (10346,2,62,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10163,0,0,0,0,0,0,0,0,0,0,0,0,28132,1,0,128,1,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,'Return to the Abyssal Shelf','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.','$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?',NULL,'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.','Return to Gryphoneer Windbellow at Shatter Point in Hellfire Peninsula.',19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,0,0,0,28132,0,0,0,0,0,1,0,0,0,'','','Fel Cannon Destroyed','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10347,2,62,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10162,0,0,0,0,0,0,0,0,0,0,0,0,28132,1,0,128,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Abyssal Shelf','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.','$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?','','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!','Return to Wing Commander Brack at Reaver\'s Fall in Hellfire Peninsula.',19398,19397,19399,0,20,5,5,0,0,0,0,0,0,0,0,0,0,0,0,28132,0,0,0,0,0,1,0,0,0,'','','Fel Cannon Destroyed','',0,0,0,0,0,0,0,0,5,5,1,5,0,0,0,0,0,0,12340), (10348,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,41000,73800,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Opportunities','Gather 15 Ivory Bells and return to Mehrdad at Midrealm Post.','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.','','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?','Return to Mehrdad at Eco-Dome Midrealm in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10349,2,63,61,0,3483,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10134,0,0,0,1,3000,660,0,0,0,0,0,0,29477,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Earthbinder','Take the Crimson Crystal Shard to Earthbinder Galandria Nightbreeze at the Cenarion Post in Hellfire Peninsula.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29477,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,1000,1000,0,0,6,4,5,1,0,0,1000,1000,0,12340), (10350,2,10,10,0,-81,0,0,0,1,1101,0,0,0,0,0,0,0,0,0,0,9582,0,0,0,3,0,240,0,8121,0,0,0,0,0,0,0,136,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,'Behomat','Speak with Behomat at the Traders Tier of the Exodar.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10351,2,63,61,0,3483,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10349,0,0,0,6,58000,7800,0,0,0,0,0,0,29478,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,28074,28075,28069,28070,0,0,1,1,1,1,0,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Natural Remedies','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.','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!','','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?','Return to Earthbinder Galandria Nightbreeze at the Cenarion Post in Hellfire Peninsula.',19305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,29478,0,0,0,0,0,1,0,0,0,0,0,'Fallen Sky Ridge Revitalized','','','',1,1,1,5,0,1000,1000,1000,6,6,6,5,1,0,0,1000,1000,0,12340), (10352,0,60,12,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,69,0,0,0,0,6,0,0,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.','Return to Raedon Duskstriker in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10353,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,35381,128,0,0,0,0,0,0,0,0,0,0,0,0,0,30329,30328,30330,30517,0,0,1,1,1,1,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arconus the Insatiable','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.','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.',NULL,'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?','Return to Commander Ameer at Protectorate Watch Post in Netherstorm.',20554,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10354,0,60,26,0,1657,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,69,0,0,0,0,6,0,0,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.','Return to Raedon Duskstriker in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10355,2,62,60,0,3521,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9827,0,0,0,5,27000,6000,0,0,0,0,0,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,930,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Withered Flesh','Gather 5 Parched Hydra Samples and 5 Withered Bog Lord Samples and bring them to Ruam at Telredor.','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.',NULL,'$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?','Return to Ruam at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29480,29481,0,0,0,0,5,5,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,5,1,0,0,0,0,0,0,12340), (10356,0,60,40,0,3557,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','',NULL,'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.','Return to Dugiru in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10357,0,60,50,0,3557,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,930,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','',NULL,'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.','Return to Dugiru in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10358,0,60,50,0,3557,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10357,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,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','',NULL,'$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.','Return to Dugiru in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10359,0,60,12,0,3487,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Wool','','',NULL,'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.','Return to Sorim Lightsong in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2592,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10360,0,60,26,0,3487,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,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,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Silk','','',NULL,'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.','Return to Sorim Lightsong in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4306,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10361,0,60,40,0,3487,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,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,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Mageweave','','',NULL,'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.','Return to Sorim Lightsong in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4338,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10362,0,60,50,0,3487,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,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,911,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Donation of Runecloth','','',NULL,'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.','Return to Sorim Lightsong in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,60,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10363,0,60,50,0,3487,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10362,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,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Additional Runecloth','','',NULL,'$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.','Return to Sorim Lightsong in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14047,0,0,0,0,0,20,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10364,2,10,10,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Caedmos','Speak with Caedmos in the Vault of Lights of the Exodar.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10365,2,70,67,0,3523,1,3,0,0,0,0,0,0,0,0,0,934,0,3000,0,10338,0,0,0,5,44000,75900,0,0,0,0,0,0,0,0,0,136,2,0,0,0,0,0,0,0,0,0,0,0,0,30366,30378,0,0,0,0,1,1,0,0,0,0,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shutting Down Manaforge Ara','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.','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.',NULL,'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?','Return to Spymaster Thalodien at Area 52 in Netherstorm.',0,20440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,29411,0,0,0,0,0,1,0,0,0,0,0,0,'','Manaforge Ara Shut Down','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10366,2,-1,12,0,-141,0,0,0,2,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9598,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Jol','Speak with Jol in the Vindicators\' Sanctum of the Exodar.','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.',NULL,'$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10367,2,62,60,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10403,0,0,10368,5,0,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Traitor Among Us','Naladu at the Ruins of Sha\'naar wants you to obtain the Sha\'naar Key from a nearby hut.','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.','','I thank you, $N. My people will soon be free thanks to you.','Did you obtain the key, $N?','Return to Naladu at the Ruins of Sha\'naar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29501,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10368,2,62,60,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10367,0,0,10369,5,0,24000,0,0,0,0,0,0,29501,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dreghood Elders','Free Morod the Windstirrer, Akoru the Firecaller and Aylaan the Waterwaker at the Ruins of Sha\'naar. Return to Naladu after completing this task.','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.','','I can feel it, $N! The spirits are returning to us.','Tell me, $N. Have the Dreghood elders been released?','Return to Naladu at the Ruins of Sha\'naar in Hellfire Peninsula.',20677,20678,20679,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,29501,0,0,0,0,0,1,0,0,0,'Morod Freed','Akoru Freed','Aylaan Freed','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10369,2,62,60,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10368,0,0,0,6,54000,30300,0,0,0,0,0,0,29513,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arzeth\'s Demise','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.','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!','','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?','Return to Naladu at the Ruins of Sha\'naar in Hellfire Peninsula.',20680,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,29513,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10370,2,70,70,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Nazgrel\'s Command ','','',NULL,NULL,NULL,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,12340), (10371,2,20,20,0,-81,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1698,1699,1,0,90,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,'Yorus Barleybrew','Speak with Yorus Barleybrew at the Lakeshire Inn in Redridge Mountains.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10372,2,16,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,2379,9491,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Discreet Inquiry','Speak with Eralan in Tranquillien.','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.','','I was beginning to wonder if Zelanis received that letter.$B$BGood. Let\'s get to work.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10373,2,50,50,0,3557,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,5092,5066,5092,1,0,420,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out Commander Ashlam Valorfist. His base camp is located at Chillwind Camp, north of the Alterac Mountains.','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!',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10374,2,50,50,0,28,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,5096,5093,5096,1,0,420,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Call to Arms: The Plaguelands!','Seek out High Executor Derrington. His base camp is located at the Bulwark, east of Tirisfal Glade and the Undercity.','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!',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10375,2,67,65,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,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,'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 ',NULL,NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10376,0,10,10,0,-262,0,0,0,16,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,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Symbol of Hope','','',NULL,NULL,NULL,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,12340), (10377,0,20,20,0,-262,0,0,0,16,1028,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,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,'Nothing to Fear','','',NULL,NULL,NULL,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,12340), (10378,0,20,20,0,-262,0,0,0,16,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,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,'Consume Magic','','',NULL,NULL,NULL,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,12340), (10379,0,10,10,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,10638,0,0,0,0,0,0,2652,19318,0,0,0,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,0,0,0,0,0,0,0,0,0,'Touch of Weakness','','',NULL,'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.',NULL,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,12340), (10380,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10431,0,0,10381,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Pact','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.','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.','','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?','Return to Kaylaan at Tuluman\'s Landing in Netherstorm.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10381,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10380,0,0,0,4,0,5700,0,0,0,0,0,0,0,0,0,136,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,932,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aldor No More','Report back to Exarch Orelis at Area 52.$B$BPerforming quests for the Aldor will cause your Scryers reputation level to decrease.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10382,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10163,0,0,10394,1,0,570,0,0,0,0,0,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,946,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Go to the Front','Take a gryphon to Honor Point and speak with Field Marshal Brock.','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\'. $B',NULL,'Well met, $C. I\'m glad that crusty old dwarf finally saw fit to send us some help! ',NULL,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,'','','','',1,25,0,0,500,3000,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10383,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,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,0,0,0,0,0,0,0,0,0,'This is a Breadcrumb!','Speak with Jonathan LeCraft about the wabbits.','Hello. You should find out about those wabbits.',NULL,NULL,NULL,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,12340), (10384,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10339,0,0,10385,3,0,3750,0,0,0,0,0,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,933,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ethereum Data','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to recover the Ethereum Data Cell.','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!',NULL,'$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?','Return to the Image of Commander Ameer by using the Ethereum Transponder Zeta at the Ethereum Staging Grounds in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10385,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10384,0,0,10405,5,0,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Potential for Brain Damage = High','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to recover 15 pieces of Ethereum Relay Data.','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.',NULL,'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?','Speak to the Image of Commander Ameer by using the Etherum Transponder Zeta at the Ethereum Staging Grounds in Netherstorm.',0,0,0,0,0,0,0,0,0,29482,0,0,0,5,0,0,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,12340), (10386,2,61,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10089,0,10089,1,0,570,0,0,0,0,0,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,947,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fel Reaver Slayer','Speak with Overlord Hun Maimist.','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.',NULL,NULL,NULL,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,12340), (10387,2,61,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10089,0,10089,1,0,570,0,0,0,0,0,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,947,0,0,0,0,-2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fel Reaver Slayer','Speak with Overlord Hun Maimist.','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.',NULL,NULL,NULL,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,12340), (10388,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10162,0,0,10390,1,0,1140,0,0,0,0,0,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,947,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Thrallmar','Return to Thrallmar and speak with Nazgrel.$B','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. $B',NULL,'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!',NULL,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,12340), (10389,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10392,0,0,0,5,20000,5850,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Agony and the Darkness','Magister Bloodhawk wants you to kill 10 Terrorfiends in the Pools of Aggonar.','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. ',NULL,'Bravo, $N. I knew you would be victorious! The Legion\'s defeat draws ever nearer!','Well, $C - have the terrorfiends been defeated?','Return to Magister Bloodhawk at Thrallmar in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10390,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10388,0,0,10391,5,20000,11700,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forge Camp: Mageddon','Nazgrel in Thrallmar wants you to attack Forge Camp: Mageddon and kill 10 Gan\'arg Servants and return with the head of Razorsaw.','$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! $B$B','','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 - time. \n','Move quickly, $C, we\'ve got to shut down Forge Camp: Mageddon before the demons finish its construction! ','Return to Nazgrel at Thrallmar in Hellfire Peninsula.',16947,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,29586,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10391,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10390,0,0,10392,5,20000,11700,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cannons of Rage','Destroy 3 Fel Cannon MKIs in Forge Camp: Rage and return to Nazgrel in Thrallmar.','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! $B',NULL,'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!','Return to Nazgrel at Thrallmar in Hellfire Peninsula.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10392,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10391,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doorway to the Abyss','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.','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. ',NULL,'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!','Return to Nazgrel at Thrallmar in Hellfire Peninsula.',19298,-182935,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,29795,0,0,0,0,0,1,0,0,0,0,'','Close Burning Legion Gate','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10393,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,10389,0,0,3,0,5850,0,0,0,0,0,0,29589,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Plans','Take the Burning Legion Missive to Magister Bloodhawk in Thrallmar. ','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. $B$B','','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? ',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29589,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10394,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10382,0,0,10396,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disruption - Forge Camp: Mageddon','Kill 10 Gan\'arg Servants and Razorsaw at Forge Camp Mageddon and return to Forward Commander Brock at Honor Point.','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! $B$B',NULL,'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!','Return to Field Marshal Brock in Hellfire Peninsula.',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,0,0,1,4,0,0,0,4000,0,0,0,12340), (10395,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10399,3,0,2940,0,0,0,0,0,0,29589,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dark Missive','Take the Missive to Warp-Scryer Kryv in the main keep of Honor Hold.','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.$B',NULL,'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',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10396,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10394,0,0,10397,5,20000,5850,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enemy of my Enemy...','Destroy 3 Fel Cannon MKIs in Forge Camp: Rage and return to Field Marshal Brock at Honor Point.','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! ',NULL,'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! \n','Return to Field Marshal Brock in Hellfire Peninsula.',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,0,0,1,1,113,0,0,0,5000,0,0,12340), (10397,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10396,0,0,0,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Invasion Point: Annihilator','Slay Arix\'Amal. Take the Burning Legion Gate Key. Use the Burning Legion Gate Key on the Rune of Spite.','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! $B',NULL,'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','Return to Field Marshal Brock in Hellfire Peninsula.',19298,-182935,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,29795,0,0,0,0,0,1,0,0,0,0,'','Close Burning Legion Gate','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10398,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10400,5,0,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Honor Hold','PH: Go to Honor Hold.','PH: Go to Honor Hold.',NULL,NULL,NULL,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,12340), (10399,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10395,0,0,0,5,20000,5850,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of Darkness','Kill 10 Terrorfiends in the Pools of Aggonar and return to Warp-Scryer Kryv in the main keep of Honor Hold.','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. $B','','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? \n','Return to Warp-Scryer Kryv at Honor Hold in Hellfire Peninsula.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10400,2,63,58,0,3483,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10395,0,0,0,7,87000,9300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,946,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overlord','Slay Arazzius the Cruel in the Pools of Aggonar and return to Force Commander Danath Trollbane in the keep of Honor Hold.$B','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. $B','','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','Return to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.',19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',6,1,1,0,0,0,0,0,0,1,21,1,1,66,0,0,0,0,12340), (10401,2,63,255,0,3483,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,87000,9300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,28040,28041,28042,0,0,0,1,1,1,0,0,0,947,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: End All, Be All','Nazgrel at Thrallmar in Hellfire Peninsula has asked that you slay Arazzius the Cruel.$B','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.',NULL,NULL,NULL,'Return to Nazgrel at Stonewall Canyon in Hellfire Peninsula.',19191,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10402,2,70,67,0,3523,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (10403,2,62,60,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10367,2,0,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Naladu','Seek out Naladu inside the Ruins of Sha\'naar.','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.','','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. ',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10404,2,70,67,0,3523,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10381,0,0,0,6,0,9600,0,0,0,0,0,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,932,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against the Legion','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.','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.','','You\'ve dealt a mighty blow to the enemies of the Light, $N. You have my thanks as well as that of the Aldor.',NULL,'Return to Exarch Orelis.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10405,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10385,0,0,10406,5,0,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'S-A-B-O-T-A-G-E','The Image of Commander Ameer at the Ethereum Staging Grounds - Ethereum Transponder Zeta - wants you to recover 1 Prepared Ethereum Wrapping.','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.',NULL,'Excellent! Now to calibrate the device.','Have you recovered the wrapping?','Speak to the Image of Commander Ameer using the Ethereum Transponder Zeta at the Ethereum Staging Grounds in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10406,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10405,0,0,10408,5,0,7500,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,30335,30337,30336,30518,0,0,1,1,1,1,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivering the Message','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.','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.$B','Ethereum Conduit Sabotaged','Thanks to you, their plans are in ruin! Now only one thing remains... Salhadaar.','He must succeed!','Speak to the Image of Commander Ameer by using the Ethereum Transponder Zeta at the Ethereum Staging Grounds 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,12340), (10407,2,70,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,932,0,3000,0,10381,0,0,10410,6,44000,9600,0,0,0,0,0,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,932,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Socrethar\'s Shadow','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.','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.',NULL,'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?','Return to Anchorite Karja at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10408,2,70,68,0,3523,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10406,0,0,0,7,132000,11400,0,0,0,0,0,0,29618,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,30011,30012,30010,30013,30009,0,1,1,1,1,1,0,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nexus-King Salhadaar','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.','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.',NULL,'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?','Speak with the Image of Commander Ameer by using the Ethereum Transponder Zeta at the Ethereum Staging Grounds in Netherstorm.',20454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29618,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10409,2,70,67,0,3523,1,5,0,0,0,0,0,0,0,0,0,932,0,3000,0,10410,0,0,0,7,132000,11400,0,0,0,0,0,0,29796,1,0,130,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,932,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathblow to the Legion','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.','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.','Deathblow to the Legion','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.','Report to Ishanah at the Aldor tier in Shattrath City.',20132,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10410,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10407,0,0,10409,4,0,5700,0,0,0,0,0,0,29699,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ishanah\'s Help','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.','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.','','Socrethar... I remember that name. He was once a renowned warrior of the Light and pride was his only flaw.','What troubles you, child?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29699,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10411,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132000,7500,0,0,0,0,0,0,29737,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Electro-Shock Goodness!','Researcher Navuud at the Protectorate Watch Post in Netherstorm has asked that you destroy 30 Void Waste Globules and 30 Seeping Sludge Globules.$B','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!',NULL,'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!','Return to Researcher Navuud at the Protectorate Watch Post in Netherstorm.',20806,20805,0,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,29737,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10412,2,65,62,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,934,1,8999,0,0,0,0,5,0,66000,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Firewing Signets','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.','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.','','Well done, $N. You might prove to be a useful ally after all.','Go on, $N. Speak.','Return to Magistrix Fyalenn in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29426,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10413,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,88000,9600,0,0,0,0,0,0,29738,1,0,128,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horrors of Pollution','Take the Vial of Void Horror Ooze to Researcher Navuud at the Protectorate Watch Post in Netherstorm.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29738,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10414,0,70,64,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,934,1,8999,10412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,2,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!','Return to Magistrix Fyalenn in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10415,0,70,64,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,934,1,8999,10412,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,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?','Return to Magistrix Fyalenn in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10416,2,70,64,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,0,0,0,0,6,0,9600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,29736,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Synthesis of Power','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.','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.','','As promised, $N. The entirety of the book\'s raw power, condensed into a single rune.','Have you obtained an arcane tome yet, $N?','Return to Voren\'thal the Seer in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29739,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10417,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10418,3,39000,36000,0,0,0,0,0,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,933,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Run a Diagnostic!','Retrieve the Diagnostic Results and return them to Mehrdad at Midrealm Post.','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?','','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?','Return to Mehrdad at Eco-Dome Midrealm in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10418,2,68,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10417,0,0,10423,5,39000,72000,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deal With the Saboteurs','Mehrdad at Midrealm Post wants you to kill 8 Barbscale Crocolisks.','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.','','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.','Return to Mehrdad at Eco-Dome Midrealm in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10419,0,70,64,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10416,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,1,0,0,0,0,29736,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,0,0,0,0,6,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?','Return to Voren\'thal the Seer in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29739,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10420,2,70,64,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,0,0,0,6,0,9600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,29735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Cleansing Light','Bring a Fel Armament to Ishanah in Shattrath City.$B$BCompleting quests for the Aldor will cause your Scryers reputation to decrease.','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.','','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?','Return to Ishanah at Aldor Rise in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29740,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10421,0,70,64,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10420,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,29735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,932,0,0,0,0,6,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.','Return to Ishanah.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29740,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10422,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Tyralius','Flesh Handler Viridius at the Protectorate Watch Post in Netherstorm has asked that you find and free Captain Tyralius.$B','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.',NULL,'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?','Return to Flesh Handler Viridius at the Protectorate Watch Post in Netherstorm.',20787,0,0,0,1,0,0,0,0,0,0,29742,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Tyralius Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10423,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10418,0,0,10424,1,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'To the Stormspire','Speak with Ghabar at the Stormspire in Netherstorm.','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.',NULL,'$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.',NULL,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,12340), (10424,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10423,0,0,10430,4,21000,55500,0,0,0,0,0,0,29803,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Diagnosis: Critical','Use the Diagnostic Device while standing near the Eco-Dome Sutheron Generator and bring the Diagnostic Results back to Ghabar at the Stormspire.','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.',NULL,'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?','Return to Ghabar at the Stormspire in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10425,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,30331,30332,30333,30334,0,0,1,1,1,1,0,0,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from the Staging Grounds','Escort the Captured Protectorate Vanguard back to Protectorate Watch Post in Netherstorm.','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?$B','Captured Protectorate Vanguard Escorted','$B$BWell done, fleshling! This soldier might be the key to taking down the Ethereum\'s entire operation.','Yes?','Return to Commander Ameer at Protectorate Watch Post 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,1,0,0,0,0,0,0,0,0,12340), (10426,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10427,5,41000,7500,0,0,0,0,0,0,29818,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flora of the Eco-Domes','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.','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?','','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?','Return to Aurine Moonblaze at the Stormspire in Netherstorm.',20983,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,29818,0,0,0,0,0,1,0,0,0,0,0,'Test Energy Modulator','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10427,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10426,0,0,10429,6,41000,9300,0,0,0,0,0,0,29817,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Creatures of the Eco-Domes','Tag 12 Talbuks for Aurine Moonblaze at the Stormspire. You may tag either Talbuk Sires or Talbuk Does using the Talbuk Tagger.','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.',NULL,'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?','Return to Aurine Moonblaze at the Stormspire in Netherstorm.',0,20982,0,0,0,12,0,0,0,0,0,0,0,0,0,0,29817,0,0,0,0,0,1,0,0,0,0,0,0,'','Talbuk Tagged','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10428,2,10,8,0,3524,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9527,3,0,240,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Missing Fisherman','Find Cowlen at the southeast docks of Silvermyst Isle off the coast of Azuremyst.','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?','','My family... What have I done... What could I have done?$b$bWhy must I be punished so?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10429,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10427,0,0,0,5,41000,7500,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'When Nature Goes Too Far','Aurine Moonblaze at the Stormspire wants you to bring her a Hulking Hydra Heart.','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.',NULL,'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?','Return to Aurine Moonblaze at the Stormspire in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10430,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10424,0,0,10436,1,0,7500,0,0,0,0,0,0,29770,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Testing the Prototype','Bring the Repair Apparatus to Tashar at Eco-Dome Farfield in Netherstorm.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10431,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10328,0,0,10380,2,0,1920,0,0,0,0,0,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,932,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Outside Assistance','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.','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. ','','You\'re all the help Orelis is sending? He must think very highly of you.$B$BLet\'s get this over with.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10432,2,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10202,0,0,10508,5,0,75900,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Damning Evidence','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.','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.','','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?','Return to Spymaster Thalodien at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29797,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10433,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10434,5,41000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Keeping Up Appearances','Bring 10 Ripfang Lynx Pelts to Shauly Pore at Midrealm Post.','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.','','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?','Return to Shauly Pore at Eco-Dome Midrealm in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10434,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10433,0,0,10435,1,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Dynamic Duo','Speak with Audi the Needle at the Stormspire in Netherstorm.','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.','','$B$BAh, yes, we\'ve been expecting someone to help us, err move some, uh, merchandise.','',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,12340), (10435,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10434,0,0,0,5,41000,73800,0,0,0,0,0,0,0,0,0,136,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,'Retrieving the Goods','Audi the Needle at the Stormspire wants you to bring her 10 Dome Generator Segments.','$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?','','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?','Return to Audi the Needle at The Stormspire in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10436,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10430,0,0,0,5,41000,73800,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Clear!','Tashar, stationed at Eco-Dome Farfield, wants you to kill 12 Scythetooth Raptors.','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.',NULL,'Well done. It looks like everything is in order. We\'re ready to begin.','Have you cleared the test area?','Return to Tashar at Eco-Dome Farfield in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10437,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,5,0,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recipe for Destruction','Professor Dabiri at the Protectorate Watch Post in Netherstorm wants you to recover 8 Fragments of Dimensius.','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.',NULL,'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?','Return to Professor Dabiri at Protectorate Watch Post in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10438,2,70,68,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10437,0,0,10439,5,0,7500,0,0,0,0,0,0,29778,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'On Nethery Wings','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!$B','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.',NULL,'The time to strike has come! With the tear gone, Dimensius is vulnerable to physical and magical attacks!','Did you hit the mark?','Return to Professor Dabiri at Protectorate Watch Post in Netherstorm.',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,'Void Conduit Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10439,2,70,68,0,3523,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10438,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,30297,30300,30299,30298,0,0,1,1,1,1,0,0,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dimensius the All-Devouring','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!','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!',NULL,'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?','Return to Professor Dabiri at Protectorate Watch Post in Netherstorm.',19554,20985,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Speak to Captain Saeed','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10440,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10436,0,0,0,2,0,18600,0,0,0,0,0,0,0,0,0,136,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,'Success!','Return to Ghabar at the Stormspire in Netherstorm.','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. ',NULL,'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.',NULL,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,12340), (10441,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Peddling the Goods','Speak with Aurine Moonblaze at the bottom of the Stormspire in Netherstorm.','$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.',NULL,NULL,NULL,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,12340), (10442,2,61,61,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,9372,1,0,1140,0,0,0,0,0,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,942,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helping the Cenarion Post','Falconer Drenna Riverwind wants you to offer your services to Thiah Redmane at the Cenarion Post in Hellfire Peninsula.','$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.',NULL,'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.',NULL,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,1,1,1,0,0,0,0,0,0,12340), (10443,2,61,61,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,9372,1,0,570,0,0,0,0,0,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,942,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helping the Cenarion Post','Amaan the Wise would like for you to offer your services to Thiah Redmane at the Cenarion Post in Hellfire Peninsula.','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.',NULL,'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.',NULL,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,1,1,0,0,0,0,0,0,12340), (10444,2,64,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9994,0,0,9996,1,0,660,0,0,0,0,0,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,0,0,0,0,0,530,-2593.86,3325,1,'Report to the Allerian Post','Jenai Starwhisper wants you to report to Lieutenant Meridian at the Allerian Post in Terokkar Forest.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10445,2,70,70,0,1941,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,192,0,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,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'The Vials of Eternity','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.','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.','','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.','Return to Soridormi in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10446,2,65,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,9996,0,0,0,6,66000,8400,0,0,0,0,0,0,0,0,0,136,32,0,0,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,'The Final Code','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.','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.','','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?','Return to Jenai Starwhisper at the Allerian Stronghold in Terokkar Forest.',0,21039,0,0,0,1,0,0,29912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Mana Bomb Activated','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10447,2,65,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9997,0,0,0,6,66000,8400,0,0,0,0,0,0,0,0,0,136,32,0,0,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,'The Final Code','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.','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.','','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?','Return to Tooki at Stonebreaker Hold in Terokkar Forest.',0,21039,0,0,0,1,0,0,29912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Mana Bomb Activated','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10448,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,9995,0,0,9997,1,0,660,0,0,0,0,0,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,0,0,0,0,0,530,-2525.86,3665.6,1,'Report to Stonebreaker Camp','Tooki wants you to report to Sergeant Chawni at Stonebreaker Camp in Terokkar Forest.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10449,2,60,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10450,0,0,0,2,2300,1440,0,35998,0,0,0,0,30326,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Apothecary Zelana','Vertok Axebreaker in Thrallmar wants you to bring Bonechewer Blood Samples to Apothecary Zelana at Reaver\'s Fall.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30326,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (10450,2,60,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10449,5,9000,5700,0,0,0,0,0,0,0,0,0,136,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonechewer Blood','Bring 12 Bonechewer Blood Vials to Vurtok Axebreaker in Thrallmar.','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.','','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!','Return to Vurtok Axebreaker at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10451,2,70,68,0,3520,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,132000,9600,0,0,0,0,0,0,0,0,0,130,2,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,'Escape from Coilskar Cistern','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.','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.$B','Earthmender Wilda Escorted to Safety','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?','Return to Earthmender Torlok at the Altar of Damnation in Shadowmoon 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,1,0,0,0,0,0,0,0,0,12340), (10452,2,58,55,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'DON\'T USE [PH] Fel Orc 1','[PH Fel Orc 1.','[PH Fel Orc 1.','',NULL,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,12340), (10453,2,58,55,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'DON\'T USE [PH] Fel Orc bread','[PH Fel Orc bread','[PH Fel Orc bread','',NULL,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,12340), (10454,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - OFF THE RAILS','','',NULL,NULL,NULL,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,12340), (10455,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10456,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Encroaching Wilderness','Slay 12 Grovestalker Lynxes.','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.','','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.','Return to Rina Moonspring at Sylvanaar in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10456,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10455,0,0,10457,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Marauding Wolves','Collect 4 Thunderlord Dire Wolf Tails.','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!','','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.','Return to Rina Moonspring at Sylvanaar in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30184,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10457,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10456,0,0,10506,5,35000,6900,0,0,0,0,0,0,29952,1,0,128,0,0,0,0,0,0,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,'Protecting Our Own','Use Rina\'s Bough on 5 of the Grove Seedlings to summon forth defenses for the Living Grove.','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.','','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.','Return to Rina Moonspring at Sylvanaar in the Blade\'s Edge Mountains.',-184631,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,29952,0,0,0,0,0,1,0,0,0,0,0,'Living Grove Defenders summoned','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10458,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10480,5,0,75900,0,0,0,0,0,0,30094,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enraged Spirits of Fire and Earth','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.','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.','','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.','Return to Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.',21092,21094,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,30094,0,0,0,0,0,1,0,0,0,'Earthen Soul Captured','Fiery Soul Captured','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10459,2,70,68,0,3905,81,0,0,0,0,0,0,942,0,21000,0,942,0,21000,0,0,0,0,0,5,88000,7500,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revered Among the Cenarion Expedition','Ysiel Windsinger at the Cenarion Refuge wants you to become revered with 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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10460,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,3000,0,0,0,10460,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29294,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,5,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.','',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,1,0,0,0,0,0,0,0,0,12340), (10461,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,3000,0,0,0,10460,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29307,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,5,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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10462,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,3000,0,0,0,10460,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,5,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.','',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,1,0,0,0,0,0,0,0,0,12340), (10463,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,3000,0,0,0,10460,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29302,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,5,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.','',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,1,0,0,0,0,0,0,0,0,12340), (10464,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,9000,0,990,0,3000,0,10463,0,0,10468,6,0,9600,0,0,0,0,0,0,29302,1,0,128,0,0,0,0,0,29303,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sage\'s Vow','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29302,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10465,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,9000,0,990,0,9000,0,10461,0,0,10469,6,0,9600,0,0,0,0,0,0,29307,1,0,128,0,0,0,0,0,29306,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restorer\'s Vow','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29307,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10466,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,9000,0,0,0,0,0,10462,0,0,10470,6,0,9600,0,0,0,0,0,0,29298,1,0,128,0,0,0,0,0,29299,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Champion\'s Vow','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29298,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10467,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,9000,0,0,0,0,0,10460,0,0,10471,6,0,9600,0,0,0,0,0,0,29294,1,0,128,0,0,0,0,0,29295,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defender\'s Vow','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Honored reputation with the Scale of the Sands.','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!','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29294,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10468,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,21000,0,990,0,9000,0,10464,10472,0,10472,6,0,9600,0,0,0,0,0,0,29303,1,0,128,0,0,0,0,0,29304,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sage\'s Oath','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29303,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10469,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,21000,0,990,0,9000,0,10465,10473,0,10473,6,0,9600,0,0,0,0,0,0,29306,1,0,128,0,0,0,0,0,29308,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restorer\'s Oath','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29306,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10470,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,21000,0,0,0,0,0,10466,10474,0,10474,6,0,9600,0,0,0,0,0,0,29299,1,0,128,0,0,0,0,0,29300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Champion\'s Oath','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29299,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10471,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,21000,0,0,0,0,0,10467,10475,0,10475,6,0,9600,0,0,0,0,0,0,29295,1,0,128,0,0,0,0,0,29296,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defender\'s Oath','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Revered reputation with the Scale of the Sands.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29295,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10472,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,42000,0,990,0,21000,0,10468,0,0,0,6,0,9600,0,0,0,0,0,0,29304,1,0,128,0,0,0,0,0,29305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sage\'s Covenant','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29304,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10473,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,42000,0,990,0,21000,0,10469,0,0,0,6,0,9600,0,0,0,0,0,0,29308,1,0,128,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,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restorer\'s Covenant','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10474,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,42000,0,0,0,0,0,10470,0,0,0,6,0,9600,0,0,0,0,0,0,29300,1,0,128,0,0,0,0,0,29301,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Champion\'s Covenant','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10475,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,42000,0,990,0,21000,0,10471,0,0,0,6,0,9600,0,0,0,0,0,0,29296,1,0,128,0,0,0,0,0,29297,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defender\'s Covenant','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10476,2,67,65,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,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,978,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fierce Enemies','Warden Moi\'bff Jill at Telaar wants you to obtain 10 Obsidian Warbeads from the various ogres that inhabit Nagrand.','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.',NULL,'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?','Return to Warden Moi\'bff Jill at Telaar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25433,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10477,0,68,65,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10476,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Warbeads','','',NULL,'You continue to prove your worth to us, $N. May your strength never fail you.','Do you bear any additional obsidian warbeads, $n?','Return to Warden Moi\'bff Jill at Telaar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10478,0,68,65,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,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?','Return to Warden Bullrok in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10479,2,67,65,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6900,0,0,0,0,0,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,941,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proving Your Strength','Warden Bullrok at Garadar wants you to obtain 10 Obsidian Warbeads from the various ogres that inhabit Nagrand.','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.','','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?','Return to Warden Bullrok at Garadar in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10480,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10458,0,0,10481,5,0,75900,0,0,0,0,0,0,30094,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enraged Spirits of Water','Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley wants you to use the Totem of Spirits to capture 5 Watery Souls.$B','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.$B',NULL,'Only air remains, $N.','Wherever you find naga you will almost certainly find tortured water spirits.','Return to Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.',21095,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30094,0,0,0,0,0,1,0,0,0,'Watery Soul Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10481,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10480,0,0,0,5,0,75900,0,0,0,0,0,0,30094,1,0,128,0,0,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,'Enraged Spirits of Air','Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley wants you to use the Totem of Spirits to capture 10 Airy Souls.','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.',NULL,'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.','Return to Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.',21096,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30094,0,0,0,0,0,1,0,0,0,'Airy Soul Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10482,2,58,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10483,5,9000,5400,0,0,0,0,0,0,0,0,0,136,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Orc Scavengers','Kill 20 Bonechewer Orcs and return to Amadi in Honor Hold.','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...','','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!','Return to Lieutenant Amadi at Honor Hold in Hellfire Peninsula.',21161,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,'','','','',1,5,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,12340), (10483,2,58,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10482,0,0,0,2,0,1380,0,35998,0,0,0,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,946,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ill Omens','Lieutenant Amadi in Honor Hold wants you to bring 1 Cursed Talisman to Corporal Ironridge at Expedition Point.','$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.','','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!','Return to Corporal Ironridge at Expedition Point in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30157,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (10484,2,58,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10483,0,0,10485,5,9000,5400,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cursed Talismans','Bring 12 Cursed Talismans to Corporal Ironridge at Expedition Point.','$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.',NULL,'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...','Return to Corporal Ironridge at Expedition Point in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30157,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',5,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (10485,2,60,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10484,0,0,10903,5,9000,5700,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warlord of the Bleeding Hollow','Bring Warlord Morkh\'s Shattered Armor to Corporal Ironridge in Expedition Point.','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.',NULL,'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?','Return to Corporal Ironridge at Expedition Point in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30158,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,5,0,0,0,0,0,0,0,1,4,66,0,0,0,0,0,0,12340), (10486,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10487,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Encroaching Wilderness','Slay 12 Bladewing Bloodletters.','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.','','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?','Return to Gor\'drek at Thunderlord Stronghold in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10487,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10486,0,0,10488,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Dust from the Drakes','Collect 4 Dusts of the Fey Drake.','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.','','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?','Return to Gor\'drek at Thunderlord Stronghold in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30174,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10488,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10487,0,0,0,5,35000,6900,0,0,0,0,0,0,30175,1,0,128,32,0,0,0,0,0,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,'Protecting Our Own','Use Gor\'drek\'s Ointment on 5 of the Thunderlord Dire Wolves.','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.','','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?','Return to Gor\'drek at Thunderlord Stronghold in the Blade\'s Edge Mountains.',20748,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,30175,0,0,0,0,0,1,0,0,0,0,0,'Thunderlord Dire Wolf strengthened','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10489,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35000,6900,0,0,0,0,0,0,0,0,0,136,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,'Felling an Ancient Tree','Collect Stronglimb Deeproot\'s Trunk.','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.','','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!','Return to Tor\'chunk Twoclaws at Thunderlord Stronghold in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30177,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10490,2,-1,20,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,0,0,9500,9501,2,0,2340,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Water','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','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?',NULL,'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. ',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10491,2,-1,30,0,-82,0,0,0,64,1024,0,0,0,0,0,0,0,0,0,0,0,0,9547,9552,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Call of Air','Speak with Farseer Nobundo at the Crystal Hall inside the Exodar on Azuremyst Isle.','$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.',NULL,'And finally we come to it, the last of the four great elements: air. Do you think yourself wise enough to continue, $N?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10492,2,60,58,0,1537,81,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,0,8922,0,0,5,-200000,5700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Winterspring Blood Samples and 20 gold and bring them along with a set of Bindings of Elements to Deliana in Ironforge.','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.',NULL,'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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21928,16671,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10493,2,60,58,0,1637,81,0,0,2,690,0,0,0,0,0,0,0,0,0,0,0,8923,0,0,5,-200000,5700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Earnest Proposition','Acquire 15 Silithus Venom Samples and 20 gold and bring them along with a set of Lightforge Bracers to Mokvar in Orgrimmar.','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.',NULL,'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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22381,16722,0,0,0,0,15,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10494,2,60,58,0,1537,81,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,8977,8929,0,8929,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Cord of Elements and a set of Gauntlets of Elements to Deliana in Ironforge.','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.',NULL,'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?','Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16673,16672,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10495,2,60,58,0,1637,81,0,0,2,690,0,0,0,0,0,0,0,0,0,0,8978,8930,0,8930,7,0,8700,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Just Compensation','Bring a Lightforge Belt and a set of Lightforge Gauntlets to Mokvar in Orgrimmar.','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.',NULL,'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?','Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10496,2,60,58,0,1537,81,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,9015,8960,0,8960,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Deliana in Ironforge with a set of Boots of Elements, a Kilt of Elements and Pauldrons of Elements.','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!',NULL,NULL,NULL,'Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10497,2,60,58,0,1637,81,0,0,2,690,0,0,0,0,0,0,0,0,0,0,9015,9032,0,9032,7,0,8700,0,0,0,0,0,0,22047,1,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,0,0,0,0,0,0,0,'Anthion\'s Parting Words','Return to Mokvar in Orgimmar with a set of Lightforge Boots, Lightforge Legplates and Lightforge Spaulders.$B','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!',NULL,NULL,NULL,'Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10498,2,60,58,0,1537,81,0,0,64,1101,0,0,0,0,0,0,0,0,0,0,8997,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Deliana your Coif of Elements and Vest of Elements.','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.',NULL,NULL,NULL,'Return to Deliana at the High Seat in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10499,2,60,58,0,1637,81,0,0,2,690,0,0,0,0,0,0,0,0,0,0,8998,0,0,0,2,0,1440,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'Saving the Best for Last','Give Mokvar your Lightforge Helm and Lightforge Breastplate.','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.',NULL,NULL,NULL,'Return to Mokvar in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10500,2,60,1,0,-365,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,8792,0,1,0,570,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,'The Horde Needs Your Help!','Speak with Warlord Gorchuk in Orgrimmar\'s Valley of Spirits.','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?',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10501,2,60,1,0,-365,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,570,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,'The Alliance Needs Your Help!','Speak with Field Marshal Snowfall in Ironforge\'s Military Ward.','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?','',NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10502,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10504,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Bloodmaul Ogres','Slay any 30 Bloodmaul Ogres at Bloodmaul Outpost.','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.','','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?','Return to Commander Skyshadow at Sylvanaar in the Blade\'s Edge Mountains.',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,'Bloodmaul Ogres killed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10503,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10505,6,70000,8400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Bladespire Threat','Slay any 30 Bladespire Ogres and 10 Bladespire Raptors at Bladespire Hold and the Bladespire Grounds.','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.','','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.','Return to Tor\'chunk Twoclaws at Thunderlord Stronghold in the Blade\'s Edge Mountains.',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,'Bladespire Ogres killed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10504,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10502,0,0,0,5,35000,6900,0,0,0,0,0,0,0,0,0,136,0,0,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,'The Bladespire Ogres','Slayl any 30 Bladespire Ogres in Bladespire Hold and the Bladespire Grounds.','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.','','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.','Return to Commander Skyshadow at Sylvanaar in the Blade\'s Edge Mountains.',19995,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,'Bladespire Ogres killed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10505,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10503,0,0,0,5,35000,6900,0,0,0,0,0,0,0,0,0,136,0,0,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,'The Bloodmaul Ogres','Slay any 30 Bloodmaul Ogres at Bloodmaul Outpost.','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.','','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!','Return to Tor\'chunk Twoclaws at Thunderlord Stronghold in the Blade\'s Edge Mountains.',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,'Bloodmaul Ogres killed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10506,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10457,0,0,0,5,35000,6900,0,0,0,0,0,0,30251,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dire Situation','Apply Rina\'s Diminution Powder to 5 of the Bloodmaul Dire Wolves at Bloodmaul Outpost and in Bloodmaul Ravine.','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.','','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.','Return to Rina Moonspring at Sylvanaar in the Blade\'s Edge Mountains.',21176,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,30251,0,0,0,0,0,1,0,0,0,0,0,'Bloodmaul Dire Wolf weakened','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10507,2,70,67,0,3523,1,5,0,0,0,0,0,0,0,0,0,934,0,3000,0,10509,0,0,0,7,132000,11400,0,0,0,0,0,0,30260,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,30375,30372,30373,30374,30859,0,1,1,1,1,1,0,934,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Turning Point','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.','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. ','','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?','Return to Voren\'thal the Seer at the Scryer\'s Tier in Shattrath City.',20132,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30259,29796,0,0,0,0,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10508,2,70,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,934,0,3000,0,10432,0,0,10509,6,44000,9600,0,0,0,0,0,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,934,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for Voren\'thal','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.','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.','','You do not cease to amaze me, $N! Good thing you\'re on our side.','Have you obtained Socrethar\'s teleportation stone, $N?','Return to Spymaster Thalodien at Area 52 in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29624,29625,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10509,2,70,67,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10508,0,0,10507,4,0,5700,0,0,0,0,0,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,934,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bound for Glory','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.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10510,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35000,6900,0,0,0,0,0,0,0,0,0,136,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,'Into the Draenethyst Mine','Collect 5 Draenethyst Mine Crystals.','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.','','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.','Return to Bronwyn Stouthammer at Sylvanaar in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30315,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10511,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Strange Brew','Collect 11 Bloodmaul Brutebane 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.','','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?','Return to Borgrim Stouthammer at Sylvanaar in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29443,0,0,0,0,0,11,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10512,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10511,0,0,0,5,35000,6900,0,0,0,0,0,0,30353,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Getting the Bladespire Tanked','Use the Bloodmaul Brutebane Keg in an attempt to get 5 Bladespire Ogres drunk.','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.','','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?','Return to Borgrim Stouthammer at Sylvanaar in the Blade\'s Edge Mountains.',21241,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,30353,0,0,0,0,0,1,0,0,0,0,0,'Bladespire Ogres drunk','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10513,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10481,0,0,10514,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Oronok Torn-heart','Seek out Oronok Torn-heart on the Shattered Shelf - north of Coilskar Cistern.$B','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.',NULL,'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?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10514,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10513,0,0,10515,5,0,7500,0,0,0,0,0,0,30462,1,0,128,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,'I Was A Lot Of Things...','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.','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!',NULL,'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!','Return to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30356,30462,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10515,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10514,0,0,10519,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Lesson Learned','Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley wants you to destroy 10 Ravenous Flayer Eggs on the Shattered Plains.','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.',NULL,'That\'ll teach those damned, filthy animals not to kill my boars! Well done, $N!','No mercy!','Return to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.',-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,'Ravenous Flayer Egg Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10516,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10517,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Trappings of a Vindicator','Collect Vindicator Vuuleen\'s Blade and Vindicator Vuuleen\'s Shield.','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!','','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.','Return to Vindicator Vuuleen at Bladespire Hold in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30413,30415,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10517,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10516,0,0,10518,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Gorr\'Dim, Your Time Has Come...','Slay Gorr\'Dim, leader of the Bladespire Hold ogres.','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.',NULL,'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?','Return to Vindicator Vuuleen at Bladespire Hold in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10518,2,67,65,0,3522,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10517,0,0,0,6,74000,8700,0,0,0,0,0,0,0,0,0,136,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,'Planting the Banner','Use the Bladespire Banner atop the Northmaul Tower to lure Gurn Grubnosh. Collect the Bladespire Clan Banner and the Helm of Gurn Grubnosh.','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.',NULL,'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?','Return to Commander Skyshadow at Sylvanaar in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30416,30417,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340); INSERT INTO `quest_template` VALUES (10519,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10515,0,0,0,1,0,780,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cipher of Damnation - Truth and History','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.','$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.','The Cipher of Damnation - History and Truth','Do you understand what must be done? Find the sons of Oronok. Find my boys...','Be patient and listen, $N.','Return to Oronok Torn-heart in Shadowmoon 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,1,0,0,0,0,0,0,0,0,12340), (10520,2,50,47,0,3557,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3763,3764,1,0,420,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assisting Arch Druid Staghelm','Speak with Arch Druid Fandral Staghelm in Darnassus.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10521,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10519,0,0,10522,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Grom\'tor, Son of Oronok','Find Grom\'tor, Son of Oronok at Coilskar Point in Shadowmoon Valley.','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.',NULL,'$B$BIt\'s good you came. This maggot just spilled its guts. We\'ve got them now!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10522,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10521,0,0,10523,6,0,9600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Cipher of Damnation - Grom\'tor\'s Charge','Grom\'tor, Son of Oronok at Coilskar Point in Shadowmoon Valley wants you to recover the First Fragment of the Cipher of Damnation.','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.',NULL,'This must be taken back to father at once.','Any luck?','Return to Grom\'tor, Son of Oronok at Coilskar Point in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,30426,0,0,0,1,30428,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10523,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10522,10588,-10523,0,2,0,1920,0,0,0,0,0,0,30429,1,0,128,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,'The Cipher of Damnation - The First Fragment Recovered','Take Grom\'tor\'s Lockbox to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.','$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...',NULL,'When the Cipher of Damnation is reformed, we shall end this curse!','You have succeeded?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30429,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10524,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10525,5,35000,6900,0,0,0,0,0,0,30431,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderlord Clan Artifacts','Collect the Thunderlord Clan Drum, Thunderlord Clan Arrow and the Thunderlord Clan Tablet.','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.','','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?','Speak with Rokgah Bloodgrip at Thunderlord Stronghold in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30431,30433,30432,30434,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10525,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10524,0,0,10526,4,0,5100,0,0,0,0,0,0,30481,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vision Guide','Use the Fiery Soul Fragment to transform your spirit into a vision guide, which will reveal the location of the final Thunderlord artifact.','$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.','Final Thunderlord artifact discovered','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!','Speak with Rokgah Bloodgrip at Thunderlord Stronghold in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30481,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10526,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10525,0,0,0,6,74000,8700,0,0,0,0,0,0,0,0,0,136,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,'The Thunderspike','Collect 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.','','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?','Return to Rokgah Bloodgrip at Thunderlord Stronghold in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30435,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10527,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10519,0,0,10528,3,0,3750,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Ar\'tor, Son of Oronok','Find Ar\'tor, Son of Oronok at Illidari Point in Shadowmoon Valley.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10528,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10527,0,0,0,4,0,5700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Demonic Crystal Prisons','Seek out and slay Painmistress Gabrissa at Illidari Point and return to the corpse of Ar\'tor, Son of Oronok with the Crystalline Key.','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.',NULL,'You slide the crystalline key into the slots at the base of each of the demonic crystals.','Ar\'tor hovers lifelessly before you.','Return to Ar\'tor, Son of Oronok at Illidari Point in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30442,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10529,2,-1,10,0,-261,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,9617,9484,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Hunter\'s Path','Speak with Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.','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.',NULL,'$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.',NULL,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,12340), (10530,2,-1,10,0,-261,0,0,0,4,512,0,0,0,0,0,0,0,0,0,0,0,0,9617,9484,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Hunter\'s Path','Speak with Lieutenant Dawnrunner at Farstrider Retreat in Eversong Woods.','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.',NULL,'$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10531,1,55,50,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,16500,4950,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,0,0,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for Arathi Basin!','Assault the mine, the lumber mill, the blacksmith and the farm, then return to Field Marshal Oslight in Refuge Pointe.','$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.',NULL,NULL,NULL,'Return to Field Marshal Oslight at Refuge Pointe in Arathi Highlands.',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,'Mine Assaulted','Lumber Mill Assaulted','Blacksmith Assaulted','Farm Assaulted',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10532,1,70,70,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132000,7500,0,0,0,0,0,0,0,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,510,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cut Arathor Supply Lines','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Deathstalker Mortis at Hammerfall.','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.',NULL,NULL,NULL,'Return to Deathstalker Mortis at Circle of East Binding in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,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,0,0,0,12340), (10533,0,70,70,0,3358,41,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,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,510,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','',NULL,NULL,NULL,'Return to Deathstalker Mortis in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,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,0,0,0,12340), (10534,2,10,10,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Returning Home','Caedmos at the Exodar has requested you come see him.','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.',NULL,NULL,NULL,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,12340), (10535,1,70,70,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,132000,7500,0,0,0,0,0,0,0,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,509,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arathi Basin Resources!','Win the battle for Arathi Basin, get an Arathi Resource Crate, and return it to Sergeant Maclear at Refuge Pointe.','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.',NULL,NULL,NULL,'Return to Sergeant Maclear at Refuge Pointe in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20559,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,0,0,0,12340), (10536,0,70,70,0,3358,41,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,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,509,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Resource Crates','','',NULL,NULL,NULL,'Return to Sergeant Maclear in Arathi Highlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19725,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,0,0,0,12340), (10537,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10528,0,0,10540,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Lohn\'goron, Bow of the Torn-heart','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 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. ',NULL,'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...','Return to Spirit of Ar\'tor at Illidari Point in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30451,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10538,2,60,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10242,0,0,10835,5,9000,5700,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Boiling Blood','Use Bleeding Hollow Blood at the Cursed Cauldron to make Boiled Blood. Bring 12 Boiled Blood to Apothecary Albreck at Spinebreaker Post.','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.',NULL,'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...','Return to Apothecary Albreck at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,30425,0,0,0,12,0,0,30430,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10539,2,10,10,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Returning Home','Caedmos at the Exodar has requested you come see him.','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.',NULL,NULL,NULL,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,12340), (10540,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10537,0,0,10541,6,0,9600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cipher of Damnation - Ar\'tor\'s Charge','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.','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.',NULL,'$B$BIt would seem that my time is nearly at an end, hero.','The cipher must be recovered!','Return to Spirit of Ar\'tor at Illidari Point in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30453,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10541,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10540,10588,-10523,0,3,0,3750,0,0,0,0,0,0,30454,1,0,128,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,'The Cipher of Damnation - The Second Fragment Recovered','Take Ar\'tor\'s Lockbox to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.$B','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...',NULL,'$B$BThank you. I promise you, hero, a song of honor will be written in your name.','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30454,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10542,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10545,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'They Stole Me Hookah and Me Brews!','Collect T\'chali\'s Hookah and 10 Bloodmaul Brutebane 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!','','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?','Return to T\'chali the Witch Doctor at Bloodmaul Ravine in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30468,29443,0,0,0,0,1,10,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10543,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10545,0,0,10544,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Grimnok and Korgaah, I Am For You!','Slay Grimnok Battleborn and Korgaah.','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.','','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?','Return to T\'chali the Witch Doctor at Bloodmaul Ravine in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10544,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10543,0,0,0,6,70000,8400,0,0,0,0,0,0,30479,1,0,128,0,0,0,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,'A Curse Upon Both of Your Clans!','Use the Wicked Strong Fetish to curse 5 buildings or towers in Bladespire Hold and 2 in Bloodmaul Outpost.','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!','','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!','Return to T\'chali the Witch Doctor at Bloodmaul Ravine in the Blade\'s Edge Mountains.',21446,21452,0,0,5,2,0,0,0,0,0,0,0,0,0,0,0,0,30479,0,0,0,0,0,1,0,0,0,0,'Bladespire Hold building cursed','Bloodmaul Outpost building cursed','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10545,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10542,0,0,10543,5,35000,6900,0,0,0,0,0,0,30353,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bladespire Kegger','Use the Bloodmaul Brutebane Keg to get 5 Bladespire Ogres drunk.','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!','','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?','Return to T\'chali the Witch Doctor at Bloodmaul Ravine in the Blade\'s Edge Mountains.',21241,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,30353,0,0,0,0,0,1,0,0,0,0,0,'Bladespire Ogres drunk','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10546,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10519,0,0,10547,2,0,1920,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Borak, Son of Oronok','Find Borak, Son of Oronok near Eclipse Point in Shadowmoon Valley.','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.',NULL,'$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10547,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10546,0,0,0,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Of Thistleheads and Eggs...','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.','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.',NULL,'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!','Seek out Tobias the Filth Gorger at Shattrath City in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30500,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10548,2,18,16,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,9491,0,0,0,5,0,840,0,0,0,0,0,0,0,0,0,136,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,'The Sad Truth','Eralan in Tranquillien wants you to retrieve the Archeologist\'s Shrunken Head from one of the chests in Zeb\'Tela or Zeb\'Nowa.','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.','','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?','Return to Eralan at Tranquillien in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30503,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10549,2,18,16,0,-162,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,8100,0,0,0,0,0,0,0,0,0,136,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,'REUSE','Eralan in Tranquillien wants you to retrieve the Archeologist\'s Shrunken Head from one of the chests in Zeb\'Tela or Zeb\'Nowa.','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.','',NULL,NULL,'Return to Eralan at An\'daroth in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10550,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10547,0,0,10570,2,0,1920,0,0,0,0,0,0,30501,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bundle of Bloodthistle','Take the Bundle of Bloodthistle back to Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley.$B','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.',NULL,'Now to set the trap!','Do you have the bloodthistle?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30501,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10551,0,65,60,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10211,0,10551,0,0,0,0,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,350000,0,0,0,0,0,0,0,0,'Allegiance to the Aldor','','','','Are you certain of your choice, $N? The Aldor will welcome you as an ally, but the Scryers will not easily forgive your decision.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10552,0,65,60,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10211,0,10551,0,0,0,0,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,350000,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10553,2,65,60,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10552,0,0,0,1,0,660,0,0,0,0,0,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,934,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Voren\'thal the Seer','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.','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.','','Khadgar sends a new recruit? Let us put you to work, $c.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10554,2,65,60,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10551,0,0,0,1,0,660,0,0,0,0,0,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,932,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ishanah','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.','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.','','Welcome, $N. I\'m glad to hear you\'ve decided to join us in our mission. May the Light always protect you.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10555,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10556,5,0,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Malaise','Collect 18 Plucked Lashh\'an Feathers.','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.$B','','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.','Open the pages of the Lashh\'an Tome at Veil Lashh in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30529,0,0,0,0,0,18,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10556,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10555,0,0,0,4,35000,5100,0,0,0,0,0,0,30530,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scratches','Use the Fistful of Feathers on the Lashh\'an Spell Circle.','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.',NULL,'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.','Return to Daranelle at Sylvanaar in the Blade\'s Edge Mountains.',21511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30530,0,0,0,0,0,1,0,0,0,0,0,'Have Daranelle analyze the Kaliri aura','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10557,2,64,62,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,10710,0,10710,2,8000,1620,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Flight: The Zephyrium Capacitorium','Speak with Rally Zapnabber and use 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.','Test Tally\'s Experiment','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!','Return to Tally Zapnabber at Toshley\'s Station in the Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (10558,2,70,68,0,3545,81,0,0,0,0,0,0,946,0,21000,0,946,0,21000,0,0,0,0,0,5,0,7500,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revered Among Honor Hold','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.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10559,2,70,68,0,3535,81,0,0,0,0,0,0,947,0,21000,0,947,0,21000,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Revered Among Thrallmar','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.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10560,2,70,68,0,3842,81,0,0,0,0,0,0,935,0,21000,0,935,0,21000,0,0,0,0,0,5,0,7500,0,0,0,0,0,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,935,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revered Among the Sha\'tar','A\'dal in Shattrath City wants you to become revered with the Sha\'tar by defeating the forces of Kael\'thas inside Tempest Keep.','$B$B',NULL,'',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10561,2,70,68,0,2300,0,0,0,0,0,0,0,989,0,21000,0,989,0,21000,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revered Among the Keepers of Time','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.','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.',NULL,NULL,NULL,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,1,0,0,0,0,0,0,0,0,12340), (10562,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10563,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Besieged!','Wing Commander Nuainn, outside of Wildhammer Stronghold, wants you to kill 10 Infernal Attackers.','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!','','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?','Return to Wing Commander Nuainn at Wildhammer Stronghold in Shadowmoon Valley.',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,1,0,0,0,0,0,0,0,0,12340), (10563,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10562,0,0,10572,5,41000,7500,0,0,0,0,0,0,30638,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Legion Hold','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.','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.',NULL,'$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? ','Return to Wing Commander Nuainn at Wildhammer Stronghold in Shadowmoon Valley.',0,0,21502,0,0,0,1,0,0,0,0,0,0,0,0,0,0,30638,0,0,0,0,0,1,0,0,0,0,0,'','','Discover Legion\'s Plans','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10564,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10572,0,0,10573,5,41000,7500,0,0,0,0,0,0,30614,1,0,128,32,0,0,0,0,0,0,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,'Blast the Infernals!','Use the Fel Bomb while standing on the green glyph in Legion Hold, then report to Wing Commander Nuainn at Wildhammer Stronghold.','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.','','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?','Return to Wing Commander Nuainn at Wildhammer Stronghold in Shadowmoon Valley.',0,21512,0,0,0,1,0,0,0,0,0,0,0,0,0,0,30614,0,0,0,0,0,1,0,0,0,0,0,0,'','Destroy Legion Hold Infernals','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10565,2,66,61,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3450,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Stones of Vekh\'nir','Collect and use a Vekh\'nir Crystal at the Vekh\'nir Spell Circle to create a Charged Vekh\'nir Crystal.','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.','','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.','Return to Dertrok at Mok\'Nathal Village in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,30561,0,0,0,1,0,0,0,0,30567,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10566,2,66,61,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10565,0,0,10615,5,35000,67800,0,0,0,0,0,0,30650,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial and Error','Try out each of Dertrok\'s wands on an Arakkoa Ogre Slave. Each wand will require an Infused Vekh\'nir Crystal to use.','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.','','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.','Return to Dertrok at Mok\'Nathal Village in the Blade\'s Edge Mountains.',21713,21714,21715,21716,1,1,1,1,0,0,0,30655,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,1,0,0,0,0,0,0,0,0,12340), (10567,2,66,66,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10607,5,0,6900,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Creating the Pendant','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.','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.','','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.','Return to Timeon at Evergrove in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,30704,0,0,0,6,0,0,0,0,30706,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10568,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,10568,10571,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tablets of Baa\'ri','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.','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.',NULL,'The Baa\'ri tablets! Yes, this might provide us with very useful information.','Have you found the tablets yet, $N?','Return to Anchorite Ceyla at the Altar of Sha\'tar in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30596,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10569,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10759,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Sketh\'lon Wreckage','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.','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.',NULL,'$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?','Return to Gryphonrider Kieran at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10570,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10550,0,0,10576,4,0,5700,0,0,0,0,0,0,30616,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Catch A Thistlehead','Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley wants you to recover the Stormrage Missive.','$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.',NULL,'$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;.','Return to Borak, Son of Oronok in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30617,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10571,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10568,0,0,10574,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oronu the Elder','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.','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.',NULL,'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.','Return to Anchorite Ceyla at the Altar of Sha\'tar in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30649,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10572,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10563,0,0,10564,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Setting Up the Bomb','Obtain a Fel Reaver Power Core and a Fel Reaver Armor Plate and bring them to Wing Commander Nuainn at Wildhammer Stronghold.','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.',NULL,'$B$BThis should do the trick. Should make quite an explosion too, if I do say so m\'self.','','Return to Wing Commander Nuainn at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10573,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10564,0,0,10582,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Deathforge','Report to Stormer Ewan Wildwing at the Deathforge Tower.','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.',NULL,'$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.',NULL,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,12340), (10574,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10571,0,0,10575,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ashtongue Corruptors','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.','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.',NULL,'Yes! The four fragments of the medallion. Now to put them together...','Have you obtained the four medallion fragments, $N?','Return to Anchorite Ceyla at the Altar of Sha\'tar in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30692,30691,30693,30694,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10575,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10574,10622,0,10622,3,0,3750,0,0,0,0,0,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,932,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warden\'s Cage','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.','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.',NULL,'We\'ve been expecting you, $N. Akama said you would arrive sooner or later.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10576,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10570,0,0,10577,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Shadowmoon Shuffle','Borak, Son of Oronok at the bridge near Eclipse Point in Shadowmoon Valley wants you to recover 6 pieces of Eclipsion Armor.$B','$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.',NULL,'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.','Return to Borak, Son of Oronok in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30640,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10577,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10576,0,0,10578,4,0,5700,0,0,0,0,0,0,30639,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Illidan Wants, Illidan Gets...','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.','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.','Illidan\'s Message Delivered','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.','Return to Borak, Son of Oronok in Shadowmoon 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,1,0,0,0,0,0,0,0,0,12340), (10578,2,70,68,0,3520,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,10577,0,0,10579,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Cipher of Damnation - Borak\'s Charge','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.','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.$B',NULL,'Finally! The cipher fragment is ours!$B$B','You must act quickly!','Return to Borak, Son of Oronok in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30645,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10579,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10578,10588,-10523,0,3,0,3750,0,0,0,0,0,0,30646,1,0,128,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,'The Cipher of Damnation - The Third Fragment Recovered','Take Borak\'s Lockbox to Oronok Torn-heart at Oronok\'s Farm in Shadowmoon Valley.','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.',NULL,'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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30646,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10580,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10518,0,0,10581,2,0,1740,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Where Did Those Darn Gnomes Go?','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.','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.',NULL,'SYLVANAAR? COMMANDER SKYSHADOW?$B$BTHIS DOES NOT COMPUTE!$B$BBACK AWAY BEFORE I AM FORCED TO PLAY LOUD SOUNDS AT YOU!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10581,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10580,0,0,0,2,0,1740,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Follow the Breadcrumbs','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.','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.','','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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10582,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10573,0,0,0,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Minions of the Shadow Council','Stormer Ewan Wildwing at the Deathforge Tower wants you to kill 10 Deathforge Guardians and 5 Deathforge Summoners.','$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!',NULL,'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?','Return to Stormer Ewan Wildwing at Deathforge Tower in Shadowmoon Valley.',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,12340), (10583,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10582,10586,-10583,0,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Fate of Flanis','Stormer Ewan Wildwing at Deathforge Tower wants you to search the Deathforge for Flanis Swiftwing and recover Flanis\'s Pack.','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.',NULL,'$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?','Return to Stormer Ewan Wildwing at Deathforge Tower in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30658,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10584,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10581,0,0,10657,5,37000,6900,0,0,0,0,0,0,30656,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Picking Up Some Power Converters','Use the Protovoltaic Magneto Collector to collect 5 Electromentals.','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.',NULL,'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!','Return to Toshley at Toshley\'s Station in the Blade\'s Edge Mountains.',21731,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,30656,0,0,0,0,0,1,0,0,0,0,0,'Electromentals collected','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10585,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10582,10586,-10583,0,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Summoning Chamber','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.','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.',NULL,'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?','Return to Stormer Ewan Wildwing at Deathforge Tower in Shadowmoon Valley.',21735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30672,0,0,0,0,0,1,0,0,0,0,0,'End Infernal Summoning Ritual','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10586,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10589,5,41000,7500,0,0,0,0,0,0,30688,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Down the Warbringer!','Defeat Warbringer Razuun, recover Razuun\'s Orders, and report to Wing Commander Nuainn at Wildhammer Stronghold.','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!',NULL,'$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?','Return to Wing Commander Nuainn at Wildhammer Stronghold in Shadowmoon Valley.',21287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30689,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10587,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,0,10637,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Karabor Training Grounds','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.','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.','','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?','Return to Exarch Onaala at Altar of Sha\'tar in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30679,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10588,2,70,68,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,183,0,30657,1,0,640,0,0,0,0,0,31074,0,0,0,1,0,0,0,31073,31071,31072,31036,31062,31038,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,'The Cipher of Damnation','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.','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.',NULL,'$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?','Return to Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.',21181,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30657,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10589,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10586,0,0,10766,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Gaining Access','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.','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.',NULL,'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.','Return to Wing Commander Nuainn at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30695,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10590,2,52,50,0,-141,0,0,0,2,690,0,0,0,0,0,0,0,0,0,0,9601,0,0,10592,5,0,4350,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Prove Your Hatred','Mehlar Dawnblade at the Bulwark wants you to bring him 20 Minion\'s Scourgestones.','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.','','Very good, $N. Perhaps you have a taste for revenge after all.','Have the Scourge crumbled beneath your weapon?','Return to Mehlar Dawnblade in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12840,0,0,0,0,0,20,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10591,2,0,0,0,-141,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,136,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,911,529,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'DESTROY THIS QUEST!','','','',NULL,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,12340), (10592,2,52,50,0,-141,0,0,0,2,690,0,0,0,0,0,0,0,0,0,0,10590,0,0,10593,3,0,2220,0,0,0,0,0,0,30700,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wisdom of the Banshee Queen','Bring the Scourgestone Fragments to Lady Sylvanas Windrunner in Undercity.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30700,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10593,2,52,50,0,-141,81,0,0,2,690,0,0,0,0,0,0,0,0,0,0,10592,0,0,0,7,0,6600,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'Ancient Evil','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.','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.',NULL,'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.','Return to Mehlar Dawnblade in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22444,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10594,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10608,0,0,0,5,37000,6900,0,0,0,0,0,0,30701,1,0,130,2,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,'Gauging the Resonant Frequency','Place the Oscillating Frequency Scanners in such a way that when you stand amongst them, you are hit by 5 overlapping Oscillation fields.','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.','Singing crystal resonant frequency gauged','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?','Return to Nickwinkle the Metro-Gnome at Toshley\'s Station in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30701,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10595,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10596,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Besieged!','Blood Guard Gulmok outside of Shadowmoon Village, wants you to kill 10 Infernal Attackers.','$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!','','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?','Return to Blood Guard Gulmok at Shadowmoon Village in Shadowmoon Valley.',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,12340), (10596,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10595,0,0,10597,5,41000,7500,0,0,0,0,0,0,30638,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Legion Hold','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.','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. ','','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?','Return to Blood Guard Gulmok at Shadowmoon Village in Shadowmoon Valley.',0,0,21502,0,0,0,1,0,0,0,0,0,0,0,0,0,0,30638,0,0,0,0,0,1,0,0,0,0,0,'','','Discover Legion\'s Plans','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10597,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10596,0,0,10598,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Setting Up the Bomb','Obtain a Fel Reaver Power Core and a Fel Reaver Armor Plate, then bring them to Blood Guard Gulmok at Shadowmoon Village.','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!','','That should do the trick. I wouldn\'t want to be in the hold when that thing goes off.','','Return to Blood Guard Gulmok at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10598,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10597,0,0,10599,5,41000,7500,0,0,0,0,0,0,30614,1,0,128,32,0,0,0,0,0,0,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,'Blast 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.','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.','','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?','Return to Blood Guard Gulmok at Shadowmoon Village in Shadowmoon Valley.',0,21512,0,0,0,1,0,0,0,0,0,0,0,0,0,0,30614,0,0,0,0,0,1,0,0,0,0,0,0,'','Destroy Legion Hold Infernals','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10599,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10598,0,0,10600,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Deathforge','Report to Scout Zagran at Slag Watch.','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.','','$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.','',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,12340), (10600,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10599,0,0,0,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Minions of the Shadow Council','Scout Zagran at Slag Watch wants you to kill 10 Deathforge Guardians and 5 Deathforge Summoners.','$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!','','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?','Return to Scout Zagran at Slag Watch in Shadowmoon Valley.',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,12340), (10601,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10600,10603,-10601,0,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Fate of Kagrosh','Scout Zagran at Slag Watch wants you to search the Deathforge for Kagrosh and recover Kagrosh\'s Pack.','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.','','$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?','Return to Scout Zagran at Slag Watch in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30659,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10602,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10600,10603,-10601,0,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Summoning Chamber','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.','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.','','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?','Return to Scout Zagran at Slag Watch in Shadowmoon Valley.',21735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30672,0,0,0,0,0,1,0,0,0,0,0,'End Infernal Summoning Ritual','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10603,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10604,5,41000,7500,0,0,0,0,0,0,30688,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Down the Warbringer!','Defeat Warbringer Razuun, recover Razuun\'s Orders, and report to Blood Guard Gulmok at Shadowmoon Village.','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.','','$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?','Return to Blood Guard Gulmok at Shadowmoon Village in Shadowmoon Valley.',21287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30689,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10604,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10603,0,0,10767,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Gaining Access','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.','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.','','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.','Return to Blood Guard Gulmok at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30695,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10605,2,-1,20,0,-61,0,0,0,256,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1472,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Carendin Summons','Speak with Carendin Halgar in Undercity.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10606,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10766,0,0,10612,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Art of Fel Reaver Maintenance','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.','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!',NULL,'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?','Return to Plexi at Invasion Point: Cataclysm in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,30712,0,0,0,1,0,0,30713,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10607,2,68,66,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10567,0,0,0,5,0,7200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31531,31532,31533,31534,0,0,1,1,1,1,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whispers of the Raven God','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.','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.','','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?','Return to Timeon at Evergrove in the Blade\'s Edge Mountains.',22798,22799,22800,22801,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,1,0,0,0,0,0,0,0,0,12340), (10608,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10594,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Crystal Clear','Slay 10 Crystal Flayers.','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.',NULL,'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.','Return to Nickwinkle the Metro-Gnome at Toshley\'s Station in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10609,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,30742,1,0,128,0,0,0,0,0,31437,0,0,0,5,0,0,0,31438,31439,31440,31441,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Came First, the Drake or the Egg?','Collect 3 Proto-Nether Drake Essences, 3 Adolescent Drake Essences and 3 Mature Drake Essences.','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.',NULL,'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.','Return to Fizit \"Doc\" Clocktock at Toshley\'s Station in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30743,30782,30783,30742,0,0,3,3,3,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10610,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Prospecting Basics','','',NULL,NULL,NULL,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,12340), (10611,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10767,0,0,10613,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Art of Fel Reaver Maintenance','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.','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.','','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?','Return to Nakansi at Invasion Point: Cataclysm in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,30712,0,0,0,1,0,0,30713,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10612,2,69,67,0,3520,0,0,300,0,1101,0,0,0,0,0,0,0,0,0,0,10606,0,0,10744,6,41000,9300,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fel and the Furious','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.','$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!',NULL,'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?','Return to Plexi at Invasion Point: Cataclysm in Shadowmoon Valley.',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,'Deathforged Infernal Destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10613,2,69,67,0,3520,0,0,300,0,690,0,0,0,0,0,0,0,0,0,0,10611,0,0,10745,6,41000,9300,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fel and the Furious','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.','$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!','','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?','Return to Nakansi at Invasion Point: Cataclysm in Shadowmoon Valley.',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,'Deathforged Infernal destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10614,2,66,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10718,0,0,10709,1,0,660,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Whispers on the Wind','Speak with Leoroxx at the Mok\'Nathal Village in the Blade\'s Edge Mountains.','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.','','What brings you to our village?','',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,1,0,0,0,0,0,0,0,0,12340), (10615,2,64,61,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10566,0,0,0,2,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Ruuan Weald','Speak with Timeon at Evergrove, which is in the Ruuan Weald in the Blade\'s Edge Mountains.','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.','','Ah, yes, Dertrok. We spoke briefly about the arakkoa. I must say that our... interests in them vary quite significantly.','',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,1,0,0,0,0,0,0,0,0,12340), (10616,2,66,61,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Breadcrumb','','','',NULL,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,12340), (10617,2,66,61,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Silkwing Cocoons','Collect 8 Silkwing Cocoons from Silkwing Larva.$b$bKill the Larva quickly or they will turn into Silkwings, ruining their 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.','','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.','Return to Taerek at Mok\'Nathal Village in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30791,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10618,2,65,61,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Softest Wings','Collect 12 Iridescent 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.','','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.','Return to Silmara at Mok\'Nathal Village in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30792,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10619,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,10619,10816,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ashtongue Tribe','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.','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.','','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?','Return to Vindicator Aluumen at Altar of Sha\'tar in Shadowmoon Valley.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10620,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10584,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,0,0,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,'Ridgespine Menace','Slay 10 Ridgespine Stalkers.','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.',NULL,'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.','Return to Dizzy Dina at Toshley\'s Station in the Blade\'s Edge Mountains.',20714,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10621,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10626,4,41000,5550,0,0,0,0,0,0,30756,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Illidari-Bane Shard','Bring the Illidari-Bane Shard to Ordinn Thunderfist at Wildhammer Stronghold.','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.',NULL,'$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10622,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10628,0,0,0,0,0,0,0,0,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,1012,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Allegiance','Slay Zandras at the Warden\'s Cage in Shadowmoon Valley and return to Sanoru.','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.',NULL,'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.','Return to Sanoru at Warden\'s Cage in Shadowmoon Valley.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10623,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10627,4,41000,5550,0,0,0,0,0,0,30579,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Illidari-Bane Shard','Bring the Illidari-Bane Shard to Grokom Deatheye at Shadowmoon Village.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10624,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10625,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Haunted History','Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley wants you to bring her 15 Ever-burning Ash samples.','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...$B','','Your world is about to change, $N.','What do you mean? I\'m going to make something out of the ash ','Return to Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10625,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10624,0,0,10633,5,41000,7500,0,0,0,0,0,0,30719,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spectrecles','Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley wants you to slay 12 Shadowmoon Zealots.','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.','','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.','Return to Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley.',21788,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30719,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10626,2,69,67,0,3520,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10621,0,0,0,5,41000,7500,0,0,0,0,0,0,0,0,0,136,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,'Capture the Weapons','Ordinn Thunderfist at Wildhammer Stronghold wants you to bring him Mazakradon\'s Glaive and Morgroron\'s Glaive.','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?','','These should work nicely. Now, let\'s forge them into a more useful form.','Did you capture those prototypes?','Return to Ordinn Thunderfist at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30786,30785,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10627,2,69,67,0,3520,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10623,0,0,0,5,41000,7500,0,0,0,0,0,0,0,0,0,136,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,'Capture the Weapons','Grokom Deatheye at Shadowmoon Village wants you to bring him Mazakradon\'s Glaive and Morgroron\'s Glaive.','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.','','These should work nicely. Now, let\'s forge them into a more useful form.','Did you capture those prototypes?','Return to Grokom Deatheye at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10628,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10622,0,0,0,2,0,1920,0,0,0,0,0,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,1012,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Akama','Speak to Akama inside the hidden chamber in the Warden\'s Cage.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10629,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10238,0,0,10630,5,40000,5850,0,0,0,0,0,0,30803,1,0,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shizz Work','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.','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.\"',NULL,'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.','Return to Foreman Razelcraz at the Thrallmar Mine in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30794,30803,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10630,2,61,58,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10629,0,0,0,5,20000,5850,0,0,0,0,0,0,0,0,0,136,0,0,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,'Beneath Thrallmar','Kill Urga\'zz and return to Foreman Razelcraz by the mine northwest of 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. ',NULL,'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.','Return to Foreman Razelcraz at the Thrallmar Mine in Hellfire Peninsula.',18976,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10631,2,61,255,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back In Business','Get some ore.','Take my shredder. Go into the mine and get some ore.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10632,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10584,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,'Cutting Your Teeth','Collect 5 Extra Sharp Daggermaw 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.',NULL,'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.','Return to Razak Ironsides at Toshley\'s Station in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30798,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10633,2,70,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10625,10635,0,0,3,0,3750,0,0,0,0,0,0,30721,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teron Gorefiend - Lore and Legend','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.','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.','','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.','',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,12340), (10634,2,70,67,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10633,0,-10634,0,7,0,11400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Divination: Gorefiend\'s Armor','The Ancient Shadowmoon Spirit at the Altar of Shadows in southeast Shadowmoon Valley wants you to recover 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.','','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.','Return to Ancient Shadowmoon Spirit at the Altar of Shadows in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10635,2,70,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10644,0,-10634,0,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Divination: Gorefiend\'s Cloak','The Ancient Shadowmoon Spirit at the Altar of Shadows in southeast Shadowmoon Valley wants you to recover 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.','','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.','Return to Ancient Shadowmoon Spirit at the Altar of Shadows in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10636,2,70,67,0,3520,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-10634,0,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Divination: Gorefiend\'s Truncheon','The Ancient Shadowmoon Spirit at the Altar of Shadows in southeast Shadowmoon Valley wants you to recover 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...','','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.','Return to Ancient Shadowmoon Spirit at the Altar of Shadows in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10637,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10587,0,0,10640,5,0,7500,0,0,0,0,0,0,0,0,0,136,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Necessary Distraction','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.','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.','','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?','Return to Exarch Onaala at Altar of Sha\'tar in Shadowmoon Valley.',21892,0,0,0,1,0,0,0,0,30811,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Azaloth Freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10638,2,10,10,0,-262,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10379,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'NOT A QUEST','Seek in the of Silvermoon City.','Seek your trainer in Silvermoon City.','',NULL,NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10639,2,70,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10634,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,640,0,0,0,0,0,0,0,0,0,0,0,0,0,31104,31105,31106,31107,31109,31110,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,'Teron Gorefiend, I am...','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.','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!','','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.','','Return to Chief Apothecary Hildagard at Shadowmoon Village in Shadowmoon Valley.',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,12340), (10640,2,70,68,0,3518,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10637,10668,0,0,3,0,3750,0,0,0,0,0,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,932,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Altruis','Travel to western Nagrand and find Altruis the Sufferer.$B$BCompleting quests for the Aldor will cause your Scryers reputation level to decrease.','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.','','You\'ve come a long way, stranger. I\'m surprised whoever sent you has heard of me.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10641,2,70,68,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10011,10646,-10641,0,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Against the Legion','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.','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.','','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?','Return to Altruis the Sufferer in Nagrand.',21925,0,0,0,1,0,0,0,0,30850,0,0,0,1,0,0,0,0,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,12340), (10642,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10643,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Ghost in the Machine','Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley wants you to bring him 15 Ever-burning Ash samples.','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.$B',NULL,'$B$BIt is done. Behold, Spectrecles!','Aye, a duality exists... I can feel it.','Return to Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10643,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10642,0,0,10644,5,41000,7500,0,0,0,0,0,0,30719,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harbingers of Shadowmoon','Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley wants you to slay 12 Shadowmoon Harbingers.','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.',NULL,'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.','Return to Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley.',21795,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30719,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10644,2,70,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10643,10634,0,0,3,0,3750,0,0,0,0,0,0,30721,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teron Gorefiend - Lore and Legend','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.$B','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (10645,2,70,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10634,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,640,0,0,0,0,0,0,0,0,0,0,0,0,0,31104,31105,31106,31107,31109,31110,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,'Teron Gorefiend, I am...','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.','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!',NULL,'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?','Return to Zorus the Judicator at Wildhammer Stronghold in Shadowmoon Valley.',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,1,0,0,0,0,0,0,0,0,12340), (10646,2,70,68,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10649,3,0,3750,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Illidan\'s Pupil','Listen to Altruis\'s story.','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.','Illidan\'s Pupil','You know the story now. Only one thing remains to be done.',NULL,'Return to Altruis the Sufferer at Forge Camp: Hate 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,1,0,0,0,0,0,0,0,0,12340), (10647,2,70,67,0,3520,1,4,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,132000,9600,0,0,0,0,0,0,0,0,0,136,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,'Wanted: Uvuros, Scourge of Shadowmoon','Slay Uvuros and recover Uvuros\'s Fiery Mane. Return it to Warcaller Sardon Truslice at Shadowmoon Village in Shadowmoon Valley.','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.','','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?','Return to Warcaller Sardon Truslice at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10648,2,70,67,0,3520,1,4,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,132000,9600,0,0,0,0,0,0,0,0,0,136,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,'Wanted: Uvuros, Scourge of Shadowmoon','Slay Uvuros and recover Uvuros\'s Fiery Mane. Return it to Warcaller Beersnout at Wildhammer Stronghold in Shadowmoon Valley.','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.',NULL,'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!','Return to Warcaller Beersnout at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30807,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10649,2,70,68,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10646,0,0,0,8,0,15300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Book of Fel Names','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 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.',NULL,'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? ','Return to Altruis the Sufferer at Forge Camp: Hate in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30808,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10650,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10649,0,0,10651,3,0,3750,0,0,0,0,0,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,932,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Aldor','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.','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.',NULL,'You bring this abomination of a book to this holy site? You\'d better have a very good explanation, $N?',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10651,2,70,68,0,3520,1,5,0,0,0,0,0,0,0,0,0,932,0,3000,0,10650,0,0,0,7,0,11400,0,0,0,0,0,0,30854,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,31013,30933,31010,31002,30948,31009,1,1,1,1,1,1,932,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Varedis Must Be Stopped','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.','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.',NULL,'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?','Return to Exarch Onaala at Altar of Sha\'tar in Shadowmoon Valley.',21178,21164,21168,21171,1,1,1,1,0,0,0,0,0,0,0,0,30854,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10652,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10194,0,0,10197,1,0,720,0,0,0,0,0,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,934,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Behind Enemy Lines','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.','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.',NULL,'Welcome, $C. Try not to give our position away.$B$BWe wouldn\'t last long if Kael\'s cronies sniff us out.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10653,2,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,3000,41999,0,0,0,0,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marks of Sargeras','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.','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.','','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?','Return to Adyen the Lightwarden at Aldor Rise in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30809,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10654,0,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,0,41999,10653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,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.','Return to Adyen the Lightwarden.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10655,0,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,0,41999,10653,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Single Mark of Sargeras','','',NULL,'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.','Return to Adyen the Lightwarden.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10656,2,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,934,3000,41999,0,0,0,0,5,0,7500,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Signets','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.','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.',NULL,'Kael\'s Sunfury army is extremely well-trained. Very impressive job, $N.','Go on, $N. Speak.','Return to Magistrix Fyalenn in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30810,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10657,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10584,0,0,10674,5,37000,6900,0,0,0,0,0,0,30818,1,0,128,0,0,0,0,0,31451,0,0,0,5,0,0,0,31452,31453,31454,31455,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ride the Lightning','Use the Repolarized Magneto Sphere to absorb 25 lightning strikes from the Scalewing Serpents. Also, collect 5 Scalewing Lightning Glands.','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.',NULL,'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?','Return to Toshley at Toshley\'s Station in the Blade\'s Edge Mountains.',21910,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,30849,30818,0,0,0,0,5,1,0,0,0,0,'Lightning Strikes Absorbed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10658,0,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,934,3000,41999,10656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,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?','Return to Magistrix Fyalenn in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30810,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10659,0,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,934,3000,41999,10656,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,2,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!','Return to Magistrix Fyalenn in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10660,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10672,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'What Strange Creatures...','Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley wants you to recover 8 Felfire Spleens.','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.$B','','This may take a while. Take these coins for your hard work.','Spleens! I need spleens!','Return to Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10661,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10677,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Spleendid!','Gnomus at Wildhammer Stronghold in Shadowmoon Valley wants you to recover 8 Felfire Spleens.','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.',NULL,'$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!','Return to Gnomus at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30819,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10662,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10626,10664,0,10664,1,0,720,0,0,0,0,0,0,30822,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hermit Smith','Bring the Box of Ingots to David Wayne at Wayne\'s Refuge in Terokkar Forest.','$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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10663,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10627,10664,0,10664,1,0,720,0,0,0,0,0,0,30822,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hermit Smith','Bring the Box of Ingots to David Wayne at Wayne\'s Refuge in Terokkar Forest.','$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.',NULL,'$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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10664,2,69,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,41000,5550,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Additional Materials','David Wayne at Wayne\'s Refuge wants you to bring him an Adamantite Frame, 4 Heavy Knothide Leather, and a Demon Warding Totem.','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.',NULL,'$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?','Return to David Wayne at Wayne\'s Refuge in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10665,2,69,67,0,3520,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10664,10667,-10665,0,8,0,14700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Fresh from the Mechanar','David Wayne at Wayne\'s Retreat wants you to bring him an Overcharged Manacell.','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.',NULL,'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.','Return to David Wayne at Wayne\'s Refuge in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30824,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10666,2,69,67,0,3520,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10664,10670,-10665,0,8,41000,14700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Lexicon Demonica','Obtain the Lexicon Demonica from Grandmaster Vorpil and bring it to David Wayne at Wayne\'s Refuge.','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. ',NULL,'$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?','Return to David Wayne at Wayne\'s Refuge in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30827,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10667,2,70,67,0,3520,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10666,10676,-10667,0,8,44000,15300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Underworld Loam','Get a Vial of Underworld Loam from Hydromancer Thespia and bring it to David Wayne at Wayne\'s Refuge.','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.',NULL,'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?','Return to David Wayne at Wayne\'s Refuge in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30828,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10668,2,70,68,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10689,10646,-10641,0,5,0,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Against the Illidari','Altruis the Sufferer wants you to slay Lothros at Illidari Point in Shadowmoon Valley.','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.','','So you\'re not with Illidan. You\'re one step closer to gaining my full trust.','Is the Illidari lieutenant dead?','Return to Altruis the Sufferer in Nagrand.',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,1,0,0,0,0,0,0,0,0,12340), (10669,2,70,68,0,3518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10640,10646,-10641,0,5,0,7500,0,0,0,0,0,0,30853,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against All Odds','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.','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.','','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?','Return to Altruis the Sufferer in Nagrand.',21894,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,30853,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10670,2,70,67,0,3520,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10665,10676,-10667,0,8,44000,15300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tear of the Earthmother','Recover the Tear of the Earthmother from Warbringer O\'mrogg and return it to David Wayne at Wayne\'s Refuge.','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.',NULL,'$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?','Return to David Wayne at Wayne\'s Refuge in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30829,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10671,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10620,0,0,0,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'More than a Pound of Flesh','Collect 5 Ether-Energized 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?',NULL,'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?','Return to Dizzy Dina at Toshley\'s Station in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30840,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10672,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10660,0,0,10673,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Frankly, It Makes No Sense...','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.','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.$B','','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.','Return to Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley.',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,'Greater Felfire Diemetradon Tagged','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10673,2,70,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10672,0,0,0,5,88000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Felspine the Greater','Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley wants you to kill Felspine the Greater and recover Felspine\'s Hide.$B','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.',NULL,'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','Return to Researcher Tiorus at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10674,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10657,0,0,10675,5,37000,6900,0,0,0,0,0,0,30852,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trapping the Light Fantastic','Use the Light Trap to collect 15 Razaani Light Orbs.','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.',NULL,'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.','Return to Toshley at Toshley\'s Station in the Blade\'s Edge Mountains.',21929,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,30852,0,0,0,0,0,1,0,0,0,0,0,'Razaani Light Orbs trapped','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10675,2,68,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10674,0,0,0,6,78000,9000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,30690,0,0,0,1,0,0,0,31456,31457,31458,31459,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Show Them Gnome Mercy!','Collect the Collection of Souls.','$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.',NULL,'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?','Return to Toshley at Toshley\'s Station in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30890,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10676,2,70,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10679,1,0,780,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bane of the Illidari','Wait for David Wayne to finish forging a sword for you.','$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.',NULL,'$B$BThe bulk of the work is done, but to set the magics, the blade must now be quenched.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10677,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10661,0,0,10678,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Second Course...','Gnomus at Wildhammer Stronghold in Shadowmoon Valley wants you to recover 1 Overdeveloped Felfire Gizzard.','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.',NULL,'This is fantastic but I just received some incredible news!','Special of the day: Gizzard.','Return to Gnomus at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30867,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10678,2,70,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10677,0,0,0,5,88000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Main Course!','Gnomus at Wildhammer Stronghold in Shadowmoon Valley wants you to recover Felspine\'s Hide.','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!',NULL,'I\'ll need some alone time now, $N. Thanks for all the help!','Special of the day: Felspine\'s hide.','Return to Gnomus at Wildhammer Stronghold in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30851,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10679,2,70,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10676,0,0,0,6,44000,9600,0,0,0,0,0,0,30875,1,0,128,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,'Quenching the Blade','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.','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.',NULL,'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?','Return to David Wayne at Wayne\'s Refuge in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30876,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10680,2,70,68,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,10458,0,10458,2,0,1920,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Hand of Gul\'dan','Speak with Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.','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.',NULL,'It is good that you came, $R. We have much work to do.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10681,2,70,68,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,10458,0,10458,2,0,1920,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Hand of Gul\'dan','Speak with Earthmender Torlok at the Altar of Damnation in Shadowmoon Valley.','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.',NULL,'It is good that you came, $R. We have much work to do.',NULL,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,12340), (10682,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10713,5,37000,6900,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Time for Negotiation...','Negotiate with Overseer Nuaar.','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.','Negotiations with Overseer Nuaar complete','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?','Return to Tree Warden Chawn at Evergrove in the Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (10683,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,0,0,10568,10684,5,0,7500,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tablets of Baa\'ri','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 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.',NULL,'The Baa\'ri tablets! Yes, this might provide us with very useful information.','Have you found the tablets yet, $N?','Return to Arcanist Thelis at the Sanctum of the Stars in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10684,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10683,0,0,10685,5,0,7500,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oronu the Elder','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.','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.',NULL,'It matches Akama\'s handwriting... let us see what we can learn.','Any news yet, $N? Time is not on our side.','Return to Arcanist Thelis at the Sanctum of the Stars in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30649,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10685,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10684,0,0,10686,5,0,7500,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ashtongue Corruptors','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.','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.',NULL,'Yes! The four fragments of the medallion. Now to put them together...','Have you obtained the four medallion fragments, $N?','Return to Arcanist Thelis at the Sanctum of the Stars in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30692,30691,30693,30694,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10686,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10685,10622,0,10622,3,0,3750,0,0,0,0,0,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,934,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warden\'s Cage','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.','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.',NULL,'We\'ve been expecting you, $N. Akama said you would arrive sooner or later.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10687,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,0,0,0,10688,5,0,7500,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Karabor Training Grounds','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.','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.',NULL,'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?','Return to Larissa Sunstrike at the Sanctum of the Stars in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10688,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10687,0,0,10689,5,0,7500,0,0,0,0,0,0,0,0,0,136,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Necessary Distraction','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.','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.',NULL,'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?','Return to Larissa Sunstrike at the Sanctum of the Stars in Shadowmoon Valley.',21892,0,0,0,1,0,0,0,0,30811,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Azaloth Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10689,2,70,68,0,3518,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10688,10669,0,0,3,0,3750,0,0,0,0,0,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,934,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Altruis','Travel to western Nagrand and find Altruis the Sufferer.$B$BCompleting quests for the Scryers will cause your Aldor reputation level to decrease.','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.','','You\'ve come a long way, stranger. I\'m surprised whoever sent you has heard of me.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10690,2,66,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35000,6900,0,0,0,0,0,0,0,0,0,136,0,0,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,'The Den Mother','Slay Rema.','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.',NULL,'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?','Return to Commander Skyshadow at Sylvanaar in the Blade\'s Edge Mountains.',21956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10691,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10649,0,0,10692,3,0,3750,0,0,0,0,0,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,934,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Scryers','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.','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.',NULL,'Many would pay a great price for the book you carry with you. It is a shame we\'ll have to destroy it.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10692,2,70,68,0,3520,1,5,0,0,0,0,0,0,0,0,0,934,0,3000,0,10691,0,0,0,7,0,11400,0,0,0,0,0,0,30854,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,31013,30933,31010,31002,30948,31009,1,1,1,1,1,1,934,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Varedis Must Be Stopped','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.','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.',NULL,'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?','Return to Larissa Sunstrike at the Sanctum of the Stars in Shadowmoon Valley.',21178,21164,21168,21171,1,1,1,1,0,0,0,0,0,0,0,0,30854,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10693,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,911,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','',NULL,NULL,NULL,'Return to Silvermoon City Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10694,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,911,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','','',NULL,NULL,'Return to Silvermoon City Commendation Officer in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10695,0,60,1,0,-367,0,0,0,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,1,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,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','',NULL,NULL,NULL,'Return to Exodar Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10696,0,60,1,0,-367,0,0,0,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,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','',NULL,NULL,NULL,'Return to Exodar Commendation Officer in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10697,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,911,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','',NULL,NULL,NULL,'Return to Officer Dawning in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10698,0,60,1,0,-367,0,0,0,0,690,0,0,0,0,0,0,0,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,911,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','',NULL,NULL,NULL,'Return to Officer Dawning in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21438,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10699,0,60,1,0,-367,0,0,0,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,1,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,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Commendation Signet','','',NULL,NULL,NULL,'Return to Officer Khaluun in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10700,0,60,1,0,-367,0,0,0,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,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ten Commendation Signets','','',NULL,NULL,NULL,'Return to Officer Khaluun in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21436,0,0,0,0,0,10,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10701,2,68,67,0,3523,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,78000,7200,0,0,0,0,0,0,0,0,0,136,0,0,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,'Breaking Down Netherock','Slay Netherock and then report in with Rocket-Chief Fuselage at Area 52 in the Netherstorm.','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','','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?','Return to Rocket-Chief Fuselage at Area 52 in Netherstorm.',20772,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10702,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,123000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Grunt\'s Work...','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.','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!','','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.','Return to Overlord Or\'barokh at Shadowmoon Village in Shadowmoon Valley.',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,12340), (10703,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,123000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Put On Yer Kneepads...','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.','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!',NULL,'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.','Return to Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley.',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,1,0,0,0,0,0,0,0,0,12340), (10704,2,70,67,0,3845,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10280,0,0,10882,8,132000,15300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,31084,0,0,0,1,0,0,0,31465,31461,31464,31462,31460,0,1,1,1,1,1,0,935,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'How to Break Into the Arcatraz','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.','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.','','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?','Return to A\'dal at Lower City in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10705,2,70,68,0,3845,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10628,0,0,10706,8,0,15300,0,0,0,0,0,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,1012,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seer Udalo','Find Seer Udalo inside the Arcatraz in Tempest Keep.','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.','','The Ashtongue Seer has been long dead. As you turn over his body, you spot writing scrawled on the floor.','',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,1,0,0,0,0,0,0,0,0,12340), (10706,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10705,0,0,10707,4,0,5700,0,0,0,0,0,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,1012,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Mysterious Portent','Return to Akama at the Warden\'s Cage in Shadowmoon Valley.','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.',NULL,'Yes... of course! It all becomes clear now.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10707,2,70,68,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10706,0,0,0,7,0,11400,0,0,0,0,0,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,1012,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ata\'mal Terrace','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.','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.',NULL,'The crystal! Its power... now in my hands!','You\'ve returned, $N.','Return to Akama at Warden\'s Cage in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31307,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10708,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10707,0,0,0,7,0,11400,0,0,0,0,0,0,0,0,0,136,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,935,1012,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,'Akama\'s Promise','Bring the Medallion of Karabor to A\'dal in Shattrath City.','$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.',NULL,'$B$B',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10709,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10614,0,0,10714,2,0,1740,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Reunion','Speak with Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (10710,2,64,62,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10584,0,0,0,3,16000,3300,0,0,0,0,0,0,30540,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Flight: The Singing Ridge','Sign Tally\'s Waiver, then speak with Rally Zapnabber to use the Zephyrium Capacitorium.','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!','Throw caution to the wind.','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!','Return to Tally Zapnabber at Toshley\'s Station in the Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (10711,2,64,62,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10710,0,0,0,3,24000,3300,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Flight: Razaan\'s Landing','Speak with Rally Zapnabber to use the Zephyrium Capacitorium.','$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.','Reach the Sky\'s Limit.','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!','Return to Tally Zapnabber at Toshley\'s Station in the Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (10712,2,64,62,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10711,0,0,0,3,31000,3300,0,0,0,0,0,0,31124,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Flight: Ruuan Weald','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.','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!','Launch to Ruuan Weald.','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?','Speak to O\'Mally Zapnabber at Evergrove in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31123,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10713,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10682,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31510,31512,31516,31521,0,0,1,1,1,1,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'...and a Time for Action','Slay 10 Wyrmcult Hewers.','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!','','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?','Return to Tree Warden Chawn at Evergrove in the Blade\'s Edge Mountains.',21810,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10714,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10709,0,0,10783,5,37000,6900,0,0,0,0,0,0,31128,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'On Spirit\'s Wings','Find a Bloodmaul Taskmaster and a Bloodmaul Soothsayer engaged in conversation, then use Rexxar\'s Whistle to summon Spirit to spy on them.','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.','','$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?','Return to Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.',22383,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,31128,0,0,0,0,0,1,0,0,0,0,0,'Eavesdrop on the Bloodmaul ogres\' plans','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10715,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10783,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Churning Gulch','Collet 7 Crust Burster Venom Glands.','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.','','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.','Return to Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31132,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10716,2,64,62,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,8000,8100,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Flight: Raven\'s Wood ','Speak with Rally Zapnabber to use the Zephyrium Capacitorium. Return to Tally Zapnabber at Toshley\'s Station.','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!','Dive into Danger.','I\'m glad you survied! You\'re the first!',NULL,'Return to Tally Zapnabber at Toshley\'s Station in Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (10717,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10682,0,0,10747,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Poaching from Poachers','Collect 5 Wyrmcult Nets.','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.','','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.','Return to Samia Inkling at Evergrove in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31119,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10718,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10526,0,0,10614,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Spirits Have Voices','Speak with Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','$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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (10719,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,720,0,0,0,0,0,0,31120,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Did You Get The Note?','Deliver the Meeting Note to Tree Warden Chawn at Evergrove in the Blade\'s Edge Mountains.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31120,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10720,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10749,0,0,10721,5,37000,6900,0,0,0,0,0,0,31141,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Smallest Creatures','Use the Kodohide Drum at the Marmot Den. While controlling the Marmot, poison the three kegs in the Bloodmaul Camp.','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.','','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?','Return to Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.',22356,22367,22368,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,31141,0,0,0,0,0,1,0,0,0,'Poison the keg of Green Spot Grog','Poison the keg of Ripe Moonshine','Poison the keg of Fermented Seed Beer','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10721,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10720,0,0,10785,5,37000,6900,0,38406,0,0,0,0,31350,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Boaring Time for Grulloc','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.','','$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?','Return to Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31349,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10722,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10893,0,0,10748,5,39000,7200,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meeting at the Blackwing Coven','Collect enough Costume Scraps from wyrmcultists to create an Overseer Disguise. Use the disguise to attend the meeting with Kolphis Darkscale.','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.','Meeting with Kolphis Darkscale attended','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?','Return to Tree Warden Chawn at Evergrove in the Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (10723,2,68,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10785,0,0,10724,5,0,7200,0,0,0,0,0,0,31752,1,0,128,0,0,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,'Gorgrom the Dragon-Eater','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 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','','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.','Return to Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.',22434,0,0,0,3,0,0,0,0,0,31754,0,0,0,3,0,0,31752,0,0,0,0,0,1,0,0,0,0,0,'Plant Grisly Totem','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10724,2,67,65,0,3522,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10723,0,0,10742,5,37000,6900,0,0,0,0,0,0,31144,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prisoner of the Bladespire','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.','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.','','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.','Return to Rexxar at Thunderlord Village in the Blade\'s Edge Mountains.',0,0,22435,0,0,0,1,0,0,31755,0,0,0,1,0,0,31144,0,0,0,0,0,1,0,0,0,0,0,0,'','','Rescue Leokk','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10725,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,42000,0,967,0,21000,0,10738,0,0,0,6,0,9600,0,0,0,0,0,0,29286,1,0,128,0,0,0,0,0,29287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eminence Among the Violet Eye','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29286,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10726,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,42000,0,967,0,21000,0,10739,0,0,0,6,0,9600,0,0,0,0,0,0,29291,1,0,128,0,0,0,0,0,29290,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eminence Among the Violet Eye','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with 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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29291,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10727,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,42000,0,967,0,21000,0,10740,0,0,0,6,0,9600,0,0,0,0,0,0,29282,1,0,128,0,0,0,0,0,29283,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eminence Among the Violet Eye','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with 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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29282,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10728,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,42000,0,967,0,21000,0,10741,0,0,0,6,0,9600,0,0,0,0,0,0,29278,1,0,128,0,0,0,0,0,29279,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eminence Among the Violet Eye','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Exalted reputation with 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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29278,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10729,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,3000,0,0,0,10729,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29284,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,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.','',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,1,0,0,0,0,0,0,0,0,12340), (10730,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,3000,0,0,0,10729,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29288,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of the Violet Restorer','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10731,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,3000,0,0,0,10729,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29280,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10732,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,3000,0,0,0,10729,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,29276,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of the Violet Protector','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10733,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,9000,0,967,0,3000,0,10729,0,0,10738,6,0,9600,0,0,0,0,0,0,29284,1,0,128,0,0,0,0,0,29285,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down the Violet Path','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29284,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10734,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,9000,0,967,0,3000,0,10730,0,0,10739,6,0,9600,0,0,0,0,0,0,29288,1,0,128,0,0,0,0,0,29289,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down the Violet Path','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29288,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10735,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,9000,0,967,0,3000,0,10731,0,0,10740,6,0,9600,0,0,0,0,0,0,29280,1,0,128,0,0,0,0,0,29281,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down the Violet Path','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29280,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10736,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,9000,0,967,0,3000,0,10732,0,0,10741,6,0,9600,0,0,0,0,0,0,29276,1,0,128,0,0,0,0,0,29277,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down the Violet Path','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Honored reputation with the Violet Eye.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29276,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10737,2,70,68,0,1941,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9837,0,9837,6,0,9600,0,0,0,0,0,0,24489,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Master\'s Touch','Go into the Caverns of Time and convince Medivh to enable your Restored Apprentice\'s Key.','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.',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10738,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,21000,0,967,0,9000,0,10733,0,0,10725,6,0,9600,0,0,0,0,0,0,29285,1,0,128,0,0,0,0,0,29286,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distinguished Service','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','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.','','Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','You\'re welcome among us, as always. What brings you to us?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29285,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10739,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,21000,0,967,0,9000,0,10734,0,0,10726,6,0,9600,0,0,0,0,0,0,29289,1,0,128,0,0,0,0,0,29291,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distinguished Service','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','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.',NULL,'Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','You\'re welcome among us, as always. What brings you to us?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29289,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10740,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,21000,0,967,0,9000,0,10735,0,0,10727,6,0,9600,0,0,0,0,0,0,29281,1,0,128,0,0,0,0,0,29282,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distinguished Service','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','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.','','Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','You\'re welcome among us, as always. What brings you to us?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29281,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10741,2,70,70,0,2562,0,0,0,0,0,0,0,967,0,21000,0,967,0,9000,0,10736,0,0,10728,6,0,9600,0,0,0,0,0,0,29277,1,0,128,0,0,0,0,0,29278,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distinguished Service','Bring your Violet Signet to Archmage Leryda at Deadwind Pass after obtaining Revered reputation with the Violet Eye.','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.','','Your services have not gone unnoticed, $N. Your signet may look the same, but its powers grow as you continue to prove your loyalty.','You\'re welcome among us, as always. What brings you to us?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29277,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10742,2,70,65,0,3522,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10724,0,0,0,7,132000,114000,0,0,0,0,0,0,31146,1,0,128,0,0,0,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,'Showdown','Use Rexxar\'s Battle Horn at the Altar of Goc, then kill Goc.','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.','','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.','Return to Rexxar at Thunderlord Stronghold in Blade\'s Edge Mountains.',0,20555,0,0,0,1,0,0,0,0,0,0,0,0,0,0,31146,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10743,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'[DEPRECATED]Hero of the Mok\'Nathal','','','',NULL,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,12340), (10744,2,70,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10612,0,0,0,6,44000,9600,0,0,0,0,0,0,0,0,0,136,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,'News of Victory','Return to Wildhammer Stronghold and speak with Kurdran Wildhammer.','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.',NULL,'$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10745,2,70,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10613,0,0,0,6,44000,9600,0,0,0,0,0,0,0,0,0,136,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,'News of Victory','Return to Shadowmoon Village and speak with Overlord Or\'barokh.','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.','','$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.','',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,1,0,0,0,0,0,0,0,0,12340), (10746,2,70,70,0,1941,0,0,0,0,0,0,0,990,0,42000,0,0,0,0,0,0,0,0,0,6,0,94800,0,0,0,0,0,0,29304,1,0,136,0,0,0,0,0,29305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,990,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECATED Karazhan: LAB - E - Exalted Ring - Caster','Bring your Band of Eternity to Soridormi at the Caverns of Time after obtaining Exalted reputation with the Scale of the Sands.','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.','',NULL,NULL,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10747,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10717,0,0,0,5,39000,7200,0,0,0,0,0,0,31129,1,0,128,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,'Whelps of the Wyrmcult','Use the Blackwhelp Net to capture 10 Wyrmcult Blackwhelps.','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.',NULL,'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!','Return to Samia Inkling at Evergrove in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31130,31129,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10748,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10722,0,0,0,6,78000,9000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31508,31511,31514,31520,0,0,1,1,1,1,0,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maxnar Must Die!','Slay Maxnar the Ashmaw.','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.',NULL,'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.','Return to Tree Warden Chawn at Evergrove in the Blade\'s Edge Mountains.',21389,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10749,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10715,0,0,10720,1,0,720,0,0,0,0,0,0,31135,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baron Sablemane\'s Poison','Deliver Baron Sablemane\'s Poison to Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31135,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10750,2,70,68,0,3520,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10751,4,0,5700,0,0,0,0,0,0,31108,1,0,132,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of Conquest','Travel to the Path of Conquest in Shadowmoon Valley. ','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.','The Path of Conquest Discovered','Indeed, these troublesome whelps are up to something insidious. We must investigate further...','What have you to report, soldier?','Use the Kor\'kron Flare Gun to signal a Kor\'kron Wind Rider.$B$BSpeak with Overlord Or\'barokh should you lose your Kor\'kron Flare Gun and require a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10751,2,70,68,0,3520,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10750,0,0,10765,6,0,9600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Breaching the Path','Slay 20 Eclipsion Soldiers, 10 Eclipsion Cavaliers, and 10 Eclipsion Spellbinders.','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.',NULL,'You won\'t believe this, grunt.','What have you to report, soldier?','Use the Kor\'kron Flare Gun to signal a Kor\'kron Wind Rider.$B$BSpeak with Overlord Or\'barokh at Shadowmoon Village in Shadowmoon Valley should you lose your Kor\'kron Flare Gun and require a replacement.',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,12340), (10752,2,20,18,0,331,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,990,0,4,900,720,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onward to Ashenvale','Speak with Raene Wolfrunner in Astranaar.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10753,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,29000,5250,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,942,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Wild','Slay 4 Felsworn Scalewing, 4 Felsworn Daggermaw, and 2 Fel Corrupters.','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.','','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?','Return to Faradrella at Evergrove in the Blade\'s Edge Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10754,2,70,68,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10762,5,0,7500,0,0,0,0,0,0,31239,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Entry Into the Citadel','Bring the Primed Key Mold to Force Commander Danath at Honor Hold in Hellfire Peninsula.','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.',NULL,'Could this be? Let me take a closer look at that mold.','You\'ve something to show me, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31239,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10755,2,70,68,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10756,5,0,7500,0,0,0,0,0,0,31241,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Entry Into the Citadel','Bring the Primed Key Mold to Nazgrel at Thrallmar in Hellfire Peninsula.','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.','','A key mold? Could this be what grants us access to the Shattered Halls?','You\'ve something to show me, $N?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31241,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10756,2,70,68,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10755,0,0,10757,2,0,1920,0,0,0,0,0,0,31245,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grand Master Rohok','Bring the Primed Key Mold to Rohok at Thrallmar in Hellfire Peninsula.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31245,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10757,2,70,68,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10756,0,0,10758,5,0,7500,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rohok\'s Request','Bring 4 Fel Iron Bars, 2 Arcane Dust and 4 Motes of Fire to Rohok at Thrallmar in Hellfire Peninsula.','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.','','Excellent. Let\'s give it a shot.','Have you obtained the materials I requested?','Return to Rohok at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23445,22445,22574,0,0,0,4,2,4,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10758,2,70,68,0,3483,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10757,0,0,0,6,0,9600,0,0,0,0,0,0,31251,1,0,128,0,0,0,0,0,28395,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hotter than Hell','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.','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.','','You\'ve succeeded! Only thing left for you to do is try it out.','Did you do what I asked of you, $C?','Return to Rohok at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31252,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10759,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10569,10777,0,10777,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Find the Deserter','Locate Parshah in the Magma Fields and speak to him.','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.','','$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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10760,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10761,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Sketh\'lon Wreckage','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.','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.','','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?','Return to Sergeant Kargrul at Shadowmoon Village in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10761,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10760,10777,0,10777,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Find the Deserter','Locate Parshah in the Magma Fields and speak to him.','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.','','$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.','',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,1,0,0,0,0,0,0,0,0,12340), (10762,2,70,68,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10754,0,0,10763,2,0,1920,0,0,0,0,0,0,31245,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grand Master Dumphry','Bring the Primed Key Mold to Dumphry in Honor Hold.','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.',NULL,'A key? Danath should have us working on siege engines!','What is this?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31245,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10763,2,70,68,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10762,0,0,10764,5,0,7500,0,0,0,0,0,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,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dumphry\'s Request','Bring 4 Fel Iron Bars, 2 Arcane Dust and 4 Motes of Fire to Dumphry at Honor Hold in Hellfire Peninsula.','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.','','Let\'s try it then. Let\'s see what fel orc crafting is all about.','Have you obtained the materials I requested?','Return to Dumphry at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23445,22445,22574,0,0,0,4,2,4,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10764,2,70,68,0,3483,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10763,0,0,0,6,0,9600,0,0,0,0,0,0,31251,1,0,128,0,0,0,0,0,28395,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hotter than Hell','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.','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.',NULL,'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?','Return to Dumphry at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31252,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10765,2,70,68,0,3520,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10751,0,0,10768,6,0,9600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'When Worlds Collide...','Slay Chancellor Bloodleaf and Corok the Mighty and recover Illidan\'s Command.','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.',NULL,'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?','Use the Kor\'kron Flare Gun to signal a Kor\'kron Wind Rider.$B$BSpeak with Overlord Or\'barokh at Shadowmoon Village in Shadowmoon Valley should you lose your Kor\'kron Flare Gun and require a replacement.',0,22012,22011,0,0,1,1,0,0,0,0,0,0,0,0,0,31271,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10766,2,69,67,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10589,0,0,10606,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Invasion Point: Cataclysm','Report to Plexi at 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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10767,2,69,67,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10604,0,0,10611,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Invasion Point: Cataclysm','Report to Nakansi at 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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (10768,2,70,68,0,3520,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10765,0,0,10769,6,0,9600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tabards of the Illidari','Collect 10 Illidari Tabards.','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!',NULL,'Ah-ha! These will do quite nicely.','What have you to report, soldier?','Use the Kor\'kron Flare Gun to signal a Kor\'kron Wind Rider.$B$BSpeak with Overlord Or\'barokh at Shadowmoon Village in Shadowmoon Valley should you lose your Kor\'kron Flare Gun and require a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10769,2,70,68,0,3520,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10768,0,0,0,7,132000,11400,0,0,0,0,0,0,31279,1,0,128,0,0,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,'Dissension Amongst the Ranks...','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.','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!','','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!','Return to Overlord Or\'barokh at Shadowmoon Village in Shadowmoon Valley.',22051,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,31108,0,0,0,0,0,1,0,0,0,0,0,'Crazed Colossus slain while in disguise','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10770,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Embers','Mosswood the Ancient wants you to kill 8 Scorch Imps and then return to him in Ruuan Weald. ','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?','','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.','Return to Mosswood the Ancient at Evergrove in the Blade\'s Edge Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10771,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,31300,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,31414,31416,31415,0,0,0,1,1,1,0,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'From the Ashes','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.','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.','','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?','Return to Mosswood the Ancient at Evergrove in the Blade\'s Edge Mountains.',-185124,-185147,-185148,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,31300,0,0,0,0,0,1,0,0,0,'Southern Volcanic Soil','Central Volcanic Soil','Northern Volcanic Soil','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10772,2,70,68,0,3520,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10773,4,0,5700,0,0,0,0,0,0,31310,1,0,132,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of Conquest','Travel to the Path of Conquest in Shadowmoon Valley.','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.','The Path of Conquest Discovered','Indeed, these troublesome whelps are up to something insidious. We must investigate further...','What have you to report, soldier?','Use the Wildhammer Flare Gun to signal a Wildhammer Gryphon Rider.$B$BSpeak with Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley should you lose your Wildhammer Flare Gun and require a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10773,2,70,68,0,3520,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10772,0,0,10774,6,0,9600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Breaching the Path','Slay 20 Eclipsion Soldiers, 10 Eclipsion Cavaliers, and 5 Sons of Corok.','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.',NULL,'You won\'t believe this, soldier!','What have you to report, soldier?','Use the Wildhammer Flare Gun to signal a Wildhammer Gryphon Rider.$B$BSpeak with Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley should you lose your Wildhammer Flare Gun and require a replacement.',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,1,0,0,0,0,0,0,0,0,12340), (10774,2,70,68,0,3520,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10773,0,0,10775,6,0,9600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Blood Elf + Giant = ???','Slay Chancellor Bloodleaf and Corok the Mighty and recover Illidan\'s Command.','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.',NULL,'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?','Use the Wildhammer Flare Gun to signal a Wildhammer Gryphon Rider.$B$BSpeak with Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley should you lose your Wildhammer Flare Gun and require a replacement.',0,22012,22011,0,0,1,1,0,0,0,0,0,0,0,0,0,31271,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10775,2,70,68,0,3520,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10774,0,0,10776,6,0,9600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tabards of the Illidari','Collect 10 Illidari Tabards.$B','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!',NULL,'Ah-ha! These will do quite nicely.','What have you to report, soldier?','Use the Wildhammer Flare Gun to signal a Wildhammer Gryphon Rider.$B$BSpeak with Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley should you lose your Wildhammer Flare Gun and require a replacement.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31278,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10776,2,70,68,0,3520,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10775,0,0,0,7,132000,11400,0,0,0,0,0,0,31279,1,0,128,0,0,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,'Dissension Amongst the Ranks...','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.','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!',NULL,'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!','Return to Thane Yoregar at Wildhammer Stronghold in Shadowmoon Valley.',22051,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,31310,0,0,0,0,0,1,0,0,0,0,0,'Crazed Colossus slain while in disguise','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10777,2,69,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10778,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Asghar\'s Totem','Bring the Sketh\'lon War Totem to Parshah in the Magma Fields.','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.','','$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?','Return to Parshah at Magma Fields in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31169,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10778,2,69,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10777,0,0,10780,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Rod of Lianthe','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.','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.','','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?','Return to Parshah at Magma Fields in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31316,31317,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10779,2,10,10,0,-261,0,0,0,4,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,9591,1,0,60,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Hunter\'s Path','Speak with Huntress Kella Nightbow at LOCATION.','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.',NULL,NULL,NULL,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,12340), (10780,2,69,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10778,0,0,10782,5,41000,7500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sketh\'lon Feathers','Gather 8 Sketh\'lon Feathers and bring them to Parshah in the Magma Fields.','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.','','$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?','Return to Parshah at Magma Fields in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31324,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10781,2,70,68,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10793,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,31408,0,0,0,1,0,0,0,31380,31381,31382,31383,0,0,1,1,1,1,0,0,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of the Crimson Watch','Battle the forces of Illidan at Crimson Watch and survive!$B$BReturn to A\'dal at Shattrath City should you emerge the victor.','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.','Crimson Sigil Forces Annihilated','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.','','Return to A\'dal at Shattrath City in Terokkar 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,1,0,0,0,0,0,0,0,0,12340), (10782,2,69,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10780,0,0,10808,5,41000,7500,0,0,0,0,0,0,31360,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imbuing the Headpiece','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.','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.','','$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?','Return to Parshah at Magma Fields in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31365,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10783,2,67,62,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10714,0,0,10715,2,0,1740,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Baron Sablemane','Speak with Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.','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.','','Hello, $R. I am Baron Sablemane. A friend of Rexxar\'s is a friend of mine.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10784,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10749,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'Crush the Bloodmaul Camp','Slay 10 Bloodmaul Maulers and 5 Bloodmaul Warlocks.','$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.','','$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?','Return to Tor\'chunk Twoclaws at Thunderlord Stronghold in the Blade\'s Edge Mountains.',19993,19994,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,1,0,0,0,0,0,0,0,0,12340), (10785,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10721,0,0,10723,1,0,720,0,0,0,0,0,0,31351,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s a Trap!','Deliver the Dragonfire Trap to Rexxar at Thunderlord Stronghold in the Blade\'s Edge Mountains.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31351,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10786,2,68,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10785,0,0,0,6,78000,9000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Slaughter at Boulder\'mok','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.','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!','','$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?','Return to Tor\'chunk Twoclaws at Thunderlord Stronghold in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10787,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'[DEPRECATED]The Dragons of Dragons\' End','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.','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!','',NULL,NULL,'Return to Rexxar at Bladespire Grounds in Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10788,2,-1,10,0,-61,0,0,0,256,512,0,0,0,0,0,0,0,0,0,0,0,0,0,9529,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Return to Talionia','Speak with Talionia in Silvermoon City.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10789,2,-1,10,0,-61,0,0,0,256,16,0,0,0,0,0,0,0,0,0,0,0,0,1478,1473,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Return to Carendin Halgar','Speak with Carendin Halgar in Undercity.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10790,2,-1,10,0,-61,0,0,0,256,2,0,0,0,0,0,0,0,0,0,0,0,0,1506,1501,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Return to Gan\'rul Bloodeye','Speak with Gan\'rul Bloodeye in Orgrimmar.','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.',NULL,'It is the forbidden knowledge you hunger for, is it? I can give you that...',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10791,2,64,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10023,0,0,0,1,0,660,0,0,0,0,0,0,31344,1,0,128,0,0,0,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,'Welcoming the Wolf Spirit','Use the Ceremonial Incense near the candles in Malukaz\'s hut and observe the ceremony. When the ceremony is complete, speak with Malukaz again.','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.',NULL,'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.','Return to Malukaz at Stonebreaker Hold in Terokkar Forest.',0,18384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,31344,0,0,0,0,0,1,0,0,0,0,0,0,'','Help Malukaz Summon the Wolf Spirit','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10792,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10809,0,0,0,5,20000,11700,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,27732,27731,0,0,0,0,1,1,0,0,0,0,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zeth\'Gor Must Burn!','Kill Bleeding Hollow Peons for their torches, ignite them at Zeth\'Gor\'s forge then throw the burning torches at Zeth\'Gor Buildings.','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!',NULL,'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.','Return to Captain Darkhowl at Spinebreaker Post in Hellfire Peninsula.',20813,20815,20816,20814,1,1,1,1,31347,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Barracks Burned','Eastern Hovel Burned','Western Hovel Burned','Stable Burned',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10793,2,70,68,0,3520,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10781,4,0,5700,0,0,0,0,0,0,31345,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Journal of Val\'zareq: Portends of War','Locate Marcus Auralion, High General of the Sha\'tar, at Crimson Watch.$B$BLook for him inside a crystalline prison.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31345,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10794,2,24,20,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,1,0,120,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Rogues of the Shattered Hand','Speak with Shenthul in Orgrimmar.','$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.',NULL,'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.',NULL,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,12340), (10795,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Date with Dorgok','Slay Dorgok at Bloodmaul Camp.','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!',NULL,'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.','Return to Commander Haephus Stonewall at Evergrove in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10796,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'Crush the Bloodmaul Camp!','Slay 10 Bloodmaul Maulers and 5 Bloodmaul Warlocks.','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!',NULL,'$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?','Return to Lieutenant Fairweather at Evergrove in the Blade\'s Edge Mountains.',19993,19994,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,1,0,0,0,0,0,0,0,0,12340), (10797,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10795,0,0,10798,1,0,720,0,0,0,0,0,0,31363,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Favor of the Gronn','Deliver Gorgrom\'s Favor to Commander Haephus Stonewall at Evergrove in the Blade\'s Edge Mountains.','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!',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31363,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10798,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10797,0,0,10799,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Pay the Baron a Visit','Speak with Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10799,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10798,0,0,10800,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Churning Gulch','Collect 7 Crust Burster Venom Glands.','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!',NULL,'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!','Return to Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31132,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10800,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10799,0,0,10801,5,37000,6900,0,0,0,0,0,0,31403,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goodnight, Gronn','Collect Grulloc\'s Sack.','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.',NULL,'$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.','Return to Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31349,31403,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10801,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10800,0,0,10802,1,0,720,0,0,0,0,0,0,31351,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s a Trap!','Deliver the Dragonfire Trap to Commander Haephus Stonewall at Evergrove in the Blade\'s Edge Mountains.','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!',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31351,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10802,2,68,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10801,0,0,10818,6,78000,9000,0,0,0,0,0,0,31827,1,0,128,32,0,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,'Gorgrom the Dragon-Eater','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.','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.',NULL,'Well done, $N. Well done!$B$BI suspect we will hear little more from the ogres and their master.','Has the message been delivered?','Return to Commander Haephus Stonewall at Evergrove in the Blade\'s Edge Mountains.',22434,0,0,0,3,0,0,0,0,31754,0,0,0,3,0,0,0,0,31827,0,0,0,0,0,1,0,0,0,0,'Plant Grisly Totem','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10803,2,68,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10801,0,0,0,5,39000,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Slaughter at Boulder\'mok','Slaughter 5 Boulder\'mok Brutes and 3 Boulder\'mok Shaman.','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.',NULL,'$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?','Return to Lieutenant Fairweather at Evergrove in then Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10804,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10811,5,0,75900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Kindness','Mordenai at Netherwing Fields in Shadowmoon Valley wants you to feed 8 Mature Netherwing Drakes.','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.',NULL,'You are a kind and compassionate $r, friend.','I cannot save them by myself, $N!','Return to Mordenai at Netherwing Fields in Shadowmoon Valley.',22131,0,0,0,8,0,0,0,0,31372,31373,0,0,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mature Netherwing Drake fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10805,2,67,65,0,3522,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10818,0,0,10806,6,74000,8700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Massacre at Gruul\'s Lair','Slay 10 Bladespire Enforcers, 5 Bladespire Battlemages, 5 Bladespire Ravagers and their leader, Fingrom.','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.',NULL,'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!','Return to Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.',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,12340), (10806,2,70,65,0,3522,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,10805,0,0,0,7,132000,11400,0,0,0,0,0,0,31808,1,0,128,0,0,0,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,'Showdown','Use Sablemane\'s Signet at the Altar of Goc, then kill Goc.','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.','','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.','Return to Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.',0,20555,0,0,0,1,0,0,0,0,0,0,0,0,0,0,31808,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10807,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,0,0,10619,10817,5,0,7500,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ashtongue Broken','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.','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.',NULL,'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?','Return to Varen the Reclaimer at the Sanctum of the Stars in Shadowmoon Valley.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10808,2,69,67,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10782,0,0,0,6,41000,9300,0,0,0,0,0,0,31386,1,0,128,32,0,0,0,0,0,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,'Thwart the Dark Conclave','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.','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!','','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?','Return to Parshah at Magma Fields in Shadowmoon Valley.',22137,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,31386,0,0,0,0,0,1,0,0,0,0,'End Dark Conclave Summoning Ritual','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10809,2,60,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,18000,5700,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Worg Master Kruush','Kill Worg Master Kruush and bring his head to Captain Darkhowl in Spinebreaker Post.','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\"',NULL,'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!','Return to Captain Darkhowl at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31374,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10810,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10812,2,10000,1860,0,0,0,0,0,0,31384,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Damaged Mask','Deliver the Damaged Mask to O\'Mally Zapnabber at Evergrove in the Blade\'s Edge Mountains.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31384,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10811,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10804,0,0,10814,2,0,18900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Seek Out Neltharaku','Seek out Neltharaku, patron of the Netherwing Dragonflight.','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...',NULL,'My children have told me of your heroic deeds, $r. There is more that you can do.',NULL,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,12340), (10812,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10810,0,0,10819,2,10000,1860,0,0,0,0,0,0,31387,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mystery Mask','Deliver the Mystery Mask to Wildlord Antelarion at Evergrove in the Blade\'s Edge Mountains.','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.','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31387,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10813,2,62,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10809,0,0,10834,3,14000,12000,0,0,0,0,0,0,31463,1,0,128,32,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eyes of Grillok','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.','$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!',NULL,'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.','Return to Zezzak at Spinebreaker Post in Hellfire Peninsula.',22177,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,31463,0,0,0,0,0,1,0,0,0,0,0,'Eye of Grillok Returned','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10814,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10811,0,0,10836,2,0,18900,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neltharaku\'s Tale','Speak with Neltharaku and listen to his story.','I have information that you may find useful. Please listen to what I have to tell you, $r.','The Tale of Neltharaku','So you will help us?','Allow me to finish telling you my tale.','Return to Neltharaku at Netherwing Fields in Shadowmoon 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,12340), (10815,2,70,68,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,5700,0,0,0,0,0,0,31345,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Journal of Val\'zareq: Portends of War','Locate Marcus Auralion, High General of the Sha\'tar, at Crimson Watch.','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.',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10816,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,10619,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,30940,30961,30922,30958,0,0,1,1,1,1,0,0,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming Holy Grounds','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.','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.',NULL,'Excellent work, $C. May the Light continue to protect you.','Hail, $N. What news do you bring?','Return to Vindicator Aluumen at Altar of Sha\'tar in Shadowmoon Valley.',22082,22084,22081,0,8,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,1,0,0,0,0,0,0,0,0,12340), (10817,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,3000,0,10807,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,30940,30961,30922,30958,0,0,1,1,1,1,0,0,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Retribution','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 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.','','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?','Return to Varen the Reclaimer at the Sanctum of the Stars in Shadowmoon Valley.',22082,22084,22081,0,8,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,1,0,0,0,0,0,0,0,0,12340), (10818,2,67,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10802,0,0,10805,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Baron Sablemane Has Requested Your Presence','Speak with Baron Sablemane at the Circle of Blood in the Blade\'s Edge Mountains.','$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.','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10819,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10812,0,0,10820,5,0,7200,0,0,0,0,0,0,31366,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Felsworn Gas Mask','Wear the Felsworn Gas Mask and use the Legion Communicator at Forge Camp: Anger in the Blade\'s Edge Mountains.','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.','','What\'s the meaning of this! No one summons me! Speak, or I will silence you forever!','',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,1,0,0,0,0,0,0,0,0,12340), (10820,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10819,0,0,10821,4,0,54000,0,0,0,0,0,0,0,0,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deceive thy Enemy','Slay 4 Doomforge Attendants and 4 Doomforge Engineers.','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.','','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?','Return to the Legion Communicator at Forge Camp: Anger in the Blade\'s Edge Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10821,2,68,65,0,3522,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10820,0,0,10910,5,78000,72000,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,31793,31792,31790,31791,0,0,1,1,1,1,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'re Fired!','Slay Doomcryer.','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.','','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!','Return to Wildlord Antelarion at Evergrove in the Blade\'s Edge Mountains.',19963,0,0,0,1,0,0,0,0,31536,0,0,0,5,0,0,0,0,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,12340), (10822,0,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,934,934,3000,41999,10824,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,2,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!','Return to Battlemage Vyara in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10823,0,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,934,3000,41999,10824,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Sunfury Signets','','',NULL,'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?','Return to Battlemage Vyara in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10824,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,934,3000,41999,0,0,0,0,5,0,7500,0,0,0,0,0,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,934,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Signets','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.','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.','','Kael\'s elves are extremely well-trained. Excellent job.','Go on, $N. Speak.','Return to Battlemage Vyara at the Sanctum of the Stars in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30810,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10825,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,720,0,0,0,0,0,0,31489,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Truth Unorbed','Deliver the Orb of the Grishna to Tree Warden Chawn at Evergrove in the Blade\'s Edge Mountains.','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?','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31489,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10826,2,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,3000,41999,0,0,0,0,5,0,7500,0,0,0,0,0,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,932,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marks of Sargeras','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.','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.','','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?','Return to Harbinger Saronen at the Altar of Sha\'tar in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30809,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10827,0,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,3000,41999,10826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Marks of Sargeras','','',NULL,'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.','Return to Harbinger Saronen in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30809,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10828,0,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,932,3000,41999,10826,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,2,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.','Return to Harbinger Saronen in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30809,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10829,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10825,0,0,10830,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Treebole Must Know','Speak with Treebole, an ancient of lore who lives in the Raven\'s Wood of the Blade\'s Edge Mountains.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (10830,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10829,0,0,0,6,78000,9000,0,38665,0,0,0,0,0,0,0,128,0,0,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,'Exorcising the Trees','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 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.','','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!','Return to Treebole at the Raven\'s Wood in the Blade\'s Edge Mountains.',22226,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leafbeard Exorcised','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10831,2,70,60,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,10831,0,4,0,5700,26798,26799,0,0,0,0,31522,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Becoming a Mooncloth Tailor','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.','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.',NULL,'$B$BThis is an exceedingly fine sample, $N. You will make an excellent mooncloth tailor.','Have you created the primal mooncloth sample?','Return to Nasmara Moonsong in Shattrath City.',0,0,0,0,0,0,0,0,0,31524,31525,0,0,1,1,0,31530,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10832,2,70,60,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,10831,0,4,0,5700,26797,26796,0,0,0,0,31742,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Becoming a Spellfire Tailor','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.','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.',NULL,'$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?','Return to Gidge Spellweaver in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31741,31742,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10833,2,70,60,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,10831,0,4,0,5700,26801,26800,0,0,0,0,31736,1,0,128,32,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Becoming a Shadoweave Tailor','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.','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.',NULL,'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?','Return to Andrion Darkspinner in Shattrath City.',22395,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deepen Altar of Shadows Attunement','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10834,2,62,58,0,3483,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,10813,0,0,0,6,54000,30300,0,0,0,0,0,0,0,0,0,136,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,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grillok \"Darkeye\"','Kill Grillok Darkeye and bring Grillok\'s Eyepatch to Zezzak in Spinebreaker Post.','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...',NULL,'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.','Return to Zezzak at Spinebreaker Post in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31529,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10835,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10538,0,0,10864,2,5200,2880,0,0,0,0,0,0,31550,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Apothecary Antonivich','Bring Albreck\'s Findings to Apothecary Antonivich at Thrallmar in Hellfire Peninsula.','$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.','','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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10836,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10814,0,0,10837,5,0,75900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Infiltrating Dragonmaw Fortress','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.','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.',NULL,'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...','Return to Neltharaku at Netherwing Fields in Shadowmoon Valley.',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,12340), (10837,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10836,0,0,10854,5,0,75900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'To Netherwing Ledge!','Neltharaku, flying high above Netherwing Fields in Shadowmoon Valley, wants you to collect 12 Nethervine Crystals from Netherwing Ledge.$B','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.',NULL,'$B$BI will prepare the crystals for you now.','I require nethervine crystals.','Return to Neltharaku at Netherwing Fields in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10838,2,61,58,0,3483,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,10864,0,0,10875,6,40000,14700,0,0,0,0,0,0,31606,1,0,128,0,0,0,0,0,31715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Demoniac Scryer','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.','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!','','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?','Return to Apothecary Antonivich at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10839,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10849,0,0,10848,5,31000,6600,0,0,0,0,0,0,31610,1,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Veil Skith: Darkstone of Terokk','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.','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.','Attempt to purify the Darkstone of Terrok','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?','Return to Kirrik the Awakened at the Refugee Caravan in the Bone Wastes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31610,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10840,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10849,0,0,0,5,33000,6600,0,0,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tomb of Lights','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.','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. ',NULL,'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.','Return to High Priest Orglum at the Refugee Caravan in The Bone Wastes.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10841,2,255,255,0,3519,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,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,'The Vengeful Harbinger','[PH] Activate the thingy.','[PH] Go into the Tomb of Light and activate the thingy.',NULL,NULL,NULL,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,12340), (10842,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10849,0,0,0,5,0,6600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,31617,31615,0,0,0,0,1,1,0,0,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vengeful Souls','High Priest Orglum wants you to journey into the Tomb of Lights and defeat 5 Vengeful Draenei.','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.','','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?','Speak with High Priest Orglum at the Refugee Caravan in the Bone Wastes.',21636,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vengeful Draenei Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10843,2,68,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10846,0,0,10845,5,39000,72000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Since Time Forgotten...','Slay Gnosh Brognat, leader of the ogres at the Bladespire Outpost.','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.','','$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.','Return to Leoroxx at Mok\'Nathal Village in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10844,0,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,78000,7200,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forge Camp: Anger','','',NULL,NULL,NULL,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,12340), (10845,2,68,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10843,0,0,0,5,39000,72000,0,0,0,0,0,0,0,0,0,136,0,0,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,'Slay the Brood Mother','Slay Dreadwing.','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.','','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?','Return to Leoroxx at Mok\'Nathal Village in the Blade\'s Edge Mountains.',21032,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10846,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10565,0,0,10843,5,37000,69900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Understanding the Mok\'Nathal','Slay Vekh, leader of the Vekh\'nir arakkoa.','$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!','','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.','Return to Leoroxx at Mok\'Nathal Village in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10847,2,62,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10849,5,27000,6000,0,0,0,0,0,0,0,0,0,136,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'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.','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.','','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?','Return to Rilak the Redeemed in the Lower City section of Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25638,25642,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10848,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10839,0,0,10861,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31761,31762,0,0,0,0,1,1,0,0,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Veil Rhaze: Unliving Evil','Kill 4 Deathtalon Spirits, 4 Screeching Spirits and 2 Spirit Ravens and return to Kirrik the Awakened at the Refugee Caravan.','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.',NULL,'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.','Return to Kirrik the Awakened at the Refugee Caravan in the Bone Wastes.',21198,21200,21324,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,1,0,0,0,0,0,0,0,0,12340), (10849,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10847,0,0,10839,2,7400,1560,0,0,0,0,0,0,31662,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seek Out Kirrik','Take Rilak\'s Missive to Kirrik the Awakened at the Refugee Caravan in the Bone Wastes.','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.',NULL,'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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31662,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10850,0,70,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-10855,0,0,0,0,0,0,0,38758,0,0,0,0,0,0,0,136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','Return to the Inactive Fel Reaver in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10851,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10846,0,0,10853,5,37000,69900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Totems of My Enemy','Collect 5 Bladespire Totems.','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!','','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?','Return to Spiritcaller Dohgar at Mok\'Nathal Village in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31651,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10852,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10849,0,0,0,5,0,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,31666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing Friends','Ethan wants you to find 12 of his missing friends in Veil Skith and then return to him at the Refugee Caravan.','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.','','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? ','Return to Ethan at the Refugee Caravan in the Bone Wastes.',22314,0,0,0,12,0,0,0,31655,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Children Rescued','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10853,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10851,0,0,10859,5,37000,69900,0,38788,0,0,0,0,31663,1,0,128,0,0,0,0,0,31437,0,0,0,5,0,0,0,31711,31713,31712,31714,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirit Calling','Use the Spirit Calling Totems to collect 8 Lesser Nether Drake Spirits.','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.','','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.','Return to Spiritcaller Dohgar at Mok\'Nathal Village in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31656,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10854,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10837,0,0,10858,5,0,7500,0,0,0,0,0,0,31652,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Force of Neltharaku','Neltharaku, flying high above Netherwing Fields in Shadowmoon Valley, wants you to free 5 Enslaved Netherwing Drakes.','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.',NULL,'$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!','Return to Neltharaku at Netherwing Fields in Shadowmoon Valley.',22316,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31652,0,0,0,0,0,1,0,0,0,'Enslaved Netherwing Drake freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10855,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10856,5,41000,7500,0,0,0,0,0,0,0,0,0,136,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Reavers, No Thanks!','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.','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.','','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?','Return to Nether-Stalker Nauthis at The Stormspire in Netherstorm.',0,22293,0,0,0,1,0,0,31653,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Inactive Fel Reaver Destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10856,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10855,0,0,10857,5,0,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Best Defense','Nether-Stalker Nauthis wants you to slay 12 Wrathbringers at Forge Base: Gehenna, north of the Stormspire.','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.','','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?','Return to Nether-Stalker Nauthis at the Stormspire in Netherstorm.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10857,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10856,0,0,0,6,0,9300,0,0,0,0,0,0,31678,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,31701,31700,31703,31699,0,0,1,1,1,1,0,0,933,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teleport This!','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.','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.',NULL,'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?','Return to Nether-Stalker Nauthis at the Stormspire in Netherstorm.',22348,22350,22351,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,31678,0,0,0,0,0,1,0,0,0,'Western Teleporter Destroyed','Central Teleporter Destroyed','Eastern Teleporter Destroyed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10858,2,70,70,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10854,0,0,0,2,0,1920,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Karynaku','Seek out Karynaku at Dragonmaw Fortress.','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.$B',NULL,'It is the chains. They sap my power. The only way is to get the key from Zuluhed and unbind me.',NULL,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,12340), (10859,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10853,0,0,10865,5,37000,69900,0,0,0,0,0,0,31668,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gather the Orbs','Use the Orb Collecting Totem to collect 15 Razaani Light 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.',NULL,'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?','Return to Spiritcaller Dohgar at Mok\'Nathal Village in the Blade\'s Edge Mountains.',21929,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,31668,0,0,0,0,0,1,0,0,0,0,0,'Razaani Light Orb collected','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10860,2,67,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,6900,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mok\'Nathal Treats','Collect 3 Raptor Ribs and 3 Serpent Flesh.','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.','','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!','Return to Matron Varah at Mok\'Nathal Village in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31670,31671,0,0,0,0,3,3,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10861,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10848,0,0,10874,5,31000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,25959,25961,25958,25960,0,0,1,1,1,1,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Veil Lithic: Preemptive Strike','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.','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.',NULL,'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!','Return to Kirrik the Awakened at the Refugee Caravan in the Bone Wastes.',-185211,22337,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,'Hatchlings Redeemed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10862,2,63,62,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,10847,10862,10847,5,23000,6300,0,0,0,0,0,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,1011,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Surrender to the Horde','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.','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.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10863,2,63,62,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,10847,10862,10847,5,23000,6300,0,0,0,0,0,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,1011,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Arakkoa','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.','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.',NULL,'You are wise to find me. There is much that I can show you.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10864,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10835,0,0,10838,5,20000,11700,0,0,0,0,0,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,947,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Burden of Souls','Kill 20 Shattered Hand orcs, then return to Apothecary Antonivich in Thrallmar.','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.',NULL,'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.','Return to Apothecary Antonivich at Thrallmar in Hellfire Peninsula.',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,'Shattered Hand Souls Reaped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10865,2,68,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10859,0,0,0,1,0,7200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Inform Leoroxx!','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.','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!',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10866,2,70,70,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10858,0,0,10870,7,0,11400,0,0,0,0,0,0,0,0,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zuluhed the Whacked','Kill Zuluhed the Whacked and recover Zuluhed\'s Key. Use Zuluhed\'s Key on Zuluhed\'s Chains to free Karynaku.','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?',NULL,'I am free! You have saved us, $N!','','Return to Karynaku at the Dragonmaw Fortress in Shadowmoon Valley.',-185156,11980,0,0,1,1,0,0,0,31664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Karynaku freed','','','',0,0,0,0,0,0,0,0,0,30,5,0,0,0,0,0,0,0,12340), (10867,2,68,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10865,0,0,0,6,78000,89700,0,0,0,0,0,0,0,0,0,136,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,'There Can Be Only One Response','Collect the Collection of Souls.','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!',NULL,'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?','Return to Spiritcaller Dohgar at Mok\'Nathal Village in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30890,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10868,2,62,60,0,3519,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Arakkoa War Path','Advisor Faila asks that you kill 14 Shienor Talonites and 6 Shienor Sorcerers and then return to her in Stonebreaker Hold.','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.',NULL,'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? ','Return to Advisor Faila at Stonebreaker Hold in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (10869,2,62,60,0,3519,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,27000,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Thin the Flock','Lieutenant Gravelhammer asks that you kill 14 Shienor Talonites and 6 Shienor Sorcerers and then return to him in Allerian Stronghold.','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.',NULL,'Well done $C. The arakkoa have learned to fear the might of the Alliance.','How many arakkoa have you slain $N? ','Return to Lieutenant Gravelhammer at the Allerian Stronghold in Terokkar Forest.',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,1,0,0,0,0,0,0,0,0,12340), (10870,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10866,0,0,0,7,0,0,0,0,0,0,0,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,1015,0,0,0,0,5,0,0,0,0,4200000,0,0,0,0,0,0,0,0,'Ally of the Netherwing','Let Karynaku return you to Mordenai in the Netherwing Fields.','Allow me to return you to Mordenai. I am certain that he wishes to see you once more.',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10871,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,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,1015,0,0,0,0,5,0,0,0,0,3818200,0,0,0,0,0,0,0,0,'Ally of the Netherwing','Let Karynaku return you to Mordenai in the Netherwing Fields.','Allow me to return you to Mordenai. I am certain that he wishes to see you once more.',NULL,'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 $g brother:sister; to the Netherwing Dragonflight.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10872,2,70,70,0,3520,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10871,7,0,11400,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zuluhed the Whacked','Kill Zuluhed the Whacked and recover Zuluhed\'s Key. Use Zuluhed\'s Key on Zuluhed\'s Chains to free Karynaku.','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?','','I am free! You have saved us, $N!',NULL,'Return to Karynaku at the Dragonmaw Fortress in Shadowmoon Valley.',22112,11980,0,0,1,1,0,0,0,31664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Karynaku freed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10873,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,66000,0,0,0,0,0,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,935,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taken in the Night','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.','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?$B','','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?','Return to Scout Navrin at the Sha\'tari Base Camp in the Bone Wastes.',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,'Sha\'tar Warrior Freed','','','',1,1,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10874,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10861,0,0,10889,5,33000,6600,0,0,0,0,0,0,0,0,0,136,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Veil Shalas: Signal Fires','Kirrik the Awakened at the Refugee Caravan wants you to extinguish the four signal fires of Veil Shalas.','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.',NULL,'We witnessed the cursed smoke rise from here. You are most brave, $c.','Veil Shalas must be silenced!','Return to Kirrik the Awakened at the Refugee Caravan in the Bone Wastes.',-185216,-185217,-185218,-185219,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sapphire Fire Extinguished','Emerald Fire Extinguished','Violet Fire Extinguished','Bloodstone Fire Extinguished',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10875,2,61,58,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10838,0,0,10876,2,0,1440,0,0,0,0,0,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,947,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Nazgrel','Speak with Nazgrel at Thrallmar in Hellfire Peninsula.','$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...',NULL,'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...',NULL,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,12340), (10876,2,63,58,0,3483,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,10875,0,0,0,6,58000,7800,0,0,0,0,0,0,31702,1,0,128,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,947,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Foot of the Citadel','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.','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.',NULL,'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? ','Return to Nazgrel at Thrallmar in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (10877,2,66,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10923,5,35000,67800,0,0,0,0,0,0,31705,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dread Relic','Oakun wants you to travel east to the Derelict Caravan to recover the Dread Relic. Return to Oakun when the task is complete.','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.','','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.','Return to Oakun at the Sha\'tari Base Camp in the Bone Wastes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31697,31705,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10878,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6300,0,0,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Before Darkness Falls','Mekeda at the Refugee Caravan wants you to kill 8 Cabal Skirmishers, 4 Cabal Spell-Weavers and 2 Cabal Initiates.','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.',NULL,'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.','Return to Mekeda at Refugee Caravan in the Bone Wastes.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10879,2,65,62,0,3519,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10889,0,0,0,7,99000,99000,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,31727,31726,0,0,0,0,1,1,0,0,0,0,1011,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Skettis Offensive','Hold off the attackers and speak with Rilak the Redeemed.','Skettis has waged war on us! Have you gathered enough to help with Shattrath\'s defense?$b$bHold off the attackers!','Attack thwarted','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!','Return to Rilak the Redeemed in the Lower City section of Shattrath 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,1,0,0,0,0,0,0,0,0,12340), (10880,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10881,3,0,3300,0,0,0,0,0,0,31707,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cabal Orders','Bring the Cabal Orders to Mekeda at the Refugee Caravan in the Bone Wastes.','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.',NULL,'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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10881,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10880,0,0,0,6,0,8100,0,0,0,0,0,0,0,0,0,136,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,1011,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadow Tomb','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.','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.',NULL,'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.','Return to Mekeda at Refugee Caravan in the Bone Wastes.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31709,31710,31708,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10882,2,70,67,0,3845,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10704,0,0,0,8,132000,15300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31747,31749,31748,0,0,0,1,1,1,0,0,0,935,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harbinger of Doom','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.','$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!',NULL,'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.','Return to A\'dal at Lower City in Shattrath City.',20912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10883,2,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10588,0,0,0,1,0,780,0,0,0,0,0,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,935,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tempest Key','Speak with A\'dal in Shattrath City.$B','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...$B',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10884,2,70,70,0,3703,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10883,10888,-10884,0,7,0,11400,0,0,0,0,0,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,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Mercy','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.','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!$B','','Well done, $N. You have passed the trial of mercy.','','Return to A\'dal at Lower City in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10885,2,70,70,0,3703,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10883,10888,-10884,0,7,0,11400,0,0,0,0,0,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,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: 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.','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.','','Well done, $N. You have passed the trial of strength.','','Return to A\'dal at Lower City in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10886,2,70,70,0,3703,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10883,10888,-10884,0,7,0,11400,0,0,0,0,0,0,0,0,0,138,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Tenacity','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.','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.','Millhouse Manastorm Rescued','Well done, $N. You have passed the trial of tenacity.','','Return to A\'dal at Lower City in Shattrath 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,12340), (10887,2,64,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,51600,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,31733,31734,31731,31732,0,0,1,1,1,1,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escaping the Tomb','Help Akuno find his way to the Refugee Caravan. Speak to Mekeda after you\'ve completed this quest.','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.',NULL,'You rescued Akuno, a dear friend of mine. For this I am in your debt, $N.','Yes, $N?','Return to Mekeda at Refugee Caravan in the Bone 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,1,0,0,0,0,0,0,0,0,12340), (10888,2,70,70,0,3836,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,31746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Magtheridon','A\'dal in Shattrath City wants you to slay 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!',NULL,'You have proven yourself as a being of great power. The naaru grant you access to Tempest Keep.','','Return to A\'dal at Lower City in Shattrath City.',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,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10889,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10874,0,0,0,4,26000,4950,0,0,0,0,0,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,1011,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Shattrath','Travel to Shattrath City and speak with Rilak the Redeemed in the Lower City.','Your actions, while brave, will surely rouse a vindictive response from Terokk.$b$bHurry to Shattrath. Send word to Rilak!',NULL,'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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10890,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'[UNUSED] ','','','',NULL,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,12340), (10891,2,50,50,0,-121,0,0,0,0,1101,164,265,0,0,0,0,0,0,0,0,0,0,0,0,4,0,3000,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,'Imperial Plate Armor','Speak with Derotain Mudsipper at Gadgetzan in Tanaris.$B','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?',NULL,'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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10892,2,50,50,0,-121,0,0,0,0,690,164,265,0,0,0,0,0,0,0,0,0,0,0,0,4,0,3000,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,'Imperial Plate Armor','Speak with Derotain Mudsipper at Gadgetzan in Tanaris.$B','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?','','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!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10893,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10894,0,0,10722,5,37000,6900,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Longtail is the Lynchpin','Slay Draaca Longtail, the leader of the wyrmcultists in the Wyrmskull Tunnel.','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?','','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!','Return to Watcher Moonshade at the Wyrmskull Tunnel in the Blade\'s Edge Mountains.',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,0,0,1,0,0,0,0,0,0,0,0,12340), (10894,2,67,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10719,0,0,10893,1,0,720,0,0,0,0,0,0,31740,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wyrmskull Watcher','Deliver the Meeting Note to Watcher Moonshade at the entrance of the Wyrmskull Tunnel in the Blade\'s Edge Mountains.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31740,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10895,2,60,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,18000,7200,0,0,0,0,0,0,31739,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,28057,28052,28050,28055,28051,0,1,1,1,1,1,0,946,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zeth\'Gor Must Burn!','Use the smoke beacon at each of Zeth\'Gor\'s towers, and then return to Wing Commander Dabir\'ee at Expedition Point.','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!',NULL,'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!','Return to Wing Commander Dabir\'ee at Expedition Point in Hellfire Peninsula.',22401,21182,22402,22403,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northern Tower Marked','Southern Tower Marked','Forge Tower Marked','Foothill Tower Marked',1,5,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (10896,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Infested Protectors','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. ','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.',NULL,'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?','Return to Lakotae at Refugee Caravan in the Bone Wastes.',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,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10897,2,70,68,0,-181,81,0,0,0,0,171,325,0,0,0,0,0,0,0,0,10905,0,10897,0,8,0,15300,28675,28676,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master of Potions','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.','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.',NULL,'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.','Return to Lauranna Thar\'well at the Cenarion Refuge in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31744,22829,22832,22836,0,0,1,5,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10898,2,65,63,0,3519,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,66000,8400,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,31760,0,0,0,1,0,0,0,31766,31765,31764,0,0,0,1,1,1,0,0,0,1011,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skywing','Escort Skywing and report to Rilak the Redeemed in Shattrath City.','Skywing flutters around you.$b$bYou get the feeling he wants you to follow him.','Escort Skywing','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?','Return to Rilak the Redeemed in the Lower City section of Shattrath 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,1,0,0,0,0,0,0,0,0,12340), (10899,2,70,68,0,-181,0,0,0,0,0,171,325,0,0,0,0,0,0,0,0,10907,0,10897,0,5,0,7500,28672,28674,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master of Transmutation','Zarevhi at the Stormspire in Netherstorm wants you to bring him 4 Primal Mights.$B$B*WARNING!* You can only select one alchemy specialization.','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.',NULL,'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.','Return to Zarevhi at the Stormspire in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23571,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10900,0,70,70,0,3717,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,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Vashj','','',NULL,'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.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10901,1,70,70,0,3717,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10900,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cudgel of Kar\'desh','Skar\'this the Heretic in the heroic Slave Pens of Coilfang Reservoir wants you to bring him the Earthen Signet and the Blazing Signet.','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!$B',NULL,'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!','Return to Skar\'this the Heretic at The Headland in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31750,31751,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10902,2,70,68,0,-181,81,0,0,0,0,171,325,0,0,0,0,0,0,0,0,10906,0,10897,0,8,0,15300,28677,28678,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master of Elixirs','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.','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.',NULL,'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?','Return to Lorokeem in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31753,22834,28104,22831,0,0,10,5,5,5,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10903,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10485,0,0,0,3,0,2940,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Return to Honor Hold','Speak with Assistant Klatu, at Honor Hold\'s inn.','$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.','','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.','',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,'','','','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10904,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10910,0,0,10911,5,39000,72000,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harvesting the Fel Ammunition','Collect 5 Fel Cannonballs.','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!','','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?','Use the Druid Signal to call to the Evergrove Druid inside of Death\'s Door at the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31757,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10905,2,70,68,0,-181,0,0,0,0,0,171,325,0,0,0,0,0,0,0,0,0,0,10905,10897,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Master of Potions','Speak to Lauranna Thar\'well at Cenarion Refuge in Zangarmarsh.$B$B*WARNING!* You can only select one alchemy specialization.','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.',NULL,'You want me to help you with your study of potions? Very well, $N. Let\'s see what we can do.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10906,2,70,68,0,-181,0,0,0,0,0,171,325,0,0,0,0,0,0,0,0,0,0,10905,10902,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Master of Elixirs','Speak to Lorokeem in Shattrath\'s Lower City.$B$B*WARNING!* You can only select one alchemy specialization.','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.',NULL,'You want to learn from me? Hmmm, yes. Perhaps you\'ll be a suitable student.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10907,2,70,68,0,-181,0,0,0,0,0,171,325,0,0,0,0,0,0,0,0,0,0,10905,10899,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Master of Transmutation','Speak to Zarevhi at the Stormspire in Netherstorm.$B$B*WARNING!* You can only select one alchemy specialization.','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.',NULL,'You want me to help you with your study of transmutations? Very well, $N. Let\'s see what we can do.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10908,2,63,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10847,10862,10847,1,3000,660,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Speak with Rilak the Redeemed','Kirrik the Awakened wants you to speak with Rilak the Redeemed in the Lower City section of Shattrath City.','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.',NULL,'So we meet, $n. You must forgive the lack of formalities for time is of the essence.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,1,396,396,396,0,0,0,0,0,12340), (10909,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10903,0,0,0,5,20000,5850,0,0,0,0,0,0,31772,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fel Spirits','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.','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.','','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?','Return to Assistant Klatu at Honor Hold in Hellfire Peninsula.',22454,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,31772,0,0,0,0,0,1,0,0,0,0,0,'Jules Avenged','','','',1,0,0,0,0,0,0,0,0,6,2,0,0,0,0,0,0,0,12340), (10910,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10821,0,0,10904,5,39000,72000,0,0,0,0,0,0,31763,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death\'s Door','Use the Druid Signal at Death\'s Door to call down and speak with an Evergrove Druid.','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.','','It is a relief that Wildlord Antelarion has sent you to us. The problem is much worse than first we feared!',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10911,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10904,0,0,10912,5,39000,72000,0,0,0,0,0,0,31807,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire At Will!','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.','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.','','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?','Use the Druid Signal to call down an Evergrove Druid at Death\'s Door in the Blade\'s Edge Mountains.',22504,22503,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,31807,0,0,0,0,0,1,0,0,0,0,'South Warp-Gate Destroyed','North Warp-Gate Destroyed','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10912,2,68,65,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10911,0,0,0,7,117000,107700,0,0,0,0,0,0,31809,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,31693,31696,31695,31692,31691,31694,1,1,1,1,1,1,942,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hound-Master','Slay Baelmon 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.','','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?','Return to Wildlord Antelarion at Evergrove in the Blade\'s Edge Mountains.',19747,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,31763,31809,0,0,0,0,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10913,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10914,5,0,66000,0,0,0,0,0,0,31769,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Improper Burial','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.','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.','','$B$BIt\'s not enough... It\'s just not enough.','It\'s a terrible thing to ask, I know...','Return to Commander Ra\'vaj at The Bone Wastes in Terokkar Forest.',21859,21846,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,31769,0,0,0,0,0,1,0,0,0,'Slain Sha\'tar Vindicator corpse burned','Slain Auchenai Warrior corpse burned','','',6,1,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (10914,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10913,0,0,10915,5,0,66000,0,0,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hero Is Needed','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.','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.',NULL,'You\'ve done it, $N! Because of you, we have made a new discovery...','Take no prisoners!','Return to Commander Ra\'vaj at The Bone Wastes in Terokkar Forest.',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,'','','','',1,1,6,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10915,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10914,0,0,0,5,0,66000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31798,31797,31796,31794,0,0,1,1,1,1,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fallen Exarch','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.','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!',NULL,'Victory is ours! This defeat will set the Auchenai back several weeks.','You must destroy the ancient evil before it has regained its powers.','Return to Commander Ra\'vaj at The Bone Wastes in Terokkar Forest.',22452,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Contents of the Auchenai Coffin destroyed','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10916,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10903,0,0,0,3,0,2940,0,0,0,0,0,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,946,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Digging for Prayer Beads','Recover the Draenei Prayer Beads and bring them to Assistant Klatu in Honor Hold.','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.','','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.','Return to Assistant Klatu at Honor Hold in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,31799,0,0,0,1,0,0,31795,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (10917,2,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,8999,0,0,0,0,5,33000,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,31800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Outcast\'s Plight','Bring 30 Arakkoa Feathers to Vekax in Shattrath\'s Lower City.','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.','','$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?','Return to Vekax in the Lower City section of Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (10918,0,65,62,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,8999,10917,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,31800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1011,0,0,0,0,5,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.','Return to Vekax in the Lower City section of Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25719,0,0,0,0,0,30,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (10919,0,61,1,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,-10916,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fei Fei\'s Treat','','','','','Fei Fei looks at you expectantly...','Return to Fei Fei in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31799,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10920,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10921,5,0,6600,0,0,0,0,0,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,935,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'For the Fallen','Vindicator Haylen wants you to slay 20 Dreadfang Widows and then return to him just west of Netherweb Ridge.','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.',NULL,'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?','Return to Vindicator Haylen on the edge of Netherweb Ridge in the Bone Wastes.',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,'','','','',396,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10921,2,65,63,0,3519,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10920,0,0,10926,5,0,6600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31821,31820,31819,31823,0,0,1,1,1,1,0,0,935,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Terokkarantula','Vindicator Haylen wants you to kill the Terokkarantula and then return to him west of Netherweb Ridge.','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. ',NULL,'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?','Return to Vindicator Haylen just outside Netherweb Ridge in the Bone Wastes.',20682,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10922,2,65,63,0,3519,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10929,5,0,66000,0,0,0,0,0,0,0,0,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Digging Through Bones','Escort Letoll and his crew and protect them while they make their dig. Return to Dwarfowitz at the Sha\'tari Outpost if you succeed.$B','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.','Protect the Explorers','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;.','Return to Dwarfowitz at The Bone Wastes in Terokkar 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,'','','','',1,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10923,2,65,63,0,3519,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10877,0,0,0,5,0,6600,0,0,0,0,0,0,31811,1,0,128,34,0,0,0,0,0,0,0,0,0,0,0,0,31816,31817,31818,0,0,0,1,1,1,0,0,0,935,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Evil Draws Near','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.','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.',NULL,'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?','Return to Oakun at the Sha\'tari Base Camp in the Bone Wastes.',22441,0,0,0,1,0,0,0,0,31812,0,0,0,20,0,0,0,0,31811,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10924,2,69,67,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,41000,7500,0,0,0,0,0,0,31815,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloody Imp-ossible!','Bring 8 vials of Warp Chaser Blood to Sab\'aoth at Cosmowrench.','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.',NULL,'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?','Return to Sab\'aoth at Cosmowrench in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10925,2,255,255,0,3519,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,31811,1,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,'Evil Draws Near','','',NULL,NULL,NULL,'Return to .',22441,0,0,0,1,0,0,0,0,31812,0,0,0,20,0,0,0,0,31811,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10926,2,65,63,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10921,0,0,0,4,0,4950,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Sha\'tari Base Camp','Vindicator Haylen wants you to return to the Sha\'tari Base Camp in the Bone Wastes and speak with Scout Navrin.','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.',NULL,'It is good to know that some of our warriors fought well against the dreadfang widows. We will send a rescue party immediately.',NULL,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,1,0,0,0,0,0,0,0,0,12340), (10927,2,65,65,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Killing the Crawlers','Slay 6 Cavern 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!$B','','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?','Report to Commander Skyshadow at Sylvanaar in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10928,2,65,65,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Killing the Crawlers','Slay 6 Cavern 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!$B','','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?','Report to Tor\'chunk Twoclaws at Thunderlord Stronghold in the Blade\'s Edge Mountains.',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,1,0,0,0,0,0,0,0,0,12340), (10929,2,65,63,0,3519,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,10922,0,0,10930,5,0,66000,0,0,0,0,0,0,31810,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fumping','Dwarfowitz at the Sha\'tari Base Camp in the Bone Wastes wants you to bring him 8 Mature Bone Sifter Carcasses.','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.',NULL,'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!','Return to Dwarfowitz at The Bone Wastes in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31814,31810,0,0,0,0,8,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10930,2,65,63,0,3519,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,10929,0,0,0,6,0,82500,0,0,0,0,0,0,31825,1,0,128,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,1011,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Big Bone Worm','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.$B','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!',NULL,'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!','Return to Dwarfowitz at The Bone Wastes in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31826,31825,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10931,2,0,0,0,-262,0,0,0,16,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,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,'Return to the Exodar','Speak with Caedmos at 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.',NULL,NULL,NULL,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,12340), (10932,2,0,0,0,-262,0,0,0,16,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,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,'Return to the Exodar','Speak with Caedmos at 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.',NULL,NULL,NULL,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,12340), (10933,2,0,0,0,-262,0,0,0,16,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,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,'Return to Silvermoon','Speak with Aldrae in Silvermoon City.','Your master Aldrae in Silvermoon City has requested to see you. It concerns your training, but I don\'t really know anything beyond that.',NULL,NULL,NULL,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,12340), (10934,2,0,0,0,-262,0,0,0,16,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,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,'Return to Silvermoon','Speak with Aldrae in Silvermoon City.','Your master Aldrae in Silvermoon City has requested to see you. It concerns your training, but I don\'t really know anything beyond that.',NULL,NULL,NULL,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,12340), (10935,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10909,0,0,10936,6,40000,7200,0,0,0,0,0,0,31828,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Exorcism of Colonel Jules','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.','$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.','','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.','Return to Assistant Klatu at Honor Hold in Hellfire Peninsula.',22432,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,31828,0,0,0,0,0,1,0,0,0,0,0,'Colonel Jules Saved','','','',1,0,0,0,0,0,0,0,0,1,2,4,0,0,0,0,0,0,12340), (10936,2,61,58,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10935,0,0,10937,1,0,570,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Trollbane is Looking for You','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.','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!',NULL,'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.',NULL,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,'','','','',1,1,0,0,0,1000,0,0,0,1,5,1,0,0,0,1000,0,0,12340), (10937,2,62,58,0,3483,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,10936,0,0,0,6,54000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,31719,31718,31717,31720,0,0,1,1,1,1,0,0,946,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drill the Drillmaster','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\'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!','','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?','Return to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.',19312,0,0,0,1,0,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,1,0,0,1000,1000,0,0,1,1,1,0,0,0,0,0,0,12340), (10938,2,70,1,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,31890,1,0,0,1,0,0,0,0,31856,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Blessings Deck','Return the Blessings Deck to the Darkmoon Faire when it comes to town.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31890,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,0,0,0,12340), (10939,2,70,1,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,31891,1,0,0,1,0,0,0,0,31857,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Storms Deck','Return the Storms Deck to the Darkmoon Faire when it comes to town.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31891,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,0,0,0,12340), (10940,2,70,1,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,31907,1,0,0,1,0,0,0,0,31858,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Furies Deck','Return the Furies Deck to the Darkmoon Faire when it comes to town.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31907,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10941,2,70,1,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,31914,1,0,0,1,0,0,0,0,31859,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Lunacy Deck','Return the Lunacy Deck to the Darkmoon Faire when it comes to town.','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.','','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31914,0,0,0,0,0,1,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10942,2,-1,60,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31880,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Children\'s Week','Use the Blood Elf Orphan Whistle to call for the ward that you will be looking after during 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!','','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!',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10943,2,-1,60,0,-284,0,0,0,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,31881,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Children\'s Week','Use the Draenei Orphan Whistle to call for the ward that you will be looking after during 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!','','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!',NULL,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,'','','','',1,1,1,0,0,0,0,0,1,1,1,1,1,1,0,0,0,0,12340), (10944,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10708,0,0,0,6,88000,9600,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Secret Compromised','Travel to the Warden\'s Cage in Shadowmoon Valley and speak to Akama.','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!','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (10945,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10942,0,-10945,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hch\'uu and the Mushroom People','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.','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?!','Salandria taken to Sporeggar','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!',NULL,'Return to Hch\'uu 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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10946,2,70,70,0,3845,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10944,0,0,10947,7,132000,11400,0,0,0,0,0,0,31946,1,0,194,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruse of the Ashtongue','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.','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.','Ruse of the Ashtongue','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!',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31946,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10947,2,70,70,0,3606,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10946,0,0,10948,7,0,11400,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,1012,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Artifact From the Past','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.','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.','','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?','Return to Akama at Warden\'s Cage in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32459,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10948,2,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10947,0,0,10949,3,0,3750,0,0,0,0,0,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,1012,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hostage Soul','Travel to Shattrath City to tell A\'dal about Akama\'s request.','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.','','','',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,1,0,0,0,0,0,0,0,0,12340), (10949,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10948,0,0,13429,4,44000,5700,0,0,0,0,0,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,1012,935,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Entry Into the Black Temple','Travel to the entrance to the Black Temple in Shadowmoon Valley and speak to Xi\'ri.','','','','',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,1,0,0,0,0,0,0,0,0,12340), (10950,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10943,0,-10950,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Auchindoun and the Ring of Observance','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.','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?','Dornaa taken to the Ring of Observance','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!',NULL,'Use your Orphan Whistle to call for your Draenei 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,'','','','',1,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10951,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10942,0,-10945,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Trip to the Dark Portal','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.','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?','Salandria taken to the Dark Portal','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!',NULL,'Use your Orphan Whistle to call for your Blood Elf 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10952,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10943,0,-10950,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Trip to the Dark Portal','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.','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?','Dornaa taken to the Dark Portal','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!',NULL,'Use your Orphan Whistle to call for your Draenei 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,'','','','',1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,12340), (10953,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10942,0,-10945,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Visit the Throne of the Elements','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.','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.','Salandria taken to the Throne of the Elements','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.',NULL,'Speak to Elementalist Sharvak 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10954,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10943,0,-10950,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jheel is at Aeris Landing!','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.','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.','Dornaa taken to Aeris Landing','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!',NULL,'Speak to Jheel 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,'','','','',1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (10955,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,0,0,0,10961,1,0,13200,0,0,0,0,0,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,942,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Morthis Whisperwing','Seek out Morthis Whisperwing at the Cenarion Refuge in Zangarmarsh.','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.','','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?','',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,1,0,0,0,0,0,0,0,0,12340), (10956,2,-1,60,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10950,0,-10956,10968,3,0,66300,0,0,0,0,0,0,0,0,0,138,2,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,3,0,0,0,0,0,0,0,0,0,530,-3895.48,-11661.9,0,'The Seat of the Naaru','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.','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.','Dornaa taken to the Seat of the Naaru','$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.',NULL,'Speak to O\'ros at the Exodar in Azuremyst 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,'','','','',1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10957,2,70,70,0,3840,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10958,0,0,10959,7,0,11400,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,1012,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redemption of the Ashtongue','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.','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.','','It is done, $N. The time to strike at Illidan has come.','Yes, $N?','Return to Seer Kanai in Black Temple.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (10958,2,70,70,0,3840,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10985,0,0,10957,6,0,9600,0,0,0,0,0,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,1012,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seek Out the Ashtongue','Find Akama\'s Deathsworn inside the Black Temple.','$B$B','','We\'ve been expecting you, $N. Akama is in great need of your 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,12340), (10959,2,70,70,0,3840,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10957,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,32757,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of the Betrayer','Seer Kanai wants you to defeat Illidan inside the Black Temple.','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.','','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?','Return to Seer Kanai in Black Temple.',22917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,32649,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (10960,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10945,0,-10960,0,5,0,132300,0,0,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,530,9851.19,-7465.21,0,'When I Grow Up...','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.','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!','Salandria taken to the paladin trainers in Silvermoon City','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.',NULL,'Speak to Lady Liadrin 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10961,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10955,0,0,0,5,74000,132300,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ward of Wakening','Bring 10 Bogblossoms, 10 Ancient Lichen, and 10 Dreaming Glory to Morthis Whisperwing at the Cenarion Refuge.','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.','','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','Return to Morthis Whisperwing in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31950,22790,22786,0,0,0,10,10,10,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10962,2,-1,60,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10950,0,-10956,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Time to Visit the Caverns','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.','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?','Dornaa taken to the Caverns of Time','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?','Use your Orphan Whistle to call for your Draenei Orphan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31951,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,1,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (10963,2,-1,60,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10945,0,-11975,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Time to Visit the Caverns','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.','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!','Salandria taken to the Caverns of Time','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.','Use your Orphan Whistle to call for your Blood Elf Orphan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31951,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10964,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10961,0,0,0,1,0,13200,0,0,0,0,0,0,31953,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waking the Sleeper','Use the Ward of Waking to help Clintar Dreamwalker emerge from the Emerald Dream. When he is conscious, speak to him.','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.','','$B$BMorthis?$B$BNo, you\'re not Morthis... Who are you, $R, and why have you disturbed my rest?$B$B','',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31953,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10965,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10964,0,0,10978,5,74000,132300,0,0,0,0,0,0,0,0,39600,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Mere Dream','Protect Clintar Dreamwalker\'s Spirit while it gathers the relics of Aviana, then speak to Dreamwarden Lurosa.','$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!','','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.','Return to Dreamwarden Lurosa at Lake Elune\'ara in Moonglade.',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,'Assist Clintar in gathering the relics','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10966,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10968,0,0,0,5,0,132300,0,39616,0,0,0,0,0,0,0,136,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,1011,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Orphanage','Return your ward to the Shattrath City orphanage by handing in the Draenei Orphan Whistle to Orphan Matron Mercy in the Lower City.','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!!!','','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?','Return to Orphan Matron Mercy in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31881,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,1,0,0,0,0,0,1,1,1,1,1,0,0,0,0,0,12340), (10967,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11975,0,0,0,5,0,132300,0,39613,0,0,0,0,0,0,0,136,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,1011,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Orphanage','Return your ward to the Shattrath City orphanage by handing in the Blood Elf Orphan Whistle to Orphan Matron Mercy in the Lower City.','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!!!','','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?','Return to Orphan Matron Mercy in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31880,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10968,2,-1,60,0,-284,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,10956,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,138,2,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,3,0,0,0,0,0,0,0,0,0,530,-3810.51,-11391.1,0,'Call on the Farseer','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 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.','Dornaa taken to Farseer Nobundo','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.',NULL,'Speak to Farseer Nobundo at the Exodar in Azuremyst 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,1,1,5,1,1,0,0,0,0,0,12340), (10969,2,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,933,0,9000,0,0,0,0,10970,1,4400,780,0,0,0,0,0,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,933,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seek Out Ameer','Seek out Commander Ameer at the Protectorate Watch Post.','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. $B','','Aye, it is true, but the Consortium are not the only group claiming losses.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10970,2,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,933,0,9000,0,0,0,0,0,5,44000,7500,0,0,0,0,0,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,933,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Mission of Mercy','Recover the Salvaged Ethereum Prison Key for Commander Ameer at the Protectorate Watch Post in Netherstorm.','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.','','Stand back, $N. This could very well be an Ethereum trap.','Any luck?','Return to Commander Ameer at Protectorate Watch Post in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31956,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10971,2,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,933,0,9000,0,10970,0,0,0,5,44000,7500,0,0,0,0,0,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,933,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ethereum Secrets','Commander Ameer at the Protectorate Watch Post in Netherstorm wants you to bring him an Ethereum Prisoner I.D. Tag.','$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.','','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?','Return to Commander Ameer at Protectorate Watch Post in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31957,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10972,0,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,933,0,9000,0,10971,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,1,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,5,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.',NULL,'Return to Commander Ameer at Protectorate Watch Post in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31957,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10973,2,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,933,0,21000,0,10971,0,0,10974,5,132000,7500,0,0,0,0,0,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,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Thousand Worlds','Commander Ameer at the Protectorate Watch Post in Netherstorm wants you to bring him 5 Ethereum Prison Keys.','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...','','$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!','Return to Commander Ameer at Protectorate Watch Post in Netherstorm.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29460,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10974,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10973,0,0,0,7,0,11400,0,0,0,0,0,0,31994,1,0,128,0,0,0,0,0,32064,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stasis Chambers of Bash\'ir','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.','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.','','$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?','Speak with the Image of Commander Ameer at Bash\'ir\'s Landing in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32061,31994,0,0,0,0,1,1,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10975,0,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10974,0,0,0,0,44000,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,29750,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,7,0,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.','Return to the Image of Commander Ameer at Bash\'ir\'s Landing in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10976,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10974,0,0,10977,7,44000,11400,0,0,0,0,0,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,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of the Nexus-King','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.','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.','','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.','Return to the Image of Commander Ameer at Bash\'ir\'s Landing in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,31941,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10977,2,70,70,0,3792,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10976,0,0,0,7,132000,11400,0,0,0,0,0,0,32069,1,0,130,2,0,0,0,0,29434,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stasis Chambers of the Mana-Tombs','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.','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.','Mana-Tombs Stasis Chamber Investigated','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.','Return to the Image of Commander Ameer at Bash\'ir\'s Landing in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32069,0,0,0,0,0,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (10978,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10965,0,0,10979,1,7400,13200,0,0,0,0,0,0,32074,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Morthis Whisperwing','Bring the Relics of Aviana to Morthis Whisperwing at Cenarion Refuge in Zangarmarsh.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32074,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10979,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10978,0,0,10980,1,7400,13200,0,0,0,0,0,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,942,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To the Evergrove','Speak with Arthorn Windsong at the Evergrove in Blade\'s Edge Mountains.','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!','','$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!','',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,1,0,0,0,0,0,0,0,0,12340), (10980,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10979,0,0,10986,5,74000,132300,0,0,0,0,0,0,32244,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Book of the Raven','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.','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.','','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?','Return to Arthorn Windsong at Evergrove in Blade\'s Edge Mountains.',22932,0,0,0,1,0,0,0,0,0,32567,0,0,0,1,0,0,32244,0,0,0,0,0,1,0,0,0,0,0,'Learn about the Book of the Raven','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10981,0,70,70,0,3792,85,0,0,0,0,0,0,0,0,0,0,933,933,21000,42000,10977,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,32079,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,7,0,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.','Return to the Image of Commander Ameer at Bash\'ir\'s Landing in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10982,0,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,933,0,42000,0,10977,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,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.',NULL,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,12340), (10983,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10984,0,10983,0,2,4400,1920,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Mog\'dorg the Wizened','Visit Mog\'dorg the Wizened atop one of the towers just outside the Circle of Blood in the Blade\'s Edge Mountains.','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!','','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.','',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,12340), (10984,2,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10983,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Speak with the Ogre','Speak with the Ogre, Grok, in the Lower City section of Shattrath City.','$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.','','You help Grok? Grok need help! Bloodmaul clan need 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,12340), (10985,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10949,0,0,10958,5,0,7500,0,0,0,0,0,0,0,0,0,194,2,0,0,0,0,32649,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,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.','','','Return to Xi\'ri at Ruins of Baa\'ri in Shadowmoon 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,1,0,0,0,0,0,0,0,0,12340), (10986,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10980,0,0,10987,1,0,13200,0,0,0,0,0,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,942,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eyes in the Sky','Speak with Watcher Elaira at the Twilight Ridge in Nagrand.','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.','','$B$BIt\'s an excellent idea and Nagrand is teeming with candidates, but which one to use?','',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,1,0,0,0,0,0,0,0,0,12340), (10987,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10986,0,0,0,0,0,0,0,0,0,0,0,0,32321,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Catch A Sparrowhawk','Use the Sparrowhawk Net to capture a Wild Sparrowhawk and bring it to Watcher Elaira on the Twilight Ridge.','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.','','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?','Return to Watcher Elaira at The Twilight Ridge in Nagrand.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32320,32321,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10988,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10987,0,0,0,5,74000,132300,0,0,0,0,0,0,32315,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Raven Stones','Gather 8 Raven Stones from Skettis and bring them to Arthorn Windsong at Evergrove in Blade\'s Edge Mountains.','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.','','$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?','Return to Arthorn Windsong at Evergrove in Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32313,32315,0,0,0,0,8,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10989,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10983,0,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Mog\'dorg the Wizened','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.','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!','','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.','',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,12340), (10990,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10988,0,0,10991,5,74000,132300,0,0,0,0,0,0,32657,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Eagle\'s Essence','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.','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.','','$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?','Return to Arthorn\'s Sparrowhawk.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32355,32657,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10991,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10990,0,0,10992,5,74000,132300,0,0,0,0,0,0,32657,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Falcon\'s Essence','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$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!','','$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?','Return to Arthorn\'s Sparrowhawk.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32357,32657,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10992,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10991,0,0,10993,5,74000,132300,0,0,0,0,0,0,32657,1,0,128,0,0,0,0,0,32481,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hawk\'s Essence','Defeat the Guardian of the Hawk and bring the Essence of the Hawk to Arthorn Windsong at the Evergrove.','$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.','','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?','Return to Arthorn Windsong at Evergrove in Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32356,32657,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10993,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10992,0,0,10994,1,0,13200,0,0,0,0,0,0,32359,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Cenarion Refuge','Bring Arthorn\'s Package to Morthis Whisperwing at 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!','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32359,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10994,2,-1,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10993,0,0,11001,5,0,132300,0,0,0,0,0,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,942,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chasing the Moonstone','Bring a Southfury Moonstone to Morthis Whisperwing at the Cenarion Refuge.','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.','','$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?','Return to Morthis Whisperwing in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32364,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10995,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10998,-10995,0,7,88000,11400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Grulloc Has Two Skulls','Collect Grulloc\'s Dragon Skull.','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.','','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?','Return to Mog\'dorg the Wizened atop the tower at the Circle of Blood in the Blade\'s Edge Mountains.$B',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10996,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10998,-10995,0,7,88000,11400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Maggoc\'s Treasure Chest','Collect 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.','','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?','Return to Mog\'dorg the Wizened atop the tower at the Circle of Blood in the Blade\'s Edge Mountains.$B',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10997,2,70,70,0,3696,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10998,-10995,0,7,88000,11400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Even Gronn Have Standards','Collect Slaag\'s Standard.','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.','','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?','Return to Mog\'dorg the Wizened atop the tower at the Circle of Blood in the Blade\'s Edge Mountains.$B',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (10998,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,7,88000,11400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Grim(oire) Business','Collect Vim\'gol\'s Vile Grimoire.','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!','','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?','Return to Mog\'dorg the Wizened atop the tower at the Circle of Blood in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32358,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (10999,2,1,1,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,60,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.','',NULL,NULL,'Return to Joe Rumsey.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11000,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,10998,0,0,0,8,132000,15300,0,40145,0,0,0,0,32467,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Soulgrinder','Collect Skulloc\'s Soul.','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.','','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?','Return to Mog\'dorg the Wizened atop the tower at the Circle of Blood in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32383,32467,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11001,2,-1,70,0,-263,85,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,10994,0,0,0,7,0,198600,40120,40123,0,0,0,0,32462,1,0,128,0,0,0,0,0,32387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vanquish the Raven God','Slay the Raven God and return to Morthis Whisperwing at Cenarion Refuge.$B$BThis quest must be completed in Heroic dungeon difficulty.','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!','','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?','Return to Morthis Whisperwing in Zangarmarsh.',23035,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,32449,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11002,2,70,70,0,3483,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,0,0,0,0,0,0,32385,1,0,128,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,946,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Magtheridon','Return Magtheridon\'s Head to Force Commander Danath Trollbane at Honor Hold in Hellfire Peninsula.','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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32385,0,0,0,0,0,1,0,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11003,2,70,70,0,3483,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,0,0,0,0,0,0,32386,1,0,128,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,947,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Magtheridon','Return Magtheridon\'s Head to Nazgrel at Thrallmar in Hellfire Peninsula.','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.$B','','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.',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32386,0,0,0,0,0,1,0,0,0,0,0,0,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11004,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,75900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,32446,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'World of Shadows','Severin wants you to venture into Skettis and retrieve 6 Shadow Dusts from the arakkoa that dwell there.','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?','','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?','Return to Severin at Blackwind Landing in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32388,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,0,12340), (11005,2,70,70,0,3679,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11004,0,0,0,5,0,75900,0,0,0,0,0,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,1031,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Talonpriests','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.','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.','','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.','Return to Sky Commander Adaris at Blackwind Landing in Terokkar Forest.',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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11006,0,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11004,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,32446,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,4,0,0,0,0,0,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.','Return to Severin at Blackwind Landing in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32388,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,12340), (11007,2,70,70,0,3845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,39953,0,0,0,0,32405,1,0,640,0,0,0,0,0,0,0,0,0,0,0,0,0,30018,30017,30007,30015,0,0,1,1,1,1,0,0,935,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kael\'thas and the Verdant Sphere','Take the Verdant Sphere to A\'dal in Shattrath City.','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.','','$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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11008,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11098,0,0,0,5,44000,7500,0,0,0,0,0,0,32406,1,0,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fires Over Skettis','Seek out Monstrous Kaliri Eggs on the tops of Skettis dwellings and use the Skyguard Blasting Charges on them. Return to Sky Sergeant Doryn.','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.','','Excellent job, $N! That\'ll show those bird men the meaning of air superiority!','Did you finish your assignment yet?','Return to Sky Sergeant Doryn at Blackwind Landing in Terokkar Forest.',22991,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,32406,0,0,0,0,0,1,0,0,0,0,0,'Monstrous Kaliri Egg Destroyed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11009,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,0,0,0,2,0,1920,0,0,0,0,0,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,1038,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ogre Heaven','Speak with Chu\'a\'lor at Ogri\'la in the Blade\'s Edge Mountains.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (11010,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11023,11010,11023,5,44000,7500,0,40198,0,0,0,0,32456,1,40197,128,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Bombing Run','Use the Skyguard Bombs to destroy 15 Fel Cannonball Stacks.','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!','','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?','Return to Sky Sergeant Vanderlip at Skyguard Outpost in the Blade\'s Edge Mountains.',23118,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,32456,0,0,0,0,0,1,0,0,0,0,0,'Fel Cannonball Stacks destroyed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11011,2,70,70,0,-263,0,0,0,1024,0,762,300,0,0,0,0,0,0,0,0,11001,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,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,0,0,'Eternal Vigilance','Speak with Morthis Whisperwing to receive an Essence-Infused Moonstone.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11012,0,70,70,0,3520,0,0,0,0,0,762,300,0,0,0,0,1015,0,0,0,10870,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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!',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11013,2,70,70,0,3520,0,0,0,0,0,762,300,0,0,0,0,1015,0,0,0,11012,0,0,11014,1,0,780,0,0,0,0,0,0,32469,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Service of the Illidari','Travel to Netherwing Ledge and deliver the Illidari Service Papers to Overlord Mor\'ghor at Dragonmaw Base Camp.$B','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.','','$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...',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32469,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11014,2,70,70,0,3520,0,0,0,0,0,762,300,0,0,0,0,1015,0,0,0,11013,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Enter the Taskmaster','Speak with Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp.','$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!','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11015,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,11014,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Netherwing Crystals','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 30 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.$B','','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...','Return to Taskmaster Varkule Dragonbreath at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11016,2,70,70,0,3520,0,0,0,0,0,393,350,0,0,0,0,1015,0,0,0,11014,0,11016,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nethermine Flayer Hide','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 35 Nethermine Flayer Hides.','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.','','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.','Return to Taskmaster Varkule Dragonbreath at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11017,2,70,70,0,3520,0,0,0,0,0,182,350,0,0,0,0,1015,0,0,0,11014,0,11016,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Netherdust Pollen','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 40 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.','','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.','Return to Taskmaster Varkule Dragonbreath at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11018,2,70,70,0,3520,0,0,0,0,0,186,350,0,0,0,0,1015,0,0,0,11014,0,11016,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nethercite Ore','Taskmaster Varkule Dragonbreath at Dragonmaw Base Camp in Shadowmoon Valley wants you to bring him 40 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.','','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.','Return to Taskmaster Varkule Dragonbreath at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11019,0,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,11014,0,0,0,0,0,0,0,0,0,0,0,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,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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11020,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,11019,0,0,0,5,44000,7500,0,0,0,0,0,0,32503,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Slow Death','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.$B','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!','','$B$BExcellent work, $N. Lay low for now. Come back to me tomorrow and we can do it again.','It is dirty work, $N.','Return to Yarzill the Merc at Netherwing Ledge in Shadowmoon Valley.',23209,0,0,0,12,0,0,0,0,0,32502,0,0,0,12,0,0,0,0,32503,0,0,0,0,0,1,0,0,0,'Dragonmaw Peon Camp Poisoned','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11021,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,0,0,0,11024,3,0,37500,0,0,0,0,0,0,32523,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ishaal\'s Almanac','Bring Ishaal\'s Almanac to Sky Commander Adaris north of Skettis.','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.','','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?','Return to Sky Commander Adaris at Blackwind Landing in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11022,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,0,0,11009,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Speak with Mog\'dorg','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.','$G King : Queen; $N! You speak with Mog\'dorg the Wizened before you leave and go to Ogri\'la!','','My good man, I am glad that you have decided to speak to me again before leaving.','',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,1,0,0,0,0,0,0,0,0,12340), (11023,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11010,0,0,0,5,44000,7500,0,40198,0,0,0,0,32456,1,40197,4224,1,0,0,0,0,32569,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,1038,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Bomb Them Again!','Use the Skyguard Bombs to destroy 15 Fel Cannonball Stacks.','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?','','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?','Return to Sky Sergeant Vanderlip at Skyguard Outpost in the Blade\'s Edge Mountains.',23118,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,32456,0,0,0,0,0,1,0,0,0,0,0,'Fel Cannonball Stacks destroyed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11024,2,70,70,0,3703,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11021,0,0,11028,3,0,37500,0,0,0,0,0,0,32564,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Ally in Lower City','Bring Ishaal\'s Almanac to Rilak the Redeemed in the Lower City section of Shattrath City.','There is an arakkoa in Lower City by the name of Rilak... He can be trusted. Take the book... to him.$B$B','','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!','Return to Rilak the Redeemed in the Lower City Section of Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11025,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11009,0,0,11058,5,44000,7500,0,0,0,0,0,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,1038,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crystals','Collect 5 Apexis Shards.','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.','','$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?','Return to Chu\'a\'lor at Ogri\'la in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32569,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11026,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,1038,0,9000,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,32696,1,0,128,0,0,0,0,0,32643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,1031,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Banish the Demons','Use the Banishing Crystal to banish 15 demons at Forge Camp: Wrath or Forge Camp: Terror.','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!','','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?!','Return to Kronk at Ogri\'la in the Blade\'s Edge Mountains.',23327,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,32696,0,0,0,0,0,1,0,0,0,0,0,'Demons banished','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11027,0,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,1038,0,9000,0,11060,0,0,0,1,4400,780,0,0,0,0,0,0,0,0,0,128,1,0,0,0,0,32602,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,1,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?!','Return to Gahk in Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32643,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,5,0,0,0,0,0,0,0,12340), (11028,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11024,0,0,0,3,0,37500,0,0,0,0,0,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,1031,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Countdown to Doom','Return to Sky Commander Adaris at Blackwind Landing in Terokkar Forest with the news about Terokk\'s return.','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.','','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.','',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,12340), (11029,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11056,0,0,11885,4,0,57000,0,0,0,0,0,0,32741,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Shabby Disguise','Use the Shabby Arakkoa Disguise to obtain the Adversarial Bloodlines from Sahaak and return to Hazzik.','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.','','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?','Return to Hazzik at Blackwind Landing in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32742,32741,0,0,0,0,1,1,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11030,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11010,-11010,11061,5,44000,7500,0,0,0,0,0,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,1038,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Our Boy Wants To Be A Skyguard Ranger','Collect an Unstable Flask of the Beast.','$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.','','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.','Return to Torkus at Ogri\'la in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32598,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11031,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,42000,0,10725,0,11031,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,1,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,'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.','Return to Archmage Leryda in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29287,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11032,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,42000,0,10728,0,11031,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,1,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,'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.','Return to Archmage Leryda in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29279,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11033,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,42000,0,10727,0,11031,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,1,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,'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.','Return to Archmage Leryda in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29283,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11034,0,70,70,0,2562,0,0,0,0,0,0,0,0,0,0,0,967,0,42000,0,10726,0,11031,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,1,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,'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.','Return to Archmage Leryda in Deadwind Pass.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29290,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11035,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,11019,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Not-So-Friendly Skies...','Yarzill the Merc at Dragonmaw Base Camp in Shadowmoon Valley wants you to recover 10 Netherwing Relics.','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!','','$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.','Return to Yarzill the Merc at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32509,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11036,2,67,67,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,10183,10186,1,0,720,0,0,0,0,0,0,32619,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Out of This World Produce!','Bring the Preserved Fruit to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','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.','','$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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32619,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11037,2,67,67,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,10183,10186,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Strange Vision','Speak with Rocket-Chief Fuselage at Area 52.','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.','','$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?','',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,12340), (11038,2,67,67,0,3703,0,0,0,0,0,0,0,0,0,0,0,932,0,3000,0,0,0,0,10241,1,0,720,0,0,0,0,0,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,932,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assist Exarch Orelis','Speak with Exarch Orelis at Area 52.','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?','','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.','',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,12340), (11039,2,67,67,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10189,1,0,6900,0,0,0,0,0,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,934,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Spymaster Thalodien','Report to Spymaster Thalodien at Area 52.','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.','','$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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11040,2,67,67,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,10183,10186,1,0,720,0,0,0,0,0,0,32623,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parts for the Rocket-Chief','Bring Bossi\'s Spare Parts to Rocket-Chief Fuselage at Area 52 in the Netherstorm.','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!','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32623,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11041,2,70,70,0,3520,1,2,0,0,0,0,0,0,0,0,0,1015,0,0,0,11014,0,0,0,5,132000,7500,0,0,0,0,0,0,32621,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,32866,32867,32865,32868,0,0,1,1,1,1,0,0,1015,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Job Unfinished...','Slay 10 Overmine Flayers and Barash the Den Mother. Return to Overlord Mor\'ghor at the Dragonmaw Base Camp should you succeed.','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','','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.','Return to Overlord Mor\'ghor at Netherwing Ledge in Shadowmoon Valley.',23264,23269,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,32621,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11042,2,67,67,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,10183,10186,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Mystifying Vision','Speak with Rocket-Chief Fuselage at Area 52.','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.','','$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?',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11043,2,67,67,0,3522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Building a Better Gryphon','Speak with Brunn Flamebeard at Wildhammer Stronghold in Shadowmoon Valley.','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!','','$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!',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11044,2,67,67,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10562,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Visions of Destruction','Speak with Wing Commander Nuainn at Wildhammer Stronghold.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11045,2,67,67,0,3703,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,10642,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Zorus the Judicator','Speak with Zorus the Judicator at Wildhammer Stronghold.','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.','','Fantei speaks the truth and I would welcome your help.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11046,2,67,67,0,3703,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10624,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Chief Apothecary Hildagard','Speak with Chief Apothecary Hildagard at Shadowmoon Village.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11047,2,67,67,0,3522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Apprentice\'s Request','Speak with Dama Wildmane at Shadowmoon Village in Shadowmoon Valley.','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?','','$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.','',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,12340), (11048,2,67,67,0,3518,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,10595,1,0,720,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Kroghan\'s Report','Speak with Blood Guard Gulmok at Shadowmoon Village.','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.','','$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!','',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,1,0,0,0,0,0,0,0,0,12340), (11049,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,11019,0,0,0,6,88000,9600,0,0,0,0,0,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,1015,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Netherwing Egg Hunt','Yarzill the Merc at Dragonmaw Base Camp in Shadowmoon Valley wants you to recover a Netherwing Egg.','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.','','Neltharaku will be most pleased, $N. Well done.','How goes the egg hunt?','Return to Yarzill the Merc at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32506,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11050,0,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,11049,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,5,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!','Return to Yarzill the Merc in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32506,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11051,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11026,0,0,0,5,44000,7500,0,0,0,0,0,0,32696,1,0,4224,1,0,0,0,0,32777,32569,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Banish More Demons','Use the Banishing Crystal to banish 15 demons at Forge Camp: Wrath or Forge Camp: Terror.','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.','','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?','Return to Kronk at Ogri\'la in the Blade\'s Edge Mountains.',23327,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,32696,0,0,0,0,0,1,0,0,0,0,0,'Demons banished','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11052,2,70,68,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,11400,0,0,0,0,0,0,32646,1,0,128,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,935,1012,0,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,'Akama\'s Promise','Bring the Medallion of Karabor to A\'dal in Shattrath City.','$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.','','$B$B','','Return to A\'dal at Shattrath City in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32646,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11053,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,3000,0,11019,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,32694,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rise, Overseer!','Speak with Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.','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.','','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.','',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,'','','','',2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11054,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,3000,0,11053,0,0,11055,5,44000,7500,0,0,0,0,0,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,1015,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overseeing and You: Making the Right Choices','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.$B','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.','','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!','Return to Chief Overseer Mudlump at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11055,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,3000,0,11054,0,0,0,5,44000,7500,0,0,0,0,0,0,32680,1,0,4224,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,1015,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Booterang: A Cure For The Common Worthless Peon','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.','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!$B','','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. ','Return to Chief Overseer Mudlump at Netherwing Ledge in Shadowmoon Valley.',23311,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32680,0,0,0,0,0,1,0,0,0,'Dragonmaw Peon Disciplined','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11056,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11028,0,0,11029,3,0,37500,0,0,0,0,0,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,1031,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hazzik\'s Bargain','Obtain Hazzik\'s Package at his dwelling in eastern Skettis and return to him with it.','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!','','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.','Return to Hazzik at Blackwind Landing in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32687,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11057,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Trouble Below','Speak with Mog\'dorg the Wizened atop one of the towers just outside the Circle of Blood in the Blade\'s Edge Mountains.$B','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11058,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11025,11010,-11010,11080,5,44000,7500,0,0,0,0,0,0,0,0,0,138,2,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'An Apexis Relic','Gain Apexis Vibrations from 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.','Apexis Vibrations attained','$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.','Return to Chu\'a\'lor at Ogri\'la in the Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (11059,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,11025,0,0,0,7,132000,11400,0,0,0,0,0,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,1038,1031,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Guardian of the Monument','Collect an Apexis Guardian\'s Head.','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.','','$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?','Return to Chu\'a\'lor at Ogri\'la in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32697,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11060,0,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,1038,0,9000,0,0,11027,0,0,1,4400,780,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,32602,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,1,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!','Return to Gahk in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32643,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,5,0,0,0,0,0,0,0,12340), (11061,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11030,0,0,0,5,44000,7500,0,41109,0,0,0,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,1038,0,0,0,0,5,0,0,0,0,0,0,0,0,0,530,4018,5893,3,'A Father\'s Duty','Collect an Unstable Flask of the Sorcerer for him.','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!','','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.','Return to Torkus at Ogri\'la in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32601,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11062,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11030,0,0,0,1,4400,780,0,0,0,0,0,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,1031,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Skyguard Outpost','Speak with Sky Commander Keller at the Skyguard Outpost in the Blade\'s Edge Mountains.','$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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11063,0,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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.','',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,12340), (11064,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,11063,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,130,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: The Ballad of Oldie McOld','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.','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.$B','Murg \"Oldie\" Muckjaw Defeated','Pumpkins? Oh how the mighty have fallen... I am certain the other riders will prove to be much more challenging.',NULL,'Return to Ja\'y Nosliw at Netherwing Ledge in Shadowmoon 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11065,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11025,11078,0,11066,5,44000,7500,0,0,0,0,0,0,32698,1,0,128,0,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,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wrangle Some Aether Rays!','Use the Wrangling Rope to capture 5 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?','','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.','Return to Skyguard Khatie at Skyguard Outpost in the Blade\'s Edge Mountains.',23343,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,32698,0,0,0,0,0,1,0,0,0,0,0,'Aether Rays wrangled','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11066,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11065,0,0,0,5,44000,7500,0,0,0,0,0,0,32698,1,0,4224,1,0,0,0,0,32569,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,1038,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wrangle More Aether Rays!','Use the Wrangling Rope to capture 5 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?','','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!','Return to Skyguard Khatie at Skyguard Outpost in the Blade\'s Edge Mountains.',23343,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,32698,0,0,0,0,0,1,0,0,0,0,0,'Aether Rays wrangled','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11067,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,11064,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,130,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Trope the Filth-Belcher','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.','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.','Trope the Filth-Belcher Defeated','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.','Return to Ja\'y Nosliw at Netherwing Ledge in Shadowmoon 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11068,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,11067,0,0,0,6,88000,9600,0,0,0,0,0,0,0,0,0,130,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Corlok the Vet','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.','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.','Corlok the Vet Defeated','The next two riders were the two top pilots that the dwarves and orcs of Azeroth had to offer. You stand no chance!',NULL,'Return to Ja\'y Nosliw at Netherwing Ledge in Shadowmoon 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11069,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,11068,0,0,0,6,88000,9600,0,0,0,0,0,0,0,0,0,130,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Wing Commander Ichman','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.','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.$B','Wing Commander Ichman Defeated','I don\'t believe it! Mulverick is your next challenge. There\'s no way you\'ll survive that match.',NULL,'Return to Ja\'y Nosliw at Netherwing Ledge in Shadowmoon 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11070,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,11069,0,0,0,6,88000,9600,0,0,0,0,0,0,0,0,0,130,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Wing Commander Mulverick','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.$B','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.$B','Wing Commander Mulverick Defeated','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.','Return to Ja\'y Nosliw at Netherwing Ledge in Shadowmoon 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11071,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,11070,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,32863,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonmaw Race: Captain Skyshatter','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.','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!','Captain Skyshatter Defeated','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...','Return to Ja\'y Nosliw at Netherwing Ledge in Shadowmoon 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11072,2,70,70,0,3679,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,11029,0,0,0,6,0,9600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,32720,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Adversarial Blood','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.','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.','','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?','Return to Hazzik at Blackwind Landing in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32715,32717,32716,32718,0,0,1,1,1,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11073,2,70,70,0,3679,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,11885,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,32831,32832,32830,32829,0,0,1,1,1,1,0,0,1031,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Terokk\'s Downfall','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.','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.','','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?','Return to Sky Commander Adaris at Blackwind Landing in Terokkar Forest.',21838,0,0,0,1,0,0,0,0,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,1,1,1,0,0,0,0,0,0,0,12340), (11074,0,70,70,0,3519,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11885,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,32720,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tokens of the Descendants','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.','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.','','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.','Return to Hazzik at Blackwind Landing in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32715,32717,32716,32718,0,0,1,1,1,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11075,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,3000,0,11053,0,0,11076,3,0,3750,0,0,0,0,0,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,1015,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Netherwing Mines','Seek out the Mistress of the Mines on Netherwing Ledge.','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.','','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.','',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,12340), (11076,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,3000,0,11075,0,0,0,6,88000,9600,0,0,0,0,0,0,0,0,0,4232,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Picking Up The Pieces...','The Mistress of the Mines at the Netherwing Mines in Shadowmoon Valley wants you to recover 15 Nethermine Cargo crates.','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.','','Well done, $N. Return tomorrow for another mission into the depths of the mine.','Have you gathered the cargo?','Return to Mistress of the Mines at Netherwing Mines in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11077,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,3000,0,11075,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4232,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragons are the Least of Our Problems','The Dragonmaw Foreman at the Netherwing Mines in Shadowmoon Valley wants you to kill 15 Nethermine Flayers and 5 Nethermine Ravagers.','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!','','That\'ll be enough for today, overseer. Come back tomorrow for another round of clean up.','How\'s that flayer infestation problem coming along?','Return to Dragonmaw Foreman at Netherwing Mines in Shadowmoon Valley.',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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11078,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,11010,0,0,0,7,132000,11400,0,0,0,0,0,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,1031,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Rule The Skies','Collect Dragon Teeth.','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.','','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.','Return to Sky Commander Keller at Skyguard Outpost in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32732,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11079,2,70,70,0,3522,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,11061,0,0,0,7,132000,11400,0,0,0,0,0,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,1038,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Fel Whip For Gahk','Collect a Fel Whip.','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.','','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?','Return to Gahk at Ogri\'la in the Blade\'s Edge Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32733,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11080,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11058,0,0,0,4,34000,5700,0,0,0,0,0,0,0,0,0,4234,3,0,0,0,0,32569,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Relic\'s Emanation','Gain Apexis Emanations from an Apexis Relic.','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.','Apexis Emanations attained','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?','Return to Chu\'a\'lor at Ogri\'la in the Blade\'s Edge 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,1,0,0,0,0,0,0,0,0,12340), (11081,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,3000,0,11075,0,0,11082,5,0,7500,0,0,0,0,0,0,32726,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Murkblood Revolt','Take the Murkblood Escape Plans to the Mistress of the Mines.','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.','','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?','Return to Mistress of the Mines at Netherwing Mines in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11082,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11081,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,138,2,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeker of Truth','Find a Murkblood Overseer and interrogate him. Return to the Mistress of the Mines with the Murkblood information and the Hand of the Overseer.','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.','Murkblood Information Gathered','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?','Return to Mistress of the Mines at Netherwing Mines in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11083,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,3000,0,11075,0,0,0,5,0,7500,0,0,0,0,0,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,1015,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crazed and Confused','Ronag the Slave Driver in the Netherwing Mines of Shadowmoon Valley wants you to slay the Crazed Murkblood Foreman and 5 Crazed Murkblood Miners.','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.','','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\"?','Return to Ronag the Slave Driver at Netherwing Mines in Shadowmoon Valley.',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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11084,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,9000,0,11053,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,32695,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stand Tall, Captain!','Speak with Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.','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!','','$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.','',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,12340), (11085,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11098,0,0,0,4,34000,5700,0,0,0,0,0,0,0,0,0,4226,3,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Skettis','Escort the Skyguard Prisoner to safety and report to Sky Sergeant Doryn.','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.','Rescue the Skyguard Prisoner.','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?','Return to Sky Sergeant Doryn at Blackwind Landing in Terokkar 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11086,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,9000,0,11084,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4232,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupting the Twilight Portal','Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley wants you to kill 20 Deathshadow Agents.','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.','','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.','Return to Overlord Mor\'ghor at Netherwing Ledge in Shadowmoon Valley.',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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11087,2,70,70,0,1941,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,114000,0,0,0,0,0,0,0,0,0,1224,2,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,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'HYJAL FLAG','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.','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.','',NULL,NULL,'Return to Soridormi in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11088,2,70,0,0,-264,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,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unravelling Your Training','Bring Jonathan LeCraft 10 pieces of Spellfire cloth.','Bring me a lot of Spellfire cloth,and then you can forget everything.','',NULL,NULL,'Return to Jonathan LeCraft in Designer Island.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11089,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,6000,0,11084,0,0,11090,5,0,7500,0,0,0,0,0,0,32823,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Soul Cannon of Reth\'hedron','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.','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.','','$B$BYou are now ready for the second phase of the plan, captain.','Have you gathered the components required to fashion the soul cannon?','Return to Illidari Lord Balthas at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23448,23784,23786,32822,0,0,2,1,1,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11090,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,6000,0,11089,0,0,0,5,44000,7500,0,0,0,0,0,0,32825,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,32871,32869,32872,32870,0,0,1,1,1,1,0,0,1015,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Subdue the Subduer','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.','$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!','Subdue Reth\'hedron the Subduer','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?','Return to Illidari Lord Balthas at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32825,0,0,0,0,0,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11091,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,1038,0,6000,0,0,0,0,0,1,4400,780,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,32835,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1038,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Thank You','Speak with Jho\'nass at Ogri\'la in the Blade\'s Edge Mountains.','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.','','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.','',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,1,0,0,0,0,0,0,0,0,12340), (11092,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,21000,0,11084,0,0,0,5,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,32864,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1015,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hail, Commander!','Speak with Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.','Captain $N!$B$B$B$BOverlord Mor\'ghor has asked to see you in his chambers at once!','','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.','',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,12340), (11093,2,70,70,0,3679,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,11098,0,0,0,5,44000,7500,0,41449,0,0,0,0,32834,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,22831,28103,0,0,0,0,2,2,0,0,0,0,1031,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hungry Nether Rays','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.','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.','','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?','Return to Skyguard Handler Deesak at Blackwind Landing in Terokkar Forest.',0,23438,0,0,0,10,0,0,0,0,0,0,0,0,0,0,32834,0,0,0,0,0,1,0,0,0,0,0,0,'','Nether Ray Meal','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11094,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,1,0,11092,0,0,11095,5,0,7500,0,0,0,0,0,0,32842,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill Them All!','Deliver news of your mission along with the Dragonmaw Flare Gun to Arcanist Thelis at the Sanctum of the Stars in Shadowmoon Valley.','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!','','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.','Return to Arcanist Thelis at the Sanctum of the Stars in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32842,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11095,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,934,0,1,0,11094,0,0,0,0,0,0,0,0,0,0,0,0,32842,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Commander Hobb','Give the Dragonmaw Flare to Commander Hobb at the Sanctum of the Stars in Shadowmoon Valley.','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.','','$B$BThe deadliest trap ever laid...','','Return to Commander Hobb at the Sanctum of the Stars in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32842,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11096,2,70,70,0,3703,0,0,0,0,0,762,225,0,0,0,0,0,0,0,0,0,11098,0,11098,5,0,75900,0,0,0,0,0,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,1031,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Threat from Above','Slay any 20 Gordunni Ogres in the Barrier Hills and return to Yuula in Shattrath City.','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.','','Good job, ace. I\'ve a feeling you\'re going to fit in well with us.','Have you completed your task, $n?','Return to Yuula in Terokkar Forest.',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,'Gordunni Ogre','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11097,2,70,70,0,3520,1,3,0,0,0,0,0,0,0,0,0,934,0,1,0,11095,0,0,0,6,88000,9600,0,0,0,0,0,0,32843,1,0,4226,3,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Deadliest Trap Ever Laid','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.$B','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.','Dragonmaw Forces Defeated','$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?','Return to Overlord Mor\'ghor at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32843,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11098,2,70,70,0,3679,0,0,0,0,1791,762,225,0,0,0,0,0,0,0,0,11096,0,0,0,1,0,7500,0,0,0,0,0,0,32848,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Skettis!','Take the Explosives Package to Sky Sergeant Doryn at Blackwind Landing outside 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.','','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?','Return to Sky Sergeant Doryn at Blackwind Valley in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11099,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,1,0,11092,0,0,11100,5,0,7500,0,0,0,0,0,0,32842,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill Them All!','Deliver news of your mission and the Dragonmaw Flare Gun to Anchorite Ceyla at the Altar of Sha\'tar.','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!','','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.','Return to Anchorite Ceyla at the Altar of Sha\'tar in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32842,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11100,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,932,0,1,0,11099,0,0,0,0,0,0,0,0,0,0,0,0,32842,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Commander Arcus','Give the Dragonmaw Flare to Commander Arcus at the Altar of Sha\'tar in Shadowmoon Valley.','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.$B','','$B$BThe deadliest trap ever laid...','','Return to Commander Arcus at the Altar of Sha\'tar in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32842,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11101,2,70,70,0,3520,1,3,0,0,0,0,0,0,0,0,0,932,0,1,0,11100,0,0,0,6,88000,9600,0,0,0,0,0,0,32853,1,0,4226,3,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Deadliest Trap Ever Laid','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.','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.','Dragonmaw Forces Defeated','$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?','Return to Overlord Mor\'ghor at Netherwing Ledge in Shadowmoon Valley.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32853,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11102,2,70,70,0,3522,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,11023,11010,11023,5,44000,7500,0,40198,0,0,0,0,32456,1,40197,128,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Bombing Run','Use the Skyguard Bombs to destroy 15 Fel Cannonball Stacks.','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!','','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?','Return to Sky Sergeant Vanderlip at Skyguard Outpost in the Blade\'s Edge Mountains.',23118,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,32456,0,0,0,0,0,1,0,0,0,0,0,'Fel Cannonball Stacks destroyed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11103,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,42000,0,10472,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,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,'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?','Return to Soridormi in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11104,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,42000,0,10473,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,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,'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?','Return to Soridormi in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11105,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,42000,0,10474,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,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,'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?','Return to Soridormi in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11106,0,70,70,0,1941,0,0,0,0,0,0,0,0,0,0,0,990,0,42000,0,10475,0,0,0,0,-750000,0,0,0,0,0,0,0,0,0,0,136,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,'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?','Return to Soridormi in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11107,2,70,70,0,3520,0,0,0,0,1791,0,0,0,0,0,0,1015,0,42000,0,0,0,0,11108,0,0,0,0,0,0,0,0,0,0,0,0,128,0,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,'Bow to the Highlord','Speak to Overlord Mor\'ghor at Dragonmaw Base Camp in Shadowmoon Valley.$B','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!','','You are the first highlord of the Dragonmaw, $N. The master himself has chosen to come here to promote you.','',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,12340), (11108,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,1015,0,42000,0,11107,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,130,2,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Illidan Stormrage','Meet Illidan Stormrage. Seek out Barthamus in the Lower City of Shattrath should you survive.','Come, highlord $N. Illidan himself awaits us!','Meeting with Illidan Stormrage','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.','Return to Barthamus at Shattrath in Terokkar 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11109,0,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,1015,0,42000,0,11108,0,11109,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,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.','',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,12340), (11110,0,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,1015,0,42000,0,11108,0,11109,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,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.','',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,12340), (11111,0,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,1015,0,42000,0,11108,0,11109,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,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.','',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,12340), (11112,0,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,1015,0,42000,0,11108,0,11109,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,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.','',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,12340), (11113,0,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,1015,0,42000,0,11108,0,11109,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,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.','',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,12340), (11114,0,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,1015,0,42000,0,11108,0,11109,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,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.','',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,12340), (11115,0,70,70,0,3717,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,1152,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Vashj (FLAG ONLY)','','','',NULL,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,12340), (11116,0,70,70,0,3836,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,1224,2,0,0,0,0,31704,31746,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: (QUEST FLAG)','A\'dal in Shattrath City wants you to slay Magtheridon.','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.','',NULL,NULL,'Return to A\'dal in Hellfire Peninsula.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11117,2,-1,1,0,-370,0,0,0,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,32907,1,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,'Catch the Wild Wolpertinger!','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.','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!','','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?','Return to Goldark Snipehunter in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32906,32907,0,0,0,0,5,1,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11118,2,-1,1,0,-370,0,0,0,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,32960,1,0,128,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,'Pink Elekks On Parade','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.','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.','','Good work! Pink elekks... what a preposterous notion!','Are those pesky pink elekks gone yet?','Return to Goldark Snipehunter in Dun Morogh.',23528,23507,23527,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,32960,0,0,0,0,0,1,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11119,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4400,780,0,0,0,0,0,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,1031,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault on Bash\'ir Landing!','Speak with the Aether-tech Apprentice at Skyguard Outpost in the Blade\'s Edge Mountains.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11120,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32960,1,0,128,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,'Pink Elekks On Parade','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.','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.','','Ya did good, kid. Here, take this as payment for the job ya did.','Ya clear up that little problem we talked about?','Return to Glodrak Huntsniper in Durotar.',23531,23529,23530,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,32960,0,0,0,0,0,1,0,0,0,'','','','',1,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11121,2,70,1,0,0,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,7500,0,0,0,0,0,0,0,0,0,4296,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'DAILY TEST QUEST (RAID)','Speak with in the .','Seek in . S/he wishes for you to aid them in a difficult task.','',NULL,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,12340), (11122,2,-1,1,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11318,0,0,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,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,'There and Back Again','Get a keg from Flynn Firebrew in Kharanos and return it to Pol Amberstill. Do this 3 times before your ram goes away.','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?','','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 tickets, talk to me every day.$B$BBut enough about that, I need to pay you for the job you just did. Here are your tickets, have fun at Brewfest!','I need those kegs! So, what are yeh waitin\' for!?!','Return to Neill Ramstein in Dun Morogh.',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,0,'Kegs Delivered','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11123,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1282,0,0,0,1,0,210,0,42169,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,'Inspecting the Ruins','Speak to Inspector Tarem at the Shady Rest Inn.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11124,2,35,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210,0,42169,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,'Inspecting the Ruins','Speak to Inspector Tarem at the Shady Rest Inn.','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.','','$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.',NULL,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,'','','','',1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11125,2,40,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[PH] New Hinterlands Quest','','','',NULL,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,12340), (11126,2,35,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11128,5,3500,1980,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Traitors Among Us','Confront 5 Deserter Agitators and return to Calia Hastings near the docks in Theramore.','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.','','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?','Return to Calia Hastings at Theramore Isle in Dustwallow Marsh.',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,'Deserter Agitator Exposed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11127,2,20,15,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thunderbrew Secrets','Steal Grimbooze\'s Secret Recipe from Grimbooze\'s camp in Westfall and return to Barleybrew in the Brewfest Grounds.','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.','',NULL,NULL,'Return to Becan Barleybrew in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11128,2,35,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11126,0,0,0,5,3500,1980,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Propaganda War','Bring the Deserter Propaganda to Calia Hastings near the docks in Theramore.','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.','','$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?','Return 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,33008,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11129,2,7,5,0,215,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,175,390,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kyle\'s Gone Missing!','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.','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.','','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?','Return to Ahab Wheathoof in Mulgore.',0,23616,0,0,0,1,0,0,33009,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Kyle Fed','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11130,2,70,70,0,3805,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11132,1,0,780,0,0,0,0,0,0,33010,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oooh, Shinies!','Griftah wants you to take Griftah\'s Note to Budd in the Ghostlands, just outside of Zul\'Aman.','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.','','$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?','Return to Budd Nedreck in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33010,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11131,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4106,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop the Fires!','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.','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!','Put Out the Fires','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!','Return to Costumed Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11132,2,70,70,0,3805,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11166,6,88000,9600,0,0,0,0,0,0,0,0,0,200,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Promises, Promises...','Budd Nedreck in Hatchet Hills wants you to retrieve his map from High Priest Nalorakk\'s terrace in Zul\'Aman.','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!','','$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?','Return to Budd Nedreck in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33013,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,5,1,5,0,0,0,0,1,5,6,1,0,0,0,0,0,0,12340), (11133,2,35,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11128,0,0,11134,5,3500,1980,0,0,0,0,0,0,33015,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Discrediting the Deserters','Calia Hastings wants you to distribute the Altered Leaflets to 6 Theramore Guards, then report back to her near the docks in Theramore.','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?','','$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?','Return to Calia Hastings at Theramore Isle in Dustwallow Marsh.',4979,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,33015,0,0,0,0,0,1,0,0,0,0,0,'Leaflets Distributed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11134,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11133,0,0,0,6,8000,2760,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,33232,33249,33274,0,0,0,1,1,1,0,0,0,72,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The End of the Deserters','Capture Gavis Greyshield, then report to Calia Hastings near the docks in Theramore.','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.','','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?','Return to Calia Hastings at Theramore Isle in Dustwallow Marsh.',23941,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gavis Greyshield Captured','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11135,2,80,75,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11392,11135,0,5,0,132300,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,'The Headless Horseman','Find the Headless Horseman\'s pumpkin Shrine.','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.','','The origin of this shrine is unknown, but there is no doubt to whom it pays homage...',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11136,2,36,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11134,0,0,11137,1,0,210,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,'A Disturbing Development','Report to Captain Wymor at Sentry Point.','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.','','$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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11137,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11136,0,0,11138,5,4000,2220,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,'Defias in Dustwallow?','Obtain the Defias Orders from Garn Mathers and bring them to Captain Wymor at Sentry Point.','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.','','$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?','Return to Captain Wymor at Sentry Point in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33037,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11138,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11137,0,0,11139,1,0,210,0,0,0,0,0,0,33037,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Renn McGill','Bring the Defias Orders to Renn McGill in the waters off the Dreadmurk Shore.','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.','','$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?','Return to Renn McGill at Dreadmurk Shore in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33037,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11139,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11138,0,0,11140,5,4000,2220,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,'Secondhand Diving Gear','Bring the Tool Kit and Damaged Diving Gear to Renn McGill in the Dustwallow Marsh.','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!','','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.','Return to Renn McGill at Dreadmurk Shore in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33038,33039,0,0,0,0,1,1,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11140,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11139,0,0,0,5,4000,2220,0,0,0,0,0,0,33045,1,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,'Recover the Cargo!','Bring 6 Salvaged Strongboxes to Renn McGill in Dustwallow Marsh.','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.','','$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?','Return to Renn McGill at Dreadmurk Shore in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,33040,0,0,0,1,0,0,33041,0,33044,0,0,0,6,0,1,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11141,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11140,0,0,11142,1,0,210,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,'Jaina Must Know','Speak with Lady Jaina Proudmoore in Theramore.','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.','','You and Renn have done excellent work in bringing this information to light and reporting it immediately. Now, we must confirm your findings. The implications are too great if we are wrong.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11142,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11141,0,0,0,6,8000,2760,0,0,0,0,0,0,0,0,0,10,2,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,'Survey Alcaz Island','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.','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.','Survey Alcaz Island','$B$BA rune circle, dragonkin? The Defias have allied themselves with HER? The traitor?$B$B',NULL,'Return to Lady Jaina Proudmoore 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11143,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,1287,0,0,0,1,0,240,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,'A Grim Connection','Report to Captain Darill at North Point.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11144,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11143,0,0,0,5,4500,2340,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,'Confirming the Suspicion','Bring the Grimtotem Battle Plan to Captain Darill at North Point Tower.','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.','','$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?','Return to Captain Darill at North Point Tower in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,33050,0,0,0,1,0,0,33051,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11145,2,37,33,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11146,0,0,0,5,4000,2220,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,'Prisoners of the Grimtotems','Sergeant Lukas at North Point Tower wants you to free 5 Theramore Prisoners.','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.','','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?','Return to Sergeant Lukas at North Point Tower in Dustwallow Marsh.',23720,0,0,0,5,0,0,0,0,33061,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Theramore Prisoners Freed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11146,2,37,33,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4000,2220,0,0,0,0,0,0,33069,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raptor Captor','Sergeant Lukas at North Point Tower wants you to capture 6 raptors. You can capture either Bloodfen Raptors or Bloodfen Screechers.','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.','','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?','Return to Sergeant Lukas at North Point Tower in Dustwallow Marsh.',23727,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,33069,0,0,0,0,0,1,0,0,0,0,0,'Raptors Captured','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11147,2,37,33,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11146,0,0,0,5,4000,2220,0,0,0,0,0,0,33070,1,0,0,0,0,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,'Unleash the Raptors','Sergeant Lukas at North Point Tower wants you to place the Raptor Bait near the windmill in Blackhoof Village.','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.','','$B$BGood. That ought to forestall a raid or two.','Have you set the raptors loose in Blackhoof Village?','Return to Sergeant Lukas at North Point Tower in Dustwallow Marsh.',23727,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raptors Released','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11148,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11143,0,0,0,5,4500,2340,0,0,0,0,0,0,0,0,0,8,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,'Arms of the Grimtotems','Captain Darill at North Point Tower wants you to bring him 7 Blackhoof Armaments.','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.','','$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?','Return to Captain Darill at North Point Tower in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33071,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11149,2,39,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11144,0,0,11150,1,0,240,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,'Tabetha\'s Assistance','Speak with Tabetha at her farm.','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.','','So you want me to scry for Grimtotems, eh? And what will you say when I tell you there\'s no need?',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11150,2,39,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11149,0,0,11151,5,4500,2460,0,0,0,0,0,0,33072,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raze Direhorn Post!','Burn the North Tent, East Tent, and the Northeast Tent at Direhorn Post, then return to Tabetha at her farm.','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.','','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?','Return to Tabetha at Tabetha\'s Farm in Dustwallow Marsh.',23751,23752,23753,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,33072,0,0,0,0,0,1,0,0,0,'North Tent Burned','Northeast Tent Burned','East Tent Burned','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11151,2,39,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11150,0,0,11152,1,0,240,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,'Justice for the Hyals','Speak to Captain Garran Vimes at Foothold Citadel in Theramore.','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.','','$B$BWe have avenged James and his family, but not even that can restore what was destroyed.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11152,2,39,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11151,0,0,0,6,9000,3150,0,0,0,0,0,0,33082,1,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,'Peace at Last','Captain Garran Vimes at Foothold Citadel wants you to lay the Wreath at the Hyal Family Monument. ','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.','','$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?','Return to Captain Garran Vimes at Foothold Citadel in Dustwallow Marsh.',23768,0,0,0,1,0,0,0,0,0,33082,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wreath Laid at Hyal Monument','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11153,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,33098,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'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.','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.','','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?','Return to Bombardier Petrov at Westguard Keep in Howling Fjord.',23755,23771,0,0,25,10,0,0,0,0,33098,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Blockade Cannons destroyed','','',0,0,0,0,0,0,0,0,0,0,11,6,0,0,0,0,0,0,12340), (11154,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,33129,1,0,128,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scare the Guano Out of Them!','Collect 10 Darkclaw Guano and deliver them to Engineer Feknut at Steel Gate.','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!','','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?!','Return to Engineer Feknut at Steel Gate in Howling Fjord.',0,0,0,0,0,0,0,0,0,33129,0,0,0,1,0,0,33084,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,6,15,0,0,0,0,0,0,12340), (11155,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,34125,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shoveltusk Soup Again?','Chef Kettleblack has asked you to obtain 6 Shoveltusk Meat and deliver them to her at Westguard Keep.','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!','','This will make a fine meal for the men.$B$B$B$BHere, $g boy : 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!','Return to Chef Kettleblack at Westguard Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11156,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2460,0,0,0,0,0,0,0,0,0,8,0,0,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,'Direhorn Raiders','Kill 12 Direhorn Grimtotems and return to Apprentice Morlann at Tabetha\'s Farm.','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.','','$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?','Return to Apprentice Morlann at Tabetha\'s Farm in Dustwallow Marsh.',23594,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,'Direhorn Grimtotems killed','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11157,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Clutches of Evil','Destroy 15 Proto-Drake Eggs and 15 Proto-Whelps, and then return to Captain Adams at Westguard Keep.','$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.','','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?','Return to Captain Adams at Westgarde Keep in Howling Fjord.',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,'Proto-Drake Egg destroyed','','','',0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11158,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2460,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,'Bloodfen Feathers','Bring 5 Bloodfen Feathers to Brogg at Mudsprocket.','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.','','$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?','Return to Brogg at Mudsprocket in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33085,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11159,2,41,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11162,5,5500,2760,0,0,0,0,0,0,33091,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits of Stonemaul Hold','Brogg, at Mudsprocket, wants you to put 10 Stonemaul Spirits to rest.','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 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?','Return to Brogg at Mudsprocket in Dustwallow Marsh.',23786,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,33091,0,0,0,0,0,1,0,0,0,0,0,'Stonemaul Spirits laid to rest','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11160,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11158,11159,-11160,11159,5,4500,2460,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,'Banner of the Stonemaul','Retrieve the Stonemaul Banner and bring it to Brogg at Mudsprocket.','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.','','You have Brogg\'s thanks, $N. Brogg has big plans for clan banner.','You bring Stonemaul banner?','Return to Brogg at Mudsprocket in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33086,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,0,1,1,0,0,0,0,0,0,12340), (11161,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11158,11159,-11160,11159,5,4500,2460,0,0,0,0,0,0,33088,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Essence of Enmity','Bring 10 Black Dragonkin Essences to Brogg at Mudsprocket.','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.','','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!','Return to Brogg at Mudsprocket in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33087,33088,0,0,0,0,10,1,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11162,2,41,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11159,0,0,0,6,11000,3450,0,0,0,0,0,0,33095,1,0,0,0,0,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,'Challenge to the Black Flight','Plant the Stonemaul Banner near the entrance to Onyxia\'s Lair, wait for Onyxia\'s response, then return to Brogg at Mudsprocket.','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!','','$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!','Return to Brogg at Mudsprocket in Dustwallow Marsh.',23789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,33095,0,0,0,0,0,1,0,0,0,0,0,'Stonemaul Clan Avenged','','','',1,1,0,0,0,0,0,0,1,1,2,1,0,0,0,0,0,0,12340), (11163,0,70,70,0,3433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11178,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Undercover Sister','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.','','$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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11164,2,70,70,0,3805,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11165,6,88000,9600,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,0,'Tuskin\' Raiders','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.','\'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?','','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!','Return to Prigmon in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33106,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',5,1,1,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11165,2,70,70,0,3805,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11164,0,0,11195,6,88000,9600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Troll Among Trolls','Prigmon has tasked you with locating and assisting his cousin Zungam, somewhere within Zul\'Aman.','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!','','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....',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11166,2,70,70,0,3805,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11132,0,0,11171,7,132000,11400,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,0,'X Marks... Your Doom!','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.','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....','','$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?','Return to Budd Nedreck in Ghostlands.',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,'Examine Halazzi\'s chamber','Examine Jan\'alai\'s platform','Examine Akil\'zon\'s platform','',1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11167,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11168,5,47000,24000,0,0,0,0,0,0,0,0,0,136,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,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The New Plague','Apothecary Lysander at Vengeance Landing wants you to recover 10 Intact Plague Containers from the wrecked ship to the southeast.','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.','','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?','Return to Apothecary Lysander at Vengeance Landing in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11168,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11167,0,0,11170,3,24000,12000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Spiking the Mix','Bring 3 Giant Toxin Glands from Giant Tidecrawlers to Apothecary Lysander at Vengeance Landing in Howling Fjord.','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!','','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?','Return to Apothecary Lysander at Vengeance Landing in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11169,2,38,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2340,0,0,0,0,0,0,33101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grimtotem Weapon','Apprentice Garion at Tabetha\'s Farm wants you to test the Captured Totem on 10 Mottled Drywallow Crocolisks or Drywallow Daggermaws.','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.','','$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?','Return to Apprentice Garion at Tabetha\'s Farm in Dustwallow Marsh.',23811,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,33101,0,0,0,0,0,1,0,0,0,0,0,'Totem Tests Performed','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11170,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11168,0,0,0,5,47000,24000,0,0,0,0,0,0,33349,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35841,35842,35843,35839,0,0,1,1,1,1,0,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test at Sea','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.','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!','','Hmmphh.... the reports from the field are.... not encouraging!','You\'re back!','Return to Apothecary Lysander at Vengeance Landing in Howling Fjord.',24121,0,0,0,16,0,0,0,0,33349,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'North Fleet Reservist Infected','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11171,2,70,70,0,3805,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11166,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,200,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hex Lord? Hah!','Budd Nedreck in Hatchet Hills wants you to kill Hex Lord Malacrass in Zul\'Aman.','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?$B','','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?','Return to Budd Nedreck in Ghostlands.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11172,2,40,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,270,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,369,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Zeppelin Crash','Speak with Moxie Steelgrille at Beezil\'s Wreck.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11173,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2460,0,0,0,0,0,0,0,0,0,8,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,'The Reagent Thief','Bring 6 vials of Marsh Venom to Apprentice Garion at Tabetha\'s Farm.','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.','','$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...','Return to Apprentice Garion at Tabetha\'s Farm in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33103,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11174,2,40,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11172,0,0,0,5,5000,2640,0,0,0,0,0,0,33108,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33233,33239,33255,0,0,0,1,1,1,0,0,0,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corrosion Prevention','Moxie Steelgrille wants you to dissolve 10 oozes and report back to her at Beezil\'s Wreck.','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.','','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?','Return to Moxie Steelgrille at Beezil\'s Wreck in Dustwallow Marsh.',23797,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,33108,0,0,0,0,0,1,0,0,0,0,0,'Oozes Dissolved','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11175,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11240,0,0,0,1,0,2400,0,0,0,0,0,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,1068,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'My Daughter','Old Man Stonemantle has asked you to find his daughter, Overseer Irena Stonemantle, at Steel Gate.','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?','','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!',NULL,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,12340), (11176,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11240,0,0,11390,1,0,2400,0,0,0,0,0,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,1068,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'See to the Operations','Explorer Irena Stonemantle has asked you to speak with a Steel Gate Chief Archaeologist at Steel Gate.','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.','','Irena sent you over, did she? Good, we\'ve got work for you then!',NULL,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,12340), (11177,2,36,34,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11134,0,0,0,1,0,210,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,'The Hermit of Swamplight Manor','Speak to \"Swamp Eye\" Jarl at 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.','','Get off my lawn... unless, that is, you want to help old \"Swamp Eye\" with a little bit of cooking. Whad\'ya say?',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11178,2,70,70,0,3805,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,33102,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood of the Warlord','Bring the Blood of Zul\'jin to Budd at his camp in the Ghostlands, outside Zul\'Aman.','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!','','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!','Return to Budd Nedreck in Ghostlands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33102,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11179,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'[Temporarily Deprecated Awaiting a New Mob]Finlay Is Gutless','Collect 7 Pristine Mistsaber Catgut for Finlay Fletcher and return to him at Westguard Keep.','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.','',NULL,NULL,'Return to Finlay Fletcher at Westguard Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11180,2,36,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11181,5,4000,2100,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,'What\'s Haunting Witch Hill?','Mordant Grimsby at Swamplight Manor wants you to gather information from 10 Risen Husks or Risen Spirits.','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!','','$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?','Return to Mordant Grimsby at Swamplight Manor in Dustwallow Marsh.',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,'Information Gathered','','','',1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11181,2,36,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11180,0,0,11183,5,4000,2100,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,'The Witch\'s Bane','Bring 9 sprigs of Witchbane to Mordant Grimsby at Swamplight Manor.','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.','','$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.','Return to Mordant Grimsby at Swamplight Manor in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33112,0,0,0,0,0,9,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11182,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,30300,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'Root Causes','Slay 5 Dragonflayer Handlers and Skeld Drakeson. If you manage to do so, return to an Ember Clutch Ancient in the Ember Clutch.','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.','','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?','Return to Ember Clutch Ancient at Ember Clutch in Howling Fjord.',23871,23940,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,33,0,0,0,0,0,0,0,12340), (11183,2,36,30,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11181,0,0,0,6,7500,2640,0,0,0,0,0,0,33113,1,0,0,0,0,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,'Cleansing Witch Hill','Mordant Grimsby at Swamplight Manor wants you to plant the torch at the end of the dock and defeat anything that appears.','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.','','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?','Return to Mordant Grimsby at Swamplight Manor in Dustwallow Marsh.',23864,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,33113,0,0,0,0,0,1,0,0,0,0,0,'Witch Hill Cleansed','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11184,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2460,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,33242,33263,33258,0,0,0,1,1,1,0,0,0,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Goreclaw the Ravenous','Kill Goreclaw the Ravenous and report to Drazzit Dripvalve at Mudsprocket.','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.','','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?','Return to Drazzit Dripvalve at Mudsprocket in Dustwallow Marsh.',23873,0,0,0,1,0,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,1,1,1,1,0,0,0,0,0,0,12340), (11185,2,38,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2340,0,0,0,0,0,0,33114,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Apothecary\'s Letter','Bring the Sealed Letter to Andello Porter at Tabetha\'s Farm.','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.','','$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?','Return to Andello Porter at The Quagmire in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33114,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11186,2,38,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,4500,2340,0,0,0,0,0,0,33115,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signs of Treachery?','Bring the Sealed Letter to Nazeer Bloodpike in Brackenwall Village.','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.','','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?',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33115,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11187,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11157,0,0,11188,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mage-Lieutenant Malister','Captain Adams has asked you to speak with his advisor, Mage-Lieutenant Malister, at Westguard Keep.','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.','','$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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11188,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11187,0,0,0,5,47000,24000,0,0,0,0,0,0,33119,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35871,35873,35875,35872,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Two Wrongs...','Mage-Lieutenant Malister at Westguard Keep has tasked you with the destruction of 3 Proto-Drakes.','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.','','$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?','Return to Mage-Lieutenant Malister at Westguard Keep in Howling Fjord.',23689,0,0,0,3,0,0,0,33119,0,0,0,1,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,1,1,0,0,0,0,0,0,12340), (11189,2,72,70,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Last Time','Escort the Ghost of Explorer Jaren safely to Explorer Irena Stonemantle at Steel Gate in the Howling Fjord.','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.','The Ghost of Explorer Jaren safely escorted to Irena Stonemantle',NULL,NULL,'Return to Overseer Irena Stonemantle at Whisper Gulch in 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,12340), (11190,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Size Does Not Fit All','Cannoneer Ely has tasked you with rounding up 10 Westguard Cannonballs and returning them to him at Westguard Keep.','$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.','','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?','Return to Cannoneer Ely at Westguard Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11191,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11192,1,0,210,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,'This Old Lighthouse','Speak to Babs Fizzletorque at the lighthouse on the island east of Theramore.','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?','','Good. I can use all the help you can offer. My first priority is to get that lamp re-lit.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11192,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11191,0,0,11193,5,3500,1980,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,'Thresher Oil','Bring 4 containers of Thresher Oil to Babs Fizzletorque at the lighthouse near Theramore.','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?','','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?','Return to Babs Fizzletorque at Theramore Isle in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33126,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11193,2,35,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11192,0,0,11194,1,0,210,0,0,0,0,0,0,33127,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dastardly Denizens of the Deep','Bring Dastardly Denizens of the Deep to \"Dirty\" Michael Crowe on the Theramore docks.','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.','','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.','Speak to \"Dirty\" Michael Crowe at Theramore Isle in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33127,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11194,2,36,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11193,0,0,11209,1,0,210,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,'Is it Real?','Talk to Nat Pagle at Nat\'s Landing in Dustwallow Marsh.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11195,2,70,70,0,3805,62,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,33107,1,0,128,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,0,0,'Playin\' With Dolls','Take the Tattered Voodoo Doll to Griftah in Shattrath City.','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.','','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?','Return to Griftah in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33107,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11196,2,70,70,0,3805,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,88000,9600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'TEMP X','Prigmon has tasked you with locating and assisting his cousin Zungam, somewhere within Zul\'aman.','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!$B$B$B','','Victory be ours, $N. Da Zandalari be fleein\' and without da warlord\'s leadership, da Amani will soon be reduced to fighting among demselves.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11197,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'ZZOLD Upper Deck Promo - Ghost Wolf Mount OLD','','','',NULL,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,12340), (11198,2,36,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11210,0,0,0,6,7500,2640,0,0,0,0,0,0,0,0,0,2,2,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,'Take Down Tethyr!','Major Mills at the Theramore docks wants you to defeat 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.','Defend Theramore Docks from 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.','Return to Major Mills 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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11199,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11188,0,0,11202,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Scout Knowles','Captain Adams has asked you to report to Scout Knowles at the Ember Spear Tower.','$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.','','Oh good, help, and just in time!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11200,2,37,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11204,0,0,0,5,4000,2220,0,0,0,0,0,0,0,0,0,8,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,'More than Coincidence','Krog at Brackenwall Village wants you to bring him 7 Blackhoof Armaments.','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.','','$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?','Return to Krog at Brackenwall Village in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33071,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11201,2,38,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11204,0,0,0,5,4500,2340,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,'The Grimtotem Plot','Bring the Grimtotem Battle Plan to Krog at Brackenwall Village.','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.','','$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?','Return to Krog in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,33050,0,0,0,4,0,0,33051,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11202,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11199,0,0,11327,5,47000,24000,0,0,0,0,0,0,33164,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35889,35888,35890,35891,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Eternal Flame','Scout Knowles at the Ember Spear Tower has recommended that you use the Ever-burning Torches to destroy the four Plague Tanks surrounding Halgrind.','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.','','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?','Return to Scout Knowles at Ember Spear Tower in Howling Fjord.',23921,23922,23923,23924,1,1,1,1,33164,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Southwest Plague Tank Destroyed','Northwest Plague Tank Destroyed','Northeast Plague Tank Destroyed','Southeast Plague Tank Destroyed',4,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,12340), (11203,2,37,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11201,0,0,11205,1,0,210,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,'Seek Out Tabetha','Speak with Tabetha at her farm in the Quagmire.','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.','','$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.',NULL,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,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11204,2,38,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,1273,0,0,0,1,0,240,0,0,0,0,0,0,0,0,0,8,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,'Return to Krog','Speak with Krog at Brackenwall Village.','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.','','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.',NULL,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,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11205,2,39,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11203,0,0,11206,5,4500,2460,0,0,0,0,0,0,33072,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raze Direhorn Post!','Burn the North Tent, East Tent, and the Northeast Tent at Direhorn Post, then return to Tabetha at her farm.','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.','','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?','Return to Tabetha at Tabetha\'s Farm in Dustwallow Marsh.',23751,23752,23753,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,33072,0,0,0,0,0,1,0,0,0,'North Tent Burned','Northeast Tent Burned','East Tent Burned','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11206,2,39,30,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11205,0,0,0,6,9000,3150,0,0,0,0,0,0,0,0,0,8,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,'Justice Dispensed','Return to Krog at Brackenwall Village.','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?','','$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. ',NULL,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,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11207,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11208,5,4500,2460,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secure the Cargo!','Moxie Steelgrille at Beezil\'s Wreck wants you to recover 8 pieces of Zeppelin 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?','','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?','Return to Moxie Steelgrille at Beezil\'s Wreck in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33163,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11208,2,39,35,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11207,0,0,0,1,0,240,0,0,0,0,0,0,33163,1,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery for Drazzit','Take the Zeppelin Cargo to Drazzit Dripvalve at Mudsprocket.','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.','','$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?','Return to Drazzit Dripvalve at Mudsprocket in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33163,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11209,2,37,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11194,0,0,11210,5,4000,2220,0,0,0,0,0,0,33166,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nat\'s Bargain','Nat Pagle at Nat\'s Landing wants you to test his new fish bait.','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!','','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.\"','Return to Nat Pagle at Nat\'s Landing in Dustwallow Marsh.',23928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,33166,0,0,0,0,0,1,0,0,0,0,0,'Fish Paste Tested','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11210,2,37,30,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11209,0,0,11198,1,0,210,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,'Oh, It\'s Real','Speak with Major Mills at the docks in Theramore.','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.','','$B$BWell, it sounds like we\'ve got our work cut out for us. I\'ll make the preparations.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11211,2,39,38,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,240,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,369,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help for Mudsprocket','Speak with Drazzit Dripvalve at 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?','','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.',NULL,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,'','','','',1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11212,2,37,37,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210,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,'Tabetha\'s Farm','Speak with Tabetha at her farm in the Quagmire.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11213,2,37,37,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,210,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,'Check Up on Tabetha','Speak to Tabetha at her farm in the Quagmire.','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.','','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.',NULL,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,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11214,2,39,39,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,240,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,'Mission to Mudsprocket','Speak with Drazzit Dripvalve at 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?','','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!',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11215,2,39,39,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,240,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,'Help Mudsprocket','Speak with Drazzit Dripvalve at 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.','','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.',NULL,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,1,1,1,1,0,0,0,0,0,0,12340), (11216,2,70,68,0,2562,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,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,967,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'Archmage Alturus','Speak to Archmage Alturus outside of Karazhan in Deadwind Pass.','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.','','I thank you for taking the time to come to our aid. We\'ve important work ahead of us.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11217,2,40,37,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,5000,2640,0,0,0,0,0,0,0,0,0,8,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,369,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Catch a Dragon by the Tail','Gizzix Grimegurgle at Mudsprocket wants you to bring him 8 Wyrmtail stalks.','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.','','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?','Return to Gizzix Grimegurgle at Murksprocket in Dustwallow Marsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33175,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,0,12340), (11218,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11188,0,0,11240,5,47000,24000,0,0,0,0,0,0,33190,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Danger! Explosives!','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.','$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!','','The ore gave you a strange feeling? Maybe we won\'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.','Return to Sapper Steelring at Westgarde Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,33190,0,0,0,1,0,33188,33187,0,0,0,0,6,18,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,6,4,1,0,0,0,0,0,12340), (11219,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4106,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop the Fires!','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 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!','Put Out the Fires','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!','Return to Masked Orphan Matron.',0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,0,12340), (11220,2,80,75,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11392,11135,0,5,0,132300,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,'The Headless Horseman','Find the Headless Horseman\'s Pumpkin Shrine.','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.','','The origin of this shrine is unknown, but there is no doubt to whom it pays homage...',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11221,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11270,0,0,11229,4,0,18000,0,0,0,0,0,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,1067,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reports from the Field','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.','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.','','Cannons are holding us back? I\'ll show them cannons.','Are you back with your report, $n?','Return to High Executor Anselm at Vengeance Landing in Howling Fjord.',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,'Listen to Razael\'s Report','Listen to Lyana\'s Report','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11222,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11142,0,0,11223,1,0,210,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,'Proof of Treachery','Speak to King Varian Wrynn in Stormwind Keep.','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.','','$B$BAre you certain? This is a very serious charge...',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11223,2,37,32,0,15,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11222,0,0,0,6,8000,2760,0,0,0,0,0,0,0,0,0,8,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,'Return to Jaina','Speak to Lady Jaina Proudmoore in Theramore.','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.','','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.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11224,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11188,0,0,0,5,47000,24000,0,0,0,0,0,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Send Them Packing','Explorer Abigail has asked you to /raise your hand at 10 Abandoned Pack Mules and then return to her at Westguard Keep.','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.','','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.','Return to Explorer Abigail at Westguard Keep in Howling Fjord.',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,'Abandoned Pack Mule Sent Packing','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11225,2,36,32,0,15,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,1,0,210,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,'The Hermit of Witch Hill','Speak with \"Swamp Eye\" Jarl at Swamplight Manor.','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.','','Have you come here to spy on me? No?$B$BPerhaps you have an appreciation for fine cuisine, then? Good, you can help!',NULL,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,'','','','',1,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11226,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Deck Promo - Spectral Tiger Mount','','','',NULL,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,12340), (11227,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11253,5,47000,24000,0,43511,0,0,0,0,33221,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let Them Eat Crow','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.','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!','','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?','Return to Pontius at Vengeance Landing in Howling Fjord.',24000,0,0,0,5,0,0,0,0,33221,33238,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plaguehound Fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11228,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11243,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Hell Has Frozen Over...','Speak with Vice Admiral Keller at Valgarde Port.','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.','','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.',NULL,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,12340), (11229,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11221,0,0,11230,2,0,6000,0,0,0,0,0,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,1052,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Windrunner Fleet','Speak to Bat Handler Camille at Vengeance Landing and obtain passage to the Windrunner. Report to Captain Harker aboard the ship.','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.','','I hope you\'re ready to fight, $n. The Queen\'s fleet needs you!',NULL,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,12340), (11230,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11229,0,0,11232,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35815,35814,35817,0,0,0,1,1,1,0,0,0,1052,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ambushed!','Captain Harker aboard the Windrunner wants you to kill 15 North Fleet Marines.','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.','','Nice work paring those mongrels down to size. My men will be able to clean up the rest.',NULL,'Return to Captain Harker abaord the Windrunner in Howling Fjord.',23983,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,12340), (11231,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11250,0,0,11239,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Of Keys and Cages','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.','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!','','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.','Return to Father Levariol at Westgarde Keep in Howling Fjord.',24035,0,0,0,10,0,0,0,0,33284,33290,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gjalerbron Prisoner Freed','','','',4,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,12340), (11232,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11230,0,0,11233,5,0,24000,0,0,0,0,0,0,33335,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Guide Our Sights','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.','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.','','Excellent. I will signal our ground troops to make their move.','The cannons, $n. Is someone going to take care of them?','Return to Dark Ranger Lyana at Bleeding Vale in Howling Fjord.',23957,23972,0,0,1,1,0,0,0,0,33335,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eastern Cannon Marked','Western Cannon Marked','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11233,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11232,0,0,11234,6,94000,30300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35807,35808,35812,35809,35811,35810,1,1,1,1,1,1,1067,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Landing the Killing Blow','Dark Ranger Lyana south of the Vengeance Landing wants you to kill Captain Olster, Lieutenant Celeyne, and Sergeant Lorric at the Derelict Strand.','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.','','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.','Return to Dark Ranger Lyana at Bleeding Vale in Howling Fjord.',23962,23964,23963,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11234,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11233,0,0,0,3,0,12000,0,0,0,0,0,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,1067,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Anselm','Report back to High Executor Anselm at Vengeance Landing in Howling Fjord.','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!','','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.',NULL,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,12340), (11235,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11250,0,0,11236,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing With Gjalerbron','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.','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.','','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!',NULL,'Return to Captain Adams at Westgarde Keep in Howling Fjord.',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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11236,2,72,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11235,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35938,35878,35879,35877,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necro Overlord Mezhen','Kill Necro Overlord Mezhen. Then, return to Captain Adams at Westguard Keep.','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.','','$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?','Return to Captain Adams at Westgarde Keep in Howling Fjord.',24018,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,12340), (11237,2,72,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11250,0,0,11238,5,50000,48600,0,0,0,0,0,0,33289,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gjalerbron Attack Plans','Deliver the Gjalerbron Attack Plans to Mage-Lieutenant Malister at Westguard Keep.','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.','','$N, we can\'t let this come to pass!','What?! Plans for an attack upon the keep?$B$BA FROST WYRM?!!!','Return to Mage-Lieutenant Malister at Westgarde Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33289,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,0,12340), (11238,2,72,68,0,495,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,11237,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35880,35882,35883,35881,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Frost Wyrm and its Master','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.','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.','','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?','Return to Mage-Lieutenant Malister at Westgarde Keep in Howling Fjord.',24029,24019,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,33282,0,0,0,0,0,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,6,0,0,0,0,0,0,12340), (11239,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11231,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35884,35887,35885,35886,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Service to the Light','Slay 10 Deathless Watchers, 4 Fearsome Horrors, and 2 Putrid Wights. Afterward, inform Father Levariol at Westguard Keep of your success.','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!','','$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!','Return to Father Levariol at Westgarde Keep in Howling Fjord.',24013,24073,23992,0,10,4,2,0,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,0,0,0,0,0,0,12340), (11240,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11218,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35917,35919,35920,35918,0,0,1,1,1,1,0,0,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leader of the Deranged','Slay Squeeg Idolhunter and then report back to Sapper Steelring at Westguard Keep.','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.','','$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?',NULL,'Return to Sapper Steelring at Westgarde Keep in Howling Fjord.',24048,0,0,0,1,0,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,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0,12340), (11241,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,35829,35827,35830,35826,35823,35824,1,1,1,1,1,1,1052,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trail of Fire','Escort Apothecary Hanes out of the Derelict Strand. Report to Apothecary Lysander at Vengeance Landing in Howling Fjord when you\'ve completed this task.','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?','Rescue Apothecary Hanes','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.',NULL,'Return to Apothecary Lysander at Vengeance Landing in 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,12340), (11242,2,-1,60,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,0,33277,1,0,0,0,0,0,0,0,20557,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Free at Last!','Take the Tome of Thomas Thomson to the Costumed Orphan Matron in Goldshire, Kharanos or Azure Watch.','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.','','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?','Return to Costumed Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33277,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11243,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11228,0,0,11244,5,44000,7500,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'If Valgarde Falls...','Vice Admiral Keller at Valgarde Port in the Howling Fjord wants you to slay 12 Dragonflayer Invaders or Dragonflayer Worgs.$B','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!','','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.','Return to Vice Admiral Keller at Valgarde in Howling Fjord.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11244,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11243,0,0,11255,5,44000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35809,35811,35810,35807,35808,35812,1,1,1,1,1,1,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescuing the Rescuers','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.','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!$B','','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!','Return to Vice Admiral Keller at Valgarde in Howling Fjord.',-186565,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valgarde Scout Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11245,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11248,11250,-11245,0,5,47000,24000,0,0,0,0,0,0,33323,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Towers of Certain Doom','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.','$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!','','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.','Speak to the Westguard Sergeant accompanying you. Use your Westguard Command Insignia if the Westguard Sergeant is not nearby.',24087,24092,24093,24094,1,1,1,1,33323,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northwest Tower Targeted','East Tower Targeted','Southwest Tower Targeted','Southeast Tower Targeted',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11246,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11248,11250,-11245,0,5,47000,24000,0,0,0,0,0,0,33310,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gruesome, But Necessary','The Westguard Sergeant has asked you to use The Sergeant\'s Machete to dismember 20 Vrykul of the Winterskorn tribe at Skorn.','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.','','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!','Speak to the Westguard Sergeant accompanying you. Use your Westguard Command Insignia if the Westguard Sergeant is not nearby.',24095,0,0,0,20,0,0,0,33310,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterskorn Vrykul Dismembered','','','',4,0,0,0,0,0,0,0,0,0,1,274,0,0,0,0,0,0,12340), (11247,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11248,11250,-11245,0,5,47000,24000,0,0,0,0,0,0,33321,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burn Skorn, Burn!','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.','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.','','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?','Speak to the Westguard Sergeant accompanying you. Use your Westguard Command Insignia if the Westguard Sergeant is not nearby.',24098,24100,24102,0,1,1,1,0,33321,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northwest Longhouse Set Ablaze','Northeast Longhouse Set Ablaze','Barracks Set Ablaze','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11248,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11332,0,0,0,1,0,2400,0,0,0,0,0,0,33311,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Operation: Skornful Wrath','Captain Adams has asked you to use the Westguard Command Insignia at Skorn, and then to speak with the Westguard Sergeant.','$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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,12340), (11249,2,72,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11248,0,0,0,6,100000,60900,0,0,0,0,0,0,33339,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35900,35902,35903,35901,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop the Ascension!','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.','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.','','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?','Return to Father Levariol at Westgarde Keep in Howling Fjord.',23671,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,33339,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,273,1,1,0,0,0,0,0,12340), (11250,2,72,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,100000,60900,0,43499,0,0,0,0,0,0,0,136,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,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Hail the Conqueror of Skorn!','Return the Westguard Command Insignia to Captain Adams at Westguard Keep.','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.','','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?','Return to Captain Adams at Westguard Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33311,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,4,2,0,0,0,0,0,0,12340), (11251,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11244,0,0,11252,1,4800,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Fresh Legs','Scout Valory wants you to investigate the sounds of battle coming from the northeast of Wyrmskull Village.','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.','','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!',NULL,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,12340), (11252,2,71,68,0,206,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11244,0,0,0,8,188000,48300,0,0,0,0,0,0,0,0,0,136,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,'Into Utgarde!','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.','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....','','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.','Return to Vice Admiral Keller at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11253,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11227,0,0,11254,4,0,18000,0,0,0,0,0,0,33486,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sniff Out the Enemy','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.','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.','','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.',NULL,NULL,0,0,0,0,0,0,0,0,33486,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11254,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11253,0,0,11295,3,0,12000,0,0,0,0,0,0,33411,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dragonskin Map','Bring the Dragonskin Map to High Executor Anselm in Vengeance Landing.','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.','','$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?','Return to High Executor Anselm at Vengeance Landing in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11255,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11244,0,0,11290,5,44000,7500,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prisoners of Wyrmskull','Vice Admiral Keller at Valgarde Port in the Howling Fjord wants you to rescue 3 Captured Valgarde Prisoners.','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.','','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!','Return to Vice Admiral Keller at Valgarde in Howling Fjord.',24124,0,0,0,3,0,0,0,0,0,0,33308,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captured Valgarde Prisoner Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11256,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11281,0,0,0,1,0,2400,0,0,0,0,0,0,33340,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skorn Must Fall!','Chieftain Ashtotem has asked you to use the Winterhoof Emblem at Skorn, and then to speak with the Winterhoof Brave.','$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.','','It will be interesting to learn about your people, $c, while fighting alongside you.$b$bShall we proceed?',NULL,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,12340), (11257,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11256,11261,-11257,11261,5,47000,24000,0,0,0,0,0,0,33342,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gruesome, But Necessary','The Winterhoof Brave has asked you to use The Brave\'s Machete to dismember 20 Vrykul of the Winterskorn tribe at Skorn.','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.','','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?','Speak to your Winterhoof Brave companion. If he is not nearby, use your Winterhoof Emblem to beckon him.',24095,0,0,0,20,0,0,0,33342,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterskorn Vrykul Dismembered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11258,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11256,11261,-11257,11261,5,47000,24000,0,0,0,0,0,0,33343,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burn Skorn, Burn!','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.','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.','','$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.','Speak to your Winterhoof Brave companion. If he is not nearby, use your Winterhoof Emblem to beckon him.',24098,24100,24102,0,1,1,1,0,33343,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northwest Longhouse Set Ablaze','Northeast Longhouse Set Ablaze','Barracks Set Ablaze','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11259,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11256,11261,-11257,11261,5,47000,24000,0,0,0,0,0,0,33344,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Towers of Certain Doom','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.','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.','','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.','Speak to your Winterhoof Brave companion. If he is not nearby, use your Winterhoof Emblem to beckon him.',24087,24092,24093,24094,1,1,1,1,33344,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northwest Tower Targeted','East Tower Targeted','Southwest Tower Targeted','Southeast Tower Targeted',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11260,2,72,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11256,0,0,0,6,100000,60900,0,0,0,0,0,0,33346,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35900,35902,35903,35901,0,0,1,1,1,1,0,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop the Ascension!','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.','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.','','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?','Return to Greatmother Ankha at Camp Winterhoof in Howling Fjord.',23671,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,33346,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11261,2,72,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11263,6,100000,60900,0,43503,0,0,0,0,0,0,0,136,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,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Conqueror of Skorn!','Return the Winterhoof Token to Chieftain Ashtotem at Camp Winterhoof.','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.','','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?','Return to Chieftain Ashtotem at Camp Winterhoof in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11262,2,71,68,0,206,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,188000,48300,0,0,0,0,0,0,0,0,0,136,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,'Ingvar Must Die!','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.','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.','','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.','Return to High Executor Anselm at Vengeance Landing in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11263,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11261,0,0,11264,5,47000,24000,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dealing With Gjalerbron','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.','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?','','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?','Return to Chieftain Ashtotem at Camp Winterhoof in Howling Fjord.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11264,2,72,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11263,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35938,35878,35879,35877,0,0,1,1,1,1,0,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necro Overlord Mezhen','Kill Necro Overlord Mezhen. Then, return to Chieftain Ashtotem at Camp Winterhoof.','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.','','$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.',NULL,'Return to Chieftain Ashtotem at Camp Winterhoof in Howling Fjord.',24018,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11265,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11260,0,0,11268,5,47000,24000,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Of Keys and Cages','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.','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....','','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.','Return to Greatmother Ankha at Camp Winterhoof in Howling Fjord.',24035,0,0,0,10,0,0,0,0,33284,33290,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gjalerbron Prisoner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11266,2,72,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11261,0,0,11267,5,50000,48600,0,0,0,0,0,0,33347,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gjalerbron Attack Plans','Deliver the Gjalerbron Attack Plans to Celea Frozenmane at Camp Winterhoof.','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.','','$n, we cannot let this come to pass!','What?! Plans for an attack upon our camp?$b$bFROM A GREAT WYRM IN THE SKY?!!!','Return to Celea Frozenmane at Camp Winterhoof in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11267,2,72,68,0,495,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,11266,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35880,35882,35883,35881,0,0,1,1,1,1,0,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Frost Wyrm and its Master','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.','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!','','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?','Return to Celea Frozenmane at Camp Winterhoof in Howling Fjord.',24029,24019,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,33282,0,0,0,0,0,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11268,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11265,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,35884,35887,35885,35886,0,0,1,1,1,1,0,0,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Walking Dead','Slay 10 Deathless Watchers, 4 Fearsome Horrors, and 2 Putrid Wights. Afterward, inform Greatmother Ankha at Camp Winterhoof of your success.','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!','','$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?','Return to Greatmother Ankha at Camp Winterhoof in Howling Fjord.',24013,24073,23992,0,10,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,12340), (11269,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11250,0,0,11418,5,47000,24000,0,0,0,0,0,0,0,0,0,8,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down to the Wire','Gil Grisert wants you to bring him 10 clumps of Spotted Hippogryph Down.','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.','','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...','Return to Gil Grisert at Fort Wildervar in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11270,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11221,5,0,24000,0,0,0,0,0,0,33278,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'War is Hell','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.','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.','','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.','Return to High Executor Anselm at Vengeance Landing in Howling Fjord.',24008,0,0,0,10,0,0,0,0,33278,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Combatant burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11271,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,8,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hasty Preparations','Ahota Whitefrost at Camp Winterhoof wants you to bring him 10 clumps of Spotted Hippogryph Down.','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.','','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?','Return to Ahota Whitefrost at Camp Winterhoof in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11272,2,71,68,0,206,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,36300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39676,39678,39679,39680,0,0,1,1,1,1,0,0,1052,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Score to Settle','High Executor Anselm wants you to to go into Utgarde and slay Prince Keleseth.','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.','','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.','Return to High Executor Anselm at Vengeance Landing in Howling Fjord.',23953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11273,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11244,0,0,11274,2,0,1920,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Human League','Search Wyrmskull Village for Pulroy.','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.','','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.',NULL,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,12340), (11274,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11273,0,0,11276,2,0,1920,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zedd\'s Probably Dead','Search Wyrmskull Village for Zedd.','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','','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...',NULL,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,12340), (11275,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11281,5,47000,24000,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,'Making the Horn','Nokoma Snowseer at Camp Winterhoof wants you to bring her 6 Undamaged Ram Horns.','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.','','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?','Return to Nokoma Snowseer at Camp Winterhoof in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11276,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11274,0,0,11277,4,0,5700,0,0,0,0,0,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,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'And Then There Were Two...','Search the Utgarde Catacombs for Glorenfeld.','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.','','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!',NULL,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,12340), (11277,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11276,0,0,11299,5,0,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Depths of Depravity','Glorenfeld at the Utgarde Catacombs wants you to collect 10 Wyrmskull Tablets.','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.','','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.\n\n','Check every nook and cranny!','Return to Glorenfeld at the Utgarde Catacombs in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11278,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11300,0,0,11448,2,12000,6000,0,0,0,0,0,0,33387,1,0,128,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Valgarde','Take Glorenfeld\'s Package to Beltrand McSorf at Valgarde Port.','\'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!','','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!','Return to Beltrand McSorf in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11279,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11280,5,47000,24000,0,0,0,0,0,0,33418,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Green Eggs and Whelps','Plaguebringer Tillinghast has asked you to collect 10 Plagued Proto-Whelp Specimens and deliver them to him at New Agamand.','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.','','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?','Return to Plaguebringer Tillinghast at New Agamand in Howling Fjord.',0,0,0,0,0,0,0,0,0,33418,0,0,0,1,0,0,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,12340), (11280,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11279,0,0,0,5,47000,24000,0,0,0,0,0,0,33441,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35871,35873,35875,35872,0,0,1,1,1,1,0,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draconis Gastritis','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.','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.','','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?','Return to Plaguebringer Tillinghast at New Agamand in Howling Fjord.',24170,0,0,0,1,0,0,0,33441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proto-Drake Plague Results Observed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11281,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11275,0,0,0,5,47000,24000,0,0,0,0,0,0,33450,1,0,0,0,0,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,'Mimicking Nature\'s Call','Test the Carved Horn and then return to Nokoma Snowseer at Camp Winterhoof with the results.','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. ','','$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?','Return to Nokoma Snowseer at Camp Winterhoof in Howling Fjord.',24173,0,0,0,1,0,0,0,0,33450,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Nokoma\'s Horn','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11282,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11295,0,0,0,5,47000,24000,0,0,0,0,0,0,33563,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35868,35869,35867,35870,0,0,1,1,1,1,0,0,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Lesson in 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.','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!','','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!','Return to Sergeant Gorth at Vengeance Lift in Howling Fjord.',24166,24165,24167,0,1,1,1,0,0,0,0,33563,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (11283,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11282,11303,-11283,0,6,94000,30300,0,0,0,0,0,0,0,0,0,136,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baleheim Bodycount','Sergeant Gorth wants you to kill 16 Winterskorn Vrykul inside Baleheim.','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!','','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!','Return to Sergeant Gorth near Vengeance Lift in Howling Fjord.',24231,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,'Baleheim Bodycount','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11284,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,35937,35929,35931,35930,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Yeti Next Door','Foreman Colbey at Fort Wildervar wants you to defeat Shatterhorn.','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!','','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!',NULL,'Return to Foreman Colbey at Fort Wildervar in Howling Fjord.',24178,0,0,0,1,0,0,0,0,33352,33477,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,12340), (11285,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11282,11303,-11283,0,4,0,18000,0,0,0,0,0,0,33472,1,0,128,32,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baleheim Must Burn!','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.','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.','','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.','Return to Sergeant Gorth near Vengeance Lift in Howling Fjord.',24182,24183,24185,24184,1,1,1,1,0,0,0,33472,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterskorn Dwelling Burned','Winterskorn Watchtower Burned','Winterskorn Bridge Burned','Winterskorn Barracks Burned',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11286,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11287,0,0,11317,5,47000,24000,0,0,0,0,0,0,0,0,0,136,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Artifacts of Steel Gate','Sage Mistwalker has asked you to collect 10 Steel Gate Artifacts. When you have all of them, return to him at 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.','','$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?','Return to Sage Mistwalker at Steel Gate in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11287,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11261,0,0,11286,1,0,2400,0,0,0,0,0,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,1064,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Sage Mistwalker','Greatmother Ankha has asked you to check on the condition of Sage Mistwalker. She believes him to be at or near Steel Gate.','$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.','','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?',NULL,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,12340), (11288,2,71,68,0,495,0,0,600,0,1101,0,0,0,0,0,0,0,0,0,0,11244,0,0,11289,5,0,24000,0,43236,0,0,0,0,0,0,0,128,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shining Light','Ares the Oathbound in the Utgarde Catacombs wants you to recover the Sacred Artifact.$B$BThis is a timed quest.','$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.$B','','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.','','Return to Ares the Oathbound at the Utgarde Catacombs in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11289,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11288,0,0,0,3,47000,12000,0,0,0,0,0,0,33485,1,0,128,2,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,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Guided by Honor','Return the Sacred Artifact to Lord Irulon Trueblade at Valgarde.','$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','','Many men and women died to recover this blade. Alas, 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!','Return to Lord Irulon Trueblade at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11290,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11255,0,0,11291,5,44000,7500,0,0,0,0,0,0,0,0,0,136,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonflayer Battle Plans','Vice Admiral Keller at Valgarde Port in the Howling Fjord has asked that you bring him the Dragonflayer Battle Plans.$B','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!','','$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?','Return to Vice Admiral Keller at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11291,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11290,0,0,0,2,0,1920,0,0,0,0,0,0,33488,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Westguard Keep!','Take the Dragonflayer Battle Plans to Captain Adams at Westguard Keep in the Howling Fjord.$B','$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.','','$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.','Return to Captain Adams at Westguard Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33488,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,1,1,1,0,0,0,0,0,12340), (11292,2,70,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11406,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,8,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,'Preying Upon the Weak','Trapper Jethan at Fort Wildervar wants you to bring him 8 pieces of Trapped Prey.','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.','','$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.','Return to Trapper Jethan at Fort Wildervar in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11293,2,-1,1,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11318,0,11293,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,4098,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bark for the Barleybrews!','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.','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.','','Well done! That kinda shouting is sure to bring business our way.$B$BAnd we promised you a reward, here it is. The Barleybrew\'s 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?','Return to Becan Barleybrew in Dun Morogh.',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,0,'Bark Outside the Bank','Bark in the Military Ward','Bark in the Hall of Explorers','Bark in the Mystic Ward',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11294,2,-1,1,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11318,0,11293,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,4098,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bark for the Thunderbrews!','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.','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.','','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?','Return to Daran Thunderbrew in Dun Morogh.',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,0,'Bark Outside the Bank','Bark in the Military Ward','Bark in the Hall of Explorers','Bark in the Mystic Ward',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11295,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11254,0,0,11282,1,0,2400,0,0,0,0,0,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,1052,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Offensive Begins','Speak to Sergeant Gorth at the blockade near the elevator west of Vengeance Landing in Howling Fjord.','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.','','You come to help? Good... good...$b$bGorth was getting tired of killing vrykuls all day. Help is welcome!',NULL,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,12340), (11296,2,72,70,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,0,0,0,136,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rivenwood Captives','Longrunner Skycloud has asked you to free his 7 Winterhoof Longrunners. Once you have managed to do so, return to him at Steel Gate.','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?','','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.','Return to Longrunner Skycloud at Steel Gate in Howling Fjord.',24211,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,'Winterhoof Longrunner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11297,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11311,0,0,11298,1,0,2400,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,'Keeping Watch on the Interlopers','Speak to Apothecary Malthus at the Apothecary Camp.','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.','','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.',NULL,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,12340), (11298,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11297,0,0,0,5,47000,24000,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s in That Brew?','Apothecary Malthus at the Apothecary Camp wants you to bring him 5 Dwarven Kegs.','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.','','$b$bWell, here I go!','Did you get those kegs or not?','Return to Apothecary Malthus at the Apothecary Camp in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11299,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11277,0,0,11300,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ring of Judgement','Find Daegarn in the Ring of Judgement located inside the Utgarde Catacombs.','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.','','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.',NULL,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,12340), (11300,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11299,0,0,11278,5,0,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stunning Defeat at the Ring','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.','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!','','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?','Return to Glorenfeld at the Utgarde Catacombs in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11301,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,33554,1,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brains! Brains! Brains!','Apothecary Grick at the Apothecary Camp wants you to bring him 12 Deranged Explorer 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.','','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.','Return to Apothecary Grick at the Apothecary Camp in Howling Fjord.',0,0,0,0,0,0,0,0,0,33554,0,0,0,1,0,0,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,0,0,0,12340), (11302,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11284,11313,11312,11313,1,0,780,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,'The Enigmatic Frost Nymphs','Speak with Lurielle at the Frozen Glade.','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?','','$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.',NULL,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,12340), (11303,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12481,6,94000,30300,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ambush','Speak to Lydell at Lydell\'s 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.','','We all showed up to the party, but the guest of honor stayed at home.',NULL,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,12340), (11304,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11170,0,0,11305,1,0,2400,0,0,0,0,0,0,33619,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Agamand','Bring Lysander\'s Strain to Chief Plaguebringer Harris in New Agamand in western Howling Fjord.','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!','','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?','Return to Chief Plaguebringer Harris at New Agamand in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11305,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11304,0,0,11306,5,0,24000,0,0,0,0,0,0,0,0,0,136,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Tailor-Made Formula','Obtain the Dragonflayer Patriarch\'s Blood from Thorvald at Thorvald\'s Camp and bring it to Chief Plaguebringer Harris in New Agamand.','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.','','This will do. It\'s time for some real apothecary work now, $n!','Have you obtained the sample I require, $n?','Return to Chief Plaguebringer Harris at New Agamand in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11306,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11305,0,0,11307,4,0,18000,0,0,0,0,0,0,34023,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Apply Heat and Stir','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.','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.','','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!','Return to Chief Plaguebringer Harris at New Agamand in Howling Fjord.',0,0,0,0,0,0,0,0,33614,33615,33616,0,1,1,1,0,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,12340), (11307,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11306,0,0,11308,5,47000,24000,0,0,0,0,0,0,33621,1,0,128,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Field Test','Venture into Halgrind and use the Plague Spray on 10 Plagued Dragonflayer Vrykul. Return to Chief Plaguebringer Harris to report the results.','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.','','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!',NULL,'Return to Chief Plaguebringer Harris at New Agamand in Howling Fjord.',24281,0,0,0,10,0,0,0,0,33621,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagued Vrykul Sprayed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11308,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11307,0,0,11309,2,0,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Time for Cleanup','Speak to \"Hacksaw\" Jenny in New Agamand.','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.','','What do you want? Can\'t you see I\'m in the middle of something?',NULL,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,12340), (11309,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11308,0,0,11310,5,47000,24000,0,0,0,0,0,0,0,0,0,136,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,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parts for the Job','\"Hacksaw\" Jenny in New Agamand wants you to obtain 6 Shoveltusk Ligaments and 1 Fresh Pound of Flesh.','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.','','Excellent! Yes, yes, these will do just fine!','You get my components yet?','Return to \"Hacksaw\" Jenny at New Agamand in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11310,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11309,0,0,0,6,94000,30300,0,0,0,0,0,0,33613,1,0,128,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,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warning: Some Assembly Required','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.','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!','','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?','Return to \"Hacksaw\" Jenny at New Agamand in Howling Fjord.',24274,0,0,0,20,0,0,0,0,33613,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagued Vrykul exterminated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11311,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11275,0,0,0,5,47000,24000,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suppressing the Elements','Wind Tamer Kagan at Camp Winterhoof wants you to kill 8 mountain elementals. You may kill either Howling Cyclones or Iceshard Elementals.','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.','','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?','Return to Wind Tamer Kagan at Camp Winterhoof in Howling Fjord.',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,'Mountain Elementals slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11312,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,11313,11312,11313,1,0,2400,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,'The Frozen Glade','Speak with Lurielle at 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.','','$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.',NULL,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,12340), (11313,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,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,'Spirits of the Ice','Lurielle at the Frozen Glade wants you to bring her 15 Icy Cores.','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?','','$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?','Return to Lurielle at the Frozen Glade in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11314,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11313,11319,0,0,5,47000,24000,0,0,0,0,0,0,33606,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fallen Sisters','Lurielle at the Frozen Glade wants you to use her pendant on 7 Chill Nymphs.','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.','','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?','Return to Lurielle at the Frozen Glade in Howling Fjord.',24117,0,0,0,7,0,0,0,0,33606,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chill Nymphs Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11315,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11313,11316,0,0,5,47000,24000,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,'Wild Vines','Lurielle at the Frozen Glade wants you to kill 8 Scarlet Ivy.','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.','','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?','Return to Lurielle at the Frozen Glade in Howling Fjord.',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,12340), (11316,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11314,0,0,0,5,47000,24000,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,'Spawn of the Twisted Glade','Lurielle at the Frozen Glade wants you to kill 10 Thornvine Creepers.','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.','','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?','Return to Lurielle at the Frozen Glade in Howling Fjord.',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,1,1,0,0,0,0,0,0,12340), (11317,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11286,0,0,11323,5,47000,24000,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,571,3033.55,-5096.2,1,'The Cleansing','Sage Mistwalker at Steel Gate has advised you to cleanse yourself of Your Inner Turmoil through meditation at the Frostblade Shrine.','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.','','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?','Return to Sage Mistwalker at Steel Gate in Howling Fjord.',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,'Cleansed of Your Inner Turmoil','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11318,2,-1,1,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Now This is Ram Racing... Almost.','You have 4 minutes to ride the ram and maintain 3 different levels of speed for 8 seconds.','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.','','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?','Return to Neill Ramstein in Dun Morogh.',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,'Maintain a Trot for 8 seconds','Maintain a Canter for 8 seconds','Maintain a Gallop for 8 seconds','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11319,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11315,0,0,0,5,47000,24000,0,0,0,0,0,0,33607,1,0,0,0,0,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,'Seeds of the Blacksouled Keepers','Lurielle at the Frozen Glade wants you to freeze 8 Spores.','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.','','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.','Return to Lurielle at the Frozen Glade in Howling Fjord.',24235,0,0,0,8,0,0,0,0,33607,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spores frozen','','','',0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11320,2,70,2,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,33306,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'[NYI] Now this is Ram Racing... Almost.','Log Descritpion ','Quest Description','',NULL,NULL,'Return to Daran Thunderbrew in Dun Morogh.',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,'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,0,0,0,0,0,0,12340), (11321,2,-1,1,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11318,0,0,0,0,0,0,0,0,0,0,0,0,33955,1,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,0,0,'Did Someone Say \"Souvenir?\"','Redeem the Brewfest Stein Voucher with Belbi Quikswitch in the Brewfest camp.','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.','','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?','Return to Belbi Quikswitch in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33955,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11322,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11325,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,571,3033.55,-5096.2,1,'The Cleansing','Watcher Moonleaf at Steel Gate has advised you to cleanse yourself of Your Inner Turmoil through meditation at the Frostblade Shrine.','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.','','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?','Return to Watcher Moonleaf at Steel Gate in Howling Fjord.',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,'Cleansed of Your Inner Turmoil','','','',0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (11323,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11317,0,0,11415,5,0,24000,0,0,0,0,0,0,33618,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Worg\'s Clothing','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.','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.','','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.',NULL,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,12340), (11324,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11417,0,0,0,6,94000,30300,0,50104,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35913,35915,35916,35914,0,0,1,1,1,1,0,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alpha Worg','Ulfang has asked you to slay Garwal. Then, return the Worg Disguise to Sage Mistwalker at Steel Gate.','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!','','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?','Return to Sage Mistwalker at Steel Gate in Howling Fjord.',24277,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,33618,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11325,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11322,0,0,11414,5,0,24000,0,0,0,0,0,0,33618,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Worg\'s Clothing','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.','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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11326,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11416,0,0,0,6,94000,30300,0,50104,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35913,35915,35916,35914,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alpha Worg','Ulfang has asked you to slay Garwal. Then, return the Worg Disguise to Watcher Moonleaf at Steel Gate.','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!','','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?','Return to Watcher Moonleaf at Steel Gate in Howling Fjord.',24277,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,33618,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,6,1,0,0,0,0,0,12340), (11327,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11202,0,0,11328,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Package Retrieval','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.','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?','','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?','Return to Scout Knowles at Ember Spear Tower in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33620,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,12340), (11328,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11327,0,0,0,1,0,2400,0,0,0,0,0,0,33620,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Forsaken Intel','Scout Knowles has asked you to deliver the Apothecary\'s Package to Peppy Wrongnozzle at Westguard Keep.','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.','','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?','Return to Peppy Wrongnozzle at Westgarde Keep in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33620,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,1,1,0,0,0,0,0,12340), (11329,2,70,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11250,0,0,11410,5,44000,7500,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'ll Try Anything!','Christopher Sloan at Fort Wildervar wants you to bring him 5 Northern Barbfish.','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...','','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?','Return to Christopher Sloan at Fort Wildervar in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11330,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11328,0,0,11331,3,24000,12000,0,0,0,0,0,0,33627,1,0,128,32,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Absholutely... Thish Will Work!','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.','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?!','','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.',NULL,'Return to Peppy Wrongnozzle at Westgarde Keep in Howling Fjord.',24284,0,0,0,1,0,0,0,33627,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Peppy\'s Mix Administered To The Vrykul Prisoner','','','',4,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,12340), (11331,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11330,0,0,11332,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Tell Him ...Hic!','Peppy Wrongnozzle has suckered you into giving the bad news about the Forsaken plague to Captain Adams. Visit him at Westguard Keep.','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','','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!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,5,5,0,0,0,0,0,0,12340), (11332,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11331,0,0,11248,6,94000,30300,0,43459,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,35893,35892,35894,35895,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mission: Plague This!','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.','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!','','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!','Return to Captain Adams at Westgarde Keep in Howling Fjord.',24290,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plague Tank Hits','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11333,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11244,0,0,11343,5,0,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the World of Spirits','Thoralius the Wise at Valgarde wants you to find his Reagent Pouch.','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.','','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?','Return to Thoralius the Wise at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11334,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,33442,1,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,0,0,0,0,0,0,0,0,0,0,0,'He Shoots,He Scores!','[PH] Rinling wants you to shoot a marked target and then return the Target Rifle to him.','[PH] Shoot a marked target.','',NULL,NULL,'Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11335,2,-1,71,0,3358,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,11338,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,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,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,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,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11336,2,-1,71,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,11338,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,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,'Call to Arms: Alterac Valley','Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.$B','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!','Victory in Alterac Valley','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,0,12340), (11337,2,-1,71,0,3820,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,11338,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4226,3,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,'Call to Arms: Eye of the Storm','Win an Eye of the Storm battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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.','Victory in the Eye of the Storm','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,0,12340), (11338,2,-1,71,0,3277,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,11338,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,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,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Warsong Gulch','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,0,12340), (11339,2,-1,71,0,3358,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,11342,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,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,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','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?','Return to Horde Warbringer.',0,0,0,0,0,0,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,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (11340,2,-1,71,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,11342,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,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,'Call to Arms: Alterac Valley','Win an Alterac Valley battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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.','Victory in Alterac Valley','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11341,2,-1,71,0,3820,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,11342,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4226,3,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,'Call to Arms: Eye of the Storm','Win an Eye of the Storm battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Eye of the Storm','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,0,12340), (11342,2,-1,71,0,3277,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,11342,0,7,1800,18300,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.$B','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!','Victory in Warsong Gulch','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,0,12340), (11343,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11333,0,0,11344,5,0,24000,0,0,0,0,0,0,33637,1,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Echo of Ymiron','Thoralius the Wise wants you to search Wyrmskull Village while you are in the spirit world and find information about the Secrets of Wyrmskull.','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.','Secrets of Wyrmskull Uncovered','I do not understand. The creatures that you saw looked like the vrykul that are attacking Valgarde?','What have you discovered?','Return to Thoralius the Wise at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,33637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11344,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11343,0,0,0,5,0,24000,0,0,0,0,0,0,33774,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,35832,35834,35835,35833,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anguish of Nifflevar','Thoralius the Wise wants you to search Nifflevar while you are in the spirit world and find information about the Secrets 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.','Secrets of Nifflevar Uncovered','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?','Return to Thoralius the Wise at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,33774,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11345,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,33442,1,0,10,2,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,'Prizes for Pellets','[PH] Rinling wants you to shoot a marked target and then return the Target Rifle to him.','[PH] Shoot a marked target.','',NULL,NULL,'Return to Rinling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11346,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11284,0,0,11349,5,47000,24000,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Book of Runes','Prospector Belvar at Fort Wildervar wants you to bring him 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.','','$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?','Return to Prospector Belvar at Fort Wildervar in Howling Fjord.',0,0,0,0,0,0,0,0,0,33778,33779,33780,0,1,1,1,33781,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11347,0,70,1,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,43535,0,0,0,0,33306,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,' Clear Some Room','Deliver the package to Kharanos at least once. Deliver multiple packages for a greater reward.','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.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11348,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11349,0,0,0,5,47000,24000,0,0,0,0,0,0,33796,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rune of Command','Prospector Belvar at Fort Wildervar wants you to test the Rune of Command and defeat Binder Murdis.','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.','','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?','Return to Prospector Belvar at Fort Wildervar in Howling Fjord.',24345,24334,0,0,1,1,0,0,0,0,33796,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Rune of Command','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11349,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11346,0,0,11348,5,47000,24000,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastering the Runes','Bring a set of Iron Rune Carving Tools to Prospector Belvar at Fort Wildervar.','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.','','$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?','Return to Prospector Belvar at Fort Wildervar in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33794,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11350,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11275,0,0,11351,5,47000,24000,0,0,0,0,0,0,0,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,0,0,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Book of Runes','Longrunner Pembe at Camp Winterhoof wants you to bring him 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.','','$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?','Return to Longrunner Pembe at Camp Winterhoof in Howling Fjord.',0,0,0,0,0,0,0,0,0,33778,33779,33780,0,1,1,1,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,12340), (11351,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11350,0,0,11352,5,47000,24000,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastering the Runes','Bring a set of Iron Rune Carving Tools to Longrunner Pembe at Camp Winterhoof.','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.','','$b$bThese are more delicate than I\'d thought. Allow me a moment to try them out.','Have you returned with those tools?','Return to Longrunner Pembe at Camp Winterhoof in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11352,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11351,0,0,0,5,47000,24000,0,0,0,0,0,0,33796,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rune of Command','Longrunner Pembe at Camp Winterhoof wants you to test the Rune of Command and defeat Binder Murdis.','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.','','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?','Return to Longrunner Pembe at Camp Winterhoof in Howling Fjord.',24345,24334,0,0,1,1,0,0,0,0,33796,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Rune of Command','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11353,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5128,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Got the work shirt','','','',NULL,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,12340), (11354,2,70,70,0,3535,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,947,946,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Nazan\'s Riding Crop','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.','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.','','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.','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33833,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11355,2,72,69,0,495,1,2,0,0,1101,0,0,0,0,0,0,0,0,0,0,11284,0,0,11358,5,50000,48600,0,0,0,0,0,0,33806,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'March of the Giants','Researcher Aderan at Fort Wildervar wants you to use the Runeseeking Pick on the corpses of 4 Runed Stone 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.','','$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?','Return to Researcher Aderan at Fort Wildervar in Howling Fjord.',27802,0,0,0,4,0,0,0,0,0,33806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runed Stone Giant Corpse Analyzed','','','',0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11356,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Costumed Orphan Matron','Speak with a Costumed Orphan Matron in either Goldshire, Kharanos or Azure Watch.','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.','','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!',NULL,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,'','','','',1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (11357,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,540,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,'Masked Orphan Matron','Speak with a Masked Orphan Matron in either Razor Hill, Brill or Falconwing Square.','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.','','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...',NULL,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,66,1,0,0,0,0,0,0,12340), (11358,2,72,69,0,495,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,11355,0,0,11359,5,50000,48600,0,0,0,0,0,0,33819,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lodestone','Researcher Aderan at Fort Wildervar wants you to compare the Rune Sample with the Broken Tablet.','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.','','$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?','Return to Researcher Aderan at Fort Wildervar in Howling Fjord.',24381,0,0,0,1,0,0,0,0,0,33819,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Compare Runes with the Broken Tablet','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11359,2,72,69,0,495,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,11358,0,0,0,6,100000,60900,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,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Demolishing Megalith','Defeat Megalith and return to Researcher Aderan at Fort Wildervar.','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!','','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?','Return to Researcher Aderan at Fort Wildervar in Howling Fjord.',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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11360,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,20557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Brigade Practice','Throw Water Buckets onto 5 fires, and then speak with the Costumed Orphan Matron.','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!','','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!','Return to Costumed Orphan Matron at Goldshire in Elwynn Forest.',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,0,'Fight Fires','','','',1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,12340), (11361,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Training','Toss Water Buckets on 5 fires, then speak with the Masked Orphan Matron in Razor Hill.','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.','','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.','Return to Masked Orphan Matron at Razor Hill in Durotar.',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,0,'Fight Fires','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (11362,2,70,70,0,3535,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,947,946,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Keli\'dan\'s Feathered Stave','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.','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.','','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.','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33814,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11363,2,70,70,0,3535,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,947,946,0,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Bladefist\'s Seal','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.','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.','','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?','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33815,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11364,2,70,70,0,3535,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,946,947,0,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Shattered Hand Centurions','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.','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.','','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?','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11365,2,72,69,0,495,1,2,0,0,690,0,0,0,0,0,0,0,0,0,0,11275,0,0,11366,5,50000,48600,0,0,0,0,0,0,33806,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'March of the Giants','Sage Edan and Camp Winterhoof wants you to use the Runeseeking Pick on the corpses of 4 Runed Stone 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.','','$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?','Return to Sage Edan at Camp Winterhoof in Howling Fjord.',27802,0,0,0,4,0,0,0,0,0,33806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runed Stone Giant Corpses Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11366,2,72,69,0,495,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,11365,0,0,11367,5,50000,48600,0,0,0,0,0,0,33819,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lodestone','Sage Edan at Camp Winterhoof wants you to compare the Rune Sample with the Broken Tablet.','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.','','$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?','Return to Sage Edan at Camp Winterhoof in Howling Fjord.',24381,0,0,0,1,0,0,0,0,0,33819,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Compare Runes with the Broken Tablet','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11367,2,72,69,0,495,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,11366,0,0,0,6,100000,60900,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,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Demolishing Megalith','Defeat Megalith and return to Sage Edan at Camp Winterhoof.','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!','','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?','Return to Sage Edan at Camp Winterhoof in Howling Fjord.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11368,2,70,70,0,3905,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,942,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Heart of Quagmirran','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.','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.','','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?','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33821,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11369,2,70,70,0,3905,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,942,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: A Black Stalker 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.','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.','','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!','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33826,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11370,2,70,70,0,3905,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,942,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Warlord\'s Treatise','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.','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.','','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.','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33827,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11371,2,70,70,0,3905,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,942,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Coilfang Myrmidons','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.','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.','','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?','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11372,2,70,70,0,3688,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1011,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Headfeathers of Ikiss','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\'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.','','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.','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33834,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11373,2,70,70,0,3688,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Shaffar\'s Wondrous Pendant','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.','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.','','$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.','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33835,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11374,2,70,70,0,3688,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1011,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Exarch\'s Soul 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.','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.','','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?','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33836,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11375,2,70,70,0,3688,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1011,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Murmur\'s Whisper','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.','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?','','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?','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33840,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11376,2,70,70,0,3688,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1011,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Malicious Instructors','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.','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.','','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?','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11377,2,70,70,0,-304,0,0,0,0,0,185,275,0,0,0,0,0,0,0,0,0,0,11377,0,5,0,75900,0,0,0,0,0,0,33837,1,0,4224,1,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,'Revenge is Tasty','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.','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.','','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?','Return to The Rokk in Terokkar Forest.',0,0,0,0,0,0,0,0,33838,0,0,0,1,0,0,0,33839,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11378,2,70,70,0,1941,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,989,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Epoch Hunter\'s Head','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.','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?','','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.','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33847,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11379,2,70,70,0,-304,0,0,0,0,0,185,275,0,0,0,0,0,0,0,0,0,0,11377,0,5,0,75900,0,0,0,0,0,0,33852,1,0,4224,1,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,'Super Hot Stew','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.','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.','','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?','Return to The Rokk in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33848,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11380,2,70,70,0,-304,0,0,0,0,0,185,275,0,0,0,0,0,0,0,0,0,0,11377,0,5,0,75900,0,0,0,0,0,0,0,0,0,4224,1,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,'Manalicious','The Rokk in Lower City has asked you collect 15 Mana Berries from the Eco-Domes in Netherstorm.','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!','','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?','Return to The Rokk in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33849,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,0,12340), (11381,2,70,70,0,-304,0,0,0,0,0,185,275,0,0,0,0,0,0,0,0,0,0,11377,0,5,0,75900,0,0,0,0,0,0,33851,1,0,4224,1,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,'Soup for the Soul','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.','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.','','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?','Return to The Rokk in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33850,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11382,2,70,70,0,1941,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,989,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Aeonus\'s Hourglass','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.','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?','','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!','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33858,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11383,2,70,70,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,989,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Rift Lords','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.','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.','','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.','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11384,2,70,70,0,3845,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,935,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: A Warp Splinter 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.','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.','','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.','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33859,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11385,2,70,70,0,3845,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,935,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Sunseeker 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.','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.','','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?','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11386,2,70,70,0,3845,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,935,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Pathaleon\'s Projector','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 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.','','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!','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33860,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11387,2,70,70,0,3845,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,935,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Tempest-Forge Destroyers','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.','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.','','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.','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11388,2,70,70,0,3845,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,935,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Scroll of Skyriss','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.','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?','','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!','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33861,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11389,2,70,70,0,3845,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,935,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Arcatraz Sentinels','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.','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.','','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.','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11390,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11176,0,0,11391,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,22829,0,0,0,5,0,0,0,35912,35911,35936,0,0,0,1,1,1,0,0,0,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'ve Got a Flying Machine!','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.','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!','','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?','Return to Steel Gate Chief Archaeologist at Steel Gate in Howling Fjord.',24439,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,'Sack of Relics Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11391,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11390,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,22829,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Steel Gate Patrol','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.','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.','','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.','Return to Steel Gate Chief Archaeologist at Steel Gate in Howling Fjord.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11392,2,80,75,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,33985,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call the Headless Horseman','Take a Dreary Candle to the Loosely Turned Soil.','Many dreary candles adorn this pumpkin shrine.','',NULL,NULL,'Return to Loosely Turned Soil in Scarlet Monastery.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11393,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2400,0,0,0,0,0,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,1068,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Where is Explorer Jaren?','Overseer Irena Stonemantle has asked you to locate her fiance, 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.','','$B$BIrena was concerned about me? She gets that from her father you know.',NULL,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,12340), (11394,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'And You Thought Murlocs Smelled Bad!','Explorer Jaren has asked you to kill 15 Scourge of any type along the Chillmere Coast. Return to him once you have done so.','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?','','$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.','Return to Explorer Jaren at Chillmere Coast in Howling Fjord.',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,'Chillmere Coast Scourge Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11395,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11396,1,0,2400,0,0,0,0,0,0,33961,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s a Scourge Device','Deliver the Scourge Device to Explorer Jaren on the Chillmere Coast.','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.','','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.','Return to Explorer Jaren at Chillmere Coast in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11396,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11395,0,0,0,6,94000,30300,0,0,0,0,0,0,33960,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35932,35933,35934,35935,0,0,1,1,1,1,0,0,1068,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Down Those Shields','Explorer Jaren on the Chillmere Coast has asked you to destroy 3 Scourging Crystals.','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.','','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.','Return to Explorer Jaren at Chillmere Coast in Howling Fjord.',24464,0,0,0,3,0,0,0,33960,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourging Crystals Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11397,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'And You Thought Murlocs Smelled Bad!','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.','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!','','$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?','Return to Apothecary Anastasia at the Apothecary Camp in Howling Fjord.',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,'Chillmere Coast Scourge Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11398,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11399,1,0,2400,0,0,0,0,0,0,33962,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s a Scourge Device','Deliver the Scourge Device to Apothecary Anastasia at the Apothecary Camp.','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.','','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!','Return to Apothecary Anastasia at the Apothecary Camp in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11399,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11398,0,0,0,6,94000,30300,0,0,0,0,0,0,33960,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35932,35933,35934,35935,0,0,1,1,1,1,0,0,1067,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring Down Those Shields','Apothecary Anastasia at the Apothecary Camp has asked you to destroy 3 Scourging Crystals.','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?','','$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.','Return to Apothecary Anastasia at the Apothecary Camp in Howling Fjord.',24464,0,0,0,3,0,0,0,33960,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourging Crystals Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11400,2,-1,40,0,-370,0,0,0,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,33978,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brewfest Riding Rams','Bring the \"Honorary Brewer\" Hand Stamp to Pol Amberstill near the entrance to the Brewfest Grounds in Dun Morogh.','If you show this hand stamp to Pol Amberstill, the Ram Racing Apprentice, he\'ll allow you to purchase Brewfest riding rams.','','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?','Return to Pol Amberstill in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11401,2,-1,75,0,-22,81,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,33985,1,0,4096,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call the Headless Horseman','Take a Dreary Candle to the Loosely Turned Soil.','Many dreary candles adorn this pumpkin shrine, which grins, taunting...','',NULL,NULL,'Return to Loosely Turned Soil in Scarlet Monastery.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33985,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11402,2,68,61,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,10000,1860,0,0,0,10,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clayton\'s Quest: Extreme!','Seriously, go slay those Evil Squirrels!','Clayton wants you to find and slay twenty Evil Squirrels. ',' ',NULL,NULL,'Return to Clayton\'s Test Creature.',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,12340), (11403,2,-1,60,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,0,33277,1,0,0,0,0,0,0,0,20557,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Free at Last!','Take the Tome of Thomas Thomson to a Masked Orphan Matron in Durotar, Brill or Falconwing Square.','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.','','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.','Return to Masked Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33277,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11404,2,-1,75,0,-22,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,33985,1,0,4096,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call the Headless Horseman','Take a Dreary Candle to the Loosely Turned Soil.','Many dreary candles adorn this pumpkin shrine, which grins, taunting...','','Will you lay the candle down and call the Headless Horseman from his doomed rest?','','Return to Loosely Turned Soil in Scarlet Monastery.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33985,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11405,2,-1,75,0,-22,81,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,33985,1,0,4096,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call the Headless Horseman','Take a Dreary Candle to the Loosely Turned Soil.','Many dreary candles adorn this pumpkin shrine, which grins, taunting...','',NULL,NULL,'Return to Loosely Turned Soil in Scarlet Monastery.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33985,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11406,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11250,0,0,0,1,4400,780,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Everything Must Be Ready','Speak with Gil Grisert at Fort Wildervar.','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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11407,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11409,0,11293,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,4098,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bark for Drohn\'s Distillery!','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.','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.','','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?','Return to Cort Gorestein in Durotar.',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,0,'Bark outside the Auction House','Bark in the Valley of Honor','Bark in the Valley of Wisdom','Bark in the Valley of Spirits',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11408,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11409,0,11293,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,4098,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bark for T\'chali\'s Voodoo Brewery!','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.','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.','','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?','Return to Ja\'ron in Durotar.',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,0,'Bark outside the Auction House','Bark in the Valley of Honor','Bark in the Valley of Wisdom','Bark in the Valley of Spirits',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11409,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Now This is Ram Racing... Almost.','You have 4 minutes to ride the ram and maintain 3 different levels of speed for 8 seconds.','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.','','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?','Return to Ram Master Ray at Jaggedswine Farm in Durotar.',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,'Maintain a Trot for 8 seconds','Maintain a Canter for 8 seconds','Maintain a Gallop for 8 seconds','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11410,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11329,0,0,0,5,47000,24000,0,0,0,0,0,0,34013,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The One That Got Away','Christopher Sloan at Fort Wildervar wants you to defeat Frostfin.','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!','','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?','Return to Christopher Sloan at Fort Wildervar in Howling Fjord.',24500,0,0,0,1,0,0,0,0,0,34013,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11411,2,70,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,11411,0,1,0,780,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,1064,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Camp Winterhoof','Speak to Chieftain Ashtotem at 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.','','$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.',NULL,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,12340), (11412,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11409,0,0,0,0,0,0,0,44358,0,0,0,0,33306,1,43883,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,'There and Back Again','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.','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.','','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.','Return to Ram Master Ray at Jaggedswine Farm in Durotar.',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,0,'Kegs Delivered','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11413,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11409,0,0,0,0,0,0,0,0,0,0,0,0,33955,1,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,0,0,'Did Someone Say \"Souvenir?\"','Redeem the Brewfest Stein Voucher with Blix Fixwidget in the back of the Brewfest camp.','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.','','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?','Return to Blix Fixwidget in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33955,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11414,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11325,0,0,11416,5,0,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Brother Betrayers','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.','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.','','The smell of their blood upon your muzzle pleases me. Brothers should not turn on each other.',NULL,'Return to Ulfang at Rivenwood in Howling Fjord. You will need to be in your worg disguise.',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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11415,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11323,0,0,11417,5,0,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Brother Betrayers','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.','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.','','The smell of their blood upon your muzzle pleases me. Brothers should not turn on each other.','$B$BBjomolf and Varg are not dead!','Return to Ulfang at Rivenwood in Howling Fjord. You will need to be in your worg disguise.',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,12340), (11416,2,71,69,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11414,0,0,11326,5,0,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Eyes of the Eagle','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.','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.','','$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?','Return to Ulfang at Rivenwood in Howling Fjord. You will need to be in your worg disguise.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34027,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11417,2,71,69,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11415,0,0,11324,5,0,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Eyes of the Eagle','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.','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.','','$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?','Return to Ulfang at Rivenwood in Howling Fjord. You will need to be in your worg disguise.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11418,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11269,0,0,0,4,34000,5700,0,0,0,0,0,0,34026,1,0,0,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'We Call Him Steelfeather','Locate Steelfeather circling Fort Wildervar and use the Feathered Charm to discover his secret. Report your findings to Gil Grisert.','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.','','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?','Return to Gil Grisert at Fort Wildervar in Howling Fjord.',24515,0,0,0,1,0,0,0,0,0,34026,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn Steelfeather\'s Secret','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11419,2,-1,40,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34028,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brewfest Riding Rams','Bring the \"Honorary Brewer\" Hand Stamp to Driz Tumblequick near the entrance to the Brewfest Grounds in Durotar.','If you show this hand stamp to Driz Tumblequick, the Ram Racing Apprentice, he\'ll allow you to purchase Brewfest riding rams.','','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?','Return to Driz Tumblequick at Jaggedswine Farm in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11420,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11244,0,0,11426,5,47000,24000,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path to Payback','Guard Captain Zorek at Valgarde in Howling Fjord wants you to recover the Harpoon Operation Manual.','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!','','$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?','Return to Guard Captain Zorek at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11421,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11430,0,0,11436,6,94000,30300,0,0,0,0,0,0,34032,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,35841,35842,35843,35839,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'It Goes to 11...','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.','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!','','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?','Return to Lieutenant Icehammer in Howling Fjord.',24533,24538,24646,24647,8,1,1,1,0,0,0,0,0,0,0,0,34032,0,0,0,0,0,1,0,0,0,0,0,0,'','Dragonflayer Longhouse Destroyed','Dragonflayer Dockhouse Destroyed','Dragonflayer Storage Facility Destroyed',4,0,0,0,0,0,0,0,0,6,4,1,6,5,0,0,0,0,12340), (11422,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Trident of the Son','Old Icefin wants you to obtain Rotgill\'s Trident. Return it to him on the small island on the Chillmere Coast.','$B$B$B$B','','$b$b','','Return to Old Icefin at Chillmere Coast in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11423,2,71,70,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,24000,0,0,0,0,0,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,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Enemy\'s Legacy','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.','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.','','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?','Return to Scribe Seguine at Ghostblade Post in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11424,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,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,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shield Hill','\"Hacksaw\" Jenny wants you to bring her 5 Ancient Vrykul Bones from the reanimated Vrykul in Shield Hill, south of New Agamand.','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.','','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?','Return to \"Hacksaw\" Jenny at New Agamand in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11425,2,1,1,0,151,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,8,0,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,'Test Quest - Craig','Vermin, gotta hate \'em.','Go on a quest!','',NULL,NULL,'Return to Test Squirrel.',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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11426,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11420,0,0,11427,5,0,24000,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Locating the Mechanism','Guard Captain Zorek at Valgarde in Howling Fjord wants you to bring him a Harpoon Control 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.','','Outstanding! Those overgrown apes will soon know what it means to mess with the Alliance!','Did you locate the mechanism?','Return to Guard Captain Zorek at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11427,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11426,0,0,11429,1,0,2400,0,0,0,0,0,0,34032,1,0,262272,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meet Lieutenant Icehammer...','Guard Captain Zorek wants you to take the Harpoon Control Mechanism to Lieutenant Icehammer stationed outside of Nifflevar.','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! $B','','$B$BAh, you come bearing gifts!','What is this? Do I look like a babysitter?','Return to Lieutenant Icehammer at Cauldros Isle in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34032,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,1,5,0,0,0,0,0,0,12340), (11428,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11316,0,0,0,6,94000,30300,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,'Keeper Witherleaf','Lurielle at the Frozen Glade wants you to kill 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.','','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?','Return to Lurielle at the Frozen Glade in Howling Fjord.',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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11429,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11427,0,0,11430,5,0,24000,0,0,0,0,0,0,34051,1,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drop It then Rock It!','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.','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!','Alliance Banner Defended','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.','Return to Lieutenant Icehammer in Howling Fjord.',24641,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34051,0,0,0,0,0,1,0,0,0,'Alliance Banner Placed','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11430,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11429,0,0,11421,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harpoon Master Yavus','Lieutenant Icehammer in the Howling Fjord wants you to slay Harpoon Master Yavus at Nifflevar.','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!$B','','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!',NULL,'Return to Lieutenant Icehammer in Howling Fjord.',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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (11431,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32907,1,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,'Catch the Wild Wolpertinger!','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.','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!','','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?','Return to Glodrak Huntsniper in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,32906,32907,0,0,0,0,5,1,0,0,0,0,0,'','','','',3,5,7,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11432,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11239,0,0,0,5,47000,24000,0,44275,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sleeping Giants','Mage-Lieutenant Malister has tasked you with slaying 5 Dormant Vrykul. Return to him at Westguard Keep when you have done so.','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.','','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.','Return to Mage-Lieutenant Malister at Westgarde Keep in Howling Fjord.',24669,0,0,0,5,0,0,0,0,34083,0,0,0,5,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,1,1,0,0,0,0,0,0,12340), (11433,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11265,0,0,0,5,47000,24000,0,44275,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sleeping Giants','Ahota Whitefrost has tasked you with slaying 5 Dormant Vrykul. Return to him at Camp Winterhoof when you have done so.','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.','','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.','Return to Ahota Whitefrost at Camp Winterhoof in Howling Fjord.',24669,0,0,0,5,0,0,0,0,34083,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11434,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11509,0,0,11455,5,0,24000,0,0,0,0,0,0,34076,1,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,'Forgotten Treasure','Handsome Terry at Scalawag Point wants you to bring him 1 Amani Vase and 1 Eagle Figurine from the shipwreck to the south.','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.','','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!','Return to Handsome Terry at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34069,34070,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11435,2,70,5,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,34071,1,0,4104,1,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,'Gathered Pumpkins NYI','Take the bunch of jack-o\'-lanterns to the Costumed Orphan Matron.','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?','',NULL,NULL,'Return to Costumed Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340); INSERT INTO `quest_template` VALUES (11436,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11421,0,0,0,1,0,2400,0,0,0,0,0,0,34078,1,0,130,2,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let\'s Go Surfing Now','Use the large Vrykul Harpoon Gun in Nifflevar to launch yourself into Valgarde. Report your victory over the Vrykul to Guard Captain Zorek.','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.','Go Harpoon Surfing','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.','','Return to Guard Captain Zorek at Valgarde in 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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (11437,2,70,1,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,8,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,'[PH] Beer Garden A','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','[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.','',NULL,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,12340), (11438,0,70,1,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,8,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,'[PH] Beer Garden B','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','[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.','',NULL,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,12340), (11439,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,20557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Brigade Practice','Throw Water Buckets onto 5 fires, and then speak with the Costumed Orphan Matron.','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!','','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!','Return to Costumed Orphan Matron at Kharanos in Dun Morogh.',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,0,'Fight Fires','','','',1,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (11440,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11356,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,264,0,0,0,0,0,20557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Brigade Practice','Throw Water Buckets onto 5 fires, and then speak with the Costumed Orphan Matron.','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!','','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!','Return to Costumed Orphan Matron at Azure Watch in Azuremyst Isle.',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,0,'Fight Fires','','','',1,0,0,0,0,0,0,0,1,1,4,0,0,0,0,0,0,0,12340), (11441,2,-1,1,0,-370,0,0,0,0,1101,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,8,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,'Brewfest!','Speak to the Brewfest Organizer.','Speak to the Brewfest Organizer at the Brewfest Grounds outside of Ironforge and receive a free beer.','','Ho ho! Come for your free beer?',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11442,0,-1,1,0,-370,0,0,0,0,1101,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,8,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,'Welcome to Brewfest!','[PH] Speak to the Brewfest Organizer and receive a free beer.','[PH] Speak to the Brewfest Organizer at the Brewfest Grounds outside of Ironforge and receive a free beer.','','Ho ho! Come for your free beer?','',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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11443,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,34082,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daggercap Divin\'','Harold Lagras at the bottom of Daggercap Bay wants you to recover 10 Valgarde Supply Crates.','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.','','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?','Return to Harold Lagras at Daggercap Bay in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,34082,0,0,0,1,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,12340), (11444,2,70,1,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,8,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,'[PH] Beer Garden A','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','[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.','',NULL,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,12340), (11445,0,70,1,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,8,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,'[PH] Beer Garden B','[PH] Speak to a Brewfest Barker in any Beer Garden and receive a free pretzel.','[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.','',NULL,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,12340), (11446,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12318,11446,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,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,'Brewfest!','Speak to the Brewfest Organizer.','Speak to the Brewfest Organizer at the Brewfest Grounds outside of Orgrimmar and receive a free beer.','','What?! A free beer? Yeah, yeah. I guess we said we\'d do that this year.',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11447,0,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12318,11446,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,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,'Welcome to Brewfest!','[PH] Speak to the Brewfest Organizer and receive a free beer.','[PH] Speak to the Brewfest Organizer at the Brewfest Grounds outside of Ironforge and receive a free beer.','','What?! A free beer? Yeah, yeah. I guess we said we\'d do that this year.',NULL,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,12340), (11448,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11278,0,0,11474,1,0,2400,0,0,0,0,0,0,34088,1,0,262272,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Explorers\' League Outpost','Deliver McSorf\'s Bundle to Stanwad at the Explorers\' League Outpost in Howling Fjord.','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.','','$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!','','Return to Stanwad in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11449,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Training','Toss Water Buckets on 5 fires, then speak with the Masked Orphan Matron in Brill.','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.','','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.','Return to Masked Orphan Matron at Brill in Tirisfal Glades.',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,0,'Fight Fires','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11450,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11357,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,20557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Training','Toss Water Buckets on 5 fires, then speak with the Masked Orphan Matron in Falconwing Square.','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.','','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.','Return to Masked Orphan Matron at Falconwing Square in Eversong Woods.',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,0,'Fight Fires','','','',1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (11451,2,70,60,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,3750,0,0,0,0,0,0,34089,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alicia\'s Poem','You have been asked to deliver Alicia\'s Poem to Caylee Dak in Shattrath City in Outland.','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!','','What a touching poem, thank you!','Oh, is that a poem?','Return to Caylee Dak in Shattrath City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34089,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,0,12340), (11452,2,72,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11235,0,0,0,6,100000,60900,0,0,0,0,0,0,34090,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Slumbering King','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.','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.','','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?','Return to Captain Adams at Westguard Keep in Howling Fjord.',24023,0,0,0,1,0,0,0,34090,0,0,0,1,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,15,1,1,0,0,0,0,0,12340), (11453,2,72,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11263,0,0,0,6,100000,60900,0,0,0,0,0,0,34091,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Slumbering King','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.','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.','','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?','Return to Chieftain Ashtotem at Camp Winterhoof in Howling Fjord.',24023,0,0,0,1,0,0,0,34091,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11454,2,52,48,0,-370,81,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,8,0,0,0,0,0,11325,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,59,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seek the Saboteurs','Find Coren Direbrew in the Grim Guzzler within Blackrock Depths.','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.','','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...',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11455,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11434,0,0,11473,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Fragrance of Money','Handsome Terry at Scalawag Point in Howling Fjord wants you to obtain 4 Bear Musk from the Rabid Brown Bears in the surrounding area.','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?','','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?','Return to Handsome Terry at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34084,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,12340), (11456,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feeding the Survivors','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.','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.','','I thank you, $N. My people are in a time of great need.','Have you obtained the meat we need?','Return to Elder Atuik at Kamagua in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36776,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11457,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11456,0,0,11458,5,47000,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arming Kamagua','Elder Atuik wants you to obain 3 Chimaera Horns.','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.','','You continue to prove your worth as an ally, $N. Your actions will not be forgotten.','It\'s good to see you again, $r.','Return to Elder Atuik at Kamagua in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34101,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11458,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11457,0,0,0,5,0,24000,0,0,0,0,0,0,36777,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Avenge Iskaal','Elder Atuik wants you to go to Iskaal and slay 8 Northsea Slavers. Use the Horn of Kamagua should you need assistance.','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.','','You are a formidable ally, $N. My people will forever be in your debt.','Have you done what I asked of you, $n?','Return to Elder Atuik at Kamagua in Howling Fjord.',24676,0,0,0,8,0,0,0,0,36777,0,0,0,1,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,12340), (11459,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11473,0,0,11476,3,0,12000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Zeh\'gehn Sez','Return to Handsome Terry to decipher what Zeh\'gehn asked of you.','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.','','You didn\'t understand a thing Zeh\'gehn said? Well, of course not.$B$BLet\'s see then.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11460,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11278,0,0,11465,5,0,24000,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trust is Earned','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.','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.','Fjord Rock Falcon Fed','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.','Return to Hidalgo the Master Falconer at the Explorers\' League Outpost in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,34102,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11461,2,71,69,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,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,'DEPRECATED','','','',NULL,NULL,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,12340), (11462,2,71,70,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11434,4,0,18000,0,0,0,0,0,0,34108,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Handsome Terry','Don the Pirate Disguise and speak to Handsome Terry inside Scalawag point.','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!','',NULL,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,12340), (11463,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11462,2,0,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Pirates of the North Seas','Find Grezzix Spindlesnap on the northern end of Garvan\'s Reef off of the Southwestern coast of Howling Fjord.','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?','',NULL,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,12340), (11464,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11434,0,0,11466,4,0,18000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Gambling Debt','Taruk at Scalawag Point wants you to collect \"Silvermoon\" Harry\'s 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.','','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?','Return to Taruk at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34115,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11465,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11460,0,0,11468,5,0,24000,0,0,0,0,0,0,34111,1,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Ransacked Caravan','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.','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!','','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.','Return to Hidalgo the Master Falconer at the Explorers\' League Outpost in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,34102,0,0,0,5,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,12340), (11466,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11464,0,0,11467,4,94000,90600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Jack Likes His Drink','Taruk at Scalawag Point in Howling Fjord wants you to collect Jack Adams\' Debt.','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.','','I\'m impressed, $N. And I\'m not the type who\'s easily impressed.','Did you get what\'s mine, $N?','Return to Taruk at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,34117,0,0,0,1,0,0,34116,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11467,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11466,0,0,0,6,0,30300,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,'Dead Man\'s Debt','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.','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.','','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?','Return to Taruk at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34118,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11468,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11465,0,0,11470,5,0,24000,0,0,0,0,0,0,34121,1,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Falcon Versus Hawk','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.$B','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! ','','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.','Return to Hidalgo the Master Falconer at the Explorers\' League Outpost in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,34102,0,0,0,10,34120,34121,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11469,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11509,0,0,0,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Swabbin\' Soap','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.','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!','','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!','Return to Scuttle Frostprow at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34122,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,0,0,0,0,0,0,0,12340), (11470,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11468,0,0,0,6,94000,30300,0,0,0,0,0,0,34124,1,0,128,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,1050,1068,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'There Exists No Honor Among Birds','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.','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!','','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.','Return to Hidalgo the Master Falconer at the Explorers\' League Outpost in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34123,34124,0,0,0,0,8,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11471,2,71,69,0,495,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,11480,0,0,0,6,0,30300,0,0,0,0,0,0,0,0,0,136,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,'The Jig is Up','Annie Bonn at Scalawag Point wants you to bring her Jonah Sterling\'s Spyglass.','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.','','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.','Return to Annie Bonn at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34128,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,12340), (11472,2,-1,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11469,0,0,0,5,50000,0,0,0,0,0,0,0,40946,1,0,4482,3,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Way to His Heart...','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.','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.','Reef Bull led to a Reef Cow','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.',NULL,'Return to Anuniaq at Kamagua in Howling Fjord.',0,0,0,0,0,0,0,0,34127,40946,0,0,250,1,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,1,2,0,0,0,0,0,0,12340), (11473,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11455,0,0,11459,2,0,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Traitor Among Us','Speak to Zeh\'gehn at Scalawag Post.','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.','','Ku here, mate. Ye come fe see I an\' I, aye?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11474,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11448,0,0,11475,1,0,2400,0,0,0,0,0,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,1050,1068,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Problems on the High Bluff','Speak with Walt.','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.','','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.',NULL,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,12340), (11475,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11474,0,0,0,5,0,24000,0,0,0,0,0,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,1050,1068,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Tools to Get the Job Done','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to recover his Building Tools.','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.','','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.','Return to Walt at the Explorers\' League Outpost in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11476,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11459,0,0,0,2,0,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Carver and a Croaker','Get a Shiny Knife from \"Silvermoon\" Harry and capture a Scalawag Frog. Bring these to Zeh\'Gehn at Scalawag Point.','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.','','Much obliged, bucko. Croaker\'s lookin\' real cris!','Ye get the croaker and carver, mon?','Return to Zeh\'gehn at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35803,35813,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11477,2,70,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11278,0,0,0,5,0,7500,0,0,0,0,0,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,1050,1068,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Out of My Element?','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.','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!','','Good job, $n. That\'ll slow down the burial process a little.',NULL,'Return to Donny at Ivald\'s Ruin in Howling Fjord.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11478,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11278,0,0,0,2,0,6000,0,0,0,0,0,0,34132,1,0,128,0,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,2,2,0,0,0,0,0,0,0,0,0,0,0,0,'Outpost Over Yonder...','Deliver Donny\'s Letter to Stanwad at the Explorers\' League Outpost.','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.','','Yea, this isn\'t anything we don\'t already know. At least Donny\'s still alive.','News from Donny?','Return to Stanwad in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11479,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11476,0,0,11480,6,0,30300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'\"Crowleg\" Dan','Confront \"Crowleg\" Dan, who is in one of the ships at Scalawag Point. Speak to Handsome Terry when you\'ve completed this task.','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.','','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.',NULL,'Return to Handsome Terry at Scalawag Point in Howling Fjord.',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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11480,2,71,69,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11479,0,0,11471,2,0,6000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Meet Number Two','Speak to Annie Bonn at Scalawag Point.','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. ','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11481,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11488,1,4400,780,0,0,0,0,0,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,1077,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crisis at the Sunwell','Adyen the Lightwarden on the Aldor Rise in Shattrath City has requested that you travel to Sunwell Plateau and speak with Larethor.','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.','','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....',NULL,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,12340), (11482,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11488,1,4400,780,0,0,0,0,0,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,1077,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Duty Calls','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.','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.','','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?',NULL,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,12340), (11483,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11475,11485,-11483,0,5,0,24000,0,0,0,0,0,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,1068,1050,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'We Can Rebuild It','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.','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.','','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?','Return to Walt at the Explorers\' League Outpost in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34133,34134,34135,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,5,1,1,0,0,0,0,0,12340), (11484,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11475,11485,-11483,0,5,0,24000,0,0,0,0,0,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,1068,1050,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'We Have the Technology','Walt at the Explorers\' League Outpost in the Howling Fjord wants you to bring him a Pristine Shoveltusk Hide and Steel Ribbing.','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.','','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!','Return to Walt at the Explorers\' League Outpost in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34136,34137,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,1,1,273,0,0,0,0,0,12340), (11485,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11489,1,0,2400,0,0,0,0,0,0,0,0,0,138,2,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Iron Rune Constructs and You: Rocket Jumping','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.','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.$B','Rocket Jump Mastered','You\'re almost ready to take this work of art into the field, $N!\n','Don\'t take any lip from these naysayers!','Return to Walt at the Explorers\' League Outpost in 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,'','','','',4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (11486,2,-1,1,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11454,0,0,0,0,0,0,0,0,0,0,0,0,34141,1,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,0,0,'The Best of Brews','Take the Dark Iron Ale Keg to Ipfelkofer Ironkeg in Dun Morogh.','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!','','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?','Return to Ipfelkofer Ironkeg in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34141,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11487,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11454,0,0,0,0,0,0,0,0,0,0,0,0,34141,1,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,0,0,'The Best of Brews','Take the Dark Iron Ale Keg to Tapper Swindlekeg in Durotar.','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!','','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?','Return to Tapper Swindlekeg in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34141,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11488,2,70,70,0,4131,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11490,8,0,151800,0,0,0,0,0,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,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magisters\' Terrace','Exarch Larethor at the Shattered Sun Staging Area wants you to search Magisters\' Terrace and find Tyrith, a blood elf spy.','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?','','What we do here is none of your business...','I don\'t remember ordering a cleaing 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!',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,12340), (11489,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11485,0,0,11491,1,0,2400,0,0,0,0,0,0,0,0,0,128,0,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Iron Rune Constructs and You: Collecting 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.','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.','','Perfect! Works like a charm!',NULL,'Return to Walt at the Explorers\' League Outpost in Howling Fjord.',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,'Test Data Collected','','','',4,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,12340), (11490,2,70,70,0,4131,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11488,0,0,11492,5,44000,75900,0,0,0,0,0,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,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scryer\'s Scryer','Tyrith wants you to use the orb on the balcony in Magisters\' Terrace.','$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','','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.','Return to Kalecgos in Magisters\' Terrace.',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,'Scrying Orb Activated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11491,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11489,0,0,0,1,0,2400,0,0,0,0,0,0,0,0,0,130,2,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Iron Rune Constructs and You: The Bluff','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.$B','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.','Lebronski Bluffed','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...','Return to Walt at the Explorers\' League Outpost in 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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11492,2,70,70,0,4131,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11490,0,0,0,8,44000,15300,46591,0,0,0,0,0,0,0,0,136,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,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hard to Kill','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.','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.','','$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?','Return to Exarch Larethor in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11493,2,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,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,'UNUSED','','','',NULL,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,12340), (11494,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11491,11501,-11494,0,6,141000,30300,0,0,0,0,0,0,0,0,0,136,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,1068,1050,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Lightning Infused Relics','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.','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!','','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.',NULL,'Return to Walt at the Explorers\' League Outpost in Howling Fjord.',24824,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,'Iron Rune Data Collected','','','',4,0,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,12340), (11495,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11491,11501,-11494,0,6,94000,30300,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,35851,35849,35852,35856,0,0,1,1,1,1,0,0,1068,1050,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'The Delicate Sound of Thunder','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.','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.','Thundering Cave investigated','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?','Return to Walt at the Explorers\' League Outpost in 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,'','','','',4,0,0,0,0,0,0,0,0,0,5,6,1,1,0,0,0,0,12340), (11496,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,0,0,0,0,0,0,0,0,4234,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,1077,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'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.','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.','Energize a Crystal Ward','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?','Return to Captain Theris Dawnhearth at the Shattered Sun Staging Area in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,34338,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,12340), (11497,2,70,70,0,3520,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Learning to Fly','Speak with Ilsa Blusterbrew at Wildhammer Stronghold in Shadowmoon Valley.','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.','','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!',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11498,2,70,70,0,3520,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Learning to Fly','Speak with Olrokk at Shadowmoon Village in Shadowmoon Valley.','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.','','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!',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11499,2,70,70,0,4131,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11492,0,11354,0,7,132000,11400,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29434,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1077,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Signet Ring of Prince Kael\'thas','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.','$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.','','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?','Return to Wind Trader Zhareem in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11500,2,70,70,0,4131,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11364,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,29460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,1077,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Sisters of Torment','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.','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.','','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?','Return to Nether-Stalker Mah\'duun in Terokkar Forest.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11501,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,11157,0,0,1,0,2400,0,0,0,0,0,0,0,0,0,128,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,1068,1050,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'News From the East','Speak with Captain Adams at Westguard Keep.','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...','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11502,2,70,64,0,3518,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,5,0,0,0,0,0,4296,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Defense of Halaa','Defeat 10 enemy players in Halaa and return to Lakoor in Telaar.','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.','','I thank you, $n. Your efforts will not be ignored.','Is your task done, $n?','Return to Lakoo at Telaar in Nagrand.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11503,2,70,64,0,3518,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,5,0,0,0,0,0,4296,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enemies, Old and New','Defeat 10 enemy players in Halaa and return to Karrtog in Garadar.','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.','','You bring great honor to our people. You have our thanks.','Is your task done, $N?','Return to Karrtog at Garadar in Nagrand.',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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11504,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11507,5,0,24000,0,0,0,0,0,0,0,0,44017,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dead Rise!','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.','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.','','$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!','Return to Orfus of Kamagua at the Ancient Lift in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34222,34223,34224,34225,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,12340), (11505,2,-1,62,0,3519,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,5,0,0,0,0,0,4234,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits of Auchindoun','Help the Alliance secure a tower in the Bone Wastes.','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.','Secure a Spirit Tower','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?','Return to Exorcist Sullivan at the Allerian Stronghold in Terokkar 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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11506,2,-1,62,0,3519,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,5,0,0,0,0,0,4234,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits of Auchindoun','Help the Horde secure a Spirit Tower in the Bone Wastes.','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.','Secure a Spirit Tower','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?','Return to Exorcist Vaisha at Stonebreaker Hold in Terokkar 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,12340), (11507,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11504,0,0,11508,3,0,12000,0,0,0,0,0,0,34226,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elder Atuik and Kamagua','Orfus of Kamagua in the Howling Fjord wants you to deliver Orfus\'s Bundle to Elder Atuik at 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 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?','Return to Elder Atuik at Kamagua in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34226,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (11508,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11507,0,0,11509,1,0,2400,0,0,0,0,0,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,1073,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grezzix Spindlesnap','Speak with 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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,4,1,1,5,0,0,0,0,12340), (11509,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11508,0,0,11510,2,0,6000,0,0,0,0,0,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,1073,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Street \"Cred\"','Speak with \"Silvermoon\" Harry at Scalawag Point about the missing Vrykul artifacts.','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.','','$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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (11510,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11509,0,0,0,5,0,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'\"Scoodles\"','\"Silvermoon\" Harry at Scalawag Point wants you to recover his Sin\'dorei Scrying Crystal from the orca, \"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.','','$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?','Return to \"Silvermoon\" Harry at Scalawag Point in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34235,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,275,1,1,6,0,0,0,0,12340), (11511,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11510,11568,-11511,0,5,0,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Staff of Storm\'s Fury','Recover the Staff of Storm\'s Fury and deliver it to Orfus of Kamagua in the Howling Fjord.$B','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.','','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?','Return to Orfus of Kamagua at the Ancient Lift in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34236,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (11512,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11510,11568,-11511,0,5,0,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Frozen Heart of Isuldof','Recover the Frozen Heart of Isuldof and deliver it to Orfus of Kamagua in the Howling Fjord.','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!','','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?','Return to Orfus of Kamagua at the Ancient Lift in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34237,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,1,0,0,0,0,0,12340), (11513,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11517,0,0,0,4,44000,5700,0,44934,0,0,0,0,0,0,0,4232,1,0,0,0,0,35232,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Intercepting the Mana Cells','Obtain 10 Smuggled Mana Cells and return them to Exarch Nasuun on the Terrace of Light in Shattrath City.','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.','','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?','Return to Exarch Nasuun at Lower City in Shattrath City.',0,0,0,0,0,0,0,0,0,34248,0,0,0,1,0,0,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,12340), (11514,2,70,70,0,3522,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11534,0,0,0,4,44000,5700,0,44934,0,0,0,0,0,0,0,4232,1,0,0,0,0,35232,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maintaining the Sunwell Portal','Obtain 10 Smuggled Mana Cells and return them to Exarch Nasuun on the Terrace of Light in Shattrath City.','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.','','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?','Return to Exarch Nasuun at Lower City in Shattrath City.',0,0,0,0,0,0,0,0,0,34248,0,0,0,1,0,0,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,12340), (11515,2,70,70,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11526,0,0,0,5,44000,7500,0,46251,0,0,0,0,34257,1,0,4224,33,0,0,0,0,0,0,0,0,0,0,0,0,30809,30810,0,0,0,0,5,5,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood for Blood','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.','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.','','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.','Return to Magistrix Seyla at the Throne of Kil\'jaeden in Hellfire Peninsula.',24955,0,0,0,4,0,0,0,0,0,34259,0,0,0,4,0,0,34257,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11516,2,70,70,0,3483,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11526,0,0,0,4,44000,5700,0,0,0,0,0,0,34253,1,0,4226,3,0,0,0,0,35232,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blast the Gateway','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.','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.','Legion Gateway Destroyed','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.','Return to Magistrix Seyla at Throne of Kil\'jaeden in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11517,2,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,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,1077,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Nasuun','Tradesman Portanuus has asked you to speak with Exarch Nasuun on the Terrace of Light in Shattrath City.','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.','','Portanuus sent you? Good, we haven\'t any time to spare!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11518,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunwell Daily Portal Flag','','','',NULL,NULL,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,12340), (11519,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11510,0,0,11527,4,0,18000,0,0,0,0,0,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,1073,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Shield of the Aesirites','Speak with Captain Ellis aboard the Sister Mercy.','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...','','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!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (11520,2,70,70,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,44987,0,0,0,0,0,0,0,4232,1,0,0,0,0,35232,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Discovering Your 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.','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.','','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.','Return to Mar\'nah at Sun\'s Reach Harbor in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,34255,0,0,0,5,0,0,0,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,12340), (11521,2,70,70,0,3519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,44000,9600,0,44987,0,0,0,0,0,0,0,4232,1,0,0,0,0,35232,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rediscovering Your 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.','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.','','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.','Return to Mar\'nah at Sun\'s Reach Harbor in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,34255,0,0,0,5,0,0,0,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,12340), (11522,2,70,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,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,'','','[PH]For whatever reason,(TBD),\nyou 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.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11523,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,0,0,0,0,0,0,0,0,135306,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,1077,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arm the 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 structures in Sun\'s Reach.','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.','Energize a Crystal Ward','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?','Return to Captain Theris Dawnhearth at the Shattered Sun Staging Area in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,34338,0,0,0,4,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,12340), (11524,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,0,0,0,0,0,34368,1,0,4224,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Erratic Behavior','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.','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.','','Good job, $n. The sanctum will be ours in no time!','Have you converted the sentries, $n?','Return to Vindicator Xayann at the Shattered Sun Staging Area in Isle of Quel\'Danas.',24991,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,34368,0,0,0,0,0,1,0,0,0,0,0,'Converted Sentry Deployed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11525,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,0,0,0,0,0,34368,1,0,4224,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Further Conversions','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.','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.','','Excellent. The converted sentries will help to secure our perimeter.','Have you converted the sentries, $n?','Return to Vindicator Xayann at the Shattered Sun Staging Area in Isle of Quel\'Danas.',24991,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,34368,0,0,0,0,0,1,0,0,0,0,0,'Converted Sentry Deployed','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11526,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11550,0,0,0,4,34000,5700,0,0,0,0,0,0,34420,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Magistrix','Use the Captured Legion Scroll near the portal at Dawning Square. Once you\'ve gone through the portal, find Magistrix Seyla.','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.','','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.','Return to Magistrix Seyla at Throne of Kil\'jaeden in Hellfire Peninsula.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34420,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11527,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11519,0,0,11529,4,0,18000,0,0,0,0,0,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,1073,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mutiny on the Mercy','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.$B','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!','','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!','Return to Captain Ellis aboard the Sister Mercy in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34387,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,12340), (11528,0,-1,10,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,8,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,'A Winter Veil Gift','','','','A small tag on this present reads:$B$BHappy holidays, $N!',NULL,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,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11529,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11527,0,0,11530,4,0,18000,0,0,0,0,0,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,1073,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sorlof\'s Booty','Slay Sorlof using the Big Gun and recover Sorlof\'s Booty. Return Sorlof\'s Booty to Captain Ellis aboard the Sister Mercy.','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...','','A deal\'s a deal, me hearty!','Smartly, me hearty!','Return to Captain Ellis aboard the Sister Mercy in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34468,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,5,1,0,0,0,0,0,0,12340), (11530,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11529,11568,-11511,0,5,0,24000,0,0,0,0,0,0,34238,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shield of the Aesirites','Return the Shield of the Aesirites to Orfus of Kamagua at the Ancient Lift in the Howling Fjord.','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!','','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!','Return to Orfus of Kamagua at the Ancient Lift in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34238,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,12340), (11531,2,70,55,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,0,0,5,22000,7500,0,0,0,0,0,0,34474,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Engine Part','Take the Strange Engine Part to K. Lee Smallfry in Telredor.','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.','','$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?','Return to K. Lee Smallfry at Telredor in Zangarmarsh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34474,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11532,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,0,0,0,0,0,34475,1,0,4224,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distraction at the Dead Scar','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.','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.','','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?','Return to Battlemage Arynna at Sun\'s Reach Sanctum in Isle of Quel\'Danas.',0,25031,25033,25030,0,2,3,12,0,0,0,0,0,0,0,0,34475,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11533,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,0,0,0,0,0,34475,1,0,4224,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Air Strikes Must Continue','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.','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.','','Any demons we kill today are demons that we do not have to fight tomorrow. Keep it up.','Have you accomplished your mission, $n?','Return to Battlemage Arynna at Sun\'s Reach Sanctum in Isle of Quel\'Danas.',0,25031,25033,25030,0,2,3,12,0,0,0,0,0,0,0,0,34475,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11534,2,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,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,1077,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Nasuun','Tradesman Portanuus has asked you to speak with Exarch Nasuun on the Terrace of Light in Shattrath City.','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.','','Portanuus sent you? Good, we haven\'t any time to spare!',NULL,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,12340), (11535,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,45140,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Ready','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.','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....','','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?','Return to Smith Hauthaa at Greengill Coast in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,34477,0,0,0,3,0,0,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,12340), (11536,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,45140,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Stop Now....','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.','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....','','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?','Return to Smith Hauthaa at Greengill Coast in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,34477,0,0,0,3,0,0,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,12340), (11537,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,44000,5700,0,0,0,0,0,0,34414,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle Must Go On','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.','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.','','Your dedication is exemplary, $n. We will show the forces of the Burning Legion what we\'re capable of.','Have you succeeded, $n?','Return to Harbinger Inuuro at Sun\'s Reach Sanctum in Isle of Quel\'Danas.',25065,25068,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,34414,0,0,0,0,0,1,0,0,0,0,'Emissary of Hate impaled','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11538,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,44000,5700,0,0,0,0,0,0,34414,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle for the Sun\'s Reach Armory','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.','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.','','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?','Return to Harbinger Inuuro at Sun\'s Reach Sanctum in Isle of Quel\'Danas.',25065,25068,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,34414,0,0,0,0,0,1,0,0,0,0,'Emissary of Hate Impaled','','','',4,0,3000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11539,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking the Harbor','Magister Ilastar at Sun\'s Reach Armory wants you to slay 6 Dawnblade Summoners, 6 Dawnblade Blood Knights and 3 Dawnblade Marksmen.','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.','','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?','Return to Magister Ilastar at Sun\'s Reach Armory in Isle of Quel\'Danas.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11540,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crush the Dawnblade','Magister Ilastar at Sun\'s Reach Armory wants you to slay 6 Dawnblade Summoners, 6 Dawnblade Blood Knights and 3 Dawnblade Marksmen.','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.','','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?','Return to Magister Ilastar at Sun\'s Reach Armory in Isle of Quel\'Danas.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11541,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,45144,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disrupt the Greengill Coast','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.','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.','','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.','Return to Captain Valindria at Sun\'s Reach Harbor in Isle of Quel\'Danas.',25086,0,0,0,10,0,0,0,0,34483,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Greengill Slave freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11542,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,34489,1,0,4224,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,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Intercept the Reinforcements','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.','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.','','Well done, $n. It should be a long time before the harbor receives any reinforcements.','Have you accomplished your task, $n?','Return to Vindicator Kaalan at Sun\'s Reach Armory in Isle of Quel\'Danas.',25090,25091,25092,25087,1,1,1,6,0,0,0,0,0,0,0,0,34489,0,0,0,0,0,1,0,0,0,0,0,0,'Sin\'loren sails burned','Bloodoath sails burned','Dawnchaser sails burned','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11543,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7500,0,0,0,0,0,0,34489,1,0,4224,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,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keeping the Enemy at Bay','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.','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.','','Well done, $n. It should be a long time before the harbor receives any reinforcements.','Have you accomplished your task, $n?','Return to Vindicator Kaalan at Sun\'s Reach Armory in Isle of Quel\'Danas.',25090,25091,25092,25087,1,1,1,6,0,0,0,0,0,0,0,0,34489,0,0,0,0,0,1,0,0,0,0,0,0,'Sin\'loren sails burned','Bloodoath sails burned','Dawnchaser sails burned','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11544,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,88000,9600,0,45148,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,34538,34539,0,0,0,0,1,1,0,0,0,0,1077,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ata\'mal Armaments','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.','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.','','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.','Return to Smith Hauthaa at Greengill Coast in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,34500,0,0,0,5,0,0,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,0,0,0,12340), (11545,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,4232,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Charitable Donation','Anchorite Ayuri at Sun\'s Reach in Sunwell Isle wants you to donate 10 gold.','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.','','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?',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,12340), (11546,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,34537,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Open for Business','Mar\'nah at the Sun\'s Reach Harbor wants you to gather 5 Bloodberries from the bushes found on Quel\'Danas.','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.','','Excellent, $n.$b$bI hope this will aid you in your efforts here.','Have you gathered those berries yet?','Return to Mar\'nah at Sun\'s Reach Harbor in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11547,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,34533,1,0,4224,33,0,0,0,0,35230,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Know Your Ley Lines','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.','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....','','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?','Return to Astromancer Darnarian at Sun\'s Reach Sanctum in Isle of Quel\'Danas.',25156,25154,25157,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,34533,0,0,0,0,0,1,0,0,0,'Portal Reading Taken','Shrine Reading Taken','Bloodcrystal Reading Taken','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11548,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,42000,0,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,4232,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Continued Support','Anchorite Ayuri at Sun\'s Reach in Sunwell Isle wants you to donate 10 gold.','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.','','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?',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,12340), (11549,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,1077,0,42000,0,0,0,0,0,0,-10000000,0,0,0,0,0,0,0,0,0,0,136,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,1077,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Magnanimous Benefactor','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\'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?','','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?',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,12340), (11550,2,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,1920,0,0,0,0,0,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,1077,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enter, the Deceiver...','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.','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.','','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.',NULL,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,12340), (11551,0,70,70,0,4080,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,34548,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Agamath, the First Gate','','','',NULL,NULL,'Return to Archmage Ne\'thul in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11552,0,70,70,0,4080,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,34548,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rohendor, the Second Gate','','','',NULL,NULL,'Return to Archmage Ne\'thul in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11553,0,70,70,0,4080,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,34548,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Archonisus, the Final Gate','','','',NULL,NULL,'Return to Archmage Ne\'thul in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11554,0,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,1077,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,'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.',NULL,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,12340), (11555,0,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,1077,0,9000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,'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.',NULL,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,12340), (11556,0,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,1077,0,21000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,'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.',NULL,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,12340), (11557,0,70,70,0,4080,0,0,0,0,0,0,0,0,0,0,0,1077,0,42000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,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,'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.',NULL,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,12340), (11558,2,-1,1,0,-22,0,0,0,0,690,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dangerous Love','Get a Guardian\'s Moldy Card and bring it to Fenstad Argyle in the Undercity.','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.','',NULL,NULL,'Return to Fenstad Argyle at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22145,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,12340), (11559,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Winterfin Commerce','Collect 5 Winterfin Clams and deliver them to Ahlurglgr at Winterfin Retreat.','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.','','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?','Return to Ahlurglgr at Winterfin Retreat in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11560,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11559,0,0,11562,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37034,37558,37508,37527,0,0,1,1,1,1,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oh Noes, the Tadpoles!','King Mrgl-Mrgl has asked you to rescue 20 Winterfin Tadpoles. Return to him at Winterfin Retreat once you have done so.','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!','','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!','Return to King Mrgl-Mrgl at Winterfin Retreat in Borean Tundra.',25201,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,'Winterfin Tadpole rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11561,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11559,0,0,0,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Them!','Brglmurgl at Winterfin Retreat has asked you to kill 15 Winterfin murlocs. Any combination of warriors, oracles, and shorestrikers will do.','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!','','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?','Return to Brglmurgl at Winterfin Retreat in Borean Tundra.',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,'Winterfin murlocs slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11562,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11560,0,0,11563,1,0,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'I\'m Being Blackmailed By My Cleaner','King Mrgl-Mrgl has asked you to speak with Mrmrglmr at the northwest end of Winterfin Retreat.','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.','','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!',NULL,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,12340), (11563,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11562,0,0,11565,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Grmmurggll Mrllggrl Glrggl!!!','Mrmrglmr wants you to return to him at Winterfin Retreat with Glrggl\'s Head.','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!','','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!','Return to Mrmrglmr at Winterfin Retreat in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11564,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Succulent Orca Stew','Cleaver Bmurglbrm has tasked you with acquiring 7 Succulent Orca Blubber. Return with them to him at Winterfin Retreat.','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.','','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?','Return to Cleaver Bmurglbrm at Winterfin Retreat in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11565,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11563,0,0,11566,1,0,2400,0,0,0,0,0,0,34619,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spare Suit','Return King Mrgl-Mrgl\'s Spare Suit to him at Winterfin Retreat.','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?','','$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?','Return to King Mrgl-Mrgl at Winterfin Retreat in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11566,2,72,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11565,0,0,0,6,100000,60900,0,45315,0,0,0,0,34620,1,0,128,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,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Surrender... Not!','King Mrgl-Mrgl at Winterfin Retreat has asked you to bring him a Claw of Claximus.','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.','','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?','Return to King Mrgl-Mrgl at Winterfin Retreat in Borean Tundra.',0,0,0,0,0,0,0,0,34620,0,0,0,1,0,0,0,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,0,0,0,12340), (11567,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11510,11568,-11511,0,5,0,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ancient Armor of the Kvaldir','Recover the Ancient Armor of the Kvaldir and deliver it to Orfus of Kamagua in the Howling Fjord.','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!','','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?','Return to Orfus of Kamagua at the Ancient Lift in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34239,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (11568,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11572,5,0,24000,0,0,0,0,0,0,34624,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Return to Resting','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.','$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...','','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?','Return to Orfus of Kamagua at the Ancient Lift in Howling Fjord.',24874,24876,24877,24875,1,1,1,1,0,0,0,34624,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shield of the Aesirites Returned','Staff of Storm\'s Fury Returned','Frozen Heart of Isuldof Returned','Ancient Armor of the Kvaldir Returned',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11569,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Keymaster Urmgrgl','Glrglrglr inside the Winterfin Caverns has asked you to retrieve Urmgrgl\'s Key.','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!','','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!','Return to Glrglrglr at the Winterfin Caverns in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11570,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,37046,37044,37041,37036,37039,37042,1,1,1,1,1,1,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from the Winterfin Caverns','Escort Lurgglbr to safety and then report to King Mrgl-Mrgl at Winterfin Retreat with the good news.','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','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?','Return to King Mrgl-Mrgl at Winterfin Retreat 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,12340), (11571,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,34598,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learning to Communicate','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.','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.','','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?','Return to King Mrgl-Mrgl at Winterfin Retreat in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11572,2,71,68,0,495,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11568,0,0,0,7,141000,36300,0,0,0,0,0,0,0,0,0,136,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,1073,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Atuik','Deliver the bad news to Elder Atuik at Kamagua.','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!','','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...',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (11573,2,71,68,0,495,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11504,2,0,6000,0,0,0,0,0,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,1073,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orfus of Kamagua','Find Orfus of Kamagua at the Ancient Lift in Howling Fjord.','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?','','Lunk-tusk lives? At least there is some good news to be had on this day...',NULL,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,12340), (11574,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11598,11587,0,11587,3,24000,12000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Too Close For Comfort','Endorah wants you to go to Amber Ledge north of Warsong Hold and thank those there for rescuing her.','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.','','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....',NULL,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,12340), (11575,2,71,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11897,11587,0,11587,3,24000,12000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Nick of Time','Midge in Valiance Keep wants you to go to Amber Ledge to the north and thank those there for rescuing her.','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.','','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....',NULL,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,12340), (11576,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11582,4,37000,18000,0,0,0,0,0,0,34669,1,0,128,32,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,4,0,0,0,0,0,0,0,0,0,571,3287.33,6606.11,0,'Monitoring the Rift: Cleftcliff Anomaly','Garren on Amber Ledge wants you to use the Arcanometer at the 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.','','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?','Return to Librarian Garren at Amber Ledge in Borean Tundra.',25310,0,0,0,1,0,0,0,34669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleftcliff Anomaly Reading Taken','','','',4,0,500,1000,0,0,0,0,0,0,5,1,0,0,0,0,0,0,12340), (11577,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,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,0,0,0,0,0,0,0,0,0,'WoW Collector\'s Edition: - DEM - E - FLAG','','','',NULL,NULL,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,12340), (11578,1,4,1,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,225,330,2058,3246,0,0,0,0,0,0,0,0,0,0,1,0,0,159,118,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,87,0,0,0,4,-5,0,0,0,0,0,0,0,0,0,0,0,0,'The \"Chow\" Quest (123)aa COPY','Kill Kobold Vermin, 2 of em.','$Tpunk;! Kill Kobold Vermin, 2 of em.','',NULL,NULL,'Return to Benny Questgiver.',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,12340), (11579,1,4,1,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,225,330,2058,3246,0,0,0,0,0,0,0,0,0,0,1,0,0,159,118,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,529,87,0,0,0,4,-5,0,0,0,0,0,0,0,0,0,0,0,0,'The \"Chow\" Quest (123)aa COPY','Kill Kobold Vermin, 2 of em.','$Tpunk;! Kill Kobold Vermin, 2 of em.','',NULL,NULL,'Return to Benny Questgiver.',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,12340), (11580,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Silverpine bonfire!',NULL,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,12340), (11581,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Westfall bonfire!',NULL,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,12340), (11582,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11576,0,0,12728,4,37000,18000,0,0,0,0,0,0,34669,1,0,128,32,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,4,0,0,0,0,0,0,0,0,0,571,3800,6038.4,0,'Monitoring the Rift: Sundered Chasm','Garren at Amber Ledge wants you to use the Arcanometer at the Sundered Chasm anomaly and return to him with the readings.','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.','','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?','Return to Librarian Garren at Amber Ledge in Borean Tundra.',25308,0,0,0,1,0,0,0,34669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sundered Chasm Reading Taken','','','',4,0,1000,0,0,0,0,0,0,0,6,5,1,0,0,0,0,0,12340), (11583,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Westfall flame!',NULL,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,12340), (11584,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Silverpine Forest flame!',NULL,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,12340), (11585,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellscream\'s Vigil','Speak with Garrosh Hellscream in Warsong Hold.','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!','','A hero of the Horde, eh?$b$b$b$bFear...$b$b$b$bYou won\'t last long.',NULL,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,12340), (11586,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellscream\'s Vigil','Speak with Garrosh Hellscream in Warsong Hold.','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!','','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.',NULL,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,12340), (11587,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11590,5,47000,24000,0,45453,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prison Break','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.','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.','','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....','Return to Librarian Donathan at Amber Ledge in Borean Tundra.',25318,0,0,0,1,0,0,0,34688,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arcane Prisoners Rescued','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11588,2,70,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','Destroy the elemental Ahune within Blackfathom Deeps.','Stop Ahune from coming to Azeroth and inciting an elemental war!','',NULL,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,12340), (11589,2,70,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,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','Destroy the elemental Ahune within Blackfathom Deeps.','Stop Ahune from coming to Azeroth and inciting an elemental war!','',NULL,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,12340), (11590,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11587,0,0,11646,5,47000,24000,0,45739,0,0,0,0,34691,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abduction','Donathan wants you to use the Arcane Binder on a wounded Beryl Sorcerer at Beryl Point and return to Amber Ledge with him.','$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.','','Excellent work, $n.$b$bWe\'ll have him prepared for his interrogation at once.','Have you captured a Beryl sorcerer yet, $n?','Return to Librarian Donathan at Amber Ledge in Borean Tundra.',25474,0,0,0,1,0,0,0,34691,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captured Beryl Sorcerer','','','',4,0,1000,500,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11591,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2400,0,0,0,0,0,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,1085,1064,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Steeljaw\'s Caravan','Speak with Grunt Ragefist at 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.','','This isn\'t good, $c.$b$bLongrunner Proudhoof says that these are the burial grounds of his honored ancestors.',NULL,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,12340), (11592,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,37271,37393,37425,37557,0,0,1,1,1,1,0,0,1085,1064,0,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,'We Strike!','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.','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?','Successfully assisted Longrunner Proudhoof\'s assault.','Blood and thunder! You\'ve salvaged our newborn relations with the taunka.$b$bThank you for putting the situation to rights. Aka\'Magosh, $n!',NULL,'Return to Overlord Bor\'gorok at Bor\'gorok Outpost 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,12340), (11593,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,34692,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Honored Dead','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.','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!','','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!','Return to Grunt Ragefist at Steeljaw\'s Caravan in Borean Tundra.',25342,0,0,0,10,0,0,0,34692,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Caravan Guards & Workers Torched','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11594,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Put Them to Rest','Put 20 taunka spirits, either Ghostly Sages or Risen Longrunners, to rest and then report back to Grunt Ragefist at Steeljaw\'s Caravan.','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?','','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?','Return to Grunt Ragefist at Steeljaw\'s Caravan in Borean Tundra.',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,'Taunka spirits laid to rest','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11595,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,11598,11595,11598,1,0,2400,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Warsong Hold','Report to Overlord Razgor at the hut on the south side 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.','','$b$bYour reputation precedes you, $n.',NULL,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,12340), (11596,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,11598,11595,11598,1,0,2400,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Warsong Hold','Report to Overlord Razgor at the hut on the south side 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.','','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.',NULL,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,12340), (11597,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,11598,11595,11598,1,0,2400,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Defense of Warsong Hold','Report to Overlord Razgor at the hut on the south side 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.','',NULL,NULL,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,12340), (11598,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11602,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Back Mightstone Quarry','Overlord Razgor at Warsong Hold wants you to kill 15 Nerub\'ar Nerubians.','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.','','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!','Return to Overlord Razgor at Warsong Hold in Borean Tundra.',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,'Nerub\'ar slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11599,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11927,0,0,11600,3,0,12000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Thassarian, My Brother','Look for William Allerton inside the Farshire mine.','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.','','The corpse matches the description that Leryssa gave you of William Allerton. Oddly enough, there are no bite or claw marks on him.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11600,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11599,0,0,11601,4,0,18000,0,0,0,0,0,0,34695,1,0,128,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,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Late William Allerton','Bring the Enlistment Card to Leryssa at Valiance Keep in Borean Tundra.','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.','','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?','Return to Leryssa at Valiance Keep in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34695,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11601,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11600,0,0,11603,3,0,12000,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost and Found','Speak to James Deacon at the inn in Valiance Keep.','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.','','Can\'t say I can help you friend. But I might know someone who can.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11602,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11598,0,0,11634,5,0,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,36883,36882,36878,36881,36879,36880,1,1,1,1,1,1,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cutting Off the Source','Overlord Razgor at Warsong Hold wants you to destroy 10 Nerub\'ar Egg Sacs.','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.$B','','They just keep on coming, despite our best efforts. Something\'s gotta give, $n.','You need to destroy those egg sacs!','Return to Overlord Razgor at Warsong Hold in Borean Tundra.',0,0,0,-187655,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','Nerub\'ar Egg Sac Destroyed',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11603,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11601,0,0,11604,4,0,18000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,40042,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Wine, Truth','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.','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.','','Mmmmm... not too bitter... not too dry... it\'s just like the old days, with the lads at the barracks.','','Return to Old Man Colburn at Valiance Keep in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34714,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11604,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11603,0,0,11932,2,0,6000,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Deserter','Find the prison inside Inner Hold in Valiance Keep and speak to the 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.','','Whad\'ya want? I have enough problems as it is!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (11605,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11607,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Honored Ancestors','Elder Atkanok outside Coldrock Quarry wants you to identify the statues of Elder Kesuk, Elder Sagani, and Elder Takret.','$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.','','$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?','Return to Elder Atkanok at Coldrock Quarry in Borean Tundra.',-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,'Elder Kesuk identified','Elder Sagani identified','Elder Takret identified','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11606,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11608,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Patience is a Virtue that We Don\'t Need','Quartermaster Holgoth at Warsong Hold wants you to recover 15 crates of Warsong Munitions.','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.','','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.','Return to Quartermaster Holgoth at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11607,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11605,0,0,11609,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Spirits','Elder Atkanok, on the outskirts of Coldrock Quarry, wants you to free the spirits of 3 Kaskala Craftsmen and 3 Kaskala Shaman.','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.','','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?','Return to Elder Atkanok at Coldrock Quarry in Borean Tundra.',25321,25322,0,0,3,3,0,0,0,0,34711,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kaskala Craftsman spirits freed','Kaskala Shaman spirits freed','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11608,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11606,0,0,0,5,0,24000,0,0,0,0,0,0,34710,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,36888,36937,36938,37555,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bury Those Cockroaches!','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.','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!','','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?','Return to Quartermaster Holgoth at Warsong Hold in Borean Tundra.',25402,25403,25404,25405,1,1,1,1,0,0,0,34710,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (11609,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11607,0,0,11610,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Picking Up the Pieces','Bring 6 Tuskarr Ritual Objects to Elder Atkanok, who stands outside Coldrock Quarry.','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.','','$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?','Return to Elder Atkanok at Coldrock Quarry in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34713,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (11610,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11609,0,0,0,6,100000,60900,0,0,0,0,0,0,34715,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,37227,37548,37380,37514,0,0,1,1,1,1,0,0,1073,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leading the Ancestors Home','Elder Atkanok wants you to guide the spirits of Elder Kesuk, Elder Sagani, and Elder Takret to their stone monuments.','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','','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?','Return to Elder Atkanok at Coldrock Quarry in Borean Tundra.',25397,25398,25399,0,1,1,1,0,0,0,0,34715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elder Kesuk\'s ceremony completed','Elder Sagani\'s ceremony completed','Elder Takret\'s ceremony completed','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11611,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37206,37403,37417,37482,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taken by the Scourge','Foreman Mortuus at Warsong Hold wants you to free 5 Warsong Peons.','$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.$B','','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.',NULL,'Return to Foreman Mortuus at Warsong Hold in Borean Tundra.',25270,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warsong Peon Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11612,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11617,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaiming the Quarry','Etaruk, camped near the entrance to the Coldrock Quarry, wants you to kill 12 Beryl Treasure Hunters.','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?','','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?','Return to Etaruk at Coldrock Quarry in Borean Tundra.',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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11613,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11619,6,0,30300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37025,37023,37024,37022,37021,37026,1,1,1,1,1,1,1073,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Karuk\'s Oath','Karuk wants you to slay 6 Skadir Raiders and 5 Skadir Longboatsmen.','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.','','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.','Return to Karuk in Borean Tundra.',25522,25521,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11614,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11598,0,0,11615,2,0,6000,0,0,0,0,0,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Untold Truths','Find Shadowstalker Luther in Mightstone Quarry.','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...','','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.',NULL,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,12340), (11615,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11614,0,0,11616,2,0,6000,0,0,0,0,0,0,34719,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nerub\'ar Secrets','Take Luther\'s Journal to Shadowstalker Barthus at Warsong Hold.','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.','','$b$bThis is very bad news. Hellscream must be notified at once.','Is he dead?','Return to Shadowstalker Barthus at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11616,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11615,0,0,11618,2,0,6000,0,0,0,0,0,0,34720,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message to Hellscream','Take Barthus\'s Note to Garrosh Hellscream at Warsong Hold.','$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. ','','$b$bIs that all?','What is the meaning of this interruption? Do not burden me with nonsense!','Speak to Garrosh Hellscream at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11617,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11612,0,0,11623,5,50000,48600,0,0,0,0,0,0,0,0,0,136,32,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hampering Their Escape','Etaruk, outside the Coldrock Quarry, wants you to destroy the North Platform, the East Platform, and the West Platform.','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.','','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?','Return to Etaruk at Coldrock Quarry in Borean Tundra.',25442,25441,25443,0,1,1,1,0,0,0,0,34772,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'East Platform Destroyed','North Platform Destroyed','West Platform Destroyed','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11618,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11616,0,0,11686,2,0,6000,0,0,0,0,0,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reinforcements Incoming...','Seek out Shadowstalker Ickoris at the Warsong Farms Outpost west of Warsong Hold.','$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.','','This is it? Hellscream sent a single $r $g boy:girl;?$B$BIf I still had a jaw it would be on the floor right now.',NULL,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,12340), (11619,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11613,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37209,37419,37523,37541,0,0,1,1,1,1,0,0,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gamel the Cruel','Karuk wants you to defeat Gamel the Cruel at Riplash Strand.','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.','','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?','Return to Karuk in Borean Tundra.',26449,0,0,0,1,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11620,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11619,0,0,11625,4,0,18000,0,0,0,0,0,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,1073,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Father\'s Words','Look for Veehja at the Shrine of Scales on Riplash Strand.','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.','','Hsssssssssssss! Have you come to mock me, $r?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11621,2,0,0,0,3537,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,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,1073,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tablet of Leviroth','Return to Karuk with the information you found on the tablet.','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.','',NULL,NULL,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,12340), (11622,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,18000,0,0,0,0,0,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,1073,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of Riplash','Find Veehja at the ruins of Riplash in Borean Tundra.','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.','',NULL,NULL,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,12340), (11623,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11617,0,0,0,5,50000,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37378,37436,37521,37515,0,0,1,1,1,1,0,0,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit to the Curator','Etaruk, on the outskirts of the Coldrock Quarry, wants you to kill Curator Insivius.','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.','','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?','Return to Etaruk at Coldrock Quarry in Borean Tundra.',25448,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11624,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12486,0,0,11627,1,0,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Sky Will Know','Speak with Imperean at the Ruins of Eldra\'nath.','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.','','You are foolish to come here, little $r.$B$BWhat is it that you seek?',NULL,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,12340), (11625,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11620,0,0,11626,5,0,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Trident of Naz\'jan','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.','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!','','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?','Return to Veehja at the Shrine of Scales in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35774,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11626,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11625,0,0,0,7,0,36300,0,0,0,0,0,0,35850,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37213,37396,37423,37487,0,0,1,1,1,1,0,0,1073,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Emissary','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.','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.','','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.',NULL,'Return to Karuk in Borean Tundra.',26452,0,0,0,1,0,0,0,0,35850,0,0,0,1,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,12340), (11627,2,72,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11624,0,0,11649,5,50000,48600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Boiling Point','Imperean wants you to beat Simmer and Churn into submission. Return to her at the Ruins of Eldra\'nath when they have submitted.','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.','','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.',NULL,'Return to Imperean at the Ruins of Eldra\'nath in Borean Tundra.',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,'Simmer has submitted','Churn has submitted','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11628,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11894,0,0,11630,5,50000,48600,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shrouds of the Scourge','Chieftain Wintergale at Taunka\'le Village wants you to bring him 5 Scourged Mammoth Pelts.','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.','','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?','Return to Chieftain Wintergale at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34775,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11629,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11649,0,0,11631,1,0,2400,0,0,0,0,0,0,34778,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Spirit Talker','Deliver Imperean\'s Primal to Spirit Talker Snarlfang at Bor\'gorok Outpost.','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.','','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?','Return to Spirit Talker Snarlfang at Bor\'gorok Outpost in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11630,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11628,0,0,11633,5,50000,48600,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bad Earth','Bring 8 clods of Scourged Earth to Chieftain Wintergale at Taunka\'le Village.','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.','','$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?','Return to Chieftain Wintergale at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11631,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11629,0,0,0,1,0,2400,0,0,0,0,0,0,34779,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37274,37352,37442,37530,0,0,1,1,1,1,0,0,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vision of Air','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.','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.','','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.','Return to Spirit Talker Snarlfang at Bor\'gorok Outpost in Borean Tundra.',25456,0,0,0,1,0,0,0,34779,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farseer Grimwalker\'s fate divined','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11632,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,24000,0,0,0,0,0,0,34777,1,0,128,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What the Cold Wind Brings...','Take Ith\'rix\'s Hardened Carapace to High Overlord Saurfang at Warsong Hold.','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.','','$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?','Return to High Overlord Saurfang at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11633,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11630,0,0,11640,5,50000,48600,0,0,0,0,0,0,34782,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blending In','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.','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.','','$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?','Return to Chieftain Wintergale at Taunka\'le Village in Borean Tundra.',25471,25472,25473,0,1,1,1,0,0,0,0,34782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spire of Decay Scouted','Spire of Blood Scouted','Spire of Pain Scouted','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11634,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11602,0,0,11636,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wind Master To\'bor','Report to Wind Master To\'bor at Warsong Hold.','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.','','Ay, mon. I been expectin\' you.$B$B$B$BTake a peek. Across dat tundra be death, mon... death.',NULL,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,12340), (11635,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11631,0,0,11637,5,47000,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farseer Grimwalker\'s Spirit','Speak with Farseer Grimwalker\'s Spirit inside of Magmoth.','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!','','Thank you for the reprieve, $c. If only my true freedom were so easy to attain.',NULL,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,12340), (11636,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11634,0,0,11642,1,0,2400,0,0,0,0,0,0,0,0,0,136,2,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Magic Carpet Ride','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.','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!','','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\n',NULL,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,12340), (11637,2,72,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11635,0,0,11638,5,50000,48600,0,0,0,0,0,0,0,0,0,136,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kaganishu','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.','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.','','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.','Seek out Farseer Grimwalker\'s Spirit at Magmoth in Borean Tundra.',25425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,34781,0,0,0,0,0,1,0,0,0,0,0,'Farseer Grimwalker set free','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11638,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11637,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,136,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,1085,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return My Remains','Deliver Farseer Grimwalker\'s Remains, which are resting below his spirit, to Spirit Talker Snarlfang at Bor\'gorok Outpost.','$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.','','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?','Return to Spirit Talker Snarlfang at Bor\'gorok Outpost in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11639,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11631,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37270,37353,37441,37479,0,0,1,1,1,1,0,0,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revenge Upon Magmoth','Kill 10 Magmoth Shaman, 5 Magmoth Foragers, 3 Magmoth Crushers, and 3 Mates of Magmothregar. Then, return to Ortrosh at Bor\'gorok Outpost.','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!','','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!','Return to Ortrosh at Bor\'gorok Outpost in Borean Tundra.',25428,25429,25434,25432,10,5,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,12340), (11640,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11633,0,0,0,5,50000,48600,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words of Power','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.','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.','','$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.','Return to Chieftain Wintergale at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11641,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11633,0,0,0,5,50000,48600,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Courageous Strike','Slay 15 En\'kilah Ghouls and 5 En\'kilah Necromancers and report back to Durm Icehide at Taunka\'le Village.','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.','','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.','Return to Durm Icehide at Taunka\'le Village in Borean Tundra.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11642,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11636,0,0,0,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tank Ain\'t Gonna Fix Itself','Speak with Mobu at Garrosh\'s Landing.','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...','','You\'re the new tank driver, buddy? 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.',NULL,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,12340), (11643,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11642,11651,-11643,0,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mobu\'s Pneumatic Tank Transjigamarig','Mobu at the Coast of Echoes in the Borean Tundra wants you to recover his Pneumatic Tank Transjigamarig.$B','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.$B','','Great work, buddy! Now where\'d I put those spare parts...','Did you find the P.T.T.?','Return to Mobu at the Coast of Echoes in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11644,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11642,11651,-11643,0,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Super Strong Metal Plates!','Mobu at the Coast of Echoes in the Borean Tundra wants you to collect 10 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...','','Great work, buddy! Now where\'d I put that pneumatic tank transjigamarig.\n','Remember, the mist is bad!','Return to Mobu at the Coast of Echoes in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11645,2,71,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11708,0,0,11650,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dirty, Stinkin\' Snobolds!','Retrieve 10 boxes of Crafty\'s Stuff and return them to Crafty Wobblesprocket at Fizzcrank Airstrip.','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!','','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!','Return to Crafty Wobblesprocket at Fizzcrank Airstrip in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11646,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11590,0,0,11648,2,0,6000,0,0,0,0,0,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,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Borean Inquisition','Donathan ordered you to offer your assistance to Librarian Normantis in the mage tower on Amber Ledge.','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.','','It was wise of Donathan to send you, $c.$b$bAs it turns out, I am in need of someone outside the Kirin Tor.',NULL,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,'','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11647,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11633,0,0,0,5,50000,48600,0,0,0,0,0,0,34806,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37234,37356,37439,37517,0,0,1,1,1,1,0,0,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neutralizing the Cauldrons','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.','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.','','$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?','Return to Sage Aeire at Taunka\'le Village in Borean Tundra.',25490,25492,25493,0,1,1,1,0,0,0,0,34806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'East Cauldron Cleansed','Central Cauldron Cleansed','West Cauldron Cleansed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11648,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11646,0,0,11663,4,37000,18000,0,0,0,0,0,0,34811,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Art of Persuasion','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.','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....','','Excellent! It was crucial that we collect that intelligence.$b$bWell done, friend.','Well? Do you know where Lady Evanor is being held?','Return to Librarian Normantis at Amber Ledge in Borean Tundra.',25478,0,0,0,1,0,0,0,34811,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prisoner Interrogated','','','',4,0,500,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,12340), (11649,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11627,0,0,11629,5,47000,24000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Motes of the Enraged','Obtain 5 Tempest Motes and deliver them to Imperean at the Ruins of Eldra\'nath.','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.','','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.','Return to Imperean at the Ruins of Eldra\'nath in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11650,2,71,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11645,0,0,0,5,47000,24000,0,0,0,0,0,0,34801,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Just a Few More Things...','Collect Crafty\'s Tools, an Overcharged Capacitor, and a Handful of Rocknar\'s Grit. Deliver them to Crafty Wobblesprocket at Fizzcrank Airstrip.','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.','','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?','Return to Crafty Wobblesprocket at Fizzcrank Airstrip in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,34801,0,0,0,1,34802,39682,34804,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (11651,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11652,2,0,6000,0,0,0,0,0,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tanks a lot...','Speak to Gorge the Corpsegrinder at the Coast of Echoes.','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!$B','','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.',NULL,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,12340), (11652,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11651,0,0,0,7,0,36300,0,0,0,0,0,0,0,0,0,132,2,0,0,0,0,0,0,0,0,0,0,0,0,37276,37325,37446,37476,0,0,1,1,1,1,0,0,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Plains of Nasam','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.','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!','Scourge Leader identified','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?','Return to Garrosh Hellscream at Warsong Hold in Borean Tundra.',25495,27109,0,0,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Unit obliterated','Injured Warsong Soldier rescued','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11653,2,71,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11650,0,0,11658,5,47000,24000,0,0,0,0,0,0,34812,1,0,128,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hah... You\'re Not So Big Now!','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.','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.','','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?','Return to Crafty Wobblesprocket at Fizzcrank Airstrip in Borean Tundra.',25505,0,0,0,5,0,0,0,34812,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crafty\'s Blaster Tested','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11654,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11659,4,39000,36600,0,0,0,0,0,0,34815,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spire of Blood','Search the Spire of Blood for more information about the Vial of Fresh 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.','','$b$bI haven\'t... long. Maybe... maybe you can stop them... before...','How... how did you find me?','Return to Snow Tracker Grumm in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11655,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11656,5,0,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Mist','Waltor of Pal\'ea at the Coast of Echoes in the Borean Tundra wants you to kill Kvaldir and recover 8 Tuskarr Relics.','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...','','$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.','Return to Waltor of Pal\'ea at the Coast of Echoes in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34814,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,12340), (11656,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11655,0,0,0,5,0,24000,0,0,0,0,0,0,34830,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,37207,37418,37556,37483,0,0,1,1,1,1,0,0,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burn in Effigy','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.$B','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!','','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?','Return to Waltor of Pal\'ea at the Coast of Echoes in Borean Tundra.',25510,25511,25512,25513,1,1,1,1,0,0,0,34830,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (11657,2,-1,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11731,0,0,0,5,74000,132300,0,0,0,0,0,0,34833,1,0,2,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torch Catching','Catch 4 torches in a row, then speak with the Master Fire Eater.','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.','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!',NULL,'Return to Master Fire Eater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11658,2,71,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11653,0,0,0,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plan B','Collect 10 Warsong Outfits and a Warsong Banner. Bring them back to Crafty Wobblesprocket at Fizzcrank Airstrip.','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!','','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.','Return to Crafty Wobblesprocket at Fizzcrank Airstrip in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34842,34690,0,0,0,0,10,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (11659,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11654,0,0,0,5,50000,48600,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shatter the Orbs!','Destroy 5 Blood Globes and report to Snow Tracker Junek at Taunka\'le Village.','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','','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.',NULL,'Return to Snow Tracker Junek at Taunka\'le Village in Borean Tundra.',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,'Blood Globes Shattered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11660,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11661,5,0,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horn of the Ancient Mariner','Waltor of Pal\'ea at the Coast of Echoes in the Borean Tundra wants you to bring him the 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.','','You must call for Orabus using the Horn of the Ancient Mariner.','Find the Horn of the Ancient Mariner!','Return to Waltor of Pal\'ea at the Coast of Echoes in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11661,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11660,0,0,0,5,141000,24000,0,0,0,0,0,0,34844,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37208,37402,37543,37484,0,0,1,1,1,1,0,0,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orabus the Helmsman','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.','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!','','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.\n','Orabus must be destroyed!','Return to Waltor of Pal\'ea at the Coast of Echoes in Borean Tundra.',32576,0,0,0,1,0,0,0,0,0,0,34844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11662,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11656,11613,0,11613,5,0,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seek Out Karuk!','Seek out Karuk at Riplash Strand.','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.','','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!',NULL,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,12340), (11663,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11648,0,0,11671,1,4800,2400,0,0,0,0,0,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,1090,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sharing Intelligence','Normantis has asked you to report to Librarian Donathan on Amber Ledge.','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.','','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?',NULL,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,'','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11664,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,30300,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,37212,37399,37422,37028,0,0,1,1,1,1,0,0,1085,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escaping the Mist','Follow Mootoo the Younger out of the mist. Speak to Elder Mootoo should you successfully save Mootoo the Younger.','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.','Mootoo Saved','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.',NULL,'Return to Elder Mootoo at the Coast of Echoes 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,12340), (11665,2,70,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,11665,0,0,0,0,0,0,0,0,0,0,0,0,0,4224,1,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,'Crocolisks in the City','Bring a Baby Crocolisk to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','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.','','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?','Return to Old Man Barlo at Silmyr Lake in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34864,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,1,0,0,0,0,0,0,12340), (11666,2,70,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,11665,0,0,0,0,0,0,0,0,0,0,0,0,0,4224,1,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,'Bait Bandits','Bring a Blackfin Darter to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','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.','','Well look at that... you caught a big one! This old man is eating in style tonight.','How\'s the fishing today, $glad:lass;?','Return to Old Man Barlo at Silmyr Lake in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11667,2,70,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,11665,0,0,0,0,0,0,0,0,0,0,0,0,0,4224,1,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,'The One That Got Away','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.','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.','','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.','Return to Old Man Barlo at Silmyr Lake in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11668,2,70,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,11665,0,0,0,0,0,0,0,0,0,0,0,0,0,4224,1,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,'Shrimpin\' Ain\'t Easy','Bring 10 Giant Freshwater Shrimp to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','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.','','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;?','Return to Old Man Barlo at Silmyr Lake in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11669,2,70,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,11665,0,0,0,0,0,0,0,0,0,0,0,0,0,4224,1,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,'Felblood Fillet','Bring a Monstrous Felblood Snapper to Old Man Barlo. You can find him fishing northeast of Shattrath City by Silmyr Lake.','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.','','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?','Return to Old Man Barlo at Silmyr Lake in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11670,2,72,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11658,0,0,0,6,100000,60900,0,45767,0,0,0,0,34871,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37054,37073,37357,37072,37231,0,1,1,1,1,1,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'It Was The Orcs, Honest!','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.','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.','','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?','Return to Crafty Wobblesprocket at Fizzcrank Airstrip in Borean Tundra.',25581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,34870,0,0,0,0,0,1,0,0,0,0,0,'Warsong Banner Planted in Magmothregar','','','',4,0,0,0,0,0,0,0,0,6,4,1,6,0,0,0,0,0,12340), (11671,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11663,0,0,11679,5,47000,24000,0,0,0,0,0,0,34897,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Race Against Time','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.','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!','','Broken? $b$bLet me have a look....','Have you collected Salrand\'s key?','Return to Librarian Donathan at Amber Ledge in Borean Tundra.',0,0,0,0,0,0,0,0,34897,0,0,0,1,0,0,0,34909,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (11672,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enlistment Day','Meet with General Arlos inside the barracks in Valiance Keep.','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.','','We\'ve been expecting your arrival, $N. Welcome to Northrend.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,12340), (11673,2,72,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,37049,37528,37573,37574,37575,37047,1,1,1,1,1,1,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get Me Outa Here!','Escort Bonker Togglevolt to safety and then report in with Fizzcrank Fullthrottle at Fizzcrank Airstrip.','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.','Bonker Togglevolt escorted to safety.','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....',NULL,'Return to Fizzcrank Fullthrottle at Fizzcrank Airstrip 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,12340), (11674,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11675,1,0,2400,0,0,0,0,0,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,1064,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,3988.35,4266.81,1,'Sage Highmesa is Missing','Find Sage Highmesa near the Dens of Dying.','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.','','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.',NULL,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,12340), (11675,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11674,0,0,11677,5,47000,24000,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Proper Death','Destroy 10 Plagued Magnataur and then return to Sage Highmesa south of The Dens of Dying.','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.','','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.',NULL,'Return to Sage Highmesa in Borean Tundra.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11676,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11618,0,0,0,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Merciful Freedom','Shadowstalker Canarius at Warsong Farms Outpost wants you to free 5 Scourge Prisoners.','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.','','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!','Return to Shadowstalker Canarius at Warsong Farms Outpost in Borean Tundra.',25610,0,0,0,5,0,0,0,0,0,0,34908,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Prisoner Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11677,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11675,0,0,0,5,47000,24000,0,0,0,0,0,0,34913,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,37223,37391,37427,37507,0,0,1,1,1,1,0,0,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop the Plague','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.','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.','','$b$bThis is a good start. If only that were our only problem.',NULL,'Return to Sage Highmesa in Borean Tundra.',25654,0,0,0,1,0,0,0,34913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plague Cauldron neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11678,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11677,0,0,11687,5,0,24000,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Bristlehorn','Find Longrunner Bristlehorn at Talramas.','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.','','I am... not... long for this... world, little $r.',NULL,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,12340), (11679,2,71,69,0,3537,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,34909,1,0,262272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reforging the Key','Donathan wants you to speak to Surristrasz on Amber Ledge.','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.','','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.','Return to Surristrasz at Amber Ledge in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34909,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11680,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11679,0,0,11681,1,4800,2400,0,0,0,0,0,0,34948,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Wing','Give Salrand\'s Key to Warmage Anzim when you are ready to free Evanor.','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.','','This is it, the key is ours!',NULL,NULL,0,0,0,0,0,0,0,0,34948,0,0,0,1,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,5,0,0,0,0,0,0,0,12340), (11681,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11680,0,0,11682,5,47000,24000,0,0,0,0,0,0,0,0,45883,128,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescuing Evanor','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.','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!','','Your heroic efforts shall not be forgotten, $c.$b$bPlease, accept this with my sincere gratitude.',NULL,'Speak to Lady Evanor 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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11682,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11681,0,0,11733,3,24000,12000,0,0,0,0,0,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,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragonspeak','Lady Evanor has sent you to speak with Surristrasz on Amber Ledge.','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.','','So, $r, we speak again.$b$bWhen you\'ve heard my words you may wish we had not.',NULL,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,'','','','',4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11683,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11677,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37239,37560,37355,37518,0,0,1,1,1,1,0,0,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Necropolis','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.','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.','','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?','Return to Sage Highmesa in Borean Tundra.',25660,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,'Talramas Scourge Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11684,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11685,5,47000,24000,0,0,0,0,0,0,34920,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scouting the 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.','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.','','$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?','Return to Greatfather Mahan at Taunka\'le Village in Borean Tundra.',25664,25665,25666,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,34920,0,0,0,0,0,1,0,0,0,'Mark Location of South Sinkhole','Mark Location of Northeast Sinkhole','Mark Location of Northwest Sinkhole','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11685,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11684,0,0,11695,5,47000,24000,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Heart of the Elements','Bring 5 Elemental Hearts to Wind Tamer Barah at Taunka\'le Village.','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.','','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.','Return to Wind Tamer Barah at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11686,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11618,0,0,11703,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warsong Farms','Shadowstalker Ickoris at Warsong Farms Outpost wants you to scout Warsong Granary, Torp\'s Farm, and Warsong Slaughterhouse.','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.','','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?','Return to Shadowstalker Ickoris at Warsong Farms Outpost in Borean Tundra.',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,'Scout Warsong Granary','Scout Torp\'s Farm','Scout Warsong Slaughterhouse','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11687,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11678,0,0,11689,5,50000,48600,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Doctor and the Lich-Lord','Destroy Doctor Razorgrin and Lich-Lord Chillwinter. Then, return to Sage Highmesa just to the south of The Dens of Dying.','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....','','Bristlehorn is dead?!$b$bI should never have let him go there by himself.','$N, you return!','Return to Sage Highmesa in Borean Tundra.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11688,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11618,0,0,11690,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Damned Filthy Swine','Farmer Torp at Warsong Farms Outpost wants you to kill 10 Unliving 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!','','I think I\'ve got it, $r!','I need more time! Keep those swine off my kodos!','Return to Farmer Torp at Warsong Farms Outpost in Borean Tundra.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11689,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11687,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,136,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,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return with the Bad News','Speak with Greatmother Taiga at Taunka\'le Village.','The greatmother will need to know, $N.$B$BWill you please return to Taunka\'le? Tell her that I will be following shortly.','','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.',NULL,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,12340), (11690,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11688,0,0,0,5,0,24000,0,0,0,0,0,0,34954,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,36884,36885,36886,36887,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring \'Em Back Alive','Farmer Torp at Warsong Farms Outpost wants you to rescue 8 Infected Kodo Beasts.','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.','','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!','Return to Farmer Torp at Warsong Farms Outpost in Borean Tundra.',25698,0,0,0,8,0,0,0,0,0,0,34954,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kodo rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11691,2,80,75,0,-369,81,5,0,0,0,0,0,0,0,0,0,0,0,0,0,11696,0,0,0,5,74000,132300,0,45926,0,0,0,0,34953,1,0,5120,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Summon Ahune','Bring the Earthen Ring Magma Totem to the Ice Stone.','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.','','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.','Return to Ice Stone at Darrow Hill 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,12340), (11692,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11710,0,0,11693,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Check in With Bixie','Mordle Cogspinner has asked you to find Bixie Wrenchshanker to the south of The Dens of Dying.','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.','','What do you need, $c?',NULL,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,12340), (11693,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11692,0,0,11694,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oh Great... Plagued Magnataur!','Kill 10 Plagued Magnataur and then return to Bixie Wrenchshanker to the south of The Dens of Dying.','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?','','Nice work, but I\'d grab a shower the next chance you get.$B$BNow, let\'s really deal with the problem out here.',NULL,'Return to Bixie Wrenchshanker in Borean Tundra.',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,0,0,0,1,0,0,0,0,0,0,0,12340), (11694,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11693,0,0,0,5,47000,24000,0,0,0,0,0,0,34915,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,37223,37391,37427,37507,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'There\'s Something Going On In Those Caves','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.','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.','','I knew you had it in you. Now there\'s something else that I need to ask you to take care of.',NULL,'Return to Bixie Wrenchshanker in Borean Tundra.',25654,0,0,0,1,0,0,0,34915,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plague Cauldron Neutralized','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11695,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11685,0,0,11706,5,47000,24000,0,0,0,0,0,0,34960,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horn of Elemental Fury','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.','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.','','$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?','Return to Wind Tamer Barah at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,34961,34962,0,0,1,1,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,12340), (11696,2,80,75,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11955,0,0,11691,1,7400,13200,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,'Ahune is Here!','Find Luma Skymother in the Slave Pens.','$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.','','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.',NULL,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,12340), (11697,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11694,0,0,11699,5,0,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rats, Tinky Went into the Necropolis!','Find Tinky Wickwhistle inside Talramas.','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!','','Hey there! Who are you?$B$BBixie sent you? Excellent, let\'s get me out of here!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (11698,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11694,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37239,37560,37355,37518,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Might As Well Wipe Out the Scourge','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.','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?','','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!',NULL,'Return to Bixie Wrenchshanker in Borean Tundra.',25660,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,'Talramas Scourge Destroyed','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11699,2,72,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11697,0,0,0,5,0,48600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'m Stuck in this Damned Cage... But Not For Long!','Collect an Engine-Core Crystal, a Magical Gyroscope, and a Piloting Scourgestone. Deliver them to Tinky Wickwhistle at Talramas.','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!','','Outstanding! Now just a little modification here, and a tweak there....','You got all of that stuff?','Return to Tinky Wickwhistle in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34957,34958,34959,0,0,0,1,1,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,12340), (11700,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11699,0,0,0,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let Bixie Know','Speak with Bixie Wrenchshanker just south of The Dens of Dying.','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!','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,12340), (11701,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11700,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,136,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,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Airstrip','Speak with Fizzcrank Fullthrottle at Fizzcrank Airstrip in Borean Tundra.','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!','','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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,12340), (11702,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,1,0,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'King Mrgl-Mrgl','Speak with King Mrgl-Mrgl at Winterfin Retreat.','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.','','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.',NULL,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,12340), (11703,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11686,0,0,0,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get to Getry','Find Shadowstalker Getry at Warsong Farms.','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.','','$B$BThis is all Ickoris could send?',NULL,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,12340), (11704,2,71,69,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11571,1,0,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'King Mrgl-Mrgl','Speak with King Mrgl-Mrgl at Winterfin Retreat.','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.','','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.',NULL,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,12340), (11705,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11703,11709,0,11709,7,0,36300,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,37447,37545,37475,37277,0,0,1,1,1,1,0,0,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foolish Endeavors','Help Getry defeat Varidus the Flenser at Warsong Farms.$B$BReport to Garrosh Hellscream should you succeed.$B','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.','Varidus the Flenser Defeated','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?','Return to Garrosh Hellscream 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,12340), (11706,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11695,0,0,0,6,94000,30300,0,0,0,0,0,0,34968,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37228,37375,37437,37516,0,0,1,1,1,1,0,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Collapse','Wind Tamer Barah at Taunka\'le Village wants you to collapse the Nerubian sinkholes using the Horn of Elemental Fury and defeat Lord Kryxix.','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.','','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?','Return to Wind Tamer Barah at Taunka\'le Village in Borean Tundra.',25629,25742,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,34968,0,0,0,0,0,1,0,0,0,0,'','Nerubian tunnels collapsed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11707,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11897,0,0,11708,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distress Call','Speak with Fizzcrank Fullthrottle at Fizzcrank Airstrip.','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.!','','I see that Skyhopper finally got around to sending help. And none too soon I might add!$B$BWelcome, $g brother : sister;, we need your help badly!',NULL,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,12340), (11708,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11707,0,0,11712,1,0,2400,0,0,0,0,0,0,0,0,0,138,2,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mechagnomes','Listen to Fizzcrank Fullthrottle\'s tale and then find Jinky Wingnut at Fizzcrank Airstrip.','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.','Fizzcrank\'s tale listened to.','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.','Speak to Jinky Wingnut at Fizzcrank Airstrip 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,12340), (11709,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11705,0,0,11711,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nork Bloodfrenzy\'s Charge','Speak to Warden Nork Bloodfrenzy at Warsong Hold in Borean Tundra.','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. ','','$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...',NULL,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,12340), (11710,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11708,0,0,11692,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What\'s the Matter with the Transmatter?','Collect 15 Fizzcrank Spare Parts and deliver them to Mordle Cogspinner at Fizzcrank Airstrip.','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....','','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.','Return to Mordle Cogspinner at Fizzcrank Airstrip in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11711,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11709,0,0,11714,4,0,18000,0,0,0,0,0,0,34971,1,0,130,2,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coward Delivery... Under 30 Minutes or it\'s Free','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.','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.$B','Alliance Deserter Delivered','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?','Return to Scout Tungok at Bloodspore Plains in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,34971,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11712,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11708,0,0,11788,5,47000,24000,0,0,0,0,0,0,34973,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37234,37356,37439,37517,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Re-Cursive','Jinky Wingnut at Fizzcrank Airstrip has asked you to use the Re-Cursive Transmatter Injection on 6 Fizzcrank Mechagnomes.','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?','','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? ','Return to Jinky Wingnut at Fizzcrank Airstrip in Borean Tundra.',25773,0,0,0,6,0,0,0,34973,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fizzcrank Gnome cursed & ported','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11713,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11873,0,0,11715,5,94000,24000,0,0,0,0,0,0,34920,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scouting the Sinkholes','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.','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.','','$B$BGreat! This is all the information we need to begin the operation. ','Have you marked the locations of the sinkholes?','Return to Abner Fizzletorque at Fizzcrank Airstrip in Borean Tundra.',25664,25665,25666,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,34920,0,0,0,0,0,1,0,0,0,'Mark Location of South Sinkhole','Mark Location of Northeast Sinkhole','Mark Location of Northwest Sinkhole','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11714,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11711,0,0,0,5,0,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37205,37404,37524,37481,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vermin Extermination','Scout Tungok at the Bloodspore Plains in the Borean Tundra wants you to kill 8 Bloodspore Harvesters, 5 Bloodspore Firestarters and 2 Bloodspore Roasters.','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.$B','','A job well done, $N! Thank you!','This job stinks...','Return to Scout Tungok at Bloodspore Plains in Borean Tundra.',25467,25470,25468,0,8,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,12340), (11715,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11713,0,0,11718,5,47000,24000,0,0,0,0,0,0,34975,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fueling the Project','Abner Fizzletorque at Fizzcrank Airstrip wants you to collect 8 Barrels of Oil using the Portable Oil Collector.','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.','','$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?','Return to Abner Fizzletorque at Fizzcrank Airstrip in Borean Tundra.',25781,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,34975,0,0,0,0,0,1,0,0,0,0,0,'Barrels of Oil Collected','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11716,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11717,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wondrous Bloodspore','Bloodmage Laurith at the Bloodspore Plains in the Borean Tundra wants you to recover 10 Bloodspore Carpels.','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!','','Lovely! Just lovely!$B$B$B$BHrmph... I don\'t understand. Unless... Why of course!','The tests must continue!','Return to Bloodmage Laurith at Bloodspore Plains in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11717,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11716,0,0,11719,5,0,24000,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pollen from the Source','Bloodmage Laurith at the Bloodspore Plains in the Borean Tundra wants you to recover 5 Bloodspore Moth Pollen.$B','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?','','A-ha!$B$B$B$BLook at that!','The pollen is the key!','Return to Bloodmage Laurith at Bloodspore Plains in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11718,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11715,0,0,11723,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bot in Mammoth\'s Clothing','Abner Fizzletorque at Fizzcrank Airstrip wants you to bring him 6 Thick Mammoth Hides.','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!','','$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!','Return to Abner Fizzletorque at Fizzcrank Airstrip in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34977,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11719,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11717,0,0,11720,1,0,2400,0,0,0,0,0,0,34978,1,0,130,2,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Suitable Test Subject','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.','$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. ','Bloodspore Flower Used','Primal Mighthorn will be delighted! This is better than even I expected!$B$BPerhaps it\'s time that I told you the truth.',NULL,'Speak to Bloodmage Laurith at Bloodspore Plains 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,12340), (11720,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11719,0,0,11721,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Invasion of Gammoth','Speak to Primal Mighthorn at the Bloodspore Plains in the Borean Tundra.$B','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.','','The bloodspore that you collected might just be enough to give us an edge against the magnataurs of Gammoth - with your help, of course.',NULL,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,12340), (11721,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11720,0,0,11722,5,0,24000,0,0,0,0,0,0,34979,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gammothra the Tormentor','Slay Gammothra and return the Head of Gammothra to Primal Mighthorn at the Bloodspore Plains in the Borean Tundra.','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.','','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.','Return to Primal Mighthorn at Bloodspore Plains in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,34979,0,0,0,1,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,12340), (11722,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11721,0,0,0,4,0,18000,0,0,0,0,0,0,34980,1,0,128,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,1085,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trophies of Gammoth','Take the Head of Gammothra to Garrosh Hellscream in Warsong Hold.','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.','','$B$BThey will learn, $N... They will all learn. The Horde is not to be trifled with...','Back so soon?','Return to Garrosh Hellscream at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11723,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11718,0,0,0,6,94000,30300,0,0,0,0,0,0,34981,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37228,37375,37437,37516,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deploy the Shake-n-Quake!','Abner Fizzletorque at Fizzcrank Airstrip wants you to use the Shake-n-Quake 5000 to collapse the Nerubian tunnels and defeat Lord Kryxix.','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.','','$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?','Return to Abner Fizzletorque at Fizzcrank Airstrip in Borean Tundra.',25629,25794,0,0,1,1,0,0,0,0,34981,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Deploy the Shake-n-Quake 5000','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11724,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,24000,0,0,0,0,0,0,34982,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Massive Moth Omelet?','Take the Massive Glowing Egg to Bloodmage Laurith at the Bloodspore Plains in the Borean Tundra.','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.','','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!','Return to Bloodmage Laurith at Bloodspore Plains in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11725,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11712,0,0,0,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding Pilot Tailspin','Locate Iggy \"Tailspin\" Cogtoggle in the Geyser Fields.','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.','','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?',NULL,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,1,0,0,0,0,0,0,0,12340), (11726,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11725,0,0,11728,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Little Bit of Spice','Iggy \"Tailspin\" Cogtoggle in the Scalding Pools wants you to gather 4 Gorloc Spice Pouches.','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.','','$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?','Return to Iggy \"Tailspin\" Cogtoggle at Scalding Pools in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34983,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11727,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11672,0,0,11797,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Time for Heroes','Report to Sergeant Hammerhill at Valiance Keep.','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.','','By Magni\'s beard! Looks like the heavy artillery\'s arriving.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11728,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11726,0,0,11795,5,47000,24000,0,0,0,0,0,0,35121,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lupus Pupus','Iggy \"Tailspin\" Cogtoggle in the Scalding Pools wants you to bring him 8 pieces of Microfilm.','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.','','$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?','Return to Iggy \"Tailspin\" Cogtoggle at Scalding Pools in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,35121,0,0,0,1,0,35123,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11729,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11730,1,0,2400,0,0,0,0,0,0,34984,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ultrasonic Screwdriver','Deliver the Ultrasonic Screwdriver to Crafty Wobblesprocket at Fizzcrank Airstrip.','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?','','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!','Return to Crafty Wobblesprocket at Fizzcrank Airstrip in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11730,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11729,0,0,0,6,94000,30300,0,0,0,0,0,0,35116,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37270,37353,37441,37479,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master and Servant','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.','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!','','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?','Return to Crafty Wobblesprocket at Fizzcrank Airstrip in Borean Tundra.',25815,0,0,0,15,0,0,0,35116,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Robots reprogrammed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11731,2,-1,1,0,-369,0,0,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11657,5,1300,9900,0,0,0,0,0,0,34862,1,45716,2,2,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,0,0,0,0,0,0,0,'Torch Tossing','Win the torch tossing game, then speak with the Master Fire Eater.','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.','Hit 8 braziers.','Quick! There\'s no time to waste!','Quick! There\'s no time to waste!','Return to Master Fire Eater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Braziers Hit','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11732,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Arathi Highlands bonfire!',NULL,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,12340), (11733,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11682,0,0,0,4,37000,18000,0,0,0,0,0,0,0,0,46064,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,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Traversing the Rift','Surristrasz wants you to travel to Coldarra. Once there, you are to speak with Archmage Berinand.','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....','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11734,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Ashenvale bonfire!',NULL,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,12340), (11735,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Azuremyst Isle bonfire!',NULL,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,12340), (11736,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Blade\'s Edge Mountains bonfire!',NULL,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,12340), (11737,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Blasted Lands bonfire!',NULL,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,12340), (11738,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Bloodmyst Isle bonfire!',NULL,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,12340), (11739,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Burning Steppes bonfire!',NULL,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,12340), (11740,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Darkshore bonfire!',NULL,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,12340), (11741,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Desolace bonfire!',NULL,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,12340), (11742,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Dun Morogh bonfire!',NULL,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,12340), (11743,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Duskwood bonfire!',NULL,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,12340), (11744,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Dustwallow Marsh bonfire!',NULL,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,12340), (11745,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Elywnn Forest bonfire!',NULL,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,12340), (11746,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Feralas bonfire!',NULL,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,12340), (11747,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Hellfire Peninsula bonfire!',NULL,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,12340), (11748,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Hillsbrad Foothills Bonfire!',NULL,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,12340), (11749,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Loch Modan bonfire!',NULL,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,12340), (11750,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,37000,69900,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Nagrand bonfire!',NULL,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,12340), (11751,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Redridge Mountains bonfire!',NULL,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,12340), (11752,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Shadowmoon Valley bonfire!',NULL,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,12340), (11753,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Teldrassil bonfire!',NULL,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,12340), (11754,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Terokkar Forest bonfire!',NULL,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,12340), (11755,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Hinterlands bonfire!',NULL,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,12340), (11756,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Western Plaguelands bonfire!',NULL,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,12340), (11757,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Wetlands bonfire!',NULL,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,12340), (11758,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Zangarmarsh bonfire!',NULL,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,12340), (11759,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Netherstorm bonfire!',NULL,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,12340), (11760,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Silithus bonfire!',NULL,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,12340), (11761,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Stranglethorn Vale bonfire!',NULL,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,12340), (11762,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Tanaris bonfire!',NULL,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,12340), (11763,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Winterspring bonfire!',NULL,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,12340), (11764,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Arathi Highlands bonfire!',NULL,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,12340), (11765,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Ashenvale bonfire!',NULL,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,12340), (11766,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Badlands bonfire!',NULL,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,12340), (11767,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Blade\'s Edge Mountains bonfire!',NULL,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,12340), (11768,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Burning Steppes bonfire!',NULL,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,12340), (11769,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Desolace bonfire!',NULL,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,12340), (11770,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Durotar bonfire!',NULL,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,12340), (11771,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Dustwallow Marsh bonfire!',NULL,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,12340), (11772,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Eversong Woods bonfire!',NULL,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,12340), (11773,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Feralas bonfire!',NULL,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,12340), (11774,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Ghostlands bonfire!',NULL,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,12340), (11775,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,33300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Hellfire Peninsula bonfire!',NULL,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,12340), (11776,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Hillsbrad Foothills Bonfire!',NULL,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,12340), (11777,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Mulgore bonfire!',NULL,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,12340), (11778,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Nagrand bonfire!',NULL,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,12340), (11779,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Shadowmoon Valley bonfire!',NULL,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,12340), (11780,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Stonetalon Mountains bonfire!',NULL,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,12340), (11781,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Swamp of Sorrows bonfire!',NULL,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,12340), (11782,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Terokkar Forest bonfire!',NULL,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,12340), (11783,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Barrens bonfire!',NULL,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,12340), (11784,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Hinterlands bonfire!',NULL,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,12340), (11785,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Thousand Needles bonfire!',NULL,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,12340), (11786,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Tirisfal Glades bonfire!',NULL,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,12340), (11787,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Zangarmarsh bonfire!',NULL,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,12340), (11788,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11712,0,0,11798,6,94000,30300,0,0,0,0,0,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,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lefty Loosey, Righty Tighty','Dismantle Twonky, ED-210, Max Blasto, and The Grinder, and then report back to Jinky Wingnut at Fizzcrank Airstrip.','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.','','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?','Return to Jinky Wingnut at Fizzcrank Airstrip in Borean Tundra.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11789,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,18000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,22850,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Soldier in Need','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.','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.','','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?','Return to Medic Hawthorn at the Sands of Nasam in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35119,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11790,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,12000,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cultists Among Us','Speak to Captain \"Lefty\" Lugsail above the Stormbreaker in Valiance Keep.','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.','','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?',NULL,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,12340), (11791,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11920,0,0,0,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Notify Arlos','Speak to General Arlos inside the Inner Hold at Valiance Keep.','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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,12340), (11792,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11791,0,0,11793,5,0,24000,0,0,0,0,0,0,0,0,0,136,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Enemies of the Light','Harbinger Vurenn wants you to fight the Cultist Necrolytes near Farshire to the north of Valiance Keep and retrieve the Cultist Communique from them.','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.','','Be discreet, $N. We cannot look at this evidence in front of prying eyes.','You\'re back, $N.','Return to Harbinger Vurenn at Valiance Keep in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35122,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11793,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11792,0,0,11794,2,0,6000,0,0,0,0,0,0,35122,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Further Investigation','Bring the Cultist Communique to Vindicator Yaala inside the inn in Valiance Keep.','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.','','Speak quickly, $c. What information do you have on the cult?','Harbinger Vurenn sent you?','Return to Vindicator Yaala at Valiance Keep in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35122,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (11794,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11793,0,0,0,5,0,24000,0,0,0,0,0,0,35125,1,0,128,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunt is On','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.','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.','','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?','Return to Vindicator Yaala at Valiance Keep in Borean Tundra.',25827,25828,25248,0,1,1,1,0,0,0,0,35125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cultist in docks defeated','Cultist in jail defeated','Cultist in kitchen defeated','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11795,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11728,0,0,11796,5,47000,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emergency Protocol: Section 8.2, Paragraph C','Recover 6 Fizzcrank Pilot Insignia from the bodies of Fizzcrank Recon Pilots and return them to Iggy \"Tailspin\" Cogtoggle in the Scalding Pools.','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.','','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?','Return to Iggy \"Tailspin\" Cogtoggle at Scalding Pools in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35126,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11796,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11795,0,0,11873,5,47000,24000,0,0,0,0,0,0,35224,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emergency Protocol: Section 8.2, Paragraph D','Iggy \"Tailspin\" Cogtoggle wants you to scuttle the Eastern Wreck, a Southern Wreck, and a Northwestern Wreck.','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.','','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?','Return to Iggy \"Tailspin\" Cogtoggle at Scalding Pools in Borean Tundra.',25847,25846,25845,0,1,1,1,0,0,0,0,35224,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scuttle the Eastern Wreck','Scuttle a Southern Wreck','Scuttle a Northwestern Wreck','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11797,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11727,0,0,11889,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,36883,38208,36878,36881,36879,36880,1,1,1,1,1,1,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Siege','Sergeant Hammerhill wants you to kill 6 Crypt Crawlers in the Sands of Nasam outside of Valiance Keep.','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.','','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.','Return to Sergeant Hammerhill at Valiance Keep in Borean Tundra.',25227,0,0,0,6,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11798,2,72,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11788,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37274,37352,37442,37530,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gearmaster','Research the Gearmaster\'s Manual and return Mechazod\'s Head to Fizzcrank Fullthrottle.','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!','','$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?','Return to Fizzcrank Fullthrottle at Fizzcrank Airstrip in Borean Tundra.',27995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,35486,0,0,0,0,0,1,0,0,0,0,0,'The Gearmaster\'s Manual researched','','','',0,0,0,0,0,0,0,0,0,6,4,1,2,0,0,0,0,0,12340), (11799,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Netherstorm bonfire!',NULL,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,12340), (11800,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Silithus bonfire!',NULL,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,12340), (11801,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Stranglethorn Vale bonfire!',NULL,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,12340), (11802,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Tanaris bonfire!',NULL,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,12340), (11803,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Winterspring bonfire!',NULL,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,12340), (11804,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Arathi Highlands flame!',NULL,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,12340), (11805,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Ashenvale flame!',NULL,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,12340), (11806,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Azuremyst Isle flame!',NULL,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,12340), (11807,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Blade\'s Edge Mountains flame!','Honor the Blade\'s Edge Mountains flame! ',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,12340), (11808,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Blasted Lands flame!',NULL,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,12340), (11809,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Bloodmyst Isle flame!',NULL,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,12340), (11810,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Burning Steppes flame!',NULL,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,12340), (11811,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,800,5550,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Darkshore flame!',NULL,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,12340), (11812,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Desolace flame!',NULL,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,12340), (11813,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Dun Morogh flame!',NULL,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,12340), (11814,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,1000,6300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Duskwood flame!',NULL,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,12340), (11815,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Dustwallow Marsh flame!',NULL,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,12340), (11816,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,800,5550,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Elwynn Forest flame!',NULL,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,12340), (11817,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Feralas flame!',NULL,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,12340), (11818,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Hellfire Peninsula flame!',NULL,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,12340), (11819,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Hillsbrad Foothills flame!',NULL,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,12340), (11820,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Loch Modan flame!',NULL,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,12340), (11821,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Nagrand flame!','',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,12340), (11822,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,800,5850,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Redridge Mountains flame!',NULL,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,12340), (11823,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Shadowmoon Valley flame!',NULL,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,12340), (11824,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Teldrassil flame!',NULL,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,12340), (11825,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Terokkar flame!',NULL,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,12340), (11826,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Hinterlands flame!',NULL,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,12340), (11827,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Western Plaguelands flame!',NULL,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,12340), (11828,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Wetlands flame!',NULL,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,12340), (11829,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Zangarmarsh flame!',NULL,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,12340), (11830,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Netherstorm flame!',NULL,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,12340), (11831,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Silithus flame!',NULL,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,12340), (11832,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,31000,63600,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Cape of Stranglethorn flame!',NULL,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,12340), (11833,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Tanaris flame!',NULL,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,12340), (11834,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Winterspring flame!',NULL,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,12340), (11835,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Netherstorm flame!',NULL,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,12340), (11836,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Silithus flame!',NULL,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,12340), (11837,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Cape of Stranglethorn flame!',NULL,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,12340), (11838,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Tanaris flame!','',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,12340), (11839,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Winterspring flame!',NULL,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,12340), (11840,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Arathi Highlands flame!',NULL,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,12340), (11841,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Ashenvale flame!',NULL,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,12340), (11842,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Badlands flame!',NULL,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,12340), (11843,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Blades Edge Mountains flame! ','',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,12340), (11844,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Burning Steppes flame!',NULL,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,12340), (11845,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Desolace flame!',NULL,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,12340), (11846,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Durotar flame!',NULL,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,12340), (11847,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Dustwallow Marsh flame!',NULL,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,12340), (11848,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Eversong woods flame!',NULL,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,12340), (11849,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Feralas flame!',NULL,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,12340), (11850,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Ghostland flame!',NULL,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,12340), (11851,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Hellfire Peninsula flame!',NULL,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,12340), (11852,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Mulgore flame!',NULL,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,12340), (11853,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Hillsbrad Foothills flame!',NULL,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,12340), (11854,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,18000,33900,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Nagrand flame!',NULL,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,12340), (11855,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Shadowmoon Valley flame!',NULL,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,12340), (11856,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Stonetalon Mountains flame!',NULL,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,12340), (11857,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Swamp of sorrows flame!',NULL,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,12340), (11858,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Terokkar flame!',NULL,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,12340), (11859,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Barrens flame!',NULL,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,12340), (11860,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Hinterlands flame!',NULL,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,12340), (11861,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Thousand Needles flame!',NULL,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,12340), (11862,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Tirisfal Glades flame!',NULL,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,12340), (11863,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Zangarmarsh flame!',NULL,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,12340), (11864,0,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,4950,0,0,0,0,0,0,0,0,0,128,0,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,1,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!',NULL,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,12340), (11865,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11864,0,0,11868,5,0,48600,0,0,0,0,0,0,35127,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unfit for Death','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.$B','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!','','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.','Return to Zaza at the D.E.H.T.A. Encampment in Borean Tundra.',25835,0,0,0,8,0,0,0,0,0,0,35127,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nesingwary Trapper Trapped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11866,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11864,11892,-11884,0,5,50000,48600,46119,46119,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ears of Our Enemies','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.','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.$B','','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...','Return to Arch Druid Lathorius at the D.E.H.T.A. Encampment in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11867,0,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11866,0,0,0,0,0,0,46119,46119,0,0,0,0,0,0,0,128,1,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Get Ear-nough...','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.','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.$B','','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.','Return to Arch Druid Lathorius at the D.E.H.T.A. Encampment in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11868,2,72,70,0,3537,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,11865,11892,-11884,0,5,50000,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,36939,37002,36998,37004,0,0,1,1,1,1,0,0,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Culler Cometh','Zaza at the D.E.H.T.A. Encampment in the Borean Tundra wants you to kill Karen the Culler.','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.','','Perhaps her death will serve as an example to others that dare slay animals for sport and riches.','Nature demands justice!','Return to Zaza at the D.E.H.T.A. Encampment in Borean Tundra.',25803,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11869,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11864,0,0,11870,5,0,48600,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Happy as a Clam','Hierophant Cenius at the D.E.H.T.A. Encampment in the Borean Tundra wants you to kill 10 Loot Crazed Divers.','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!','','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.','Return to Hierophant Cenius at the D.E.H.T.A. Encampment in Borean Tundra.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11870,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11869,0,0,11871,1,0,4950,0,0,0,0,0,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,942,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Abandoned Reach','Seek out Hierophant Liandra at 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!$B','','Cenius sent you? Well you\'re not a moment too soon!',NULL,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,12340), (11871,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11870,0,0,11872,5,0,48600,0,0,0,0,0,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,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not On Our Watch','Hierophant Liandra at the Abandoned Reach in the Borean Tundra wants you to recover 12 Shipments of Animal Parts.','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!','','A job well done, $N. Now we strike at the pirate leader!','We will give those animals a proper burial.','Return to Hierophant Liandra at The Abandoned Reach in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11872,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11871,11892,-11884,0,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37017,37014,37018,37019,37016,37015,1,1,1,1,1,1,942,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Nefarious Clam Master...','Slay Clam Master K and return to Hierophant Cenius at the D.E.H.T.A. Encampment.$B','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.','','Excellent work, $N. We are closing in on Nesingwary!','Do you bring me good news?','Return to Hierophant Cenius at the D.E.H.T.A. Encampment in Borean Tundra.',25800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11873,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11796,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,136,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,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Give Fizzcrank the News','Make your way back to Fizzcrank Airstrip and speak with Fizzcrank Fullthrottle.','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.','','$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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11874,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Deck Promo - Rocket Mount','','','',NULL,NULL,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,12340), (11875,2,70,70,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11550,0,0,0,5,88000,7500,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,18253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining the Advantage','Bring 8 Nether Residue to Emissary Mordin in Shattrath City.','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.','','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?','Return to Emissary Mordin in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11876,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11864,0,0,11878,5,0,48600,0,0,0,0,0,0,35228,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help Those That Cannot Help Themselves','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.','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!','','$B$BThey never stood a chance. Now orphaned, they will surely die on their own.','They must be freed!','Return to Arch Druid Lathorius at the D.E.H.T.A. Encampment in Borean Tundra.',25850,0,0,0,8,0,0,0,0,0,0,35228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mammoth Calf Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11877,2,70,70,0,3523,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11550,0,0,0,4,44000,5700,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,35232,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1077,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sunfury Attack Plans','Lord Torvos in Shattrath wants you to capture the 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.','','$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?','Return to Lord Torvos in Shattrath.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11878,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11876,0,0,11879,4,0,36600,0,0,0,0,0,0,0,0,46232,262274,2,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Khu\'nok Will Know','Take the Orphaned Mammoth Calf to Khu\'nok the Behemoth in the Borean Tundra.','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.','Orphaned Mammoth Calf Delivered to Khu\'nok','$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...',NULL,'Return to Khu\'nok the Behemoth 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,12340), (11879,2,72,70,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11878,11892,-11884,0,6,0,60900,0,0,0,0,0,0,0,0,0,128,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,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kaw the Mammoth Destroyer','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.','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.','','$B$BIs this what I think it is?$B$B$B$BSmashing! Outstanding! Another of Nesingwary\'s lackeys brought to justice!','What happened?','Return to Arch Druid Lathorius at the D.E.H.T.A. Encampment in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11880,2,70,70,0,3518,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,34000,5700,0,0,0,0,0,0,35233,1,0,4224,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,1077,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Multiphase Survey','Harbinger Haronem in Shattrath City wants you to use the Multiphase Spectrographic Goggles to take 6 Multiphase Readings.','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?','','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.','Return to Harbinger Haronem at the Terrace of Light in Shattrath City.',25882,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,35233,0,0,0,0,0,1,0,0,0,0,0,'Multiphase Readings Taken','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11881,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,35272,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Load\'er Up!','Help Jenny make her way from the crash site to Fezzix Geartwist at Taunka\'le Village without losing all her cargo.','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.','','$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 to Fezzix Geartwist at Taunka\'le Village in Borean Tundra.',25969,0,0,0,1,0,0,0,0,0,35272,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return Jenny to safety without losing cargo','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11882,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,'Playing with Fire','Speak to a Master Fire Eater in any Alliance capital.','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.','','Well met. You\'ve come learn some new ways to handle fire?',NULL,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,12340), (11883,2,-1,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,'Fire Dancing?','Speak to a Master Fire Dancer in any Horde capital.','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.$B','',NULL,NULL,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,12340), (11884,2,72,70,0,3537,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,11864,11892,-11884,0,6,0,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37203,37406,37414,37520,0,0,1,1,1,1,0,0,942,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ned, Lord of Rhinos...','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.\"','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. ','','At least for now the rhinos will know peace. Thank you, $N.','Have you put them down?','Return to Killinger the Den Watcher at the D.E.H.T.A. Encampment in Borean Tundra.',25801,25968,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11885,2,70,70,0,3679,1,3,0,0,0,762,225,0,0,0,0,0,0,0,0,11029,0,0,0,6,0,9600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,32720,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Adversarial Blood','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.','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.','','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?','Return to Hazzik at Blackwind Landing in Terokkar Forest.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11886,2,-1,16,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11891,5,0,132300,0,0,0,0,0,0,35828,1,0,8,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,0,0,0,0,0,0,0,'Unusual Activity','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.','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.','','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?','Return to Earthen Ring Guide.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35277,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11887,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,35276,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emergency Supplies','Collect 7 Gnomish Emergency Toolkits from the bodies of crashed Fizzcrank Recon Pilots and bring them to Fezzix Geartwist at Taunka\'le Village.','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.','','Gnomish tools? For me? These should make rebuilding that flying machine even easier than I expected.','What is it you have there?','Return to Fezzix Geartwist at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11888,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11598,0,0,11890,1,0,2400,0,0,0,0,0,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,1064,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ride to Taunka\'le Village','Speak with Sage Earth and Sky at 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.','','It does not surprise me that the orc 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.',NULL,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,12340), (11889,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11797,0,0,11897,5,47000,24000,0,0,0,0,0,0,35278,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death From Above','Sergeant Hammerhill wants you to use the Reinforced Net to help you slay 6 Scourged Flamespitters outside of Valiance Keep.','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.','','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? ','Return to Sergeant Hammerhill at Valiance Keep in Borean Tundra.',25582,0,0,0,6,0,0,0,0,35278,0,0,0,1,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,12340), (11890,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11888,0,0,11895,5,47000,24000,0,0,0,0,0,0,0,0,0,140,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Are They Up To?','Investigate the area surrounding the Fizzcrank Pumping Station. Then, return to Sage Earth and Sky at Taunka\'le Village.','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.','Fizzcrank Pumping Station environs inspected.','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?','Return to Sage Earth and Sky at Taunka\'le Village 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,12340), (11891,2,-1,16,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11886,0,0,12012,5,0,14700,0,0,0,0,0,0,35237,1,0,2,2,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,0,0,0,0,0,0,0,'An Innocent Disguise','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.','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.','Listen to the plan of the Twilight Cultists','They seek to summon a frost lord into our world? No! They cannot tip the balance!','Have you learned their secrets?','Return to Earthen Ring Guide.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11892,2,72,70,0,3537,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,73200,0,0,0,0,0,0,35293,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38252,38251,38250,0,0,0,1,1,1,0,0,0,942,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Assassination of Harold Lane','Arch Druid Lathorius at the D.E.H.T.A. Outpost in the Borean Tundra wants you to kill 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.$B','','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?','Return to Arch Druid Lathorius at the D.E.H.T.A. Encampment in Borean Tundra.',25804,0,0,0,1,0,0,0,0,0,0,35293,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11893,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11881,0,0,0,5,47000,24000,0,0,0,0,0,0,35281,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Power of the Elements','Dorain Frosthoof at Taunka\'le Village wants you to use the Windsoul Totem to gather the energy of 10 Steam Ragers.','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.','','$B$BGood. This should be sufficient to show Fezzix exactly what I\'ve been trying to tell him.','Have you charged the totem?','Return to Dorain Frosthoof at Taunka\'le Village in Borean Tundra.',25987,0,0,0,10,0,0,0,0,0,35281,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Energy collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11894,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11893,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,128,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,'Patching Up','Fezzix Geartwist at Taunka\'le Village wants you to bring him 5 Steam Cured Hides.','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.','','Fantastic! A few more tweaks and I\'ll be an airborne goblin!','Did you get that cured caribou hide for me?','Return to Fezzix Geartwist at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,35288,0,0,0,5,0,0,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,0,0,0,12340), (11895,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11890,0,0,11896,5,47000,24000,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Master the Storm','Defeat the Storm Tempest and then return to Sage Earth and Sky at Taunka\'le Village.','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.','','I feel the power of the storm coursing through you!$B$BYou are ready, $N. Let us begin.','Have you mastered the storm yet?','Return to Sage Earth and Sky at Taunka\'le Village in Borean Tundra.',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,'Storm mastered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11896,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11895,0,0,11907,5,47000,24000,0,46550,0,0,0,0,35352,1,46429,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weakness to Lightning','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.','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!','','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?','Return to Sage Earth and Sky at Taunka\'le Village in Borean Tundra.',26082,0,0,0,15,0,0,0,35352,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Robots weakened and destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11897,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11889,0,0,0,5,0,24000,0,0,0,0,0,0,35704,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,36884,36885,36886,36887,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plug the Sinkholes','Sergeant Hammerhill wants you to use the Incendiary Explosives to collapse the sinkholes southwest and northwest of Valiance Keep.','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.','','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.','Return to Sergeant Hammerhill at Valiance Keep in Borean Tundra.',26249,26248,0,0,1,1,0,0,0,0,35704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Explosives set at southern sinkhole','Explosives set at northern sinkhole','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11898,2,71,68,0,3537,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,11640,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38232,38230,38231,0,0,0,1,1,1,0,0,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking Through','Defeat Prince Valanar and his lieutenants, Vanthryn the Merciless and Luthion the Vile, then report to Chieftain Wintergale at Taunka\'le Village.','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.','','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?','Return to Chieftain Wintergale at Taunka\'le Village in Borean Tundra.',25601,27860,27859,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11899,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,35401,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Souls of the Decursed','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.','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.','','Now we must free the souls that you have captured.','How fares your progress?','Return to Greatmother Taiga at Taunka\'le Village in Borean Tundra.',26096,0,0,0,10,0,0,0,35401,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnome soul captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11900,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11905,5,47000,24000,0,0,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reading the Meters','Archmage Berinand at the Transitus Shield has asked you to collect the readings from his instruments in Coldarra.','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.','','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?','Return to Archmage Berinand at the Transitus Shield in Borean Tundra.',-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,'Nexus Geological Reading','Southern Coldarra Reading','Northern Coldarra Reading','Western Coldarra Reading',4,0,1000,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (11901,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11928,0,0,11902,4,0,18000,0,0,0,0,0,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,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Military? What Military?','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.','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.','','Your stomach feels uneasy as you approach the grain. The smell is nearly unbearable.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11902,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11901,0,0,11903,3,0,12000,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pernicious Evidence','Return to Gerald Green in Farshire.','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.','','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!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11903,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11902,0,0,11904,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37208,37402,37543,37484,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'It\'s Time for Action','Gerald Green in Farshire wants you to kill 14 Plagued Scavengers.','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!','','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?','Return to Gerald Green at Farshire in Borean Tundra.',25650,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11904,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11903,0,0,11962,5,0,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fruits of Our Labor','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.','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.','','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?','Return to Gerald Green at Farshire in Borean Tundra.',-188104,0,0,0,1,0,0,0,0,35705,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ore Cart released','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11905,2,71,69,0,4265,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11900,0,0,0,8,188000,48300,0,0,0,0,0,0,35479,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,42758,42761,42763,42765,0,0,1,1,1,1,0,0,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Postponing the Inevitable','Archmage Berinand in the Transitus Shield wants you to use the Interdimensional Refabricator near the rift in the Nexus.','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.','','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?','Return to Archmage Berinand at the Transitus Shield in Borean Tundra.',26105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,35479,0,0,0,0,0,1,0,0,0,0,0,0,'Interdimensional Rift Stalled','','','',4,0,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11906,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cleaning Up the Pools','Collect 15 Fizzcrank Spare Parts and deliver them to Iron Eyes at Taunka\'le Village.','$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.','','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.','Return to Iron Eyes at Taunka\'le Village in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11907,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11896,0,0,0,6,94000,30300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37054,37231,37073,37072,37357,0,1,1,1,1,1,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sub-Chieftains','Defeat Twonky, ED-210, Max Blasto, and The Grinder, and then report back to Sage Earth and Sky at Taunka\'le Village.','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!','','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?','Return to Sage Earth and Sky at Taunka\'le Village in Borean Tundra.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (11908,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11901,0,0,12035,4,47000,18000,0,0,0,0,0,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,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reference Material','Jeremiah Hawning wants you to retrieve the book \"Fields, Factories and Workshops\" from the burning building next to the mine in Farshire.','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?','','Excellent! The information I need should be in here.','Did you get my book back?','Return to Jeremiah Hawning at Farshire in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35481,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11909,2,72,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11899,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37122,37537,37522,37547,37535,0,1,1,1,1,1,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defeat the Gearmaster','Research the Gearmaster\'s Manual and return Mechazod\'s Head to Greatmother Taiga at Taunka\'le Village.','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!','','$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?','Return to Greatmother Taiga at Taunka\'le Village in Borean Tundra.',27995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,35486,0,0,0,0,0,1,0,0,0,0,0,'The Gearmaster\'s Manual researched','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11910,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11911,5,47000,24000,0,0,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Ancients','Archmage Berinand in the Transitus Shield wants you to collect 3 Glacial Splinters and 3 Magic-Bound Splinters from the Ancients in Coldarra.','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....','','Yes, yes. These shall do nicely.$b$bThank you, $r.','Have you collected the samples I requested?','Return to Archmage Berinand at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35483,35484,0,0,0,0,3,3,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11911,2,71,69,0,4265,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11910,0,0,0,8,188000,48300,0,0,0,0,0,0,0,0,0,136,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Quickening','Archmage Berinand in the Transitus Shield wants you to enter the Nexus and collect 5 Arcane Splinters from Crystalline Protectors.','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....','','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?','Return to Archmage Berinand at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35490,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11912,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11914,5,47000,24000,0,0,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nuts for Berries','Librarian Serrah in the Transitus Shield wants you to gather 10 Frostberries from the Frostberry Bushes in Coldarra.','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.','','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?','Return to Librarian Serrah at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35492,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11913,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11902,0,0,0,5,47000,24000,0,0,0,0,0,0,35491,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37205,37404,37524,37481,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Take No Chances','Wendy Darren wants you to use Wendy\'s Torch to burn 8 sacks of Farshire Grain.','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.','','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?','Return to Wendy Darren at Farshire in Borean Tundra.',26161,0,0,0,8,0,0,0,0,35491,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farshire Grain burnt','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11914,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11912,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep the Secret Safe','Librarian Serrah in the Transitus Shield needs you to kill Arcane Serpents near the Nexus and collect 5 Nexus Mana Essences from them.','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.','','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?','Return to Librarian Serrah at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35493,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (11915,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,'Playing with Fire','Speak to a Master Flame Eater in any Horde capital.','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.','','Greetings. You\'ve come learn some new ways to handle fire?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (11916,2,71,68,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,36300,0,0,0,0,0,0,0,0,0,128,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,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellscream\'s Champion','Seek out Chieftain Wintergale at Taunka\'le Village.','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.','','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...',NULL,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,12340), (11917,1,22,16,31,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12012,0,0,0,5,350,1080,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,'Striking Back','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.','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...','','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?','Return to Earthen Ring Elder.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11918,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11936,5,47000,24000,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Basic Training','Raelorasz at the Transitus Shield wants you to slay 10 Coldarra Spellweavers.','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.','','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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',25722,0,0,0,10,0,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,500,500,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11919,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11936,0,0,11931,5,47000,24000,0,0,0,0,0,0,35506,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37226,37382,37435,37513,0,0,1,1,1,1,0,0,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drake Hunt','Raelorasz wants you to use Raelorasz\'s Spear to subdue a Nexus Drake Hatchling and return it to him at the Transitus Shield.','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.','','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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',26175,0,0,0,1,0,0,0,35506,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captured Nexus Drake','','','',4,0,500,500,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11920,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,-11789,0,0,0,3,0,12000,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cultists Among Us','Speak to Captain \"Lefty\" Lugsail above the Stormbreaker in Valiance Keep.','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.','','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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11921,2,-1,1,0,-369,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,11731,0,0,0,5,1500,11100,0,0,0,0,0,0,34862,1,46630,4098,3,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,0,0,0,0,0,0,0,'More Torch Tossing','Win the torch tossing game, then speak with the Master Fire Eater.','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?','Hit 20 braziers.','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!','Return to Master Fire Eater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Braziers Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11922,2,-1,1,0,-369,0,0,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11923,5,74000,132300,0,0,0,0,0,0,34862,1,45716,2,2,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,0,0,0,0,0,0,0,'Torch Tossing','Win the torch tossing game, then speak with the Master Flame Eater.','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.','Hit 8 braziers.','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!','Return to Master Flame Eater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Braziers Hit','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11923,2,-1,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11922,0,0,0,5,350,5100,0,0,0,0,0,0,34833,1,0,2,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torch Catching','Catch 4 torches in a row, then speak with the Master Flame Eater.','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.','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!','Return to Master Flame Eater.',0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11924,2,-1,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11657,0,0,0,5,74000,132300,0,0,0,0,0,0,34833,1,0,4098,3,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,0,0,0,0,0,0,0,'More Torch Catching','Catch 10 torches in a row, then speak with the Master Fire Eater.','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.','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!',NULL,'Return to Master Fire Eater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11925,2,-1,1,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11923,0,0,0,5,400,5250,0,0,0,0,0,0,34833,1,0,4098,3,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,0,0,0,0,0,0,0,'More Torch Catching','Catch 10 torches in a row, then speak with the Master Flame Eater.','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.','Torch catching is a lot of fun, don\'t you think? But have care! You don\'t want to get singed!',NULL,'Return to Master Flame Eater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11926,2,-1,1,0,-369,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,11922,0,0,0,5,400,5250,0,0,0,0,0,0,34862,1,46630,4098,3,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,0,0,0,0,0,0,0,'More Torch Tossing','Win the torch tossing game, then speak with the Master Flame Eater.','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?','Hit 20 braziers.','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!','Return to Master Flame Eater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Braziers Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11927,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11897,0,0,11599,1,0,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Word on the Street','Find Leryssa at the inn in Valiance Keep','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.','','Thank you for coming to see me. I didn\'t know who else to contact.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11928,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11897,0,0,11901,1,0,2400,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farshire','Travel to Farshire in Borean Tundra and speak to Gerald Green.','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.','','You\'re here to help? You\'re just in time then!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11929,2,72,71,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11898,0,0,11930,1,0,4950,0,0,0,0,0,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,1064,1085,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Fall of Taunka\'le Village','Speak to Mother Tauranook outside the gates 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!','','$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.',NULL,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,12340), (11930,2,72,71,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11929,0,0,11977,5,0,48600,0,0,0,0,0,0,0,0,46657,130,2,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Across Transborea','Escort the Taunka\'le Evacuees across Transborea to Wartook Iceborn on the border of the Dragonblight.$B','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.','Secure Passage to Dragonblight','$B$BIcemist is no more...',NULL,'Return to Wartook Iceborn in 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,12340), (11931,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11919,0,0,0,5,47000,24000,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cracking the Code','Raelorasz at the Transitus Shield wants you to get the Azure Codex from Inquisitor Caleras and collect 3 Shimmering Runes from his Coldarra Spellbinders.','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.','','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.','Return to Raelorasz at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35629,35628,0,0,0,0,3,1,0,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11932,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11604,0,0,12086,3,0,12000,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cowards and Fools','Speak to Ataika in Kaskala, northeast of Valiance Keep.','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.','','I remember the man you speak of. He bore the marks of Karkut.$B$BMay Karkut protect our fallen.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11933,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,9339,-9330,0,4,58000,99300,0,29235,0,0,0,0,35569,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing the Exodar\'s Flame','Return the Flame of the Exodar to the Festival Talespinner.','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...','','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?','Return to Festival Talespinner.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11934,1,15,15,0,-371,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unlocking Your Potential [PH]','Bring this dude some stuff.','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.','',NULL,NULL,'Return to Jonathan LeCraft in Designer Island.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11935,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,9365,-9324,0,4,58000,99300,0,29235,0,0,0,0,35568,1,0,0,0,0,0,0,0,23247,0,0,0,25,0,0,0,23435,23327,23326,23211,23246,34684,5,5,5,5,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Silvermoon\'s Flame','Return the Flame of Silvermoon to the Festival Loremaster.','This flame, stolen from Silvermoon, floods you with warmth. This raw power is foreign to you, but the Loremaster might know more...','','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?','Return to Festival Loremaster.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (11936,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11918,0,0,11919,5,47000,24000,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hatching a Plan','Raelorasz at the Transitus Shield wants you to kill Coldarra Wyrmkin and use their frozen axes to break 5 blue dragon eggs.','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.','','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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',-188133,0,0,0,5,0,0,0,35586,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dragon Eggs destroyed','','','',4,0,1000,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11937,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,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG - all torch return quests are complete','','','',NULL,NULL,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,12340), (11938,2,72,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11956,0,0,11942,5,0,48600,0,0,0,0,0,0,35944,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37271,37393,37425,38212,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Buying Some Time','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.','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.','','That should buy us some time. Isidorus has been cooperative, but I really needed that alone time with the lich.','Is it done?','Return to Thassarian at the Wailing Ziggurat in Borean Tundra.',26195,0,0,0,20,0,0,0,0,35944,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'En\'kilah Casualty','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11939,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,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?','',NULL,NULL,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,12340), (11940,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11919,0,0,0,5,47000,24000,0,0,0,0,0,0,35506,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drake Hunt','Raelorasz wants you to use the Blood-tipped Spear to subdue a Nexus Drake Hatchling and return it to him at the Transitus Shield.','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.','','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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',26175,0,0,0,1,0,0,0,35506,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captured Nexus Drake','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11941,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11943,5,47000,24000,0,0,0,0,0,0,35648,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Puzzling...','Bring the Scintillating Fragment to Raelorasz at the Transitus Shield.','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.','','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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35648,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11942,2,72,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11938,0,0,12019,5,50000,48600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words of Power','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.','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.','','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.','Return to Thassarian at the Wailing Ziggurat in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35355,35353,35354,0,0,0,1,1,1,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11943,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11941,0,0,0,5,47000,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,35671,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cell','Raelorasz at the Transitus Shield wants you to obtain the Prison Casing from General Cerulean and the Energy Core from Warbringer Goredrak.','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.','','$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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35669,35668,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11944,2,72,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12086,0,0,12088,5,0,48600,0,0,0,0,0,0,0,0,0,136,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Surrounded!','Corporal Venn at Death\'s Stand wants you to slay 7 Ziggurat Defenders.','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.','','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.','Return to Corporal Venn at Death\'s Stand in Borean Tundra.',26202,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11945,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,50000,0,0,0,0,0,0,0,0,'Preparing for the Worst','Utaik wants you to gather 8 Kaskala Supplies in Kaskala.','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.','','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.','Return to Utaik at Kaskala in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35711,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11946,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11943,0,0,11951,1,4800,2400,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keristrasza','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.','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.','','We cannot wait for me to regain my strength.$b$bI must rely on you to make our preparations....',NULL,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,'','','','',4,0,1000,500,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11947,1,32,29,42,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12012,0,0,0,5,800,1620,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,'Striking Back','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.','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...','','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?','Return to Earthen Ring Elder.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11948,1,43,39,50,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12012,0,0,0,5,1500,3000,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,'Striking Back','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.','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...','','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?','Return to Earthen Ring Elder.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11949,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11950,5,50000,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37211,37421,37486,37525,0,0,1,1,1,1,0,0,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not Without a Fight!','Ataika wants you to slay 12 Kvaldir Raiders in Kaskala.','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.','','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.','Return to Ataika at Kaskala in Borean Tundra.',25760,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11950,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11949,0,0,11961,5,0,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Muahit\'s Wisdom','Find Elder Muahit in Kaskala.','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.','','Ataika sent you, didn\'t he? I am not to be swayed.$B$BAll is not lost. The spirits are still with us.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (11951,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11946,0,0,11957,5,47000,24000,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bait and Switch','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.','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....','','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?','Speak to Keristrasza at Coldarra in Borean Tundra. If you lose your Augmented Arcane Prison, speak to Raelorasz at the Transitus Shield.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35685,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,500,1000,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11952,1,51,49,59,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12012,0,0,0,5,1900,4200,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,'Striking Back','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.','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...','','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?','Return to Earthen Ring Elder.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11953,1,60,56,66,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12012,0,0,0,5,2300,5700,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,'Striking Back','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.','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...','','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?','Return to Earthen Ring Elder.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11954,1,67,64,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12012,0,0,0,5,9400,6900,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,'Striking Back','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.','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...','','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?','Return to Earthen Ring Elder.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11955,2,80,75,0,-369,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12012,0,0,0,3,0,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Ahune, the Frost Lord','Travel to the Slave Pens in Coilfang Reservoir within Zangarmarsh and speak with Numa Cloudsister.','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!','','Thank the spirits you\'re here! We must summon Ahune quickly before it\'s too late...',NULL,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,12340), (11956,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,11938,5,0,24000,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finding the Phylactery','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.','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.','','Just in time, $N. Pinning down a lich is not as easy as it looks.','You\'re back, $N. Did you get the phylactery?','Return to Thassarian at the Wailing Ziggurat in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35687,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11957,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11951,0,0,11967,5,47000,24000,0,0,0,0,0,0,35690,1,0,128,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saragosa\'s End','Keristrasza wants you to use the Power Focus to lure Saragosa, and then defeat her.','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.$B','','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!','Return to Keristrasza at Coldarra in Borean Tundra. If you lose your Augmented Arcane Prison, speak to Raelorasz at the Transitus Shield.',0,0,0,0,0,0,0,0,0,35690,0,0,0,1,0,0,35709,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,1000,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11958,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11959,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let Nothing Go To Waste','Retrieve 6 Stolen Moa\'ki Goods from the wolvar. Return them to Elder Ko\'nani at Moa\'ki Harbor.','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.','','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.','Return to Elder Ko\'nani at Moa\'ki Harbor in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35686,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11959,2,73,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11958,0,0,0,6,106000,92400,0,46791,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38026,37982,38087,37939,0,0,1,1,1,1,0,0,1073,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slay Loguhn','Smear the Blood of Loguhn upon yourself and then return to Elder Ko\'nani at Moa\'ki Harbor.','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.','','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?','Return to Elder Ko\'nani at Moa\'ki Harbor in Dragonblight.',26227,0,0,0,1,0,0,0,0,35688,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loguhn\'s Blood Smeared','','','',4,0,0,0,0,0,0,0,0,0,2,1,1,0,0,0,0,0,12340), (11960,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Planning for the Future','Collect 12 Snowfall Glade Pups. Deliver them to Trapper Mau\'i at Moa\'ki Harbor.','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.','','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?','Return to Trapper Mau\'i at Moa\'ki Harbor in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35692,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,2,0,0,0,0,0,0,0,12340), (11961,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11950,0,0,11968,4,39000,36600,0,0,0,0,0,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,1073,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spirits Watch Over Us','Elder Muahit at Njord\'s Breath Bay wants you to find Iruk\'s corpse in the water and retrieve Issliruk\'s totem.','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.','','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?','Return to Elder Muahit at Njord\'s Breath Bay in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35701,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11962,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11904,0,0,11963,2,0,6000,0,0,0,0,0,0,35706,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Last Delivery','Deliver the Crate of Farshire Ore to Hilda Stoneforge in Valiance Keep.','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.','','Ore from Farshire? We weren\'t scheduled for a shipment just yet. Is something wrong?','What do you have there?','Return to Hilda Stoneforge at Valiance Keep in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35706,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11963,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11962,0,0,11965,2,0,6000,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapons for Farshire','Return to Gerald Green in 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.','','Hilda\'s sending us weapons? That\'s excellent news, $N. I was about ready to tell the lads to pack things up.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11964,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1080,0,47107,0,0,0,0,35725,1,46825,8,2,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,0,0,0,0,0,0,0,'Incense for the Summer Scorchlings','The Festival Loremaster wants you to take Summer Incense to a Summer Scorchling outside any Alliance settlement.','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.','','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.','Return to Summer Scorchling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35725,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11965,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11963,0,0,0,5,0,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38227,38226,38228,0,0,0,1,1,1,0,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms!','Go to the town hall building in Farshire and ring the bell inside of it.','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.','','Thanks once again for aiding us, $N. The people of Farshire will always remember you.','Have you rallied the survivors, $N?','Return to Gerald Green at Farshire in Borean Tundra.',-188163,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Farshire Bell Rung','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11966,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,510,0,47107,0,0,0,0,35725,1,46826,8,2,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,0,0,0,0,0,0,0,'Incense for the Festival Scorchlings','The Festival Talespinner wants you to take Summer Incense to a Festival Scorchling outside any Horde settlement.','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.','','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.','Return to Festival Scorchling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35725,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,12340), (11967,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11957,0,0,11969,3,24000,12000,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mustering the Reds','Keristrasza has asked you to bring her to Raelorasz at the Transitus Shield.','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.','','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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35671,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11968,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11961,0,0,0,5,0,24000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37030,37031,37029,37032,37033,0,1,1,1,1,1,0,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tides Turn','Elder Muahit wants you to kill Heigarr the Horrible in Njord\'s Breath Bay.','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.','','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?','Return to Elder Muahit at Njord\'s Breath Bay in Borean Tundra.',26266,0,0,0,1,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11969,2,71,69,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11967,0,0,11973,5,47000,24000,0,0,0,0,0,0,44950,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37080,37075,37076,37078,37077,37564,1,1,1,1,1,1,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Springing the Trap','Raelorasz wants you to use Raelorasz\' Spark at the signal fire in Coldarra.','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.','','We have dealt a blow to Malygos, but it has come at a high price.','Did you meet with Keristrasza?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',26237,0,0,0,1,0,0,0,44950,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malygos Lured','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11970,2,-1,1,0,-369,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Master of Summer Lore','Speak to the Festival Loremaster in any Alliance capital.','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.','','I\'ll be happy to tell you what I know.',NULL,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,12340), (11971,2,-1,1,0,-369,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,510,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,'The Spinner of Summer Tales','Speak to the Festival Talespinner in any Horde capital.','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.','','I\'ll be happy to tell you what I know.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (11972,2,-1,75,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,35723,1,0,0,0,0,0,0,0,23247,0,0,0,20,0,0,0,35279,35280,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shards of Ahune','Bring the Ice Shards to Luma Skymother.','These shards pulse with foreboding. Do they hold the last essence of the Frost Lord?','','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!','Return to Luma Skymother in the Lord Ahune instance during Midsummer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11973,2,71,69,0,4265,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11969,0,0,0,8,47000,48300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38223,38222,38221,0,0,0,1,1,1,0,0,0,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prisoner of War','Raelorasz at the Transitus Shield wants you to enter the Nexus and release Keristrasza.','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.','','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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',26723,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keristrasza Laid to Rest','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11974,2,-1,60,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,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,1011,0,0,0,0,5,0,0,0,0,0,0,0,0,0,530,9851.19,-7465.21,0,'[ph] Now, When I Grow Up...','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.','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!','Salandria visits L70ETC in Silvermoon City',NULL,NULL,'Return to Blood Elf 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,12340), (11975,2,-1,60,0,-284,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,10945,0,-11975,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Now, When I Grow Up...','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. ','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!','','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!',NULL,'Return to Blood Elf 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,12340), (11976,2,-1,75,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,35723,1,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ice Shards','Bring the Ice Shards to Luma Skymother.','These shards pulse with foreboding. Do they hold the last essence of the Frost Lord?','',NULL,NULL,'Return to Luma Skymother at Darrow Hill in Hillsbrad Foothills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11977,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11930,11978,0,11978,1,0,4950,0,0,0,0,0,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,1064,1085,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Tauren Among Taunka','Seek out Emissary Brighthoof at the Westwind Refugee Camp.','$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.','','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.',NULL,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,12340), (11978,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11983,5,0,48600,0,0,0,0,0,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,1064,1085,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Fold','Emissary Brighthoof at the Westwind Refugee Camp in the Dragonblight wants you to recover 10 Horde Armaments.','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.','','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.','Return to Emissary Brighthoof at the Westwind Refugee Camp in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11979,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,11978,0,11978,1,0,4950,0,0,0,0,0,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,1064,1085,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Taunka and the Tauren','Seek out Emissary Brighthoof at the Westwind Refugee Camp.$B','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.','','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.',NULL,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,12340), (11980,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37964,38006,38048,38081,38110,0,1,1,1,1,1,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pride of the Horde','Blood Guard Roh\'kill at the Westwind Refugee Camp in the Dragonblight wants you to slay 15 Anub\'ar Ambushers.$B','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!','','$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!','Return to Blood Guard Roh\'kill at Westwind Refugee Camp in Dragonblight.',26402,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,12340), (11981,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11982,11981,11982,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Find Kurun!','Speak with Kurun on the hill overlooking Thor Modan.','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... \"','','$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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11982,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11981,0,0,12070,5,59000,125700,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raining Down Destruction','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.','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.','','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?','Return to Kurun at Boulder Hills in Grizzly Hills.',26264,0,0,0,5,0,0,0,0,0,0,35734,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iron Dwarf Operations Disrupted','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11983,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11978,0,0,12008,4,0,36600,0,0,0,0,0,0,35784,1,0,128,0,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,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Oath of the Horde','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.','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.','','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.','Return to Emissary Brighthoof at the Westwind Refugee Camp in Dragonblight.',26179,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35784,0,0,0,0,0,1,0,0,0,'Taunka Admitted Into the Horde','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11984,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11989,5,56000,99600,0,0,0,0,0,0,35736,1,0,128,0,0,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,'Filling the Cages','Samir at Granite Springs wants you to use the Bounty Hunter\'s Cage on a drakkari troll that\'s been stunned by Budd.','\'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.','','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?','Return to Samir at Granite Springs in Grizzly Hills.',26444,0,0,0,1,0,0,0,35736,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captured Live Ice Troll','','','',4,0,500,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (11985,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12070,0,0,12081,5,59000,125700,0,0,0,0,0,0,0,0,0,136,0,0,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,'Into the Breach','Kurun on the hill overlooking Thor Modan wants you to kill Iron Thane Argrum.','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?','','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?','Return to Kurun at Boulder Hills in Grizzly Hills.',26348,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11986,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,35739,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Damaged Journal','Recover 8 Missing Journal Pages, combine them with the Incomplete Journal, and return the completed journal to Torthen Deepdig at the Westfall Brigade Encampment.','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.','','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?','Return to Torthen Deepdig at the Westfall Brigade Encampment in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,35737,0,0,0,8,0,35738,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11987,0,1,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,128,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,'zzOLDFortune Card: Silver','','','',NULL,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,12340), (11988,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11986,0,0,0,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Runic Keystone','Bring 5 Runic Keystone Fragments to Torthen Deepdig at the Westfall Brigade Encampment.','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.','','$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?','Return to Torthen Deepdig at the Westfall Brigade Encampment in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35747,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11989,2,73,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11984,0,0,11990,3,0,36900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Truce?','Drakuru at Granite Springs wants you to use the Dull Carving Knife near his cage and then speak to him.','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?','','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....','Return to Drakuru at Granite Springs in Grizzly Hills.',27921,0,0,0,1,0,0,0,38083,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Pact With Drakuru','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11990,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11989,0,0,11991,5,0,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Vial of Visions','Drakuru at Granite Springs wants you to bring him an Imbued Vial, a Waterweed Frond, and 3 Haze Leaves.','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.','','$b$bThis should do it, mon. Now it be time to get to work.','You got da stuff, mon?','Return to Drakuru at Granite Springs in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18256,37085,35795,0,0,0,1,3,1,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11991,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11990,0,0,12007,5,56000,99600,0,0,0,0,0,0,35797,1,0,128,2,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,571,3397.3,-1807.19,0,'Subject to Interpretation','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.','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.$B','','Ahh, yes. Ya done good, mon.$b$bI be readin\' the walls just fine from here....',NULL,NULL,0,0,0,0,0,0,0,0,35799,0,0,0,5,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,1,0,0,0,0,0,0,0,12340), (11992,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,47000,24000,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Navigation Charts (Deprecated)','Obtain the missing parts of the Skadir Navigational Chart and bring it to Karuk in Riplash Stand.','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.','',NULL,NULL,'Return to Karuk in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (11993,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11988,0,0,0,5,59000,125700,0,0,0,0,0,0,35746,1,0,128,0,0,0,0,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,'The Runic Prophecies','Torthen Deepdig at the Westfall Brigade Encampment wants you to decipher the three Rune Plates.','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!','','$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?','Return to Torthen Deepdig at the Westfall Brigade Encampment in Grizzly Hills.',-188264,-188288,-188289,0,1,1,1,0,0,0,0,35746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'First Prophecy Deciphered','Second Prophecy Deciphered','Third Prophecy Deciphered','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (11994,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4096,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Juno\'s Flag Tester','','','',NULL,NULL,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,12340), (11995,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12000,0,12000,1,0,4950,0,0,0,0,0,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,1090,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Presence is Required at Stars\' Rest','Speak with the Image of Archmage Modera 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.','','I\'ve been expecting you, $c. We have much work to do, you and I.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (11996,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,11999,1,0,4950,0,0,0,0,0,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,1090,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Your Presence is Required at Agmar\'s Hammer','Speak with the Image of Archmage Aethas Sunreaver 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!','','What took you so long? Time waits only for Aspects, $r.$B$BWe have much work to do, you and I.',NULL,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,12340), (11997,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'REUSE','Speak with Captain Gryan Stoutmantle at the Westfall Brigade Encampment.','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.','',NULL,NULL,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,12340), (11998,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12002,5,0,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Softening the Blow','Bring Brugar Stoneshear at the Westfall Brigade Encampment a cask of Howlin\' Good Moonshine.','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.','','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?','Return to Brugar Stoneshear at the Westfall Brigade Encampment in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35796,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (11999,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11996,0,0,12005,5,50000,48600,0,0,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rifle the Bodies','Find the Moonrest Gardens Plans and return them to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','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.','','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?','Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12000,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12004,5,50000,48600,0,0,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rifle the Bodies','Find the Moonrest Gardens Plans and return them to the Image of Archmage Modera at Stars\' Rest.','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.','','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?','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35783,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,274,0,0,0,0,0,0,12340), (12001,2,5,5,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,100,270,0,0,0,0,0,0,35789,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'zzOLDHunting Tarot: Lesser Beasts','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.','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.','',NULL,NULL,'Return to Jonathan LeCraft in Designer Island.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12002,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11998,0,0,12003,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Brothers in Battle','Kill 10 Runic Battle Golems and return to Brugar Stoneshear at the Westfall Brigade Encampment.','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.','','$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?','Return to Brugar Stoneshear at the Westfall Brigade Encampment in Grizzly Hills.',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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12003,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12002,0,0,12010,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Uncovering the Tunnels','Brugar Stoneshear at the Westfall Brigade Encampment wants you to explore the North Building, the East Building, and the South Building of Thor Modan.','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.','','$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?','Return to Brugar Stoneshear at the Westfall Brigade Encampment in Grizzly Hills.',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,'Investigate North Building','Investigate East Building','Investigate South Building','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12004,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12000,0,0,0,6,106000,92400,0,0,0,0,0,0,0,0,0,136,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,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prevent the Accord','Deliver Wind Trader Mu\'fah\'s Remains and the Scales of Goramosh to the Image of Archmage Modera at Stars\' Rest.','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.','','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?','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35800,35801,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (12005,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11999,0,0,0,6,106000,92400,0,0,0,0,0,0,0,0,0,136,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,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prevent the Accord','Deliver Wind Trader Mu\'fah\'s Remains and the Scales of Goramosh to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','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.','','That\'s alright, $c, just put them down on the ground there in front of Agmar\'s throne.$B$B$B$BUnfortunate 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 on to more important business.','Have you prevented the accord between the blue dragonflight and the Ethereum?','Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (12006,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12013,5,50000,48600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Avenge this Atrocity!','Kill any combination of 15 Dragonblight Mage Hunters, Moonrest Stalkers, Surge Needle Sorcerers, and Focus Wizards. After you have done that, return to Ethenial Moonshadow at Moonrest Gardens.','These so-called mage hunters came here and destroyed our resting place.$B$BAvenge us, or I will see to it that your base of operations is overrun with the spirits of the dead!','','Very well, you have satisfied my request if nothing more.$B$BThank you, $r.','Somehow I sense that you haven\'t quite killed enough of these defilers!','Return to Ethenial Moonshadow at Moonrest Gardens in Dragonblight.',26280,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,'Blue Dragonflight forces at Moonrest Gardens slain','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12007,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11991,0,0,12042,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,571,4197.7,-2131.18,0,'Sacrifices Must be Made','Drakuru wants you to bring the Eye of the Prophets to him at Drakuru\'s Brazier in Zeb\'Halak.$b$bYou will need to collect Zim\'bo\'s Mojo to use Drakuru\'s Elixir there.','I\'ve got it, mon!$b$bTo da north, on da Ziggurat at Zeb\'Halak be a stone head with ruby eyes. One o\' dem be da Eye of the Prophets! Bring it to the brazier there and drink my elixir.$b$bAgain, ya be needing some mojo for my elixir to work - dis time from da warlord, Zim\'bo. He be hidin\' in one of da huts in Zeb\'Halak.$b$bIt be a shame to kill Zim\'bo, mon, but he swore da blood oath to defend Drak\'Tharon and he done failed. Now at least his mojo be helpin\' us to reclaim Drak\'Tharon.','','Dis be it, mon!$b$bIt be even more precious than I hoped. Dis be sure to bring mah people hope in dese dark times.$b$bNo time to waste, now. Let\'s be seein\' where da next artifact be hidin\'.','You get da Eye of the Prophets, mon?','Return to Image of Drakuru at Zeb\'Halak in Grizzly Hills.',0,0,0,0,0,0,0,0,0,35836,0,0,0,1,0,0,35806,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12008,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11983,0,0,0,4,0,36600,0,0,0,0,0,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,1085,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Agmar\'s Hammer','Travel to Agmar\'s Hammer in the Dragonblight and speak to Overlord Agmar.$B','Directly east of this refugee camp stands Agmar\'s Hammer - testament to the Hordes\' power in the Dragonblight.$B$BWhile I have no doubt that our Horde brothers and sisters are already seeing the result of your efforts to bring the taunka into the Horde, I want you to deliver news of your success to Overlord Agmar in person.$B$BGo now, $N! Race the winds! East to Agmar\'s Hammer!$B','','While you have undoubtedly championed the cause of the Horde elsewhere, many more have been working towards expanding our grasp deeper into Northrend. Even now we have forces establishing bases in the frozen reaches of this desolate wasteland.$B$BWe surround the Scourge on all sides. Victory nears as our armies amass at the foot of the Wrathgate, Angrathar. Soon we will tear down the gate and breach Icecrown.$B$BBut there is much work left to be done...$B$BFirst we stop the Nerubians!',NULL,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,12340), (12009,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11959,0,0,0,5,50000,48600,0,0,0,0,0,0,37265,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tua\'kea\'s Crab Traps','Collect 8 of Tua\'kea\'s Crab Traps and return them to him at Moa\'ki Harbor.','With all of the troubles, I\'ve lost my assistants. I was wondering if maybe you could help me?$B$BI have many crab traps under the waves of the harbor. Will you retrieve them for me? I\'m too old for that sort of thing and the waters can be very dangerous.$B$BPlease, take this bladder. It will help you to breathe while you\'re down there.','','I\'m a simple trapper. The world has turned upside-down all of a sudden. It doesn\'t make sense.$B$BI hope that you\'ll be able to set it right again.','How many crabs did you manage to retrieve?','Return to Tua\'kea at Moa\'ki Harbor in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35802,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,6,1,0,0,0,0,0,0,12340), (12010,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12003,0,0,12014,4,0,94200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Fate of Orlond','Locate Surveyor Orlond within Thor Modan.','When we began excavating the city, I sent Surveyor Orlond to check the stability of the tunnels in Thor Modan. I didn\'t see him escape when we withdrew at the beginning of the battle, and I worry he may still be trapped inside the city.$B$BIf we\'re going to get an army through Thor Modan, we\'ll need the information he was collecting. Stoutmantle and his superiors would have my hide if the tunnels collapsed on one of their brigades!','','A quick examination of the body reveals that the surveyor has been dead for some time. Looking through his pack, you stumble upon Orlond\'s handwritten notes.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12011,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11959,0,0,12016,1,5000,4950,0,0,0,0,0,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,1073,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signs of Big Watery Trouble','Inform Tua\'kea at Moa\'ki Harbor about the wrecked crab trap.','This crab trap appears to have been destroyed by something much larger than the nearby circling sharks.$B$BPerhaps Tua\'kea, the fisherman at Moa\'ki Harbor, should be told about this?','','That\'s not the news I wanted to hear, $r.$B$BNo, no... it\'s good that you told me, but I fear my old nemesis has returned to these waters.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,274,0,0,0,0,0,0,12340), (12012,2,-1,16,0,-369,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11891,0,0,0,3,0,66300,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,'Inform the Elder','Travel to a capital city and speak to the Earthen Ring 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!','','This is grave news indeed. We must do everything in our power to stop this war from coming to pass.','What troubles you, my child?',NULL,0,0,0,0,0,0,0,0,35828,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12013,2,73,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12006,0,0,0,6,106000,92400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37941,38028,37984,38092,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'End Arcanimus','Destroy Arcanimus and then return to Ethenial Moonshadow at Moonrest Gardens.','There is one last thing that I would have you do, $N the $r. I would have you destroy Arcanimus!$B$BThe sorcerers to the west used that giant device in the sky to bore a massive pit into our resting place. When they did that, they unleashed a monstrosity!$B$BI would not care if it were only a concern for mortals, but Arcanimus feeds upon the spirits of the dead.$B$BYou will put an end to it now!','','You have my deepest gratitude, $N.$B$BIf you haven\'t already, you should alert your betters to the danger that the blue dragonflight has unleashed. By blowing apart the ley line anchor underneath the gardens, they threaten to destroy us all!','Do you think me a fool? Arcanimus is still eating the souls of my brothers and sisters, $c!','Return to Ethenial Moonshadow at Moonrest Gardens in Dragonblight.',26370,0,0,0,1,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12014,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12010,0,0,0,6,46000,157200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38717,39021,39050,39082,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Steady as a Rock?','Retreive the Portable Seismograph and use it to take stability readings in Thor Modan, then return to Brugar Stoneshear at the Westfall Brigade Encampment.','Orlond\'s notes indicate that he brought a piece of equipment called a portable seismograph with him, but the device is nowhere to be seen.$B$BThe survey log shows that Orlond completed all his readings in the Thor Modan tunnel, save one labeled the \'east end of the exposed tunnel.\'$B$BThe last entry in the log indicates Orlond tried to take refuge in the water and was attacked by subterranean threshers. They might\'ve taken his equipment.You\'ll need to recover it before you can take the last reading.','','$B$BThis isn\'t good at all. Even if we could excavate the tunnels behind the blockage, there\'s no guarantee they wouldn\'t collapse again. It looks like some of these areas haven\'t been used in generations. We\'ll have to give Captain Gryan the bad news.','What did you find?','Return to Brugar Stoneshear at the Westfall Brigade Encampment in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35819,35837,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12015,2,62,58,0,65,62,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,6000,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,509,76,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Test Quest for Craig','Craig Amai at wherever wants you to bring him 5 whatevers.','klajsdklajlsd','',NULL,NULL,'Return to [Demo] Craig Amai.',26490,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12016,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12011,0,0,12017,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bait','Obtain The Flesh of \"Two Huge Pincers\" and deliver it to Tua\'kea at Moa\'ki Harbor.','I\'m sure of it... our ancient aquatic nemesis, Tu\'u\'gwar, \"He Who Plays With Food\", has returned. We must lay a trap for him, you and I.$B$BIf Tu\'u\'gwar has one weakness it\'s his stomach. There\'s one meat for certain that he\'d never be able to pass up.$B$B\"Two Huge Pincers\", the mother of all crabs, Kili\'ua, paces upon her island out in the waters to the southwest. You must pay her a visit and return with her meat.','','You were able to slay Kili\'ua... perhaps you\'ll be able to do the same to Tu\'u\'gwar.$B$BPerhaps not.','You return with the succulent flesh of Kili\'ua?','Return to Tua\'kea at Moa\'ki Harbor in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35831,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (12017,2,73,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12016,0,0,0,6,106000,92400,0,0,0,0,0,0,35838,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37936,37980,38023,38084,0,0,1,1,1,1,0,0,1073,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meat on the Hook','Slay Tu\'u\'gwar and then return to Tua\'kea at Moa\'ki Harbor.','The time has come my friend: Tu\'u\'gwar must be dealt with!$B$BI\'ve prepped the meat so that the beast is sure to come once you bait the hook I have out in the water. Just follow the fishing line here down to it.$B$BWhatever you do, don\'t let Tu\'u\'gwar swallow you whole, $N!','','We shall rejoice at your success, my young friend! There\'s blood in the water and it is our enemy\'s!$B$BYou have the eternal gratitude of this old fisherman, and most certainly of all the Kalu\'ak once I spread the word!$B$BHere now, I insist, take something as a reward, please.','I thought I might have spotted some thrashing... is Tu\'u\'gwar dead? ','Return to Tua\'kea at Moa\'ki Harbor in Dragonblight.',26510,0,0,0,1,0,0,0,35838,0,0,0,1,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,53,1,0,0,0,0,0,0,12340), (12018,2,73,70,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,53000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sweet Revenge','Obtain 2 Stone Hunks O\' Gargoyle from Carrion Gargoyles in the Eastern Carrion Fields. Return to Lord Bevis when the task is complete.','You there... you look the fighting type. I want some sweet Revenge on the Scourge that killed my family. Go get me 2 Stone Hunks O\' Gargoyle so that I can throw them on the ground and stomp on them violently until they are mashed into itty bitty pebbly bits. $b$bYes. Go. Kill.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35840,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12019,2,72,68,0,3537,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,11942,0,0,0,7,150000,73200,0,0,0,0,0,0,0,0,0,136,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,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Last Rites','Go to the Temple City of En\'kilah and find the teleportation orb beneath the floating Scourge citadel of Naxxanar. Use it to reach the top and help Thassarian there.','I served Arthas in death, because I had no choice. He had control over my will and my body. The Cult of the Damned serves Arthas in life... willingly.$B$BNow that we know the words of power to enter Naxxanar we can put an end to the cultist blight. Go to En\'kilah and look for the teleportation orb beneath the floating citadel.$B$BWork your way up and meet me at the top. Arm yourself with what courage you can, we might not make it out of this alive.','','You did well, $N. I was hoping to leave my sister out of all this. Thanks to you she is alive and well.$B$BMy obligations to my king and my army have been fulfilled. It is clear I\'m not welcome among my comrades anymore. I will have to find my own way, fighting no wars but my own and following no orders but my heart\'s.$B$BPerhaps we shall meet again, $c. Until then, take this as a token of my gratitude.','Hail, $N.','Seek out Thassarian at Naxxaanar in Borean Tundra.',28189,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Last Rites','','','',4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (12020,2,-1,1,0,-370,0,0,0,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,4096,1,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,'This One Time, When I Was Drunk...','Talk to Boxey Boltspinner in the Brewfest camp.','The Dark Irons took a beating! As they rushed back to the Grim Guzzler, a portion of their transport fell off. More importantly, you managed to keep the camp safe... today.$b$bHead over to Boxey and explain your heroic triumph over the Dark Iron dwarves.','','So you managed to stop the Dark Irons... While drunk too? That, $c, is truly the spirit of Brewfest! I guess in keeping with the spirit of Brewfest you want your prize tokens.$b$bThanks for your help, $n. Enjoy the rest of Brewfest.',NULL,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,12340), (12021,2,73,70,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,53000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Letter Home','Bring the letter home to Lady Alustra in the Eastern Carrion Fields.','This letter appears to be addressed to a resident of Stormwind from one of the late Villagers in the Carrion Fields. Perhaps one of the surviving residents in the Eastern camp would be interested in forwarding it to its intended recipient.','',NULL,NULL,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,12340), (12022,2,-1,1,0,-370,0,0,0,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,8,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,'Chug and Chuck!','Use the Complimentary Brewfest Sampler to hit S.T.O.U.T. 5 times, then talk to Boxey Boltspinner.','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.','','Do you know what that was? Gnomish engineering at its finest! S.T.O.U.T. took the abuse like a champ!$b$bI think you\'re ready now to take on the Dark Irons if they show up again.','Toss one back, then toss one forward. S.T.O.U.T. can take the abuse, it\'s why I built him.','Return to Boxey Boltspinner in Dun Morogh.',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,0,'S.T.O.U.T. Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12023,2,73,70,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,53000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sweeter Revenge','Kill the Abomination on the hillside in Eastern Carrion Fields. Return to Lord Bevis once the slaughter is complete.','Satisfyingly crunchy. Now... you... $R thing... there\'s an Abomination wandering the hillside to the south. Go kill it. Kill it good.','',NULL,NULL,'Return to .',26518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12024,2,73,70,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,53000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Recording the Fallen','Search the skeletons in the Carrion Fields for Alliance Settlement Documents.','Thank you for coming $N. We haven\'t recieved any word from Wintergarde Keep. I\'m sure they\'re still battling the Scourge, but I can believe they left us alone to this slaughter. $b$bWe need to gather the names of the dead so that we can notify their families. When the Alliance Military brought us here, we all filled out Settlement Documentation and were required to keep it on our persons. $b$bGo sift through the corpses and bring me any Documents that you find so that I can start a list of the names.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35853,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,12340), (12025,2,73,70,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,53000,73800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Scarlet Among Us','Search for evidence of the Scarlet Crusade on the freshly risen Carrion Ghouls in the Eastern Carrion Fields. Return to Lady Alustra with anything you find.','It\'s good to see that you were not ravaged by the Scourge as well. Perhaps you\'d be willing to lend a hand. $b$bThe Scarlet Crusade has taken up a post to the north with the obvious intent of battling the Scourge. The thing that bothers me is that they were building before we were attacked - they must have known something. $b$bI need to know if one of our Villagers was involved. Search for evidence on those of us that were brought back as ghouls. If you find anything, bring it to me.','',NULL,NULL,'Return to .',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35854,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12026,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12054,5,59000,125700,0,0,0,0,0,0,35739,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Damaged Journal','Recover 8 Missing Journal Pages, combine them with the Incomplete Journal, and return the completed journal to Sage Paluna at Camp Oneqwah.','This battered, mud-stained journal has seen better days. Leafing through the pages, you discover dozens of notes, diagrams, and maps in the dwarven language.$B$BThe only text you\'re able to decipher is the name of Brann Bronzebeard scrawled at the end of one of the entries.$B$BThe back half of the book, containing the most recent entries, has been torn away. Someone thought the notes important enough to attempt to destroy them. Perhaps gathering the missing pages from the battlefield will yield some clues.','','Who is this Brann Bronzebeard? The iron dwarves found no reason to treat with him, but I have no idea why we\'d be interested in his writings.','What\'s that you have there?','Return to Sage Paluna at Camp Oneqwah in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,35737,0,0,0,8,0,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,12340), (12027,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,38714,39018,39047,39079,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mr. Floppy\'s Perilous Adventure','Help Emily and Mr. Floppy get back to the Westfall Brigade Encampment, then speak to Squire Walter.','Excuse me, $g Mister: Ma\'am;, do you know the way back to the soldiers\' camp?$B$BMr. Floppy and I decided to go for a walk in the woods, and my brother Walter was gonna come with us, but then he had squire things to do.$B$BSo Mr. Floppy and I went by ourselves, but we got lost, and there were a whole bunch of hungry wolves, but we found this tower.$B$BThe wolves went away, but we\'re still lost.$B$BI asked Mr. Floppy, and he doesn\'t know the way back. Would you help us? Please?','Help Emily and Mr. Floppy return to the camp','Thank goodness you found Emmy! When she left without me, I was worried she\'d get lost.$B$BI\'m glad to see Mr. Floppy\'s back safe and sound, too.',NULL,'Return to Squire Walter at the Westfall Brigade Encampment in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12028,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11959,0,0,12030,5,50000,48600,0,0,0,0,0,0,35907,1,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spiritual Insight','Speak with Toalu\'u the Mystic at Moa\'ki Harbor after you have attained your spiritual insight.','$R, we have not heard from our people at Indu\'le Village since the ground shook and was torn apart!$B$BHave you ever been upon a vision quest? You\'ve bested Loguhn, so you must be capable.$B$BI will give you a special incense to sprinkle into my brazier. Breathe deep from its vapors and your spirit will be sent aloft to view what has transpired at Indu\'le.$B$BAs your spirit soars, I will be able to look through your eyes.','Spiritual insight concerning Indu\'le Village attained.','Ghosts and gibbering madness? This cannot be!$B$BWe must seek further guidance.','What do you think?','Return to Toalu\'u the Mystic at Moa\'ki Harbor in Dragonblight.',0,0,0,0,0,0,0,0,35907,0,0,0,1,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,15,0,0,0,0,0,0,0,12340), (12029,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12484,0,0,12037,5,56000,99600,0,0,0,0,0,0,35908,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seared Scourge','Mack at Granite Springs wants you to use his grog to burn 20 Famished Scourge Trolls at Drak\'Tharon.','... gotta burn these corpshes \'fore they shtart walkin\' around again.$b$bPoppa always said, only thing worshe than havin\' to kill a troll is havin\' ta kill a troll twice.$b$bSay,... shpeakin\' of Scourge, we can\'t get into tha\' troll keep up north \'til we get them trolls thinned out a bit.$b$bHow \'bout ya take shome o my grog here and put them bashtards outta their misery?','','Well done!$b$b$b$bAww, come on now. That was funny....','Ya getter done, $N?','Return to Mack Fearsen at Granite Springs in Grizzly Hills.',26612,0,0,0,20,0,0,0,35908,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Trolls Burned','','','',4,0,0,0,0,0,0,0,0,0,11,11,0,0,0,0,0,0,12340), (12030,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12028,0,0,12031,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elder Mana\'loa','Speak with the statue, Elder Mana\'loa, at Indu\'le Village.','My people....$B$B$B$BWhile your spirit was flying through the village, I sensed that Elder Mana\'loa took notice of you. $N, he wishes to speak with you. The stone elders are revered by us as fonts of ancient wisdom.$B$BThe elder must want to help. Seek him in the northwest corner of the village.','','I\'ve been expecting you, $r. I saw your spirit fly by and sensed the mystic watching behind your eyes.$B$BYour fate and that of the Kalu\'ak are now tied together.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12031,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12030,0,0,12032,5,50000,48600,0,0,0,0,0,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,1073,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Freedom for the Lingering','Put to rest any combination of 15 Indu\'le Fishermen, Mystics and Warriors, then return to Elder Mana\'loa at Indu\'le Village.','The sacred ground of the elves to the west has been torn asunder. Now their magic is moving through the land causing ruin where it flows.$B$BThe souls of the Kalu\'ak are in danger as the blue dragons forces attempt to control the magic.$B$BThe power came up through the lake, instantly slaying most in the village. Those that survived were driven insane.$B$B$N, you must release these spirits so that they may move on. Leave the deranged living alone; they may yet regain their sanity in time.','','Not the most pleasant task, but necessary and merciful.$B$BAnd now there is something else that you are destined to do for the Kalu\'ak.','','Return to Elder Mana\'loa at Indu\'le Village in Dragonblight.',26343,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,'Indu\'le spirits put to rest','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12032,2,72,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12031,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,140,2,0,0,0,0,0,0,0,0,0,0,0,0,38148,38150,38128,38127,38146,38126,1,1,1,1,1,1,1073,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Conversing With the Depths','Commune with The Pearl of the Depths and do as the sea-goddess Oacha\'noa instructs.$B$BShould you survive the ordeal, return to Toalu\'u the Mystic at Moa\'ki Harbor.','The watery goddess, Oacha\'noa, must be consulted; only she will know what the destiny of the Kalu\'ak is to be. And only The Pearl of the Depths can call her forth from the murky nether.$B$BOff the coast to the southwest rises The Briny Pinnacle. Atop it sits the altar upon which the pearl rests.$B$BCommune at the altar and Oacha\'noa is certain to hear your call. Do as she says lest you incur her wrath and bring ruin upon all of the tuskarr.$B$BShould you survive, return to the mystic.','','You spoke with Oacha\'noa?!$B$BIf it is her will that we stand with your people then so be it. Elder Ko\'nani will accept this as our destiny, for weal or woe.$B$BMy people believe that all souls are one with the magic of the world. We must oppose the blue dragon attempts to controI the magic or we are all doomed!$B$BI never thought that a $r would be the champion of the Kalu\'ak, but you have proven me wrong. On behalf of my people, I give you thanks, $N.$B$BMay the gods smile upon you and keep you safe.','$N, you have returned!','Return to Toalu\'u the Mystic at Moa\'ki Harbor in 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,'Oacha\'noa\'s compulsion obeyed','','','',4,0,0,0,0,0,0,0,0,0,15,1,1,2,0,0,0,0,12340), (12033,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,36600,0,0,0,0,0,0,35941,1,0,130,2,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message from the West','Read the Letter from Saurfang and then destroy it.$B$BSpeak to Messenger Torvus once you have completed this task.','$B$B$B$BJust play along, $N.$B$BIt is good to see you here, soldier! Lord Hellscream has undoubtedly sent his strongest warriors to Lord Agmar!$B$B$B$BRead it and then destroy it in the fire pot next to me.','Letter from Saurfang read and destroyed','$B$BSo we are understood? I will return to my lord and tell him that you have accepted.','We will crush the Scourge!','Speak to Messenger Torvus at Agmar\'s Hammer in 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,12340), (12034,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12036,1,0,4950,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory Nears...','Speak to Senior Sergeant Juktok at Agmar\'s Hammer.','There remain only two primary threats that stand in our way. One is the dread citadel of Naxxramas, far to the east, above the Alliance fortress of Wintergarde and the other is the Pit of Narjun, exit point for the undead armies of Azjol\'Nerub. It is from the Pit of Narjun that the Anub\'ar Nerubians assaulted and ultimately razed the taunka village of Icemist.$B$BWe will destroy the Anub\'ar and close off the Pit of Narjun.$B$BReport to Senior Sergeant Juktok for your mission orders.','','By land and by air, that\'s how we will end the Anub\'ar threat.',NULL,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,12340), (12035,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11908,0,0,0,5,0,24000,0,0,0,0,0,0,35943,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37206,37403,37417,37482,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Repurposed Technology','Jeremiah Hawning at Farshire wants you to destroy 5 Harvest Collectors and then use Jeremiah\'s Tools to rewire them.','Ok, I\'ve got it! The rewiring is a little complicated, but nothing a clever $c like you can\'t handle.$B$BTake my tools and put some of the harvest collectors out of commission. Once they\'re down use the tools to plug all the red wires into the blue sockets. That\'ll make them go into self-defense mode. Hurry, $N. Before long there won\'t be anything left to save.','','Nice job! I finally feel useful again... and that\'s sayin\' something.','You done yet, $N?','Return to Jeremiah Hawning at Farshire in Borean Tundra.',25993,0,0,0,5,0,0,0,0,35943,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harvest Collector Rewired','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12036,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12034,0,0,12053,5,0,48600,0,0,0,0,0,0,0,0,0,140,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'From the Depths of Azjol-Nerub','Explore the Pit of Narjun and return with your findings to Senior Sergeant Juktok at Agmar\'s Hammer.','The undead Nerubians that attacked Icemist Village came from a gigantic sinkhole known as the Pit of Narjun. If left alone, those fiends will no doubt flank our forces at the Wrathgate and end our march to victory.$B$BI need eyes on the ground, $N. You are to head west and investigate the Pit of Narjun. We need to locate their primary exit point and seal it off! Find me that location.$B','Pit of Narjun Explored','That damned sinkhole must be directly connected to Azjol-Nerub. This is worse than I thought.$B$B$B$BSeek and destroy... That\'ll be the next course of action.',NULL,'Return to Senior Sergeant Juktok at Agmar\'s Hammer in 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,12340), (12037,2,74,72,0,4196,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12029,0,0,13129,8,224000,199200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39649,39648,39650,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Search and Rescue','Mack at Granite Springs wants you to go into Drak\'Tharon and find out what became of Kurzel.','Orc women... they just don\'t lissen - hic. Know what I mean, $r?$b$bKurzel\'s been with us fer years. You\'d think she\'d get a feel fer how we do things by now. Lure the fools in fer the dangerous work, then reap the rewards when it\'s safe. What\'s so hard to understand?$b$bNot her though... impatient green-skin goes off and takes matters into her own hands. Probably dead by now, but I\'d feel horrible if we didn\'t follow after her, and I\'m in no shape to do it myself - hic.$b$bSo whatdya say, pal?','','I knew it!$B$BEven my going missing wasn\'t enough to get those spineless weasels to come in here after me.$B$BWell, they sent you. I suppose that\'s something....$B$BHere, take this. I\'d rather it go to you than to those dimwits back at the camp.',NULL,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,'','','','',4,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12038,2,72,70,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,35908,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seared Scourge','Mack at Granite Springs wants you to use his grog to burn 30 Famished Scourge Trolls.','Whatcha waitin\' fer, $c? Them shcourged trolls ain\'t gunna kill themselves!$b$bYou know the drill. Git up ta Drak\'Tharon up north... Take some o thish here grog and hurl it at \'em from a distance.... Then jusht sit back an\' watch \'em burn.','','Well done!$B$B$B$BAww, come on now. That was funny...hic.','Ya getter done, $N?','Return to Mack Fearsen at Granite Springs in Grizzly Hills.',26612,0,0,0,30,0,0,0,35908,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Trolls Burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12039,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12048,5,0,48600,0,0,0,0,0,0,36726,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Black Blood of Yogg-Saron','Borus Ironbender at Agmar\'s Hammer in the Dragonblight wants you to recover 10 Black Blood of Yogg-Saron Samples.','Angrathar, the Wrathgate... I watched as the metal holding the gate together pulsed and undulated as if it were alive! In 50 years I\'ve never seen metal \"breathe.\"$B$BOnly ones who knew anything about it were the tuskarr. They called it the \"Black Blood of Yogg-Saron\" and told me to keep my distance.$B$BThere\'s a sinkhole outside Icemist Village to the west called the Pit of Narjun. I\'ve heard of these sinkholes being rich with this strange ore. If you head that way, could you try and get me some samples?','','It\'s so light... As if it weighs nothing at all! I\'ll need time to analyze the metal and see if I can do anything with it! Tests! I need to run tests!$B$BI\'ll keep in contact, $N. If anything comes of this, you\'ll be the first to know.','What\'s life without risks?','Return to Borus Ironbender at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,36726,0,0,0,1,36725,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12040,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12041,5,0,48600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'An Enemy in Arthas','Kilix the Unraveler at the Pit of Narjun in the Dragonblight has asked that you slay 6 Anub\'ar Underlords.$B','We are in the midst of a civil war. At the heart of this world the last living members of my species defend themselves against total annihilation. The Lich King seeks to rule the kingdom of Azjol-Nerub at any cost. Those that do not acquiesce are branded enemies of the Scourge and marked for death.$B$BIn Arthas we both have an enemy...$B$BJoin our cause and rid this place of the taint of Anub\'ar! Let Anub\'arak himself hear the anguish of their death cries!','','There are thousands more and they spill out from every dark crevice in Northrend. Alone you stand no chance, but together... Maybe...','The Azjol Empire will rise again!','Return to Kilix the Unraveler at the Pit of Narjun in Dragonblight.',26605,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12041,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12040,0,0,0,4,0,36600,0,0,0,0,0,0,36735,1,0,262272,0,0,0,0,0,0,0,0,0,0,0,0,0,37954,37996,38040,38101,0,0,1,1,1,1,0,0,1052,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Empire','Deliver Kilix\'s Battle Plan to Overlord Agmar at Agmar\'s Hammer to the east.','You have proven that you are willing to assist the Azjol Empire in its time of need and as such the Azjol Empire will assist the Horde.$B$BTake this scroll back to your leader. It documents the strengths and weaknesses of the Nerubians attacking Icemist Village. Consider it a gesture of good faith - a willingness to help your people. Use the knowledge on those pages to crush the Anub\'ar and you will have done a service for us all.$B$BFarewell, $r.$B','','$B$BIs this what I think it is? With the information contained within these pages we will CRUSH the Anub\'ar assault!$B$BYou have done well to bring this document to me, $N. Perhaps you will be allowed to watch or even participate in the final battle at Angrathar! LOK\'TAR!','What have you got there?','Return to Overlord Agmar at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36735,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12042,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12007,0,0,12802,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,36739,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heart of the Ancients','Drakuru wants you to go to the uppermost chamber at Blue Sky Logging Ground and find the Heart of the Ancients.','Secrets of da ages, be revealed to me now!$b$b$b$bAhh, great be mah destiny, $n. You be lucky ta know me....$b$bThere! I be seein\' it, mon. The Heart of the Ancients. Dis be too easy!$b$bYou gunna find da heart lyin\' near da corpse of a goblin east of here. He be up in a chamber, near a river of broken trees.$b$bHurry, mon, before someone else be findin\' it!','','This unfortunate goblin must have unearthed the Heart of the Ancients during his excavations in the region.$b$bIt\'s doubtless that he had no clue as to its nature.$b$bYou determine that it must have been overlooked in the chaos sweeping through the area.',NULL,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,'','','','',4,0,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12043,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Nozzlerust Defense','Kill 12 Wastes Diggers and 1 Wastes Taskmaster at the digs surrounding Galakrond\'s Rest. Return to Narf at Nozzlerust Post when the task is complete.','You, $c! These undead south of us are being a constant nuisance to our work. Go clear them out, will ya?','','Oh! Yeah, the undead. Here\'s your coin, bugger off.','Huh? Who are you? What do you want?','Return to Narf at Nozzlerust Post in Dragonblight.',26493,26492,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,'','','','',4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (12044,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12469,0,0,0,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Stocking Up','Gather 8 bundles of Composite Ore from the digs surrounding Galakrond\'s Rest and bring them to Xink at Nozzlerust Post.','Hello hello! The Scourge to the south are digging up some ancient dragon thing. I could care less why they\'re doing it, but they\'re pulling cartloads of composite ore in the process.$b$bGo lift me a bunch of that ore. That stuff should yield a pretty penny for all the weapons the Horde are crafting.$B','','Hah! That\'s quite a load! Your back feeling alright?','Did you get the ore? My carrier will be back shortly - we need to get this shipment out while the fight\'s still going!','Return to Xink at Nozzlerust Post in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36727,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,0,0,0,0,0,0,0,12340), (12045,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12046,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Shaved Ice','Collect 4 Ice Shard Clusters from Ice Elementals in the north and bring them to Zivlix at Nozzlerust Post.','I\'ve never seen you before... are you new to the Vice? Glad to have you. I could always use some more hands.$b$bYou get the materials, I\'ll finish my machine, then we can sell it to those commander types and all go home rich.$b$bI actually have most of the primary components, so I just need some of the materials for the weapon itself. Narf said that jagged ice shards from those elementals to the north would make perfect shrapnel for my bombs - go nab some, will ya?$B','','Excellent! They\'re even sharper than I expected them to be. I\'ll pack them in the snow until the bomb is ready.$b$bLet\'s see... what next...\n','Do you have the shards? I\'m almost finished with the main refrigeration unit.','Return to Zivlix at Nozzlerust Post in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36728,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (12046,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12045,0,0,12047,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Soft Packaging','Collect 12 Thin Animal Hides from the Jormungar Tunnelers or the Dragonbone Condors near Nozzlerust Post. Once you\'ve located the hides, return them to Zivlix.','I need some new packaging for the shrapnel bombs. All the stuff I have is too hard and the shrapnel doesn\'t spread when it bursts. $b$bWhat we need is some really thin animal hide. Those jormungar tunnelers to the west might work... or perhaps the condors sifting through the dragon bones. Go get me whatever you can find.$B','','Good... good... these should do fine. The shrapnel bombs are almost finished. $b$bWait... what happened to my ice shards? Narf told me shards from those elementals should be enchanted, but they\'re melting just like the one\'s hanging from Narf\'s grumpy chin!','How goes the hunt? Do you have my hides?','Return to Zivlix at Nozzlerust Post in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36729,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12047,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12046,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37948,37991,38035,38080,38072,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,'Something That Doesn\'t Melt','Search the dragon bones east of Nozzlerust Post for 12 Splintered Bone Chunks.','No no no! Those ice shards didn\'t work at all! They\'ll melt before they even do any damage. That\'s the last time I\'ll trust Narf\'s word on materials. This means we need something else entirely for the shrapnel.$b$bI know! I\'m brilliant. Bone splinters.$b$bThere are some bones all around here that the jormungar have been gnawing on pretty thoroughly. Go check them out and see if you can find me some splintered bone that I can use.','','Excellent! That should be the last thing I need to test out the new bombs. Just a moment and I\'ll try this out!','Were there any splinters to be found?','Return to Zivlix at Nozzlerust Post in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36730,0,0,0,0,0,12,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12048,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12039,0,0,0,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37961,38003,38045,38107,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Armaments','Borus Ironbender at Agmar\'s Hammer in the Dragonblight wants you to bring him 8 Scourge Armaments.','I can\'t make a damned thing out of this ore. It simply will not hold together! Despite my best efforts the Scourge metal will not bend!$B$BPerhaps if I had some samples of some forged Scourge armaments I might be able to reverse engineer the process by which the items are created.$B$BIcemist Village is crawling with armored Scourge Nerubians. Go there and get me some Scourge armaments! With your help I might actually succeed in creating something from this ore.$B$BYou\'ll find Icemist to the west.','','These are in excellent condition, $N. I\'ll get to work right away. If anything comes of this, you will be the first to know!','$B$BThese are useless!','Return to Borus Ironbender at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36736,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,12340), (12049,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,36732,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hard to Swallow','Battle a Hulking Jormungar east of Nozzlerust Post until it opens its mouth, then throw a Potent Explosive Charge into its throat. After it explodes, collect 6 slabs of Seared Jormungar Meat off of the ground and bring them back to Xink.','Those troops are sure to be needin\' a hefty supply of food in their bellies.$B$BI\'ll let you in on a little secret that a squeamish $r like you would never know... those jormungar worms taste just like chicken.$b$bGo provoke one of those giant hulking jormungar to the east. You\'re not likely to be able to kill one straight out, so just toss this down its throat when it opens its mouth wide. Bring me back as many of the slabs of meat as you can tote.','','Ha ha! One of those meat slabs landed clear over here! Nice work there!\n','Did ya get it all? You certainly stink of it.','Return to Xink at Nozzlerust Post in Dragonblight.',0,0,0,0,0,0,0,0,0,36732,0,0,0,1,0,0,36731,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,0,0,0,0,0,0,0,12340), (12050,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,36734,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38197,38141,38143,38191,38187,38142,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,'Lumber Hack','Use Xink\'s Shredder Control Device to call a Shredder once you reach the Harpy Nesting Grounds in the North. Gather 50 Bundles of Lumber from the trees in the area, and then return to Xink at Nozzlerust Post.$B$BShould you lose Xink\'s Shredder Control Device, speak to Xink at Nozzlerust Post to obtain a new one.','Next up, we need to haul in some lumber for all the towers the Alliance are building. There are some thin trees to the south, but the trees the Harpies are nesting in to the north look much more fit for structures.$b$bTake this. When you get to the Harpy nesting area, use the control and one of my Shredders should come to you. Gather as much lumber as it can carry. The Harpies are sure to disagree with you chopping down their homes - just deal with them as necessary.$b$bHop to it!','','If a tree falls in the forest, and you can\'t hear it through the saw blade, does it really make a sound?','Where\'s that carrier? Hope the Jormungar didn\'t get him. He was carrying a good sized load that time.','Return to Xink at Nozzlerust Post in Dragonblight.',0,0,0,0,0,0,0,0,0,36734,0,0,0,1,0,0,36733,0,0,0,0,0,50,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,11,0,0,0,0,0,0,12340), (12051,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Rustling Some Feathers','Kill 20 Harpies Northwest of Nozzlerust Post for Narf at Nozzlerust Post.','Those harpies have slowed our profits long enough! Kill them all.','',NULL,NULL,'Return to Narf at Nozzlerust Post in Dragonblight.',26577,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,'Coldwind Harpies','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12052,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,112000,124500,0,0,0,0,0,0,36734,1,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37947,37990,38034,38097,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Harp on This!','Kill the Mistress of the Coldwind and 15 Coldwind harpies in the mountains northwest of Nozzlerust Post. Return to Narf once the task is complete.$B$BShould you be in need of Xink\'s Shredder Control Device, speak to Xink at Nozzlerust Post.','$C, did you see that? That\'s the harpy that\'s been leading the attack on our shipments to the gate! I\'ve seen her in the back of Coldwind Heights before.$B$B Those harpies have slowed our profits long enough! Kill them all.','','That should make those uglies think twice. Here... take your reward and get away with ya.','I remember you. You\'re not dead, so those harpy wretches better be.','Return to Narf at Nozzlerust Post in Dragonblight.',26578,26577,0,0,1,15,0,0,0,0,36734,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Coldwind Harpies','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12053,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12036,0,0,12071,5,0,48600,0,0,0,0,0,0,36738,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,37956,37998,38041,38102,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Might of the Horde','Senior Sergeant Juktok at Agmar\'s Hammer in the Dragonblight wants you to use the Warsong Battle Standard at Icemist Village and defend it against attackers.$B$BReturn the Warsong Battle Standard when you are finished.','The taunka are now our brothers in arms. We must show our solidarity and retake Icemist Village.$B$BYou will find Icemist Village west of Agmar\'s Hammer, sitting at the foot of the mountains. Travel there and challenge the Anub\'ar Nerubians! Plant our beloved Horde banner at Icemist Village and destroy all that dare come to tear it down!$B$BLet the Anub\'ar feel the true might of the Horde! Let our battle standard be the last thing that they see before death!','Warsong Battle Standard Defended','We have crushed them by land! Soon we will crush them by air!','It is a challenge, $N!','Return to Senior Sergeant Juktok at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36738,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12054,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12026,0,0,0,5,59000,125700,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deciphering the Journal','Bring a sprig of Spiritsbreath to Sage Paluna at Camp Oneqwah.','Vor\'takh is right -- we cannot allow this opportunity to slip through our fingers.$B$BFortunately, I think I know of a way to translate the journal of this Brann.$B$BThe shamans of the Redfang furbolgs, who congregate at the Heart\'s Blood Shrine south of the camp, grow an herb known as spiritsbreath. An experienced mystic can use incense made from it to seek wisdom from the spirits of the ancestors.$B$BSeek out the shaman known as Grumbald One-Eye. He should carry the herb for his devotions to Ursoc.','','Well done, $N. I\'ll prepare the incense and then we\'ll see what exactly this royal dwarf was doing so far from home.','Have you brought sufficient quantities of the herb?','Return to Sage Paluna at Camp Oneqwah in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36740,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12055,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12060,3,0,24300,0,0,0,0,0,0,36742,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Strange Device','Deliver Goramosh\'s Strange Device to the Image of Archmage Modera at Stars\' Rest.','Picking up this strange device, you are certain that it is magical in nature. Unfortunately, it doesn\'t seem to connote any other kind of use.$B$BPerhaps the archmage back at Stars\' Rest to the east of the Moonrest Gardens would be able to tell what it\'s used for?','','$N, if I\'m not mistaken, you\'ve uncovered the key to allow us to discern exactly what the mage hunter forces are up to!','What do you have there?','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36742,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (12056,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Marked for Death: High Cultist Zangus','Kill High Cultist Zangus and return High Cultist Zangus\'s Head to Captain Gort at Agmar\'s Hammer in the Dragonblight.','I witnessed his treachery with my own eyes! The traitor led an Anub\'ar assault on this stronghold, taking out some of my best soldiers.$B$B$B$BHe\'d been working with the Scourge the whole time and we didn\'t have a clue! How many more like Zangus are there? We\'ll find \'em all and when we do...$B$B$B$BFirst on the list is Zangus. Our scouts report that he is hiding in The Pit of Narjun, west of here. Find him, kill him, bring me his head.$B','','$B$BI told you we\'d get you...$B$BHere\'s your reward, $c. That\'s one less headache for us to worry about.','Is that a severed orc head in your pack or are you just happy to see me?','Return to Captain Gort at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36741,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12057,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12115,5,0,48600,0,0,0,0,0,0,36744,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flesh-Bound Tome','Return the Flesh-bound Tome to Captain Gort at Agmar\'s Hammer.','The tome is bound in flesh and appears to be bleeding. Upon examination you discover page after page filled with strange symbols that appear to be written in blood.$B$BWhatever knowledge is held within the pages of this tome could be important. Return it to Captain Gort at Agmar\'s Hammer, east of Icemist Village.','','$B$BSavages... Bound in $r flesh... This language... Its existence has never been proven. It is the language of death... The tongue of the Scourge.','','Return to Captain Gort at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36744,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12058,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12054,12204,-12058,12204,5,59000,125700,0,0,0,0,0,0,35746,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38710,39013,39043,39075,0,0,1,1,1,1,0,0,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Runic Prophecies','Sage Paluna at Camp Oneqwah wants you to decipher the three Rune Plates.','Brann\'s journal also contained a guide to iron dwarf symbols. I\'ve inscribed these on a keystone which will help you to understand the words inscribed on the rune plates.$B$BFrom the journal entries, it seems Brann may be chasing after clues to the origins of his people. Keep your eyes open for any clues as to his destination.$B$BReturn to Thor Modan, northeast of here, stand before each of the plates, and use the stone to determine the contents of each. We can\'t allow the Alliance to find him first.','','$B$BSo Brann thinks he\'s discovered a new titan city?$B$B\'The cradle of stone and iron.\'$B$B\'Ulduar nestled in the storm.\'$B$BI will ask the chieftain to dispatch longrunners to the Storm Peaks. My people know these lands well and have the best chance of tracking down this wayward dwarf.','Have you discovered Thor Modan\'s secrets?','Return to Sage Paluna at Camp Oneqwah in Grizzly Hills.',-188264,-188288,-188289,0,1,1,1,0,0,0,0,35746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'First Prophecy Deciphered','Second Prophecy Deciphered','Third Prophecy Deciphered','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12059,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12061,3,0,24300,0,0,0,0,0,0,36746,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Strange Device','Deliver Goramosh\'s Strange Device to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','Picking up this strange device, you are certain that it is magical in nature. Unfortunately, it doesn\'t seem to connote any other kind of use.$B$BPerhaps the archmage back at Agmar\'s Hammer to the northeast of the Moonrest Gardens would be able to tell what it\'s used for?','','$N, if I\'m not mistaken, you\'ve uncovered the key to allow us to discern exactly what the mage hunter forces are up to!','What do you have there?','Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36746,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12060,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12055,0,0,12065,5,50000,48600,0,0,0,0,0,0,36747,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Projections and Plans','Get close to and observe the projection atop the Surge Needle floating above Moonrest Gardens.$B$BAfterward, return to the Image of Archmage Modera at Stars\' Rest with the information.','This is a teleportation device. If I had to guess, I\'d say that it leads to the surge needle platform floating above the Moonrest Gardens to the west.$B$BI need you to use it to investigate what\'s up there. It appears that the device works both ways so you shouldn\'t have to jump off.$B$BI expect that once you teleport to the top of the surge needle, there will be some sort of apparatus on it to observe.$B$BYou should be able to use the teleporter from anywhere within the gardens.','','What you\'re describing... that\'s a projection of the Arcanomicon!$B$B$B$BThe Arcanomicon is a map of all of the magical ley line intersections in the world. The blue dragonflight has been using it to find and destroy ley line \'anchors\' to send the magical power back to the Nexus.$B$BThe question is, why is the path of destruction leading east when it should be heading west instead?','Back so soon?','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',27853,0,0,0,1,0,0,0,36747,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Object on the Surge Needle observed','','','',4,0,0,0,0,0,0,0,0,0,5,1,1,6,0,0,0,0,12340), (12061,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12059,0,0,12066,5,50000,48600,0,0,0,0,0,0,36747,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Projections and Plans','Get close to and observe the projection atop the Surge Needle floating above Moonrest Gardens.$B$BAfterward, return to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer with the information.','This is a teleportation device. If I had to guess, I\'d say that it leads to the surge needle platform floating above the Moonrest Gardens to the southwest.$B$B$N, I need you to use it to investigate what\'s up there. It appears that the device works both ways so you shouldn\'t have to jump off.$B$BI expect that once you teleport up to the top of the surge needle, there will be some sort of apparatus on it to observe.$B$BYou should be able to use the teleporter from anywhere within the gardens.','','What you\'re describing... that\'s a projection of the Arcanomicon!$B$B$B$BThe Arcanomicon is a map of all of the magical ley line intersections in the world. The blue dragonflight has been using it to find and destroy ley line \'anchors\' to send the magical power back to the Nexus.$B$BThe question is, why is the path of destruction leading east when it should be heading west instead?','Back so soon?','Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',27853,0,0,0,1,0,0,0,36747,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Object on the Surge Needle observed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12062,2,80,75,0,-370,81,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12318,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4096,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Insult Coren Direbrew','Speak with Coren Direbrew.','Coren Direbrew is in the next room, riling up Dark Iron dwarves for another attack on Brewfest. Defeat him!$B$BGo to Coren and pick a fight. Tell him his beer isn\'t fit for pigs.$B$BWhen you do that, be ready for a fight. The last person who insulted his brew... was fed to dire boars.','','What? What did you say? How dare you! My beer can stand up to any of that rot they serve at Brewfest!$b$bYou\'ll pay for this insult, $c!',NULL,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,12340), (12063,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12064,4,0,36600,0,0,0,0,0,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,1052,1064,0,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,'Strength of Icemist','Find Banthok Icemist at Icemist Village.','$B$BIt is an honor to meet you, hero. It is because of your actions that many of us are here now, alive and ready for battle against the Scourge.$B$BYou have done so much for us that it shames me to ask you for your assistance once more. Despite my pleas, my only son, Banthok, left here to go in search of his father, High Chief Icemist. He was last seen heading west, towards Icemist Village. Please find Banthok. I do not know what I would do if I lost my son.','','My father still lives! We must save him! I cannot do it alone, $r. You must help me!',NULL,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,12340), (12064,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12063,0,0,12069,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37959,38001,38044,38105,0,0,1,1,1,1,0,0,1052,1064,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Chains of the Anub\'ar','Banthok Icemist at Icemist Village in the Dragonblight has asked that you bring him Anok\'ra\'s Key Fragment, Tivax\'s Key Fragment and Sinok\'s Key Fragment.$B','They have my father bound by magical chains in the middle of Icemist Village. From what I have been able to gather, the prison is controlled by three powerful Anub\'ar magi - each holding a piece of the key.$B$BScour Icemist and locate the magi. Kill them and take their key fragments. With all three pieces we might be able to free my father. Once he is free...$B$BRetribution will come swiftly.','','Yes, this will work.$B$B$B$BHere it is, $c. With this key, my father will be freed of the Anub\'ar prison.','Bring me those key fragments!','Return to Banthok Icemist at Icemist Village in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36752,36753,36754,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12065,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12060,0,0,12083,5,50000,48600,0,47392,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Focus on the Beach','Obtain the Ley Line Focus Control Ring and use it to gain information from the Ley Line Focus on the Glittering Strand.$B$BThen, return to the Image of Archmage Modera at Stars\' Rest.','The mage hunter forces are active on the Glittering Strand to the south of Moonrest Gardens. My guess is that you\'ll find a heavily guarded focus on the beach and a captain who is in charge of it.$B$BNo doubt the captain will have some sort of controlling device on their person. Get the controller and use it on the focus.$B$BWith any luck, we\'ll be able to get some more information about what they\'re really up to out there.','','How very odd that it imprinted this information upon you magically.$B$BSo, not only do we know that they\'ve redirected the flow of the power coming out of the Moonrest Gardens, but we now know that the power is being purposefully changed in some way. Just what are they up to with all of that magic?$B$BI don\'t like where this is leading, $N, not one bit!','What news do you bring from the beach, $c?','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',26773,0,0,0,1,0,0,0,36751,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ley line focus information retrieved','','','',4,0,0,0,0,0,0,0,0,0,1,1,6,274,0,0,0,0,12340), (12066,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12061,0,0,12084,5,50000,48600,0,47392,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Focus on the Beach','Obtain the Ley Line Focus Control Ring and use it to gain information from the Ley Line Focus on the Glittering Strand.$B$BThen, return to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','The mage hunter forces are active on the Glittering Strand to the south of Moonrest Gardens. My guess is that you\'ll find a heavily guarded focus on the beach and a captain who is in charge of it.$B$BNo doubt the captain of the force down there will have some sort of controlling device on their person. Get the controller and use it on the focus.$B$BWith any skill on your part, we\'ll be able to get some more information about what they\'re really up to out there.','','How very odd that it imprinted this information upon you magically.$B$BSo, not only do we know that they\'ve redirected the flow of the power coming out of the Moonrest Gardens, but we now know that the power is being purposefully changed in some way. Just what are they up to with all of that magic?$B$BI don\'t like where this is leading, $N.','What news do you bring from the beach, $c?','Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',26773,0,0,0,1,0,0,0,36751,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ley line focus information retrieved','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12067,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,36756,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Letter for Home','Deliver Captain Malin\'s Letter to Commander Saia Azuresteel at Stars\' Rest.','You find a letter secreted in the lining of her robes. It reads:$B$B\"Father,$B$BI\'m sorry for disappearing on you. If you\'re reading this letter, then I\'m dead.$B$BI\'ve been forced to work for Malygos\'s armies under threat that our family would be killed if I didn\'t. I feel so ashamed.$B$BIf there\'s anything that you can do to fight them, don\'t worry about me. I have them fooled and I\'m sabotaging them from the inside.$B$BI love you, Daddy!$B$BEm\"$B$BCommander Saia Azuresteel will want to see this!','','Oh no... and we sent you down there to kill her, didn\'t we?$B$B$B$BI\'m sorry. I\'ll see to it that the letter is delivered to her father, Archmage Malin in Stormwind, right away. Don\'t worry, you won\'t be implicated... it wasn\'t your fault.$B$BTry to put it out of your mind. There was no way that you could have known, $N.','A letter for me?$B$B$B$BI suppose not... must be bad news.','Return to Commander Saia Azuresteel at Lothalor Woodlands in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36756,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,274,1,1,0,0,0,0,0,12340), (12068,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12802,0,0,12238,5,59000,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38718,39022,39051,39089,38751,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4601.47,-4853.79,0,'Voices From the Dust','Drakuru wants you to collect the Drakkari Tablets from the Ruins of Drakil\'jin and 5 Sacred Mojo from Drakkari Oracles and Protectors there. You are then to use Drakuru\'s Elixir at Drakuru\'s Brazier at the ruins to summon his image.','$b$bWe be close, mon, very close!$b$bThe Drakkari Tablets be all dat remain ta be found. Nobody be knowin\' how old dey be or what dey be sayin\', but with the eye and the heart Drakuru can be readin\' dem. Dey lie deep inside the crypt at Drakil\'jin, due east of here.$b$bOnce ya got the tablets, get sacred mojo from the oracles and protectors so ya can summon me there. They\'d be proud to be dyin\' for such a cause.','','We\'ve done it, $n!$b$bWe have all of the components we need to perform the cleansing ritual.','Good to be seein\' ya, $n.$b$bYou find da tablets?','Return to Image of Drakuru at Drakil\'jin Ruins in Grizzly Hills.',0,0,0,0,0,0,0,0,0,36758,0,0,0,5,0,0,36757,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12069,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12064,0,0,12140,7,0,110700,0,0,0,0,0,0,36760,1,0,128,0,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,1064,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Return of the High Chief','Free High Chief Icemist using the Anub\'ar Prison Key and assist him in defeating Under-king Anub\'et\'kan.$B$BRecover a Fragment of Anub\'et\'kan\'s Husk and return it to Overlord Agmar at Agmar\'s Hammer in the Dragonblight.','$B$BYou must hurry, $N. Take the key and use it to unchain my father from the Anub\'ar prison. Once he is freed, assist him in destroying the Anub\'ar leader, Under-king Anub\'et\'kan. When the Under-king is defeated, take from his chitinous carapace a fragment as a trophy to present to the Horde at Agmar\'s Hammer. Let Agmar see the might of the High Chief!','','You are a brave $c, $N. You\'ve done the Horde a great service by rescuing the High Chief.','What is it, $N? I am extremely busy.','Return to Overlord Agmar at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,36760,0,0,0,1,36759,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12070,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11982,0,0,11985,5,59000,125700,0,0,0,0,0,0,36764,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rallying the Troops','Use the Shard of the Earth to rally the Grizzly Hills Giants fighting in the Boulder Hills, kill any iron dwarves who oppose you, then report to Kurun on the hill overlooking Thor Modan.','The sons of iron have used their runes to enthrall many of my brothers and are using them to break the siege on Thor Modan. I wish we did not have to fight them, but we have no choice.$B$BMy giants will not hold out long against them.$B$BI have imbued this earthen shard with a blessing that will aid our allies. Take it with you to the battle in the Boulder Hills to the north, and use it to reassure and fortify my brethren.$B$BKill any iron dwarves who would stand in your way.','','You have given our allies the strength to fight on, and for that you have my thanks. Even so, we must begin planning a way to end this battle before we are overrun.','Have you conveyed my blessing upon the giants?','Return to Kurun at Boulder Hills in Grizzly Hills.',26261,26786,0,0,5,5,0,0,0,0,0,36764,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grizzly Hills Giants Rallied','Iron Rune Avengers Slain','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12071,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12053,0,0,12072,1,0,4950,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack by Air! ','Speak with Valnok Windrager at Agmar\'s Hammer.','They have seen the might of the Horde by land, now they must feel it from the air! I want you to report to Valnok Windrager at once! You will find him here, in Agmar\'s Hammer.$B$BValnok has already been briefed on your mission and is expecting you.$B','','$B$BSo you\'re the hot shot, eh?',NULL,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,12340), (12072,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12071,0,0,0,5,0,48600,0,0,0,0,0,0,36774,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37957,37999,38042,38103,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blightbeasts be Damned!','Use Valnok\'s Flare Gun to call down a Kor\'kron War Rider at Icemist Village. Mount the Kor\'kron War Rider and then use it to kill 25 Anub\'ar Blightbeasts!$B$BReturn to Valnok Windrager at Agmar\'s Hammer should you complete this mission.','You\'ve no doubt seen the army of Anub\'ar blightbeasts that are being constructed at Icemist Village. The Anub\'ar have plans to send those monsters against our soldiers at the Wrathgate. This cannot happen!$B$BVenture west to Icemist Village with this flare gun and use it to call down one of my war riders. Climb on its back and command it to destroy the blightbeasts that are out of reach from the ground!$B$BOnce you have decimated their aerial forces, return to me for your reward!','','$B$BAnd now they have been crushed by air! Perhaps soon you will be called to Angrathar, hero!','Do note that the war riders are trained to only fight inside Icemist. Try to take them elsewhere and they will buck you off.','Return to Valnok Windrager at Agmar\'s Hammer in Dragonblight.',26607,0,0,0,25,0,0,0,0,0,0,36774,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12073,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12054,12204,-12058,12204,5,59000,125700,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pounding the Iron','Kill any 10 Iron Dwarves defending Thor Modan and report back to Scout Vor\'takh at Camp Oneqwah.','The Alliance isn\'t the only force opposing us in Grizzly Hills. The iron dwarves have firm control of the eastern coast, although Thor Modan, to the northeast, is besieged by stone giants.$B$BA skilled warrior uses an enemy\'s weakness against him and we would be fools to ignore the vulnerability of the iron dwarves at Thor Modan. Show the iron dwarves no mercy. Slay any and all who would stand in your way.$B$BThe \'sons of iron\' will learn to fear the Horde.','','$B$BThor Modan is on the verge of collapse, then?$B$BVery well. We will soon turn our attention to Dun Argol.','Have you moved against the iron dwarves as I asked?','Return to Scout Vor\'takh at Camp Oneqwah in Grizzly Hills.',26270,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iron Dwarf Defenders Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12074,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,11982,11981,11982,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'An Expedient Ally','Speak with Kurun on the hill overlooking Thor Modan.','The old iron dwarf capital of Thor Modan, far to the northeast, is under siege by a mysterious band of stone giants and earthen.$B$BWhy the creations of the titans would war against each other is beyond my understanding and the Horde\'s interest, but there is an opportunity here to weaken a mutual enemy.$B$BTravel to Thor Modan and seek out this \'Kurun\' who commands the giants and earthen. Make common cause with him and use his forces to crush the iron dwarves.','','$B$BSo the sons of iron are your enemies as well?$B$BMy forces have the iron dwarves pinned inside their city, but we could use help in pressing the attack. Will you aid us?',NULL,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,12340), (12075,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12112,0,0,12076,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Slim Pickings','Collect a sample of Rockflesh from the Ice Giant corpse at the cavern entrance in the Crystal Vice, north of Zort\'s location. After this task is complete, return to Zort near the center of the canyon.','Cold out here, isn\'t it, $r?$B$BKo\'char has refused to meet with me. It seems he has more pressing things on his mind - namely, the jormungar that have been attacking them from the cavern below. Maybe you can help me convince Ko\'char that I\'m one of the good guys.$b$bI saw a giant being eaten by some of the worms at the entrance to the cavern north of here... I\'m still puzzled as to how the worms are killing them so easily. Bring me a sample from one of his wounds.','','This is perfect. Thank you, $c.','You\'ve returned with my sample then? I\'m glad the cold didn\'t claim you.','Return to Zort at the Crystal Vice in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36765,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (12076,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12075,0,0,12077,5,56000,99600,0,0,0,0,0,0,36775,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Messy Business','Collect 2 Vials of Corrosive Spit from the Jormungar by using the scraper on yourself. Bring the vials back to Zort in the Crystal Vice when your task is complete.','Even at first glance, the sample you brought me shows obvious signs of some kind of corrosive spit. It would be a natural assumption that the same substance these worms use to burrow through the ground has allowed them a formidable weapon against the Ice Giants.$b$bTake this scraper and pick a fight with some of the worms. When they spit on you, use the scraper to remove it and bring it back to me.$B$BGet me a couple samples - I\'m going to have to use it as the base for an elixir.','','Still fresh. Just a moment and I will mix this with the rest of the elixir that I have prepared.','You seem to still have some spit on your shoulder there, $r. Be careful or it will burn right through your armor.','Return to Zort at the Crystal Vice in Dragonblight.',0,0,0,0,0,0,0,0,0,36775,0,0,0,1,0,0,36768,0,0,0,0,0,2,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (12077,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12076,0,0,0,5,56000,99600,0,0,0,0,0,0,36769,1,0,128,0,0,0,0,0,36770,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Apply This Twice A Day','Offer the elixir that Zort has prepared to Ko\'char the Unbreakable.','This elixir should protect against their spit. Offer it to Ko\'char for me, will you? Tell him there\'s plenty more where that came from if he\'ll return the favor.','','I will be blunt little one - I do not trust this mixture, and I will not use it. Keep it... if you find more trust in the green runt than I do, perhaps it will be of use to you.','The runt wants us to fight for him I assume. This is my surprise face.','Return to Ko\'char the Unbreakable at the Crystal Vice in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36769,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,12340), (12078,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,36771,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Worm Wrangler','Enter the caverns in Crystal Vice and trap 3 Jormungar Spawn inside sturdy crates. Be sure to pick the crates up after the Jormungar Spawn are trapped inside!$B$BBring the captured Jormungar Spawn back to Zort in the Crystal Vice.','So be it. If the giants will not come to our aid, perhaps we can make use of these worms. There are sure to be some spawn with their brood mother in the cavern below. Take this box and capture 3 of their spawn and bring them to me.$b$bWhere diplomacy fails, enslaving is a perfectly viable alternative.','','These will do nicely. Perhaps after I grow these beasts to full size, I will bring them back and introduce them to the giants personally.$b$bBunch of useless rocks if you ask me.','You\'ve returned! Do you have the beasts? I need to get out of here... I\'m pretty sure Ko\'char tried to step on me a few minutes ago.','Return to Zort at the Crystal Vice in Dragonblight.',0,0,0,0,0,0,0,0,0,36771,0,0,0,1,0,0,36772,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (12079,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Stomping Grounds','Delve into the cavern at the north end of the Crystal Vice and kill 8 Ice Heart Jormungar Feeders for Ko\'char the Unbreakable.','Greetings little one. I know not what madness has brought you to the Crystal Vice, but you are welcome in my presence. $b$bThese ice worms... these jormungar have taken a taste to eating my brothers. I doubt you will find my kind friendly by any terms during this time of battle, but if you are here to help with the worms, then you have my ear.$b$bIf we are to take the cavern back, we must first clear the canyon of these jormungar feeders. Join us in battle, $r!','','A satisfying display of slaughter. ','The battle persists, come with good news or leave me, little one.','Return to Ko\'char the Unbreakable at the Crystal Vice in Dragonblight.',26358,0,0,0,8,0,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,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12080,2,74,72,0,65,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,168000,149400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37945,37989,38033,38096,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Really Big Worm','Enter the Ice Heart Cavern and slay Rattlebore. If it is still in your possession, be sure to use Zort\'s Protective Elixir to protect you from the Jormungar\'s corrosive spit.$B$BReturn to Ko\'char the Unbreakable in the Crystal Vice when the task is complete.','The jormungar have a spawnmother in the caverns below. We call her Rattlebore - a name that was gifted to her by an adventurer from the Plaguelands. I saw her only briefly as I was fighting off their initial onslaught - she is large enough to make even my icy bones shiver. This cavern will not be ours until she is removed from it.$b$bGather your friends and end this.','','So she is dead. As it should be. Your intentions do indeed prove nobler than those of the runt.$B$BThrough the north canyon you will find Crystal Song Woods. It is a cursed and dangerous place, $r. Should that be your next destination, proceed with caution. $b$bTake this for your efforts, little one, and leave this conflicted land with my blessing.','It is my hope that you bring good tidings, little one.','Return to Ko\'char the Unbreakable at the Crystal Vice in Dragonblight.',26360,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12081,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11985,0,0,12093,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Gavrock','Speak with Gavrock at the Ruins of Tethys.','Without your help, we wouldn\'t have been able to turn the tide of the battle for Thor Modan. This ancient city has long been a battlefield between the forces of earth and stone. I can only hope we have silenced it for the last time.$B$BThe iron dwarves can still use their magic to capture and enslave my brothers. Gavrock is searching for a way to free the runed giants. Look for him on a small cluster of islands, called the Ruins of Tethys, off the central part of the Eastwind Shore to the south.','','I know Kurun is glad for your help. The defeat of Thor Modan will be a great achievement for us, but it will not free our brothers.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12082,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,38729,39028,39056,39094,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dun-da-Dun-tah!','Escort Harrison from Drakil\'jin Ruins, then speak with Harkor at Harkor\'s Camp.','Listen, kid. This is no place for you to be playin\' around.$b$bI\'m about to make a break for it. Stick with me and I\'ll get you outta here.','Harrison has escorted you to safety.','So, yah survived a little adventure with our good friend, did yah?$b$bThat should be reward enough in itself, but here - I\'m feelin\' generous.',NULL,'Return to Harkor at Harkor\'s Camp in Grizzly Hills.',0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,12340), (12083,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12065,0,0,12098,5,50000,48600,0,47614,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37942,37985,38029,38093,0,0,1,1,1,1,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Atop the Woodlands','Obtain the Ley Line Focus Control Amulet and use it to gain information from the Ley Line Focus in the Lothalor Woodlands.$B$BThen, return to the Image of Archmage Modera at Stars\' Rest.','I\'m convinced that there must be more of those foci, each of them in-turn redirecting the ley line energies. We still don\'t know precisely what they\'re doing with all of that power, though.$B$BMy guess is that you\'ll find another one atop the Lothalor Woodlands to the southeast. Once again you\'ll need to find the person in charge and take whatever controlling device they have in their possession as I\'m sure that each focus has its own.$B$BBe careful, $N, those woods are very dangerous.','','They\'re empowering their forces with it? That doesn\'t make any sense; the mage hunters aren\'t that powerful.$B$BThis must mean that they\'re only using the magic at the terminus of wherever they\'ve redirected the ley line to.$B$BWe\'re going to need more information if we\'re to have a chance at finding and stopping them!','What did you find up in the woods?','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',26831,0,0,0,1,0,0,0,36779,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ley line focus information retrieved','','','',4,0,0,0,0,0,0,0,0,0,6,1,5,0,0,0,0,0,12340), (12084,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12066,0,0,12106,5,50000,48600,0,47614,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37942,37985,38029,38093,0,0,1,1,1,1,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Atop the Woodlands','Obtain the Ley Line Focus Control Amulet and use it to gain information from the Ley Line Focus in the Lothalor Woodlands.$B$BThen, return to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','I\'m convinced that there must be more of those foci, each of them in-turn redirecting the ley line energies. We still don\'t know precisely what they\'re doing with all of that power, though.$B$BMy guess is that you\'ll find another one atop the Lothalor Woodlands to the south. Once again you\'ll need to find the person in charge and take whatever controlling device they have in their possession as I\'m sure that each focus has its own.$B$BBe quick about your business, $c. I feel that time may be running out.','','They\'re empowering their forces with it? That doesn\'t make any sense at all; the mage hunters aren\'t that powerful!$B$BThis must mean that they\'re only using the magic at the terminus of wherever they\'ve redirected the ley line to.$B$BWe\'re going to need more information if I\'m to devise a plan to stop them!','What did you find up in those woods?','Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',26831,0,0,0,1,0,0,0,36779,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ley line focus information retrieved','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12085,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,36780,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Letter for Home','Deliver Lieutenant Ta\'zinni\'s Letter to Overlord Agmar at Agmar\'s Hammer.','You find a letter secreted in the lining of his robes. It reads:$B$B\"Deino,$B$BTa\'zinni sorry for disappearing on ya. If you\'re reading this letter, then I be dead.$B$BI been forced to work for Malygos\'s armies under threat that the family would be killed if I didn\'t. Ta\'zinni wasn\'t gonna let that happen!$B$BDon\'t worry about me, just keep your kids safe. I have them fooled and I\'m sabotaging them from the inside.$B$BI love you, sistah!$B$BTa\'zinni\"$B$BOverlord Agmar is sure to want to see this!','','Ahahahaha... boo hoo, how touching.$B$B$B$BWhat did I say? Traitors! Still, I knew Deino once upon a time. She at least is a troll with honor!$B$BI\'ll see to it that she finds out what happened to her brother. I\'ll even forget to tell her that you\'re the one that killed him.$B$B$B$BBut I own you now, $c!','What\'s this? You think you\'re going to mail a letter?$B$BAll mail goes through me first. There are spies and traitors amongst us!$B$B$B$BVery well, be quick about it. But if I don\'t like what I read, I\'m going to feed you to my worgs.$B$B','Return to Overlord Agmar at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36780,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12086,2,72,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11932,0,0,11944,5,0,48600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Son of Karkut','Go east to Death\'s Stand, just beyond Unu\'pe.','The man you seek went far to the east, to a place near the coast called Death\'s Stand, beyond Unu\'pe.$B$BBe careful if you go in search of him, $N. He bore the mark of Karkut... he who watches over the dead.','','Thassarian? Yeah he was here... what of it? We have more pressing problems right now, my friend.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12087,2,72,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Little Help Here? DEPRECATED','Corporal Venn at Death\'s Stand wants you to kill 8 Ziggurat Defenders.','We were sent here to take over the Howling Ziggurat, due north. We weren\'t expecting to make it back alive.... hell, we already lost half our crew.$B$BTassarian was on point and the higher ups... well, they didn\'t like something about him.$B$BHe took off this morning... he might\'ve gone to the ziggurat on his own. But right now we have more pressing matters to worry about. The Scourge keeps getting closer and closer to the camp, we need to take care of them -- now!','',NULL,NULL,'Return to Corporal Venn at Death\'s Stand in Borean Tundra.',26202,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12088,2,72,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11944,0,0,0,2,0,12300,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thassarian, the Death Knight','Look for Thassarian inside the Wailing Ziggurat, north of Death\'s Stand.','Well, $N, you helped us out... so I figure it\'s only fair that we help you out as well.$B$BYou\'re looking for Thassarian? He disappeared this morning. We think he went off north to the Wailing Ziggurat. If we hadn\'t fought side by side by him we\'d even think he was a traitor.$B$BSee, he\'s a Death Knight... and I know they\'re on our side and all... but it wasn\'t too long ago they were servants of Arthas.$B$BBut not Thassarian, he\'s a good guy. Go to the Wailing Ziggurat, see if he\'s doing okay.','','Leryssa... is looking for me? You must help me, $N. We must finish this before she gets hurt.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12089,2,74,71,0,65,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,112000,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38195,38194,38137,38189,38196,38138,1,1,1,1,1,1,1085,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Magister Keldonus','Slay Magister Keldonus and return to Captain Gort at Agmar\'s Hammer in the Dragonblight.','By decree of Overlord Agmar:$B$BTarget: Magister Keldonus$B$BCrime: Treason$B$BStatus: Alive$B$BMagister Keldonus, once mage commander of Agmar\'s Hammer, is to be killed on sight in the name of the Horde.$B$BKeldonus was last seen traveling southwest towards Moonrest Gardens to join the Blue Dragonflight in their campaign against magic.$B$BApproach with caution as Keldonus is a powerful magus. Do not engage solo!$B$BAll bounties are paid out by Captain Gort at Agmar\'s Hammer.','','He wasn\'t the first of those sissy spell casters to betray us, and he certainly won\'t be the last. Damned shame, too... He was one of our best mages. He\'d summon a buffet that would make your mouth water and your heart jump for joy...$B$BBAH!','Come to collect on a bounty?','Return to Captain Gort at Agmar\'s Hammer in Dragonblight.',26828,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12090,2,74,71,0,65,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,112000,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37969,38012,38055,38116,0,0,1,1,1,1,0,0,1052,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Gigantaur','Slay Gigantaur and return to Captain Gort at Agmar\'s Hammer in the Dragonblight.$B','By decree of Overlord Agmar:$B$BTarget: Gigantaur$B$BCrime: Attacks upon the Horde; \"Bein\' ugly\"$B$BStatus: Alive$B$BThe magnataur lord, Gigantaur, is wanted in relation to a number of attacks against Horde soldiers and installations in the Dragonblight.$B$BGigantaur was last seen wandering the woods and roads south by southeast of Agmar\'s Hammer.$B$BGigantaur should be considered armed and extremely dangerous. Do not engage solo!$B$BAll bounties are paid out by Captain Gort at Agmar\'s Hammer.','','You got that ugly son-of-a-horse, eh? Well that\'s one less nuisance our soldiers will have to deal with out in the frozen wastes.','Come to collect on a bounty?','Return to Captain Gort at Agmar\'s Hammer in Dragonblight.',26836,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12091,2,74,71,0,65,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,112000,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37970,38013,38056,38117,0,0,1,1,1,1,0,0,1085,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Dreadtalon','Slay Dreadtalon and return to Captain Gort at Agmar\'s Hammer in the Dragonblight.','By decree of Overlord Agmar:$B$BTarget: Dreadtalon$B$BCrime: Attacks upon the Horde$B$BStatus: Alive$B$BDreadtalon is wanted for numerous attacks upon Horde caravans traveling to and from Venomspite.$B$BDreadtalon makes his home on a bluff overlooking the Ruby Dragonshrine, east of Agmar\'s Hammer. He should be approached with extreme caution. Do not engage solo!$B$BAll bounties are paid out by Captain Gort at Agmar\'s Hammer.','','About time someone put a stop to that filthy beast\'s killing spree! A job well done, $N.','Come to collect on a bounty?','Return to Captain Gort at Agmar\'s Hammer in Dragonblight.',26838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12092,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,37966,38008,38051,38112,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strengthen the Ancients','Use the Bark of the Walkers to strengthen 3 Lothalor Ancients and then return to Sarendryana at Stars\' Rest.','It\'s not only the $r race that has been impacted by what the blue dragonflight forces have done. The ancients of the Lothalor Woods to the southeast have been affected as well.$B$BSome have been corrupted-- avoid them at all costs--but most can still be saved. However, the treants of the woods seem to be immune to the magic seeping through the land and the arcane wyrms that have come with it.$B$BAsk the treants for their bark and feed it to the ancients. Hopefully that will be enough to save them.','','Thank you, $r! We\'ve lost so much already. You\'ve ensured that we won\'t lose the most majestic of Northrend\'s children.$B$BI\'ll soon leave to speak with the ancients you saved and see if they will help us in our time of need.','An added benefit of saving the ancients may turn out that they will consider assisting the Alliance with its hardships. Regardless, it is the right thing to do.$B$BNow, how many were you able to strengthen, $c?','Return to Sarendryana at Stars\' Rest in Dragonblight.',26321,0,0,0,3,0,0,0,0,36786,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lothalor Ancient strengthened','','','',4,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,12340), (12093,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12081,0,0,12094,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Runes of Compulsion','Gavrock, at the Ruins of Tethys, wants you to neutralize the four Runes of Compulsion by defeating Overseer Durval, Overseer Korgan, Overseer Lochli, and Overseer Brunon.','Even as Kurun attacks Thor Modan, the iron dwarves work their magics against our brothers. Summoning our brothers from the earth, then binding them with runes, the sons of iron force them to war against the children of stone.$B$BAlong the Eastwind Shore, they use runes of compulsion to send enslaved giants to the battlefields of the north.$B$BFind the four runes of compulsion and force their overseers to appear by defeating the rune-weavers who man each rune. Without the overseers, the runes are useless.','','Good. Now, we must act swiftly, before the sons of iron realize that their runes have been rendered harmless.','Have you neutralized the runes on the coast?','Return to Gavrock at the Ruins of Tethys in Grizzly Hills.',26920,26921,26922,26923,1,1,1,1,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,1,1,0,0,0,0,0,0,12340), (12094,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12093,0,0,12099,5,59000,125700,0,0,0,0,0,0,36787,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Latent Power','Charge the Shard of Gavrock at the First Ancient Stone, the Second Ancient Stone, and the Third Ancient Stone, then return to Gavrock at the Ruins of Tethys.','While the runes of compulsion are dormant, there is a chance we can release the runed giants.$B$BI will give you a piece of stone that has been part of me since my creation. If properly imbued, it can be used to free the bound giants.$B$BTwo ancient stone markers sit atop places of power between the Path of Iron and the forest\'s edge -- locations your people would call the intersections of ley lines. The other is on an island at the southern end of these ruins. Charge the shard at each stone and return.','','I can detect the power you\'ve imbued in the shard and I hope it will be enough to break the runic magic.','Did you find the ancient stones?','Return to Gavrock at the Ruins of Tethys in Grizzly Hills.',26856,26855,26857,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,36787,0,0,0,0,0,1,0,0,0,'Power Drawn from First Ancient Stone','Power Drawn from Second Ancient Stone','Power Drawn from Third Ancient Stone','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (12095,2,75,71,0,65,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12097,1,0,12600,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Dragon\'s Fall','Speak with Rokhan at Dragon\'s Fall in the Dragonblight.','East of here, in the heart of the Dragonblight, is a field full of nothing but dragon bones and snow. The Scourge have set up multiple camps in the central tundra and are raising frostwyrms to send against our forces at the Wrathgate. While most of these frostwyrms are easily dealt with by Rokhan and his dragon hunters, one of them is proving to be a bit problematic.$B$BGo northeast and seek out Rokhan at Dragon\'s Fall. Help him and his men put down Sarathstra and you\'ll be rewarded handsomely!','','What make you tink dat you succeed where Rokhan fail?',NULL,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,12340), (12096,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,37966,38008,38051,38112,0,0,1,1,1,1,0,0,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strengthen the Ancients','Use the Bark of the Walkers to strengthen 3 Lothalor Ancients and then return to Earthwarden Grife at Agmar\'s Hammer.','The ancients of the Lothalor Woods to the south are being corrupted by arcane wyrms... wyrms which have risen out of the ground!$B$BThose that are already corrupted are deadly and of no use to us, but most can still be saved. Luckily, the treants of the woods seem to be immune to everything happening up there.$B$BAsk the treants for their bark and when you get some, feed it to the ancients. This should strengthen them.$B$BNow leave me to my business! I have to keep an eye on these apothecaries.','','You have my thanks, $c.$B$BAs soon as I am done observing what these disgusting apothecaries are up to, I\'ll head to the woods and see if I can convince these ancients to side with us.$B$BOr, if nothing else, I\'ll convince them not to attack those that saved them!','If we can save the ancients before the dryads and night elves of Stars\' Rest, perhaps they will consider allying with the Horde.$B$BOr at least, perhaps they\'ll think twice about attacking us.$B$BNow, how many have you managed to save so far?','Return to Earthwarden Grife at Agmar\'s Hammer in Dragonblight.',26321,0,0,0,3,0,0,0,0,36786,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lothalor Ancient strengthened','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12097,2,75,71,0,65,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,12095,0,0,0,7,177000,188700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38530,38532,38531,38533,0,0,1,1,1,1,0,0,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sarathstra, Scourge of the North','Speak with Rokhan to call down the frostwyrm, Sarathstra.$B$BKill Sarathstra and deliver Sarathstra\'s Frozen Heart to Captain Gort at Agmar\'s Hammer.','Me hunters be dead or frozen, $N. Just you and whatever allies you bring wit ya is all da help you get. You still want to do dis? Just say da word and me call for da dragon once more.$B$BIf ya kill it, take da beast\'s frozen heart back to Agmar\'s Hammer and present it to Gort. He sure to reward you good, mon.','','HA! You did it! The soldiers at the Wrathgate are indebted to you, $N! This\'ll surely buy a few of them another day above ground.','$B$BBack so soon?','Return to Captain Gort at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36793,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12098,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12083,0,0,12107,5,50000,48600,0,0,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Search Indu\'le Village','Search for the commander of the mage hunter forces at Indu\'le Village and Lake Indu\'le.','I\'m certain that you\'ll find the next ley line focus somewhere in the remains of Indu\'le Village to the southeast. The problem is, we\'ve had absolutely no reports of there being one there.$B$BIf you would, please investigate the village for any signs of the focus or the mage hunters and their commander in the area.$B$BDon\'t forget to search in the lake if you have to.','','You find the corpse of the mage hunter commander here.$B$BJudging by his appearance, and the condition of the forces around him, you would guess that they didn\'t drown. Rather, when they summoned the focus in, they didn\'t expect the elementals that arose from the rents in the lake bed to attack.$B$BIt would appear that the mage hunter forces were the architects of their own demise.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12099,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12094,0,0,0,6,118000,157200,0,0,0,0,0,0,36796,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39117,39109,39120,39119,39112,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,'Free at Last','Use Gavrock\'s Runebreaker to free 4 Runed Giants, then return to Gavrock at the Ruins of Tethys.','The rock shard you imbued should be powerful enough to break the runic magic binding my brothers.$B$BTake it with you and find the runed giants walking north along the Eastwind Shore. Unleash the power stored in the stone and observe the results.$B$BIf it works, the runed giants should return to their senses and stop obeying the iron dwarves. If the stone fails to work, the giants may attack in a weakened state. But, what choice do we have? If we do not try, they will remain enslaved without hope.','','So it\'s an uncertain thing? I wish it was not a matter of chance, but at least we\'re on the right path. Without your help, this wouldn\'t have ever been possible. Should you learn any more about the machinations of the iron dwarves and their plans toward the children of stone, seek us out and we will hear you, $N.','Were you able to free any of my brothers?','Return to Gavrock at the Ruins of Tethys in Grizzly Hills.',26783,0,0,0,4,0,0,0,0,0,0,36796,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runed Giants Freed','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12100,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12101,5,0,48600,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Containing the Rot','Soar Hawkfury at Agmar\'s Hammer in the Dragonblight wants you to kill 15 Infected Wildlife and recover a Rot Resistant Organ.','With Scourge comes death and disease. We often overlook that the wildlife of a Scourge infested area is ravaged and ultimately destroyed by rot and contagion.$B$BFor most of the indigenous beasts of the Dragonblight it is too late. The festering disease that the Scourge brings has already infected the beasts and they are now rabid and rotting.$B$BYou must venture west, towards the Pit of Narjun, and cull the infected wildlife. Check their corpses for a preserved organ as we need one to devise a vaccine.','','It pains me to put animals down, but it is a service that must be performed. Now we must move on to the next step: Inoculation.','Kill the beasts to prevent the spread and bring me a rot resistant organ.','Return to Soar Hawkfury at Agmar\'s Hammer in Dragonblight.',26874,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36800,0,0,0,0,0,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12101,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12100,0,0,12102,1,0,4950,0,0,0,0,0,0,36800,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Good Doctor...','Deliver the Rot Resistant Organ to Doctor Sintar Malefious at Agmar\'s Hammer.$B','Our Forsaken allies have sent their apothecary core here to assist us in destroying the Scourge at the Wrathgate. One among them, Doctor Sintar Malefious, is well versed in the Scourge rot and methods of containing the spread. I had previously worked out a deal with him in regards to devising a vaccine for wildlife. He\'s since been waiting on the organ.$B$BDeliver this rot resistant organ to Dr. Malefious and let him know it\'s from me. He\'ll direct you on your next task.','','The oafish man-cow actually acquired a rot resistant organ? Curses... I was certain that task would keep his malformed mind occupied well into the next millennium.$B$BWell give it here, $Gboy:girl;. I have much to do without your feeble needs getting in the way.','What now?','Return to Doctor Sintar Malefious at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36800,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12102,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12101,0,0,12104,5,0,73800,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search of the Ruby Lilac','Doctor Sintar Malefious at Agmar\'s Hammer in the Dragonblight wants you to collect 1 Ruby Lilac.','How fortuitous it is that the Ruby Dragonshrine lays just to the east. It is there that you will find a flower called the ruby lilac. This lifegiving plant is all that I need to concoct a vaccine for the untainted beasts of this region.$B$BTravel east and search the Ruby Dragonshrine for the lilac.$B$BJust one thing: The dragonshrine, like all the dragonshrines in this blasted wasteland, is beset by the Scourge. Watch your step. We wouldn\'t want you to be devoured by an emberwyrm.$B$B','','That wasn\'t so difficult, now was it?$B$BNow give me a moment to prepare the vaccine.','Do you have the ruby lilac?','Return to Doctor Sintar Malefious at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36803,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12103,2,74,72,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECATED','Captain Derrick at Amberpine Lodge wants you to slay 8 Silverbrook Villagers and 8 Silverbrook Trappers.','I\'ve heard enough, $N. We must make sure whatever\'s happening at Silverbrook doesn\'t spread to the rest of the continent.$B$BI don\'t care if it\'s the water, the altitude or an ancient troll curse that\'s driven these villagers murderously insane... return to Silverbrook and put an end to them.','',NULL,NULL,'Return to Lieutenant Dumont in Grizzly Hills.',26708,26679,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,12340), (12104,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12102,0,0,12111,1,0,7500,0,0,0,0,0,0,36807,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to Soar','Deliver Sintar\'s Vaccine to Soar Hawkfury at Agmar\'s Hammer.','$B$BHere you are then, $r. Take this back to the cow and let him know that all debts have been paid. We are officially \"square.\"$B$BNow leave me before I set Jennings upon you.','','$B$BOnly one thing left to do now.','Have you got the vaccine?','Return to Soar Hawkfury at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36807,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12105,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12109,3,0,49800,0,0,0,0,0,0,36940,1,0,262272,0,0,0,0,0,0,0,0,0,0,0,0,0,38734,39033,39060,39098,0,0,1,1,1,1,0,0,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Descent into Darkness','Bring Mikhail\'s Journal to Lieutenant Dumont in Amberpine Lodge.','The journal was written by a denizen of Silverbrook named Mikhail. It details the arrival of a shadow-worshipping group called the \"wolfcult.\"$B$BThe villagers were reluctant to embrace the cult at first, but sympathizers sprung up gradually among town residents.$B$BUnsettled by this, Mikhail sent his daughter Sasha away from Silverbrook while he attempted to reason with the other villagers.$B$BMikhail\'s last entry mentions a meeting of local town leaders to discuss unspecified events in Hollowstone Mine.','','I imagined there would be more to this than just an isolated town of hostiles.$B$BWe have men near Hollowstone Mine, perhaps it would be in our interest to do a little research.','What\'s that you\'ve got there?','Speak to Lieutenant Dumont at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36940,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12106,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12084,0,0,12110,5,50000,48600,0,0,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Search Indu\'le Village','Search for the commander of the mage hunter forces at Indu\'le Village and Lake Indu\'le.','I\'m certain that you\'ll find the next ley line focus somewhere in the remains of Indu\'le Village to the southeast. The problem is, I\'ve had absolutely no reports of there being one there.$B$BI need you to go investigate the village for any signs of the focus or the mage hunters and their commander in the area.$B$BSearch in the lake if you have to!','','You find the corpse of the mage hunter commander here.$B$BJudging by his appearance, and the condition of the forces around him, you would guess that they didn\'t drown. Rather, when they summoned the focus in, they didn\'t expect the elementals that arose from the rents in the lake bed to attack.$B$BIt would appear that the mage hunter forces were the architects of their own demise.',NULL,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,12340), (12107,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12098,0,0,12119,6,100000,60900,0,47637,0,0,0,0,36815,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38151,38152,38129,38153,38217,0,1,1,1,1,1,0,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The End of the Line','Use the Ley Line Focus Control Talisman to gain information from the Ley Line Focus under Lake Indu\'le. Then, head east to the Azure Dragonshrine near south central Dragonblight and observe what is occurring there from the western ledge.$B$BAfterward, return to the Image of Archmage Modera at Stars\' Rest.','Within his robes you find two things of interest.$B$BOne is a talisman, which is clearly a focus controlling device. The other is a set of orders from someone named Sidragos, which were ultimately intended for the leader back at the Moonrest Gardens.$B$BThe water-soaked parchment informs Goramosh that he is to move all mage hunter forces east to the Azure Dragonshrine.$B$BPerhaps you should get what information you can from the focus and head east to observe the dragonshrine from its western ledge.','','WHAT?!$B$B$B$BOf course, we should have guessed that this was what they were up to all along. Quickly, there\'s no time to waste.$B$BWyrmrest must be warned!','What is it, $N? You look flushed.$B$BTake a moment to catch your breath.','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',26887,26889,0,0,1,1,0,0,36815,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ley Line Focus information retrieved','Azure Dragonshrine observed','','',4,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,12340), (12108,2,74,72,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECATED','Bring Mikhail\'s Note to Cartographer Tobias at Amberpine Lodge.','The dirt mound is, indeed, a hastily dug grave. The body beneath is unrecognizable but you find a note that identifies that man as Mikhail.$B$BThe note mentions Hollowstone Mine once again. Perhaps someone back at Amberpine Lodge might be familiar with the area.','',NULL,NULL,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,12340), (12109,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12105,0,0,12158,2,0,24900,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Gryan Stoutmantle... Again','Speak to Captain Gryan Stoutmantle at the Westfall Brigade Encampment.','The Westfall boys were sent east to look for a path into the northern territories. Their secondary objective is to secure strategic resource points, so I\'m sure they wouldn\'t mind investigating a mine.$B$BLook for the Westfall Brigade encampment far to the northeast and seek out Gryan Stoutmantle. You might remember him if you ever spent any time in Westfall. Make sure to tell him I sent you.$B$BHe\'ll be more than happy to let you claim a functioning mine for the king.','','Dumont sent you? Very well. Let\'s see what you can do for us.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12110,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12106,0,0,12122,6,100000,60900,0,47637,0,0,0,0,36815,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38151,38152,38129,38153,38217,0,1,1,1,1,1,0,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The End of the Line','Use the Ley Line Focus Control Talisman to gain information from the Ley Line Focus under Lake Indu\'le. Then, head east to the Azure Dragonshrine near south central Dragonblight and observe what is occurring there from the western ledge$B$BAfterward, return to the Image of Archmage Aethas Sunreaver at Agmar\'s Hammer.','Within his robes you find two things of interest.$B$BOne is a talisman, which is clearly a focus controlling device. The other is a set of orders from someone named Sidragos, which were ultimately intended for the leader back at the Moonrest Gardens.$B$BThe fragile water-soaked parchment informs Goramosh that he is to move all mage hunter forces east to the Azure Dragonshrine.$B$BPerhaps you should get what information you can from the focus and head east to observe the dragonshrine from its western ledge.','','WHAT?!$B$B$B$BOf course, we should have guessed that this was what they were up to all along. Quickly, there\'s no time to waste.$B$BWyrmrest must be warned!','What is it, $N? You look flushed.$B$BTake a moment to catch your breath.','Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',26887,26889,0,0,1,1,0,0,36815,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ley Line Focus information retrieved','Azure Dragonshrine observed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12111,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12104,0,0,0,5,53000,73800,0,0,0,0,0,0,36818,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38171,38172,38132,38169,38170,38131,1,1,1,1,1,1,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Where the Wild Things Roam','Soar Hawkfury at Agmar\'s Hammer in the Dragonblight wants you to use the Pack of Vaccine to vaccinate 5 Snowfall Elk and 5 Arctic Grizzlies.','Inside this pack are several vials containing the vaccine that Sintar created. I now want you to search the nearby woods for Snowfall elk and arctic grizzlies. When you locate the animals, find a safe distance and throw a vial in their general direction. The vial will shatter and release a fine gas that will act as the inoculating agent. The beasts merely have to step inside the gas and they will be vaccinated - ultimately saved.$B$BInoculate as many of the beasts as you can and return to me.$B','','You have done an honorable thing, $N. Please, choose a reward.',NULL,'Return to Soar Hawkfury at Agmar\'s Hammer in Dragonblight.',26895,26882,0,0,5,5,0,0,0,0,0,36818,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Snowfall Elk Inoculated','Arctic Grizzly Inoculated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12112,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12075,4,44000,74700,0,0,0,0,0,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,0,0,0,0,0,571,4893.81,295.64,0,'Stiff Negotiations','Locate Zort in the center of the Crystal Vice, northeast of Nozzlerust Post.','Well it seems you were of a bit of use after all. It\'s not been my experience to meet many a $r that are.$b$bWe don\'t have any more use for you here. Head into the Vice and see if my brother Zort could use a hand. He went to see if he could con the giants into laying down their lives so that we don\'t have to. He certainly wasn\'t known for having the brains in the family. ','','I can think of some uses for you, go ahead and stay for a bit.',NULL,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,12340), (12113,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,59000,94200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Nice to Meat You','Harkor at Harkor\'s Camp wants you to collect 10 pieces of Fibrous Worg Meat from Duskhowl Prowlers and 10 Shovelhorn Steaks from Longhoof Grazers.','G\'day to ya, $c! Have yerself a seat by me fire, eh?$b$bI\'d offer to share a nice hot meal, only I ain\'t got one. I\'m stuck here waitin\' on an associate, or I\'d be out tryin\' to remedy that situation meself.$b$bSay, you seem to have nuthin\' but time on yer hands and there be plenty o\' meat in these parts. What say ya lend a hand and round up some grub? ','','Outstanding!$b$bNuthin\' better with a pint than a hot morsel of meat.','Me belly be rumblin, $r. You manage to round up some food? ','Return to Harkor at Harkor\'s Camp in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36819,36875,0,0,0,0,10,10,0,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,12340), (12114,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38728,39027,39055,39093,38758,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,'Therapy','Harkor at Harkor\'s Camp wants you to kill 10 Drakkari Protectors and 10 Drakkari Oracles outside Drakil\'jin Ruins.','Trolls... me hates \'em all! $b$bI once got meself captured by a band o\' tha beasts... came this close ta gettin\' me head shrunk!$b$bMe friends tell me to just move on and put it all behind me, but that just ain\'t sittin\' right.$b$bWanna know what would make me feel better, $r? Seein\' a pile of their corpses so high it blots out the sun! I\'ve got good gold to spend if ya can make that happen.','','Thankyeh, $c.$b$bWhen time allows I\'ll git up and have meself a look around.','How goes the troll hunt?','Return to Harkor at Harkor\'s Camp in Grizzly Hills.',26797,26795,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,'','','','',4,0,1000,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (12115,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12057,0,0,0,1,0,4950,0,0,0,0,0,0,36820,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Koltira and the Language of Death','Take the Flesh-Bound Tome to Koltira Deathweaver.','There is one who recently joined our cause that might be able to decipher this tome. An unbound death knight known as Koltira Deathweaver has temporarily taken residence here at Agmar\'s Hammer. As he was once a death knight of Arthas and member of the Scourge, he might be able to translate the language of the dead.$B$BTake the flesh-bound tome to Koltira and ask him to translate the pages.$B','','There are only two things in life that interest me, peon, and neither of them involve translating a Scourge tome for you.$B$BHowever... perhaps we could work something out that would benefit the both of us.$B$B$B$BThis is my runeblade, Byfrost. Byfrost thirsts for the blood of the Lich King and his minions, but first I must etch upon it runes of power: symbols of frost, blood, and shadow. Bring me suitable sources of power and I will translate your tome.','What is it, $r?','Return to Koltira Deathweaver at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36820,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12116,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12120,6,118000,157200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'It Takes Guts....','Kraz at Harkor\'s Camp wants you to enter Drakil\'jin Ruins and collect 5 Drakkari Canopic Jars.','Greetings, $c. It is kind of you to stop and listen to Kraz\'s tale.$b$bFor many years Kraz has strained to hear the spirits and do their bidding.$b$bRecently, many voices have been crying to Kraz from these ruins. They seek for a peace they cannot find on their own.$b$bIf you would help the spirits of those who have come before, enter this crypt and collect something that once belonged to those tormented souls.','','Entrails? An interesting choice, $r.$b$bKraz shall see what is to be learned from them. Thank you for braving the depths of that place.','What have you found in the crypt for Kraz, $c?','Return to Kraz at Harkor\'s Camp in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36825,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12117,2,72,68,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11968,0,12117,0,1,0,4950,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37283,37566,37546,37319,0,0,1,1,1,1,0,0,1073,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Travel to Moa\'ki Harbor','Travel to Moa\'ki Harbor in the Dragonblight and speak with Elder Ko\'nani.','$R, word just arrived from Moa\'ki Harbor. Something very bad happened over there this morning!$B$BYou\'ve been very helpful to us here. Would you consider using the boat from Unu\'pe to travel to the great Dragonblight?$B$BBy the sound of things, Elder Ko\'nani could certainly use your assistance.','','What\'s that you say, $r? Hotawa sent you?$B$BGood, good... there\'s much to do. We can use all of the help that we can get!',NULL,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,12340), (12118,2,72,68,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11458,0,12117,0,1,0,4950,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37283,37566,37546,37319,0,0,1,1,1,1,0,0,1073,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Travel to Moa\'ki Harbor','Travel to Moa\'ki Harbor in the Dragonblight and speak with Elder Ko\'nani.','$R, word just came in off the boat from Moa\'ki Harbor. Something very bad happened over there this morning!$B$BYou\'ve been very helpful to us here. Would you consider using the boat to travel to the great Dragonblight?$B$BBy the sound of things, Elder Ko\'nani could certainly use your assistance.','','What\'s that you say, $r? Anuniaq sent you?$B$BGood, good... there\'s much to do. We can use all of the help that we can get!',NULL,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,12340), (12119,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12107,0,0,12766,2,0,12300,0,0,0,0,0,0,36832,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining an Audience','Deliver your Letter of Introduction to Wyrmrest Temple to Tariolstrasz at Wyrmrest Temple.','$N, you must travel as swiftly as you can to Wyrmrest Temple and present this letter to the steward, Tariolstrasz.$B$BThe temple sits in the center of the Dragonblight. Follow the road east until it ends, and then cross The Dragon Wastes to get to it.$B$BI\'m sure that when the steward reads your introduction, he\'ll see to it that you gain an audience with Queen Alexstrasza. We can only hope that we\'re not too late.$B$BThank you for all that you have done on our behalf. Safe journeys!','','A letter of introduction to meet with the queen? Let me see that.$B$BWhatever your business is, I hope that it\'s important. The skies are full of attacking blues today!','Yes, what can I do for you, $r?','Return to Tariolstrasz at The Dragon Wastes in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36832,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,6,1,0,0,0,0,0,0,12340), (12120,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12116,0,0,12121,5,59000,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38730,39029,39057,39095,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drak\'aguul\'s Mallet','Kraz at Harkor\'s Camp wants you to slay Drak\'aguul outside Drakil\'jin Ruins and return with the Drakil\'jin Mallet.','Corruption....$b$bEven before you delivered these jars, Kraz could sense it. This corruption fills the ancient Drakkari spirits with great angst and prevents them from entering the rest they seek.$b$bKraz will not lie, $c. Cleansing this place will require great sacrifice, but we shall speak of that at another time.$b$bThere is one among the living here who holds the key to its cleansing. Seek out Drak\'aguul and return to Kraz with the mallet he carries.','','You have done well thus far, $n, but now comes the true test.','You find the mallet, $n?','Return to Kraz at Harkor\'s Camp in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36826,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,1000,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12121,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12120,0,0,12137,5,59000,125700,0,0,0,0,0,0,36834,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'See You on the Other Side','Kraz at Harkor\'s Camp wants you to use the Drakil\'jin Mallet on the gongs outside Drakil\'jin Ruins. Once you have been slain, you are to enter the ruins and speak with the spirit of Gan\'jo while you are dead.','These Drakkari have met you with nothing but savage hostility. You owe them nothing. Few indeed would carry out the task that Kraz asks of you today.$b$bTo cleanse this place and send the spirits to their eternal rest, you must join them in death.$b$bThere is one inside the crypt who awaits you - on the other side. He holds the knowledge we seek, $n.$b$bUse the mallet on the gongs. The spirit of he who corrupts this place will surely deliver you to the spirit world.$b$bKraz awaits your return.','','Your coming has been foretold, friend. It was good of you to come.',NULL,'Speak to Gan\'jo at Drakil\'jin Ruins in Grizzly Hills.',26902,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death by Warlord Jin\'arrak','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12122,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12110,0,0,12767,2,0,12300,0,0,0,0,0,0,36833,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining an Audience','Deliver your Letter of Introduction to Wyrmrest Temple to Tariolstrasz at Wyrmrest Temple.','$N, you must travel as swiftly as you can to Wyrmrest Temple and present this letter to the steward, Tariolstrasz.$B$BThe temple sits in the center of the Dragonblight. Follow the road east until it ends, and then cross The Dragon Wastes to get to it.$B$BI\'m sure that when the steward reads your introduction, he\'ll see to it that you gain an audience with Queen Alexstrasza. We can only hope that we\'re not too late.$B$BThank you for all that you have done on our behalf. Safe journeys!','','A letter of introduction to meet with the queen? Let me see that.$B$BWhatever your business is, I hope that it\'s important. The skies are full of attacking blues today!','Yes, what can I do for you, $r?','Return to Tariolstrasz at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36833,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12123,2,75,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12768,12435,0,12435,1,0,12600,0,0,0,0,0,0,36832,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Informing the Queen','Deliver your Letter of Introduction to Wyrmrest Temple to Alexstrasza the Life-Binder at Wyrmrest Temple.','$B$BYes... yes, I think that you are ready to see the queen now.$B$BWhen you are ready, speak to me again and I will see to it that one of these drakes delivers you safely to the top of the temple. You will need to present your letter in person to Queen Alexstrasza.','','You are very courageous to bring us this information. I was beginning to wonder why the blue dragonflight had so boldly initiated an attack upon the temple itself. Now we know that they are using enormous amounts of the very magic they view as such a threat to Azeroth.$B$B$B$BHypocritical, but so be it. If Malygos will not come to his senses, we have no choice but to take action in response to their assault.','It is good to finally meet you in person, $N. I have known you since before you were born.','Return to Alexstrasza the Life-Binder at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36832,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,2000,0,0,0,0,0,0,0,1,1,6,1,0,0,0,0,0,12340), (12124,2,75,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12769,12435,0,12435,1,0,12600,0,0,0,0,0,0,36833,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Informing the Queen','Deliver your Letter of Introduction to Wyrmrest Temple to Alexstrasza the Life-Binder at Wyrmrest Temple.','$B$BYes... yes, I think that you are ready to see the queen now.$B$BWhen you are ready, speak to me again and I will see to it that one of these drakes delivers you safely to the top of the temple. You will need to present your letter in person to Queen Alexstrasza.','','You are very courageous to bring us this information. I was beginning to wonder why the blue dragonflight had so boldly initiated an attack upon the temple itself. Now we know that they are using enormous amounts of the very magic they view as such a threat to Azeroth.$B$B$B$BHypocritical, but so be it. If Malygos will not come to his senses, we have no choice but to take action in response to their assault.','It is good to finally meet you in person, $N. I have known you since before you were born.','Return to Alexstrasza the Life-Binder at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36833,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12125,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12115,12132,-12125,0,5,0,73800,0,0,0,0,0,0,36827,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Service of Blood','Koltira Deathweaver at Agmar\'s Hammer in the Dragonblight wants you to use the Blood Gem on a Deranged Indu\'le Villager and return to him with a Filled Blood Gem.','The blood of innocents was once used to sate the thirst of the blade. Alas, such options are no longer available to me.$B$B$B$BWe must improvise. South of here, upon the high bluffs, is the tuskarr village of Indu\'le. Having been recently overrun by the Blue Dragonflight\'s chaotic magic, the resident tuskarr of Indu\'le have gone mad.$B$BTake this blood gem and use it on a deranged villager. If I cannot take the blood of innocents, I shall have the blood of the meek!','','A simple task for a simpleton. You have performed within my expectations.','Bring the blood of the meek to me.','Return to Koltira Deathweaver at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36828,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12126,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12115,12132,-12125,0,6,0,92400,0,0,0,0,0,0,36835,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Service of the Unholy','Koltira Deathweaver at Agmar\'s Hammer in the Dragonblight wants you to use the Unholy Gem on Duke Vallenhal and return to him with a Filled Unholy Gem.','The power of the unholy is coveted among my kind. It makes up the very fiber of our existence, granting death to those that dare make a mockery of it! Thankfully there is a font from which I may draw from in my time of need.$B$BTake this unholy gem and make your way to the Ruby Dragonshrine, east of here. It is there that you will find Duke Vallenhal, death knight of Arthas. Weaken his resolve in battle and unleash the power of the gem upon him. It will finish him off and steal his unholy energy!$B','','$B$BImpressive. You bested a deathknight of Arthas... Clearly you were not alone... but still...','Fill the gem with the power of the unholy!','Return to Koltira Deathweaver at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36836,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12127,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12115,12132,-12125,0,5,0,73800,0,0,0,0,0,0,36847,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Service of Frost','Koltira Deathweaver at Agmar\'s Hammer in the Dragonblight wants you to use the Frost Gem on Ice Revenants and return to him with a Filled Frost Gem.','The biting cold protects the death knight while repelling his enemies. He that commands the power of frost can incite chaos and destruction!$B$BTake this frost gem and travel far across the open tundra of the Dragonblight until you come upon the Mirror of Dawn, east of Wyrmrest Temple. It is there that you are to battle the legions of ice revenants that dwell upon the lakes surface and take from them the essence of frost. Utilize the power of the gem when they are weak, $N!','','I can already feel the cold coursing through me, $N.','We are all in service of frost here in Northrend.','Return to Koltira Deathweaver at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36846,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12128,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12014,0,0,12129,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Check Up on Raegar','Speak with Raegar Breakbrow at Prospector\'s Point.','With all the excitement about the army trying to move through Thor Modan, I\'d almost forgotten about Raegar\'s crew down at Prospector\'s Point.$B$BI sent Raegar and his assistants, along with a mountaineer friend, down to establish a small post near Dun Argol, at the southern end of the Eastwind Shore.$B$BThey were to investigate the iron dwarf presence in the southern hills, but I haven\'t received any reports yet. Could you check up on them if you\'re going down that way?','','Hmm... you don\'t look like a research assistant, which is just as well. The iron dwarves look to be preparing for war, and my research team hasn\'t returned. We could use some help around here.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12129,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12128,0,0,12130,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Perfect Plan','Bring the completed War Golem Blueprint to Raegar Breakbrow at Prospector\'s Point.','The iron dwarves are making no secret of the fact that they\'re preparing for war. With their giants, golems, and lightning elementals, they\'d have a technological advantage against the Westfall Brigade. If they don\'t find passage north in time, the irons could take them by surprise.$B$BWe\'ve got to tie them up here, and I\'ve got just the way to do it. Dun Argol is full of rune-smiths churning out war golems. They carry plans for specific pieces, so you\'ll need to find and assemble all the parts.','','You got all of them? Brilliant! I can\'t wait to see the looks on their faces when the golem\'s done.','Were you able to get those plans from the rune-smiths?','Return to Raegar Breakbrow at Prospector\'s Point in Grizzly Hills.',0,0,0,0,0,0,0,0,0,36849,36850,36851,0,1,1,1,36848,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (12130,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12129,0,0,12131,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Why Fabricate When You Can Appropriate?','Bring 8 War Golem Parts to Raegar Breakbrow at Prospector\'s Point.','We\'ve got the blueprints, but we can\'t do anything with them without parts! We don\'t have access to a foundry, much less materials, but there\'s a whole load of parts up in Dun Argol.$B$BYour job?$B$BGive them a new home.$B$BThey\'re likely to be scattered around any of the buildings where the iron rune-smiths are working, and I wouldn\'t blame the irons for being cranky when you try to filch their handiwork. The more parts you can bring, the better we can make this golem.','','$B$BOh, no. This is going to be harder than I thought. These things don\'t have serial numbers or anything, do they?$B$BNever a gnome around when you need one...','I see you made it out in one piece. Do you have the parts?','Return to Raegar Breakbrow at Prospector\'s Point in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36852,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (12131,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12130,0,0,12138,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'We Have the Power','Bring Durar\'s Power Cell and Kathorn\'s Power Cell to Raegar Breakbrow at Prospector\'s Point.','We\'re almost there, but the war golem won\'t run without power cells. From the information I was able to collect in Dun Argol before we were discovered, both Rune-Smith Durar and Rune-Smith Kathorn each create one power cell.$B$BWe\'ll need one power cell from each of the rune-smiths before our golem will work.$B$BYou should be able to find each rune-smith in his workshop on the central level of Dun Argol.','','$B$BExcellent! We should be all ready to go.','Well, did you get those power cells?','Return to Raegar Breakbrow at Prospector\'s Point in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36857,36858,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,0,12340), (12132,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12136,5,0,73800,0,0,0,0,0,0,0,0,47740,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Power to Destroy','Koltira Deathweaver at Agmar\'s Hammer in the Dragonblight wants you to enter the world of shadows and defeat 6 Shadowy Tormentors.$B$BSpeak to Koltira Deathweaver should you need to re-enter the world of shadows.','While you have done much for me, one task remains.$B$BBeside the world you know exists another world. It is from that world, the world of shadows, that my tormentors assault me. While I am powerless to face my own demons, you could end their reign of terror. You have the strength, I have seen it with my own eyes.$B$BEnter the world of shadows and face the demons that torment me!$B$BDo this and I will translate the tome, as promised.','','The power I hold comes at a great cost, $N. Many knights, light and dark alike, lost their lives in the final battle at Light\'s Hope. The prospect of the future looks grim, but at least now I know what I face. The Lich King will never release his grasp and for that alone he must die!',NULL,'Return to Koltira Deathweaver at Agmar\'s Hammer in Dragonblight.',26966,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12133,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,36876,1,0,4608,1,0,0,0,0,34077,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smash the Pumpkin','Give the Scorched Holy Symbol to the Costumed Orphan Matron.','This large jack-o\'-lantern rests in the middle of the village. It eyes those who look upon it, betraying a dark menace within.$B$BSmashing the pumpking reveals an old, scorched holy symbol.','','You found this inside the Headless Horseman\'s jack-o-lantern? It is an old symbol of the Light. If must have been the Horseman\'s, before he was cursed and turned into the monster he is today. Thank you, $N. This symbol deserves to be with paladins. I will make sure they get it.$B$BOh, and I almost forgot! You have a secret admirer...$B$BOne of the children wanted you to have this. She was too shy to give it to you herself.','Yes, $N?','Return to Costumed Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36876,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12134,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12329,0,0,0,5,59000,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39011,39010,38755,39110,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sasha\'s Hunt','Sasha wants you to kill 12 Solstice Hunters in Solstice Village.','This thing... this curse... that\'s affecting Silverbrook and Solstice Village... it makes beasts out of people.$B$BMy father tried to warn them, but they all listened to the wolfcult instead.$B$BThey\'re too far gone now, it\'s time to put them down... for their own sake.','','Killing these monsters won\'t bring my father back... but that\'s not the point now, is it?','Have you taken care of the hunters in the village yet, $N?','Return to Sasha at White Pine Trading Post in Grizzly Hills.',26389,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12135,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4170,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\"Let the Fires Come!\"','The Costumed Orphan Matron wants you to help put out all the village fires after the Headless Horseman lights them. When they are out, speak again to the Costumed Orphan Matron.','You must help us! The Headless Horseman will attack the village at any moment! Fires will be everywhere! The children aren\'t safe!$B$BPlease, $n, will you face the fires of the Headless Horseman? When he comes, you must 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. If you put out all the fires then we may yet be saved!','Put Out the Fires','Oh, thank you! May the Light bless your good works, kind $Gsir: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!','Return to Costumed Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12136,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12132,0,0,0,7,159000,110700,0,0,0,0,0,0,36861,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37958,38000,38043,38104,0,0,1,1,1,1,0,0,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Translated Tome','Deliver the Translated Flesh-bound Tome to Captain Gort at Agmar\'s Hammer.','Here it is, $N. I have translated everything printed upon the pages of the tome. Inside it you will find a list of the names of Cult of the Damned members spanning the entire continent.$B$BTheir network of spies and operatives is impressive, to say the least.$B$BFarewell, friend. May the book serve you and your people well.','','$B$BWHAT! This can\'t be right. I\'ve known some of these orcs for years!$B$BLeave me, $N. I have much work to do and many traitors to execute.$B$BTake one of these items for your trouble. You\'ve done a great service for the Horde this day.','It\'s about time! Where have you been?','Return to Captain Gort at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36861,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12137,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12121,0,0,12152,6,0,157200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Chill Out, Mon','Gan\'jo wants you to collect the Snow of Eternal Slumber from his chest in the Drakil\'jin Ruins.$b$bYou are to use the Snow on the Ancient Drakkari Spirits there and take their Drakkari Spirit Particles back to Kraz at Harkor\'s Camp.','It be as the prophecies said, mon. A $r $c be comin\' to set our spirits to rest. We been waitin\' for a long time now!$b$bThe Drakkari have become a lost people, fierce and savage.$b$bBut here we suffer by no fault of our own, mon. This place need cleansin\' and only the living can do it.$b$bSpeak to me when ya be ready to rejoin your body. Then take the snow from the chest near me here and put my bruddas to sleep.$b$bTake their remnants to your spirit guide. He be knowin\' what to do next.','','You have done well.$b$bPlease, sit and listen. There are many things we must discuss.','Have you completed your task in the crypt, $c?','Return to Kraz at Harkor\'s Camp in Grizzly Hills.',0,0,0,0,0,0,0,0,36834,0,0,0,1,0,0,0,36859,36868,0,0,0,0,1,5,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12138,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12131,0,0,0,5,59000,125700,0,0,0,0,0,0,36936,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'... Or Maybe We Don\'t','Charge your War Golem with the energy from 10 Lightning Sentries and return to Raegar Breakbrow at Prospector\'s Point.','You\'d think the guys making the power cells would\'ve thought to power them up, but no, they\'ve got to make it difficult for us.$B$BFine, we\'ll charge those cells the hard way. There\'s enough power in them to run the golem for a short time, but don\'t expect it to be any good in combat.$B$BYou see the lightning sentries that the irons have posted around the perimeter of Dun Argol? Bring the golem with you, take it close to them, and use the golem to absorb the power as the sentries die.','','Finally, it\'s ready. I only hope it holds together long enough to get the job done. If we don\'t take out the thane leading Dun Argol, Captain Gryan\'ll be in for a nasty surprise.',NULL,'Return to Raegar Breakbrow at Prospector\'s Point in Grizzly Hills.',27017,0,0,0,10,0,0,0,0,0,36936,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Charge Level','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12139,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4170,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'\"Let the Fires Come!\"','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 Headless Horseman will attack the village at any moment! Fires will be everywhere!$B$B$n, will you face the fires of the Headless Horseman? When he comes, you must 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. If you put out all the fires then we may yet be saved!','Put Out the Fires','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.',NULL,'Return to Masked Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12140,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12069,0,0,0,5,0,73800,0,0,0,0,0,0,35784,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38293,38002,38106,37960,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Hail Roanauk!','Seek out Roanauk Icemist at Agmar\'s Hammer and initiate him as a member and leader of the Horde forces.$B$BReturn to Overlord Agmar with the Blood Oath of the Horde when you complete this task.$B','Like the tauren, Forsaken, trolls and blood elves, so too do the taunka need a leader born of their own blood. The one you saved from Icemist, Roanauk, will be this leader.$B$B$B$BI give to you something familiar - the blood oath of the Horde.$B$BTake the oath to Roanauk Icemist and initiate him into the Horde as leader of the taunka.$B$BLet us not keep him waiting.$B$B$B','','With the aid of such a powerful shaman, we are sure to be victorious at the Wrathgate!','Do not waste time, $N. Angrathar awaits!','Return to Overlord Agmar at Agmar\'s Hammer in Dragonblight.',26810,0,0,0,1,0,0,0,0,0,0,35784,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Roanauk Icemist initiated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12141,2,71,68,0,3537,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11791,11613,0,11613,1,0,2400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Diplomatic Mission','Speak to Karuk at Riplash Strand, southwest of Valiance Keep.','I see that you are very eager to help, $N. You didn\'t come all the way to Northrend to stay holed up in a city! I\'ve just the task for you... something that\'ll take you far away from here.$B$BWe\'ve long sought to gain the favor of the tuskarr native to Northrend. Recently a young tuskarr came to us seeking help, something we couldn\'t offer at the time.$B$BNow that you\'re around, maybe you can lend him a hand. Look for Karuk near the Riplash Strand, southwest of here, and see what you can do to help. ','','You\'ve come to my aid? I thank you, $N.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12142,2,73,72,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12143,5,53000,73800,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pest Control','Duane at the 7th Legion Front wants you to kill 10 Snowplain Snobolds and 3 Dragonblight Magnataur at the magnataur camps surrounding Wyrmrest.','Ugh! One of those little snobold runts trashed our camp while we were busy with that last dragon. They\'ve been plaguing us whenever we turn our backs... I\'ve had enough!$B$BTo the south you\'ll find the snobolds hiding under the skirts of some of the local magnataur. Go slaughter them.$B$BIf the magnataur interfere on behalf of their slaves, kill them as well.','','Good riddance.','Did you finish off those pests?','Return to Duane at the 7th Legion Front in Dragonblight.',26705,26481,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,0,'Snowplain Snobolds','Dragonblight Magnataur','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12143,2,73,72,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12142,0,0,0,5,53000,73800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37965,38007,38049,38111,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Canyon Chase','Duane wants you to chase the snobolds down the canyon northeast of 7th Legion Front and deal with their leader.','I can\'t believe this! Another band of those vermin just tried to take off with more of our supplies. They\'re scurrying off towards that north canyon, get after them and deal with whoever they\'re going to!','','Chilltusk, eh? I\'ve heard his name before. That\'s some good work, $c. Hopefully we can turn our attention back to the dragon menace now. ','Is it done?','Return to Duane at the 7th Legion Front in Dragonblight.',27005,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12144,2,73,72,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12145,5,53000,73800,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pest Control','Kontokanis at Dragon\'s Fall wants you to kill 10 Snowplain Snobolds and 3 Dragonblight Magnataur at the magnataur camps surrounding Wyrmrest.','Oi, mon! One of dose little snobold runts trashed our camp during da last dragon attack. Dey\'ve been houndin us wheneva we turn our backs and I\'ve had enough. $b$bTo da east you\'ll find da snobolds hiding under da skirts of some of da local magnataur. Go slaughter dem. If da magnataur interfere on behalf of deir slaves, kill dem as well.','','Good riddance, mon.',NULL,'Return to Kontokanis at Dragon\'s Fall in Dragonblight.',26705,26481,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,0,'Snowplain Snobolds','Dragonblight Magnataur','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12145,2,73,72,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12144,0,0,0,5,53000,73800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37965,38007,38049,38111,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Canyon Chase','Kontokanis wants you to chase the snobolds down the canyon south of Dragon\'s Fall and deal with their leader.','I can\'t believe dis! Another band of dose vermin just tried ta take off with more of our supplies. Dey\'re scurrying down da canyon now, get after dem and deal with whoever dey\'re going to!','','Icefist, eh? I\'ve heard his name before. Dat\'s some good work, mon. Hopefully we Darkspear can turn our attention back to dat dragon menace now. ','You not a real mon til you killed a dragon... mon.','Return to Kontokanis at Dragon\'s Fall in Dragonblight.',27004,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12146,2,73,72,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12148,0,12148,5,53000,73800,0,0,0,0,0,0,36855,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,571,3547.01,273.37,0,'Disturbing Implications','Bring the Emblazoned Battle Horn to Wyrmrest and seek out someone who might be interested in assessing the potential threat.','The underside of the horn boasts an emblazoned seal with a hammer and a lightning bolt. Something about the horn seems extremely out of place on a Magnataur.$b$bTake the horn south down the Path of the Titans to Wyrmrest and seek out someone who might be interested in these threatening implications.','','It is indeed strange for any magnataur to carry an item such as this... and very concerning. I am glad that you have shown this to me. ','Yes, $r?','Return to Aurastrasza at The Dragon Wastes in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36855,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (12147,2,73,72,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12148,0,12148,5,53000,73800,0,0,0,0,0,0,36856,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disturbing Implications','Bring the Emblazoned Battle Horn to Wyrmrest and seek out someone who might be interested in assessing the potential threat.','The underside of the horn boasts an emblazoned seal with a hammer and a lightning bolt. Something about the horn seems extremely out of place on a Magnataur. $b$bTake the horn east across the Dragon Wastes to Wyrmrest and seek out someone who might be interested in these threatening implications.','','It is indeed strange for any magnataur to carry an item such as this... and very concerning. I am glad that you have shown this to me.','Yes, $r?','Return to Aurastrasza at The Dragon Wastes in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36856,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12148,2,73,72,0,65,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12149,5,53000,73800,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'One of a Kind','Find and kill Bonesunder in or near the canyon northwest of the Azure Dragonshrine. Bring any evidence you find back to Aurastrasza at Wyrmrest Temple.','Such a strange seal to see among magnataur... it suggests an unusual amount of organization.$B$BMagnataur rarely put aside their aggressive natures to cooperate with each other. I suspect they have their eyes set on raiding a large settlement.$b$bI very much doubt that this horn is unique, I need you to prove me wrong. In the canyon northwest of the Azure Dragonshrine you will find Bonesunder. Go challenge him and bring me back any evidence you find that might confirm my concerns.','','So it is true. They could not have chosen better timing for such an attack... between the Scourge and the blue flight, it is unlikely that anyone else has noticed yet.','Did you find anything?','Return to Aurastrasza at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36854,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (12149,2,73,72,0,65,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,12148,0,0,12150,5,53000,73800,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mighty Magnataur','Hunt down and kill Bloodfeast, Iceshatter, and Drakegore east of Wyrmrest$B$BBloodfeast resides in the southeastern corner of the Dragon Wastes, just north of the Emerald Dragonshrine. Iceshatter patrols the northern edge of the Mirror of Dawn. Drakegore wanders at the bottom of the cliffs west of the Bronze Dragonshrine.$B$BReturn to Aurastrasza at Wyrmrest once the magnataur have been slain.','Magnataur are hideously violent creatures... this is the main reason we rarely see them come together in any real numbers without killing each other. A powerful leader has stepped up somewhere among them and we need to hunt him down if we are to stop this threat. $B$BI will start asking around. I need you to disrupt them as much as possible in the meantime.$B$BEast of here there are 3 torches erected. Near them, there are 3 dominant Magnataur - put them down to buy us some time to hunt down this leader.','','Excellent work. No one could tell me who this leader might be, but I was able to uncover the name of someone who will have our answer.','Have you defeated the magnataur?','Return to Aurastrasza at Wyrmrest Temple in Dragonblight.',27007,27008,27009,0,1,1,1,0,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,1,0,0,0,0,0,0,0,12340), (12150,2,74,72,0,65,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,12149,0,0,12151,6,112000,124500,0,0,0,0,0,0,0,0,0,138,2,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,6,0,0,0,0,0,0,0,0,0,571,3698.19,-464.95,0,'Reclusive Runemaster','Locate Dregmar Runebrand near his cave on the path to the cliffs overlooking the Mirror of the Dawn. Challenge him and uncover the name of the magnataur leader by any means necessary. Return to Aurastrasza at Wyrmrest once the information is obtained.','Dregmar Runebrand is a magnataur runemaster... a rare breed. He\'s generally solitary, but has been known to associate with the more powerful and influential magnataur in Dragonblight for quite some time. He will know who this new leader is. $b$bIt is unlikely we will gain any aid with the increasing concerns with the Scourge and the blue flight, so I need you to procure the information from Dregmar by any means necessary.$B$BI was told he can be found amongst the cliffs overlooking the Mirror of the Dawn.','Name of the Magnataur Warlord','Grom\'thar the Thunderbringer. Good. Let\'s end any threat these magnataur might pose here and now.','Did you get the name? Do you know who the magnataur warlord is?','Return to Aurastrasza at Wyrmrest Temple in 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,'Name of the Magnataur Warlord','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12151,2,74,72,0,65,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,12150,0,0,0,7,168000,149400,0,0,0,0,0,0,36864,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38156,38157,38155,38154,38130,38224,1,1,1,1,1,1,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,2721.28,426.48,0,'Wanton Warlord','Travel to the ring of torches south of the Azure Dragonshrine and blow the Emblazoned Battle Horn. Defeat Grom\'thar the Thunderbringer and bring his head back to Aurastrasza at Wyrmrest.','There\'s no reason to suspect Dregmar\'s words are anything but true. Whether Grom\'thar defeats you or is defeated by you, he can wash his hands of this.$b$bFollow his instructions... take the horn that you brought me earlier, travel to the ring of torches south of the Azure Dragonshrine, and blow it to announce your challenge.$B$BWhen Grom\'thar the Thunderbringer arrives, kill him and bring me his head.','','You are formidable indeed.$B$BWith Grom\'thar the Thunderbringer gone, we can leave the remaining Magnataur to fight among themselves and turn our attentions back towards more prominent threats.$B$BImpressive work, $c. ','Did you end this threat for good?','Return to Aurastrasza at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,36864,0,0,0,1,0,0,0,0,36853,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (12152,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12137,0,0,0,5,59000,125700,0,0,0,0,0,0,36873,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39114,39125,39127,39124,39113,39118,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,'Jin\'arrak\'s End','Kraz at Harkor\'s Camp wants you to collect the Sacred Drakkari Offering from the Drakil\'jin Ruins and use the Drakkari Spirit Dust on it. You must use the Infused Drakkari Offering at the gongs outside of Drakil\'jin Ruins.','It is good to see you back among the living. Many who travel the path of the dead do not return to speak of it.$b$bWhile you were away, a vision appeared to Kraz revealing what remains to be done.$b$bA sacred offering lies somewhere inside the crypt. Take this spirit dust fashioned from the remnants you collected and use it on the offering.$b$bThe infused offering will bring an end to the corrupted warlord and will release the many tormented souls.$b$bMay the spirits guide your actions, $n.','','It is done.$b$bYour selflessness has brought eternal peace to many souls, ending eons of misery.$b$bMay this act lighten your own soul and lessen your burdens, for I see that there are yet many perils you must face.$b$bFarewell, $n.','Has Jin\'arrak been defeated, $N?','Return to Kraz at Harkor\'s Camp in Grizzly Hills.',27199,0,0,0,1,0,0,0,36870,36873,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warlord Jin\'arrak Destroyed','','','',4,0,1000,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,12340), (12153,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12138,0,0,0,6,118000,157200,0,0,0,0,0,0,36865,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38711,39015,39044,39076,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Iron Thane and His Anvil','Using the abilities of your War Golem, defeat Iron Thane Furyhammer, then return to Raegar Breakbrow at Prospector\'s Point.','Now that you\'ve charged up your war golem, we\'re going to put all that energy to good use. Activate the golem inside Dun Argol to take control of it.$B$BOur information about Dun Argol\'s leader, Iron Thane Furyhammer, suggests his bodyguard protects him from all harm.$B$BThat bodyguard is the construct he travels with, called The Anvil. Disable the construct, and his protection will disappear.$B$BThe thane stays in the building at the top of Dun Argol and supervises production from the bottom level.','','It worked?$B$B$B$BI mean... of course it worked! This is incredible!$B$BYears from now, Explorers\' League initiates will hear the story of how Raegar Breakbrow, $N, and some hunk o\' junk golem defeated the thane of Dun Argol!','Were you able to get past the iron thane\'s defenses?','Return to Raegar Breakbrow at Prospector\'s Point in Grizzly Hills.',26405,0,0,0,1,0,0,0,0,0,36865,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12154,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12138,0,0,0,5,59000,125700,0,0,0,0,0,0,36935,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackout','Use Raegar\'s Explosives to destroy the Runic Power Core at Dun Argol, then report to Raegar Breakbrow at Prospector\'s Point.','The large hall at the top of Dun Argol houses the power source for the entire area. If you can destroy the power core, it will cripple Dun Argol for some time.$B$BNo power means no golems, no sentries, and no more lightning armaments.$B$BWhen we were sent up here, they told us these explosives were for excavation, but thanks to Iron Thane Furyhammer, the research has been scrapped. We may as well get some use out of them, though. They\'re the only thing we have on hand capable of destroying the power core.','','$B$BI can\'t stand to see explosives go to waste and it\'ll set our enemies back for sure.','Have you disabled the power source for their runeforges?','Return to Raegar Breakbrow at Prospector\'s Point in Grizzly Hills.',27075,0,0,0,1,0,0,0,0,0,0,36935,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dun Argol Power Core Destroyed','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12155,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,36876,1,0,4608,1,0,0,0,0,34077,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smash the Pumpkin','Give the Scorched Holy Symbol to the Masked Orphan Matron.','This large jack-o\'-lantern rests in the middle of the village. It eyes those who look upon it, betraying a dark menace within.$B$BSmashing the pumpking reveals an old, scorched holy symbol.','','You found this inside the Headless Horseman\'s jack-o-lantern? It is an old symbol of the Light. If must have been the Horseman\'s, before he was cursed and turned into the monster he is today. Thank you, $N. This symbol deserves to be with paladins. I will make sure they get it.$B$BOh, and I almost forgot! You have a secret admirer...$B$BOne of the children wanted you to have this. She was too shy to give it to you herself.','Yes, $N?','Return to Masked Orphan Matron.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36876,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12156,2,74,72,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECAED','Escort the Alliance Envoy to the town of Silverbrook. Report to Lieutenant Dumont at the Amberpine Lodge when you\'ve completed this task.','I was meant to set off for Silverbrook, northwest of here, about an hour ago. My military escort appears to be running late.$B$BI\'ll be damned if this diplomatic mission gets sidetracked because some new recruit overslept.$B$BWe\'re negotiating a deal with the locals and timeliness is essential. What do you say? If you come with me, you\'ll be well compensated for your troubles.','',NULL,NULL,'Return to Lieutenant Dumont in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12157,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12171,2,0,12300,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Courier','Speak to Courier Lanson at Star\'s Rest in Dragonblight.','We\'re lucky we made it this far, $N. We were ambushed by Scourge as soon as we landed.$B$BOne of our men turned out to be a spy for the Cult of the Damned. Thassarian appears to have more evidence of cultist infiltration. Apparently it goes all the way to the top.$B$BI\'ve sent one of my best couriers to our outpost in western Dragonblight, but he has not yet returned. I fear he may have fallen to the Scourge. Will you go to Dragonblight and search for him? Courier Lanson is his name.$B','','As I crossed the bridge into Dragonblight a small group of Anub\'ar ambushed me! I was surrounded! Those monsters knew I was coming. I barely made it out of there with my flesh intact. This list I hold must be taken to Wintergarde Keep, but I am too badly injured to make the journey.',NULL,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,12340), (12158,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12109,0,0,12159,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Hollowstone Mine','Look for clues inside Hollowstone Mine northwest of the Westfall Brigade Encampment.','I\'ve been meaning to send some of our lads to check out Hollowstone Mine. Haven\'t had a chance to yet -- we\'ve had our hands full between the Horde on the west and the iron dwarves to the east.$B$BIf Dumont sent you, though, the least I can do is point you in the right direction.$B$BYou\'ll find the mine entrance to the northwest, not far from here. See if you think operations there can be salvaged. We sure could use the additional resources until our mine in Farshire is operational again. ','','You\'ve come to help me, haven\'t you!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12159,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12158,0,0,12160,5,59000,125700,0,0,0,0,0,0,37932,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38735,39034,39064,39099,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Souls at Unrest','Petrov at Hollowstone Mine wants you to use the Miner\'s Lantern to burn the corpses of 8 Hollowstone Miners.','$B$BMy comrades... we must put their souls to rest! I kill them and kill them but.. they just come back!$B$BI\'ve had an idea for a while but I just don\'t have the heart to do it myself.$B$BMaybe you can do this for me? Take this lantern and use its oil to burn their remains so they never get up again.$B$BI\'ll answer your questions later. Help my friends first!','','Rest in peace friends! Do not worry -- I will tell everyone that we never gave up!','Have you put my friends to rest yet, $N?','Return to Petrov at the Hollowstone Mine in Grizzly Hills.',27561,0,0,0,8,0,0,0,0,37932,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Miner at Rest','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12160,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12159,0,0,0,2,0,31500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Name from the Past','Return to Captain Gryan Stoutmantle at the Westfall Brigade Encampment.','It worked! It worked! My comrades can finally enjoy their well-earned rest...$B$BI\'ll stay here and finish the job. We Hollowstone miners always finish the job -- we never give up!$B$BThat\'s why Arugal made an example of us. We wouldn\'t fall in line, you see? We wouldn\'t join his wolfcult!','','Curse our luck. We find the one functioning mine this side of the hills and it\'s full of Scourge.$B$BNo offense, friend. But that survivor you found sounds like he\'s been a little traumatized due to losing his friends. Arugal\'s been dead for years... I even saw his grave once.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12161,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12328,12161,12328,2,0,31500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Ruuna the Blind','Speak to Ruuna the Blind at Ruuna\'s Camp near Vordrassil Pass.','Hey there. I overheard what you were saying to the captain and I just want you to know... things aren\'t that simple in Northrend.$B$BJust because someone\'s dead it doesn\'t mean they\'re out of the picture.$B$BSouthwest of here, near Vordrassil Pass, lives a blind woman who goes by the name Ruuna the Blind. They say she speaks to the dead and has visions of the past and future.$B$BI haven\'t heard your whole story but it sounds like she\'d be right up your alley.','','You seek knowledge beyond your reach so you\'ve come to me. I must warn you, stranger, the answers I provide might not be to your liking.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12162,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Solstice Village','','','',NULL,NULL,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,12340), (12163,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Evil Below','','','',NULL,NULL,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,12340), (12164,2,75,73,0,394,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,12411,0,0,0,7,177000,188700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39170,39171,39169,39168,39172,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,'Hour of the Worg','Sasha at the White Pine Trading Post wants you to go to Bloodmoon Isle and slay Selas, Varlam, Goremaw and the Shade of Arugal.','It is time, then, $N. Arugal must be defeated.$B$BGet a couple of people you can trust and head for Bloodmoon Isle. It\'s just off the coast, east of here.$B$BWe\'ll hit them fast. Take out Arugal\'s lieutenants -- I\'ll catch up with you when it\'s time to take out the monster himself.','','We got him good, $N. But not good enough.$B$BOne thing\'s for sure... we won\'t be seeing him around these parts any longer.','It\'s good to see you, $N.','Return to Sasha at White Pine Trading Post in Grizzly Hills.',27579,27580,27578,27018,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','Shade of Arugal defeated',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12165,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12195,0,0,12196,5,59000,125700,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Intriguing Plan','Bring the completed War Golem Blueprints to Prospector Rokar at Camp Oneqwah.','Prospector Rokar has decided to help us. He\'s concocted a plan to use the iron dwarves\' strength against them.$B$BI must admit, our new \'friend\' is more insightful than I\'d given him credit for. He\'s correct in that our numbers are too few for a direct attack.$B$BTravel to Dun Argol, in the snowy regions to the southeast, and capture all the parts of their war golem blueprints from the iron rune-smiths there. Bring the assembled blueprint to Rokar and we\'ll see if his plan has any merit.','','So Tormak\'s going to go ahead with the plan? I suppose he wouldn\'t have sent you if he didn\'t.$B$BOh, bother... Now how am I going to figure out how to put this together under all this pressure?','Do... do you have those blueprints I asked for?','Return to Prospector Rokar at Camp Oneqwah in Grizzly Hills.',0,0,0,0,0,0,0,0,0,36849,36850,36851,0,1,1,1,36848,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12166,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12167,5,50000,48600,0,0,0,0,0,0,36956,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Liquid Fire of Elune','Warden Jodi Moonsong at Stars\' Rest has asked you to use the Liquid Fire of Elune to cleanse the corpses of 6 Blighted Elk and 6 Rabid Grizzlies.','$R will you assist me?$B$BThe Scourge have moved into Icemist to the north. Wherever they go, they spread their taint, and the creatures of the land suffer.$B$BTake this vial, which is filled with the liquid fire of Elune from the moonwell. Please, use the liquid to cleanse the corpses of the blighted wildlife that you find.','','We have done what we can for the creatures of the land. Now we must take direct action against those that have caused this!','It is a shame that we cannot heal the bears and elk that have fallen victim to the Scourge presence.$B$BAt least we can prevent the taint from spreading further.','Return to Warden Jodi Moonsong at Stars\' Rest in Dragonblight.',27111,27112,0,0,6,6,0,0,36956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blighted Elk\'s corpse cleansed','Rabid Grizzly\'s corpse cleansed','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12167,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12166,0,0,0,5,50000,48600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kill the Cultists','Collect 5 Functional Cultist Suits for Warden Jodi Moonsong at Stars\' Rest.','The Anub\'ar cultists are indirectly responsible for the plaguing of the beasts, and we must put an end to it!$B$BThe fumes that emit from the cultists\' suits seep into everything they come near, poisoning and corrupting their surroundings.$B$BYou must go north to Icemist Village and slay them. Bring back any of their suits that survive your assault and I will see to it that they are properly disposed of.','','Well done.$B$BI will dispose of these filthy garments by cleansing them in the moonwell and destroying them through the power of the goddess!','The cultists are a blight upon creation!','Return to Warden Jodi Moonsong at Stars\' Rest in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36957,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12168,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12169,1,0,4950,0,0,0,0,0,0,36958,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Favor of Zangus','Deliver the Favor of Zangus to Warden Jodi Moonsong at Stars\' Rest.','An inscription on the back of the favor reads,$B$B\"To my favorite pupil,$B$BIf you continue to show promise, I will teach you wonders beyond your imaginings.$B$BIf you do not, I will have you destroyed!$B$BAs ever,$B$BHigh Cultist Zangus\"$B$BNo doubt the warden at Stars\' Rest will want to see this.','','So, the leader of the cultists has revealed himself. We have a name.$B$BVanity and pride will be his downfall!','I sense something foul is near.$B$BIt is upon your person! What is it, $N?','Return to Warden Jodi Moonsong at Stars\' Rest in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36958,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,5,0,0,0,0,0,0,12340), (12169,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12168,0,0,0,6,100000,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37961,38003,38045,38107,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The High Cultist','Warden Jodi Moonsong at Stars\' Rest has asked you to slay High Cultist Zangus.','I have dreamed of Zangus before but without the context that you have discovered, I knew not what it meant. You have brought clarity to the vision that the goddess has bestowed upon me, and now I know that he can be found within the Pit of Narjun to the north.$B$BYou know your target, $N. If there\'s to be an end to the suffering of the land, the high cultist must die!','','With the high cultist destroyed, the rest of his forces can be mopped up and the land and its creatures will recover.$B$BThank you, $N. May the goddess illuminate your path.','I sense that High Cultist Zangus yet lives.$B$BIs there something wrong, $N? Perhaps you need to rest first?','Return to Warden Jodi Moonsong at Stars\' Rest in Dragonblight.',26655,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,12340), (12170,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackriver Brawl','Raider Captain Kronn wants you to slay 10 Alliance units or players at the Blackriver Logging Camp.','The Venture Company abandoned operations shortly after we showed up. Clearly they were afraid of what we were going to do to their greedy little hides.$B$BWith them gone, their logging camps are up for grabs. Our war machine is a hungry beast... without renewing our supplies we won\'t make it to Icecrown.$B$BUnfortunately the Alliance seems to have the same idea and we must make sure we\'re the ones that prevail. Head into the logging camp and help us fight the Alliance scum.','','Well done, $N. Our control over the logging camp might not be complete yet, but thanks to you we\'re one step closer to smashing these Alliance worms.','Have you slain the Alliance dogs? Victory must be ours!','Return to Raider Captain Kronn in Grizzly Hills.',27121,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance in Blackriver slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12171,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,12171,12174,1,0,4950,0,0,0,0,0,0,37003,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Of Traitors and Treason','Show the Alliance Missive to Palena Silvercloud at Stars\' Rest.','The list I hold must be delivered to High Commander Halford Wyrmbane. He commands the 7th Legion, stationed at Wintergarde Keep on the eastern borders of Dragonblight.$B$BIf any of the traitors on this list are stationed at Wintergarde... it could be catastrophic.$B$BHurry, $N. Show the document to Palena Silvercloud here at Stars\' Rest and explain the nature of your mission. She will put you on her fastest hippogryph to Wintergarde!','','$B$BYou will take my fastest hippogryph, $r! This information must be delivered to High Commander Wyrmbane at once!','Hello, $r.','Return to Palena Silvercloud at Stars\' Rest in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37003,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12172,2,73,71,0,-161,0,0,0,128,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,53000,73800,53140,3578,0,0,0,0,37006,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attunement to Dalaran','The Image of Archmage Modera at Stars\' Rest has asked you to become Attuned to the Ley Lines of Northrend.','Welcome, mage.$B$BBy now you must be wondering where Dalaran is and how to get there. I will help you.$B$BBut before I can teach you how to teleport to our great city, you must attune yourself to the ley lines of Northrend. Otherwise, you risk destroying yourself in the process.$B$BTake this attunement crystal and use it in the pit under the surge needle at the Moonrest Gardens to the west. Then you will be ready to learn the spell.','','Very well. If you are ready, then so am I.','Are you attuned? You mustn\'t lie about this, $N.$B$BIf you fail to prepare yourself properly, and I teach you the spell, the first time that you cast it will be the last time anyone will ever see you!','Return to Image of Archmage Modera at Stars\' Rest in Dragonblight.',27135,0,0,0,1,0,0,0,37006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attuned to the Ley Lines of Northrend','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12173,2,73,71,0,-161,0,0,0,128,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,53000,73800,53140,3578,0,0,0,0,37006,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attunement to Dalaran','The Image of Archmage Aethas Sunreaver at Agmar\'s Hammer has asked you to become Attuned to the Ley Lines of Northrend.','Hello, mage.$B$BBy now you must be wondering where Dalaran is and how to get there. I can help you with this if you can survive a simple test.$B$BBefore I teach you how to teleport to our great city, you must attune yourself to the ley lines of Northrend. Otherwise, you will destroy yourself in the process!$B$BTake this attunement crystal and use it in the pit under the surge needle at the Moonrest Gardens to the southwest. Then you will be ready to learn what I have to teach.','','Very well. If you think you are ready, then let\'s not waste anymore of my time.',NULL,'Return to Image of Archmage Aethas Sunreaver at Agmar\'s Hammer in Dragonblight.',27135,0,0,0,1,0,0,0,37006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attuned to the Ley Lines of Northrend','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12174,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12171,0,12174,12235,1,0,4950,0,0,0,0,0,0,37003,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'High Commander Halford Wyrmbane','Deliver the Alliance Missive to High Commander Halford Wyrmbane at Wintergarde Keep in eastern Dragonblight. $B','$B$BSnowstorm will take you to Wintergarde, $N. I guarantee you that it will be the fastest flight you\'ve ever taken. Go now!$B','','$B$BDo you know where the people on this list are now? Take a look outside, near the front gate. They\'re the ones hanging from the arches.$B$BGhoul bait...','What have you got there, soldier?','Return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37003,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12175,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12176,5,56000,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38734,39033,39060,39098,0,0,1,1,1,1,0,0,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gray Worg Hides','Hidetrader Jun\'ik in Conquest Hold wants you to get 3 Gray Worg Hides from Graymist Hunters in the woods to the north.','Let me tell you something, mon. When you get put in charge of outfittin\' the armies of the Horde, you go through a lot of hides!$B$BConqueror Krenna, the she-wolf runnin\' this place, she gave me a tight deadline. If I don\'t outfit her whole regiment by week\'s end she\'s gonna have me wrestling bears in the pit.$B$BHelp me out and I\'ll pay you top price. I\'ll be needin\' hides from graymist hunters.$B$BYou\'ll find them all around in pockets to the north, hunting stag. Remember, mon. Top price!','','You\'re a life saver, $Gbrother:sister;. If you\'re interested in more work, there\'s more where that came from.','You get dose hides, mon?','Return to Hidetrader Jun\'ik at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37010,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,12340), (12176,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12175,0,0,12177,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38735,39034,39064,39099,0,0,1,1,1,1,0,0,1052,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Minor Substitution','Hidetrader Jun\'ik wants you to bring him 6 Grizzly Hides.','Krenna, she be wantin\' worg hides for all the outfits. There\'s not gonna be enough worg hides for her army, though. Not now, not ever.$B$BThose worgs -- they be skinny, mon! Here\'s what we\'re gonna do... if you can keep a secret that is.$B$BEast of Voldrune there be grizzly bears as fat as an ogre. Those large hides -- those we can use!$B$BHurry, $g brother:sister;. Krenna\'s not known for her patience.','','I\'m in your debt, mon. Take this as payment.','You get those hides, mon?','Return to Hidetrader Jun\'ik at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37020,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,12340), (12177,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12176,0,0,12178,3,0,49800,0,0,0,0,0,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,1052,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jun\'ik\'s Coverup','Bring 1 piece of Coal and 5 Simple Flour to Hidetrader Jun\'ik at Conquest Hold in Grizzly Hills.','Ah, we have a small problem. Grizzly hides... they be brown, mon!$B$BThink... think!$B$BI got it, mon! Is like this: gray is black an\' white all mixed up. You get me some coal an\' some flour, I\'ll grind it all up and dust the hides with it. No one will know the better!$B$BBlacksmiths sell coal for smeltin\' an\' you can get flour from the provisioner. ','','Hope for the best, mon.','You get the stuff, mon?','Return to Hidetrader Jun\'ik at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3857,30817,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,12340), (12178,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12177,12427,-12178,12427,3,0,49800,0,0,0,0,0,0,39665,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Delivery to Krenna','Take the Bundle of Hides to Krenna in Conquest Hold.','This is it, mon. Let\'s take these hides to Krenna and see if they pass the test.$B$BLet\'s hope for both our sakes Krenna doesn\'t notice anything.','','Just who do you take me for? These hides smell of flour!$B$BThis is a complete insult to the Horde!','Do you have any idea who you\'re talking to?','Return to Conqueror Krenna at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39665,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12179,0,65,61,0,-264,0,0,0,0,0,197,1,0,0,0,0,0,0,0,0,0,0,0,0,5,33000,6600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Specialization 1 [PH]','LOG: Complete this quest for Specialization 1.','DESCRIPTION: Complete this quest for Specialization 1.','',NULL,NULL,'Return to Jonathan LeCraft.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12180,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11993,0,0,0,5,59000,125700,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Captive Prospectors','Free Prospector Gann, Prospector Torgan, and Prospector Varana, then return to Mountaineer Kilian at Prospector\'s Point.','Raegar sent a team of prospectors into Dun Argol to search for artifacts and information about the history of the settlement. Raegar\'s team never expected Dun Argol to be this heavily populated.$B$BThey\'re being held captive while the iron dwarves prepare for war. We haven\'t the men to charge in after them, and Raegar\'s too busy fantasizing about defeating the irons to be of much help.$B$BIt falls to you, $N. Any of the irons or their servants could be carrying the keys to the cages holding our men.','','$B$BThey mentioned Kronus and a war against stone giants? You\'re certain?$B$BSo Raegar\'s instincts were right. We have to find a way to get in there and learn more about their plans.','Did you locate the missing prospectors?','Return to Mountaineer Kilian at Prospector\'s Point in Grizzly Hills.',27113,27114,27115,0,1,1,1,0,0,0,0,37013,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prospector Gann Rescued','Prospector Torgan Rescued','Prospector Varana Rescued','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12181,2,72,71,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12182,1,0,4950,0,0,0,0,0,0,37027,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Give it a Name','Show the Blight Specimen to Tobias Sarkhoff at New Agamand.$B','My, my, how long has it been? How long have we been working on this damned plague? Finally, after an eternity of failure, we are blessed with perfection. This... It doesn\'t even have a proper name yet! This blight... That\'s it, BLIGHT! This blight will tear down the very fabric of life!$B$B$B$BNow, find the bat handler, Tobias, and show him the specimen. He\'ll get you on your way to Venomspite.$B','','Uh, yea, you can go ahead and hold on to that vial, friend. I trust you.','Highly lethal poisonous gas delivery to Venomspite? Step right up!','Return to Tobias Sarkhoff at New Agamand in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37027,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12182,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12181,12188,0,12188,1,0,4950,0,0,0,0,0,0,37027,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Venomspite!','Deliver the Blight Specimen to Chief Plaguebringer Middleton at Venomspite in eastern Dragonblight.','I got a special bat all lined up for you, buddy. Fastest and smoothest ride I\'ve got. He\'ll take you right to Venomspite - in style.$B$BJust hand that vial over to Chief Plaguebringer Middleton once you land. ','','Oh joyous day! And look, just beyond the mountain to the northeast creeps a whole field of Scourge for us to obliterate!','You are the delivery $g boy:girl;?','Return to Chief Plaguebringer Middleton in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37027,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12183,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12180,0,0,12184,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Looking the Part','Bring an Overseer\'s Uniform to Mountaineer Kilian at Prospector\'s Point.','If, as Prospector Varana said, only certain irons are permitted to communicate with this Loken, it\'ll probably be the overseers who have the privilege.$B$BWe have to get you in there to see what all this is about, but it won\'t be easy. The first step will be to get a proper uniform for you.$B$BThen, we\'ll worry about doing your makeup.$B$BFind one of the overseers at Dun Argol, kill him, and bring back his uniform. If you get blood on it, you\'ll have only yourself to blame.','','$B$BThis should do. I won\'t have time to sew on a little patch with \'$N\' embroidered on it or anything, but anyone looking closely at you should be convinced that you\'re an overseer by the time we\'re done with you.','Did you get the uniform?','Return to Mountaineer Kilian at Prospector\'s Point in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37035,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (12184,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12183,0,0,12185,5,59000,125700,0,0,0,0,0,0,37045,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cultivating an Image','Use Kilian\'s Camera to record the images of 8 Iron Dwarves in Dun Argol, then return to Mountaineer Kilian at Prospector\'s Point.','Now that we\'ve got the uniform, we\'ve got to get enough information to complete your camouflage.$B$BRaegar brought along this camera to document the team\'s finds, but I have a different use in mind. I want you to take it with you to Dun Argol and use it to capture the images of iron dwarves.$B$BOf course, your models aren\'t going to be a cooperative lot, so you may have to, err... subdue them first. Bring back the camera and the images when you\'re done.','','Good, these should do. Now, to create a kit to pass you off as a convincing iron dwarf.','Did you get those snapshots?','Return to Mountaineer Kilian at Prospector\'s Point in Grizzly Hills.',26885,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,37045,0,0,0,0,0,1,0,0,0,0,0,'Iron Dwarf Images Captured','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (12185,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12184,0,0,0,5,59000,125700,0,0,0,0,0,0,37071,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38713,39017,39046,39078,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Put on Your Best Face for Loken','Disguise yourself as an Iron Rune Overseer, intercept the message from Loken, then report to Mountaineer Kilian at Prospector\'s Point.','Using the images you\'ve captured, I\'ve created everything you need for your overseer disguise kit. You\'ll make a fine iron dwarf, if I do say so myself.$B$BTake the kit with you to Dun Argol, use it to disguise yourself, then go to the easternmost building on the broad middle tier of the city.$B$BThere, you should see a pedestal where the thane and overseers receive their orders from this Loken. Activate it while disguised and learn all you can from the communication.','','Could it be that Kronus isn\'t really exaggerating? The titans\' stone and iron sons fighting against each other for control of the ancient city of Ulduar. This is madness, $N and it could destroy our only chance to learn the true history of dwarvenkind!','Did the disguise work?','Return to Mountaineer Kilian at Prospector\'s Point in Grizzly Hills.',27212,0,0,0,1,0,0,0,0,0,37071,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message from Loken received','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Winner','','','',NULL,NULL,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,12340), (12187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Participant','','','',NULL,NULL,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,12340), (12188,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12200,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37963,38005,38047,38109,0,0,1,1,1,1,0,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forsaken Blight and You: How Not to Die','Chief Plaguebringer Middleton at Venomspite in Dragonblight wants you to bring him 10 Ectoplasmic Residue.','The details behind the functionality of the blight are hardly important. All you need to know is that it does the job it was designed to do. I have managed to synthesize a strain of the blight that is inert.$B$B$B$BSee, my body is still, mostly, intact. Now mix this with a reactive agent and we\'d all be turned to shapeless piles of goo.$B$BOn the beach south of here you will find pathetic specters of Alliance soldiers past. Slay them and bring me ectoplasmic residue.','','This will do nicely, $N. Did those pathetic whelps put up a fight or did they just shower you with ghostly tears of sorrow?$B$BAh, they get so emotional...','The residue will be used as the reactive agent to activate the blight!','Return to Chief Plaguebringer Middleton at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37121,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12189,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12188,0,12188,2,0,12300,0,0,0,0,0,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,1067,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imbeciles Abound!','Travel to Venomspite in Dragonblight and speak with Chief Plaguebringer Middleton.$B','The shipment from New Agamand was to arrive at Venomspite last week and then be delivered to me after some simple field tests. It is a Horde imperative - the last piece of the \"victory puzzle.\"$B$B$B$BIt is quite disheartening to know that you are surrounded by imbeciles and incompetent boobs!$B$BYou must travel to Venomspite, near the eastern border of Dragonblight. Find that buffoon, Middleton, and let him know that I am waiting on the package.','','We ran into a little - MINOR - problem. Everyone that tried handling the blight vaporized. We\'re working on adjusting the formula a tad so it doesn\'t instantly kill you for looking at it sideways. The good news is that I think I\'ve almost got it!',NULL,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,12340), (12190,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12483,0,0,0,5,56000,99600,0,0,0,0,0,0,38144,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Say Hello to My Little Friend','Prigmon wants you to bring Harkor\'s Ingredients to Harkor at Harkor\'s Camp.','Harkor\'s gunna drop a gold brick when he sees these choice ingredients. All that be left is gettin\' them to him.$b$bHe\'s camped out on the eastern coast near dem haunted ruins - Drakil\'jin, dey be called.$b$bYou\'ll likely be makin\' it there before I can finish up with these corpses... unless, ya think you\'d rather try your hand at embalming?','','Well now! Good ol\' Prigmon sent ya did he?$b$bThis should make fer some mighty fine eatin\'. Needs just a couple things...','What can I do fer ya?','Seek out Harkor at Harkor\'s Camp in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38144,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,500,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (12191,2,-1,1,0,-370,0,0,0,0,690,0,0,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,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,'Chug and Chuck!','Use the Complimentary Brewfest Sampler to hit S.T.O.U.T. 5 times, then talk to Bizzle Quicklift.','Those pesky Dark Irons are back! We need to make sure that you can defend yourself if needed. More importantly, we need to know that you can defend our property!$b$bS.T.O.U.T. here is ready for action, are you? Drink from the Complimentary Brewfest Samplers then throw the mug at S.T.O.U.T.! Hit the target 5 times then talk to me.','','Wow... S.T.O.U.T. didn\'t break... Hmm... Who would have guessed?$b$bI mean, hey, you did it! Your aim is true, or at least true enough to help guard the camp. I think you\'re ready now to take on the Dark Irons if they show up again.','Chug from the mug, then chuck the mug at S.T.O.U.T. I think he can withstand the pounding. I wouldn\'t have stol.. er... built him if he couldn\'t!','Return to Bizzle Quicklift in Durotar.',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,0,'S.T.O.U.T. Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12192,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4096,1,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,'This One Time, When I Was Drunk...','Talk to Bizzle Quicklift in the Brewfest camp.','The Dark Irons took a beating! As they rushed back to the Grim Guzzler, a portion of their transport fell off. More importantly, you managed to keep the camp safe... today.$b$bHead over to Bizzle and explain your heroic triumph over the Dark Iron dwarves.','','So you managed to stop the Dark Irons... While drunk too? That, $c, is truly the spirit of Brewfest! I guess in keeping with the spirit of Brewfest you want your prize tokens.$B$BThanks for your help, $N. Enjoy the rest of Brewfest.',NULL,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,12340), (12193,2,-1,1,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,11318,0,0,0,0,0,0,0,0,0,0,0,0,33955,1,0,0,0,0,0,0,0,33016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Say, There Wouldn\'t Happen to be a Souvenir This Year, Would There?','Redeem the Brewfest Stein Voucher with Belbi Quikswitch in the Brewfest camp.','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.','','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?','Return to Belbi Quikswitch in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12194,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,33955,1,0,0,0,0,0,0,0,33016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Say, There Wouldn\'t Happen to be a Souvenir This Year, Would There?','Redeem the Brewfest Stein Voucher with Blix Fixwidget in the back of the Brewfest camp.','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.','','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?','Return to Blix Fixwidget in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12195,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12165,5,59000,125700,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Unexpected \'Guest\'','Bring 5 Mature Stag Horns to Tormak the Scarred at Camp Oneqwah.','A recent hunting expedition brought back more than just game.$B$BThey encountered a wounded dwarf fleeing the iron dwarf stronghold of Dun Argol. He may have information we can use to strike at our ancient enemy, but before he\'s of any use to us, we must bring down his fever.$B$BThe horns of the silvercoat stags, who roam the nearby forest, have long been used to make healing poultices. If you can bring enough of the horns to me, we\'ll see if the poultice can bring our \'guest\' around.','','These should serve. Now, let\'s see if it works.','Did you bring the horns?','Return to Tormak the Scarred at Camp Oneqwah in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37104,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12196,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12195,0,0,12197,5,59000,125700,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'From the Ground Up','Bring 8 War Golem Parts to Prospector Rokar at Camp Oneqwah.','We don\'t have enough time for me to forge the parts myself, but the foundries over at Dun Argol, to the southeast, are working day and night to churn out golem parts.$B$BI think you should go back there and pick up enough of them for me to make a golem from this blueprint.$B$BThey\'re probably scattered around any of the buildings where the iron rune-smiths are working.$B$BPlease hurry, $N. That Tormak looks like he\'s just waiting for an excuse to carry out his threat!','','$B$BOh, thank the Light. He was threatening not to feed me until you returned. Let\'s sort through this pile of parts and see what we can make.','D-did you b-b-bring those golem parts?','Return to Prospector Rokar at Camp Oneqwah in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36852,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,12340), (12197,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12196,0,0,12198,5,59000,125700,0,0,0,0,0,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,1064,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'We Have the Power','Bring Durar\'s Power Cell and Kathorn\'s Power Cell to Prospector Rokar at Camp Oneqwah.','Well, we\'ve got the shell of a golem, but that\'s not good enough for Tormak. He doesn\'t realize that these things don\'t just come together and miraculously start working! We\'re going to need power cells to animate it.$B$BWhen I was in Dun Argol, I noticed that Rune-Smith Durar and Rune-Smith Kathorn were the ones who manufactured the cells. We\'ll need one from each to power our golem.$B$BYou should be able to find each rune-smith in his workshop on the central level of Dun Argol.','','$B$BThese are low, but they\'ll be enough to start up the golem. He\'s nowhere near ready for battle, though.','Do you have those power cells?','Return to Prospector Rokar at Camp Oneqwah in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,36857,36858,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12198,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12197,0,0,12199,5,59000,125700,0,0,0,0,0,0,36936,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'... Or Maybe We Don\'t','Charge your War Golem with the energy from 10 Lightning Sentries and return to Prospector Rokar at Camp Oneqwah.','The golem\'s cells have just enough power to run it at the lowest levels, but it can\'t power any of its combat systems.$B$BThe good news is that the perimeter of Dun Argol is patrolled by lightning sentries. We should be able to use their power to charge up the golem\'s weapon systems.$B$BBring the golem with you, take it close to them, it will absorb the power as the sentries die.','','Well, now Tormak can\'t complain anymore. This baby\'s as ready as I can make it.$B$BAfter you tear your way through Dun Argol with it, that overgrown cow\'ll have to release me.',NULL,'Return to Prospector Rokar at Camp Oneqwah in Grizzly Hills.',27017,0,0,0,10,0,0,0,0,0,0,36936,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Charge Level','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12199,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12198,0,0,0,6,118000,157200,0,0,0,0,0,0,36865,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38711,39015,39044,39076,0,0,1,1,1,1,0,0,1064,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bringing Down the Iron Thane','Using the abilities of your War Golem, defeat Iron Thane Furyhammer, then return to Tormak the Scarred at Camp Oneqwah.','Now that the golem is fully charged, it can be used against the leader at Dun Argol.$B$BWhen I observed Iron Thane Furyhammer, he was always guarded by a personal golem that shielded him from all harm.$B$BThat construct called The Anvil, can be disrupted, causing him to drop the shield. Use your golem\'s EMP ability to do just that. You\'ll be able to activate and take control of your golem inside Dun Argol.$B$BThe thane is in the main plant at the top and supervises production from the bottom level.','','So the prospector made good on his promises? Good. I was beginning to wonder if all of this scrounging for bits of metal and stealing building materials would amount to anything.$B$BIt\'s a shame he\'s of no further use to us.','Please tell me it worked...','Return to Tormak the Scarred at Camp Oneqwah in Grizzly Hills.',26405,0,0,0,1,0,0,0,0,0,36865,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12200,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12188,0,0,12218,5,0,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emerald Dragon Tears','Chief Plaguebringer Middleton at Venomspite in Dragonblight wants you to collect 8 Emerald Dragon Tears.','With an inert specimen of the blight compound complete and the activating agent in hand there only remains a need for a suitable shell to house the components.$B$BSouthwest of here, on the shores of central Dragonblight, is where you will find the Emerald Dragonshrine. Within the shrine you will find the hardened remnants of a green dragon\'s tear drop. I don\'t know the whole story, but apparently they cry a lot right before they die. Go figure.$B$BGo to the Emerald Dragonshrine and gather tears.','','I do believe that the blight is now ready for a field test. Fortuitously, the dread citadel, Naxxramas, is laying siege to Wintergarde Keep. From beneath the very earth that Wintergarde was built upon rise the living dead, eager to do the bidding of Kel\'Thuzad.$B$BThe Alliance are, of course, outmanned and outgunned. The people laid to rest in the Wintergarde Mausoleum awaken, hungering for flesh!$B$BPerhaps we shall give them a taste of the blight, yes?','Fortunate it is that we have a location nearby holding a surplus of emerald dragon tears. I would have had to send you to Feralas otherwise.','Return to Chief Plaguebringer Middleton at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37124,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,12340), (12201,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12204,0,0,12202,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Overseer\'s Shadow','Bring an Overseer\'s Uniform to Scout Vor\'takh at Camp Oneqwah.','It sounds like this Loken is the mastermind behind the sudden preparations for war on the part of the iron dwarves.$B$BOnly the highest ranking irons are likely to have access to him, so we\'ll have to make you into an overseer to find out what\'s going on in there.$B$BI have a plan, for that, but we\'ll need some supplies.$B$BFind one of the iron rune overseers at Dun Argol, to the southeast, kill him, and bring back his uniform. ','','This should work, but there\'s still the matter of the rest of your disguise. Even those dimwitted metal dwarves will recognize an impostor with a stolen suit.','Did you get the uniform?','Return to Scout Vor\'takh at Camp Oneqwah in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37035,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12202,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12201,0,0,12203,5,59000,125700,0,0,0,0,0,0,37125,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cultivating an Image','Use Rokar\'s Camera to record the images of 8 Iron Dwarves in Dun Argol, then return to Scout Vor\'takh at Camp Oneqwah.','Now we have to finish the job of making you as repulsive as those iron dwarves.$B$BThe best way to do that is to base your disguise on the ugly mugs of real iron dwarves.$B$BWhen Tormak\'s hunting party discovered that wayward prospector, they took the camera he carried. Now, I suppose, we\'ll get the chance to use it.$B$BTake it with you to Dun Argol, kill some iron dwarves, and record their likenesses in this device. Bring it back once you have enough examples.','','These should serve. By Garrosh, these creatures are ugly.','Did you get those snapshots?','Return to Scout Vor\'takh at Camp Oneqwah in Grizzly Hills.',26885,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,37125,0,0,0,0,0,1,0,0,0,0,0,'Iron Dwarf Images Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12203,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12202,0,0,0,5,59000,125700,0,0,0,0,0,0,37071,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loken\'s Orders','Disguise yourself as an Iron Rune Overseer, intercept the message from Loken, then report to Scout Vor\'takh at Camp Oneqwah.','I\'ve created everything else you\'ll need for your overseer disguise kit. Try not to retch when you put it on. I took pains to make it as true to reality as possible.$B$BTake the kit with you southeast to Dun Argol, use it to disguise yourself, then go to the easternmost building on the broad middle tier of the city.$B$BThere, you should see a pedestal where the thane and overseers receive their orders from this Loken. Activate it while disguised and learn all you can from the communication.','','So he means to foment civil war between the factions of the titans\' creation? Why does this titan city of Ulduar mean so much to him? I suppose this is what Kurun and his giants are hoping to prevent.$B$BWell, I doubt we\'re in a position to keep the giants from fighting each other, but we can find a way to use this to our advantage. I must inform our leaders at once.','What did you learn of Loken?','Return to Scout Vor\'takh at Camp Oneqwah in Grizzly Hills.',27212,0,0,0,1,0,0,0,0,0,37071,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Message from Loken received','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12204,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12201,4,46000,94200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'In the Name of Loken','Speak with Hugh Glass and Gavrock about Loken, then report your findings to Scout Vor\'takh at Camp Oneqeah.','The iron dwarves stand as one of the fiercest and most coordinated foes in Northrend. Wherever we have traveled, they have battled us with the name of Loken on their lips.$B$BWe must learn who this Loken is and what he seeks. The locals may be of help.$B$BTo the northeast, at the Redwood Trading Post, a human named Hugh Glass peddles his wares. Further east, at the Ruins of Tethys, you\'ll find a stone giant named Gavrock. Ask them about this Loken. They\'ve got to know something of use.','','So he is the mastermind behind the iron dwarves? We must find out what he has been ordering the iron dwarves of Dun Argol to do.','What did you find?','Return to Scout Vor\'takh at Camp Oneqwah in Grizzly Hills.',26484,26420,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hugh Glass Questioned','Gavrock Questioned','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12205,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: The Scarlet Onslaught','Kill 20 members of the Scarlet Onslaught and report to High Executor Wroth at Venomspite.','By order of High Executor Wroth all members of the illegal organization known as the Scarlet Onslaught are to be put to death immediately.$B$BNo quarter is to be offered, and those proceeding to action upon this decree should be aware that any who are captured by the humans will be left to die, or worse!$B$BIn the High Executor\'s words, \"Paint the snow red with their blood!\"','','Very well done, $r. I trust that you were cleverly vicious in your slaying?$B$BLet\'s see, how much I can offer you from the coffins... er, excuse me, coffers?','Are you here to waste my time, $Gboy:girl;, or did you fulfill my vendetta against the Scarlet Onslaught?','Return to High Executor Wroth at Venomspite in Dragonblight.',27203,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,'Members of the Scarlet Onslaught slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12206,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5000,4950,0,0,0,0,0,0,37129,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blighted Last Rites','Apothecary Vicky Levine at Venomspite has asked you to test the Flask of Blight upon the Scarlet Onslaught Prisoner.','Have you read the wanted poster? What is the high executor thinking?!$B$B$B$BWe can\'t very well have those Scarlet Onslaught idiots being raised by their priests, or worse, rising as the Scourge, now can we?$B$BNo, I\'m in total agreement with you, we have to do something about the corpses.$B$BI have just the thing. Take this blight that we just created and test it on the prisoner in the cage right here.$B$BNo muss, no fuss, no returning enemies.','','WHAT?! That\'s impossible! We\'ve perfected the blight. It has a one-hundred percent lethality.$B$B$B$BThis is just really odd. Hand me that flask, $c. I\'m not going to be known as the apothecary that ruined everything!','Did you do it?$B$BHey, I forgot to tell you that you probably shouldn\'t let any of that stuff get on you! It\'s nasty, and you\'ll never get the stains out, let alone have a hell of a time healing the bubbled-away fleshy bits.','Return to Apothecary Vicky Levine at Venomspite in Dragonblight.',27253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flask of Blight tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12207,2,74,72,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12413,0,0,0,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38719,39023,39052,39090,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vordrassil\'s Fall','Windseer Grayhorn in Conquest Hold wants you to go to Vordrassil\'s Limb, Vordrassil\'s Heart or Vordrassil\'s Tears and obtain 6 Slime Samples from the Entropic Oozes.','Long ago, powerful druids planted a tree to the northeast of here.$B$BIt was called Vordrassil and it was to be a world tree. It is not known why, but after the tree was fully grown, the druids decided it needed to be destroyed.$B$BEver since we arrived here, the earth has spoken to me, $N. Its cries of pain come from the places where Vordrassil\'s remains fell on the ground.$B$BCorrupting ooze roams those places. Bring me samples of it so we may begin to heal the land.','','This slime is foul with a darkness far more ancient than their worldly forms would indicate. The land itself has a memory of this evil for as long as it has existed.$B$BWe must find out more, $N.','Have you obtained the samples, $N?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37199,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,12340), (12208,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,11984,12208,11984,2,14400,24900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Good Troll Hunting','Sergeant Thurkin told you to speak to Samir at Granite Springs.','Good for nothing wretches!$b$bThey could have had it easy. We extended our hand in peace. All they had to do was give us passage through Drak\'Tharon and we\'d have let them be.$b$bBut no, the prideful little ice trolls decided that they wanted it rough. Now they\'ll be destroyed and we\'ll pass through their precious keep to Zul\'Drak anyway.$b$bWe\'ve contracted a gang to deliver us captured trolls. Talk to Samir if you want in on the action. You can find him to the northwest of here, due south of Zeb\'Halek.','','Here to get in on the bounty action, eh?',NULL,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,12340), (12209,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Materiel Plunder','Quartermaster Bartlett at Venomspite has asked you to steal 8 Scarlet Onslaught Armor and 8 Scarlet Onslaught Weapons.','Ah good, new meat. Do you wish to prove yourself, new meat?$B$BThe Scarlet Onslaught, the most zealous and racist of the Scarlet Crusade, are in our backyard to the south. If we\'re going to fight them, we\'ll need more armor and weapons than I can make in such a short time.$B$BWhy don\'t we take theirs?$B$BMore to the point, why don\'t YOU take theirs?','','You do not smell so fresh now, new meat.$B$BVery well, all of this will do. By what name might I call you, $c?','I\'ll take what armor and weapons you can steal for me, new meat.$B$BThough they\'ll be of inferior quality to what I can make here, it\'s better than nothing.','Return to Quartermaster Bartlett at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37136,37137,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,12340), (12210,2,73,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,11984,12210,11984,4,41000,55500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Troll Season!','Lieutenant Dumont at Amberpine Lodge wants you to speak to Samir at Granite Springs.','You, $r! No sense standing around here when there\'s work to be done!$b$bDrak\'Theron Keep is the most direct route to Zul\'Drak. We MUST capture it to ensure safe passage for the Alliance. But until we get the numbers to make an assault, we\'ll have to content ourselves in thinning out the ice trolls and collecting intel.$b$bTo that end, we\'ve conscripted a gang of thugs to capture and deliver live trolls for interrogation. Travel northwest and speak with Samir at Granite Springs. He\'ll direct you further.','','Here to get in on the bounty action, eh?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (12211,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,37187,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37971,38014,38057,38118,0,0,1,1,1,1,0,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let Them Not Rise!','Apothecary Vicky Levine at Venomspite has asked you to use her Container of Rats to pick clean the corpses of 15 Scarlet Onslaught members at New Hearthglen.','I don\'t understand it. The blight should have worked!$B$BNo sense worrying about it now.$B$B$B$BThough it doesn\'t work on the Onslaught for some strange reason, we still need to keep their priests from raising them.$B$BI have another idea, one that their corpses shouldn\'t have any protection from.$B$B$N, take a container of my rats and unleash them upon any Onslaught corpses you come across at New Hearthglen. I starve the vermin, so they should be voracious!','','Oh good! For a moment I thought I was going to have to test the rats out on someone to make sure that they weren\'t defective.$B$BProgress, finally!','Well? Success I assume?$B$BDon\'t tell me that they have some kind of protection against being eaten by rats?!','Return to Apothecary Vicky Levine at Venomspite in Dragonblight.',27280,0,0,0,15,0,0,0,37187,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Onslaught corpses picked clean','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12212,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12216,5,56000,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Replenishing the Storehouse','Master Woodsman Anderhol at Amberpine Lodge wants you to kill Tallhorn Stag and collect 8 Succulent Venison.','G\'day, $c.$b$bThe good lieutenant here says that there\'s been a Horde raid on our storehouse that\'s left our food supply dangerously low.$b$bNo doubt we\'ll make those cretins pay, but first we need to focus our attention on restocking. My men are doing all they can, but we\'re going to need every able body to contribute if we\'re to avert a crisis.$b$bYou should have no trouble harvesting venison from the local stag in these parts. Happy hunting!','','These are some choice pieces of meat! ','How goes the hunt, $r?','Return to Master Woodsman Anderhol at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37185,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,12340), (12213,2,74,72,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12413,0,0,0,5,0,99600,0,0,0,0,0,0,37173,1,0,128,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Darkness Beneath','Windseer Grayhorn in Conquest Hold wants you to go to Vordrassil\'s Heart, Vordrassil\'s Tears and Vordrassil\'s Limb and use the Geomancer\'s Orb in the depths beneath the surface.','Something... dark... happened to the tree Vordrassil. After the druids decided to destroy it, its hollow remains grew roots deep into the ground.$B$BI want you to go to the three locations to the northeast where the tree\'s trunk shattered and go as far beneath the ground as you can.$B$BUse this orb once you get there to get an imprint of the energy surrounding the area. This might shed some light on what happened to Vordrassil and why it failed to become a world tree.','','This orb... it has been tainted by... a purely evil force.$B$BWhatever else I might learn from studying this energy, one thing is certain. I must destroy this orb as soon as possible. Its corrupting force is just too strong.','Have you done what I asked of you, $N?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',27263,27264,27265,0,1,1,1,0,0,0,0,37173,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orb used beneath Vordrassil\'s Heart.','Orb used beneath Vordrassil\'s Limb.','Orb used beneath Vordrassil\'s Tears.','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12214,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,48803,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh Remounts','Hansel Bauer at Venomspite has asked you to steal 3 Onslaught Warhorses and deliver them to him, handing over the reins when you do so.','Hello. I am Hansel. Pleased to meet you, $g sir : ma\'am;.$B$BThe high executor came to me and said, \'Hansel, I want you to get us new mounts.\'$B$BWhere does he think dreadsteeds come from? The ground?$B$B Actually, they do if you can find a horse graveyard.$B$BBut we don\'t have one of those, so what we need you to do is go south to New Hearthglen, kill the knights, take their riding crops, and steal their warhorses.$B$BRide the horse back to me here and hand over the reins, if you would.','','Ah, nothing makes me happier than a job well done.$B$BYou\'ve done Venomspite a great service in acquiring these horses, $c.','I\'m sure glad that you came around. I was afraid that I was going to have to go down there and rustle them up myself.','Return to Hansel Bauer at Venomspite in Dragonblight.',27296,0,0,0,3,0,0,0,0,37202,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Onslaught Warhorse reins handed over','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12215,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12217,4,44000,74700,0,0,0,0,0,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,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Them or Us!','Anderhol at Amberpine Lodge wants you to find and kill 6 Graymist Hunters in Grizzly Hills.','As if we didn\'t have enough to concern ourselves with....$b$bWith the present food crisis, we find ourselves competing for food with the local worgs. The situation is becoming more dire, and I fear that if we don\'t address the issue immediately we\'ll soon find ourselves with nothing to hunt.$b$bScour the forest, $r. Kill any graymist you find. Recent reports have sighted a concentration of them on the other side of the river west of here.','','Good work, $c.$b$bThis should help ensure that the wildlife in these parts ends up where it should - roasting over our fires.','A few less worgs hunting these forests, I trust?','Return to Master Woodsman Anderhol at Amberpine Lodge in Grizzly Hills.',26592,0,0,0,6,0,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,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12216,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12212,0,0,0,5,56000,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Take Their Rear!','Anderhol at Amberpine Lodge wants you to collect 8 Grizzly Flanks from the Grizzly Bears in Grizzly Hills.','We\'ve all been working hard and it\'s beginning to pay off, but we\'re still far from our goal. We need much more meat than we have and it\'s growing clear that the local stag population won\'t be enough by itself.$b$bI\'m afraid we need you to turn your attention to more dangerous prey - the grizzlies that give this region its name. They\'re plentiful, and they\'re well fed from the abundant fish that swim in these streams.$b$bBe safe, $c!','','Outstanding!$b$bOur stores are nearly replenished now. You\'ve done your part, $n.','The mighty $c has returned!','Return to Master Woodsman Anderhol at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37200,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,12340), (12217,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12215,0,0,0,5,56000,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eagle Eyes','Anderhol in Amberpine Lodge wants you to kill 5 Imperial Eagles and then report back to him.','Well, $n, we\'ve determined how the Horde was able to locate our hidden stores of food.$b$bIt turns out that they were binding their sight to the unsuspecting eagles that soar above the trees here. Using eagle vision, they were able to effectively spy on our every action.$b$bBy order of the lieutenant, we\'ve got to hunt down these majestic birds in order to thwart our enemy.','','A somber task, I know. But we can rest easier now knowing the enemy\'s eyes are no longer upon us.','Have you completed your task, $c?','Return to Master Woodsman Anderhol at Amberpine Lodge in Grizzly Hills.',26369,0,0,0,5,0,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,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12218,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12200,0,0,12221,5,0,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spread the Good Word','Chief Plaguebringer Middleton at Venomspite in Dragonblight wants you to use the Forsaken Blight Spreader\'s Blight Bomb to destroy 30 Hungering Dead on the outskirts of the Carrion Fields.','Before I can ship you off to Doctor Malefious with the good news, you will have to run a simple field test of the blight with the modifications I have made.$B$BThe hungering dead stream out from what remains of Old Wintergarde. Commandeer a vehicle from the east gate and drive it northeast through Vengeance Pass until you reach the twin towers at the southeastern edge of Wintergarde. Drop the blight bomb on the undead that cover the area. Report back to me with the results!','','As much as it irritates me that we may have assisted the Alliance, I declare the field test a success! Next stop: Agmar\'s Hammer!','This test will be the final experiment in the series, $N.','Return to Chief Plaguebringer Middleton at Venomspite in Dragonblight.',27290,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,12340), (12219,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12310,12247,-12219,0,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38719,39023,39052,39090,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Failed World Tree','Hierophant Thayreen at Amberpine Lodge wants you to go to Vordrassil\'s Limb, Vordrassil\'s Heart or Vordrassil\'s Tears and obtain 6 Slime Samples from the Entropic Oozes.','My ancestors once planted a tree in the middle of the Grizzly Hills.$B$BIt was called Vordrassil and it was to become a world tree.$B$BFor reasons long forgotten, after the tree was fully grown, they decided it needed to be destroyed. Its giant trunk splintered at three locations in the area to the north.$B$BWhere the tree touched the ground, foul ooze began to crawl the earth. Bring me slime samples so I can begin my work and the earth can be healed.','','The slime is not natural, $N. Its very nature is corrupt and... evil.$B$BWe must find out more.','Have you gathered the samples, $N?','Return to Hierophant Thayreen at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37199,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12220,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12310,12246,-12219,0,5,0,99600,0,0,0,0,0,0,37173,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dark Influence','Hierophant Thayreen at Amberpine Lodge wants you to go to Vordrassil\'s Heart, Vordrassil\'s Tears and Vordrassil\'s Limb and use the Geomancer\'s Orb in the depths beneath the surface.','When the tree Vordrassil fell, its hollow remains grew roots deep into the ground.$B$BI want you to go north of here to the three locations where the trunk shattered and go as far beneath the ground as you can. You\'ll find them west of Grizzlemaw.$B$BUse this orb once you get there to get an imprint of the energy surrounding the area. If we\'re to heal the land, we must first find out what caused Vordrassil to fail as a world tree all those years ago.','','The energy in the orb is... overpowering...$B$BA dark force has tainted the ground near Vordrassil\'s remains. We will need to investigate more.','Have you done what I asked of you, $N? ','Return to Hierophant Thayreen at Amberpine Lodge in Grizzly Hills.',27263,27264,27265,0,1,1,1,0,0,0,0,37173,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orb used beneath Vordrassil\'s Heart','Orb used beneath Vordrassil\'s Limb','Orb used beneath Vordrassil\'s Tears','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12221,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12218,0,0,0,4,0,36600,0,0,0,0,0,0,37233,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38178,38177,38135,38295,38176,38134,1,1,1,1,1,1,1067,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forsaken Blight','Deliver The Forsaken Blight to Doctor Sintar Malefious at Agmar\'s Hammer.','I have prepared a package that must be delivered to Doctor Sintar Malefious at Agmar\'s Hammer. The contents of the package include the final blight specimen along with instructions on preparation and samples of the reactive agent.$B$BYou will find Agmar\'s Hammer in western Dragonblight. Just look for the black, jagged metal orc buildings - that will be Agmar\'s Hammer.$B','','$B$BGlorious! Exactly to specifications!$B$BHere is your payment, $N. Keep what you\'ve seen and done to yourself. This work is all classified - information is given out on a need to know basis.','About bloody time!','Return to Doctor Sintar Malefious at Agmar\'s Hammer in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37233,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12222,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,-12222,-12222,12255,5,56000,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Flamebinders','Bring 3 Flame-Imbued Talismans to Woodsman Drake at Amberpine Lodge.','Even as we attempt to fight off the Horde, the Dragonflayer tribe musters in their village of Voldrune, near the coast to the south.$B$BThe most powerful warriors in the village are granted flame-imbued talismans that give them the ability to control powerful, savage proto-drakes. If we can gain control of one of these drakes, perhaps we can use it to neutralize the threat posed by Voldrune.$B$BThe Dragonflayer flamebinders create the talismans and imbue them with power. Kill them and take the talismans.','','With the talismans in hand, the drake will have no choice but to obey you. I can\'t wait to see the look on the thane\'s face when he realizes you\'ve commandeered his proto-drake.','Did you collect those talismans?','Return to Woodsman Drake at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37229,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (12223,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,-12223,-12222,12255,5,56000,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thinning the Ranks','Kill 12 Dragonflayer Huscarls and return to Woodsman Drake at Amberpine Lodge.','There\'s a flurry of activity down in Voldrune village to the south. Thane Torvald Eriksson and his huscarls are preparing for war. With most of our men in the field dealing with the Horde\'s treachery, Amberpine will be vulnerable.$B$BTravel to Voldrune, which is near the southern coast, and show those Dragonflayers we\'re no soft target.$B$BSlay as many of the huscarls as you can find. Make them think twice about taking advantage of our conflict with the Horde.','','Well done, $N. Now, we must follow through and press the advantage.','Have you done the deed?','Return to Woodsman Drake at Amberpine Lodge in Grizzly Hills.',27260,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12224,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12496,2,0,18600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38541,38543,38540,38542,0,0,1,1,1,1,0,0,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Kor\'kron Vanguard!','Report to Saurfang the Younger at the Kor\'kron Vanguard.','You have done well, $g brother:sister;. All that you have faced, you have done as a champion of the Horde. The Scourged Anub\'ar of Azjol-Nerub, crushed under your foot! The taunka, brave and powerful new members of the Horde, because of you! Our super-weapon against the Scourge, tested and perfected by you!$B$BThe time has come, the moment is now - our elite soldiers at the Wrathgate need you. The son of Saurfang awaits your arrival at the Kor\'kron Vanguard. Go now, northeast to the Wrathgate.','','Lok\'tar ogar! I have heard much about you, $N. Your battle scars run deep - a testament to your dedication and power!$B$BWith the flanking attacks of the Lich King crushed in both the west and east, only the forces at the gate remain. We gain ground each day, soon to break through this wall and into Icecrown!$B$BOnce we stop the skeletal dragons, Highlord Fordragon and I will take the field.',NULL,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,12340), (12225,2,73,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12226,2,0,18600,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mmm... Amberseeds!','Speak with Master Woodsman Anderhol in Amberpine Lodge.','Your stomach growls as the pungent smell of hearty nuts draws your attention to the the bucket of seeds.$b$bSome thoughtful soul has obviously left these complimentary morsels here to rejuvenate weary visitors. Grateful, you take the remaining few and devour them.$b$bThe seeds do not disappoint. Finding yourself hungry for more, you set out to discover their origins....','','You did what!!!$b$bThose were Amberseeds! And that was an entire harvest\'s worth!$b$bThose magical seeds may have been the answer to our food crisis. Believe me when I tell you, $n, you\'re going to make this right!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,5,1,5,0,0,0,0,0,12340), (12226,2,73,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12225,0,0,12227,5,53000,73800,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Just Passing Through','Anderhol at Amberpine Lodge wants you to bring him 5 Blackroot Stalks.','We must act quickly, $r! We can\'t risk letting those precious seeds become fully digested. They need to come out, NOW.$b$bForage up some blackroot from the riverbank just west of here and I\'ll make you a purgative that should get things moving.$b$bHurry now! And remember, you brought this upon yourself....','','These should do just fine...$b$b$b$bThere we go, now it\'s time to get down to business.','Have you found the blackroot?','Return to Master Woodsman Anderhol at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37246,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,12340), (12227,2,73,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12226,0,0,0,4,0,55500,0,0,0,0,0,0,37247,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38746,38745,38747,0,0,0,1,1,1,0,0,0,1050,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Doing Your Duty','Anderhol in Amberpine Lodge wants you to take the Anderhol\'s Slider Cider and use the nearby outhouse to retrieve the Partially Processed Amberseeds.','Alright, $r. Here\'s the juice.$b$bIt works immediately, so don\'t use it until you\'re safely inside the outhouse.$b$bNow go get me those seeds!','','Well, $n? Everything come out okay?$b$bHmm, looks like we caught \'em just in time....','Got those seeds for me yet, $r?','Return to Master Woodsman Anderhol at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37250,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (12228,0,60,60,0,-161,0,0,0,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reacquiring the Magic [PH]','','','',NULL,NULL,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,12340), (12229,2,74,72,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38726,39025,39053,39091,0,0,1,1,1,1,0,0,1085,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Possible Link','Windseer Grayhorn in Conquest Hold wants you to obtain 8 Crazed Furbolg Blood from the Furbolgs at Heart\'s Blood Shrine and Rage Fang Shrine.','Not long ago we sent an expedition to the east, where it was attacked by crazed furbolgs. One of the survivors described slaying one of them and its body expelling a dark slimy substance.$B$BFor thousands of years, the furbolgs in this region have been peaceful. It is possible that there is a link to the furbolgs\' behavior and the dark energy we were able to detect earlier.$B$BBring me samples of the furbolgs\' blood. You will find them to the east in the Rage Fang Shrine and the Heart\'s Blood Shrine.','','This blood carries the same taint as the slime you obtained earlier... this does not bode well, $N.','Have you obtained the blood samples, $N?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37251,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,12340), (12230,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12232,5,50000,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing from the Siegesmiths','Deathguard Molder at Venomspite has asked you to retrieve 6 Siegesmith Bombs.','I\'m tasked with the destruction of the Scarlet Onslaught\'s ballistae. Unfortunately, the apothecaries and I are at odds on the use of our resources, so I\'ve nothing to destroy them with!$B$BTo the northeast are the Carrion Fields. The Scourge siegesmiths there at their forge and meat wagons are demolition masters.$B$BLuckily for us, they also leave their bombs lying about. $B$BI want you to retrieve them for me, off of the ground or the siegesmiths, I don\'t care which.','','$B$BExcellent. Their loss is my... our gain!$B$BYou didn\'t have trouble with any of these along the way? Some of them look rather unstable. I may be undead, but I value my existence!','You\'d think that they\'d let me make use of the blight spreaders... maybe load them up with something nasty to destroy the ballistae.$B$BBut no, they tell me that they\'re only for special missions.$B$BWhatever!','Return to Deathguard Molder at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37248,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,12340), (12231,2,75,72,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,94200,0,0,0,0,0,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,1085,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bear God\'s Offspring','Windseer Grayhorn in Conquest Hold wants you to speak to Orsonn at the Ragefang Shrine and Kodian at the Heart\'s Blood Shrine.','It is possible that the furbolg of Grizzly Hills have the same taint that plagued Vordrassil. They\'ve been involved in a deadly tribal war recently after years of peaceful coexistence.$B$BThe shrines that they guard to the east are home to Ursoc\'s offspring.$B$BIf the corruption has affected the furbolg, it is possible that because of their lineage, Kodian and Orsonn have remained unharmed.$B$BIf that\'s the case, find them and listen to what they have to say.','','Ursoc\'s children are wise. Their words explain much of what we\'ve seen so far.','Have you spoken to Ursoc\'s children yet, $N?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',27322,27321,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orsonn\'s Story','Kodian\'s Story','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12232,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12230,0,0,0,5,50000,48600,0,0,0,0,0,0,37259,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,37992,37949,38284,0,0,0,1,1,1,0,0,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bombard the Ballistae','Deathguard Molder at Venomspite has asked you to use the Siegesmith Bombs to bombard 5 New Hearthglen Ballistae.','At last, our chance to strike at their siege engines! Don\'t flub it.$B$BI kid.$B$BA little.$B$B$C, bombard New Hearthglen\'s ballistae with these bombs.$B$BWe\'ll show the Royal Apothecary Society how it\'s done old style. No concoctions required!','','Oh happy day!$B$BBy not using the time and resources of the apothecaries to get the job done, I\'m sure to attract the attention of the high executor!$B$BThinking outside the box, that\'s what I\'m all about. Yes, yes, you had a hand in helping too.$B$BHere, if I give you something will you promise to not mention your part in all of this?','Someday I\'ll be lead deathguard!$B$BSomeday....','Return to Deathguard Molder at Venomspite in Dragonblight.',27331,0,0,0,5,0,0,0,37259,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Hearthglen Ballista bombarded','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12233,2,73,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'[Depricated]Sewing Your Seed','','No, no... You hold on to these.$b$bYou didn\'t actually expect me to handle them after all of that did you?$b$bhere\'s what you\'re going to do....','',NULL,NULL,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,12340), (12234,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12239,5,50000,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Need to Know','Spy Mistress Repine at Venomspite has asked you to steal the Scarlet Onslaught Daily Orders: Abbey, Scarlet Onslaught Daily Orders: Barracks, and Scarlet Onslaught Daily Orders: Beach.','I need to know what New Hearthglen is up to.$B$BI want you to steal their orders of the day so that I can find that out.$B$BHead south and in their abbey, in their barracks, and on their beach, find those daily plans!$B$BJust in case you\'re confused, the barracks is the large building right next to the smithy.','','Well, what are you waiting for, $r? Hand them over!','If you take too long, their daily plans will change, and we may have to start over again.$B$BDon\'t take too long!','Return to Spy Mistress Repine at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37268,37267,37269,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12235,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12237,1,0,4950,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Naxxramas and the Fall of Wintergarde','Speak with Gryphon Commander Urik at the gryphon station in Wintergarde Keep.','Lord Fordragon has led a crushing assault against Arthas at the Wrathgate. In response to this affront, Arthas has sent Naxxramas down upon us. While Kel\'Thuzad hides in the floating citadel, his ground commander, Thel\'zan, lays siege to Wintergarde Keep. The lower village is already lost and any chance of extracting survivors from the ruins diminishes by the minute.$B$BWe must act quickly! Report to Gryphon Commander Urik at the gryphon station at once! He\'ll get you up to speed.$B$BLeave me!$B','','$B$BHave you ever ridden one of those? It\'s simple, friend. Just hop on and tell it where to go.\n',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12236,2,75,72,0,394,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,177000,188700,0,0,0,0,0,0,37307,1,0,128,0,0,0,0,0,39173,0,0,0,1,0,0,0,39176,39177,39178,39174,39175,0,1,1,1,1,1,0,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ursoc, the Bear God','Windseer Grayhorn in Conquest Hold wants you to find Tur Ragepaw near Ursoc\'s Den and defeat Ursoc with his help. Use the Purified Ashes of Vordrassil on Ursoc\'s Corpse when you\'ve accomplished this.','The time has come, $N. Now we will learn whether our efforts will accomplish what we need or nothing at all.$B$BTake these ashes and seek the furbolg that Kodian told you about, Tur Ragepaw, near Ursoc\'s Den. You will find the den to the north of Grizzlemaw.$B$BConvince Tur to aid you, for you will need all the help you can get.$B$BOnce you\'ve defeated the bear god, use these ashes over his body.$B$BEven if his worldly form is destroyed, his spirit must be saved.','','','You\'ve returned. Did you succeed?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',27372,0,0,0,1,0,0,0,0,37307,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ursoc Cleansed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12237,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12235,0,0,12251,5,0,48600,0,0,0,0,0,0,37287,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flight of the Wintergarde Defender','Rescue 10 Helpless Wintergarde Villagers and return to Gryphon Commander Urik at Wintergarde Keep.','With this whistle you can call down a Wintergarde gryphon. Mount the creature and head towards the ruins of Wintergarde Village, now known as the Carrion Fields, southeast of here. Once at the fields, keep your eyes peeled for helpless Wintergarde villagers. When you spot one, fly low and use the gryphon to pick them up. Return the rescued villager here, to the gryphon station.$B$BThere are Scourge all over the place so you\'ll need to keep your wits about you, hero. Good luck!','','Outstanding work, $N! We can get this keep back into working order now with the return of our citizens.','Hurry, $N! You need to save the helpless villagers!','Return to Gryphon Commander Urik at Wintergarde Keep in Dragonblight.',27341,0,0,0,10,0,0,0,0,0,0,37287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Helpless Villager Rescued','','','',4,0,0,0,0,0,0,0,0,0,71,1,1,0,0,0,0,0,12340), (12238,2,75,73,0,4196,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12068,12663,0,0,7,177000,188700,0,0,0,0,0,0,0,0,0,136,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,'Cleansing Drak\'Tharon','Drakuru wants you to use Drakuru\'s Elixir at his brazier inside Drak\'Tharon. Using Drakuru\'s Elixir there will require 5 Enduring Mojo.','The time be here at last, good friend.$b$bDrak\'Tharon soon be cleansed of them foul undead and restored to her noble purpose. My soul will be havin\' peace, and in return for your help, the keep\'s most valuable treasures be yours, mon!$b$bDa keep rises up into a sacred ziggurat. Once ya be reachin\' its top, ya must summon me a final time, and I\'ll perform the ritual.$b$bAlas, mon, my summonin\' will again be comin\' at a cost. Ya must collect the mojo from the survivors in the keep,','','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!',NULL,NULL,0,0,0,0,0,0,0,0,35797,0,0,0,1,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,12340), (12239,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12234,0,0,12254,5,50000,48600,0,0,0,0,0,0,37299,1,0,262272,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Spy in New Hearthglen','Deliver the Scarlet Onslaught Daily Orders to Agent Skully at New Hearthglen.','I have a spy within the ranks of the Scarlet Onslaught. I need you to deliver these daily orders to her so that she can plan the next phase of our assault.$B$BShe goes by the name of Agent Skully and she\'s under a magical guise to appear as the Onslaught\'s cemetery caretaker.$B$BHere, take these orders to her, and then do as she asks. You\'ll find the graveyard on the side of the abbey.','','You have word from the spy mistress?$B$B$B$BLet me see those plans.','$B$BDon\'t blow my cover, $c!','Return to Agent Skully at The Dragon Wastes in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37299,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12240,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12243,5,50000,48600,0,0,0,0,0,0,37300,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Means to an End','Apothecary Vicky Levine at Venomspite has asked you to use the Levine Family Termites to lure Foreman Kaleiki out and kill him.','I received a few barrels of termites from my sister at the Bulwark back home in the last shipment. I think they\'re going to come in handy for something I have in mind for you.$B$BThe lumbermill operations at New Hearthglen are problematic for us, but so far we haven\'t been able to get anyone in there to take out their foreman.$B$BI think that if you were to unleash these termites on his precious woodworks, he\'d be sure to come running.$B$BReady to take him out, $c?','','I knew my sister wouldn\'t let us down.$B$BWell done, $N. The Onslaught\'s lumbermill will be out of commission for a while, which means no new construction or ballistae.$B$BThanks for helping me to live up to the family name.','I miss my sister, $N. I hope she\'s well.','Return to Apothecary Vicky Levine at Venomspite in Dragonblight.',27238,0,0,0,1,0,0,0,37300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12241,2,75,72,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12236,-12241,12236,5,0,125700,0,0,0,0,0,0,37306,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroy the Sapling','Windseer Grayhorn in Conquest Hold wants you to take the Verdant Torch and use it to burn Vordrassil\'s Sapling. Bring Vordrassil\'s Ashes back to Windseer Grayhorn.','The furbolgs\' work must be undone, $N. The best of intentions do not count for much when the result is tainted by such strong a corruption.$B$BThe sapling must be destroyed, for it is the source of this dark influence. Take this torch and use it to set fire to the corrupted sapling and bring me its ashes.$B$BOnce cleansed, by fire, I will use what power I can to remove the taint from them. You will need the ashes to purify Ursoc from the evil power that holds sway over him.','','I can\'t make any promises, $N. But I will try my best to purify these.','Have you brought me the ashes, $N?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,37306,0,0,0,1,0,0,37303,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12242,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12236,-12241,12236,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38753,38743,38757,0,0,0,1,1,1,0,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vordrassil\'s Seeds','Windseer Grayhorn in Conquest Hold wants you to go to Grizzlemaw and obtain 8 of Vordrassil\'s Seeds.','We must make sure that Vordrassil is never regrown. The furbolg must have harvested its seed.$B$BGo to Grizzlemaw, in central Grizzly Hills, and obtain all the seeds that you can find. I will make sure they\'re properly destroyed.','','Thank you, $n. I\'ll take those from you.$b$bThe corruptive power of these seeds is dangerous. I must destroy them right away.','Have you obtained Vordrassil\'s seeds yet, $n?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37302,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,12340), (12243,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12240,0,0,0,5,50000,48600,0,0,0,0,0,0,37304,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37950,37993,38037,38068,0,0,1,1,1,1,0,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fire Upon the Waters','Apothecary Vicky Levine at Venomspite has asked you to use her Apothecary\'s Burning Water to set the sails of the Sinner\'s Folly afire.$B$BWhile the deckhands are busy attempting to put the fires out, head belowdecks and retrieve Captain Shely\'s Rutters from the captain.','I have another mission for you.$B$BI was able to repurpose some of the blight to concoct my world-famous burning water. I want you to take it and set the sails of the Sinner\'s Folly ablaze!$B$BUse it from the dock. Once the sails are on fire, the deckhands will be busy putting them out, and you\'ll slip belowdecks to \'retrieve\' the captain\'s rutters.$B$BYou\'ll find the ship on Crusader\'s Landing, below and south of New Hearthglen. Look for the captain\'s quarters on the first lower deck, behind the stairs.','','Ahhahahahahahahahaha!$B$BWithout their rutters, they\'ve got nowhere to run to now.$B$BLooks to me like the end of the Scarlet Onslaught, and just when they were getting started. How sad.$B$BHeh.','Please do NOT tell me that their sails were somehow protected from my burning water!$B$BI\'d hate to have to test it out here again.','Return to Apothecary Vicky Levine at Venomspite in Dragonblight.',28013,0,0,0,1,0,0,0,37304,0,0,0,1,0,0,0,0,37305,0,0,0,0,0,1,0,0,0,0,0,'Sails of the Sinner\'s Folly set afire','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12244,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,0,0,0,0,37500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shredder Repair','Synipus at Blue Sky Logging Grounds wants you to bring 3 Broken-down Shredders back to him.','Listen, pal. Why don\'t ya roll up your sleeves and grab a wrench? There\'s work to be done! They need these shredders refurbished and sent down to Venture Bay, and they need it done yesterday....$b$bNo wrench? Well what good are ya then? May as well go down with the rest of the lugheads and play with the Horde!$b$bWhile you\'re there, see if you can drive some of those broken-down shredders up here for repairs. Be careful! They\'re in pretty bad shape.','','$B$BOh, she\'s a beauty! We\'ll fix her up nice.$B$BIf you\'re short on things to do, go talk to Gordun and get a ride down to Venture Bay. They\'re sure to need a hand.$B$BOh, and while you\'re there, use these keys on a Refurbished Shredder. Wait \'til ya see what these babies can do when they\'re cleaned up!','No time for chit-chat. These shredders might tip the balance for the alliance!','Return to Synipus at Blue Sky Logging Grounds in Grizzly Hills.',27396,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,'Shredder Delivered','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12245,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12252,5,50000,48600,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Mercy for the Captured','Spy Mistress Repine has asked you to slay Deathguard Schneider, Senior Scrivener Barriga, Engineer Burke, and Chancellor Amai.$B$BWhen you\'ve accomplished this task, report your success to High Executor Wroth at Venomspite.','We have more fools for you to kill.$B$BMy agents tell me that several of our good citizens have seen fit to fall into the hands of the Scarlet Onslaught.$B$BThis will not do.$B$BGo back to New Hearthglen and eliminate Deathguard Schneider, Senior Scrivener Barriga, Engineer Burke and Chancellor Amai.$B$BFrom what I hear, they\'re spread out throughout the area. No doubt they are being kept in cages awaiting torture.$B$BSpeak with them and then kill them!','','What? You were expecting us to have you rescue them?$B$BNow why would we do that when they have a proven track record of getting themselves captured in the first place?$B$BNorthrend is a cold place, young $N. I suggest that you adjust to it.','It\'s simple really. You\'re sent out to kill four incompetent fools that are likely to blab all of our secrets anytime now, and you go out and do it.$B$B','Return to High Executor Wroth at Venomspite in Dragonblight.',27376,27378,27379,27381,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12246,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12248,-12246,0,6,0,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38726,39025,39053,39091,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Possible Link','Hierophant Thayreen at Amberpine Lodge wants you to obtain 8 Crazed Furbolg Blood from the Furbolgs at Heart\'s Blood Shrine and Rage Fang Shrine.','The furbolgs that live east of here are more aggressive and bestial than the ones we\'re used to. Our forces have squared off with them more than once, and the survivors always speak of a dark, slimy substance dripping from their corpses.$B$BTheir condition could be linked with the contaminants we found on Vordrassil\'s remains.$B$BBring me samples of the furbolgs\' blood. You will find them in the Rage Fang Shrine and the Heart\'s Blood Shrine, far to the east.','','The corruption present in this blood is identical to that of the slime. I don\'t have a good feeling about this.','Have you obtained the blood samples, $N?','Return to Hierophant Thayreen at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37251,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12247,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12250,-12246,0,4,0,94200,0,0,0,0,0,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,1085,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Children of Ursoc','Hierophant Thayreen at Amberpine Lodge wants you to speak to Orsonn at the Rage Fang Shrine and Kodian at the Heart\'s Blood Shrine.','The furbolgs of Grizzly Hills carry with them a corruption of some kind, that is for sure. Tribal war has broken out amongst them after years of peaceful coexistence.$B$BWhat remains to be seen is whether the bears they worship as gods have also been tainted.$B$BUrsoc\'s two children, Orsonn and Kodian, dwell in the Heart\'s Blood Shrine and the Rage Fang Shrine, south and southeast of Grizzlemaw.$B$BSee if they will speak to you regarding what has happened here.','','Ursoc\'s children are wise. Their words explain much of what we\'ve seen so far.','Have you spoken to Orsonn and Kodian yet?','Return to Hierophant Thayreen at Amberpine Lodge in Grizzly Hills.',27322,27321,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orsonn\'s Story','Kodian\'s Story','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12248,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12249,-12248,12249,5,0,125700,0,0,0,0,0,0,37306,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vordrassil\'s Sapling','Hierophant Thayreen in Amberpine Lodge wants you to take the Verdant Torch and use it to burn Vordrassil\'s Sapling. Bring Vordrassil\'s Ashes back to Hierophant Thayreen.','The druids of old seem to have had good reasons for destroying Vordrassil. We cannot let the furbolgs regrow it.$B$BOn the other hand, saving Ursoc\'s spirit hinges on the magic contained by the sapling.$B$BTake this torch and use it to burn the tree. You will find it in the middle of Grizzlemaw, inside Vordrassil\'s old trunk.$B$BBring me Vordrassil\'s ashes. It is my hope that once purified by fire, we may use its magic to cleanse Ursoc\'s spirit of its dark taint.','','Yes! Vordrassil\'s magic is still present in these ashes. There might be hope for Ursoc yet.','Have you brought me the ashes, $N?','Return to Hierophant Thayreen at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,37306,0,0,0,1,0,0,37303,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12249,2,75,73,0,394,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,177000,188700,0,0,0,0,0,0,37307,1,0,128,0,0,0,0,0,39173,0,0,0,1,0,0,0,39176,39177,39178,39174,39175,0,1,1,1,1,1,0,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ursoc, the Bear God','Hierophant Thayreen at Amberpine Lodge wants you to find Tur Ragepaw near Ursoc\'s Den and defeat Ursoc with his help. Use the Purified Ashes of Vordrassil on Ursoc\'s Corpse when you\'ve accomplished this.','It is time, $N. Take these ashes and look for the furbolg that Kodian spoke of. If he went to seek Ursoc, he will be near his den, north of Grizzlemaw.$B$BYou will need his help. You won\'t be able to defeat Ursoc alone.$B$BOnce you\'ve defeated Ursoc, use these ashes to purify his spirit. Only then will we know whether our efforts have been in vain or not.','','','You\'ve returned. Did you succeed?','Return to Hierophant Thayreen at Amberpine Lodge in Grizzly Hills.',27372,0,0,0,1,0,0,0,0,37307,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ursoc cleansed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12250,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12249,-12248,12249,5,0,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38753,38743,38757,0,0,0,1,1,1,0,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vordrassil\'s Seeds','Hierophant Thayreen at Amberpine Lodge wants you to go to Grizzlemaw and obtain 8 of Vordrassil\'s Seeds.','We cannot allow Vordrassil to grow again. If the furbolg regrew it once, they can do it again.$B$BGo to Grizzlemaw, in central Grizzly Hills, and obtain Vordrassil\'s seeds. I will make sure they\'re properly disposed of.','','Thank you, $N. I\'ll take those from you.$B$BThe corruptive power of these seeds is dangerous. I must destroy them right away.','Do you have the seeds, $N?','Return to Hierophant Thayreen at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37302,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,12340), (12251,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12237,0,0,12253,1,0,4950,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37956,37998,38041,38102,0,0,1,1,1,1,0,0,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the High Commander','Speak with High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.','Return to High Commander Halford Wyrmbane at once, $N. Let him know that your mission was a success and that the few remaining villagers that were rescued are back to work.','','$B$BThe townsfolk are all back to work? Already? Outstanding, soldier! We\'ll get this town built back up and fortified in no time. Before long, reinforcements will be ready to join the fight with Lord Fordragon at the Wrathgate.$B$BI\'m getting ahead of myself, of course, as there is much left to do here before we can even think about sending you to the aid of Bolvar.\n',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,66,1,1,0,0,0,0,0,12340), (12252,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12245,0,0,0,5,50000,48600,0,0,0,0,0,0,37314,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37953,37995,38039,38100,0,0,1,1,1,1,0,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torture the Torturer','High Executor Wroth at Venomspite wants you to use the branding iron 5 times on Torturer LeCraft to get the information out of him. After that, kill him.','Enough! I want you to put an end to the torture of my people!$B$BThe Onslaught\'s torturer, LeCraft, has been bleeding information out of everyone that gets caught by those fiends! I need to know what they know.$B$BMy sources tell me that he has set up shop in the basement of their barracks, which is right next to the smithy.$B$BI\'ll loan you my personal branding iron to see to it that the job is done right.$B$BFind him and get that information.','','They knew all of that? And who the hell is this Grand Admiral Westwind that he spoke of?!$B$B$B$BBetter that we know than have to guess. I hope that you left your... er, my mark.','What news do you bring? Success, no doubt?','Return to High Executor Wroth at Venomspite in Dragonblight.',27394,27209,0,0,1,1,0,0,37314,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Torturer LeCraft fully questioned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12253,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,12309,5,0,48600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue from Town Square','High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight wants you to rescue 6 Trapped Wintergarde Villagers.','Just down this path here is Wintergarde\'s town square. Once a hive of activity for the citizens of Wintergarde, now a warzone, filled with murderous geists hell-bent on vengeance towards the living.$B$BIn the buildings surrounding the town square are trapped villagers that must be rescued! I ask much of you, now, $N, but you are the only soldier I can spare. Free our people. Take this path down into town square and enter those houses. Kill anything that gets in your way! Return to me should you survive.','','$B$BYou do the Light\'s work, $N.$B$BI fear that our work has only just begun.$B$B','Have you rescued our trapped villagers?','Return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.',27359,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trapped Wintergarde Villager Rescued','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12254,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12239,0,0,12260,5,50000,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Without a Prayer','Agent Skully at New Hearthglen has asked you to acquire Bishop Street\'s Prayer Book.','These plans indicate something imminent is being planned.$B$BBut first, there\'s the matter of this strange protection that the Onslaught forces have. If Venomspite is to deal with them once and for all, we must find out who\'s behind it and eliminate them.$B$BI\'ve noticed that the bishop in the chapel on the far side of New Hearthglen, across from the lumbermill, has stepped up his blessing of the troops. Kill him and steal his prayer book.$B$BMaybe it will give us a clue.','','A newly scribed blessing at the back of the book you say?$B$B$B$BDamn it all! That\'s the high abbot\'s handwriting! I\'d stake your life on it.','You have the bishop\'s prayerbook? Did you find anything unusual in it?','Return to Agent Skully at New Hearthglen in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37350,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12255,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38712,39016,39045,39077,38749,0,1,1,1,1,1,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Thane of Voldrune','Use Flamebringer to defeat Thane Torvald Eriksson and report to Woodsman Drake at Amberpine Lodge.','Now that you\'ve captured the flame-imbued talismans and weakened Voldrune\'s defenses, we can strike at its leader, Thane Torvald Eriksson.$B$BThe thane\'s favorite mount is an unruly proto-drake he calls Flamebringer. It is kept bound in chains in the western part of Voldrune, but with the talismans, you should be able to control it long enough to use it against the thane.$B$BOnce you have Flamebringer under your control, search the tops of the towers of Voldrune for the thane and show him no mercy.','','Good work, $N. I doubt any of the woodsmen would\'ve wanted to take a crack at the proto-drake, but we couldn\'t afford to let the Dragonflayers build a base of power in Grizzly Hills. If only the Horde was so easily dealt with...','Have you overcome the thane? We cannot risk leaving him in power.','Return to Woodsman Drake at Amberpine Lodge in Grizzly Hills.',27377,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12256,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12259,-12256,12259,5,56000,99600,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flamebinders\' Secrets','Bring 3 Flame-Imbued Talismans to Sergeant Nazgrim at Conquest Hold.','Even as the Alliance cowards attack our positions, the Dragonflayer vrykul outpost of Voldrune, to the southeast, prepares for war. The vrykul are far from the strongest enemy we face here, but we must eliminate them before they can truly threaten us.$B$BTheir most powerful warriors are permitted to ride half-trained proto-drakes into battle. To control the beasts, their flamebinders create powerful talismans. You\'ll need to slay them and take the talismans if our plan is to work.','','With the power of the talismans, the drake has no choice but to obey your commands. The thane\'s fate is sealed.','Did you collect those talismans?','Return to Sergeant Nazgrim at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37229,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,12340), (12257,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12259,-12256,12259,5,56000,99600,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Show of Strength','Kill 12 Dragonflayer Huscarls and return to Sergeant Nazgrim at Conquest Hold.','Preparations for war are underway in the vrykul village of Voldrune to the southeast. Voldrune\'s thane cannot field a large army, but with our forces spread thin, we are still at risk.$B$BWe cannot risk giving the thane and his men an opportunity to attack, so we must take the battle to them. If you are truly a $c of the Horde, you will relish the chance to demonstrate our strength.$B$BCut down the huscarls and prove to this Dragonflayer clan that the Horde is not to be trifled with!','','You have done exactly as I asked. We\'ve got the Dragonflayers on the defensive and it\'ll soon be time to deal with their leader.','Have you done the deed?','Return to Sergeant Nazgrim at Conquest Hold in Grizzly Hills.',27260,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,12340), (12258,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37954,37996,38040,38101,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of the Dead','Commander Lynore Windstryke at Wintergarde Keep in Dragonblight wants you to kill 15 Vengeful Geists.$B','The town square, down this path, is overrun with the undead citizens of Wintergarde! Our own crypt provides a seemingly endless supply of soldiers for the Scourge to throw at us. Take no pity on them, though, $N. While they were once mortal, capable of compassion and thought, they are now ravaging undead with only one purpose: our destruction.$B$BVenture forth to the town square and deliver the vengeful geists to their maker. Give them peace.','','Perhaps now they will rest easy, their spirits free to ascend to the Light.$B$BMy thoughts and prayers now turn to Lord Fordragon and our forces at the Wrathgate. We must persevere here, if only to buy them enough time to defeat the Lich King. Wintergarde cannot fall.','Put them out of their misery, $N.','Return to Commander Lynore Windstryke at Wintergarde Keep in Dragonblight.',27370,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,274,0,0,0,0,12340), (12259,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12412,5,56000,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38712,39016,39045,39077,38749,0,1,1,1,1,1,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Thane of Voldrune','Use Flamebringer to defeat Thane Torvald Eriksson and report to Sergeant Nazgrim at Conquest Hold.','With the flame-imbued talismans, we can finally challenge the thane.$B$BHis favorite mount is a ferocious proto-drake called Flamebringer. It is kept bound in chains in the western part of Voldrune, but with the power of the talismans, you should be able to bend it to your will and use it against the thane.$B$BOnce you have Flamebringer under your control, search the tops of the towers of Voldrune for the thane and use Flamebringer to destroy him.','','The few remaining Dragonflayers dare not challenge us after your battle with the thane. Show no mercy to our enemies - that is the way of the Horde.','Have you overcome the thane?','Return to Sergeant Nazgrim at Conquest Hold in Grizzly Hills.',27377,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12260,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12254,0,0,12274,5,50000,48600,0,48693,0,0,0,0,37381,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Perfect Dissemblance','Agent Skully at New Hearthglen has asked you steal the image of a Onslaught Raven Priest. Return the Banshee\'s Magic Mirror to her when you have done so.','You may wonder how I can maintain this guise; I use a magic mirror that was loaned to me by the spy mistress.$B$BIt only has so much power in it, but I think there\'s enough for the both of us. Here, take it. I want you to use it to impersonate one of the Onslaught raven priests.$B$BBe quick about it... I have no idea how long my glamour will last while you have the mirror.$B$BRealize that you won\'t immediately be perfectly disguised, so don\'t count on it being foolproof until I\'ve had a chance to help you.','','Not bad, $c. Now that the priest\'s image is trapped within the mirror, I have something else that needs doing.','Please tell me that you didn\'t break the mirror?!','Return to Agent Skully at New Hearthglen in Dragonblight.',27419,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,37381,0,0,0,0,0,1,0,0,0,0,0,'Onslaught Raven Priest\'s image stolen','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12261,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12447,0,0,12263,5,56000,99600,0,0,0,0,0,0,37445,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Place to Run','Place a Destructive Ward at the end of the path leading out of Obsidian Dragonshrine, where the road starts to give way to snow. Protect the ward until it is fully charged, then return to Serinar.','They\'re drawing power from the bones of my dead brothers...$B$BI have no love for the cult, but I\'m baffled by their audacity. There will be no mercy shown for them... not that I ever would have anyway.$B$BEnsure that they have no place to flee when the slaughter starts. Place a destructive ward at the end of the path leading out of the shrine... where the road starts to give way to snow. Defend it until it is fully charged.','','Excellent. When they begin to flee in fear, the ward shall be there to wish them a fond farewell.','Have you placed the ward?','Return to Serinar at the Maw of Neltharion in Dragonblight.',28820,0,0,0,1,0,0,0,37445,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destructive Ward Fully Charged','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12262,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12447,0,0,0,5,56000,99600,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'No One to Save You','Kill 6 Burning Depths Necrolytes and 10 Smoldering Skeletons outside of the Obsidian Dragonshrine. Return to Serinar once the task is complete.','We will spare no one. $B$BOutside, lowly necrolytes and their skeletal servants shame my land with their presence. Slaughter them all.','','Did they beg for their miserable lives? Weaklings.','I see the blood on your hands... it is done then?','Return to Serinar at the Maw of Neltharion in Dragonblight.',27356,27360,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,'','','','',4,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,12340), (12263,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12261,0,0,0,5,56000,99600,0,48772,0,0,0,0,0,0,0,132,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Best of Intentions','Wait for Serinar to administer the disguise of a Burning Depths Necrolyte, then proceed to the back of the Maw of Neltharion to uncover what the Cult of the Damned is doing there. Return to Serinar with details regarding their purpose.','The Cult of the Damned has not come just to extract power from dead dragons. I suspect I know what they are up to, but I need you to prove me correct.$B$BI will grant you the guise of this dead necrolyte. Proceed to the back of the cave and confirm their intentions for being in this sacred place. I will watch through your eyes. $B$BBe cautious $N, any damage done to you is likely to break the fragile illusion.','Uncover the Magmawyrm Resurrection Chamber','We are the Black Dragonflight. We have rained destruction on the lands of Azeroth for thousands of years. The decrepit Cult of the Damned worships death and we shall be glad to oblige.','I tire of this pestilence.','Return to Serinar at the Maw of Neltharion in 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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12264,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12263,0,0,0,5,56000,99600,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Damned','Kill 3 Burning Depths Necromancers, 6 Smoldering Constructs, and 6 Smoldering Geist in the Maw of Neltharion, and then return to Serinar.','The cave beyond was swarming with Cult atrocities. There is only one way to deal with such creatures... you know what to do.','','Hearing their screams... watching the last life fade from their wretched bodies... it\'s invigorating, is it not?$B$BI relish it.','I cannot help but wonder whether they are naive enough to think that I will abide this or if they are simply suicidal.','Return to Serinar at Maw of Neltharion in Dragonblight.',27358,27362,27363,0,3,6,6,0,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,6,0,0,0,0,0,0,0,12340), (12265,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12263,0,0,12267,5,56000,99600,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defiling the Defilers','Locate and stamp out 8 Necromantic Runes that have been drawn on the floor inside the Maw of Neltharion. Return to Serinar once the task is complete.','I sensed a large accumulation of magic in the runes that we witnessed when you were scouting the cave. I will not have you toy with extracting the magic... often the most straight forward solution is the most effective one.$B$BDestroy the runes... stamp them out and ensure that the Cult will not have access to whatever power that they\'ve accumulated there.','','Good. There is more to be done.','Power wasted on the weak and useless.$B$BShow me a being worth of the life and magic they have been gifted, and then perhaps we can talk of waste before extinguishing their presence.$B$BDon\'t worry, I\'ll wait.','Return to Serinar at the Maw of Neltharion in Dragonblight.',-188695,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necromantic Rune destroyed','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12266,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12267,0,0,0,1,5600,10200,0,0,0,0,0,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,1091,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,3546.49,273.41,0,'Tales of Destruction','Travel back to Wyrmrest and let Nalice know that Serinar\'s task is complete.','You can leave now, $r.$B$BGo tell Nalice she missed out on a good slaughter.','','Oh, it\'s you.$B$BI had hoped Serinar would simply return himself once the task was done... I suppose he\'s distracted by something or another to kill. He\'s missing out on a gloriously messy battle!$B$BAre you still here? I\'m done with you.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12267,2,75,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12265,0,0,12266,6,118000,157200,0,0,0,0,0,0,37539,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,37944,38032,38095,37988,0,0,1,1,1,1,0,0,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neltharion\'s Flame','Use Neltharion\'s Flame to douse the summoning area in the back of the Maw of Neltharion. Once you get the attention of Rothin the Decaying, kill him, then return to Serinar at the front of the cave.','With the cult\'s ranks thinned and some of their power stripped, it\'s time to strike at the source of the corruption.$B$BRothin the Decaying is resurrecting black dragons as magmawyrms in the back of the cave. Go to the summoning chamber and cleanse the remaining bones in the only way that will ensure that they will never be toyed with again... with flame.$B$BBurning the bones will surely gain Rothin\'s attention, see to it that he is destroyed as well.$B$BThe magic in this vial should see the task done.','','The bones of my brood have been spared this filth. You have served me well, and as such, you shall be awarded appropriately.','You are quite an effective tool, $c. Your hand in this purging is appreciated.','Return to Serinar at the Maw of Neltharion in Dragonblight.',27450,27355,0,0,1,1,0,0,37539,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Summoning Area Cleansed','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12268,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pieces Parts','Pipthwack in Blue Sky Logging Grounds wants you to collect 4 Grooved Cogs, 3 Notched Sprockets, and 2 High Tension Springs.','Ack! This thing\'s a mess!$b$bGoblin engineering leaves a great deal to be desired, believe you me. Just look at this! It\'s a wonder it ever worked to begin with.$b$bGive me a hand, will ya? To get this even close to operable specifications I\'ll need to replace a few cogs, sprockets, and springs. You should have no trouble finding them down around the sawmill.','','Yes indeed. These should do the trick...$B$BThere. One more shredder ready for the fight. Thanks, $N.','Got those parts for me, $c?','Return to Pipthwack at Blue Sky Logging Grounds in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37412,37413,37416,0,0,0,4,3,2,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12269,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,0,5,0,48600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not In Our Mine','Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight wants you to recover 10 Wintergarde Miner\'s Cards.','That blasted necropolis blindsided us! In the wake of its destruction Wintergarde Mine was lost. Worse yet, Kel\'Thuzad\'s acolytes have raised the slain miners as Scourge and are using them to supply their siegesmiths with materials from our mine!$B$BThe supply line must be halted and our lost brothers must be put to rest.$B$BTravel to Wintergarde Mine, northeast of here in the Carrion Fields, and destroy the risen miners. Return to me with their miner cards so that I may put their passing in our registry.','','$B$BI will get these to our recorder and deliver the grim news to the families of the miners.$B$BThere is still much to be done if we are to succeed here and ultimately at the Wrathgate. Lord Fordragon is depending on us.','Did you recover their cards?','Return to Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37411,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (12270,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,0,0,0,0,37500,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shred the Alliance','Grekk at Blue Sky Logging Grounds wants you to acquire 3 shredders and return to him with them.','Read my lips, $c - I need those shredders! Just as important - I need to keep them out of the hands of the Alliance!$b$bThey\'ve been refurbishing the shredders and using them against our brothers in Venture Bay. Now we\'re going to give them a taste of their own medicine!$b$bYou see a shredder out there, grab it! You see one of the Alliance scum on one, kill \'em and then grab it! Once you have one, drive it back here to me and we\'ll get to work on it.$b$bDismissed!','','Good work, soldier!$B$BNow take this key and get yourself down to Venture Bay. It\'ll let you use one of the refurbished shredders to unleash chaos on our enemies.$B$BOh yes, and talk to Darrok if you want to take the shortcut!','Get me those shredders yet, $c?','Return to Grekk at Blue Sky Logging Grounds in Grizzy Hills.',27396,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,'Shredder delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12271,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12273,3,25000,24300,0,0,0,0,0,0,37432,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rod of Compulsion','Deliver the Torturer\'s Rod to High Executor Wroth at Venomspite.','A rod drops from LeCraft\'s dead hand. There are pulsing magical runes along its length.$B$BCould this be how he was getting his confessions?$B$BBetter let the high executor have a look at it.','','LeCraft had it you say? That makes sense.$B$BI recognize it from my youthful days as a torturer in the court of King Terenas of fallen Lordaeron. It\'s known as a rod of compulsion.$B$B$B$BI have an idea for how we can make good use of it!','Did you get that rod from their torturer?','Return to High Executor Wroth at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37432,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12272,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,12281,-12272,0,5,0,48600,0,0,0,0,0,0,37358,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bleeding Ore','Siege Engineer Quarterflash at Wintergarde Keep in Dragonblight wants you to recover 10 samples of Strange Ore from Wintergarde Mine.','Hours before the Naxxramas invasion, one of the miners stumbled upon a dark ore that was oozing a viscous fluid. In the chaos that occurred during the evacuation of the mine, we lost the samples taken from the alien node. Now the Scourge prospects the ore for use in their machines of death.$B$BYou must get back to Wintergarde Mine, due northeast of here in the Carrion Fields, and recover the strange ore. It is imperative to our mission\'s success!','','This might be the moment, the very second, that the tide turns against the Scourge. You have proven yourself as a hero of the Alliance, at least in my eyes, $N.$B$BNow if you would be so kind as to give me some space. I will require additional time to study this ore in order to isolate impurities and weakness.$B$BCarry on, ally. I will contact you once I have an update.','Have you recovered samples of the strange ore?\n','Return to Siege Engineer Quarterflash at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,37358,0,0,0,1,37359,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,1,0,0,0,0,0,12340), (12273,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12271,0,0,0,6,106000,92400,0,0,0,0,0,0,37438,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37968,38011,38054,38115,0,0,1,1,1,1,0,0,1067,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Denouncement','High Executor Wroth at Venomspite has tasked you with using the Rod of Compulsion on Commander Jordan, Lead Cannoneer Zierhut, Blacksmith Goodman, and Stable Master Mercer.$B$BOnce the rod has been used on them, kill each to exact a denouncement of the Scarlet Onslaught as their final words.','It\'s time for us to utterly demoralize the Onslaught forces!$B$BI want you to take the rod and use it on four of their leaders: Commander Jordan upstairs at the barracks, Lead Cannoneer Zierhut down the southeast ramp overlooking the beach, Blacksmith Goodman at the smithy, and Stable Master Mercer at the stables.$B$BPlace them under the rod\'s compulsion, concentrate on making them denounce the Onslaught, and then kill them!','','$B$BYou\'re now my favorite $c, $N. If you have a mind to, I\'d like you to think about joining up as an officer in the Hand of Vengeance.$B$BWe can start you out as a deathguard, and in a few decades I think you have what it takes to make junior executor!$B$BNo? Well don\'t be too hasty... take your time and mull it over.','Well?!','Return to High Executor Wroth at Venomspite in Dragonblight.',27426,27427,27428,27429,1,1,1,1,37438,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Commander Jordan\'s denouncement & death','Lead Cannoneer Zierhut\'s denouncement & death','Blacksmith Goodman\'s denouncement & death','Stable Master Mercer\'s denouncement & death',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12274,2,73,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12260,0,0,12283,5,53000,73800,0,48765,0,0,0,0,0,0,48774,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Fall From Grace','Agent Skully at New Hearthglen has asked you to ring the bell in the abbey and then go speak with the high abbot and get information out of him.','We need more information from the high abbot, and now that we have the visage of one of the raven priests, I think we can get you close to talk with him.$B$BUnfortunately, we need to separate him from his bodyguards or you\'ll never get any information out of him.$B$B$B$BI think I\'ve got it! While in disguise, go to the top of the abbey and ring the bell. That should bring the abbot\'s bodyguards running and you can then head down to speak with him.','','What the hell is going on here?!$B$BHe jumped on his own? You\'re certain that you didn\'t push him?$B$B$B$BFine. Clearly there\'s much more going on in this place than we first thought. ','What did you find out? Have you even talked with him yet?','Return to Agent Skully at New Hearthglen in Dragonblight.',27445,27444,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abbey bell rung','High Abbot spoken with','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12275,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,12276,0,0,0,0,0,0,0,0,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,1050,0,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Demo-gnome','Speak with Siege Engineer Quarterflash at Wintergarde Keep in Dragonblight.','Quarterflash recently requisitioned my group for a specialist that he could send on a reconnaissance mission to the Wintergarde Mine. To that end, I sent him Slinkin, my demolitionist. I foolishly thought that he could close off that pit of damnation after his mission for Quarterflash was complete, securing another victory for us against the Scourge.$B$BAn entire day has now passed and Slinkin has not returned. I want answers! Speak with Siege Engineer Quarterflash and track down my missing agent!','','I feel terrible about this, friend. I fear that in my haste to recover the strange ore from Wintergarde Mine I may have doomed agent Slinkin.\n',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12276,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12275,0,0,12277,5,0,48600,0,0,0,0,0,0,37459,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Search for Slinkin','Find Slinkin the Demo-gnome in Wintergarde Mine. Use Quarterflash\'s Homing Bot if you need help finding the mine.','While I have not heard from Slinkin or know what fate has befallen him, perhaps I can assist in finding him.$B$B$B$BThis is not a toy, newfound compatriot. It is, in fact, my latest mechanical creation. The machine was created with the sole purpose of finding that which has been lost. These are unfortunate circumstances, but the machine is your best chance at finding Slinkin.$B$BWhen you are ready to begin your search, place the bot on the ground next to me.','','$B$BChased into a dead end. Hidden for now, but they know I\'m here. It won\'t be long until they find me.$B$BThe miners work tirelessly to unearth the strange ore that fuels the Scourge war machines. There is much banter. The language of death confounds me, but I have been able to identify commonly uttered sounds and phrases. The word \"Yogg-Saron\" is said with great contempt and is usually followed by loud outbursts. They refer to the ore as \"saronite.\" Meaning?',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,37459,0,0,0,1,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,12340), (12277,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12276,12281,-12272,0,6,0,60900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38293,38002,38106,37960,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leave Nothing to Chance','Retrieve a Wintergarde Mine Bomb and use it to blow up the Upper Wintergarde Mine Shaft and the Lower Wintergarde Mine Shaft. Report back to Siege Engineer Quarterflash at Wintergarde Keep in Dragonblight when you have completed this task.','If there is good in your heart and your conscience is clear, read on.$B$BIn this mine, near the foreman\'s scaffold, rests a hefty cargo of dynamite. Go there and pick up several bundles of the explosive and make your way towards the entrance of the mine. Once there, set the dynamite and blow up the entrance. Remember to do this for the upper and lower entry points of Wintergarde Mine.$B$BYou must leave nothing to chance. The evil that exists here must never be allowed out. Light guide you.','','His death will not have been in vain, friend. The information that Slinkin died for will be instrumental in defeating the Lich King. I promise you that we will make this right.','$B$BHe was a good gnome, one of our best. Slinkin will be missed.','Return to Siege Engineer Quarterflash at Wintergarde Keep in Dragonblight.',27436,27437,0,0,1,1,0,0,0,0,0,37465,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Wintergarde Mine Shaft Destroyed','Lower Wintergarde Mine Shaft Destroyed','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12278,2,-1,1,0,-370,0,0,0,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,37571,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brew of the Month Club','Bring the \"Brew of the Month\" club membership form to Larkin Thunderbrew in the Stonefire Tavern in Ironforge.','Membership has its privileges. Being part of the \"Brew of the Month\" club means knowing where to get the latest and greatest brew.$b$bBring your \"Brew of the Month\" club membership form to Larkin Thunderbrew in the Stonefire Tavern in Ironforge.','','Your paperwork looks to be in order. Welcome to the club, $N!$B$BYou can expect to get our mail at the start of every month. If you like what you got, stop by and we can sell you some more. This is the club that keeps on giving.','Do you have your membership forms filled out?','Return to Larkin Thunderbrew in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37571,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12279,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,37542,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Bear of an Appetite','Bring 6 Northern Salmon to Hugh Glass at the Redwood Trading Post.','Thank goodness you\'re back, Limpy! I worried that Griselda and I were going to be all alone.$B$BI\'m cooking up some food here for us, but Griselda\'ll have none of it.$B$BShe\'s fond of the fish that live off the coast of the Eastwind Shore, to the east. Can\'t stand them myself, but she\'s always been a picky eater. Six good-sized fish ought to keep her happy for a while.$B$BNow, run... err... limp along, Joe. Wouldn\'t want to keep the girl waiting, would ya?','','You! You\'re not Limpy Joe!','If you don\'t hurry, it\'ll be more than just her stomach growling...','Return to Hugh Glass at Redwood Trading Post in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,37542,0,0,0,1,37501,0,0,0,0,0,6,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (12280,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Repairs','Lurz at Blue Sky Logging Grounds wants you to collect 4 Grooved Cogs, 3 Notched Sprockets, and 2 High Tension Springs.','Twenty shredders by noon tomorrow!$b$bWho makes these schedules, anyway? No one who ever put one of these garbage cans back together, that\'s who....$b$bIf I\'m going to hit my quota, I\'ll need a hand. Help me out and I\'ll share my commission with you - fair enough?$b$bI need cogs, sprockets and springs. They\'re littered across the ground down by the shredders.','','Thanks, $N. That should keep me going - at least until tomorrow....$B$BHere\'s the cash I promised.','Ya fetch those parts for me yet?','Return to Lurz at Blue Sky Logging Grounds in Grizzy Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37412,37413,37416,0,0,0,4,3,2,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12281,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12325,-12281,0,1,0,4950,0,0,0,0,0,0,37502,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Understanding the Scourge War Machine','Deliver Quarterflash\'s Package to High Commander Halford Wyrmbane at Wintergarde Keep.','We must take solace in the fact that Slinkin\'s death, while tragic, was for the greater good. His discovery coupled with your heroics in the mine and the samples you returned brings us one step closer to understanding the Scourge war machine.$B$BTake this package to High Commander Halford Wyrmbane. It holds a sample of the strange ore and my analysis.','','$B$BI am by no means a scientist, $N, so you\'ll have to forgive my plebian understanding of what has been written. Now, according to this analysis - assuming I have the brain power of at least an adolescent school boy - we still don\'t know jack squat about the Scourge war machine. The only thing we do know is that the Scourge uses this foul metal to craft its siege engines, armor and weaponry.$B$B','I heard about your bravery in the mine, $N.','Return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37502,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,274,0,0,0,0,0,12340), (12282,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,12287,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37938,38025,38070,38086,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imprints on the Past','Zelig the Visionary at Wintergarde Keep in Dragonblight wants you to recover his Scrying Orb.','The memories of the past haunt this land, $N. I hear the cries of the fallen echo across Northrend - calling to me.$B$BArthas left a terrible imprint on everything he touched. Only wither and decay remains in his wake. It is important, then, for us to study the past so that we may better know our enemy. Perhaps untold truths shall surface that could help in our campaign.$B$BFirst, you must recover my scrying orb from the town hall, $N. Exit this tower and turn left down the path to reach the town square.','','Well done, $N. As fate foretold, you will be the one to carry us through these hard times. Now the long journey begins.','Have you recovered my scrying orb?','Return to Zelig the Visionary at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37538,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (12283,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12274,0,0,12285,5,50000,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Truth Will Out','Agent Skully has asked you to acquire The Diary of High General Abbendis and to deliver it to High Executor Wroth at Venomspite.','We have to figure out what\'s going on here. We need the general\'s diary!$B$BI\'m pretty sure that you\'ll find it on her nightstand upstairs at her house. It\'s the one next to church, across from the stables and the lumbermill.$B$BOnce you acquire the diary, take it to the high executor back at Venomspite.$B$BYou\'ll have to do this the old-fashioned way; the power of the mirror is low and there\'s only enough left for me.$B$B','','Damn it all! Why couldn\'t you have come to me with good news?!','It\'s about time, $N! What\'s been keeping you?','Return to High Executor Wroth at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37540,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12284,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep \'Em on Their Heels','Commander Bargok wants you to kill 15 Alliance units or players in Blue Sky Logging Ground.','We\'ve suffered heavy casualties here, $r.$b$bThe only good news is that we\'ve given as much as we\'ve taken. I\'ve requested more troops, but the bulk of our forces are bogged down in Venture Bay. It looks like we\'re on our own for now.$b$bNo matter how bad it gets, we MUST stand our ground! The precious resources of this region are essential to the Horde\'s long-term success in Northrend.$b$bWe\'ve got to keep the Alliance on their heels until help arrives. Get out there and give \'em something to think about.','','Fifteen down, eh? Good to hear it, $c.$B$BIf nothing else you\'ve bought us a bit of time - at least a day by my figuring.$B$BHere\'s your pay.','Is that Alliance blood on your weapon, $r?','Return to Commander Bargok at Blue Sky Logging Grounds in Grizzy Hills.',27453,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,'Alliance units eliminated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12285,2,73,71,0,65,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,12283,0,0,0,6,106000,92400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38536,38537,38535,38534,0,0,1,1,1,1,0,0,1067,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Do Unto Others','High Executor Wroth at Venomspite has ordered you to return with The Head of the High General.','Their attack is imminent, $c. I need you to get in there and sever the head of the Scarlet Onslaught, literally!$B$BIt\'s not going to be easy... Abbendis is sure to be surrounded by a great many of her men. I suggest that you take at least a couple of friends along.$B$BBring back her head and I\'ll see to it that you\'re properly rewarded for saving Venomspite.$B$BFail and don\'t even bother to return!','','Let\'s see them bring her back to life without her head!$B$B$B$BI\'m a little concerned that you let this grand admiral get away, but you\'re still the hero of the day, $N!$B$BTake your pick... you\'ve earned it!','Should I tell my forces to begin making our way toward Agmar\'s Hammer?$B$BOr did you manage kill the high general?','Return to High Executor Wroth at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37565,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12286,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12287,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12282,0,0,12290,2,0,12300,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orik Trueheart and the Forgotten Shore','Seek out the assistance of Orik Trueheart at Dawn\'s Reach in Dragonblight.','I have gazed upon the orb and seen the path that you must walk, $N.$B$BMany years ago an atrocity was committed upon the shores of Dragonblight. The act itself remains shrouded in darkness, but I am certain that your destiny lies south, amidst the ruins of the Forgotten Shore.$B$BTake the road southeast through the ravaged town square. Follow the trail until you arrive at Dawn\'s Reach. You will meet an old friend of mine there known as Orik Trueheart. He will be expecting you.','','Zelig sent word, friend. We have been expecting you.$B$BI am Orik Trueheart, paladin of the Argent Crusade. The priestess standing across the campfire from me is Tilda Darathan. We are here on behalf of the Argent Crusade - sent to quell the unfortunate damned souls attempting to escape Wintergarde.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12288,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,37568,1,0,12416,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overwhelmed!','Aumana at Blue Sky Logging Grounds wants you to use the Renewing Tourniquet on 10 Wounded Skirmishers.','You there, $c! Help me!$b$bWe\'re losing valuable lives! There are simply too many wounded for me to tend to alone. If we can\'t get our soldiers healed we could be run out of Grizzly Hills altogether!$b$bTake this tourniquet and use it on the wounded down on the battlefield.$b$bHurry, $n! They\'re dyyying!!','','Oh, thank you, thank you.$B$BYou\'ve helped us to live another day. Perhaps there\'s hope yet.','Have you healed our wounded yet, $N?','Return to Aumana at Blue Sky Logging Grounds in Grizzy Hills.',27466,0,0,0,10,0,0,0,37568,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wounded Skirmishers Healed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12289,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kick \'Em While They\'re Down','Sergeant Hartsman wants you to defeat 15 Horde units or players in Blue Sky Logging Grounds.','It is a dark day for the Alliance. Many good men lay dead or dying here. Our only consolation is that they fought well and brought down many of the enemy with them.$b$bWith the bulk of our forces committed to Venture Bay we stand alone to weather this storm. The resources in this region are vital to the Alliance and may well make the difference in our struggle against the Horde. We must not fail!$b$bGo, $n. Strike at them while they lick their wounds. Avenge your fallen brothers and keep our hopes alive!','','Well done, $N.$B$BYou\'ve bought us some time here, though likely no more than a day. Nevertheless, the Alliance is grateful for your efforts.','How goes the fight, $N?','Return to Sergeant Hartsman at Blue Sky Logging Grounds in Grizzly Hills.',27453,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,'Horde units eliminated','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12290,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12287,0,0,12291,5,0,48600,0,0,0,0,0,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,1050,1106,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Murkweed Elixir','Orik Trueheart at Dawn\'s Reach in Dragonblight wants you to recover 5 Murkweed from the Eldritch Heights.','The spirits of the damned haunt the coast. In life they were brave and noble soldiers of the Alliance, but in death they are cursed - bound to this world until the end of days. We must discover the source of their anguish if we are to free them!$B$BTo the southeast, on the Eldritch Heights, you will find a rare herb known as murkweed. It is murkweed that I will use to concoct an elixir that will allow you temporary entry into the world of the forgotten. Go now and gather the weed.','','$B$BIt won\'t be much longer, $N.','Have you recovered the murkweed?','Return to Orik Trueheart at Dawn\'s Reach in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37569,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (12291,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12290,0,0,12301,5,0,48600,0,0,0,0,0,0,37570,1,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Forgotten Tale','Orik Trueheart at Dawn\'s Reach in Dragonblight wants you to hear the tales of a Forgotten Peasant, Forgotten Rifleman, Forgotten Knight and Forgotten Footman.','The toxins in the murkweed elixir will render you unconscious. So powerful is the effect of the murkweed that even your spirit will be fooled, allowing you to temporarily enter the world of the dead.$B$BOnce a spirit, you must speak to the ghostly denizens of the Forgotten Shore. Seek out the cause of their anguish and return to me.$B$BRemember, $N, these spirits were once Alliance soldiers. Treat them with respect, honor and dignity.$B$BNow, with elixir in hand, venture south to the Forgotten Shore.','','$B$BThey don\'t know. None of them know! They think Arthas to be some great hero, when in truth it was Arthas who ordered the ships to be burned. It was Arthas who left us all for dead in this frozen wasteland!$B$B$B$BNot all of the soldiers from the Prince\'s fleet perished in the freezing winter. I was only a lad when I was given the chance to battle the Scourge... to save our home from certain destruction. I took that chance, $N.','I have enough murkweed to make more elixirs, $N.','Return to Orik Trueheart at Dawn\'s Reach in Dragonblight.',27472,27471,27473,27474,1,1,1,1,0,0,0,37570,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forgotten Peasant Questioned','Forgotten Rifleman Questioned','Forgotten Knight Questioned','Forgotten Footman Questioned',4,0,0,0,0,0,0,0,0,0,1,5,1,1,0,0,0,0,12340), (12292,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12293,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38732,39030,39058,39096,38759,0,1,1,1,1,1,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Local Support','Lieutenant Dumont at Amberpine Lodge wants you to go to Evergreen Trading Post and obtain the Cedar Chest.','We\'ve reached a deadlock with the Horde in Grizzly Hills. Our forces are just about evenly matched and all signs so far have pointed to a stalemate.$B$BUntil this morning, that is. The local trappers have requested our help. Apparently the Horde took something that belongs to them... a relic of some sort.$B$BWe get this back for them and they\'ll give us the edge we need. Head to the Evergreen Trading Post, west of Conquest Hold and look for a cedar chest.','','It\'s locked, isn\'t it? It looks pretty ordinary.$B$B$B$BNo matter, I suppose. If this gets us the edge we need against the Horde, then I could care less if the cure for the Plague was in there. ','You bring me that box, $N?','Return to Lieutenant Dumont at Amberpine Lodge in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37572,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12293,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12292,0,0,12294,2,0,24900,0,0,0,0,0,0,37572,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Close the Deal','Bring the Cedar Chest to Ivan at Aspen Grove Post.','We have what the trappers want. Now it\'s up to us to sign them up with our side.$B$BTake the chest to a trapper named Ivan at the Aspen Grove Post, just north of here.$B$BIf all goes well, we\'ll have local woodsmen serving as scouts for the king\'s army in no time.','','You did it! You recovered the Sc... you recovered the chest that the Horde stole from us. We thank you, $N.','You\'ve brought something for us?','Return to Ivan at Aspen Grove Post in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37572,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (12294,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12293,0,0,12295,2,0,24900,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Tentative Pact','Return to Lieutenant Dumont in Amberpine Lodge.','Very well, $N. Your people kept their end of the bargain.$B$BTell Dumont that we\'ll honor the deal.','','Excellent news, $N. With the locals\' help we\'ll have the logistical support we need to outmaneuver the Horde in this region.$B$BI have further tasks for you if you\'re interested.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12295,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12294,0,0,0,3,0,49800,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Exercise in Diplomacy','Speak to Envoy Ducal in Silverbrook.','We\'d been trying to negotiate with the trappers for weeks, but we\'d gotten nowhere until you found that blasted chest of theirs.$B$BThis should be good news to our envoy in Silverbrook. We sent Ducal there about a week ago and his last letter indicated he\'d been making little progress.$B$BGo to Silverbrook and aid him in his diplomatic efforts. Take the roads heading northwest of here and you should find it after crossing a couple of bridges. ','','It\'s good to finally meet you, $N! We\'d heard about you up here. Welcome to Silverbrook.$B$BThese trappers are a great bunch of lads and lasses. Hardy people, they know the lay of the land really well. You\'ll find it\'s a great thing that we finally won them over to our side.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12296,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,37576,1,0,12416,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Life or Death','Rheanna at Blue Sky Logging Grounds wants you to use the Renewing Bandage on 10 Wounded Westfall Infantry units.','Oh, the carnage....$b$bI\'ve been through many battles, $c, and this one was more brutal than any I\'ve seen. Our fight with the Horde has become more intense than ever. It\'s them or us here in Northrend - life or death.$b$bIf we are to survive here another day we\'ll need to mend our wounded. There are too many for me to rescue alone.$b$bI\'ve prepared special bandages that will enable you to assist me. Take one and tend to those who have not yet succumbed to their wounds.','','Wonderful!$B$BThe alliance shall live to see another day, in part due to your diligence.$B$BPlease accept my thanks, friend.',NULL,'Return to Rheanna at Blue Sky Logging Grounds in Grizzly Hills.',27466,0,0,0,10,0,0,0,37576,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Westfall Infantry Healed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12297,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,12171,12298,1,0,4950,0,0,0,0,0,0,37003,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Of Traitors and Treason','Captain Adams has asked you to show the Alliance Missive to Greer Orehammer at Westguard Keep.','The list I hold must be delivered to High Commander Halford Wyrmbane. He commands the 7th Legion, stationed at Wintergarde Keep on the eastern borders of the Great Dragonblight.$B$BIf any of the traitors on this list are stationed at Wintergarde... it could be catastrophic.$B$BHurry, $N. Show the document to Greer Orehammer here at Westguard Keep and explain the nature of your mission. He\'ll put you on his fastest gryphon to Wintergarde!','','$B$BYou will have my fastest gryphon! This information must be delivered to High Commander Wyrmbane at once!\n','Hello, $c.','Return to Greer Orehammer in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37003,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,12340), (12298,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12297,0,12174,12235,1,0,4950,0,0,0,0,0,0,37003,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'High Commander Halford Wyrmbane','Deliver the Alliance Missive to High Commander Halford Wyrmbane at Wintergarde Keep in eastern Dragonblight. $B','$B$BSkysong will take you to Wintergarde, $N. I guarantee you that it will be the fastest flight you\'ve ever taken. Go now!$B','','$B$BDo you know where the people on this list are now? Take a look outside, near the front gate. They\'re the ones hanging from the arches.$B$BGhoul bait...\n','What have you got there, soldier?','Return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37003,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (12299,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12295,12300,-12299,0,5,112000,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38762,38760,38761,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northern Hospitality','Sergei at Silverbrook wants you to slay 8 Conquest Hold Marauders.','It\'s good to meet you. Let us celebrate our pact by partaking in some good old fashioned Horde-killing.$B$BYou\'ll find marauders from Conquest Hold just outside our town, west of here. Why don\'t you head out there and hunt them like the filthy animals they are?$B$BLet\'s see if our new allies can back all their talk with some action.','','Not bad, not bad. You might not be as soft as some of the others.','You done with those Horde cretins yet?','Return to Sergei at Silverbrook in Grizzly Hills.',27424,0,0,0,8,0,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,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (12300,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12299,0,0,12302,4,0,74700,0,0,0,0,0,0,37581,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4472.32,-2257.99,1,'Test of Mettle','Find Sergeant Bonesnap northwest of Silverbrook and pass the Test of Mettle.','Alright, friend. You\'ve done us a favor or two, but that\'s not the true test of a person\'s courage.$B$BAround these parts, you\'re not a real hunter unless you wear your prey\'s skin.$B$B$B$BThe leader of those motherless orcs attacking our town is called Bonesnap; you\'ll find him at a camp further northwest.$B$BThat\'s right. You\'re going to skin the monster.','','Don\'t do it, $N. The people that sent you here.... you shouldn\'t trust them.','The people in Silverbrook... they\'re not what they seem.','Return to Captured Trapper at Silverbrook Hills in Grizzly Hills.',27493,0,0,0,1,0,0,0,0,37581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test of Mettle','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12301,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12291,0,0,12305,7,0,73200,0,0,0,0,0,0,37577,1,0,130,2,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Truth Shall Set Us Free','Orik Trueheart at Dawn\'s Reach in Dragonblight wants you to use Orik\'s Crystalline Orb in the ruins located at the Forgotten Shore to redeem the Forgotten.','Zelig gave this crystal ball to me years ago with specific instruction on its use. For five years - whenever I would feel anger, anxiety, or sorrow over the events that transpired here - I was to focus my thoughts upon the orb.$B$BI now understand why Zelig gave this crystal to me.$B$BTake my crystalline orb to the Forgotten Shore. Find the ruins of my old base on the upper reaches of the beach and place the orb in the center of town. Let the forgotten see the world through my heart and soul.','The Forgotten Redeemed','$B$BYou did a good thing this day, $N. Hundreds of lost souls are now redeemed, thanks to you.',NULL,'Return to Orik Trueheart at Dawn\'s Reach in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,37577,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12302,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12300,0,0,0,4,0,74700,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words of Warning','Go to the northwestern end of Silverbrook.','Thanks for helping me, $N. My name\'s Sasha. Listen, I have to get the hell out of here.$B$BThe people that sent you here... my people... they\'ve changed. They\'re not good people anymore... and they want to turn you into one of... one of them.$B$BThis... \'test\' they sent you on is just the beginning.$B$BHead to the northwestern end of Silverbrook. You\'ll find something of interest to you.$B$BGood luck... and trust no one.','','Who\'s there? Are you here to kill me?$B$BPlease! You don\'t have to do this!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12303,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38181,38071,37986,38030,38036,0,1,1,1,1,1,0,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Funding the War Effort','Quartermaster Bartlett at Venomspite has asked you to recover 6 Forgotten Treasure.','$B$B$C, I need your help; our coffers are empty. The Kor\'kron Vanguard at the Wrath Gate has taken all of our coin for the fight there.$B$BBut, I\'ve heard whispers that there\'s treasure to be had amongst the wrecks on the Forgotten Shore to the southeast.$B$BWe have to do something soon, or we won\'t be able to continue the fight against the Scarlet Onslaught. War isn\'t cheap, you know!','','$B$BI trust that you didn\'t stash any of this on the side for yourself? You wouldn\'t be that selfish when the fate of Venomspite is at stake?$B$BBesides, I\'m going to reward you with a percentage of the take. It\'s not much, but in times like this, we all have to make sacrifices.','How much of that Alliance treasure did you manage to get your hands on?','Return to Quartermaster Bartlett at Venomspite in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37580,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,12340), (12304,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,50000,48600,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beachfront Property','Surveyor Hansen, just north of the Forgotten Shore, has asked you to slay 20 Forgotten ghosts.','It\'s time for Venomspite to expand!$B$BWe\'ll take care of the Onslaught in due time, but I want you to spearhead our efforts on the Forgotten Shore. The property value has outstanding potential and just look at that view!$B$BUnfortunately, there\'s an infestation of human ghosts, shipwrecked crews and the like who haven\'t quite realized that they\'re dead.$B$BClear the beach and the waters off the shore, and maybe you and I will talk about building a cozy, new mausoleum down there soon.','','Can\'t you just see it now, $c? It\'ll be the vacation spot of Northrend!$B$BWhat do you think of the name, \"Hansen\'s Cove\", or maybe \"$N Bay\"? Kind of catchy, don\'t you think?',NULL,'Return to Surveyor Hansen at The Forgotten Shore in Dragonblight.',27220,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,'Forgotten ghosts slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12305,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12301,0,0,12475,2,0,12300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38181,38071,37986,38030,38036,0,1,1,1,1,1,0,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parting Thoughts','Return to Zelig the Visionary at Wintergarde Keep in Dragonblight.','You have honored me and honored the memory of hundreds of Alliance veterans, $N. Zelig was wise in sending you here. Please return to him and give him my thanks. He will be happy to hear of the events that transpired at the Forgotten Shore.$B$BI do not have the gift of foresight like Zelig, but I am certain that great things await you, friend.$B$BFarewell. $B','','$B$BIt is I who owe you a debt of gratitude, hero. Orik is like a brother to me. You have changed his life and given renewed hope to countless others.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,12340), (12306,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37599,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brew of the Month Club','Bring the \"Brew of the Month\" club membership form to Ray\'ma in the Darkbriar Lodge in Orgrimmar\'s Valley of Spirits.','There is strength in numbers, $n. Being part of the \"Brew of the Month\" club means knowing you and your brethren will always have access to the best brew.$b$bBring your \"Brew of the Month\" club membership form to Ray\'ma in the Darkbriar Lodge in Orgrimmar\'s Valley of Spirits.','','So you be joinin\' our ranks, $N? We treat ya nice here. You only get the best when you part of dis club!$B$BWe be sendin\' out brew to you at da start of every month. If you like what you got, and you be wantin\' more, head back over here. We make sure you get more of da brew you like.','Do ya have your membership forms filled out?','Return to Ray\'ma in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37599,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12307,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12295,12300,-12299,0,5,44000,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39062,39105,38754,38756,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wolfsbane Root','Katja in Silverbrook wants you to uproot 8 Wolfsbane Roots.','Have you heard of the wolfsbane plant? It is a horrible weed... it destroys our farmable crops.$B$BWe spent all of last week cutting them down, but the roots are beginning to sprout again.$B$BIt might not seem like an urgent matter, but a resurgence of the plant could be a real... disaster. Do you think you could help us by uprooting them where you find them near the village?','','$B$BThank you, $N. You didn\'t get any wolfsbane on you, did you? I\'ve got these... allergies that act up once in a while.','Yes, $c?','Return to Katja at Silverbrook in Grizzly Hills.',-189313,0,0,0,8,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12308,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12302,12310,12308,12310,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38733,39031,39059,39097,38750,0,1,1,1,1,1,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Silverbrook','Open the Wooden Cage and help the Freed Alliance Scout escape from Silverbrook. Report to Lieutenant Dumont when you reach Amberpine Lodge.','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!','','Worgen. Blasted, Light-forsaken, filth-ridden worgen.$B$BIt\'s time we showed the locals what us civilized folk do with beasts like them.','You made it back. I was a worried about you, $N.','Return to Lieutenant Dumont at Amberpine Lodge in Grizzly Hills.',28019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Silverbrook','','','',4,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,12340), (12309,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12253,0,0,12311,1,0,4950,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find Durkon!','Seek out Cavalier Durkon at the Wintergarde Crypt in Dragonblight.$B','After the Scourge breached the south wall, I ordered Cavalier Durkon to investigate the town crypt. Moments ago I was handed his report.$B$BThe undead that plague us are coming from two sources: the ruins of Wintergarde, now a breeding ground for Scourge, and our very own town crypt! Amidst the chaos and confusion the Scourge managed to get a necrolord inside the crypt.$B$BIn his message, Durkon requested assistance. You will find him and help him, $N. The crypt is on the western border of the town square.','','Oh brother, it\'s a mess down there! I barely made it out last time - which is what prompted my request to the High Commander.$B$B$B$BYou got that crazy look in your eyes, $r. Thankfully, you\'re gonna need to be crazy to do what I\'m about to ask of you.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12310,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12308,0,0,0,5,56000,99600,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Swift Response','Lieutenant Dumont wants you to go to Forest\'s Edge Post and slay Vladek and 7 Silverbrook Hunters.','Our response must be immediate. Decisive. We must teach these savages not to cross us.$B$BOur scouts have located what\'s left of the Silverbrook trappers... you know, the ones you didn\'t get to douse in flames. Apparently they\'re blockading the road to the southeast... perhaps they\'re trying to box us in.$B$BHead to the Forest\'s Edge post and take care of them. Their leader\'s reported to be a man named Vladek... make sure he\'s dealt with.','','It\'s a shame those trappers turned out to be... afflicted. We sure could\'ve used a few more fighting men.$B$BMay the poor souls rest in peace.','Is it done, %N?','Return to Lieutenant Dumont at Amberpine Lodge in Grizzly Hills.',27546,27547,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12311,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12309,0,0,0,5,0,48600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37953,37995,38039,38100,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Noble\'s Crypt','Cavalier Durkon at Wintergarde Keep wants you to slay Necrolord Amarion.','Held within the cold stone walls of this crypt are the remains of the nobles and dignitaries that died in Northrend. At its very core now sits a necrolord who raises the corpses as servants of the Scourge.$B$BYou must make your way to the bottom of the Wintergarde Crypt and kill Necrolord Amarion. Only then will the assault from within cease!$B$BAnd $N, be on the lookout for any information that might be laying about inside the room where Amarion resides. $B','','Now if we could stop the Scourge attacks coming from outside the keep we might be able to send help to Lord Fordragon at the Wrathgate.','Is Amarion dead?','Return to Cavalier Durkon at Wintergarde Crypt in Dragonblight.',27508,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12312,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12319,2,0,18600,0,0,0,0,0,0,37601,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Scourge','Deliver the Flesh-bound Tome to Cavalier Durkon at Wintergarde Keep in Dragonblight.','Scrawled across the flesh-bound chapters of this tome are strange symbols and shapes that seem to have been scraped into the pages with a blade. You have no idea what is written, but you are certain that whatever it is, it must be important.$B$BDeliver the tome to Cavalier Durkon standing guard topside at Wintergarde Crypt.','','Whatever information is held in this book must be of great importance! I could hear the howls and wails echoing through the crypt as you made your escape!$B$BThe High Commander must be notified!','A Scourge tome?','Return to Cavalier Durkon at Wintergarde Crypt in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37601,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,1,5,0,0,0,0,12340), (12313,2,-1,65,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12062,1,0,13200,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,'UNUSED Save Brewfest!','Talk to the Brewfest spy in the Grim Guzzler of Blackrock Depths.$B','Save Brewfest! Talk to the Brewfest spy in the Grim Guzzler of Blackrock Depths.','',NULL,NULL,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,12340), (12314,2,74,73,0,394,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Down With Captain Zorna!','Slay Captain Zorna and report to Baron Freeman at Venture Bay.','The Horde\'s forces are poised to break through our lines and complete their conquest of Venture Bay if we do not act. The Horde\'s forces in the port are commanded by Captain Zorna, near the ship on the far side of the bay.$B$BIf you can defeat her, the Horde\'s offensive will falter and we can seize the chance to capture the port. Beware, $N, for Zorna is a fierce fighter. It may take several people to defeat her, or if you have access to a repaired shredder, you might try using it to your advantage.','','Well done, $N! Without their leader, the Horde is weak and disorganized. I will order our men forward.','Have you slain Captain Zorna?','Return to Baron Freeman at Venture Bay in Grizzly Hills.',27511,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12315,2,74,73,0,394,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crush Captain Brightwater!','Slay Captain Brightwater and report to General Khazgar at Venture Bay.','With every advance, our men are met by fresh Alliance reinforcements. It\'s almost as though their commander anticipates my every move!$B$BThe time has come for good Captain Brightwater to meet his end. He commands his troops from aboard an Alliance destroyer at the far end of the bay.$B$BThis will be no easy fight, $N. Take along a couple of trusted friends, or if you have a key to one of those repaired shredders, use it to disembowel Brightwater! Either way, he must fall!','','You are a true soldier of the Horde, $N. Your bravery will inspire my men to victory!','Have you eliminated the enemy captain?','Return to General Khazgar at Venture Bay in Grizzly Hills.',27509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12316,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep Them at Bay!','Defeat 10 Horde units or players in Venture Bay and return to Lieutenant Stuart.','We cannot permit the Horde to control Venture Bay. The port is essential to our operations in Grizzly Hills and beyond.$B$BCaptain Stoutmantle has taken the rest of the Westfall Brigade east in search of a passage through the mountains, so we\'ll have no reinforcements.$B$BGo into the field, $N, and kill the Conquest Hold berserkers the Horde has sent against us. Cut them down until none remain standing. The Alliance must have this port!','','Your bravery has inspired the men of the Westfall Brigade. Even now they fight with greater ferocity. The port will soon be ours.','What have you to report?','Return to Lieutenant Stuart at Venture Bay in Grizzly Hills.',28190,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horde killed in Venture Bay','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12317,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keep Them at Bay','Defeat 10 Alliance units or players in Venture Bay and return to Centurion Kaggrum.','This wretched Westfall Brigade is proving a tougher opponent than we\'d thought. Though few in number, they fight well and bravely, but we cannot afford to wait them out.$B$BConqueror Krenna\'s orders were to capture the port quickly. You must break the stalemate, $N. Find the enemy\'s marines and slaughter them until the resistance ceases. Only then will we be able to claim ownership of the port.$B$BGo quickly. We don\'t want to keep Conqueror Krenna waiting.','','The port will soon fall to us. You have done well this day, $N.','Have you done as ordered?','Return to Centurion Kaggrum at Venture Bay in Grizzly Hills.',28190,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance killed in Venture Bay','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12318,2,-1,75,0,-370,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12062,1,0,13200,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,'Save Brewfest!','Speak with the Brewfest Spy in the Grim Guzzler of Blackrock Depths.$B','$n, our spies have discovered a fiendish plot! The Dark Iron dwarves want our beloved Brewfest destroyed!$B$BCoren Direbrew, head of a renegade family of brewers, has marshaled the dwarves of Blackrock Depths. Their vile mole machines attack us constantly.$B$BOur spy is in the Grim Guzzler, a tavern in the bowels of Blackrock Depths. He\'ll know more of Direbrew\'s plot.$B$BFind our spy. Save Brewfest!','','You\'re from the Brewfest camp? Glory day! Brewfest may yet be saved.$B$B$N, Coren Direbrew must be stopped! We cannot let him sabotage our sacred holiday. Our brews must flow!',NULL,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,12340), (12319,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12312,0,0,12320,1,0,7500,0,0,0,0,0,0,37607,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mystery of the Tome','Take the Flesh-bound Tome to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.','What can it be, $N? That was certainly no ordinary curse that the blasted lich put on you!$B$B$B$BI don\'t even know if I\'m looking at it the right way. We must find out what information is held within this tome!$B$B$B$BThe High Commander will know what to do. Take the flesh-bound tome to him and tell him exactly what happened here.','','$B$BThe fates smile down upon us on this day, $N. I know just the person to see about this tome.','The necrolord is no more?','Return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37607,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (12320,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12319,0,0,0,1,0,7500,0,0,0,0,0,0,37607,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Understanding the Language of Death','Take the Flesh-bound Tome to Inquisitor Hallard at the Wintergarde Keep prison.','Take the book and follow the path leading up to the barracks. Once inside the barracks take the staircase down to the prison. At the prison you will find Inquisitor Hallard and our mayor, Godfrey. I believe Godfrey might be the missing piece of this puzzle and Hallard the man to put it all together.$B$BGo now!','','Perhaps, with proper motivation, Godfrey will tell us what he knows about the tome.$B$B$B$BIsn\'t that right, mayor?','You come from high command, my $g son:girl;?','Return to Inquisitor Hallard at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37607,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,12340), (12321,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12320,12325,-12281,0,5,0,73800,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,37950,37993,38037,38068,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Righteous Sermon','Wait for Inquisitor Hallard to finish his Righteous Sermon and return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight with the information you uncover.','Godfrey Goodard, once a righteous man and mayor of Wintergarde, is now an agent of the Scourge. His transformation from man to undying ghoul has taken place slowly, over time. He hears the call of the Lich King now and lives only to serve his master.$B$BBut as with all Scourge, Godfrey knows the language of death and with proper motivation, will tell us what we need to know about the tome.$B$BOnce you hear what you need to hear, return to the High Commander at the front lines. I\'ll clean up here as needed.','Righteous Sermon Heard','We should have known about the damned mausoleum. This is preposterous! Duke August Foehammer and Ambo Cash will be dispatched to the front lines in preparation for our next assault.$B$BOnce you have cleared the mines I will send you to Foehammer so that we may begin our attack against the Scourge of Naxxramas!$B$BThe information you have garnered thus far will be sent to Lord Fordragon at the Wrathgate upon the wings of our most able gryphon!',NULL,'Return to High Commander Halford Wyrmbane at Wintergarde Keep in 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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12323,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,37621,1,0,12416,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smoke \'Em Out','Use the Smoke Bomb to drive 20 Venture Company Stragglers from their buildings and then report to Sergeant Downey.','There are still pockets of cowardly Venture Company men holed up in some of the buildings at the center of Venture Bay. I need every man I can spare out there fighting against the Horde, but we can\'t allow those Venture Company stragglers to camp out in those buildings, either.$B$BMaybe we can \"convince\" them to make for their ship. Take this smoke bomb and use it to smoke out the stragglers from their places in the bunkhouse, sawmill, or stables. Don\'t get too close, though; they probably bite.','','Well done, soldier! Now the rest of the men can focus their efforts on the Horde.','Have you smoked out the last of the Venture Company guys yet?','Return to Sergeant Downey at Venture Bay in Grizzly Hills.',27568,0,0,0,20,0,0,0,0,0,37621,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Venture Company Stragglers smoked out','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12324,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,37621,1,0,12416,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Smoke \'Em Out','Use the Smoke Bomb to drive 20 Venture Company Stragglers from their buildings and then report to Stone Guard Ragetotem.','Not only is this port infested with sniveling Alliance cowards, but to make matters worse, there are still Venture Company employees holed up in some of the buildings. They\'re not worth the time it takes to kill and I can\'t spare the warriors anyway.$B$BMaybe we can \"convince\" them to make for their ship. Take this smoke bomb and use it to smoke out the stragglers from their places in the bunkhouse, sawmill, or stables. Don\'t get too close, though; there\'s no telling what diseases they\'re carrying.','','The general will be pleased that you\'ve dealt with the Venture Company problem. Now, the men can focus on beating back the Alliance.','Have you smoked out the last of the Venture Company vermin yet?','Return to Stone Guard Ragetotem at Venture Bay in Grizzly Hills.',27568,0,0,0,20,0,0,0,0,0,37621,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Venture Company Stragglers smoked out','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12325,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12326,2,0,18600,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into Hostile Territory','Speak with Gryphon Commander Urik to secure a ride to Thorson\'s Post. Report to Duke August Foehammer when you arrive at Thorson\'s Post in Dragonblight.$B','You have done much to advance our efforts against the Scourge, $N. In fact, the morale of all those who have come into contact with you soars! Such is your influence over the soldiers and citizenry of Wintergarde, ally.$B$BAnd because of you we are now prepared to go on the offensive! You are to report to Duke August Foehammer, across the Carrion Fields at Thorson\'s Post, east of here. Gryphon Commander Urik at the gryphon station has prepared a special gryphon to drop you behind enemy lines. Go now!','','Ah, the distinguished hero arrives. Welcome to ground zero, $N. Allow me to bring you up to speed!$B$BThel\'zan\'s most powerful forces have made their way into the Wintergarde Mausoleum. They plumb its depths in search of corpses and souls to send against Wintergarde while Naxxramas rains down terrible Scourge plague machines, set to hold us at bay!$B$BWe must strike now and hope that Lord Fordragon is able to hold out at the Wrathgate for just a little longer.\n',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,1,0,0,0,0,12340), (12326,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12325,0,0,12455,6,0,92400,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37992,37949,38284,0,0,0,1,1,1,0,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Steamtank Surprise','Use an Alliance Steam Tank to destroy 6 Plague Wagons and deliver the 7th Legion Elites to Wintergarde Mausoleum. Speak with Ambo Cash inside the Wintergarde Mausoleum in Dragonblight should you succeed.','This is a seek and destroy mission. You\'ll be driving a tank into the Carrion Fields to dismantle Scourge plague wagons. With the tank comes a crew of three 7th Legion soldiers. All must survive if this mission is to succeed!$B$BYou\'ll need to get in close to a plague wagon to unleash your engineer. Let them do their deed and move on to the next one. When the field is clear of plague wagons, head to the mausoleum in front of the ruined keep and drop off the rest of your crew. Meet with Ambo Cash inside.','','Why I\'m not wearing any pants isn\'t important. Let\'s just say I took some Scourge shrapnel in the wrong place and leave it at that, ok?$B$BSo you wiped out those plague wagons up in the fields and got my soldiers here in one piece. Impressive. You\'re one of the first to make it this far, friend. Too bad you gotta go right back out into the Carrion Fields. Yep, we\'ve had a bit of a setback.\n','Name\'s Cash. Ambo Cash. And the pleasure is all yours.','Speak to Ambo Cash at Wintergarde Mausoleum in Dragonblight.',27625,27588,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,'Plague Wagon Sabotaged','7th Legion Elite Safely Dropped Off','','',4,0,0,0,0,0,0,0,0,0,274,1,1,0,0,0,0,0,12340), (12327,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12328,0,0,12329,3,0,63000,0,0,0,0,0,0,37661,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Out of Body Experience','Drink the Gossamer Potion near Ruuna\'s Crystal Ball and witness the Vision from the Past.','Ah, you seek a vision of the past. You\'re a wise $r.$B$BEvery time someone drops by for a reading, they seem to always ask about the future. When you get to be my age, you learn that scrying the past, more often than not, is more useful.$B$BDrink this potion and peer into my crystal ball. Let us see what knowledge we can obtain.','Vision from the Past','Did you learn anything from your vision? You mentioned Solstice Village during your trance -- which marks the second time someone has spoken the place\'s name today.','Yes, $N?','Speak to Ruuna the Blind at Ruuna\'s Camp in Grizzly Hills.',0,0,0,0,0,0,0,0,37661,0,0,0,1,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,1,0,0,0,0,0,0,0,12340), (12328,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12327,5,0,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38727,39026,39054,39092,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruuna\'s Request','Ruuna the Blind wants you to obtain 4 handfuls of Gossamer Dust.','I will not charge you gold for my services, for I can foresee that your actions are necessary and much hinges on what you learn today.$B$BI will, however, ask you to collect a reagent for me. Obtain gossamer dust from the fern feeder moths northeast of here. Do this and I will prepare a potion that will take you to the time and place where the events took place that you need to witness.','','Good. These will do just fine.$B$BI will have the potion ready for you in no time at all.','Did you obtain the dust, $N?','Return to Ruuna the Blind at Ruuna\'s Camp in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37662,0,0,0,0,0,4,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12329,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12327,0,0,0,2,0,31500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Fate and Coincidence','Speak to Sasha at the White Pine Trading Post.','There are two types of people in this world, $N. Those who believe in coincidence and those who don\'t.$B$BOn the day I lost my eyesight I was given the gift of clairvoyance. I suppose you can guess what sort of person I am.$B$BEarlier today, a young woman named Sasha was granted the same vision you were. You will want to talk to her.$B$BYou\'ll find her directly east of here at the White Pine Trading Post, on the way to Solstice Village.','','I was wondering when you\'d turn up. Think you can give me a hand here?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12330,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12329,0,0,0,4,0,94200,0,0,0,0,0,0,37665,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,38744,38752,38748,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anatoly Will Talk','Sasha at the White Pine Trading Post wants you to take the Tranquilizer Dart and use it on Tatjana in Solstice Village. Bring Tatjana back to the White Pine Trading Post.','My sister is here somewhere, and I can\'t seem to get this monster to talk.$B$BHe doesn\'t seem to care about his own well-being, but I\'ve an idea. I knew Anatoly\'s wife, Tatjana, from before the wolfcult arrived -- she was a horse-handler.$B$BTake this tranquillizer dart. Bring her back alive, we\'re going to need her if we\'re to have any leverage with Anatoly.$B$BI will help you find the person behind all this once we save my sister.','Tatjana Delivered','That... that was close.$B$BWe need to save Anya. Now!','I\'m glad to see you in one piece.','Return to Sasha at White Pine Trading Post in Grizzly Hills.',0,0,0,0,0,0,0,0,37665,0,0,0,1,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,12340), (12331,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12332,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12333,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12334,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12335,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12336,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12337,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12338,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12339,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12340,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12341,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12342,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12343,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12344,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12345,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12346,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12347,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12348,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12349,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12350,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12351,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12352,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12353,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12354,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12355,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12356,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12357,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12358,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12359,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12360,2,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12361,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12362,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12363,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12364,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12365,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12366,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12367,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12368,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12369,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12370,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12371,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12372,2,74,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12435,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defending Wyrmrest Temple','Afrasastrasz at Wyrmrest Temple has asked you to slay 3 Azure Dragons, slay 5 Azure Drakes, and to destabilize the Azure Dragonshrine while riding a Wyrmrest Defender into battle.','Emboldened by the overabundance of magic now flowing through the Azure Dragonshrine, the blue dragonflight has dared to attack Wyrmrest Temple itself!$B$BI ask that you ride one of our defenders into battle to slay their dragons and drakes, and to attack the eruption of ley line energies at the dragonshrine itself in order to destabilize it.$B$BOutside on the east and west terraces are wyrmrest defenders. Speak with one to ride it into battle.$B$BWithout your help, $N, we will surely lose.','','Incredible! Let me just say that I continue to be amazed by what you younger races seem capable of.$B$BWe are indebted to you. Will you come back and help us again tomorrow?','How fares the fight? Are we pushing them back?','Return to Lord Afrasastrasz at Wyrmrest Temple in Dragonblight.',27608,27682,27698,0,3,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','Destabilize the Azure Dragonshrine','',4,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,12340), (12373,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12374,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12375,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12376,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12377,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12378,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12379,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12380,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12381,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12382,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12383,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12384,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12385,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12386,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12387,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12388,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12389,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12390,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12391,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12392,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12393,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12394,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12395,2,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12396,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12397,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12398,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12399,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12400,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12401,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12402,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12403,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12404,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12405,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12406,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12407,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12408,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12409,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12410,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12411,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12330,0,0,0,3,0,63000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Sister\'s Pledge','Look for Anya in the Duskhowl Den near Solstice Village.','Please, $N. I know it is Arugal you\'re after. I swear on my father\'s memory I will help you take him down.$B$BBut I must beg you... Anya is completely innocent, we cannot leave her with these savages.$B$BHelp me rescue my sister and you\'ll have me at your side when you face Arugal.$B$BI know the den Anatoly spoke of. We\'ll find it on the other side of this hill. Let\'s go, my sister\'s in danger.','','I don\'t want to be here anymore. The worgen-men are mean.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12412,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12259,0,0,12413,5,0,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38732,39030,39058,39096,38759,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,'My Enemy\'s Friend','Conqueror Krenna in Conquest Hold wants you to slay 8 Silverbrook Hunters and their leader, Vladek, at the Forest\'s Edge Post.','If there is one thing I can get through your head, let it be this: the Alliance will be crushed in the Grizzly Hills.$B$BThere is far too much lumber, ore, game and strategic territory for us to give up on any single battlefront here.$B$BSo far we\'ve been successful... but there\'s something that could tip the scales in our enemy\'s favor.$B$BFar to the east of here, at the Forest Edge\'s Post, local trappers seek to join the Alliance. Slaughter them before they have the chance to do so.','','You\'re back. And you\'re alive.$b$bNow what\'s this nonsense about worgen?','Did you complete your task? If not, what are you doing here?','Return to Conqueror Krenna at Conquest Hold in Grizzly Hills.',27546,27547,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,12340), (12413,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12412,12427,-12178,12427,5,0,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38733,39031,39059,39097,38750,0,1,1,1,1,1,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack on Silverbrook','Conqueror Krenna at Conquest Hold wants you to slay 8 Silverbrook Defenders in the Silverbrook Hills.','A few hours ago, the trappers were nothing but peasants threatening to add their number to the Alliance\'s.$B$BNow they\'ve become something else... an uncertainty. I do not like uncertainties. Go to the hills outside their main town in northern Grizzly Hills, Silverbrook, and help my men crush them.','','Not bad, $n. You might be slightly more useful than I initially thought.','Have you completed your task yet, $N?','Return to Conqueror Krenna at Conquest Hold in Grizzly Hills.',27676,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12414,2,75,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,37708,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mounting Up','Ride 5 Highland Mustangs back to Squire Percy at the Westfall Brigade Encampment.','Cap\'n Stoutmantle left most of our calvary... cavlary... uh, horsemen at the fight for Venture Bay.$B$BWe chose a good place to put the camp \'cause there are tons of highland mustangs running around near here and in the Boulder Hills to the northeast. The Cap\'n put me in charge of capturing some of \'em.$B$BWill you help? I\'ve got a stick and some string, and there are loads of wild carrots growing near the camp. Pick the carrots and use them with the stick to lure in the mustang, then ride it back here.','','Wow! These sure are good horses! I think the Cap\'n will be real pleased with our work.','Did you get all the mustangs we\'ll need?','Return to Squire Percy at the Westfall Brigade Encampment in Grizzly Hills.',26212,0,0,0,5,0,0,0,0,0,37707,37708,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Highland Mustangs Returned','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12415,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,37716,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Horse Hollerer','Scare 15 Highland Mustangs and return to Soulok Stormfury at Camp Oneqwah.','The Alliance\'s \'Westfall Brigade\' is camped far to the north, near Thor Modan. They have foolishly divided their forces to contest our control of Venture Bay, and they have been left without cavalry.$B$BThey\'re now trying to capture and tame the wild highland mustangs that roam the area around the Westfall Brigade Encampment and Boulder Hills. We must stop them before they\'re able to replace their lost mounts. Take this and throw it near the horses to drive them away.','','$b$bWell done, $n. We must not let the Alliance gain any kind of advantage.',NULL,'Return to Soulok Stormfury at Camp Oneqwah in Grizzly Hills.',27221,0,0,0,15,0,0,0,0,0,37716,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Highland Mustangs Frightened','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12416,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12460,0,0,12417,5,56000,99600,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heated Battle','Aid Captain Iskandar in holding the canyons by participating in the death of 12 Frigid Ghoul Attackers, 8 Frigid Geist Attackers, and 1 Frigid Abomination Attacker.$B$BReturn to Ceristrasz once you have finished this task.','The Scourge have overrun the shrine. The shrine\'s keeper, Dahlia Suntouch, is nowhere to be found. The red wyrms that fell in the shrine\'s defense now beset us in the form of twisted skeletal emberwyrms. The situation is dire, $r.$B$BCaptain Iskandar leads a group of your kind in stemming the flow of the Scourge out of the shrine.$B$BGo to his aid... but please stay behind his men. The flow of Scourge is endless and I don\'t want to lose you in one of those scarred canyons.','','It is a disgusting task, but I thank you dearly for doing it.$B$BThe Scourge cannot be permitted to push any further towards Wyrmrest or we are sure to lose it.','I\'m glad you\'re still with us, $r.','Return to Ceristrasz at the Dragon Wastes in Dragonblight.',27685,27686,27531,0,12,8,1,0,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,1,0,0,0,0,0,0,0,12340), (12417,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12416,0,0,12418,5,56000,99600,0,0,0,0,0,0,0,0,0,136,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Earth','Enter the Ruby Dragonshrine through one of the northern or southern passes and search for Ruby Acorns. Use the Ruby Acorns on the fallen red dragons to return their bodies to the earth. Return to Ceristrasz once the task is complete.','I have another task that needs attention. I have brothers who are falling in the battle overhead and if we do not act quickly, they will only bolster the emberwyrm ranks.$B$BGet into the shrine through one of the other passes to the south or north... the Scourge presence should be lighter there.$B$BSearch the shrine for ruby acorns that have fallen from the tree and plant them near the bodies of my fallen brood. Through this, they can give new life... a proud fate for any of my kind.','','In the earth, my brothers can grant life anew. You have saved them from a fate far worse than death.$B$BI don\'t know a word in your tongue that could express how much this means to my kind. Thank you, $r.','I started to worry that the Scourge in the shrine had claimed you. It is good that you yet live.','Return to Ceristrasz at the Dragon Wastes in Dragonblight.',27530,0,0,0,6,0,0,0,37727,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruby Keeper Returned to the Earth','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12418,2,75,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12417,0,0,12768,6,118000,157200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37962,38004,38046,38108,0,0,1,1,1,1,0,0,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Through Fields of Flame','Enter the Ruby Dragonshrine through one of the northern or southern passes, then kill 6 Frigid Necromancers and eliminate the source of the corruption under the shrine. Return to Ceristrasz once the task is complete.','I have one final task for you, $r... one that should turn the tide of this fight.$B$BReturn to the shrine and kill the necromancers that are fueling this onslaught. With them dead, we should be able to beat these forces back and eventually retake the shrine.$B$BI also need you to find the source of the corruption under the shrine and put an end to it.$B$BI know I have asked a lot of you, but if you do this for me, we will win this battle.','','Dahlia... they turned her?$B$BDahlia has been loyal to us for a very long time... if they can corrupt a being of her devotion, it does not bode well for the rest of the young races. Thank you for freeing her. I hope she has found some peace.$B$BYou have honored us with your selfless assistance today, $r. I will send word to the council of what your kind have accomplished here. Go with our blessing.','You\'ve returned! Have you don as I\'ve asked of you?','Return to Ceristrasz at the Dragon Wastes in Dragonblight.',27539,27680,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,'','Ruby Corruption Cleansed','','',4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (12419,2,75,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,15000,31500,0,0,0,0,0,0,37833,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,571,3546.49,273.41,0,'The Fate of the Ruby Dragonshrine','Bring Dahlia Suntouch\'s Ruby Brooch to Krasus in the Ruling Council Chamber at Wyrmrest and inform him of Dahlia\'s fate.','As you pick up the brooch, its faint glow brightens slightly.$B$BKrasus will want to know of Dahlia\'s fate. Take the brooch to him at Wyrmrest.','','Dahlia was taken by the Scourge? This is a sad day for all of us.$B$BI will look to finding a new keeper once the shrine is retaken. Thank you for your efforts... the Ruby Dragonshrine is a sacred place to us, and the sacrifices your kind have made will not be easily forgotten.$B$BIt is good to know there are still heroes such as you - I will call upon you one day. Until that day comes, may your adventures be fruitful.','Hello, $r. I sense the presence of my Ruby Brooch. Hand it here.$B$BWhat has become of Dahlia?','Return to Krasus at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37833,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,2,6,1,0,0,0,0,0,0,12340), (12420,2,-1,1,0,-370,0,0,0,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,37736,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brew of the Month Club','Bring the \"Brew of the Month\" club membership form to Larkin Thunderbrew in the Stonefire Tavern in Ironforge.','Membership has its privileges. Being part of the \"Brew of the Month\" club means knowing where to get the latest and greatest brew.$b$bBring your \"Brew of the Month\" club membership form to Larkin Thunderbrew in the Stonefire Tavern in Ironforge.','','Your paperwork looks to be in order. Welcome to the club, $n!$b$bYou can expect to get our mail at the start of every month. If you like what you got, stop by and we can sell you some more. This is the club that keeps on giving.','Do you have your membership forms filled out?','Return to Larkin Thunderbrew in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37736,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12421,2,-1,1,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37737,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brew of the Month Club','Bring the \"Brew of the Month\" club membership form to Ray\'ma in the Darkbriar Lodge in Orgrimmar\'s Valley of Spirits.','There is strength in numbers, $n. Being part of the \"Brew of the Month\" club means knowing you and your brethren will always have access to the best brew.$b$bBring your \"Brew of the Month\" club membership form to Ray\'ma in the Darkbriar Lodge in Orgrimmar\'s Valley of Spirits.','','So you be joinin\' our ranks, $n? We treat ya nice here. You only get the best when you part of dis club!$b$bWe be sendin\' out brew to you at da start of every month. If you like what you got, and you be wantin\' more, head back over here. We make sure you get more of da brew you like.','Do ya have your membership forms filled out?','Return to Ray\'ma in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37737,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12422,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12424,12427,-12178,12427,2,0,24900,0,0,0,0,0,0,37741,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,571,4472.32,-2257.99,1,'Tactical Clemency','Deliver the Letter of Amnesty to the Captured Trapper in Silverbrook Hills.','Listen, $N. I need you to act with discretion and speed.$B$BOne of Krenna\'s top sergeants has captured a trapper outcast outside of Silverbrook. Now, if things turn out the way they usually do, the prisoner is going to be executed before the day is over.$B$BWe can\'t let that happen. You see, the prisoner matches the description of Mikhail\'s older daughter in his diary.$B$BIf we set her loose and follow her closely, she\'ll lead us to whoever\'s controlling the trappers. Take this letter to her.','','You\'re going to let me go... just like that? Listen, I don\'t want any trouble with you... these monsters killed my father and took my sister. I have other things on my mind right now.','Are you here to kill me?','Return to Captured Trapper at Silverbrook Hills in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37741,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12423,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12424,3,0,49800,0,0,0,0,0,0,37830,1,0,262272,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mikhail\'s Journal','Bring Mikhail\'s Journal to Conqueror Krenna in Conquest Hold.','From what you can gather, this journal was written by a denizen of Silverbrook named Mikhail.$B$BIt is written in some variant of the common human tongue. Perhaps you should bring this back to Conqueror Krenna.','','Hah! Is this some sort of joke?$B$BI barely have any use for books I can actually understand.','What\'s that you\'ve got there?','Return to Conqueror Krenna at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37830,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12424,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12423,0,0,12422,3,0,49800,0,0,0,0,0,0,37831,1,0,262272,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gorgonna','Bring Mikhail\'s Journal to Gorgonna in Conquest Hold.','This book is written in the pig-tongue the humans use. It needs to be burned immediately.$B$BHand it to my sister Gorgonna and do not waste my time.','','Could it be? The man who wrote this journal feared for his daughters\' lives so he sent them away from Silverbrook.$B$BWe just captured an outcast in the outskirts of town about the same age as the eldest daughter.$B$BListen, $N. There\'s more happening here than meets the eye... we can\'t just burn this diary.','You have something to show me?','Speak to Gorgonna in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37831,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12425,2,75,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12328,12161,12328,2,0,31500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Ruuna the Blind','Speak to Ruuna the Blind at Ruuna\'s Camp near Vordrassil Pass.','This trapper business has the potential to be more important than we\'ve accounted for.$B$BIf they\'re not with the Alliance, there\'s a good chance they\'re with the Scourge, which could mean trouble.$B$BOur previous efforts might\'ve paid off, though. We spotted our former captive meeting with a fortune teller of some sort before we lost track of her.$B$BI\'m almost certain now that she will take us to their leader if we can find her again. Find Ruuna the Blind and see what you can find out.','','You seek knowledge beyond your reach so you\'ve come to me. I must warn you, stranger, the answers I provide might not be to your liking.',NULL,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,12340), (12426,2,75,72,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,31500,0,0,0,0,0,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECATED','','','',NULL,NULL,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,12340), (12427,2,74,73,0,394,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12428,6,112000,124500,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Conquest Pit: Bear Wrestling!','Defeat Ironhide inside the Conquest Pit and speak to Bookie Vel\'jen for a reward.','So you\'re interested in the fights, eh? Well, Krenna has outlawed pit-fighting for all enlisted combatants. But you, my friend, are technically a free agent and are not included in this prohibition.$B$BNice loophole, eh?$B$BAnyway, if you\'re interested I can start you off with something easy, a measly bear. I\'ll even let you bring friends along!','Ironhide defeated','Nice work, mon! Here\'s your cut.','It\'s not over until you or the bear tips over, friend!','Return to Bookie Vel\'jen at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12428,2,74,73,0,394,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,12427,0,0,0,6,168000,124500,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Conquest Pit: Mad Furbolg Fighting','Defeat Torgg Thundertotem inside the Conquest Pit and speak to Bookie Vel\'jen for a reward.$B','You\'re not bad. Not bad at all.$B$BThink you can take a furbolg? What about one of those extra-large crazed Northrend furbolgs?$B$BGood, good. Get your crew together, and head to the ring. Let\'s give these folks a show... maybe we can earn some more coin while we\'re at it.','Torgg Thundertotem defeated','Those were some sharp moves, friend! Lots of bets against you, which is good news cash-wise!',NULL,'Return to Bookie Vel\'jen at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12429,2,74,73,0,394,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,12428,0,0,0,6,168000,124500,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Conquest Pit: Blood and Metal','Defeat Rustblood inside the Conquest Pit and speak to Bookie Vel\'jen for a reward.$B','It\'s nice to have a real fighter around these parts... we\'d only had prisoners and caged beasts for the past few weeks. The people get bored, ya know?$B$BAnyhow, your next challenge is a genuine iron golem stolen from the depths of Thor Modan... think you can swing it?','Rustblood defeated','My heart nearly skipped a beat there! Thought that mound of metal was gonna get ya, mon!',NULL,'Return to Bookie Vel\'jen at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12430,2,75,73,0,394,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,12429,0,0,0,7,177000,188700,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Conquest Pit: Death Is Likely','Defeat Horgrenn Hellcleave inside the Conquest Pit and speak to Bookie Vel\'jen for a reward.$B','I\'m gonna shoot straight with ya, kid. This next contender\'s a murderer.$B$BLiterally.$B$BHe was to be executed last week, but he strangled the hangman with his left hand, so Krenna\'s guards sort of let me have him.$B$BFeel free to pass on this one. I wouldn\'t blame ya.','Horgrenn Hellcleave defeated','Fancy footwork, fancy footwork. You really made quick work of that crazy orc, friend.$B$BOdds were against you seven-to-one; made some nice coin on that one!',NULL,'Return to Bookie Vel\'jen at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12431,2,75,73,0,394,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,12430,0,0,0,7,177000,188700,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,39181,39183,39182,39179,39180,0,1,1,1,1,1,0,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Conquest Pit: Final Showdown','Defeat Krenna in the Conquest Pit and speak to Gorgonna for a reward.','You must\'ve really upset Krenna. She and Gorgonna have had a spat and you\'re wanted in the pit immediately.$B$BThere are some wild rumors that it\'s a fight to the death! That would be bad news for you, but great news for our business venture!$B$BAt any rate, you can\'t run away from fate... best get in there on the quick and get it over with.','','What happened today... had to happen. It doesn\'t mean I have to be happy about it.$B$BI\'ve freed my people from a tyrant, but I\'ve also lost a sister. I thank you for your help, $N. I wish to be alone now.',NULL,'Return to Gorgonna at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12432,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12416,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Riding the Red Rocket','General Gorlok at the lighthouse in Venture Bay wants you to destroy the Alliance Lumber Boat.$b$bGeneral Gorlok will only be present at the lighthouse when the Horde has it in their possession.','You there, $r! Get your lousy carcass over here!$b$bThe Alliance have a shipment of lumber all ready for transport just northeast of here. Since getting our hands on that wood is out of the question, there\'s only one thing to do - destroy it!$b$bThe goblin at the end of the dock here has some torpedoes all ready to go. He\'s got all the fuel for them on the docked goblin ship to the north.$b$bGet some fuel, then commandeer one of the torpedoes and ride it into their ship.$b$bDismissed!','','Ha hah! What a ride, eh $c?$B$BIf we can\'t control the resources here, then no one can!$B$BWhen will those puny Alliance pests realize that they are no match for the might of the Horde?','Has that Alliance lumber been burned yet, $c?','Return to General Gorlok at Venture Bay in Grizzly Hills.',27688,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroyed Alliance Lumber Shipment','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12433,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,8328,0,0,0,0,0,37836,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,'Seeking Solvent','Gurtor at the Venture Bay Horde base wants you to bring him a canister of Element 115.','Gah! Not again. Another blown gasket....$b$bEvery time one of these goes, lubricant gums up all of the gears. Without solvent, it takes hours to clean.$b$bTell ya what, $r. There\'s some fancy rocket fuel on the Venture Company barge in the dock there - element 115 I think they call it. That stuff makes for a great solvent.$b$bGet me one of those and I\'ll make it worth your trouble.','','Ahh yes. That\'ll save me hours.$B$BTake this for your trouble, friend. And keep an eye out for more element 115. I\'ll take all you can find.','You got some of that element 115, $N?','Return to Gurtor at Venture Bay in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37664,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12434,0,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12433,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8320,0,0,0,0,0,37836,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Always Seeking Solvent','','','',NULL,NULL,'Return to Gurtor in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37664,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12435,2,74,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12372,1,0,10200,0,0,0,0,0,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,1091,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Report to Lord Afrasastrasz','Speak with Lord Afrasastrasz at Wyrmrest Temple.','I abhor the loss of life... any life. But I will not stand idly by and allow Malygos to kill us and defile the temple!$B$BI have appointed Lord Afrasastrasz as the commander of Wyrmrest\'s defenses.$B$BSpeak with Torastrasza to ride a drake down to him.$B$BPlease lend him your aid, $N. Your involvement with the defense of Wyrmrest will be critical to us prevailing against the blue dragonflight.','','You must be $N. The queen informed me that you would be coming.$B$BIf you are willing, we are in great need of your assistance.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12436,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,99600,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplemental Income','Provisioner Lorkran at Conquest Hold wants you to obtain 5 Succulent Venison from the nearby Tallhorn Stag.','Hail, $c. You\'ll find that here at Conquest Hold, we buy and sell what Krenna wants us to buy and sell... at the price that Krenna wants us to buy and sell.$B$BAll this is stifling business. I\'m hoping to make a little bit of coin on the side and feed our grunts at the same time. Why don\'t you go hunt down some stag and bring me the venison?$B$BThey\'re numerous in the area, so bring me only the best meat.','','Nice job, $N. These will feed two or three grunts each. Not bad.','You get that venison yet, $N?','Return to Provisioner Lorkran at Conquest Hold in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37185,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12437,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Riding the Red Rocket','Commander Howser at the lighthouse in Venture Bay wants you to destroy the Horde lumber shipment.$b$bCommander Howser will only be present at the lighthouse when the Alliance has it in their possession.','Listen, $n. This battle is as much over resources as tactical supremacy.$b$bI have a mission that could turn the tide in our struggle against the Horde here.$b$bThere are torpedoes at the end of the dock that we can use to take down the Horde\'s lumber ship to the northwest.$b$bYou\'ll need to get some of the fuel that\'s stored on the docked goblin ship just north of here, then ride one of the torpedoes into their transport!','','Good to see that you survived that impact. Quite the explosion!$B$BWe can\'t afford for the Horde to make off with all that lumber.$B$BWell done, $c.','Has that Horde lumber ship been burned yet, $N?','Return to Commander Howser at Venture Bay in Grizzly Hills.',27702,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horde Lumberboat destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12438,2,74,71,0,65,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,0,6,112000,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37957,37999,38042,38103,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Kreug Oathbreaker','Kill Kreug Oathbreaker and return to Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight to collect your reward.','Posted by: Illusia Lune$B$BThe Scourge flesh giant known as Kreug Oathbreaker was responsible for the deaths of my husband, children and my dear friends, the Whisperveils. Those brave enough to take on this bounty will find Kreug in the southeastern reaches of the Carrion Fields.$B$BI demand justice! Kill Kreug Oathbreaker!$B$BIn the event that Kreug is slain, I have pooled money and items together and given them to Highlord Leoric Von Zeldig to give out as a reward.$B$BPlease vindicate us!','','Well done, $N. I will notify Illusia that a hero has heard her call for help and risen to meet the challenge! Here is your reward.','Are you here to collect a bounty, ally?','Return to Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight.',27105,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,1,1,2,0,0,0,0,12340), (12439,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12440,0,12440,1,0,4950,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Disturbance In The West','Speak to Rodney Wells at Wintergarde Keep to secure a ride to Stars\' Rest in western Dragonblight.','Another force threatens to destroy all that we have worked for, $N. You must head westward to Stars\' Rest. Archmage Modera has sensed a great disturbance in the magical ley lines of our world that must be dealt with immediately!$B$BGo now, $N! Speak to Rodney Wells at the gryphon station here in Wintergarde and let him know the nature of your mission. He will place you on his fastest gryphon to deliver you to Stars\' Rest. Speak with Archmage Modera when you arrive.','','We definitely don\'t want another sundering, friend. I\'ll do all that I can to help you on your mission.',NULL,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,12340), (12440,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12000,0,12000,1,0,4950,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Stars\' Rest!','Speak with the Image of Archmage Modera at Stars\' Rest in western Dragonblight.$B','When you are ready I will place you on my fastest gryphon to Stars\' Rest. Once you get there, find and speak with Archmage Modera.$B$BGood luck, ally!','','Vas heard my distress call then, eh? Not a moment too soon, friend.',NULL,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,12340), (12441,2,74,71,0,65,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,0,6,112000,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38171,38172,38132,38169,38170,38131,1,1,1,1,1,1,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: High Shaman Bloodpaw','Kill High Shaman Bloodpaw and return to Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight to collect your reward.','Posted by: Drolfy$B$BWhile out in the Eldritch Heights with my cousins, Skrotee and Brote, a vicious band of wolvar from the Bloodpaw tribe attacked us. We attempted to flee, but I fear they got Skrotee and Brote.$B$BI demand retribution! Is there someone brave enough to venture to the southeastern reaches of Dragonblight, to the Eldritch Heights, and kill High Shaman Bloodpaw and his cronies?$B$BI have given a hefty sum of gold to Highlord Leoric Von Zeldig to disperse to anyone that claims this bounty!','','Outstanding work, $N! I will notify Drolfy that a hero did rise to meet his challenge and that the cruel Bloodpaw is no more!','Have you faced Bloodpaw?','Return to Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight.',27762,0,0,0,1,0,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,0,0,0,0,0,0,0,0,4,1,1,0,0,0,0,0,12340), (12442,2,74,71,0,65,1,4,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,0,6,112000,124500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38115,38054,38529,38528,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Onslaught Commander Iustus','Kill Onslaught Commander Iustus and return to Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight to collect your reward.$B','Posted by: Highlord Leoric Von Zeldig$B$BUpon the northeastern path from Wintergarde a battalion of 7th Legion were ambushed and slain by Onslaught Commander Iustus and an army of mindless Scarlet Onslaught zealots. Such cold and calculated actions must be met with force!$B$BWintergarde demands justice! Seek out Onslaught Commander Iustus at Onslaught Base Camp to the northeast and end his miserable existence.$B$BI will hand out the reward for this bounty to any who would dare take up the task!$B','','At least for now the Scarlet Onslaught suffers a setback in their nefarious plans. You have done Wintergarde a great service, $N.\n','$B$BIs that pompous fool dead?','Return to Highlord Leoric Von Zeldig at Wintergarde Keep in Dragonblight.',27334,0,0,0,1,0,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,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12443,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,8328,0,0,0,0,0,37836,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,'Seeking Solvent','Barblefink at the Alliance base in Venture Bay wants you to bring him a canister of Element 115.','Gah! Not again. Another blown gasket....$b$bEvery time one of these goes, lubricant gums up all of the gears. Without solvent, it takes hours to clean.$b$bTell ya what, $r. There\'s some fancy rocket fuel on the Venture Company barge in the dock there - element 115 I think they call it. That stuff makes for a great solvent.$b$bGet me one of those and I\'ll make it worth your trouble.','','Ahh yes. That\'ll save me hours.$B$BTake this for your trouble, friend. And keep an eye out for more element 115. I\'ll take all you can find.','You got some of that element 115, $N?','Return to Barblefink at Venture Bay in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37664,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12444,2,74,73,0,394,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,12424,1,0,0,0,0,37836,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackriver Skirmish','Scout Captain Carter wants you to kill 10 Horde units or players in the Blackriver Logging Camp.','The Venture Company\'s on its way out of Grizzly Hills. They used to run logging operations here, but things got a little too dangerous for them.$B$BTheir abandoned sites are up for grabs and we sure as hell can\'t let the Horde get their hands on them.$B$BThe Blackriver Logging Camp is the smallest of the three logging sites in this zone, but we still need it. Do your part and fend off the Horde forces. Any lumber they get here will be made into weapons to be used against us elsewhere.','','Nice work, $N. We could use a few more folks like you up here. We could really show the Horde not to mess with us.','How\'s the hunt going?','Return to Scout Captain Carter in Grizzly Hills.',27121,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horde in Blackriver slain','','','',4,0,0,0,0,0,0,0,0,0,113,0,0,0,0,0,0,0,12340), (12445,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (12446,0,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12443,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8320,0,0,0,0,0,37836,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Always Seeking Solvent','','','',NULL,NULL,'Return to Barblefink at Venture Bay in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37664,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12447,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,5600,10200,0,0,0,0,0,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,1091,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,4448.31,1653.25,0,'The Obsidian Dragonshrine','Travel to the Obsidian Dragonshrine Northwest of Wymrest and just West of the Wrath Gate. Locate Serinar inside of the shrine and offer him your aid.','The Scourge come. Korialstrasz calls upon his allies in a futile attempt to save their Ruby Dragonshrine, but it seems the good graces of the red flight don\'t extend to saving the shrines of the other flights.$B$BSurprised? I\'m not.$B$BThere is another of my brood who has left to clear our Obsidian Dragonshrine of the undead vermin that now infest it. All it would take to prove yourself more noble and righteous than Alexstrasza herself is a quick jaunt over there and a few swings of a blade.$B$BI\'m amused.','','I\'m trying to decide at which I\'m more surprised... that you actually came to the aid of a Black Dragon or that you\'re still in one piece after speaking with Nalice.$B$BHer words drip venom, but I suppose Wyrmrest can keep even our kind in check sometimes.$B$BOr perhaps it\'s just the armies of the red dragonflight that are massed around her.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12448,2,74,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12461,0,0,12449,5,56000,99600,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heated Battle','Aid Captain Drayzen in holding the canyons by participating in the death of 12 Frigid Ghoul Attackers, 8 Frigid Geist Attackers, and 1 Frigid Abomination Attacker.$B$BReturn to Vargastrasz once you have finished this task.','The Scourge have overrun the shrine. The shrine\'s keeper, Dahlia Suntouch, is nowhere to be found. The red wyrms that fell in the shrine\'s defense now beset us in the form of twisted skeletal emberwyrms. The situation is dire, $r.$B$BCaptain Drayzen leads a group of your kind in stemming the flow of the Scourge out of the shrine.$B$BGo to his aid... but please stay behind his men. The flow of Scourge is endless and I don\'t want to lose you in one of those scarred canyons.','','It is a disgusting task, but I thank you for doing it.$B$BThe Scourge cannot be permitted to push any further out of the shrine lest all of these lands be overrun.',NULL,'Return to Vargastrasz in Dragonblight.',27685,27686,27531,0,12,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,12340), (12449,2,74,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12448,0,0,12450,5,56000,99600,0,0,0,0,0,0,0,0,0,136,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Earth','Enter the Ruby Dragonshrine through the southern pass and search for Ruby Acorns. Use the Ruby Acorns on the fallen red dragons to return their bodies to the earth. Return to Vargastrasz once the task is complete.','I have another task that needs attention. I have brothers who are falling in the battle overhead and if we do not act quickly, they will only bolster the emberwyrm ranks.$B$BGet into the shrine through the pass in the south... the Scourge presence should be lighter there.$B$BSearch the shrine for ruby acorns that have fallen from the tree and plant them near the bodies of my fallen brood. Through this, they can give new life... a proud fate for any of my kind.','','In the earth, my brothers can grant life anew. You have saved them from a fate far worse than death.$B$BI don\'t know a word in your tongue that could express how much this means to my kind. Thank you, $r.',NULL,'Return to Vargastrasz in Dragonblight.',27530,0,0,0,6,0,0,0,37727,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ruby Keeper Returned to the Earth','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12450,2,75,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12449,0,0,12769,6,118000,157200,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37962,38004,38046,38108,0,0,1,1,1,1,0,0,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Through Fields of Flame','Enter the Ruby Dragonshrine through the southern pass, then kill 6 Frigid Necromancers and eliminate the source of the corruption under the shrine. Return to Vargastrasz once the task is complete.','I have one final task for you, $r... one that should turn the tide of this fight.$B$BReturn to the shrine and kill the necromancers that are fueling this onslaught. With them dead, we should be able to beat these forces back and eventually retake the shrine.$B$BI also need you to find the source of the corruption under the shrine and put an end to it.$B$BI know I have asked a lot of you, but if you do this for me, we will win this battle.','','Dahlia... they turned her?$B$BDahlia has been loyal to us for a very long time... if they can corrupt a being of her devotion, it does not bode well for the rest of the young races. Thank you for freeing her. I hope she has found some peace.$B$BYou have honored us with your selfless assistance today, $r. Perhaps not all of the Horde bear the black hearts of their ancestors. I will send word to the council of what your kind have accomplished here.','You\'ve returned! Have you done as I\'ve asked of you?','Return to Vargastrasz in Dragonblight.',27539,27680,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,'','Ruby Corruption Cleansed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12451,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,24900,0,0,0,0,0,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,1064,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onward to Camp Oneqwah','Speak with Scout Vor\'takh at Camp Oneqwah.','While we build Conquest Hold, I sent Scout Vor\'takh to make contact with our taunka allies in the east. They\'re based in Camp Oneqwah, which is in the easternmost part of Grizzly Hills, beyond Grizzlemaw.$B$BMake the journey there, hear Vor\'takh\'s report and offer your assistance with anything he and the local chieftain may need. Your contributions to Conquest Hold have been exemplary and I know Vor\'takh will be grateful for the assistance.','','$B$BAh, so you\'re something in the way of reinforcements, then. Good.$B$BTormak and his men have need of your blade.',NULL,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,12340), (12452,2,74,72,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,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'zzOLD The Fate of the Ruby Dragonshrine','Bring Dahlia\'s Ruby Broach to Ceristrasz and inform him of her fate.','','',NULL,NULL,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,12340), (12453,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,44000,74700,0,0,0,0,0,0,37877,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38762,38760,38761,0,0,0,1,1,1,0,0,0,1085,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eyes Above','Windseer Grayhorn wants you to use the Silver Feather on 6 Imperial Eagles in Grizzly Hills.','I\'ve been asked to lend my support to our efforts against the Alliance. At the moment our military forces are about evenly matched and we\'re looking for ways to find an edge.$B$BThe imperial eagles that fly over the mountains and trees in this area would make excellent scouts for us. Take this silver feather and use it to bind my sight to that of them.$B$BBeing able to see our enemy\'s movements will grant us the strategic advantage we need. You\'ll find abundant eagles in the mountains to the east.','','I thank you, $N. Your help is appreciated.','Have you done what I asked of you, $N?','Return to Windseer Grayhorn at Conquest Hold in Grizzly Hills.',27786,0,0,0,6,0,0,0,0,37877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Imperial Eagle\'s sight bound','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12454,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12456,5,56000,99600,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cycle of Life','Nishera the Garden Keeper at the Emerald Dragonshrine has asked you to slay 5 Emerald Skytalons.','Ysera sleeps in the Emerald Dream, watching over both the Dream and Azeroth. But a horrible nightmare has taken hold in the Dream, and now I fear that Ysera is being affected by it.$B$BRecently, I asked her to aid in the fight against the Scourge that are raising frostwyrms at the other dragonshrines. She misunderstood.$B$BInstead, she told our dragonshrine\'s defenders to treat those not of the green dragonflight as enemies.$B$BI need you to slay some of the skytalons. The shrine must regain its balance.','','Do not regret the part that you played in the cycle of life. Birth, death, and rebirth are all part of the natural order.','The sooner that the ermerald skytalons can be dealt with, the sooner the Emerald Dragonshrine can be returned to its natural balance.','Return to Nishera the Garden Keeper at the Emerald Dragonshrine in Dragonblight.',27244,0,0,0,5,0,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,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12455,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12326,0,0,12457,5,0,73800,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scattered To The Wind','Ambo Cash at the Wintergarde Mausoleum in Dragonblight wants you to recover 8 Wintergarde Munitions.','The munitions drop went badly, friend. The shipment of ammo from Westguard Keep was intercepted by the frostwyrms circling overhead. The flying machines were torn apart in a matter of seconds and their cargo was scattered to the wind. Most of it is still topside - on the Carrion Fields.$B$BI\'m gonna need you to go back up and recover the munitions crates that are scattered all over this damned place.$B$BHurry it up! We can\'t start this offensive without guns and ammo, $g buddy:missy;!','','Just in time! Some of my soldiers got a little overzealous and decided to wade into the crypts directly to the east and west of us. Needless to say, they were quickly overwhelmed by those mindless ghouls. We need to rescue the survivors!','Where are my munitions, $g fella:lady;?','Return to Ambo Cash at Wintergarde Mausoleum in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37879,0,0,0,0,0,8,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,5,0,0,0,0,0,12340), (12456,2,74,72,0,65,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,12454,0,0,0,6,112000,124500,0,0,0,0,0,0,37881,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37937,37981,38024,38085,0,0,1,1,1,1,0,0,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Plume of Alystros','Nishera the Garden Keeper at the Emerald Dragonshrine has asked you to acquire The Plume of Alystros.','I can feel that the shrine is not completely back in balance. The verdant keeper has been angered by our actions, and I sense that he will not listen to reason.$B$BAlystros is an immense skytalon who perches at the south end of the Emerald Dragonshrine. It is he who is in charge of the dragonshrine\'s aerial defenses. I fear that we will have to deal with him.$B$BTake these skytalon molts and place them on the ground where he can see them. He will come. Bring me his plume.','','Do not weep for Alystros. He has dedicated his eternal life to the defense of the Emerald Dragonshrine and will be reborn.$B$BHopefully when he returns to us, he will not be gripped with the confusion of the Emerald Nightmare that seems to have taken hold of The Dreamer.','Have you managed to deal with Alystros? Do not be afraid to ask your friends for assistance.$B$BIn fact, given that the verdant keeper is very powerful, I recommend it!','Return to Nishera the Garden Keeper at the Emerald Dragonshrine in Dragonblight.',0,0,0,0,0,0,0,0,0,37881,0,0,0,1,0,0,37880,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,0,12340), (12457,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12455,0,0,12463,6,0,92400,0,0,0,0,0,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,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Chain Gun And You','Ambo Cash at the Wintergarde Mausoleum in Dragonblight wants you to save 8 Injured 7th Legion Soldiers.','We\'ve set up chain guns and barricades directly to the east and to the west. Our injured soldiers are hiding in both rooms - trying their best to not alert the mindless ghouls to their presence.$B$BNow that we have ammo, I need you to man one of the chain guns and use it to blast a path clear for our soldiers! Once you\'re on board, call a soldier out from hiding and then lay down heavy fire to keep the Scourge off him!$B$BGet a move on!','','$N, I haven\'t seen heroics like that since Silithus!$B$BI\'ll be sure that each and every one of those soldiers puts in a recommendation to Lord Fordragon that you be promoted!$B$BNow, on to more pressing matters. We\'ve gotten reports back from our scouts that Thel\'zan is close.\n','Have you rescued our injured soldiers?','Return to Ambo Cash at Wintergarde Mausoleum in Dragonblight.',27788,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Injured 7th Legion Soldier Saved','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12458,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12459,5,56000,99600,0,0,0,0,0,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,1091,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeds of the Lashers','Lord Itharius at the top of Wyrmrest Temple has asked you to return with 3 Lasher Seeds.','We need more weapons in the fight against the Scourge. The natural properties of the Emerald Dragonshrine to the southeast may be the answer.$B$BAny unliving creature, save those that Sylvanas has redeemed, that steps foot in the dragonshrine falls to dust.$B$BI want to test a theory, and I want you to be my instrument in doing so, young $r. Go to the Emerald Dragonshrine and take the seeds from the emerald lashers therein.','','Even now I can feel the pulse of nature from within these seeds.$B$BWe must put them to good use!','And just how many seeds have you managed to acquire thus far?','Return to Lord Itharius at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37882,0,0,0,0,0,3,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,12340), (12459,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12458,0,0,0,7,168000,149400,0,0,0,0,0,0,37887,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,37940,37983,38027,38088,0,0,1,1,1,1,0,0,1091,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'That Which Creates Can Also Destroy','Lord Itharius at the top of Wyrmrest Temple has asked you to destroy a Weakened Reanimated Frost Wyrm, Weakened Turgid the Vile, and Weakened Overseer Deathgaze.','Since we only have three seeds, we must put them to the best possible use.$B$BYour targets are one of the reanimated frost wyrms circling to the north near Galakrond\'s Rest, Turgid the Vile in the ruined barracks at the Carrion Fields to the east, and Overseer Deathgaze at Jintha\'kalar far to the northeast.$B$BWhile the seeds would outright destroy one of the lesser Scourge, they will greatly weaken these three. Enough so, in fact, that you should be able to handle them on your own.','','Excellent. Just as I suspected all along. I shall have to attempt to contact Ysera and see if she approves.$B$BIf she can be coaxed from her nightmare, of course.$B$BThank you, $N. You have been indispensable.','What were the results? Are they destroyed?$B$BI need answers!','Return to Lord Itharius at Wyrmrest Temple in Dragonblight.',27821,27809,27807,0,1,1,1,0,37887,0,0,0,1,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,1,2,0,0,0,0,0,0,12340), (12460,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12766,0,0,12416,1,5600,10200,0,0,0,0,0,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,1091,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,3702.48,699.77,0,'Report to the Ruby Dragonshrine','Report to Ceristrasz on the ridge east of the Ruby Dragonshrine, west of Wyrmrest.','We need you at the Ruby Dragonshrine.$B$BThe dragons are beset on all sides by the blue flight and the scourge... they\'re in no better a state than we are. The situation seems dire, but this affords us a rare opportunity to establish a valuable alliance.$B$BI secured a regiment to aid the red dragonflight against the Scourge at the Ruby Dragonshrine. If you have a fight in you, please go find Ceristrasz on the ridge east of the shrine and help him in any way that you can.','','Ambassador Lauriel sent you?$B$BIf you talk to her again, please let her know that we are very appreciative of her aid. We are fighting battles on far too many fronts.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (12461,2,74,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12767,0,0,12448,1,5600,10200,0,0,0,0,0,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,1091,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,3671.74,1217.12,0,'Report to the Ruby Dragonshrine','Report to Vargastrasz on a ridge outside of the Ruby Dragonshrine, just east of Agmar\'s Hammer.','You are leaving to the Ruby Dragonshrine. This is not a request.$B$BThe dragons are beset on all sides by the blue flight and the scourge... they\'re in no better a state than we are. It is not often we are afforded the opportunity to redeem ourselves for the transgressions of our ancestors.$B$BI have secured a regiment to aid the red dragonflight against the Scourge at the Ruby Dragonshrine. Join them and crush the Scourge beneath your boots!$B$BFor the Horde!','','Ambassador Golluck sent you?$B$BIf you talk to him again, please let him know that we are very appreciative of his aid. We are fighting battles on far too many fronts.',NULL,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,12340), (12462,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,73800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37959,38001,38044,38105,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breaking Off A Piece','Yord \"Calamity\" Icebeard at the Wintergarde Mausoleum in Dragonblight wants you to kill Necrolord X\'avius, Necrolord Horus, and 15 Naxxramas Scourge.$B','Just down the steps lies the gateway to damnation: Scourge as far as the eye can see and getting thicker with each passing moment. What little intelligence we\'ve been able to gather indicates that two Scourge necrolords are furiously working at emptying the first two crypts down below. Before we can breach the inner chamber to Thel\'zan, we\'ll need to take care of those two clowns and their Naxxramas cronies.$B$BGo down into the mausoleum and take out the necrolords and the Naxxramas dreadguards and shades.','','That oughta buy Ambo a little bit of time to get things situated. ','Did you break yourself off a piece?','Return to Yord \"Calamity\" Icebeard at Wintergarde Mausoleum in Dragonblight.',27805,27826,27825,0,1,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','Naxxramas Scourge slain','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12463,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12457,0,0,12465,3,0,36900,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plunderbeard Must Be Found!','Ambo Cash at the Wintergarde Mausoleum in Dragonblight wants you to find Plunderbeard.','There\'s been talk of a tunnel dug by Scourge that connects the embalming chambers of the mausoleum with the large crypts, now unearthed by Thel\'zan and his minions. I recently sent my best rogue, Plunderbeard, in search of answers, but have yet to hear back from him. If I were a betting man I\'d wager that he\'s a goner.$B$BI want you to go down those steps and head straight through the embalming chamber and look for Plunderbeard. Dead or alive, he\'ll have answers.$B','','$B$BEntry One:$B$BThey drag corpses through the tunnel to the embalming room for experimentation. There is an endless supply in this mausoleum. Whatever cannot be reanimated is turned into a bone construct of one kind or another.$B$BEntry Two:$B$BI fear that this lich, Thel\'zan, hides a dark secret. Who is he? Was he once... one of us?$B$BEntry Three: I have discovered the location of the lich\'s phylactery. It is...$B$B',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12464,2,73,71,0,65,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,12251,0,0,0,6,106000,92400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38178,38177,38135,38176,38134,38295,1,1,1,1,1,1,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'My Old Enemy','Deliver The High General\'s Head to Commander Eligor Dawnbringer at Wintergarde Keep.','My old enemy, High General Abbendis, has come to Northrend.$B$BSomehow she survived the attacks upon Tyr\'s Hand and brought a small force north. They\'ve established New Hearthglen to the south.$B$BWhile they could prove useful in fighting the Scourge, Abbendis herself is far too shrewd an opponent to let live. Trust me, if we let them stand, she will be at our throats before the dust settles.$B$BSo, we\'ll deprive them of their leadership and go about our business. Bring me her head as proof.','','An unfortunate, but necessary action that we had to take in dealing with Abbendis. In another lifetime, I think I could have imagined fighting side-by-side with her.$B$B$B$BI\'m a little concerned about this grand admiral you describe. Barean Westwind you say? I can\'t believe that he\'s still alive. He must be ancient. We\'ll have to deal with him later, however.$B$BIn the meantime, I think you\'ve earned a reward and a little R & R.','It is done then?','Return to Commander Eligor Dawnbringer at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37565,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,11,1,1,1,0,0,0,0,12340), (12465,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12463,0,0,12466,5,0,73800,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plunderbeard\'s Journal','Recover Page 4 of Plunderbeard\'s Journal, Page 5 of Plunderbeard\'s Journal, Page 6 of Plunderbeard\'s Journal, and Page 7 of Plunderbeard\'s Journal and return them to Ambo Cash at the Wintergarde Mausoleum in Dragonblight.','Whatever was written on the remaining pages of Plunderbeard\'s journal must be recovered. Search the chambers located on the other side of this tunnel for Plunderbeard\'s assailants. They must be the ones who tore the journal apart!$B$BShould you recover the missing pages, return them to Ambo Cash at the entrance of the Wintergarde Mausoleum.','','$B$BThere\'s some good news and there\'s some bad news. Which do you want first?$B$BAh hell, why give you a choice? The good news is that if we can get Thel\'zan\'s phylactery, we can destroy him. The bad news is that the phylactery is on a rather large frostwyrm.','I certainly don\'t feel like a winner...','Return to Ambo Cash at Wintergarde Mausoleum in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37910,37911,37912,37913,0,0,1,1,1,1,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12466,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12465,0,0,12467,2,0,18600,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chasing Icestorm: The 7th Legion Front','Report to Legion Commander Tyralion at the 7th Legion Front in central Dragonblight.','You need to get to the 7th Legion Front in northern Dragonblight. Return to Wintergarde Keep and take the north gate out of town. Keep north until you hit a road. Take a left on that road and follow it until you reach the snowline. Once at the snowline keep heading west until you hit the Path of the Titans. Follow that north and it\'ll lead you right into the 7th Legion Front.$B$BOnce there, speak with Legion Commander Tyralion. He\'ll be expecting you.$B$BAnd $N - it has been a pleasure. Farewell.','','Now you know why they call this the Dragon Wastes. Bones of the beasts are strewn about as far as the eye can see.$B$BWe\'ve probably taken down a dozen or more frostwyrms and there\'s still no end in sight. The Scourge\'s got fuel for ten-thousand more what with all the bones laying about.$B$B$B$BI don\'t mean to bore you with the details, hero. We\'ve got the wyrm you\'re looking for locked in our sights.',NULL,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,12340), (12467,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12466,0,0,12472,6,0,92400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,37958,38000,38043,38104,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chasing Icestorm: Thel\'zan\'s Phylactery','Recover Thel\'zan\'s Phylactery from Icestorm and return it to High Commander Halford Wyrmbane at Wintergarde Keep.$B','Your frostwyrm is out there.$B$B$B$BAnd it\'s a big one!$B$BWhen you\'re ready to fight, go speak with \"Wyrmbait.\" He\'ll \"fetch\" her. Once Icestorm is close enough we\'ll chain her to the ground and finish her off! Hopefully, with your help, we\'ll be able to take her down and get you that phylactery.$B$BOnce you\'ve got the phylactery, return to Wintergarde Keep and report to High Commander Halford Wyrmbane. He\'s been making preparations for the final showdown with Thel\'zan.','','We\'ve lost so many good soldiers to that monster, Thel\'zan. I wish I could be there to see you crush his phylactery in front of him and end his existence.','Have you recovered Thel\'zan\'s phylactery?','Return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37920,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12468,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12487,12257,0,12257,2,0,24900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Conqueror\'s Task','Speak to Sergeant Nazgrim in Conquest Hold.','The Horde is a magnificent war machine and you are nothing but a cog.$B$BI am in charge of securing fuel for this machine. If I fail, the machine fails.$B$BLumber, ore, water... it\'s all here and we want it. And so does the Alliance.$B$BBefore we can move against the human scum, we need to solidify our control over the western region.$B$BSpeak to Sergeant Nazgrim about eradicating the vrykul in Voldrune and then maybe - if you turn out to not be a complete failure - we\'ll send you on further tasks.','','So Krenna sent you to me? She must\'ve not liked you very much, but then again who does she like?$B$BCracking this vrykul outpost is going to be a tough, tough job.',NULL,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,12340), (12469,2,74,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12044,1,5600,10200,0,0,0,0,0,0,37922,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4698,553.92,0,'Return to Sender','Follow the ridge to the east and deliver the pack of explosives to Xink at Nozzlerust Post in northern Dragonblight.','Upon closer examination, the goblin appears to have been running a pack full of explosives across the wastes for delivery. The harpy feathers half-buried in the snow nearby suggest how he met his ill fate.$B$BIt appears that the goblin was bringing the explosives towards the Wrath Gate from somewhere to the east. It seems most prudent to follow the ridge back to the east and inform the sender of their runner\'s fate.','','Hah! We lost another one, eh? Those harpies are becoming a real nuisance.$B$BNo matter! There\'s work to be done. Lend a hand around here, will ya?','Hello there!','Return to Xink at Coldwind Heights in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37922,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12470,2,75,72,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,118000,157200,0,0,0,0,0,0,37923,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,38173,38174,38133,38202,0,0,1,1,1,1,0,0,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,4114.09,-403.37,1,'Mystery of the Infinite','Chromie, at the top of Wyrmrest Temple, has asked you to travel to the Bronze Dragonshrine. Once inside, place the Hourglass of Eternity on the ground.$B$BProtect the hourglass for as long as it lasts and then return to her with whatever information you gain.','A time storm at the Bronze Dragonshrine to the northeast is keeping immortals from entering.$B$BThe Infinite Dragonflight are in a fight inside with the defenders to wrest control of the dragonshrine. We must take this opportunity to gain information.$B$BYou are not immortal. You can cross into the dragonshrine and use the Hourglass of Eternity. Protect the hourglass for long enough and the leader of the Infinite Dragonflight should be revealed.$B$BBe warned, the Infinite Dragonflight will try to stop you!','Hourglass of Eternity protected','You saw Nozdormu? That doesn\'t make any sense.$B$B$B$BActually, that\'s great news! We had no idea of where or when the Lord of Time had gone to. We just knew that he had disappeared to deal with very important matters.$B$BSo, even though the leader of the Infinite Dragonflight wasn\'t revealed, you\'ve discovered that Nozdormu is alive and well, and fighting back against them!$B$BThank you, $N. I\'ll be seeing you soon!','What news do you bring? What happened at the Bronze Dragonshrine?$B$BDid you find out who the leader of the Infinite Dragonflight is?','Return to Chromie at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,37923,0,0,0,1,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,6,4,1,1,0,0,0,0,12340), (12471,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,18000,0,0,0,0,0,0,0,0,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cruelty of the Kvaldir','Speak to Karuk about the Captured Tuskarr Prisoner.','I thank you for saving me, $N. The kvaldir are animals!$B$BThey made us fight the other prisoners. It would\'ve been more merciful to just kill us all.$B$BThe youngling Karuk is still alive -- I noticed him arrive here. Tell him his father fought until the end.','','I thank you, $N. You\'ve shown a great deal of goodwill towards my clan.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12472,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12467,0,0,0,1,0,7500,0,0,0,0,0,0,37920,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finality','Take Thel\'zan\'s Phylactery to Legion Commander Yorik inside the Wintergarde Mausoleum in Dragonblight.','Thanks to your heroics, Lord Fordragon has given the command to launch a full assault against Thel\'zan. 7th Legion have made their way into the summoning chamber of the mausoleum and located what appears to be a gateway to hell. The only piece that\'s missing now is you.$B$BTake the phylactery and report to Legion Commander Yorik inside the Wintergarde Mausoleum.$B$BThere is a tunnel that the Scourge dug out just outside the keep that you can take to get to Yorik quickly. Go now, $N! Lead us to victory!','','When you\'re ready I\'ll place the phylactery out in front of the gateway and call forth Thel\'zan.','$B$BWe thought you might not show up, $N.','Return to Legion Commander Yorik at The Carrion Fields in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37920,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12473,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12472,0,0,12474,5,0,73800,0,0,0,0,0,0,0,0,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An End And A Beginning','Defeat Thel\'zan the Duskbringer and report to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.','Every good story has a beginning and an ending, $N. While your story is far from over, I\'ll be damned if it\'s not already turning out to be the stuff of legend! No matter what happens to us when this is all over, what you\'ve done at Wintergarde will be a tale told for years to come.$B$BNow, ally, when you are ready I will use the phylactery to coax Thel\'zan out of hiding.$B$BShould we somehow succeed, report the victory to High Commander Halford Wyrmbane at Wintergarde Keep.','Thel\'zan the Duskbringer Defeated','Wintergarde is saved because of you, $N. To think that one woman could so swiftly turn the tides of battle is hard for most to comprehend; yet here we are - victorious! You have managed to restore the faith of these people and earned the respect of your commanding officers.$B$B$B$BLord Fordragon has returned to Angrathar to prepare our forces for the destruction of the Wrathgate and has requested that you join him! I couldn\'t recommend a better soldier for the job, $N.',NULL,'Return to High Commander Halford Wyrmbane at Wintergarde Keep in 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,12340), (12474,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12473,0,0,12495,7,0,110700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38541,38543,38540,38542,0,0,1,1,1,1,0,0,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Fordragon Hold!','Venture to Fordragon Hold in Dragonblight and speak with Highlord Bolvar Fordragon.$B','With the Naxxramas war machine stopped dead in its tracks the time has come for you to help our forces at Angrathar, the Wrathgate. Nestled against the mountain in northern Dragonblight is our base of operations, Fordragon Hold. It is there that Lord Fordragon awaits your arrival! Go now, $N!$B$BTake the north gate out of town and travel north by northwest until you arrive at your destination.$B$BLight protect you!','','This commendation is only given to those that have gone above and beyond the call of duty in the name of the Alliance. I could count the number of times I\'ve handed this one out on one hand, $N, and never has anyone been more deserving than you! Congratulations!$B$BNow, let us look upon the Wrathgate. Does it look familiar? It should. That strange ore you found at the Wintergarde Mine is exactly what the Wrathgate is made from. We will find its weakness and expose it for all to see! First, though...',NULL,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,1,1,6,1,0,0,0,0,12340), (12475,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12305,0,0,12478,5,0,73800,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Secrets Men Hide','Zelig the Visionary at Wintergarde Keep in Dragonblight wants you to find the Onslaught Map and return it to him.','After the betrayal at the Forgotten Shore, Prince Arthas - with Muradin in tow - began his quest for Frostmourne. Could the location of the cavern where Frostmourne was found be near? What secrets could it hold? While the orb has no answers for these questions, it does show me something.$B$BTo the northeast of Wintergarde Keep is an outpost built by the Scarlet Onslaught. Somewhere within that outpost is a map. The orb tells me that this map will be of great use to us.$B$BRetrieve it!','','A cave? Could it be? There can be no other correlation!','Have you recovered the Onslaught map?','Return to Zelig the Visionary at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37930,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,6,5,0,0,0,0,0,12340), (12476,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12305,0,0,0,5,53000,73800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,33447,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Return of the Crusade?','Commander Lynore Windstryke at Wintergarde Keep in Dragonblight wants you to kill 20 Scarlet Onslaught at the Onslaught Base Camp.','To the northeast of Wintergarde Keep is a newly built encampment, set up by the Scarlet Crusade - or rather - the Scarlet Onslaught as they now call themselves. While we are unsure as to why they are in Northrend, they are certainly no less dangerous than they were before. As of last night the Scarlet Onslaught has killed twelve of our soldiers. They must be taught a lesson, $N.$B$BGo to Onslaught Base Camp and thin them out. $B','','Hopefully the message is now clear to the Onslaught. I hope it was enough of a beating to make them doubt their affiliations.\n','Clear out the Onslaught Base Camp, $N.','Return to Commander Lynore Windstryke at Wintergarde Keep in Dragonblight.',27875,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,'Scarlet Onslaught slain','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12477,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12305,0,0,0,5,0,73800,0,0,0,0,0,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,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path of Redemption','Return \"The Path of Redemption\" to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.','\"The Path of Redemption,\" ever heard of it? It is allegedly a journal that holds the prophetic ramblings of High General Abbendis of the Scarlet Onslaught. Within that book can be found the motivations and goals of the Scarlet zealots - not to mention a whole lot of insanity.$B$BVenture to Onslaught Base Camp, northeast of Wintergarde Keep, and recover a copy of \"The Path of Redemption\" from one of the Onslaught soldiers.','','$B$BAbbendis has gone off the deep end. The Light speaks to her now?$B$BDespite the inane ramblings, this journal gives us a never before seen look into the mind of the Scarlet zealots. This was a great find, $N. Lord Fordragon will be pleased.','Did you find a copy?','Return to High Commander Halford Wyrmbane at Wintergarde Keep in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,37931,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,1,1,0,0,0,0,12340), (12478,2,73,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12475,0,0,0,6,0,92400,0,0,0,0,0,0,37933,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38530,38532,38531,38533,0,0,1,1,1,1,0,0,1050,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostmourne Cavern','Zelig the Visionary at Wintergarde Keep in Dragonblight wants you to use Zelig\'s Scrying Orb at the bottom of Frostmourne Cavern. Unlock the secrets of the past!','They have labeled the cave as Frostmourne Cavern. Why the Scarlet Onslaught is interested in such things is unknown, but by the look of things, the area surrounding the cave is heavily guarded. Nonetheless, we must proceed!$B$BTake this scrying orb and travel north out of town and then northwest towards Scarlet Point. Make your way into the cave and battle your way to the bottom. Once there, use the orb. Return here with what you discover.','','Muradin lives? Could it be? I must nofity King Bronzebeard at once!$B$BI need to consult the orb. There must be more information - somewhere!\n','Have you searched Frostmourne Cavern?','Return to Zelig the Visionary at Wintergarde Keep in Dragonblight.',27879,0,0,0,1,0,0,0,0,0,0,37933,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secrets of the Past Revealed','','','',4,0,0,0,0,0,0,0,0,0,1,1,5,0,0,0,0,0,12340), (12479,2,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Onwards to Northrend!','Speak to the Alliance Recruiter inside Valiance Keep in Borean Tundra or the one at Vengeance Landing in Howling Fjord.','Welcome to the Wrath of the Lich King Friends and Family Alpha. Use the portals next to me to begin your journey into Northrend.$B$BYou can choose to report to the Alliance recruiter in Valiance Keep in Borean Tundra or you can go to Valgarde in Howling Fjord.','',NULL,NULL,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,12340), (12480,2,70,68,0,3703,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,780,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Onwards to Northrend!','Speak to the Horde Recruiter inside Warsong Hold in Borean Tundra or Vengeance Landing in Howling Fjord.','Welcome to the Wrath of the Lich King Friends and Family Alpha. Use the portals next to me to begin your journey into Northrend.$B$BYou can choose to report to the Horde recruiter in Warsong Hold in Borean Tundra or you can go to Vengeance Landing in Howling Fjord.','',NULL,NULL,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,12340), (12481,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,11303,0,0,0,6,94000,30300,0,0,0,0,0,0,33581,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,35889,35888,35890,35891,0,0,1,1,1,1,0,0,1052,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Adding Injury to Insult','Read the Vrykul Insult to Bjorn Halgurdsson in Baleheim, then lead him back to Lydell\'s Ambush and help slay him.','The vrykul are being clever about this. Fortunately I\'ve a trick up my sleeve.$B$BThis leader of theirs, Bjorn, is a real hothead. We\'ve pieced together enough of their language to fashion what we think is a good insult. Something involving his mother and large barnyard animals... we\'re not quite sure.$B$BTake this piece of paper and read it to him. Once he starts chasing you, lure him back here. We\'ll make sure he doesn\'t make it out alive.','','Nice work. That poor sap never saw it coming.','Assassination work isn\'t as glamorous as it\'s made out to be.','Return to Lydell at Lydell\'s Ambush in Howling Fjord.',24276,24275,0,0,1,1,0,0,0,0,33581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bjorn Halgurdsson insulted','Bjorn Halgurdsson defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12482,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,24000,0,0,0,0,0,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,1067,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Against Nifflevar','Ranger Captain Areiel wants you to go to Nifflevar and slay 5 Dragonflayer Warriors, 4 Dragonflayer Rune-Seers and 4 Dragonflayer Hunting Hounds.','We await reinforcements from Vengeance Landing to move against Nifflevar. If we were to capture it earlier, though, it would provide us with a great advantage over the Alliance.$B$BHead into town and see if you can put a dent in their numbers.','','Excellent work, $N. When our forces from Vengeance Landing arrive, we\'ll be able to take care of any vrykul that are left.','Hail, $N.','Return to Ranger Captain Areiel at Ghostblade Post in Howling Fjord.',23654,23656,23994,0,5,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,12340), (12483,2,75,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12190,5,59000,125700,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,'Shimmercap Stew','Prigmon in Granite Springs wants you to collect 5 Shimmering Snowcaps and 5 Ice Serpent Eyes from Drak\'Zin Ruins and 5 Sweetroot from Zeb\'Halak.','Say, while yer here, how bout ya help ol\' Prigmon with a little chore? I got a friend who can make a mean stew - one like ya never tasted before!$b$bThere be a few ingredients found in these parts that he be needin\'. They be in ruins to the southwest and the camp just north o\' here.$b$bWhatd\'ya say, mon?','','Oh, mon - shimmercap stew! I can almost taste it already....','You get those ingredients for \'ol Prigmon, $n?','Return to Prigmon at Granite Springs in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35798,35782,37087,0,0,0,5,5,5,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12484,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11990,0,0,0,2,14400,24900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Scourgekabob','Prigmon at Granite Springs wants you to bring a Mummified Troll Carcass to Mack Fearsen and place it in the fire.','Ugh.$b$bWrappin\' up these unfortunate trolls be makin\' my heart ache, but not so much as my back!$b$bHelp ol\' Prigmon out and haul one of these carcasses over to Mack.$b$bIf we don\'t burn \'em they be walkin\' again in no time.','','Nothin\' better than watchin\' them shcourge burn... .$b$bWrote a little shong about it. Wanna hear it? Here goes....','Whatcha got there, $r?','Return to Mack Fearsen at Granite Springs in Grizzly Hills.',27929,0,0,0,1,0,0,0,38149,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mummified Carcass Burned','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12485,2,70,60,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,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Howling Fjord: aa - A - LK FLAG','','','',NULL,NULL,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,12340), (12486,2,71,69,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,-11598,0,0,11624,1,0,2400,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Bor\'gorok Outpost, Quickly!','Speak with Spirit Talker Snarlfang at Bor\'gorok Outpost.','Did you feel it?$B$B$B$BSomething terrible has happened to my old friend, Farseer Grimwalker. I just sensed it.$B$BHe had a pupil that he took with him when he went north. They were going to help the overlord establish an outpost on the edge of Sholazar Basin.$B$BHer name is Snarlfang. She is a spirit talker.$B$BPerhaps she will know what happened. Or, at least, she can help you to find out.','','The mystic knows? You say he felt that something horrible happened to Farseer Grimwalker?$B$BIt is as I feared!',NULL,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,12340), (12487,2,74,73,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12488,0,0,12468,1,0,10200,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,3157.8,-2244.18,0,'To Conquest Hold, But Be Careful!','Present yourself to Conqueror Krenna at Conquest Hold in the Grizzly Hills.','I\'ve received a request for help from our base in the Grizzly Hills. I\'m sending you to see Conqueror Krenna.$B$B$B$BShe\'s attempting to secure all of the natural resources or somesuch. Just watch your back around her. The word is that she\'s aggressive even for an orc.$B$BFollow the road east and then southeast. Cross the bridge at the Dragonspine Tributary and go east from the Evergreen Trading Post.','','Who are you?$B$BTell me why I shouldn\'t split you in two where you stand!',NULL,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,12340), (12488,2,74,73,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12487,1,0,10200,0,0,0,0,0,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,1067,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,3243.81,-608.14,0,'The High Executor Needs You','Speak with High Executor Wroth at Venomspite in Dragonblight.','It\'s a good thing that I intercepted this request from High Executor Wroth before it got to Overlord Agmar. What is Wroth thinking?$B$B$B$B$C, go see what it is that the high executor wants.$B$BFollow the road east and pass through The Dragon Wastes. You\'ll find a path leading up out of the wastes on the southeast side, and the Forsaken town, Venomspite, will stand before you on the south side of the mountain.','','You were sent from Agmar\'s Hammer? It\'s about time!$B$BNo, the help is not for me. I simply have no one else to spare, but you\'ll do.',NULL,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,12340), (12489,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12521,0,0,0,3,31000,63600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Welcome to Sholazar Basin','Follow the path to the northwest to reach the camp that Monte mentioned.','So, where did you come from? I don\'t suppose that fool of an archmage sent you, too?$B$BYou\'re lucky to be in one piece, $g laddie:lass;! They nearly blew you up!$B$BThe jungle here\'s a darned dangerous place, \'specially with the Venture Company about.$B$B Git you! Go see the boss... he\'ll sort you out. The camp\'s at the end of that path to the northwest.$B$BNow, git!','','Hah! It\'s not often you run into a complete stranger in the middle of the jungle.$B$BYou one those druid lackeys sent to \"stop me and my evil ways?\" Yeah, good luck with that one!$B$B$B$BDidn\'t think so! You\'re more than welcome to join us in the hunt, soon as we\'ve dealt with those Venture Company dogs. There\'ll be plenty to go around.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12490,2,71,68,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,94000,30300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Veehja\'s Revenge','Veehja at the Shrine of Scales wants you to slay 6 Skadir Mariners, 3 Skadir Mistweavers and 2 Skadir Runecasters.','We share a common enemy today, $r! My people have been wiped out by these Kvaldir... my city has been all but destroyed. It is time for exacting revenge!$B$BIn return for my help, I\'d like you to slay the barbaric monsters that defile Riplash. You will be well rewarded, $c.','',NULL,NULL,'Return to Veehja at the Shrine of Scales in Borean Tundra.',25523,25613,25520,0,6,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,12340), (12491,2,-1,75,0,-370,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,38280,1,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,'Direbrew\'s Dire Brew','Give Direbrew\'s Dire Brew to Ipfelkofer Ironkeg at the Brewfest camp near Ironforge.','Coren Direbrew\'s corpse clutched this small cask tightly to its gut. This must be his infamous Dire Brew!','','This is the Coren Direbrew\'s drink? The brew he wanted more than anything to submit at Brewfest? Well, officially we can\'t recognize this submission, but out of respect for a fallen brewer, perhaps I\'ll have a taste...','$n, your face has a grim set to it. Do you have dire news?','Return to Ipfelkofer Ironkeg in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38280,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12492,2,-1,75,0,-370,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,38281,1,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,'Direbrew\'s Dire Brew','Give Direbrew\'s Dire Brew to Tapper Swindlekeg at the Brewfest camp near Orgrimmar.','Coren Direbrew\'s corpse clutched this small cask tightly to its gut. This must be his infamous Dire Brew!','','Ah, so Direbrew finally submitted his brew. What a pity he had to die to do it...$B$BOh, well. Bottoms up, eh?','Hey $N, your face is all smudged! Have you been to Blackrock Depths?','Return to Tapper Swindlekeg in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38281,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12493,2,-1,0,0,3711,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,50,3,0,0,0,0,0,136,0,0,10,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,'PvP Test','Kill 10 opponents.','Kill me some guys from the other side! Those guys suck! I need to test something, so let\'s just repeat this over and over again. I need to test something, so let\'s just repeat this over and over again. I need to test something, so let\'s just repeat this over and over again. I need to test something, so let\'s just repeat this over and over again. I need to test something, so let\'s just repeat this over and over again. I need to test something, so let\'s just repeat this over and over again.','',NULL,NULL,'Return to Test PvP Questgiver at Tabetha\'s Farm in Dustwallow Marsh.',7379,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12494,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Riding Trainer Advertisement (20)','','','',NULL,NULL,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,12340), (12495,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12474,12497,0,12497,1,0,10200,0,0,0,0,0,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,1050,1091,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Audience With The Dragon Queen','Seek out Alexstrasza the Life-Binder at Wyrmrest Temple in Dragonblight.','Our assault against Angrathar has staggered the Scourge, but they remain unrelenting. From overhead they send their frost wyrms to strafe the field of battle, making an advance upon the gate itself impossible. The frost wyrm attacks must be stopped, but before we defile the bones of ancient dragons, we must gain permission from their queen.$B$BTravel southeast to Wyrmrest Temple and seek out Queen Alexstrasza. Tell her what we must do and ask her for guidance.$B$BGo now, $N!','','You have come seeking my council, mortal. This I know, but do you know what it is that you face?$B$B$B$BNorth of here are the dying grounds of Galakrond - progenitor of dragonkind. It is from Galakrond that the Titans created the Aspects. Imagine, then, the power of Galakrond. His size alone was greater than all of the Aspects combined! Now attempt to understand what the Scourge do in the Great Dragonblight.$B$BFrost wyrms, mortal, should be the least of your concerns.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,6,1,0,0,0,0,0,12340), (12496,2,74,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12224,12497,0,12497,1,0,10200,0,0,0,0,0,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,1085,1091,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Audience With The Dragon Queen','Seek out Alexstrasza the Life-Binder at Wyrmrest Temple in Dragonblight.','Though I know you hunger to destroy the Scourge that stand before us at the Wrath Gate, we must first deal with the threat that looms overhead. Until the strafing assaults of the frost wyrms are halted, we cannot move forward.$B$BBut before we assault the dying grounds of dragons, we must first be granted permission. Venture now to the hallowed halls of dragonkind: Wyrmrest Temple. Once there, seek out Queen Alexstrasza.$B$BRide now, $N! Southeast, to Wyrmrest!','','You have come seeking my council, mortal. This I know, but do you know what it is that you face?$B$B$B$BNorth of here are the dying grounds of Galakrond - progenitor of dragonkind. It is from Galakrond that the Titans created the Aspects. Imagine, then, the power of Galakrond. His size alone was greater than all of the Aspects combined! Now attempt to understand what the Scourge do in the Great Dragonblight.$B$BFrost wyrms, mortal, should be the least of your concerns.',NULL,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,12340), (12497,2,74,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12498,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Galakrond and the Scourge','Speak with Torastrasza at Wyrmrest Temple in Dragonblight.','Atop the Wicked Coil, the Grand Necrolord of the Scourge, Antiok, sits upon the shoulders of the reconstructed storm giant lord, Thiassi. From there he commands the armies of undead to work day and night to unearth Galakrond\'s massive bones. Should they succeed in raising Galakrond, all of your efforts will have been for naught.$B$BWhile I cannot call down the full fury of the Red Dragonflight to assist you in your journey, I will grant you my blessing. Go now and speak with my majordomo, Torastrasza. ','','The bravery of mortals never fails to astound me. Death affixes its cold stare upon you and in return you rise to challenge its assertion! It is why your kind is so loved... and so hated.$B$BEven though the Red Dragonflight is entrenched in a war with Malygos, there is something that we can do to help.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12498,2,74,71,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12497,0,0,0,6,0,124500,0,0,0,0,0,0,38302,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,38010,38053,38114,38073,0,0,1,1,1,1,0,0,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'On Ruby Wings','Destroy 30 Wastes Scavengers and recover the Scythe of Antiok. Return to Alexstrasza the Life-Binder at Wyrmrest Temple should you complete this task.','Use this beacon to signal a Wyrmrest vanquisher. Climb upon its back and fly north to Galakrond\'s Rest. Once there, command the dragon to destroy the Scourge scavengers that work to unearth Galakrond. Once the area has been cleansed, fly to the Wicked Coil, overlooking Galakrond\'s Rest, to destroy Grand Necrolord Antiok and recover the scythe that he uses to control the wyrms.$B$BDo this and return to Queen Alexstrasza for a hero\'s reward!$B$B$N, beware the rotting storm giants that wander the area!','','I knew that you would return, $N. You have served the Wyrmrest Accord and saved your people from certain death. Let it be known to all and let it be recorded for posterity!','Destroy the Scourge at Galakrond\'s Rest before it is too late!','Return to Alexstrasza the Life-Binder at Wyrmrest Temple in Dragonblight.',28005,0,0,0,30,0,0,0,0,0,38302,0,0,0,1,0,0,0,0,38305,0,0,0,0,0,1,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,1,5,0,0,0,0,0,12340), (12499,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12498,0,0,0,7,0,149400,0,0,0,0,0,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,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return To Angrathar','Speak with Highlord Bolvar Fordragon at Fordragon Hold and tell him of your victory over the Scourge.$B','With Antiok slain and the scythe in our possession, the frost wyrm assaults upon your forces at Angrathar will halt. The wyrms that remain in the Dragonblight will be hunted and destroyed, their bones returning to the earth.$B$BThe time to make your final stand is now, $N. Return to Fordragon Hold and notify Highlord Fordragon.$B','','Know this: all that you have done has led to this moment. Without your efforts, we would have been finished! Now, stand guard as I take to the field and end this!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,66,0,0,0,0,12340), (12500,2,74,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12498,0,0,0,7,0,149400,0,0,0,0,0,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,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return To Angrathar','Speak with Saurfang the Younger at the Kor\'kron Vangaurd and tell him of your victory over the Scourge.','With Antiok slain and the scythe in our possession, the frost wyrm assaults upon your forces at Angrathar will halt. The wyrms that remain in the Dragonblight will be hunted and destroyed, their bones returning to the earth.$B$BThe time to make your final stand is now, $N. Return to the Kor\'kron Vanguard and notify Saurfang the Younger.','','My father was right about you, $N. Everything that he said has come to pass - only one final duty remains unfulfilled. I will now lead the Kor\'kron to the front line. The time to end this war is at hand. The Lich King\'s tyranny ends today!$B$BTake my post now, $N, and stand guard over our forces.',NULL,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,12340), (12501,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12596,0,0,0,5,62000,126900,0,53707,0,0,0,0,0,0,51573,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Patrol','Commander Kunz at the Argent Stand wants you to visit the four Argent Crusade posts, follow their captain\'s orders, and then return and report to him.$b$bCaptain Brandon and Captain Rupert are posted at Drak\'Sotra, Captain Grondel is posted in Drak\'Agal, and Alchemist Finklestein is posted in Heb\'Valok.','Unsheathe that weapon, $r. It\'s time to go on patrol!$b$bI\'ve got four posts under my command and it\'s crucial to our success that they remain in our control. I\'m ordering you to visit each of them and offer your assistance.$b$bYou can begin with Captain Brandon southeast of here. He\'ll direct you to the next post when he\'s finished with you.$b$bReport back to me once you\'ve assisted each of my men. And remember, you\'ll be more richly rewarded for returning to me quickly - so double-time it!$b$bDismissed!','','Well, $N, at least you\'ve made it back in one piece. I suppose that\'s worth something....','What news from our posts, $r?','Return to Commander Kunz at Argent Stand in Zul\'Drak.',28042,28044,28043,28205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Brandon\'s Task','Captain Rupert\'s Task','Captain Grondel\'s Task','Alchemist Finklestein\'s\'s Task',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12502,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12501,0,0,0,2,15800,31800,0,50574,0,0,0,0,38544,1,0,4224,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,1106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Patrol: High Standards','Captain Brandon wants you to place the Argent Crusade Banner in the Drakkari Pedestals at Drak\'Sotra.','Listen, $c. This is the Argent Crusade. Our men will fight to the end and never complain no matter what the conditions.$b$bThat said, we\'ve taken some heavy casualties in this campaign and we\'ve been hitting it hard with little or no sleep for months. That all takes a toll on morale, whether we admit it or not.$b$bIt may not seem like much, but seeing our standard raised over the battlefield is of considerable comfort to a soldier. Take these banners and raise them at the pedestals in Drak\'Sotra.','','Good work, friend.$B$BAmazing what a little of one\'s colors do for a battleground.$B$BYou\'ll want to head on over to Captain Rupert next. He\'s stationed at the wall, just northeast of here.',NULL,'Return to Captain Brandon at Drak\'Sotra in Zul\'Drak.',28064,28304,28305,0,1,1,1,0,38544,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Crusade Banner South','Argent Crusade Banner North','Argent Crusade Banner East','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12503,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12795,12596,-12503,12596,5,62000,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defend the Stand','Commander Falstaav has tasked you with the destruction of any 10 Scourge in the courtyard at The Argent Stand.','Despite our substantial successes in the lower third of Zul\'Drak, we must still face the onslaught of the Scourge. Such is the way in this frigid hell.$B$BThe attacks are unrelenting, yet my men need rest. If you are willing, we could use your aid in reinforcing them.$B$BBelow in the courtyard you\'ll find no end to the fighting. Dispatch the Scourge there with all the zeal you can muster, $c.','','Your assistance in this matter is greatly appreciated. Were it not for your efforts, we would have difficulty in holding the unliving back from our steps.','Perhaps you could destroy a few more?','Return to Commander Falstaav at Argent Stand in Zul\'Drak.',28022,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge at The Argent Stand destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12504,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12505,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39771,39834,39780,39782,0,0,1,1,1,1,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Crusade, We Are Leaving!','Sergeant Stackhammer at the Altar of Sseratus wants you to speak with 10 of his Argent Soldiers and tell them to report back to him.','$B$BLook, $g lad : lass;, I\'d love to just up and leave, but take a look out there. All of my people are fighting.$B$BTell you what, you\'ve come this far, you think you\'re up to doing me a small favor? Head out there and round up my soldiers?$B$BTell \'em that the sergeant orders them to report back immediately. Lend them a hand if you will.','','Alright then. We\'ll collect up the rest and head back to the stand.$B$BIt\'s a shame that we have to leave so soon. Doesn\'t quite feel like the job\'s done here, and quite frankly, I get the feeling that prophet in front of the altar is going to be big trouble!','I\'ll need more of them to report back in than that.','Return to Sergeant Stackhammer at the Altar of Sseratus in Zul\'Drak.',28041,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Soldiers told to report back to the sergeant','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12505,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12740,0,0,12504,1,6200,12600,0,0,0,0,0,0,38319,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Orders for Sergeant Stackhammer','Commander Kunz has asked you to deliver the New Deployment Orders to Sergeant Stackhammer at the Altar of Sseratus.','$C, you\'re here to help, right? I\'ve got new orders for our forces that are currently deployed at the Drakkari altar to the north.$B$BYou can\'t miss it. Just head straight up the avenue. Sergeant Stackhammer shouldn\'t be hard to find.','','$B$BAre those new orders for me, $g mister : miss;?','What\'s this all about?','Return to Sergeant Stackhammer at Frigid Breach in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38319,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12506,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12740,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,140,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at the Altar of Sseratus','Hexxer Ubungo at The Argent Stand has asked you to investigate the main altar building at the Altar of Sseratus.','There\'s trouble at the altar of the snake god.$B$BThe presence of the Scourge has weakened the land, $r. This in turn has weakened the wild gods.$B$BWe know that the Drakkari are taking advantage of this to do evil things to the gods.$B$BI need you to be my eyes and ears. The Altar of Sseratus is at the end of the avenue to the north. Sneak around the back and get a look inside of the main altar building.$B$BWhatever you do, avoid the prophet at all costs!','Main building at the Altar of Sseratus investigated.','Dead?$B$B$B$BThey\'ve killed Sseratus and drunk deeply of his mojo; the prophet especially!$B$BWe must figure out a way to put an end to him before he drinks too much more!','What did you see, $r?','Return to Hexxer Ubungo at Argent Stand in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12507,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,2,15800,31800,0,0,0,0,0,0,38321,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strange Mojo','Deliver the Strange Mojo to Hexxer Ubungo at The Argent Stand.','This bottle of strange mojo may be the key to what is truly going on here.$B$BThe Zandalari troll Hexxer Ubungo, back at The Argent Stand, may want to take a look at it.','','That\'s the mojo of the wild gods, $c!$B$BThis is not good!','What\'s that you have there?','Return to Hexxer Ubungo at The Dead Fields in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38321,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12508,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12505,0,0,0,5,62000,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mopping Up','Corporal Maga at the Altar of Sseratus wants you to kill any combination of 10 Champions of Sseratus, Priests of Sseratus, or Drakkari Snake Handlers.','I couldn\'t help but overhear what you were talking to the sergeant about. That doesn\'t change the fact that we still have a job to do here.$B$BWhile you\'re out there, do you think you could help us to put some of those followers of Sseratus out of their misery?','','Thanks, $c. I\'d have hated to leave without accomplishing what we came out here for in the first place.','How about killing a few more?','Return to Corporal Maga at the Altar of Sseratus in Zul\'Drak.',28036,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Followers of Sseratus slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340); INSERT INTO `quest_template` VALUES (12509,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12501,0,0,0,2,15800,31800,0,50634,0,0,0,0,0,0,0,4224,1,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,0,0,0,0,0,0,'Troll Patrol: Intestinal Fortitude','Captain Rupert in Drak\'Sotra wants you to restore courage to the cowering Crusade Recruits.','Finally, the patrol arrives!$b$bHere\'s the situation, $r. We\'ve lost many of our finest soldiers in this campaign and have had to call upon our recruits to fill in the gaps.$b$bWe\'ve just fought one of our fiercest battles and many of the recruits were simply not prepared to face this enemy. There are more fights ahead, and I need them ready to follow orders.$b$bIf there\'s one thing I can\'t stomach, it\'s cowardice. Perhaps you can help them find the courage to continue. ','','Well done, $c. And not a moment too soon. I\'ve received word that a counter-attack is imminent.$B$BYou should be on your way. The next post is to the northeast, near the coliseum. Captain Grondel should be waiting for you there.',NULL,'Return to Captain Rupert at Drak\'Sotra in Zul\'Drak.',28090,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Recruit\'s Courage Restored','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12510,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12507,0,0,12514,5,62000,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39781,39842,39803,39805,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Precious Elemental Fluids','Hexxer Ubungo at The Argent Stand wants you to acquire 3 Precious Elemental Fluids.','$B$BI have an idea for how to deal with the prophet of Sseratus. But first, we\'re going to need some things.$B$BThe Drak\'Sotra Fields are directly to the south. Because of the stresses on the land from the Scourge and the deaths of gods, the wall between worlds has weakened and the elementals are flooding in.$B$BWe need the precious fluids of their lords. If you combine three links from the elementals a tether will be made, and one of their lords can be summoned.','','Excellent. When combined with the mojo, these fluids will dilute the effectiveness of the mojo without completely eliminating it.$B$BNow, one more thing.','Do you have the precious fluids?','Return to Hexxer Ubungo at Argent Stand in Zul\'Drak.',0,0,0,0,0,0,0,0,0,38323,38324,0,0,3,1,0,38325,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,12340), (12511,2,73,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,18600,0,0,0,0,0,0,0,0,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hills Have Us','Report to Lieutenant Dumont at Amberpine Lodge in western Grizzly Hills.$B','While we focus to hold our ground at Wintergarde and deal with the unfolding events of the Wrathgate, battalions from as far away as Westfall battle their way through the dense foliage and inhospitable denizens of Grizzly Hills. All in hopes of finding an alternate route into Icecrown.$B$BLieutenant Dumont, stationed at Amberpine Lodge, has enlisted the aid of able bodied citizens willing to risk life and limb in the uncharted wilds. Will you rise to meet this challenge?','','You were almost shot down, eh? Savage monsters - those Horde.$B$BPayback will come for what they\'ve done. You can count on at least that much, $c.$B$BNow, it\'s time to put you to work.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12512,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,0,38330,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39807,39868,39857,39860,0,0,1,1,1,1,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leave No One Behind','Dr. Rogers at Drak\'Sotra wants you to find Crusader Lamoof, Crusader Jonathan, and Crusader Josephine. Use the Crusader\'s Bandage on them, and escort them safely back to him.','Ahh, good. They sent someone.$b$bListen, $r. We need a hand here. Our forces were pushed back and we\'ve lost Drak\'Sotra to the Scourge. Where they came from is anyone\'s guess....$b$bThe point is, we need every man we can get here, and some of our best have yet to return from battle.$b$bI need you to enter the ruins now that the fighting has died down and find our wounded, patch them up, and bring them here to me.$b$bScour Drak\'Sotra! They couldn\'t have gone far.','','Saved them all, did you? Outstanding!$b$bMaybe you\'d consider sticking around the post here? We could sure use someone like you....','Have you rescued our veterans, $N?','Return to Dr. Rogers at Drak\'Sotra in Zul\'Drak.',28136,28142,28148,0,1,1,1,0,38330,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Saved Crusader Jonathan','Saved Crusader Lamoof','Saved Crusader Josephine','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12513,2,68,66,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7200,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,38276,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nice Hat...','Don Carlos has inadvertently challenged you to defeat his younger self in Old Hillsbrad. Afterwards, bring Don Carlos\' Hat to him in Tanaris as proof.','My hat? Yes, it\'s an unusual style, I know, from far away... few tailors here know how to make them.$B$BWhen I was young and hot-blooded, I wore it as a standing challenge. Many came seeking to defeat me and win it for themselves... but no one ever did.$B$BAh, but those days are long past. I\'m an old man, now: I drink, I fish, but I no longer duel.','','My... my hat! But... how did you...?$B$BWell... no matter. So, now you know my secret. I WAS beaten... once. Here: take this hat, in return for mine. You\'ve earned it.','I was unbeatable, in those days... proud, and rightly so. No challenger ever won this fine hat...$B','Return to Don Carlos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38329,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12514,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,0,0,0,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Mushroom Mixer','Collect 10 Muddlecap Fungus and deliver them to Hexxer Ubungo at The Argent Stand.','Now what we need is something to spike the mojo with. Something that\'ll make it so that when the prophet drinks it, he\'ll become less powerful.$B$BDrak\'Agal lies to the east. There\'s a mushroom there that the natives call muddlecap fungus. I think it\'s exactly what we need.$B$BBring back lots of them. When we mix them into the mojo, the mind of anyone who drinks it will become muddled.','','$B$BHand that fungus over and I\'ll mix it up with the mojo and elemental lord fluids.','Do you have all of the fungus?$B$BOh, and watch out for the basilisks lurking over there.','Return to Hexxer Ubungo at Argent Stand in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38326,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12515,2,68,66,0,1941,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,7200,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,38276,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nice Hat...','Don Carlos has inadvertently challenged you to defeat his younger self in Old Hillsbrad. Afterwards, bring Don Carlos\' Hat to him in Tanaris as proof.','My hat? Yes, it\'s an unusual style, I know, from far away... few tailors here know how to make them.$B$BWhen I was young and hot-blooded, I wore it as a standing challenge. Many came seeking to defeat me and win it for themselves... but no one ever did.$B$BAh, but those days are long past. I\'m an old man, now: I drink, I fish, but I no longer duel.','','My... my hat! But... how did you...?$b$bWell... no matter. So, now you know my secret. I WAS beaten... once. Here: take this hat, in return for mine. You\'ve earned it.','I was unbeatable, in those days... proud, and rightly so. No challenger ever won this fine hat...','Return to Don Carlos in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38329,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12516,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12514,0,0,12623,6,124000,158700,0,0,0,0,0,0,38332,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39785,39843,39815,39817,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Too Much of a Good Thing','Slay the Muddled Prophet of Sseratus and then return to Hexxer Ubungo at The Argent Stand.','There. I\'ve modified the mojo. Now when the prophet drinks it, not only will he lose some of his power, his mind will also be addled by the effects of the fungus.$B$BAt least that\'s the theory.$B$BAs for how to get him to drink it, might I suggest you simply throw it at him? No doubt he\'ll catch and drink it given the arrogance that he\'s displayed at the altar.$B$BUnless you can kill him, $c, your Argent Crusade is about to come to a terrible end.','','Amazing! You\'ve saved your people and the rest of Northrend from his madness.$B$BUnfortunately there\'s more of this insanity occurring up in the higher tiers of Zul\'Drak.','Is it over?$B$BDid the modified mojo work?$B$BDid you deliver vengeance for Sseratus by slaying his prophet?','Return to Hexxer Ubungo at Argent Stand in Zul\'Drak.',28151,0,0,0,1,0,0,0,0,38332,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12517,2,15,10,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,43039,1,0,256,1,0,0,0,0,0,0,0,0,0,0,0,0,38318,39509,39507,0,0,0,1,1,1,0,0,0,909,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rogues Deck','Use the Rogues Deck to summon a Darkmoon Fortune Teller and give the deck to them.','Now that you have gathered all of the Rogue 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.','','Your skill with the quill is already starting to manifest, young scribe. 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 inscribe a deck of Rogues! I\'m impressed.','Return to Darkmoon Fortune Teller.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43039,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,0,0,0,12340), (12518,1,35,30,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,44184,1,0,256,1,0,0,0,0,0,0,0,0,0,0,0,0,44215,44213,0,0,0,0,1,1,0,0,0,0,909,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mages Deck','Use the Mages Deck to summon a Darkmoon Fortune Teller and give the deck to them.','Now that you have gathered all of the Mage 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.','','Your skill is most impressive! 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 Mages! Congratulations!','Return to Darkmoon Fortune Teller.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44184,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,0,0,0,12340), (12519,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12501,0,0,0,2,15800,31800,0,51233,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,'Troll Patrol: Whatdya Want, a Medal?','Captain Grondel outside the Coliseum wants you to gather 7 Drakkari Medallions from the nearby Drakkari Corpses.','Look at me, $r. Do I look like I have time fer fillin\' out reports?$b$bIt be all I can do to keep this post free o\' the bloody Scourge, and they want me to mess with paperwork!$b$b No sense in complainin\'. I need to get the commander some kinda kill count from the last skirmish.$b$bYou wanna be helpful? Go and get me all the medals you can find from the dead trolls around here. That\'ll hafta be close enough.','','Well, now!$B$BYa saved me a fair bit o\' work there $Glad:lass;. I\'m grateful. I\'ll be sure ta make mention of ya in me report.$B$BOff with yeh now. Finklestein\'ll likely be waitin fer ya a bit west o\' here.','You get those medals for me, $r?','Return to Captain Grondel at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38333,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,12340), (12520,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12525,0,0,12526,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Rhino Mastery: The Test','Kill 15 Shardhorn Rhinos and return to Hemet Nesingwary at the Nesingwary Base Camp.','No rough landing is going to stop ol\' Hemet from mastering the largest game Sholazar has to offer. In the wilds northwest of the camp, the jungles are ruled by the mighty shardhorn rhino. You can prove your worth to the expedition, $g lad:lass;, by showing me that you\'re tough enough to face down those powerful beasts.','','Well, well, well, it looks like you\'ve survived the rhinos, after all, and in pretty good shape if I do say so myself. But there\'s more to rhino hunting than just staring down the beast as it charges you and hoping your aim is true. No, you\'ll need more than that to take on the rhino patriarch that\'s rumored to dwell in the jungle.','Did you master the rhinos, or are you throwing in the towel?','Return to Hemet Nesingwary at Nesingwary Base Camp in Sholazar Basin.',28009,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,12340), (12521,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12489,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Where in the World is Hemet Nesingwary?','Talk to Archmage Pentarus when you\'re ready to leave for Sholazar Basin. When you arrive, speak with Monte Muzzleshot in the Wildgrowth Mangal of Sholazar Basin.','When I heard that the legendary Hemet Nesingwary was setting sail for the Sholazar Basin, I offered to help fund his expedition. We know little of Sholazar, but it\'s said to be a lush paradise in the midst of this frozen continent.$B$BHemet has agreed to send back samples of exotic plants, reagents, and crystals. There hasn\'t been any word from him. Monte Muzzleshot was supposed to be bringing them supplies, but he hasn\'t returned, either. If you\'ll look into it, I\'ll send you in my flying machine.','','Aye, Hemet\'s here. He\'s at the camp, just go northwest toward the river and you\'ll soon see it. And for the love of the Light, $g lad:lass;, have him send someone to cut me down!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12522,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12523,4,48000,95100,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Need an Engine, Take an Engine','Weslex Quickwrench at the Nesingwary Base Camp wants you to bring him a Flying Machine Engine.','She\'s ruined... ruined! I told that captain to be careful with such a precious cargo, but would she listen to me? No!$B$BWhen the ship ran aground, it damaged my flying machine, the Spirit of Gnomeregan. Now, we\'re left without any means to send our reports!$B$BThere is a chance, though, that the Venture Company\'s antics may work in our favor. They shot down another flying machine right about where Monte parachuted into the swamp to the east. Go there and retrieve the engine. It may be our only hope.','','There... just set it down there. Be careful! If you ruin this one, we\'re in big trouble. Now, let\'s see what I can do.','Well, were you able to get the engine? I just know that archmage who funded the expedition is getting nervous.','Return to Weslex Quickwrench at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38334,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (12523,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12522,0,0,0,5,62000,126900,0,64090,0,0,0,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,0,0,0,0,0,0,0,0,0,'Have a Part, Give a Part','Bring 7 Venture Co. Spare Parts to Weslex Quickwrench at the Nesingwary Base Camp.','Great, now that we\'ve got an engine, we\'re going to need an assortment of other parts to get her back in flying condition. Don\'t worry, I know what I\'m doing.$B$BA good mechanic can hold his creations together with anything, but we\'re better off if it doesn\'t come to that.$B$BAnyway, those Venture Company dullards have plenty of spare parts for their mining equipment all over Swindlegrin\'s Dig on the far side of that yellow crystal pillar to the northeast. Scoop up a few and bring them back here.','','With a little work, these should suffice. My poor flying machine might end up looking more like a Venture Company shredder, though. Poor girl will have to wait until we get back to Dalaran to be restored to her rightful form.','Did you get those parts?','Return to Weslex Quickwrench at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38349,0,0,0,0,0,7,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12524,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12525,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Venture Co. Misadventure','Debaar at the Nesingwary Base Camp wants you to kill 15 Venture Company members. You may kill either Venture Co. Ruffians or Venture Co. Excavators.','Ever since we arrived, the Venture Company has hampered our efforts to secure our campsite and survey the area. Normally, we wouldn\'t care what they were up to, but they\'ve started antagonizing our scouts and shooting down supply flights.$B$BWe can\'t allow this insult to stand. Hemet Nesingwary\'s expedition came here to hunt, and hunt it shall.$B$BGo to Swindlegrin\'s Dig, on the far side of the crystal pillar to the northeast, and kill any Venture Company employee you see!','','That should hamper their operations, but I worry that the foreman will try to bring in more workers. We have to complete the job while we can.',NULL,'Return to Debaar at Nesingwary Base Camp in Sholazar Basin.',28123,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,'Venture Company members killed','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12525,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12524,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39332,39376,39430,39452,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wipe That Grin Off His Face','Kill Foreman Swindlegrin and Meatpie and return to Debaar at the Nesingwary Base Camp.','We must send Foreman Swindlegrin packing if we\'re going to shut down his mine permanently, but be careful. His bodyguard, Meatpie, is a large, mean ogre, and isn\'t likely to let you see the foreman without a fight.$B$BThe two probably occupy a platform that would let them look out over the entire Venture Company operation at Swindlegrin\'s Dig.$B$BRemember, the dig is on the far side of the Suntouched Pillar to the northeast. Good luck, $N.','','What a relief to hear that the Venture Company will trouble us no more. You have my thanks, and that of Hemet for dealing with this problem. A game hunter cannot, in good conscience, lift her weapon against another person.','Have you dealt with Swindlegrin and his bodyguard?','Return to Debaar at Nesingwary Base Camp in Sholazar Basin.',28186,28188,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12526,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12520,0,0,12543,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Rhino Mastery: The Chase','Speak to Oracle Soo-rahm at the Bones of Nozronn.','Well, that\'s settled then. We\'ll seek out this native sage and have a word with him. He\'s not likely to volunteer his services, though.$B$BI\'m told he keeps a small lean-to near the Bones of Nozronn, just across the river to the south. Seek him out, introduce yourself, and ask what he requires to help us track down this patriarch of the rhinos.','','What brings you to Rahm\'s shrine?',NULL,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,12340), (12527,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gluttonous Lurkers','Deliver 5 Basilisk Crystals to Alchemist Finklestein in the shrine at Heb\'Valok.','My master, Finklestein, is in the shrine at Heb\'Valok to the northwest preparing a truth serum, and he needs basilisk crystals. Heb\'Valok is on the west side of the road leading north before the Altar of Sseratus.$B$BThere are basilisks to the east at Drak\'Agal.$B$BIf you grab the Zul\'Drak rats and throw them at the basilisk, they will become gorged and docile after eating five. Then you\'ll be able to take their crystals.$B$BKilling the basilisk won\'t do you any good. That\'d just break its crystals!','','Oh, most excellent! Thank you. The crystals appear to be in fine condition!$B$BI have no doubt that Pestlepot put you up to doing his chores for him. Nevertheless, your assistance in this matter is greatly appreciated!','What\'s all this?$B$BBy any chance have you seen my no-good apprentice, Pestlepot?$B$BI sent him on an errand quite some time ago and he has yet to return!','Return to Alchemist Finklestein at the shrine at Heb\'Valok in Zul\'Drak.',0,0,0,0,0,0,0,0,0,38380,0,0,0,25,0,0,38382,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12528,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12529,2,16600,32100,0,0,0,0,0,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,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Playing Along','Report to High-Shaman Rakjak at Frenzyheart Hill as the new \"slave.\"','My kill! You take my kill!$B$B$B$BYou dumb, $r. Now you owe Gekgek! You be Frenzyheart slave. You slay many more beasts for Frenzyheart.$B$BYou go Frenzyheart Hill to northeast - you tell High-Shaman Rakjak you the new slave.$B$BGo, $r! Go or I taunt you a second time!$B$B','','You the new slave?$B$BGood. We running out.',NULL,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,12340), (12529,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12528,12533,-12529,0,5,65000,128400,0,0,0,0,0,0,0,0,52542,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ape Hunter\'s Slave','Kill 8 Hardknuckle Foragers and 6 Hardknuckle Chargers for High-Shaman Rakjak at Frenzyheart Hill.$B$BIf you lose Goregek\'s Shackles, speak to Elder Harkek in Frenzyheart Hill.','You think you so great hunter, eh? You no Frenzyheart, you not know of hunt.$B$BGoregek is great ape hunter. He slay so many ape you can\'t count on claws.$B$BYou go with Goregek and hunt hardknuckles to east. You the slave, $r. You do what Goregek tell you.','','Goregek show silly $r slave how it done.','You still alive! Hardknuckles not eat you yet?$B$BMaybe they eat you later.','Return to High-Shaman Rakjak at Frenzyheart Hill in Sholazar Basin.',28098,28096,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,0,0,0,0,0,0,0,0,0,12340), (12530,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12528,12534,-12529,0,5,65000,128400,0,0,0,0,0,0,38467,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tormenting the Softknuckles','Goregek has given you a Softknuckle Poker for use on Softknuckles to draw the Hardknuckle Matriarch out of hiding. Slay the Hardknuckle Matriarch and report her death to High-Shaman Rajak at Frenzyheart Hill.$B$BIf you lose Goregek\'s Shackles, speak to Elder Harkek in Frenzyheart Hill.','Slave thing!$B$BRakjak want me to babysit you while I kill hardknuckles. I feeling generous today, so I let you kill some too, but don\'t get in Goregek\'s way!$B$BRakjak not know yet, but Goregek has eye on big bad hardknuckle mama. We go to Hardknuckle Clearing to east and poke softknuckles with poker and she sure to come yelling!$B$B','','Goregek take you to kill big mom of hardknuckles, eh? You lucky!$B$BDumb softknuckles squeal good!$B$B','What you want, slave?','Return to High-Shaman Rakjak at Frenzyheart Hill in Sholazar Basin.',28213,0,0,0,1,0,0,0,38467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12531,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12532,12536,-12535,0,5,65000,128400,0,0,0,0,0,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,1104,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Underground Menace','Locate Serfex under the sands of the southern river, slay him, and bring his claw to High-Shaman Rakjak at Frenzyheart Hill.$B$BIf you lose Dajik\'s Worn Chalk, speak to Elder Harkek in Frenzyheart Hill.','Lion killer, chicken chaser, new Frenzyheart slave...$B$BI know you no want to stay slave, so I tell you what to do. Show you better than the other Frenzyheart hunters and then Rakjak respect you.$B$BUnder sands of south river there a beast that kills wasp, apes, and even wolvar. He called Serfex. You bring claw of Serfex to Rakjak and maybe he release you from slaveness.$B$BHope Dajik teaching you good so Serfex be easy stuff.','','You kill Serfex? I bet you follow mighty wolvar that kill Serfex and take claw.$B$BMy claw now.','I not ask for you, $r. What you want?','Return to High-Shaman Rakjak at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38473,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12532,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12531,5,65000,128400,0,0,0,0,0,0,38689,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39337,39383,39435,39455,0,0,1,1,1,1,0,0,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flown the Coop!','Capture 12 Chicken Escapees for Elder Harkek.$B$BIf you lose Dajik\'s Worn Chalk, speak to Elder Harkek in Frenzyheart Hill.','Dumb Goregek stumble into chicken house and let all the chickens go!$B$BThey all around hill - go get chickens back!$B$B','','Good! I was worried about foodstuffs. I already pretty hungry.$B$BThank you, $r.','You catch chickens?','Return to Elder Harkek at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,38689,0,0,0,1,0,0,38483,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,12340), (12533,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12530,12532,-12533,0,5,65000,128400,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Wasp Hunter\'s Apprentice','Kill 6 Sapphire Hive Wasps and 9 Sapphire Hive Drones for High-Shaman Rakjak in Frenzyheart Hill.$B$BIf you lose Dajik\'s Worn Chalk, speak to Elder Harkek in Frenzyheart Hill.','Rakjak not dumb. Maybe you good at killing things. Maybe Frenzyheart can make you into real hunter.$B$BDajik hunts giant wasp things better than all wolvar. Go with Dajik to Sapphire Hive to southeast or to river in south and learn the hunt.','','We kill many many wasps.$B$BRakjak don\'t think they run out.','You learn the hunt?','Return to High-Shaman Rakjak at Frenzyheart Hill in Sholazar Basin.',28086,28085,0,0,6,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,12340), (12534,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12529,12532,-12533,0,5,65000,128400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39346,39387,39436,39450,0,0,1,1,1,1,0,0,1104,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sapphire Queen','Bring the Stinger of the Sapphire Queen to High-Shaman Rakjak at Frenzyheart Hill.$B$BIf you lose Dajik\'s Worn Chalk, speak to Elder Harkek in Frenzyheart Hill.','Bristlepine can be dangerous, but most stay far away from wolvar. Wasps on other hand not fear the Frenzyheart... they even kill some of our hunters.$B$BI know Rakjak want wasp queen dead, but no wolvar want to go into her hive. You go kill wasp queen in Sapphire Hive to southeast and get stinger for Rakjak. Me bet Rakjak like that. ','','You killed queen wasp! You stronger than Rakjak thought.$B$BMaybe wasps go away now and stop attacking Frenzyheart hunters.','You smell like wasp things.','Return to High-Shaman Rakjak at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38477,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12535,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12532,12536,-12535,0,5,65000,128400,0,0,0,0,0,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,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mischief in the Making','High-Shaman Rakjak at Frenzyheart Hill wants 8 Skyreach Crystal Clusters.','You good hunter, but Frenzyheart can make you stronger. Harkek think maybe you ready for something more important.$B$BBefore Rakjak send you on important mission, you need gather things for Rakjak. All along river to south are blue crystals. Rakjak need lots of blue crystals.$B$BYou go get crystals now.','','Good $r! Okay, all ready.','Almost ready for long journey. Gekgek come back with crocolisk just moment ago.','Return to High-Shaman Rakjak at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38504,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,12340), (12536,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,16600,32100,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,6206.81,4951.75,0,'A Rough Ride','Ride the captive crocolisk to Mistwhisper Refuge and then speak to Zepik for further instructions.$B$BIf you lose Zepik\'s Hunting Horn, speak to Elder Harkek in Frenzyheart Hill.','Zepik is best hunter of the Frenzyheart. Zepik hunts big-tongues... ugly things near swamps that try to steal all stuff they can find.$B$BZepik going on long trek to break big-tongue shrine and try to scare them away. We no want big-tongues in this land anymore.$B$BThere a crocolisk chained on northeast side of hill, next to tree - go with Zepik and do what Zepik tell you.','Travel to Mistwhisper Refuge.','We here! Must work fast.$B$BWatch out for big-tongues.','They tell Zepik you good hunter for not being Frenzyheart.','Speak to Zepik the Gorloc Hunter. Zepik can be summoned using Zepik\'s Hunting Horn if he is not 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,12340), (12537,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12536,12539,-12537,0,5,65000,128400,0,0,0,0,0,0,38510,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,39347,39400,39437,39457,0,0,1,1,1,1,0,0,1104,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lightning Definitely Strikes Twice','Zepik wants you to smash the Skyreach Crystal Clusters in front of the Mistwhisper weather shrine.$B$BIf you lose Zepik\'s Hunting Horn, speak to Elder Harkek in Frenzyheart Hill.','Okay, the crystal things...$B$BThe big-tongues use the crystals to power their rain shrines. Zepik not know quite how it works, but Zepik does know that if they use wrong crystals, the clouds and the rain go crazy!$B$BZepik tried to sneak in at one of their other rain shrines, but it not go so well. It sure to go much better with two!$B$BTake crystals, place at big stone pillar shrine thing, then smash them to release power. Zepik not sure what will happen, so might want to step back after.','Sabotage the Mistwhisper Weather Shrine','It work so good!$B$BYou see lightning smash that oracle guy? So good!$B$B','Zepik think this go much better with partner. You strong for not Frenzyheart.','Speak to Zepik the Gorloc Hunter. Zepik can be summoned using Zepik\'s Hunting Horn if he is not nearby.',0,0,0,0,0,0,0,0,38510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12538,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12536,12539,-12537,0,5,65000,128400,0,0,0,0,0,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,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mist Isn\'t Listening','Zepik wants you to kill 12 Mistwhisper Gorlocs.$B$BIf you lose Zepik\'s Hunting Horn, speak to Elder Harkek in Frenzyheart Hill.','Gorillas and wasps are boring! Big-tongues the only thing fun to hunt.$B$BWhile we mess up rain shrine, we kill lots of mist big-tongues. That sure to make them not want to come back to village thing.$B$B','','I stab those big-tongues good.$B$BYou did okay I guess.$B$BNo, I just kidding! You good hunter. I glad to hunt with you.','We best hunters of basin!','Speak to Zepik the Gorloc Hunter. Zepik can be summoned using Zepik\'s Hunting Horn if he is not nearby.',28109,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,'Mistwhisper Gorloc','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12539,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12540,5,65000,128400,0,54068,0,0,0,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,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,5279.85,4533.12,0,'Hoofing It','Find your way back to Frenzyheart Hill and speak to High-Shaman Rakjak.','Okay, we done! Time to go back. No crocolisk to ride this time though.$B$BIf we go east and stay near ridge, it should lead all the way back near hill.$B$BNeed to be careful not to go far below ridge though or we might go right into big-tongue tree village thing. Zepik not think they like us right now.','','Blown up by lightning?$B$B$B$BYou good hunter. Rakjak like you. Maybe one day you can be honorary Frenzyheart!$B$BOnly maybe though!',NULL,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,12340), (12540,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12539,0,0,0,5,65000,128400,0,51447,0,0,0,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,0,0,0,0,0,0,0,0,0,'Just Following Orders','Locate an Injured Rainspeaker Oracle for High-Shaman Rakjak at Frenzyheart Hill.$B','Okay $g guy:lady;, Rakjak have very important job. You go capture injured big-tongue that tracker spotted at river to north.$B$BNot bring hunter this time because they maybe want to just kill it. I want to hide it so that I can poke it and make it tell me things.$B$BGo you and bring me big-tongue prize thing.','','No kill me please! We was just looking for fish. We not want to die.',NULL,'Speak to the Injured Rainspeaker Oracle north of Frenzyheart Hill in Sholazar Basin.',28325,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Locate Injured Rainspeaker Oracle','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12541,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12596,0,0,0,2,15800,31800,0,51232,0,0,0,0,0,0,0,4224,1,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,0,0,0,0,0,0,'Troll Patrol: The Alchemist\'s Apprentice','Alchemist Finklestein at Heb\'Valok wants you to assist him in the creation of a truth serum.$b$bWhen you are ready to begin, you are to speak to him and follow his instructions.','Ahh, you must be the promised patrol. Your timing couldn\'t be better. I have urgent need of an extra pair of hands.$b$bWe have a Drakkari prisoner who\'s been sent here to undergo questioning. Before the interrogation begins, I require assistance in the creation of a truth serum.$b$bCreating a truth serum is tricky business, demanding keen instincts, perfect timing, and improvisation at every step.$b$bLet me know when you\'re ready, $r. And remember, timing is everything!$B','','You\'ve done it!$B$BThe intelligence gathered from that $r will undoubtedly be of great value. I\'ll be certain to make mention of your efforts in my report to the commander.$B$BThank you, $N.','You see, $N, there is far more to true alchemy than mixing a few ingredients....','Return to Alchemist Finklestein at Heb\'Valok in Zul\'Drak.',28248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Truth Serum Created','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12542,2,74,74,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12545,2,0,24900,0,0,0,0,0,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,1106,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Call Of The Crusade','Report to Crusader Valus at Light\'s Trust in Dragonblight.$B','$C! The Argent Crusade is looking for able bodied soldiers that are willing to set aside their differences and join forces to battle the forces of the Lich King. Will you take up our cause?$B$BShould you be interested, venture north to Light\'s Trust and speak with Crusader Valus.$B$BYou will find Light\'s Trust amidst the ruins of the sacked troll city of Jintha\'kalar - bordering Zul\'Drak.$B$BFarewell. ','','Mere footsteps from here lies the Drakkari empire.$B$B$B$BFor thousands of years the Drakkari remained isolated, preferring to keep within the boundaries of their sprawling temple cities and ziggurats. It was surprising then, to come upon this wreckage. Further up, beyond the foreboding stairs leading into Zul\'Drak, Drak\'Tharon Keep lies in ruin. The entire first tier of Zul\'Drak, destroyed...$B$BWhy has the Scourge waited until now to attack? ',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,6,1,6,0,0,0,0,12340), (12543,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12526,0,0,12544,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'An Offering for Soo-rahm','Bring 5 Intact Cobra Fangs to Oracle Soo-rahm, near the Bones of Nozronn.','We not know you, stranger, but we know you want something.$B$BWe will talk to Bones of Nozronn for you, but you must bring us offerings. We need powerful emperor cobra fangs to complete our oracle\'s necklace.$B$BGo to the Wildgrowth Mangal, northeast of our hut, find cobras and bring back best fangs. Then we make bones speak to you.','','$B$BWe approve! Bones of Nozronn will speak to $N!','We must know -- do you bring fangs?','Return to Oracle Soo-rahm in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38505,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12544,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12543,0,0,0,4,48000,95100,0,0,0,0,0,0,38519,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bones of Nozronn','Use Soo-rahm\'s Incense near the Bones of Nozronn, then return to Hemet Nesingwary at Nesingwary\'s Base Camp with the information you learned.','Bones of Nozronn, Oracle Soo-rahm sends $N to you!$B$BWe have prepared incense for you. Light it and place it near Nozronn\'s head and you will hear his voice.$B$B$B$BTrue, we not know, but mighty Nozronn does. Do not doubt. Nozronn will answer your heart\'s question.$B$BGo. Nozronn not wait long.','','$B$BWay to go, $Glad:lass;. No dead rhino tells Hemet Nesingwary where and what he can hunt. We\'ll show that heap o\' bones.','Well, have you consulted the native oracle?','Return to Hemet Nesingwary at Nesingwary Base Camp in Sholazar Basin.',28256,0,0,0,1,0,0,0,0,38519,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Location of Farunn revealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12545,2,74,74,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12542,0,0,0,5,56000,99600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38190,38188,38198,38207,38206,0,1,1,1,1,1,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Cleansing Of Jintha\'kalar','Crusader Valus at Light\'s Trust in Dragonblight has asked you to slay 15 Jintha\'kalar Scourge.','We wrested this ancient Drakkari temple from a swarm of invading Scourge. Not more than one-hundred paces from where we stand is the ruined city of Jintha\'kalar. Scourge necromancers run amok, turning the living Drakkari trolls that remain into servants of the Lich King.$B$BAll are now lost to the Light. All must be purged.$B$B$B$BAll.','','As you can see, the Scourge war machine presses onward, yet the armies of the Horde and the Alliance remain divided, making for easy prey. It is for this reason that we must remain united.$B$B$B$BThe Argent Crusade has use for a $g man:woman; like you. Perhaps you would be interested in joining our cause? To battle and die at the side of the Ashbringer?','Leave nothing for the Lich King to resurrect!','Return to Crusader Valus at Light\'s Trust in Dragonblight.',28270,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,'Jintha\'kalar Scourge Slain','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,6,0,0,0,0,12340), (12546,2,78,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12797,0,0,0,7,204000,194400,0,0,0,0,0,0,38709,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,40290,40291,40292,40293,40295,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,'Reclamation','Go to the Avalanche in Sholazar Basin and use the Omega Rune to deploy Etymidian. Use him to slay 200 Scourge Minions, Bythius the Flesh-Shaper, Urgreth of the Thousand Tombs and Hailscorn.$B$BSpeak to the Avatar of Freya in Sholazar Basin when you\'ve completed this task.','It is time, $N. The Etymidian is one of the most destructive forces ever created by the titans and I am loathe to unleash him in my lands.$B$BThere is little choice, however. Our enemies have forced my hand and the fury of the titans will cleanse all.','','I am grateful for your help, $N. It is my duty to watch over these lands and all life that dwells on them.$B$BThanks to you, that life will continue to thrive while the forces of death wage in the bordering regions.$B$BYour actions will not be forgotten.','Those who would threaten life... have they been dealt with?','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',28271,28212,28103,28208,200,1,1,1,0,38709,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Minions destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12547,2,78,77,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12548,0,0,12797,5,68000,129600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39366,39411,39442,39465,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Activation Rune','Obtain the Omega Rune inside the Shaper\'s Terrace and bring it to The Etymidian.','This colossal being appears to be inactive. You notice an empty rune-shaped slot on its chest.$B$BPerhaps you might be able to find the missing rune inside the nearby overlook.','','$B$BI am needed somewhere?','','Return to The Etymidian in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38708,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12548,2,78,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12613,0,0,12547,5,0,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Etymidian','Go through the Waygate in the southern end of Sholazar Basin and look for the weapon known as the Etymidian on the other side.','It is time, $N. The Waygate has been activated for the first time in seven centuries. Use it to travel to where our final hope lies.$B$BLet us put an end to those who would seek to bring the taint of undeath to this pristine land. Let us unleash the Etymidian.','','',NULL,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,12340), (12549,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12525,12551,0,12550,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Dreadsaber Mastery: Becoming a Predator','Kill 15 Dreadsabers and return to Buck Cantwell at the Nesingwary Base Camp.','If you\'ve hunted with Hemet before, you know that he\'s tested his skill against many large cats, but the dreadsabers here in Sholazar are different. They\'re able to bring down larger game than I\'ve ever seen a cat hunt. To overcome and kill such a predator is the mark of a true hunter.$B$BIf you seek to prove you\'re up to the challenge, test yourself against the dreadsabers. They live in the wilderness surrounding the camp and south of the river.','','Well, you\'ve proven yourself a capable hunter, but how are you as a tracker?','Have you tested your skills against the dreadsabers?','Return to Buck Cantwell at Nesingwary Base Camp in Sholazar Basin.',28001,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,12340), (12550,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12549,0,0,12558,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Dreadsaber Mastery: Stalking the Prey','Buck Cantwell at the Nesingwary Base Camp wants you to identify 3 Shango Tracks from the Dreadsaber Tracks near Bittertide Lake.','I have heard that the natives tell stories of a large dreadsaber they call Shango. I haven\'t seen any evidence of this Shango\'s existence, but my injuries have kept me from venturing outside the camp.$B$BIf you fancy yourself something of a tracker, you might be able to find out the truth about Shango. Debaar said she saw some large tracks on her last outing. Go north from the camp toward Bittertide Lake, and search its southern shore for the prints.','','I think you may have found the proof we need for this Shango. And I think I have an idea as to where we can find him.','How goes the tracking?','Return to Buck Cantwell at Nesingwary Base Camp in Sholazar Basin.',-190700,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,'Shango Track identified','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12551,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12520,0,0,12560,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Crocolisk Mastery: The Trial','Kill 15 Mangal Crocolisks and return to Debaar at the Nesingwary Encampment.','I warn you, stranger -- do not make any comments about crashing the ship. I already get enough of it from the rest of the expedition.$B$BIf you\'re looking to try your hand at hunting, though, you should test your skills against the wily mangal crocolisks. They live all along the river to the south, and in the Wildgrowth Mangal to the east. Prove you can hold your own against them and we\'ll talk again, hunter.','','Impressive, $c. Are you certain you\'re not a member of the expedition?$B$BNo, I\'m certain of it. There would\'ve been a crash joke in there somewhere.','Did you make the kills?','Return to Debaar at Nesingwary Base Camp in Sholazar Basin.',28002,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,12340), (12552,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12596,0,0,12554,5,62000,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death to the Necromagi','Sergeant Moonshard at Drak\'Sotra has asked you to destroy 8 Hath\'ar Necromagi.','When the trolls brought down Kolramas, it crashed next to us to the southeast. Unfortunately the crash did not destroy all of the Scourge within.$B$BNow they\'re raising our men from the dead and using them against us!$B$BThis will not be allowed to continue. You will see to it that their necromagi are slaughtered! Do we understand each other?','','It\'s not enough!$B$B$B$BWe must do more to show respect for the memories of those men!','No, $c, you\'re not quite done. I know for a fact that there are still necromagi walking around at Kolramas.','Return to Sergeant Moonshard at Drak\'Sotra in Zul\'Drak.',28257,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12553,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12555,-12583,12555,5,62000,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skimmer Spinnerets','Specialist Cogwheel at Drak\'Sotra has asked you to collect 5 Intact Skimmer Spinnerets.','Why do I always get the tough tasks to tackle?$B$BThe Scourge at Kolramas have plague sprayers that are getting dangerously close. You don\'t want to know what\'s going to happen if they start heading this way!$B$BI\'ve got an idea for how we might bring them down, but first we\'re going to need something... something from their own creatures.$B$BThe Hath\'ar skimmers can spin a very strong web that we can put to good use. Bring back some of their spinnerets.','','Those\'ll do!$B$BNow we\'re going to need some raw parts so that I can put the launching device together for you.','Those spinnerets have to be intact if I\'m going to be able to put them together into a device that you can use.','Return to Specialist Cogwheel at Drak\'Sotra in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38514,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12554,2,76,74,0,66,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,12552,0,0,0,6,124000,158700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43160,43161,43162,43163,0,0,1,1,1,1,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malas the Corrupter','Sergeant Moonshard at Drak\'Sotra insists that you return with the Head of the Corrupter.','$N, gather at least one other person and head back down there!$B$BYou\'ll find the leader of Kolramas, Malas the Corrupter, gloating from atop the crashed necropolis.$B$BKill him and bring me his head!','','You\'re the hero of the hour, $N.$B$B$B$BYou deserve our deepest respect, and something more I think.','I look forward to mounting his head on a pike. Let\'s see him come back from that!','Return to Sergeant Moonshard at Drak\'Sotra in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38521,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12555,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,0,38515,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39806,39822,39824,39784,39823,39808,1,1,1,1,1,1,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Tangled Skein','Specialist Cogwheel at Drak\'Sotra has asked you to use the Tangled Skein Thrower in order to cause the destruction of 5 Plague Sprayers.','There! One tangled skein thrower ready and waiting for you to take those plague sprayers down.$B$BYou just aim and let loose. The webbing should foul up their hover spells long enough to cause them to crash to the ground just like Kolramas.$B$BKind of poetic. I like that!','','Yay! You\'re the best, $N!$B$BI wasn\'t looking forward to being sprayed with Scourge stuff, that\'s for sure! I guess it\'s going to be hard for those stupid nerubians to spread their evil now!$B$BHow about I give you a little something for saving my skin?','You sure you brought down enough of those things? Do I look like I want the plague?!','Return to Specialist Cogwheel at Drak\'Sotra in Zul\'Drak.',28289,0,0,0,5,0,0,0,0,38515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plague Sprayers webbed and destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12556,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12544,0,-12556,0,6,124000,158700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39333,39377,39431,39453,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rhino Mastery: The Kill','Bring Farunn\'s Horn to Hemet Nesingwary at the Nesingwary Base Camp.','Now that we know where to find Farunn, all that remains is the battle against the great beast. Are you ready to take on this rhino, $N? For all the spirit\'s blustering, I\'m certain it was telling the truth about the beast\'s strength.$B$BWhen you\'re ready to face him, head north past the Suntouched Pillar and look for Farunn on the northeast shore of the Bittertide Lake. It may even venture near the Glimmering Pillar. Bring back its horn to commemorate your kill.','','$B$BAn astounding trophy from an amazing animal! $N, I\'ve been hearing rumors of even bigger, more ferocious game in the northern reaches of the basin and I\'d like you to help us track it down.','Did you kill the beast?','Return to Hemet Nesingwary at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38522,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12557,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12596,0,0,0,1,6200,12600,0,51232,0,0,0,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,0,0,0,0,0,0,0,0,0,'Lab Work','Alchemist Finklestein at Heb\'Valok wants you to find a Muddy Mire Maggot, a Withered Batwing, an Amberseed, and some Chilled Serpent Mucus from within his laboratory.','I assume by your interruption that you wish to be numbered among those I am considering for apprenticeship.$b$bA worthy aspiration...$b$bShould I someday choose to accept your petition, I must be confident that you can find your way around my laboratory. I have many ingredients here; some plentiful, and others in short supply.$b$bTake your time, $c. Find a muddy mire maggot, a withered batwing, an amberseed, and some chilled serpent mucus.$b$bSucceed, and I\'ll know to take your request seriously.','','Yes, yes, that\'s a good start.$B$BShould I call upon you to help me with an actual recipe, you\'ll need to locate ingredients in a timely manner.$B$BKeep that in mind, $c.$B$BFarewell.','Have you become accustomed to my laboratory, $c?','Return to Alchemist Finklestein at Heb\'Valok in Zul\'Drak.',28293,28294,28295,28296,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Muddy Mire Maggot found','Withered Batwing found','Amberseed found','Chilled Serpent Mucus found',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12558,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12550,0,-12556,0,5,62000,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39323,39375,39429,39451,39503,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,'Dreadsaber Mastery: Ready to Pounce','Bring Shango\'s Pelt to Buck Cantwell at the Nesingwary Base Camp.','Shango awaits, $N. If you have succeeded in your tracking, he will not know that you stalk him, and you will need the advantage.$B$BHe is supposed to be bigger, stronger, and more ferocious than the other dreadsabers of the basin. Travel north, to the western shore of Bittertide Lake and near the falls that feed it, do battle with Shango. If you succeed, return with his pelt.','','What an exquisite pelt from such a noble animal! It heartens me to see that the rumors about Shango were indeed true, $N. Your pursuit of the creature has been flawless. You are a true huntsman.','Have you taken on Shango?','Return to Buck Cantwell at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38523,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12559,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12621,0,0,12613,4,51000,96300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Powering the Waygate - The Maker\'s Perch','The Avatar of Freya at the Rainspeaker Rapids wants you to go to the Maker\'s Perch and use the Activation Switch Gamma.','It is time then. Let us activate the waygate.$B$BYou will find the first switch inside the Maker\'s Perch in the western edge of the basin.$B$BBeware, $N. The titans used the perch to watch over their creations. Many of their stone servants still guard the place.','','We\'re halfway there, $N. One more switch needs to be activated before we can retrieve the Etymidian.','You\'re back, little one. I was beginning to worry about your well-being.','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',-190508,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Activation Switch Gamma','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12560,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12551,0,0,12569,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Crocolisk Mastery: The Plan','Bring 5 Sandfern fronds to Debaar at the Nesingwary Base Camp.','The mangal crocolisk is a master of the ambush, and I intend to beat the best at his game. To do that, we\'ll need to construct a convincing camouflage for you. We\'ll use plants that grow in the sandy soil of the riverbanks and lake beaches.$B$BThe sandfern is best for this purpose. It grows in the sandy areas near the shores of the Seabreach Flow, just to the south, Bittertide Lake and Bittertide Falls, to the north, and the edges of River\'s Heart, the large lake beyond the mangal to the east.','','$B$BYes, this should work. Stand still! We\'ll make a bush of you yet.','Did you bring all the ferns we\'ll need?','Return to Debaar at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38553,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12561,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12803,0,0,12611,6,130000,160500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39363,39406,39439,39459,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Issue of Trust','Obtain Freya\'s trust by destroying 6 Blighted Corpses and 10 Bonescythe Ravagers in the Lost Lands.','This should never have happened. The forces of undeath storm the very cradle of life!$B$BIf you\'re not here to destroy the minions of the Lich King, then leave at once. Do not incur my wrath by distracting me from my duties.','','Very well, $r. I am satisfied that you\'re not one of the Lich King\'s minions... perhaps there is something you can do for us after all.','Do not waste my time, mortal. The titans\' creations must be defended!','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',28101,28108,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12562,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Drakkari Do Not Need Water Elementals!','Sub-Lieutenant Jax at The Argent Stand has asked you to kill 10 Drakkari Water Binders.','Intelligence reports that ever since those water elementals appeared in the Drak\'Sotra Fields, a number of Drakkari shaman have come down from the upper tiers of Zul\'Drak to take control of them.$B$BI cannot stress enough, $g sir : ma\'am;, how dangerous that could prove. We do not want them to have water elementals at their disposal.$B$BThe commander has ordered that these Drakkari water binders are to be put to the sword. Head south when you\'re ready.','','Excellent work, $g sir : ma\'am;!$B$BI\'ll see to it that the commander is apprised of your mission results.','If I may suggest, you might want to take care of a few more of those Drakkari water binders.','Return to Sub-Lieutenant Jax at the Argent Stand in Zul\'Drak.',28303,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12563,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12596,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Patrol','Commander Kunz at the Argent Stand wants you to visit the four Argent Crusade posts, follow their captain\'s orders, and then return and report to him.$b$bCaptain Brandon and Captain Rupert are posted at Drak\'Sotra, Captain Grondel is posted in Drak\'Agal, and Alchemist Finklestein is posted in Heb\'Valok.','Unsheathe that weapon, $r. It\'s time to go on patrol!$b$bI\'ve got four posts under my command and it\'s crucial to our success that they remain in our control. I\'m ordering you to visit each of them and offer your assistance.$b$bYou can begin with Captain Brandon southeast of here. He\'ll direct you to the next post when he\'s finished with you.$b$bReport back to me once you\'ve assisted each of my men. And remember, you\'ll be more richly rewarded for returning to me quickly - so double-time it!$b$bDismissed!','','Well, $N, at least you\'ve made it back in one piece. I suppose that\'s worth something....','What news from our posts, $r?','Return to Commander Kunz at Argent Stand in Zul\'Drak.',28042,28044,28043,28205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Brandon\'s Task','Captain Rupert\'s Task','Captain Grondel\'s Task','Alchemist Finklestein\'s Task',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12564,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12563,0,0,0,2,15800,31800,0,50574,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,'Troll Patrol: Something for the Pain','Captain Brandon at Drak\'Sotra wants you to collect 5 Mature Water-Poppies from Drak\'Sotra Fields.','Gritty as my men are, they\'re still mortal.$b$bWounds and pain diminish their ability to perform their missions. No amount of training changes that simple fact of life.$b$bThankfully, one of our alchemists has developed a recipe for a salve that binds to our bandages and greatly reduces the pain our soldiers experience.$b$bThe salve requires a special poppy these trolls cultivate just west of here. Go to Drak\'Sotra Fields and harvest some of them to keep our stockpiles from running out.','','Fine specimens, $n.$b$bOn behalf of my soldiers, I thank you for your efforts today.$b$bCaptain Rupert is likely the next stop on your patrol. He\'s stationed at the wall just east of here.','Have you collected the water-poppies, $n?','Return to Captain Brandon at Drak\'Sotra in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38552,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12565,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,126900,51265,51265,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Blessing of Zim\'Abwa','Hexxer Ubungo at The Argent Stand wants you to present 10 Drakkari Offerings to the statue of Zim\'Abwa.','I am heartened to see the zeal with which your Argent Crusade is dealing with the Scourge, $r. I would like to help with your efforts.$B$BThe Drakkari trolls of this once-great city used to make regular offerings to their gods, but now neglect them, or worse.$B$BIf you were to make offerings to the gods, they would show their appreciation in return.$B$BZim\'Abwa\'s statue is just to the southwest. Zim\'Abwa would gladly accept your offerings of Drakkari artifacts as a sign that you are protecting Zul\'Drak.','','','','Deliver the Drakkari Offerings to Zim\'Abwa, southwest of Argent Stand in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12566,2,71,68,0,495,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,11411,0,1,0,2400,0,0,0,0,0,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,1064,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help for Camp Winterhoof','Speak with Chieftain Ashtotem at Camp Winterhoof.','I am Longrunner Nanik of the Taunka, sent by the chieftain of Camp Winterhoof to seek out allies in the fight against the vrykul. They mass to the west and south of our village, and though we slay 10 of them for every one of our dead, we cannot hold.$B$BApothecary Scyllis has promised to send brave $cs northwest to our aid. Will you help my people fend off the vrykul assaults?$B$BFollow the road far to the northwest, across the river, and into the foothills of the mountains to reach Camp Winterhoof.','','So, Nanik did find help then? Tell me, $N, how is it you made it here without him? None know this land better than the Taunka.',NULL,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,12340), (12567,0,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12565,0,0,0,0,0,0,51265,51265,0,0,0,0,0,0,0,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,'Blessing of Zim\'Abwa','','','','','','Return to Zim\'Abwa in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12568,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12563,0,0,0,2,15800,31800,0,50634,0,0,0,0,38556,1,0,4224,1,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,0,0,0,0,0,0,'Troll Patrol: Done to Death','Captain Rupert wants you to use the Incinerating Oil on 5 Defeated Argent Footmen in Drak\'Sotra.','Trust me, $r. I know....$b$bThe smell of burnt flesh has become sickening to even me, a Forsaken. Nevertheless, it is our solemn duty to ensure that our brethren never walk with the Scourge.$b$bPour this oil on the corpses of our fallen to ensure that we never face them on the battlefield as enemies.','','Thank you, $N.$B$BIt\'s not the most glorious job on the battlefield, but it must be done. I\'ll make note of your service in my report.$B$BCaptain Grondel is likely waiting for you to the northeast, just outside the amphitheater.',NULL,'Return to Captain Rupert at Drak\'Sotra in Zul\'Drak.',28316,0,0,0,5,0,0,0,38556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent Footman Corpse Incinerated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12569,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12560,0,-12556,0,5,62000,126900,0,0,0,0,0,0,38564,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39331,39374,39461,39480,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crocolisk Mastery: The Ambush','Bring Bushwhacker\'s Jaw to Debaar at the Nesingwary Base Camp.','The largest crocolisk in the basin, known around here as \"Bushwhacker\" for his ambush prowess, likes to sun himself in the shallow waters of River\'s Heart. It\'s the large lake at the basin\'s center, and is to the east of our camp.$B$BI want you to take the camouflage I\'ve prepared and hide on the western beach of River\'s Heart and ambush Bushwhacker when he shows himself. Bring back his mighty jaws if you are able to overcome him.','','$B$BWhat do you mean, our plan didn\'t work as intended?$B$BWell, you did manage to get the kill, to your credit. Look at the size of this jaw! Hemet will be proud of our efforts. This crocolisk was truly a monster.','Did our plan work?','Return to Debaar at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,38564,0,0,0,1,0,0,38559,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12570,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12540,0,0,12571,5,65000,128400,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,39335,39378,39432,39482,0,0,1,1,1,1,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fortunate Misunderstandings','Escort the Injured Rainspeaker Oracle to Rainspaker Canopy and speak to High-Oracle Soo-say.','I sorry! I not mean to get you in trouble!$B$B$B$BYou save me! We thank you. We going to go back to village now. You come too... you can stay with us! Puppy-men kind of mean anyway.$B$BLet me know when you ready to go, okay?','Escort the Injured Rainspeaker Oracle to Rainspaker Canopy','You help us? You welcome then, $N.','Who you? You stink of puppy-men.','Speak to High-Oracle Soo-say at Rainspeaker Canopy in Sholazar 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,12340), (12571,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12570,12573,-12571,12573,5,65000,128400,0,0,0,0,0,0,0,0,52547,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Make the Bad Snake Go Away','High-Oracle Soo-say in Rainspeaker Canopy wants you to kill Venomtip and 10 Emperor Cobras.$B$BIf you lose Lafoo\'s Bug Bag, speak to High-Oracle Soo-say in Rainspeaker Canopy.','We were here long before the puppy-men came. This is very sacred place - we will not leave.$B$BYou seem like maybe you good, but we have Lafoo stay with you just in case. You understand we think.$B$BThere snakes thing that keeps trying to eat our hatchlings. Go with Lafoo and make them stop, okay? Especially big one near waterfall to northeast.','','Snake gone?$B$BGood $r. We thank you.','','Return to High-Oracle Soo-say at Rainspeaker Canopy in Sholazar Basin.',28011,28358,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,12340), (12572,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12570,12573,-12571,0,5,65000,128400,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gods like Shiny Things','Collect 6 of the treasures that Lafoo digs up and bring them to High-Oracle Soo-say in Rainspeaker Canopy.$B$BIf you lose Lafoo\'s Bug Bag, speak to High-Oracle Soo-say in Rainspeaker Canopy.','Soo-say said we go with you. You be nice, okay?$B$BOoh, ooh! We know! We can make Soo-say happy if we bring back more offerings for shrine! We not need to go far, there\'s always stuffs to dig up around village... just look for sparkles in dirt!$B$BLet\'s go! Let\'s go! More offerings for shrine!','','Shinies for the Great Rain Stone! Good! Good!$B$BWe offer these right away. Lafoo thought of this, yes? He a very smart Rainspeaker.','Hello dryskin. You get along with Lafoo good?','Return to High-Oracle Soo-say at Rainspeaker Canopy in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38575,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,12340), (12573,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,65000,128400,0,0,0,0,0,0,40364,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,39672,39674,39673,39675,0,0,1,1,1,1,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Peace','High-Oracle Soo-say at Rainspeaker Canopy wants you to give a peace offering to Shaman Vekjik and then return with his response.$B$BIf you lose Lafoo\'s Bug Bag, speak to High-Oracle Soo-say in Rainspeaker Canopy.','We have great idea. You were friends with puppy-men, they maybe listen to you.$B$BWe want you to go give offering to Shaman Vekjik. He southwest where river turns into waterfall. Tell puppy-man we no want fight. Tell him we play nice.$B$BYou good $r. We trust you do this right.','Extend Peace Offering to Shaman Vekjik','So mean! We only be nice and they only be mean.$B$BThey keep messing with great stones... maybe they not know great stones are sacred.','Puppy-men play nice now?','Return to High-Oracle Soo-say at Rainspeaker Canopy in Sholazar Basin.',0,0,0,0,0,0,0,0,40364,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12574,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12573,0,0,0,3,33000,64200,0,0,0,0,0,0,0,0,52548,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,571,6164.7,5092.67,0,'Back So Soon?','Travel to Mistwhisper Refuge and speak to Mistcaller Soo-gan.$B$BIf you lose Jaloot\'s Favorite Crystal, speak to High-Oracle Soo-say in Rainspeaker Canopy.','$B$BSoo-gan ask for help. We think they might have been attacked by puppy-men again.$B$BWe sending you and Jaloot to help... follow west river up to Mistwhisper Refuge. Do what Soo-gan says... hit the puppy-men on the nose if they being mean, they don\'t like that.$B$B','','We think we seen you before. You visit Mistwhisper village sometime already?$B$BSoo-say said you good. Soo-say smart, so we trust you too.$B$B',NULL,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,12340), (12575,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12574,12577,-12576,0,5,65000,128400,0,0,0,0,0,0,0,0,0,136,2,0,0,0,0,0,0,0,0,0,0,0,0,39336,39380,39433,39454,0,0,1,1,1,1,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Mistwhisper Treasure','Kill Warlord Tartek and retrieve the Mistwhisper Treasure for Mistcaller Soo-gan at Mistwhisper Refuge.$B$BIf you lose Jaloot\'s Favorite Crystal, speak to High-Oracle Soo-say in Rainspeaker Canopy.','So some puppy-men come and smash blue crystals at Great Mist Stone! Lots of rain and lightning and badness... blue is wrong crystal for Great Mist Stone! Dumb puppy-men.$B$BAfter lightning, puppy-men stole big treasure we found in the sea-lake. We need treasure back to give to Great Mist Stone! Mist Stone is angry after what the puppy-men did!$B$BOne who took it named Tarter... no, Tiktak... no, no... Tartek. That it, Tartek! He went to the camp thing to north. Go get treasure back!','','You did it! You strong and nice! Good friend of Mistwhispers!$B$B','Dumb puppy-thieves.','Return to Mistcaller Soo-gan at Mistwhisper Refuge in Sholazar Basin.',28105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,38601,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12576,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12574,12577,-12576,0,5,65000,128400,0,0,0,0,0,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,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forced Hand','Kill 8 Frenzyheart Spearbearers and 6 Frenzyheart Scavengers for Mistcaller Soo-gan at Mistwhisper Refuge.$B$BIf you lose Jaloot\'s Favorite Crystal, speak to High-Oracle Soo-say in Rainspeaker Canopy.','We try to be nice to puppy-men ever since they came, but they nothing but mean.$B$BWe okay with them being dumb - they not do much harm. Now they mess with sacred shrines though. Sacred shrines not for messing with. The Great Stones are here from all the way back when the Great Ones made us.$B$BWe wouldn\'t know what to do if the Great Mist Stone were hurt. Go to their camp to north... make puppy-men stop and not come back!','','You squash good. Thank you for help.','They always want fight! We no want fight, but we need to protect sacred stuffs.','Return to Mistcaller Soo-gan at Mistwhisper Refuge in Sholazar Basin.',28080,28081,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,0,0,0,0,0,0,0,0,0,12340), (12577,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12578,3,33000,64200,0,0,0,0,0,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,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,571,5651.74,4553.31,0,'Home Time!','Return to Rainspeaker Canopy.','You\'re a good dryskin. Mistwhisper safe, treasure safe, and puppy-men sure to leave us alone now.$B$BYou go back to Rainspeaker Canopy and tell Soo-say you done good.','','You back so soon!$B$BWent good then, yeah?',NULL,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,12340), (12578,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12577,0,0,0,3,33000,64200,0,0,0,0,0,0,0,0,52549,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,571,5789.87,3607.79,0,'The Angry Gorloc','Travel to Mosswalker Village and speak to Moodle once you\'ve arrived.$B$BIf you lose Moodle\'s Stress Ball, speak to High-Oracle Soo-say in Rainspeaker Canopy.','I not think you be back in time to go out again, but I wrong. I sending Moodle to nearby Mosswalker friends to bop silly Mosswalkers for not coming see shrine. Their village is east, up ridge, northeast of broken pillar.$B$BYou go with Moodle! He extra smart Rainspeaker... you listen to him good-like.','Travel to Mosswalker Village.','Before you say anything, do not assume me as foolish as most of the Oracles you\'ve met. I\'ve been into the world a bit, I\'ve learned your language, and I\'m not easily duped.$b$bI knew the Mosswalkers were dead before we ever came, though I didn\'t know that the undead were behind it.$b$bThey are not supposed to be able to enter this land... the destruction of the Lifeblood Pillar must have allowed them in somehow. We must see to it that they leave.','Soo-say fumbles a bit, but he\'s not dumb. I do think he\'s been far too forgiving though... the puppy-men are not going to stop or leave us alone. The only way to stop them is to kill them... there is no \"peace.\"$B$B$B$BThat I am good at.','Speak to Moodle. Moodle can be summoned using Moodle\'s Stress Ball if he is not 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,12340), (12579,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12578,0,-12580,0,5,65000,128400,0,0,0,0,0,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,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lifeblood of the Mosswalker Shrine','Moodle wants you to collect 10 Lifeblood Shards, but stay away from the cave inside of the pillar itself.$B$BIf you lose Moodle\'s Stress Ball, speak to High-Oracle Soo-say in Rainspeaker Canopy.','I\'ve always suspected that the pillars have been the main reason for our weather and seclusion from the undead... this confirms it a bit.$B$BNot terribly long ago, there was a sound of a great explosion when the Lifeblood Pillar fell. The weather changed for the mosswalkers almost immediately... it began to snow, something we never see.$B$BThey were able to stop the snow by bringing more lifeblood crystals to the Great Moss Stone. Perhaps if we can do the same, it will help ward off the undead as well.','','We might be too late for the shards to make a difference, but our options are somewhat limited.','The Mosswalkers were good people... they did not deserve this.','Speak to Moodle. Moodle can be summoned using Moodle\'s Stress Ball if he is not nearby.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39063,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12580,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12578,0,-12580,0,5,65000,128400,0,0,0,0,0,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,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mosswalker Savior','Moodle wants you to rescue 6 of the Mosswalker Victims in Mosswalker Village, though some of them may no longer be alive to save.$B$BIf you lose Moodle\'s Stress Ball, speak to High-Oracle Soo-say in Rainspeaker Canopy.','There\'s some small chance that the Mosswalkers are not all dead yet... and at the very least, they deserve to not be butchered like this.$B$BLet\'s find some revenge for this slaughter and see if there are any to be saved in the process.','','I\'m very glad there were some to be saved... with luck, they\'ll make it back to Rainspeaker Canopy safely.','I wish I had known how key the pillars and the stones were much earlier... perhaps I could have prevented this.','Speak to Moodle. Moodle can be summoned using Moodle\'s Stress Ball if he is not nearby.',28644,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mosswalker Victims Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12581,2,77,76,0,3711,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,12580,0,0,0,7,195000,192600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39483,39485,39475,39484,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hero\'s Burden','Kill Artruis the Heartless.$B$BWhile securing the aid of friends is highly recommended, Moodle will not be able to accompany you on this task.','Perhaps the crystals will ward off the undead gradually, but there is one more thing that must be done.$B$BWe need to find the leader of these undead and kill him to ensure there\'s no one to push the wretches back upon us. If my suspicions are correct, he will be somewhere inside the fallen pillar... the Sundered Shard.$B$BThe corpses being dragged there would suggest as much anyway.$B$BI\'ll place the shards and bring the news to Soo-say... you will need to find other help in the meantime.','','$b$b','','Recover Artruis\'s Phylactery within the Sundered Shard.',28659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12582,0,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12581,0,0,0,3,33000,64200,0,53492,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frenzyheart Champion','','','','I know you weren\'t traitor thing like others said. We hunt together... I know you better than all of them. Thank you for saving me.$b$bMay sound funny... I not a big fan of big-tongues... but even I feel little bad for big-tongue dying like that though... fair fight much better... they fight good enough they deserve fair fight.$b$bYou want to be friends with Frenzyheart again? I think I can convince them that you save me and got the big-tongues good. I no want you to make me look dumb though, so you sure?',NULL,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,12340), (12583,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12555,-12583,12555,5,62000,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crashed Sprayer','Specialist Cogwheel at Drak\'Sotra has asked you to collect Plague Sprayer Parts.','I know that one of those plague sprayers crashed somewhere within Drak\'Sotra to the west of us.$B$BWhy don\'t you see if you can find it. I can use the parts from the sprayer to create the device that\'s going to bring those things down!','','$b$bEw, those things are totally gross!$b$bOkay, okay, hand them over and I\'ll see what I can do. I probably should have had you take them to a priest first for purification.','Do you have the parts? Huh? Do you?','Return to Specialist Cogwheel at Drak\'Sotra in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38560,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12584,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39773,39837,39795,39792,0,0,1,1,1,1,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pure Evil','Captain Rupert has asked you to collect 10 Chunks of Saronite and deliver them to Eitrigg at The Argent Stand.','We know that Kolramas, the crashed necropolis to the southeast, was carrying a large amount of an ore known as saronite when the trolls shot it down.$B$BMy scouts tell me that much of the saronite is strewn about within the innards of that thing.$B$BEitrigg and his friends back at The Argent Stand want a bunch of the stuff so that they can study it.$B$BI want you to head in there and see if you can collect enough for them.','','Can you not feel the pure evil of the stuff?$b$bWe must use the expertise and magics at our disposal, combined with the power of the Holy Light, to pierce the veil of iniquity surrounding this tainted ore. We must determine its origins.$b$bQuickly, hand the saronite to me!','Yes, $c?$b$bPlease tell me that you have the saronite that we requested Captain Rupert to acquire?','Return to Eitrigg at the Argent Stand in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38562,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12585,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12563,0,0,0,2,15800,31800,0,51233,0,0,0,0,0,0,0,4224,1,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,0,0,0,0,0,0,'Troll Patrol: Creature Comforts','Captain Grondel at Drak\'Agal wants you to bring him 20 pieces of Dead Thornwood.','Well, it ain\'t glamorous, but it needs doin\'.$b$bMy troops have been fightin\' their hearts out while knee-deep in stagnant water for days on end. That just can\'t be good fer ya.$b$bWhat they need is a nice fire to dry \'em out and lighten their spirits.$b$bThis part of the city\'s soaked, but the dead roots of these thornwood trees have a way of resistin\' the moisture.$b$bRound us up some fuel for burnin\' and we\'ll be mighty grateful.','','Mighty kind of ya, $n. Mighty kind indeed.$b$bNow you\'ll be findin\' Cap\'n Arnath due west o\' here, just over the rise.','Ya got the wood fer a fire, $r?','Return to Captain Grondel at Drak\'Agal in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38563,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,12340), (12586,2,77,75,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'In Search of Bigger Game','Talk to at .','Well, $N, you\'ve been an enormous asset to the expedition so far. Debaar, Buck, and I couldn\'t have have assembled such an amazing collection of trophies without you.$B$BBut, I hear there are even fiercer monsters in other parts of the basin. I\'ve sent a search party up north to get an idea of what other beasts await us.$B$BI\'d like you to meet up with them and see what they\'ve found. Head north, beyond Bittertide Lake and search for the encampment.','',NULL,NULL,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,12340), (12587,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12596,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,51573,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Patrol','Commander Kunz at the Argent Stand wants you to visit the four Argent Crusade posts, follow their captain\'s orders, and then return and report to him.$b$bCaptain Brandon and Captain Rupert are posted at Drak\'Sotra, Captain Grondel is posted in Drak\'Agal, and Alchemist Finklestein is posted in Heb\'valok.','Unsheathe that weapon, $r. It\'s time to go on patrol!$b$bI\'ve got four posts under my command and it\'s crucial to our success that they remain in our control. I\'m ordering you to visit each of them and offer your assistance.$b$bYou can begin with Captain Brandon southeast of here. He\'ll direct you to the next post when he\'s finished with you.$b$bReport back to me once you\'ve assisted each of my men. And remember, you\'ll be more richly rewarded for returning to me quickly - so double-time it!$b$bDismissed!','','Well, $n, at least you\'ve made it back in one piece. I suppose that\'s worth something....','What news from our posts, $r?','Return to Commander Kunz at Argent Stand in Zul\'Drak.',28042,28044,28043,28205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Brandon\'s Task','Captain Rupert\'s Task','Captain Grondel\'s Task','Alchemist Finklestein\'s Task',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12588,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12587,0,0,0,2,15800,31800,0,50574,0,0,0,0,38566,1,0,4224,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,1106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Patrol: Can You Dig It?','Captain Brandon in Drak\'Sotra wants you to use the Steel Spade on the nearby Ancient Dirt Mounds to recover the Ancient Drakkari Relic.','One of our troops came across an old treasure map during our last offensive. If what it shows is true, then there are priceless troll artifacts nearby.$b$bMy soldiers have their hands full, pressed between the Drakkari and the Scourge. I need you to follow up on this intelligence.$b$bTake this shovel and use it at the loose dirt mounds to the southwest. Return to me after a diligent search has been conducted.','','Thank you for looking into this for me, $n. I\'ll make mention of your service in my report.$b$bYou\'ll likely want to visit Captain Rupert next. He\'s stationed at the wall due east of here.',NULL,'Return to Captain Brandon at Drak\'Sotra in Zul\'Drak.',28330,0,0,0,5,0,0,0,38566,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Dirt Mounds Investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12589,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12525,0,0,12592,1,0,12600,0,0,0,0,0,0,38573,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kick, What Kick?','Using the RJR Rifle, shoot the apple on top of Lucky Wilhelm\'s head, then speak with Drostan.','So you think you can shoot?$B$BWell, let\'s give it a try. Here, we\'ll start you out with something nice and gentle. Don\'t worry, it\'s got no kick to it at all. Remember, don\'t point that gun at anything you don\'t intend to fire at.$B$BNow, when you\'re ready, just take aim at that apple on top o\' old Lucky Wilhelm\'s head and let \'er fly!','','You\'re not a bad shot, but you\'ll get better with practice. How would you like to make a little wager?','Satisfied with the results?','Return to Drostan at Nesingwary Base Camp in Sholazar Basin.',28053,0,0,0,1,0,0,0,0,38573,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shot apple on Lucky Wilhelm\'s Head','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12590,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blahblah[PH]','','','',NULL,NULL,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,12340), (12591,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12587,0,0,0,2,15800,31800,0,50634,0,0,0,0,38574,1,0,4224,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,1106,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Patrol: Throwing Down','Captain Rupert at Drak\'Sotra wants you to use High Impact Grenades near 5 Nethurbian Craters.','Clever...$b$bJust when it seemed we were getting things under control, they tunneled right underneath us and secured the shrine!$b$bNow we\'re caught between two nethurbian armies and our predicament is worsening by the minute.$b$bAs our first course of action, we must stop them from reinforcing. Their tunnels must be sealed.$b$bTake these grenades and throw them down their craters to the northwest.','','We\'re not out of the woods by any means, but your efforts have helped to slow the enemy down.$b$bCaptain Grondel up in Drak\'Agal will likely have need of you.$b$bFarewell, $n.',NULL,'Return to Captain Rupert at Drak\'Sotra in Zul\'Drak.',28352,0,0,0,5,0,0,0,38574,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nerubian Tunnels Collapsed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12592,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12589,0,0,0,6,124000,158700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39330,39373,39428,39448,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Hunter\'s Challenge','Kill 60 Game Animals while you aid Hemet and his companions in their hunting. When you\'ve killed your 60, return to Drostan at the Nesingwary Base Camp to compare numbers.','So y\'have something of a hunter\'s instinct. You\'re not a bad shot, and Hemet hasn\'t driven you out, so he must be planning on including you in the hunt.$B$BHow\'d you like to have a bit of a competition, just me and you?$B$BHemet and the others will ask you to help in their hunting. Along the way, you and I will count up the kills we contribute to their goals. Now, this isn\'t something you can win in the blink of an eye, and you\'ll find yourself killing many different kinds of creatures. Good luck!','','So, you\'ve come to concede already?$b$b$b$bNo way! How in Azeroth did you do that? I just made my 58th. So close!$b$bBut fair\'s fair. I underestimated you, $n, but you\'ve earned this victory fair and square.','Care to count \'em up?','Return to Drostan at Nesingwary Base Camp in Sholazar Basin.',28566,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,'Game Animals Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12593,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12619,1,0,480,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Service Of The Lich King','Report to Instructor Razuvious in the Heart of Acherus.$B','All that I am: anger, cruelty, vengeance - I bestow upon you, my chosen knight. I have granted you immortality so that you may herald in a new, dark age for the Scourge.$B$BGaze now upon the lands below us. The Scarlet Crusade scurries to undo my work, while Light\'s Hope stands defiantly against us - a blemish upon these Plaguelands. They must all be shown the price of their defiance.$B$BYou will become my force of retribution. Where you tread, doom will follow. Go now and claim your destiny, death knight.','','You have heard the call of the Lich King, death knight. Now is the time to answer your master.',NULL,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,'','','','',4,500,1000,1000,0,0,0,0,0,0,1,5,1,25,0,0,0,0,12340), (12594,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12587,0,0,0,2,15800,31800,0,51233,0,0,0,0,0,0,0,4224,1,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,0,0,0,0,0,0,'Troll Patrol: Couldn\'t Care Less','Captain Grondel wants you to kill 7 Mossy Rampagers in Drak\'Agal.','Of all the posts, they throw me in this one.$b$bThe place is flooded with putrid, stagnant water and now it\'s host to sewage elementals!$b$bI don\'t really know what they are or why they\'re here, and frankly I couldn\'t care less. What I do know is they\'re making a mess of my sector! How am I supposed to conduct any dignified military operations with those foul things roaming around?$b$bGet out there, $c, and don\'t come back \'til you\'ve cleared your share of \'em off of my battlefield!','','You sure about that, $r?$b$bSeems to me like there are more of them things out there now than when you started!',NULL,'Return to Captain Grondel at Amphitheater of Anguish in Zul\'Drak.',28323,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,'Mossy Rampagers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12595,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12556,0,0,0,1,0,12900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'In Search of Bigger Game','Speak with Dorian Drakestalker at Dorian\'s Outpost in Sholazar Basin.','Well, $N, you\'ve certainly proven your mettle as a hunter of all kinds of game animals -- rhinos, cats, and crocolisks. For some members of the expedition, these creatures are sufficient to test their hunting skills, but others, like myself, crave larger challenges.$B$BDorian Drakestalker went north, across Bittertide Lake and established a camp there. He\'s heard rumors of gigantic primordial drakes. Just imagine what a quarry they would be! Go check up on Dorian and see if he\'s had any luck.','','So old Hemet didn\'t forget about me, after all. I suppose he\'s going to want to participate in the hunt once we\'ve done all the hard work. Don\'t worry, there are plenty of drakes to go around. Hemet will get his wish.',NULL,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,12340), (12596,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12740,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,51515,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39800,39864,39850,39851,39827,0,1,1,1,1,1,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pa\'Troll','Commander Kunz at The Argent Stand wants you to visit the four Argent Crusade posts, follow their leaders\' orders, and then return and report to him.$b$bCaptain Brandon and Captain Rupert are posted at Drak\'Sotra, Southeast of here.$b$bCaptain Grondel is posted in Drak\'Agal, due east.$b$bAlchemist Finklestein is posted in Heb\'Valok, to the north.','Welcome to The Argent Stand, scrub. I am Commander Kunz, but you - you can call me... Commander.$b$bDon\'t think you\'re going to just cruise through my region, picking which missions you\'re going to participate in, answering to no one.$b$bHere, you report to me and you follow my orders to the letter. Understood?!$b$bFirst, you\'re going to get familiar with my men and the region we\'re charged with clearing.$b$bReport to each of them and do as they ask. Return to me when your patrol is done.','','It\'s about time you got your carcass back here! Thought we\'d lost ya to the Scourge - not that it would\'ve been a great loss....$b$bIf you\'re going to continue to serve the Crusade, you\'d best make a more impressive showing.$b$bTake note, $r! Your future patrols will be rewarded based on your timeliness.$b$bDismissed.','Have you met with each of my captains, $r?','Return to Commander Kunz at Argent Stand in Zul\'Drak.',28042,28044,28043,28205,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captain Brandon\'s Task','Captain Rupert\'s Task','Captain Grondel\'s Task','Alchemist Finklestein\'s Task',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12597,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12596,0,0,0,2,15800,31800,0,50574,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something for the Pain','Captain Brandon at Drak\'Sotra wants you to collect 5 Mature Water-Poppies from Drak\'Sotra Fields.','Gritty as my men are, they\'re still mortal.$b$bWounds and pain diminish their ability to perform their missions. No amount of training changes that simple fact of life.$b$bThankfully, one of our alchemists has developed a recipe for a salve that binds to our bandages and greatly reduces the pain our soldiers experience.$b$bThe salve requires a special poppy these trolls cultivate just west of here. Go to Drak\'Sotra Fields and harvest some of them to keep our stockpiles from running out.','','Fine specimens, $n.$b$bOn behalf of my soldiers, I thank you for your efforts today.$b$bCaptain Rupert is likely the next stop on your patrol. He\'s stationed at the wall just east of here.','Have you collected the water-poppies, $n?','Return to Captain Brandon at Drak\'Sotra in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38552,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12598,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12596,0,0,0,2,15800,31800,0,50634,0,0,0,0,38574,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Throwing Down','Captain Rupert at Drak\'Sotra wants you to use High Impact Grenades near 5 Nerubian Craters.','Clever...$b$bJust when it seemed we were getting things under control, they tunneled right underneath us and secured the shrine!$b$bNow we\'re caught between two Nerubian armies and our predicament is worsening by the minute.$b$bAs our first course of action, we must stop them from reinforcing. Their tunnels must be sealed.$b$bTake these grenades and throw them down their craters to the northwest.','','We\'re not out of the woods by any means, but your efforts have helped to slow the enemy down.$b$bCaptain Grondel up in Drak\'Agal will likely have need of you.$b$bFarewell, $n.','Have you sealed the nerubian tunnels, $N?','Return to Captain Rupert at Drak\'Sotra in Zul\'Drak.',28352,0,0,0,5,0,0,0,38574,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nerubian Tunnels Sealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12599,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12596,0,0,0,2,15800,31800,0,51233,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Creature Comforts','Captain Grondel at Drak\'Agal wants you to bring him 20 pieces of Dead Thornwood.','Well, it ain\'t glamorous, but it needs doin\'.$b$bMy troops have been fightin\' their hearts out while knee-deep in stagnant water for days on end. That just can\'t be good fer ya.$b$bWhat they need is a nice fire to dry \'em out and lighten their spirits.$b$bThis part of the city\'s soaked, but the dead roots of these thornwood trees have a way of resistin\' the moisture.$b$bRound us up some fuel for burnin\' and we\'ll be mighty grateful.','','Mighty kind of ya, $n. Mighty kind indeed.$b$bNow you\'ll be findin\' ol\' Finklestein due west o\' here, just over the rise.','Ya got the wood fer a fire, $r?','Return to Captain Grondel at Drak\'Agal in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38563,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,12340), (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,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Deck Promo - Bear Mount','','','',NULL,NULL,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,12340), (12601,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,15800,31800,0,51232,0,0,0,0,0,0,0,4232,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alchemist\'s Apprentice','Alchemist Finklestein at Heb\'valok wants you to assist him in the creation of a truth serum.$b$bWhen you are ready to begin, you are to speak to him and follow his instructions.','Ahh, you must be the promised patrol. Your timing couldn\'t be better. I have urgent need of an extra pair of hands.$b$bWe have a Drakkari prisoner who\'s been sent here to undergo questioning. Before the interrogation begins, I require assistance in the creation of a truth serum.$b$bCreating a truth serum is tricky business, demanding keen instincts, perfect timing, and improvisation at every step.$b$bLet me know when you\'re ready, $r. And remember, timing is everything!','',NULL,NULL,'Return to Alchemist Finklestein at Reliquary of Pain in Zul\'Drak.',28248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Truth Serum Created','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12602,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,15800,31800,0,0,0,0,0,0,0,0,0,4224,1,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Alchemist\'s Apprentice','Alchemist Finklestein at Heb\'valok wants you to assist him in the creation of a truth serum.$b$bWhen you are ready to begin, you are to speak to him and follow his instructions.','Ahh, you must be the promised patrol. Your timing couldn\'t be better. I have urgent need of an extra pair of hands.$b$bWe have a Drakkari prisoner who\'s been sent here to undergo questioning. Before the interrogation begins, I require assistance in the creation of a truth serum.$b$bCreating a truth serum is tricky business, demanding keen instincts, perfect timing, and improvisation at every step.$b$bLet me know when you\'re ready, $r. And remember, timing is everything!','',NULL,NULL,'Return to Alchemist Finklestein at Reliquary of Pain in Zul\'Drak.',28248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Truth Serum Created','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12603,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12595,0,-12603,0,5,65000,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sharpening Your Talons','Kill 6 Primordial Drakes and then speak with Dorian Drakestalker at Dorian\'s Outpost.','The primordial drakes occupy most of the area to the north and east, and I can feel the heat of their breath even at this distance. Before we can challenge the mightiest among the drakes, we must test our skills against the lesser creatures.$B$BStill, don\'t let your guard down; any one of these beasts can devour a man whole. Once you\'ve familiarized yourself with the combat tactics of these drakes, return and I will tell you our next step.','','I can hear the confidence in your words. Good, the experience will come in handy when we face the queen of the drakes.','Have you tested your skills?','Return to Dorian Drakestalker at Dorian\'s Outpost in Sholazar Basin.',28378,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12604,0,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,186000,190500,0,51580,0,0,0,0,0,0,0,4224,1,0,0,0,0,43556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Congratulations!','','','','You made excellent time on that patrol. It appears that you may be of use to us after all.$b$bAs promised, here\'s a little something extra for your efforts.$b$bKeep up the good work, $n.$b$bDismissed. ',NULL,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,12340), (12605,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12595,0,-12603,0,5,65000,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Securing the Bait','Bring 6 Primordial Hatchlings to Dorian Drakestalker at Dorian\'s Outpost.','We\'re not likely to get Broodmother Slivina\'s attention waving our arms around like fools, but if we\'re smart, we can bait her into fighting us. We\'ll also secure more, uh, fodder for my little project.$B$B$B$BBut don\'t worry about that for now. Just look for the primordial drake eggs in the area east and northeast of the camp. Burst them open and scoop up the hatchlings that come out. When the broodmother realizes what we\'ve done, she\'ll have no choice but to face us.','','Ah, well done. Plenty of little hatchlings for Zootfizzle over there!','Have you secured the bait we\'ll need to get the broodmother\'s attention?','Return to Dorian Drakestalker at Dorian\'s Outpost in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38600,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,12340), (12606,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12555,-12583,12555,5,62000,126900,0,50634,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cocooned!','Captain Rupert wants you to open the Nerubian Cocoons in Drak\'Sotra and return to him once you have freed 3 Captive Footmen.','Now that the tunnels have been sealed, our next concern is recovering those who have fallen to the enemy.$b$bWith any luck, several of our soldiers are still alive and relatively well inside the nerubian cocoons.$b$bFree them, $c, while you still can!','','These nerubians have taken a heavy toll, $c.$b$bNevertheless, I am grateful for your efforts.','Have you freed our soldiers from the clutches of the nerubians?','Return to Captain Rupert at Drak\'Sotra in Zul\'Drak.',28415,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,'Freed Captive Footmen','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12607,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12603,0,0,0,4,51000,96300,0,0,0,0,0,0,38627,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Mammoth Undertaking','Bring a Shattertusk Mammoth to Zootfizzle at Dorian\'s Outpost.','Before you go off challenging Broodmother Slivina, Dorian thought it might be a good idea for you and Hemet to coordinate your efforts by riding into battle on the back of a mammoth.$B$BThe area around the camp is full of them. Just take this bridle and skip it over the head of a shattertusk mammoth. Be careful of the bulls, though. They won\'t tolerate the harness at all. Bring the mammoth back here when you\'ve found a suitable one.','','Perfect! Now, all we need to do is get Hemet a stepladder...','Everything taken care of?','Return to Zootfizzle at Dorian\'s Outpost in Sholazar Basin.',28374,0,0,0,1,0,0,0,0,38627,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shattertusk Mammoth Delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12608,2,78,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12612,0,0,0,4,68000,97200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Cultist Incursion','Speak to the Avatar of Freya at the Rainspeaker Rapids.','$B$B','','The living... willingly serve the Lich King?$b$bAll this time I\'ve been searching for the wrong enemy, $r. Let us make haste and uproot these cultists from these lands.',NULL,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,12340), (12609,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12799,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39865,39852,39853,39802,39829,0,1,1,1,1,1,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stocking the Shelves','Captain Arnath in Heb\'Valok asked you to collect 7 units of Fresh Spider Ichor from the Trapdoor Crawlers in Zul\'Drak.','Listen, $c. I realize that it\'s a lot to ask....$b$bFresh spider ichor is somewhat hard to come by, even in these heavily infested regions. But Finklestein said he\'d settle for no less than a vat of it, and that he needs it soon.$b$bI\'ll keep my men out in the field collecting reagents, but if the alchemist\'s order is going to be filled in time, they\'ll require some assistance.$b$bAs you roam the fields of Zul\'Drak, keep your eyes peeled for trapdoor crawlers and bring me all of the ichor you can find.','','These look to be excellent samples, $n.$b$bThank you for your assistance.','Have you collected the reagents I need, $c?','Return to Captain Arnath at Heb\'Valok in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38610,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,12340), (12610,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12799,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39804,39867,39854,39855,0,0,1,1,1,1,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Clipping Their Wings','Captain Arnath in Heb\'Valok has asked you to collect 7 Unblemished Bat Wings from Zul\'Drak Bats.','Ever since Finklestein\'s arrival, I\'ve been relegated to collecting various ingredients for his experiments and recipes.$b$bI\'ll follow my orders as I\'ve vowed to do, but I\'m a seasoned veteran. I\'ve taken part in dozens of conflicts. I\'d much rather be on the front lines, having a more direct impact on the Crusade\'s outcome here.$b$bHelp me, $r. Collect some bat wings for me so that I might get back to the real action sooner.','','Excellent work, $n.$b$bI thank you for your assistance.','Have you finished collecting those bat wings for Finklestein?','Return to Captain Arnath at Heb\'Valok in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38620,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,12340), (12611,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12561,0,0,12612,5,65000,128400,0,0,0,0,0,0,38657,1,0,128,0,0,0,0,0,39481,0,0,0,1,0,0,0,39367,39412,39444,39464,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Returned Sevenfold','The Avatar of Freya wants you defeat Thalgran Blightbringer by using Freya\'s Ward to reflect his Deathbolts back to him sevenfold.','The agents of the Lich King have foolishly trespassed upon these lands where the power of life rules supreme. All harm they inflict will be returned to them sevenfold.$B$BThe monster directly responsible for corrupting the land is known as Thalgran Blightbringer; you will find him just to the north of here. Take this ward and use it to reflect the power of death upon him. Show the Scourge that the power of life prevails above all.','','You continue to prove yourself, $n. Perhaps I was too quick to judge you.$b$bI had assumed you were here with the poachers who were recently stranded in my lands, but perhaps you\'re ready to put that behind you.','Is it done, $N?','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',28443,0,0,0,1,0,0,0,0,38657,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12612,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12611,0,0,12608,3,0,64200,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fallen Pillar','Travel to the Lifeblood Pillar and look for clues to its destruction.','The titans shaped entire life forms here, fostering their unfettered growth.$B$BThe five crystal pillars that surround the basin emanate pure lifeforce. The Scourge should\'ve never been able to penetrate the basin, but one of the pillars was destroyed.$B$BGo to the Lifeblood Pillar and see if you can find out what happened. No undead would\'ve been able to approach the pillar, so keep your eyes out for living intruders. You\'ll find what remains of the pillar directly south of here.','','',NULL,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,12340), (12613,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12559,0,0,12548,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Powering the Waygate - The Maker\'s Overlook','The Avatar of Freya wants you to head to the Maker\'s Overlook in eastern Sholazar Basin and use the Activation Switch Theta.','We cannot stop now, $r. You\'ve triggered the first switch, but one remains.$B$BThe titans constructed a second vantage point where they oversaw their creations. You\'ll find it to the east, high in the mountains.$B$BPull the activation switch theta inside the overlook and the waygate will open.','','The waygate is active, $n. It is time!',NULL,'Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',-190509,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Activation Switch Theta','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12614,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12607,0,0,0,6,130000,160500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39487,39486,39490,39488,39478,40353,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,'Post-partum Aggression','Kill Broodmother Slivina and return to Dorian Drakestalker at Dorian\'s Outpost.','Broodmother Slivina\'s likely to be a snarling ball of teeth, spikes, and talons. You\'ve gone and stolen her children away and no mother takes kindly to that.$B$B\'Tis true they hatched from eggs, but she loves the little beasts no less than your mother loves you.$B$BShe\'ll be desperate and fierce in equal measures, everything Hemet loves in a target. You and he, along with that mammoth, should be a match for her.$B$BShe\'s on her perch at the northern edge of the Savage Thicket and hungers for revenge.','','Well, I had a whole speech prepared, but the old man himself has some words he wants to say to you.','Well, you\'re alive. How did you fare?','Return to Dorian Drakestalker at Dorian\'s Outpost in Sholazar Basin.',28467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12615,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12516,0,0,0,5,0,128400,51729,51729,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Blessing of Zim\'Torga','Witch Doctor Khufu wants you to present 10 Drakkari Offerings to the statue of Zim\'Torga.','Hexxer Ubungo probably told you about making offerings to the gods of Zul\'Drak. Zim\'Abwa is not the only god that stands forgotten by the Drakkari.$B$BWe have taken refuge within the presence of Zim\'Torga, the Mother of Prosperity. As with Zim\'Abwa, if you were to give offerings of the Drakkari to her, she is sure to give you her blessing.','','$b$b','','Deliver the Drakkari Offerings to Zim\'Torga at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12616,2,70,70,0,2562,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,74,2,0,0,0,0,40354,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chamber of Secrets','The Argent Dawn Emissary wants you to search the chamber of Tenris Mirkblood within the Servant\'s Quarters of Karazhan.','Excellent, an experienced adventurer. Precisely what we need.$b$bThere has been talk from the Kirin Tor guarding Medivh\'s tower that something is amiss with Karazhan. There is a new power lurking within, one that answers neither to the Guardian\'s magic nor the Legion. From what they\'ve scouted, it appears it is an elven prince called Tenris Mirkblood, and there is reason to believe he serves the Scourge.$b$bGo, my friend, investigate Mirkblood\'s chamber, and return with any information you might find.','','The information you report is dire indeed if the orders you saw are legitimate. We can only hope that his mission was stopped early enough to prevent the enemy from knowing too much about our strengths.$b$bThank you, $n. May you remain safe in these dark times.','What have you discovered?','Return to Argent Emissary.',0,0,0,0,0,0,0,0,0,0,38629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12617,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12608,0,-12617,0,5,65000,128400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39365,39385,39441,39449,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Exterminate the Intruders','The Avatar of Freya at the Rainspeaker Rapids wants you to go to the Death\'s Hand Encampment to the northwest and slay 8 Cultist Infiltrators.','I am an embodiment of but one aspect of Freya, daughter of the titans. I am the Lifewarden -- I was left here to protect this land against the threat of the Scourge.$B$BI never anticipated the Lich King would send willing living servants to do his work.$B$BI could easily crush these cultists myself, but I am all that stands between the undead armies and the rest of the basin. Go, $N. Deliver my wrath to these insolent trespassers.','','You speak the truth. The intruders at the camp were dealt with... but I\'m afraid it might have been too late.','Have you destroyed the trespassers, $N?','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',28373,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12618,0,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12615,0,0,0,0,0,0,51729,51729,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessing of Zim\'Torga','','','','','','Return to Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12619,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12593,0,0,12842,8,0,9900,53431,53431,0,0,0,0,0,0,0,136,0,0,0,0,0,38707,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Emblazoned Runeblade','Search the weapon racks in Ebon Hold for a Battle-worn Sword and then use it on a runeforge to craft a Runebladed Sword.$B$BReturn the Runebladed Sword to Instructor Razuvious in Ebon Hold.','The single most important piece of equipment to a death knight is the runeblade. It is through the runeblade that a death knight commands the powers of frost, blood and the unholy. The runeblade also acts as a vessel to store the death knight\'s runic power.$B$BThe time has come to create your first runeblade. Search the weapon racks on this floor and locate a battle-worn sword. Once found, take the sword to a nearby runeforge and use it to create a runeblade.','','Well done, $N. You have successfully created your first runebladed weapon. With it you will sow the seeds of chaos and destruction! In your wake will be a bloodied field of battle, littered with the corpses of all that would dare oppose the Scourge.','The runeblade is an extension of your being. A death knight cannot battle without a runeblade.','Return to Instructor Razuvious at the Heart of Acherus in Ebon Hold.',0,0,0,0,0,0,0,0,0,0,0,38607,0,0,0,1,38631,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,1,6,0,0,0,0,0,12340), (12620,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12617,0,0,12621,4,51000,96300,0,0,0,0,0,0,38684,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lifewarden\'s Wrath','The Avatar of Freya at the Rainspeaker Rapids wants you to use Freya\'s Horn atop of the Glimmering Pillar.','We were not quick enough, $N. The cultist scum have arrived at the Glimmering Pillar and are making preparations to destroy it, I can sense them.$B$BWe don\'t have much time. Blow upon this horn atop the Glimmering Pillar to channel my power through the crystal.$B$BWe shall show this scum to not trifle with the titans\' creations.','','Impressive. I wasn\'t expecting a mere mortal to prove as worthy an ally as you.$b$bI fear our efforts have not been sufficient, however. The Scourge shows no signs of stopping.','Have you taken care of the cultists, $N?','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',28595,0,0,0,1,0,0,0,0,38684,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lifewarden\'s Wrath','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12621,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12620,0,0,12559,1,0,12900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Freya\'s Pact','Listen to what the Avatar of Freya has to say.','The cultists have been taken care of, but the Scourge\'s invasion has not slowed down. The situation is becoming desperate, $N.$B$BThere exists a last resort. Before I reveal any more, however, I must be sure I have your absolute trust.','','There is no turning back now. If you agree to help me, you will do so without hesitation.','We have little time. The Scourge is preparing for a final push.','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',28482,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Freya\'s Pact','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12622,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12640,5,65000,128400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,20390,0,0,0,5,0,0,0,39775,39838,39796,39798,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Leaders at Jin\'Alai','Scalper Ahunae at Zim\'Torga has asked you to retrieve the Treasure of Kutube\'sa, the Treasure of Gawanil, and the Treasure of Chulo the Mad.','You thinkin\' what Ahunae thinkin\', mon?$B$BSome of the Drakkari trolls have gathered at the Pools of Jin\'Alai to the southwest. We be needin\' to draw out their leaders, and Ahunae knows just how you be doin\' it, too!$B$BGo in there and kill those trolls. When you kill enough, their leaders show up.$B$BWhen they show up next to their totems, you make sure to be gettin\' the treasure of Kutube\'sa, Gawanil, and Chulo the Mad, mon.','','The scalper thinkin\' that you be his kind of $r!$b$bWhat\'s these candybars doin\' in here? What we do with this, mon?$b$bAhunae say that you can have them back!','The $c must be back talkin\' to Ahunae because the $c has all that treasure.','Return to Scalper Ahunae at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38637,38639,38638,0,0,0,1,1,1,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12623,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12516,0,0,12627,1,0,12900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'To the Witch Doctor','Speak with Witch Doctor Khufu at Zim\'Torga.','We Zandalari could use your help, $N. We must put an end to what the Drakkari are doing to their gods!$B$BTo the northeast, up the great steps that lead to the next tier of Zul\'Drak, lies Zim\'Torga. It is the home to another of the god statues and a refuge that my people are desparately attempting to defend.$B$BI would like for you to travel there and speak to Witch Doctor Khufu. Be warned though, the place is under constant attack from the Drakkari.','','Greetings to you, $c. I am glad to hear that Ubungo found someone that he could trust.$b$bWelcome to Zim\'Torga.',NULL,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,12340), (12624,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,186000,190500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39479,39446,39466,39474,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It Could Be Anywhere!','Look for a Golden Engagement Ring on the various creatures in Sholazar Basin.','When I found out that Miss Boulian was helping Nesingwary with his expedition, I signed up as a deckhand immediately. You see, I\'d been meaning to marry her for months!$B$BI had it all planned out. I was going to propose the very night of the shipwreck... but now the ring is gone. I\'ve searched everywhere!$B$BI know it might sound crazy, but I know the engagement ring is in the Basin. If some Venture Company didn\'t steal it, maybe a wild creature ate it. But it\'s here somewhere... I just know it!','','You did it! You actually found it!$B$BI don\'t know... I don\'t know how to thank you!','The ring, $N! Please... tell me you\'ve found it!','Return to Chad at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38642,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12625,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Dominion Over Acherus','Report to Master Siegesmith Corvus on the garrison floor of Ebon Hold.','Behold, Acherus, the grand citadel of death! It has no equal in this world! Not even the mighty Naxxramas could withstand a direct assault from the Ebon Hold.$B$BThough your thoughts may still be hazy, we haven\'t a moment to spare. You must claim dominion over Acherus and your mind! The horns of war surge!$B$BTake the stairs on this floor - located north, south, east and west - to the garrison floor above us. Seek out Master Siegesmith Corvus and acquire his status report. It must be delivered to Thalanor.','',NULL,NULL,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,12340), (12626,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,480,0,0,0,0,0,0,38654,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Company of the Damned','Deliver Corvus\' Report to Scourge Commander Thalanor at the garrison floor of Ebon Hold.','$B$BOur stockpiles of weapons, armor and munitions are nearly at maximum capacity. We are ready for war!$B$B$B$BOn the other side of this garrison floor, southwest of here, you will find the officers\' quarters. Take this status report there and deliver it to Scourge Commander Thalanor, battalion commander of the Company of the Damned.','',NULL,NULL,'Return to Scourge Commander Thalanor in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38654,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12627,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12623,0,0,0,5,0,128400,0,51863,0,0,0,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,0,0,0,0,0,0,0,0,0,'Breaking Through Jin\'Alai','Witch Doctor Khufu at Zim\'Torga has asked you to disturb the Blue Cauldron, Green Cauldron, Purple Cauldron, and Red Cauldron.','I have been trying to commune with the gods. However, the medicine men at the Pools of Jin\'Alai are performing rituals that are interfering with my attempts.$B$BIt is imperative that we break through their obtrusion. If you were to head southwest into the pools area, I am certain that you would come across the cauldrons they are using for their magic.$B$BDisturb each of the cauldrons to bring down their ritual that is blocking me.','','Yes, I can already feel the difference. Thank you.$b$bLet us see if we can make contact with the gods now.','I am still unable to make contact. The ritual of the medicine men is still intact.$B$BPlease go back there and disturb each of their cauldrons.','Return to Witch Doctor Khufu at Zim\'Torga in Zul\'Drak.',-190618,-190630,-190619,-190620,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blue Cauldron disturbed','Green Cauldron disturbed','Purple Cauldron disturbed','Red Cauldron disturbed',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12628,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12627,0,0,12632,3,0,64200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'To Speak With Har\'koa','Speak with Har\'koa at the Altar of Har\'koa.','The gods have spoken, $N. We now know what you must do.$B$BYou must now go to the Altar of Har\'koa to the southeast and speak with the leopard goddess.','','Listen closely, little $r. Time is of the essence.',NULL,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,12340), (12629,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12637,0,0,12648,5,59000,125700,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Can Run, But You Can\'t Hide','Stefan in Ebon Watch asked you to go to the Reliquary of Agony to collect 5 Putrid Abomination Guts from the Putrid Abominations and 5 Gooey Ghoul Drools.','Once the Scourge have a target in their sights, they\'ll stop at nothing to acquire it.$b$bYou\'re doomed to a mindless existence as a walking corpse....$b$b$b$b... unless we can use their desires against them.$b$bI\'ll explain later. I have complex magic to prepare which requires certain material components.$b$bTravel due east of here to the Reliquary of Agony. Slay abominations and gather the ghoul drool you\'ll find there then return to me with their remnants.','','$b$bWell, it\'s far from perfect, but it\'ll have to do. Now brace yourself, $c. This is where it gets good....','Have you brought me the components I asked for, $n?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38686,38687,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,12340), (12630,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12884,0,0,0,5,59000,125700,0,51909,0,0,0,0,38659,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kickin\' Nass and Takin\' Manes','Stefan in Ebon Watch wants you to use Nass to collect 10 hair samples from Withered Trolls.$b$bIf you lose Nass, return to Stefan to recover him.','Before you meet Nass, there\'s something you should know.$b$bHe got a toxic dose of blight back in the day, and now he\'s deaf, blind, and mostly numb.$b$bIt\'s not all bad, though. He\'s virtually immune to the stuff now, which makes him perfect for certain tasks - like the one I\'m about to give you.$b$bThere are many freshly scourged trolls nearby and we need to study the blight\'s effect on them. Take Nass, and this boot. When you\'ve slain a troll, give him a good kick and he\'ll know to take a hair sample.','','You know, you remind me an awful lot of my Nass.$b$bMaybe it\'s just the nose...','How\'s that boot holding up, $r?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',28523,0,0,0,10,0,0,0,38659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hair Samples Collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12631,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12637,4,46000,94200,0,0,0,0,0,0,38660,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Invitation, of Sorts...','Take the Unliving Choker to Stefan at Ebon Watch.','Crafted of bone and dripping with blood, this choker is of intricate and deliberate design.$b$bGazing upon it overwhelms you with an ominous presence - one that compels you to wear it. You fight the urge, and resolve to bring it back to Ebon Watch.$b$bIf anyone can explain this, a death knight can....','','I am indeed familiar with items such as this.$b$b$b$bIt would seem, $n, that you have been... chosen.',NULL,NULL,0,0,0,0,0,0,0,0,38660,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12632,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12628,0,0,0,5,0,128400,0,0,0,0,0,0,38676,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39787,39856,39821,39891,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'But First My Offspring','Har\'koa has asked you to use her whisker on the corpses of her children to free and resurrect them. Return to her at the Altar of Har\'koa when you are done.','I am the last of the gods to be subdued, so we must first attempt to free the others. Bound by the magics of my subduers, I am unable to discern their fates.$B$BBut first, I would ask that you do me a kindness. Already the Drakkari turn my magic against me. They have transformed my offspring into monstrosities.$B$BTake one of my whiskers. Slay my tortured children and use the magic of it to release them from their nightmare, and bring them back to life.','','Thank you, $n. I will never forget what you have done.','There are more of my offspring that you must free from their torment!','Return to Har\'koa at the Altar of Har\'koa in Zul\'Drak.',28526,0,0,0,7,0,0,0,0,38676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cursed Offspring of Har\'koa resurrected','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12633,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12238,0,0,12638,4,46000,94200,0,0,0,0,0,0,38673,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkness Calling','Take the Writhing Choker to Stefan in Ebon Watch.','Crafted of bone and dripping with blood, this choker is of intricate and deliberate design.$b$bGazing upon it overwhelms you with an ominous presence - one that compels you to wear it. You fight the urge, and resolve to bring it back to Ebon Watch.$b$bIf anyone can explain this, a death knight can....','','I am indeed familiar with items such as this.$b$b$b$bIt would seem, $n, that you have been... chosen.',NULL,NULL,0,0,0,0,0,0,0,0,38673,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12634,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12644,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Some Make Lemonade, Some Make Liquor','Bring 1 Orange, 2 Banana Bunches, and 1 Papaya to Grimbooze Thunderbrew at the Nesingwary Base Camp.','Life\'s tossed me a cartload of lemons this time! When the ship ran aground, the kegs carrying my best brew burst! All we have now are a few bottles of rum, and it won\'t sustain a thirsty expedition!$B$BWe need to get some booze cooking, and fast!!$B$BThe trees in the Wildgrowth Mangal, to the east, seem laden with fruit, but it\'s too high for me to reach. Look for good, strong vines, see if you can use it to shake some of that fruit out of the trees. Bring me whatever you can find.','','Well, that\'s a better assortment than I would\'ve expected from this place. Now, for the important question: can we distill it into anything drinkable? We\'d better get started.','Did you have luck winning any of that fruit from those darn tall and stingy trees?','Return to Grimbooze Thunderbrew at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38656,38653,38655,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,12340), (12635,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Relics of the Snow Leopard Goddess','Chronicler To\'kini at Zim\'Torga wants you to recover 10 Har\'koan Relics.','I overheard that you are going to see to the well-being of Har\'koa. Good luck to you.$B$BI am wondering if while you are in the vicinity of the altar, you would be willing to recover their relics? I do not require many, and it is only a short trip to the southeast.$B$BWhat do you say?','','Aw, prime specimens!$b$bYou can see there the divergence from the root symbology. Quite extraordinary.$b$bWhat a pity that the ice trolls are determined to bring about their own demise.$b$bDid you know, for instance, that the Drakkari were exiled from the rest of the troll nations for their extremely violent ways?$b$bIt\'s true! How did you think trolls ended up in such a harsh climate as this?','The Drakkari are so busy destroying themselves, it would be a shame if the historical significance of their empire were to be likewise lost.','Return to Chronicler To\'kini at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38677,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12636,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12848,0,0,12641,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Eye Of Acherus','Report to the Lich King in Ebon Hold.','Behold, Acherus, the grand citadel of death! It has no equal in this world! Not even the mighty Naxxramas could withstand a direct assault from the Ebon Hold. Looming above the face of the necropolis is the all-seeing eye of Acherus. From it the master is able to see great distances into the territories held by our enemies. What the eye sees, the Lich King sees, and now the time has come for you to peer through the eye! The Lich King has called for you, $N.$B$BGo now! Suffer well, $g brother:sister;...$B','','The time to spill the blood of our enemies approaches. You must first learn what it is that you seek to destroy, before rushing headlong into battle. It is what separates a death knight from a mindless ghoul.$B$BI will grant you sight beyond sight, my champion. You will use the eye of Acherus to steal our enemies\' secrets. ',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,396,396,396,0,0,0,0,0,12340), (12637,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12631,0,0,12629,3,30000,63000,0,0,0,0,0,0,38678,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Near Miss','Stefan at Ebon Watch wants you to take the Unliving Choker to Bloodrose Datura.','It was either wisdom or luck that prevented you from wearing this choker, $r.$b$bEither way, your acquiring it was no random occurance. You\'ve been targeted by someone, or something....$b$bTake your choker to Bloodrose, here. Let her demonstrate the fate that nearly befell you.','','Now you\'ve observed the fate that was meant to befall you.$b$bAs I mentioned before, this was no coincidence. The creation of such a device is very involved, and the required resources would not be squandered on a random target.$b$bThe simple truth of the matter is this; You\'re wanted by the Scourge....','Yes, $r?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',28532,0,0,0,1,0,0,0,38678,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Choker\'s Purpose Exposed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12638,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12633,0,0,12643,3,30000,63000,0,0,0,0,0,0,38680,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Close Call','Stefan at Ebon Watch wants you to take the Writhing Choker to Bloodrose Datura.','It was either wisdom or luck that prevented you from wearing this choker, $r.$b$bEither way, your acquiring it was no random occurence. You\'ve been targeted by someone, or something....$b$bTake your choker to Bloodrose, here. Let her demonstrate the fate that nearly befell you.','','Now you\'ve observed the fate that was meant to befall you.$b$bAs I mentioned before, this was no random act. The creation of such a device is very involved. You\'ve somehow caught the attention of the Scourge leadership.$b$bThe question is not how, why, or even who... but what will we do about it?','Yes, $r?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',28532,0,0,0,1,0,0,0,38680,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Choker\'s purpose exposed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12639,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12622,0,0,0,5,65000,128400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39772,39835,39783,39786,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Frozen Earth','Element-Tamer Dagoda at Zim\'Torga wants you to collect 7 Essence of the Frozen Earth.','We captured these elementals from nearby, and I have plenty of defenders now. But, it takes a great deal of power to make them strong enough to stand up to our enemies.$B$BThe frozen earth at Drak\'Mabwa to the northwest have what I need to maintain our defenses. I\'ll need more of their essence if I\'m to keep this up.','','Thank you, $c. Those essences should be enough to fuel my casting for quite some time.','I hope that you\'ve returned with enough. The attacks from the Pools of Jin\'Alai have become more desperate after what you did to them.','Return to Element-Tamer Dagoda at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38681,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,12340), (12640,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12622,0,0,12659,5,65000,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sealing the Rifts','Scalper Ahunae at Zim\'Torga has asked you to seal 7 Elemental Rifts.','Dagoda gonna be sendin\' you northwest to Drak\'Mabwa to get her more stuff for her defenders if she didn\'t already.$B$BWhile you up there, Ahunae be wantin\' you to destroy the rifts those elementals pourin\' out of. The last thing we needin\' is for them to attack us!$B$BJust watch out, more of those frozen earth\'ll show up when you try to seal the rifts.','','Ahunae hopin\' that Dagoda got all of the defenders she wantin\'. With those rifts sealed, it\'s not likely she\'ll be gettin\' any more.','You have a few more of those rifts to seal before we be talkin\' again, $N.','Return to Scalper Ahunae at Zim\'Torga in Zul\'Drak.',28452,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,'Elemental Rifts sealed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12641,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12636,0,0,12657,7,0,7500,0,0,0,0,0,0,0,0,0,136,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death Comes From On High','The Lich King commands you to use the Eye of Acherus to analyze the Scarlet Hold, New Avalon Forge, New Avalon Town Hall and the Chapel of the Crimson Flame.$B$BControl the Eye of Acherus by using the Eye of Acherus Control Mechanism.','Towering above this platform is the eye of Acherus. From it you will call forth a probe that you will then use to analyze Scarlet Crusade fortifications at New Avalon. The eye has a host of powers that should make the acquisition of this data simple.$B$BUse the eye\'s siphon to analyze the forge, town hall, hold, and chapel. The eye\'s control mechanisms are located on either side of this platform. Waste no more time, $N.$B$BThe Scourge will have this place. The Lich King commands it!','','They prepare for battle - as expected - but there is something else. I sense an old enemy. An enemy that I destroyed long ago...$B$BIt matters not. We will send the full might of the Scourge against them before they have a chance to evacuate their homes and put in place their defenses.','Our assault upon the Scarlet Crusade will become legend.','Return to The Lich King in Ebon Hold.',28525,28543,28542,28544,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Avalon Forge Analyzed','New Avalon Town Hall Analyzed','Scarlet Hold Analyzed','Chapel of the Crimson Flame Analyzed',4,0,0,0,0,0,0,0,0,0,396,396,396,0,0,0,0,0,12340), (12642,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12632,0,0,12646,3,0,64200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Spirit of Rhunok','Speak with the Spirit of Rhunok at the Altar of Rhunok.','My feelings tell me that Rhunok doesn\'t have much time.$B$BI can tell that the arctic bear god\'s spirit has already separated from his weakened body. It is his spirit with which you must commune.$B$BHis altar lies to the northwest beyond Drak\'Mabwa.','','I am barely hanging on. You must work quickly or all will be lost.',NULL,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,12340), (12643,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12638,0,0,12649,5,59000,125700,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silver Lining','Stefan in Ebon Watch asked you to go to the Reliquary of Agony to collect 5 Putrid Abomination Guts from the Putrid Abominations and 5 Gooey Ghoul Drools.','Once the Scourge have a target in their sights, they\'ll stop at nothing to acquire it.$b$bYou\'re doomed to a mindless existence as a walking corpse....$b$b$b$b... unless we can use their desires against them.$b$bI\'ll explain later. I have complex magic to prepare which requires certain material components.$b$bTravel due east of here to the land beneath the Reliquary of Agony. Slay the ghouls and abominations you\'ll find there and return to me with their remnants.','','$b$bWell, it\'s far from perfect, but it\'ll have to do.$b$bNow brace yourself, $c. This is where it gets good....','Have you brought the components I asked for, $n?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38686,38687,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,12340), (12644,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12634,0,0,12645,4,48000,95100,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Still At It','Successfully complete the distillation process and bring the completed Thunderbrew\'s Jungle Punch to Grimbooze Thunderbrew at the Nesingwary Base Camp.','Now that we\'ve got the raw materials, I\'ve had my assistant ready the still. He\'ll oversee the process, but I want you to help keep everything under control. You might be tempted to think that we just throw everything into the still and let it sit, but you\'re wrong.$B$BIngredients and heat need to be added at certain times, and the pressure regulated at others. You\'ll have no more than 10 seconds to react to a situation. Speak with \"Tipsy\" McManus when you\'re ready to start distilling.','','$b$bThere\'s something in here, but the million gold question is, can you drink it? Don\'t you go anywhere; you\'ll be responsible for overseeing the sampling of the product, too.','Well, how did it turn out?','Return to Grimbooze Thunderbrew at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38688,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12645,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12644,0,0,0,6,124000,158700,0,0,0,0,0,0,38697,1,0,128,0,0,0,0,0,39520,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,'The Taste Test','Offer a sample of Thunderbrew\'s Jungle Punch to Hemet Nesingwary, Hadrius Harlowe, and Tamara Wobblesprocket, then return to Grimbooze Thunderbrew at the Nesingwary Base Camp.','And now for the moment of truth!$B$B$B$BI\'ve always wanted to say that. Normally, I\'d debut a new drink at a banquet, but we can\'t have one in the middle of the jungle.$B$BInstead, just take samples to a few trusted friends and return with their comments. Let\'s see, we\'ll definitely want Hemet Nesingwary\'s opinion, and Hadrius Harlowe\'s, too. They\'re here in camp. You\'ll want to head over to Lakeside Landing, near the center of the Basin and offer Tamara Wobblesprocket a taste.','','Two out of three drinkers agree, eh? Not bad for a first try. Not bad at all. I suppose I\'ll have to whip up something else for Tamara by way of apology.$b$bNow... what should we call this creation?','Don\'t keep me waiting, $N. What are the results?','Return to Grimbooze Thunderbrew at Nesingwary Base Camp in Sholazar Basin.',27986,28047,28568,0,1,1,1,0,0,0,38697,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hemet\'s taste test','Hadrius\' taste test','Tamara\'s taste test','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12646,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12642,0,0,12647,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'My Prophet, My Enemy','The Spirit of Rhunok at the Altar of Rhunok has asked you to acquire his Arctic Bear God Mojo.','My prophet absorbed too much of my power too quickly, and subsequently killed himself. You can see the results at the water-filled crater to the south in Drak\'Mabwa.$B$BMy former priests have already resurrected him so that he can finish the job. They\'re channeling my power back into him, and it will not be long now before he reawakens.$B$BYou must put an end to him and return with my mojo before it is too late.','','You did it.$b$bBut now there is one other thing that I need you to do.','Quickly, $r, do you have my mojo?','Return to Spirit of Rhunok at the Altar of Rhunok in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38695,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12647,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12646,0,0,12653,6,0,160500,0,54183,0,0,0,0,0,0,51968,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39789,39858,39825,39893,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An End to the Suffering','The Spirit of Rhunok has asked you to use the Tormentor\'s Incense to awaken his body. You are then to slay Rhunok using the power that his spirit has imbued you with.$B$BIf for some reason you lose the Mojo of Rhunok aura, you can return to the Spirit of Rhunok to have it reapplied.','My body is too far gone now, $N. It is only a matter of time before a new prophet is elevated and finishes what the other began.$B$BI am going to imbue you with the last of my power. The tormentor inside the altar building carries incense, which will awaken my body and make it vulnerable.$B$BUse the incense and do me the kindness of putting an end to my suffering.$B$BI apologize if I fight back. Even for me, the will to survive is strong.','','You\'ve done what had to be done and honored me in the process.$b$bI give you my deepest thanks, $n. I only hope that you and Har\'koa will be able to help the others.','If you do not put an end to my suffering soon, $N, all may be lost.','Return to Spirit of Rhunok at the Altar of Rhunok in Zul\'Drak.',28416,0,0,0,1,0,0,0,0,38696,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12648,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12629,12661,12648,12661,4,46000,94200,0,0,0,0,0,0,38699,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dressing Down','Stefan at Ebon Watch wants you to use the Ensorceled Choker to apply the Scourge disguise.$b$bWhile in Scourge form, you are to purchase Bitter Plasma from Gristlegut.$b$bIf you lose your Ensorcelled Choker, return to Stefan at Ebon Watch to get another.','There... I\'ve created a disguise that should make you indistinguishable from the Scourge.$b$bYou\'ll be free to walk among them as long as the disguise holds. Only the blightguards will be able to see through my illusion. Watch out for them!$b$bAnother thing you must know is that the disguise is unstable and may drop unexpectedly, so stay alert.$b$bLet\'s test it out. Use the choker and visit the Scourge merchant just east of here. Return to me with a bottle of bitter plasma.','','So? How are you enjoying scourge life?$b$bBelieve me, it\'s not all it\'s cracked up to be....','Well, $n?$b$bDid you purchase that flask?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38698,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12649,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12643,12661,12648,12661,4,46000,94200,0,0,0,0,0,0,38699,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Suit Up!','Stefan at Ebon Watch wants you to use the Ensorcelled Choker to apply the Scourge disguise.$b$bWhile in Scourge form, you are to purchase Bitter Plasma from Gristlegut.$b$bIf you lose your Ensorcelled Choker, return to Stefan at Ebon Watch to get another.','There... I\'ve created a disguise that should make you indistinguishable from the Scourge.$b$bYou\'ll be free to walk among them as long as the disguise holds. Only the blightguards will be able to see through my illusion. Watch out for them!$b$bAnother thing you must know is that the disguise is unstable and may drop unexpectedly, so stay alert.$b$bLet\'s test it out. Use the choker and visit the Scourge vendor just east of here. Return to me with a bottle of bitter plasma.','','So? How are you enjoying Scourge life?$b$bBelieve me, it\'s not all it\'s cracked up to be....','Well, $n?$b$bDid you purchase that flask?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38698,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12650,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12635,0,0,0,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Plundering Their Own','Chronicler To\'kini at Zim\'Torga wants you to recover 7 Rhunokian Artifacts.','There is another altar nearby where there are artifacts to be saved.$B$BIt is said that the Drakkari at the Altar of Rhunok to the northwest, beyond the broken tundra of Drak\'Mabwa, have already plundered their own holy site.$B$B$C, I would be appreciative if you could rescue those artifacts from their undeserving hands.','','Let me look at those.$b$b$b$bHmph, I\'d say that we\'re lucky you liberated these when you did, $c.$b$bHow very interesting. This artifact here depicts the events of the Sundering. There was a time when Northrend was the far northern portion of Kalimdor.$b$bBut after the Sundering, the land broke off, eventually becoming Northrend.$b$bThis, of course, is why we see Drakkari in the southern continents as well as here.','There is no comprehending the Drakkari. They are brutal savages who have sunk to a new low.','Return to Chronicler To\'kini at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38700,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,12340), (12651,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12592,0,0,0,1,6600,12900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Lakeside Landing','Speak with Tamara Wobblesprocket at Lakeside Landing.','When the trouble with the Venture Company started, I asked Marvin Wobblesprocket and his wife, Tamara, to take their flying machines east to River\'s Heart. I asked them to setup a small camp there so that we could use them as a relay to fly in supplies and survey the area.$B$BThey should have arrived by now and started setting up. River\'s Heart is near the center of the basin where the rivers converge. Search for Lakeshore Landing on the northeast shore. Marvin mentioned it would be the best spot.','','So, Hemet sent you? We were just about to let him know that we\'ve gotten things up and running here. Please forgive Marvin if he seems to be ignoring you, but he gets very absorbed in his work.',NULL,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,12340), (12652,2,75,74,0,66,0,0,0,0,1791,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,125700,0,0,0,0,0,0,38701,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39812,39876,39880,39882,39831,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,'Feedin\' Da Goolz','Gristlegut at the Reliquary of Agony wants you to use Bowels and Brains Bowl next to 10 Decaying Ghouls.','Git o\'er heer, gool! Yeh, I talkin\' to yoo.$b$bIt feedin\' time now. Gotta git da grub ta all da gools!$b$bSpeshal grub dis time! Bowels an\' brainz bowl... num, num, num.$b$bJus drop da bowl nexta da gool. Gud way ta make frenz.$b$bYoo got goolfrenz? Ha, ha, hah!','','Num num!','Yoo dun feed da goolz?','Return to Gristlegut at the Reliquary of Agony in Zul\'Drak.',28591,0,0,0,10,0,0,0,38701,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Decaying Ghouls Fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12653,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12647,0,0,12665,3,0,64200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Back to Har\'koa','Speak with Har\'koa at the Altar of Har\'koa.','And now it is time for you to return to the leopard goddess. Somehow I sense that she has other plans for you.$B$BTell her that no matter what, we are eternal.','','$b$bMy spirit cries out in grief at the loss of another friend. But fear not, he will return and his spirit will live on forever.',NULL,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,12340), (12654,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Part-time Hunter','Bring Pitch\'s Remains to Tamara Wobblesprocket at Lakeside Landing.','When Hemet asked me to accompany Marvin out here, I hoped that I might have the opportunity to work on my own hunting skills in between repairing the flying machines and setting up the camp.$B$BI wanted to take down a ferocious lion named Pitch. He\'s said to make his home south of here, near where the Wildgrowth Mangal meets the northern face of the Skyreach Pillar. If you can find the beast, would you bring back his remains? If the rumors are true, they\'d make a trophy even Hemet will respect!','','You got it! Now all I have to do is make a trophy out of it. That\'ll be the hard part -- finding a way to preserve it so that Hemet doesn\'t have a good laugh at my expense.','Did you find Pitch?','Return to Tamara Wobblesprocket at Lakeside Landing in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38703,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12655,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12632,0,0,0,5,0,128400,52051,52051,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Blessing of Zim\'Rhuk','Witch Doctor Khufu wants you to present 10 Drakkari Offerings to the statue of Zim\'Rhuk.','There is another god of Zul\'Drak that is being neglected.$B$BZim\'Rhuk\'s statue lies directly to the north. Known as \"The Wise One\", Zim\'Rhuk is also known to be very protective of his domain. He maintains guardians that deal harshly with anyone that does not have the wits to slip past them.$B$BAvoid the guardians and give the Drakkari offerings to Zim\'Rhuk so that you will benefit from his blessing.','','$b$b','','Deliver the Drakkari Offerings to Zim\'Rhuk in Zim\'Rhuk in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12656,0,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12655,0,0,0,0,0,0,52051,52051,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blessing of Zim\'Rhuk','','','','','$B$B','Return to Zim\'Rhuk in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38551,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12657,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12641,0,0,12850,7,0,7500,51721,0,0,0,0,0,0,0,0,136,0,0,0,0,0,38662,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Might Of The Scourge','The Lich King commands you to carry his orders to Highlord Darion Mograine at Ebon Hold.$B$BUse the glowing transporter behind the Lich King to reach Highlord Darion Mograine in the Hall of Command.','Listen well, death knight, for I give to you the words that will start a war. My final judgment has been passed: Death. To. All. None shall stand so boldly against the might of the Scourge without reprisal!$B$BAs you have served me well in your first task, so too shall you serve me in your next task. Take my judgment to Highlord Mograine at the command post of Acherus, found on the first floor. Tell him to begin the assault.$B$BAnd when the Crusade has been dealt with, we will finish off the Argent Dawn.$B','','The horns of war will soon echo across this land, waking the dead and calling forth the Scourge war machine. Woe unto those that would stand in our way!$B$BYou and your brethren will lead the charge, $N. When next I look upon the Scarlet lands, my sight will be obscured by the legions of Acherus. The march upon New Avalon begins now.',NULL,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,'','','','',4,1000,2000,2000,0,0,0,0,0,0,1,1,1,1,0,0,0,0,12340), (12658,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12603,0,0,0,5,65000,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'My Pet Roc','Bring 7 Roc Eggs to Zootfizzle at Dorian\'s Outpost.','Dorian\'s had me training and feeding the baby drakes he captures, and it has gotten me thinking. I want a pet of my own!$B$BNo, not a juvenile drake. I don\'t want a pet capable of biting my hand off!$B$BHowever, in the Bonefields to the northeast of the camp, beyond the area dominated by the drakes, there\'s a large population of goretalon rocs. The grown ones are beyond hope of domesticating, but if you bring me the eggs from their nests, I can raise them from the time they hatch.','','Oh, these are very nice! I\'ve gotten so tired of robotic squirrels and chickens for company. It\'ll be wonderful to have a pet whose joints won\'t require oiling!','Do you have those eggs?','Return to Zootfizzle at Dorian\'s Outpost in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38705,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,12340), (12659,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12640,0,0,0,5,65000,128400,0,0,0,0,0,0,38731,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scalps!','Scalper Ahunae at Zim\'Torga wants you to use Ahunae\'s Knife to scalp 10 Heb\'Drakkar trolls.$B$BThe scalper reminds you that you should loot them first.','I thinkin\' it be time to do some scalpin\', mon!$B$BThe trolls at Heb\'Drakkar to the northeast should do nicely. With their fancy bats and attackin\' us, they got it comin\'!$B$BAhunae even give you his own knife so that you do the job right.','','Aw, me thinkin\' that too funny.$b$b$n is my kind of $r!$b$bYou still got my knife?','Ahunae know there be no way that $N scalp that many of the Heb\'Drakkar so quickly.','Return to Scalper Ahunae at Zim\'Torga in Zul\'Drak.',28622,0,0,0,10,0,0,0,0,38731,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heb\'Drakkar trolls scalped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12660,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12608,0,-12617,0,5,65000,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Weapons of Destruction','The Avatar of Freya wants you to go to the Death\'s Hand Encampment to the northwest and destroy 4 Unstable Explosives.','The Lich King\'s lackeys have dared to bring weapons of destruction into my domain. I will not stand for this.$B$BGo to their outpost to the north and destroy the weapons they would use against the land. We cannot let the Scourge taint another inch of these sacred lands.','','I thank you, $r. You\'re proving to be a worthy ally.','Is it done, $N?','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',-190590,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,'Unstable Explosives destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12661,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12669,5,59000,125700,0,0,0,0,0,0,41390,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39809,39869,39866,39870,39830,0,1,1,1,1,1,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infiltrating Voltarus','Stefan wants you to use your Ensorcelled Choker to get into Voltarus and do whatever the Scourge leader there asks of you.$b$bIf you lose your Ensorcelled Choker, return to Stefan at Ebon Watch to get another.','By now you\'ve probably guessed the details of my plan.$b$bWe\'re using the Scourge\'s interest in you against them. You\'re going undercover. I know it\'s likely a death sentence, but if we do nothing your death is a certainty.$b$bTravel northeast to Reliquary of Pain and stand on the platform while wearing your disguise. Once inside Voltarus, you must earn the trust of the Scourge commander.$b$bWhen you\'ve completed your mission, blow this horn and I\'ll fly to your location to receive your report.','','Well, now... I must admit I\'m more than a little surprised to see you, $n.$b$bTell me what you\'ve learned.','Have you earned their commander\'s trust, $N?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',28738,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overlord Drakuru\'s task complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12662,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,65000,128400,0,0,0,0,0,0,39041,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39777,39836,39788,39790,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bringing Down Heb\'Jin','Element-Tamer Dagoda at Zim\'Torga wants you to kill Heb\'Jin.','$B$BYou want to really deal with Heb\'Drakkar? Collecting scalps isn\'t going to get the job done. You have to take out their leader, Heb\'Jin.$B$BThe problem is, he\'s up on the bat rookery goading his forces on.$B$BBang his drum and I guarantee that he\'ll fly down. That\'s when you kill him.$B$BYou can take this net we got from one of his headhunters. Use it to trap his bat when he lands. That way you won\'t have to fight both of them.$B','','You did it!$b$b$b$bYou have no idea how much of a relief that is to me! Defending against trolls on all sides is really putting a strain on us. Not to mention his incessant yelling.$b$bPlease, $n, take your pick of what we have to offer.','He\'s not dead. I can still hear him yelling from here!','Return to Element-Tamer Dagoda at Zim\'Torga in Zul\'Drak.',28636,0,0,0,1,0,0,0,0,39041,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12663,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12649,0,12663,0,0,0,0,0,52224,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reunited','Drakuru in Voltarus wants you to speak to Gorebag and take the tour of Zul\'Drak.','$n!$b$bYa musta received mah gift! Turn around, mon, lemme get a good look at ya... Ahh, ya make me proud.$b$bWe come such a long way, you and I, and now we be servin\' da Lich King together.$b$bStick with me and big things be comin, mon. Big things... but first, we need to be gettin\' ya caught up. So much been happenin\' since I saw ya last.$b$bGo speak ta Gorebag for a tour of Zul\'Drak. Listen for me and I\'ll tell ya all ya be needin\' ta know. ','','So, now ya be seein\' what we be up against, mon.$b$bGo down, take some time ta learn da land, prepare some strategy. $b$bI\'ll be havin\' some tasks for ya soon.','You an\' me gunna take Gundrak, mon.','Return to Overlord Drakuru at Voltarus in Zul\'Drak.',28663,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tour of Zul\'Drak complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12664,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12648,0,12663,0,0,0,0,0,52224,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Horizon','Drakuru in Voltarus wants you to speak to Gorebag and take the tour of Zul\'Drak.','Ahh, another supplicant answerin\' da Lich King\'s call.$b$b$b$bFreshly scourged, eh? Ya still be reekin\' of da living!$b$bLong be da line of dem who seek da Lich King\'s blessings. Ya must rise above da masses and prove yerself worthy of wieldin\' true power.$b$bLookin\' down over Zul\'Drak, I sensed potential in ya. I ordered your - invitation.$b$bDa rest be up ta you....$b$bGo an\' speak ta Gorebag for a tour of Zul\'Drak. Dere be much ta do if you\'re to be of any worth to me.','','So, now ya be seein\' what we be up against, mon.$b$bI want ya ta go down, learn da land, mingle with yer bretheren. Prepare yourself...$b$bSoon, dere be much for ya to do. Don\'t ya be disappointin\' me!','Have ya taken in da battlefield yet, mon?','Return to Overlord Drakuru at Voltarus in Zul\'Drak.',28663,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tour of Zul\'Drak complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12665,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12653,0,0,12666,5,0,128400,0,0,0,0,0,0,0,0,0,132,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'I Sense a Disturbance','Har\'koa has asked you to determine what has happened to Quetz\'lun. Speak to her to be able to ride one of her children stealthily into the Altar of Quetz\'lun.$B$BReturn to her at the Altar of Har\'koa once you have done so.','There\'s something wrong with Quetz\'lun, the wind serpent goddess. What it is exactly I cannot sense, but I do know that her altar has been overrun with powerful creatures.$B$BI\'m going to send you there on the back of one of my children, which you saved. The two of you will move swiftly and with great stealth to uncover what has become of Quetz\'lun.$B$BMy child will see you safely back to me. Just keep your eyes open.$B$BWhen you are ready, ask and I will call one of my kittens for you.','Quetz\'lun\'s fate revealed.','Thank you for bringing my kitten back safely.$b$bDeep down I knew it. I wanted to deny it, but your eyes have revealed the truth.$b$bNevertheless, I sense something else. All is not as it seems.','What seems to be the delay, $N?','Return to Har\'koa at the Altar of Har\'koa in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12666,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12665,0,0,12667,5,0,128400,0,52219,0,0,0,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,0,0,0,0,0,0,0,0,0,'Preparations for the Underworld','Har\'koa wants you to collect 8 Sacred Adornments. Deliver them to her at the Altar of Har\'koa.','Quetz\'lun may be dead, but I can still feel her spirit lingering in the underworld at the altar. We have to find a way to get you to her.$B$BLuckily for us, I just happen to have a supply of former supplicants at hand who are no longer in need of their sacred adornments. Both my subduers and claws are likely to still be wearing them.$B$BBring the adornments to me and I\'ll draw upon their energy to enable you to cross over into Quetz\'lun\'s underworld nightmare.','','$b$bThere was a time when these meant something. Let\'s see if we can put them to better use.','I never imagined that it would come to this. The Drakkari are truly lost.','Return to Har\'koa at the Altar of Har\'koa in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39150,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,12340), (12667,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12666,0,0,12672,3,0,64200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Seek the Wind Serpent Goddess','Seek Quetz\'lun\'s Spirit at the Altar of Quetz\'lun.','You are prepared, but I\'m not certain that you\'re ready for what is to come.$B$BWhen you cross back over into Quetz\'lun\'s altar area, you will enter the realm of the dead. From what I can feel of it, it\'s not going to be pleasant.$B$BTry not to be distracted by what you see in there. Simply head for the altar building and seek out Quetz\'lun\'s Spirit.','','$r worm. Tell me why I should not annihilate you where you stand?',NULL,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,12340), (12668,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12672,0,0,12674,5,0,128400,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foundation for Revenge','Quetz\'lun\'s Spirit has tasked you with the destruction of 12 trolls, either Quetz\'lun Worshippers or Serpent-Touched Berserkers, near her Soul Fonts.$B$BOnly after you have accomplished this should you return to her at the Altar of Quetz\'lun.','I have something special planned for my favorite high priests. But first you get to prove yourself in laying the foundation for my revenge.$B$BYou do still want to live, yes?$B$BAs you have seen, my devotees are enjoying their stay here, but now it\'s time for them to make final restitution.$B$BDo me the smallest of favors if you would, $N. Lure them near my soul fonts and then put an end to their existences.$B$BThey taste so delicious, and their sacrifice will not go in vain, I can assure you.','','Exquisite. Perhaps you will be of some use after all.','Why do you return when your task is not yet complete? Do you not realize that I can destroy you with but a thought?$B$BGo now, little $r. Complete that which I commanded of you!','Return to Quetz\'lun\'s Spirit at the Altar of Quetz\'lun in Zul\'Drak.',28713,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,'Trolls killed near a Soul Font','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12669,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12661,0,0,12677,5,59000,125700,0,0,0,0,0,0,39154,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,39810,39871,39872,39874,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'So Far, So Bad','Stefan at Ebon Watch wants you to return to Drakuru and complete any tasks he has for you.$b$bWhile at the Reliquary of Pain, you are to use the Diluting Additive on 5 Blight Cauldrons.$b$bIf you lose your Ensorcelled Choker, return to Stefan at Ebon Watch to get another.','Everything you\'ve reported is consistent with what we know. Learning of Drakuru and earning his trust will lay the groundwork for your future missions.$b$bReturn to him and do as he says. Do whatever you must to appear sincere, $n. A great deal is riding upon your performance.$b$bThis time I\'m adding an additional assignment: While you\'re in the field, pour this additive into their blight cauldrons. It should neutralize the scourging agent and render the batch useless.','','Nice work, $n!$b$bDiluting those cauldrons will not only save lives, it will slow the growth of the Scourge in this region.$b$bNow come, tell me what you\'ve learned of Drakuru\'s strategy in Zul\'Drak.','Please, $N, tell me you haven\'t blown your cover....','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',28631,28739,0,0,1,5,0,0,39154,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drakuru\'s task complete','Blight Cauldrons diluted','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12670,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12850,0,0,12678,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Scarlet Harvest','Report to Prince Valanar at Death\'s Breach.','Below Acherus stands Death\'s Breach, the staging point for our assault upon the Scarlet Crusade. You are to ride one of my Scourge gryphons, located on either side of this platform, and report to Prince Valanar. Do as he says and you may live to see these lands fall before us.','','Do you smell it?$B$B$B$BFresh meat... The scent of Scarlet Crusader wafts through the air.$B$B$B$BApologies, death knight, I\'m sure you\'re not interested in my choice of fine cuisine. You are here to work! To lead the charge! Yes... I know. The Lich King has told me all that I need to know about you, $N.$B$BThe time for bloodshed is now.\n',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,12340), (12671,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12699,0,0,0,5,65000,128400,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reconnaissance Flight','Help Pilot Vic complete the Reconnaissance Flight.','It\'s about time we had planes up and running in this place. The professor\'s been asking me to check out a strange weather pattern coming from the northeast.$B$BThing is, I\'m going to need a co-pilot if we\'re going into uncharted territory. No way in hell I\'m heading out there alone.$B$BWhat do you say, $g tough-guy : hotshot;? You might learn a thing or two. And once you learn to deal with the northern winds... you can pretty much fly anywhere.','Reconnaissance Flight','You saved my life up there, buddy. Nice flying!','Yes, $N?','Speak to Pilot Vic at Lakside Landing in Sholazar 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,12340), (12672,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12667,0,0,12668,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Setting the Stage','Quetz\'lun\'s Spirit has demanded that you collect 10 Underworld Power Fragments. Return to her at the Altar of Quetz\'lun only when you have done so.','I will give you a chance at continued existence.$B$BThere are fragments of the power that fueled my curse scattered about the altar grounds. It is my desire that you collect some of them for me. Not so many that the curse will be lifted, but enough that I will be able to eventually make use of them to exact revenge upon my prophet.$B$BGo, insect. Run and do my bidding before I change my mind about letting you live.','','They\'ll do. Likely I won\'t even need them.$b$bBut it was fun watching you run around at my command.','What a shame that Har\'koa didn\'t send you along sooner. Then again, she and I never did get along.$b$bShe probably held back your help just long enough for this to happen.','Return to Quetz\'lun\'s Spirit at the Altar of Quetz\'lun in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39156,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12673,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12669,0,0,0,5,59000,125700,0,52253,0,0,0,0,39157,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'It Rolls Downhill','Overlord Drakuru in Voltarus wants you to use the Scepter of Suggestion on the Blight Geists and then order them to harvest 7 Blight Crystals.','If ya ever gonna be worthy of da Lich King\'s gifts, ya must learn ta be a great leader - one who be commandin\' respect!$b$bI got a task dat gonna refine your command skills, mon....$b$bSumma my minions be trained ta harvest blight crystals from da land below, but dey be lazy and slow. You gonna be in charge o\' dem, mon.$b$bTake dis scepter and teach \'em how to get da job done. When dey be under your control, make \'em harvest dem crystals!','','Da crystals be pilin\' up like never before!$b$bYou keep up da good work, $n. I got more tasks for ya real soon.','Ya got my underlings whipped into shape, $n?','Return to Overlord Drakuru at Voltarus in Zul\'Drak.',28740,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,39157,0,0,0,0,0,1,0,0,0,0,0,0,'Blight Crystals collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12674,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12668,0,0,12675,6,0,160500,0,0,0,0,0,0,39158,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39791,39859,39839,39841,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hell Hath a Fury','Quetz\'lun\'s Spirit at the Altar of Quetz\'lun wants you to use Quetz\'lun\'s Hexxing Stick upon High Priest Mu\'funu, High Priestess Tua-Tua, and High Priest Hawinni. Once you have done this, slay them.','It is now time for you to punish my three high priests: Mu\'funu, Tua-Tua, and Hawinni. You\'ll find them spread around the altar grounds.$B$BTake this hexxing stick. I\'ve empowered it with my rage and indignation. I\'m sure that it will prove potent.$B$BJust use it and proceed to destroy them. The hex will take care of the rest.$B$B$B$BSucceed and I may let you go. Fail and die.','','$b$bThey had it coming. And I\'ll give them more of the same again and again and again....','DO YOU THINK THAT I\'M A FOOL?$B$BTHEY\'RE NOT DEAD!','Return to Quetz\'lun\'s Spirit at the Altar of Quetz\'lun in Zul\'Drak.',28753,28755,28757,0,1,1,1,0,0,0,0,39158,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'High Priest Mu\'funu hexed at death','High Priestess Tua-Tua hexed at death','High Priest Hawinni hexed at death','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12675,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12674,0,0,12684,3,0,64200,0,0,0,0,0,0,39166,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'One Last Thing','Deliver the Underworld Power Fragments to Har\'koa and beseech her for a portion of her spirit. You will still find her at the Altar of Har\'koa.','There is one last thing that is needed to enact the final revenge against my prophet. The power fragments you collected must be imbued with a portion of a living gods\' spirit. You\'re going to need to beseech Har\'koa for some of hers.$B$BOnce you\'ve done that, when you return here, you will not come to the underworld. Instead, you will return to the physical world of my altar. My children and guardians will no longer attack you, and you\'ll be able to get to my prophet without having to worry about them.','','A portion of my spirit?$b$b$b$bThat\'s quite an expensive gift considering that this is for revenge and I\'m already greatly weakened by the actions of my subduers.$b$bStill, I may know a way.','You\'ve returned, $n.','Return to Har\'koa at the Altar of Har\'koa in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39166,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12676,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12677,0,0,12713,5,59000,125700,0,0,0,0,0,0,39165,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39811,39873,39875,39877,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sabotage','Stefan at Ebon Watch wants you to perform another task for Drakuru.$b$bAdditionally, you are to use the Explosive Charges on 5 Scourgewagons at the Reliquary of Pain.$b$bIf you lose your Ensorcelled Choker, return to Stefan at Ebon Watch to get another.','While we\'re working to discover the purpose of these crystals, we need you back in Voltarus doing Drakuru\'s bidding.$b$bEvery task you perform successfully gets you closer to him, and brings us that much nearer to knowing his mind.$b$bWhile you\'re there, I have another mission for you. Drakuru\'s Scourgewagons pose a significant threat. We need them destroyed. $b$bMake your way to the wagons and activate these charges. Once they\'re set, get clear! The explosion will expose you if you\'re too close.','','Excellent!$b$bYour undercover work has truly paid off, $n.$b$bNow let\'s have a look at that scepter....','Were you successful in clearing those scourgewagons, $N?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',28777,28786,28928,0,5,1,1,0,39165,39319,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourgewagons destroyed','Drakuru\'s task complete','Learn Drakuru\'s secret','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12677,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12669,0,0,12676,5,59000,125700,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hazardous Materials','Stefan at Ebon Watch wants you to go to Voltarus and complete any tasks Drakuru has for you. While there, you are to steal 5 Harvested Blight Crystals.$b$bIf you lose your Ensorcelled Choker, return to Stefan at Ebon Watch to get another.','Blight crystals?! What could this scumbag Drakuru be up to? Clearly, he\'s working on something significant.$b$bContinue to do his bidding and perhaps once he\'s more familiar with you he\'ll reveal his plans. In the meantime, we need to have a look at these crystals.$b$bWhile you\'re in Voltarus, try to get some samples of the harvested crystals when no one\'s looking.$b$bBe alert! Handling those crystals can trigger your disguise to fail.','','Fascinating!$b$bWe\'ll look into the properties of these crystals right away.$b$bNow tell me, $n, what is the latest with this Drakuru fellow?','Welcome back, $n.$b$bWere you able to steal any samples of Drakuru\'s crystals?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',28762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39159,0,0,0,0,0,5,0,0,0,0,0,0,'Drakuru\'s task complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12678,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12670,0,0,0,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,1,0,38671,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'If Chaos Drives, Let Suffering Hold The Reins','Prince Valanar at Death\'s Breach commands you to slay 10 Scarlet Crusaders or Scarlet Peasants and 10 Citizens of Havenshire.','They make their stand now, outside of Death\'s Breach, futilely attempting to push us back in hopes of saving their horses, mines, lumber and citizens.$B$BThis will be your first lesson in Scourge warfare: TERROR!$B$BGo to the front lines, south of here, and destroy Scarlet Crusaders. Leave their corpses so that we may utilize them for the death march.$B$BBut most importantly: kill the fleeing villagers. Soldiers dying are an affordance, but villagers? That is what strikes fear into the hearts of man.','','Do you feel it, $N? That sensation is raw power coursing through your body. Such a thing cannot exist for mortals.$B$BThe front lines are now dismantled. The geist will finish the job and prepare the grounds for Razuvious. We turn our attention now to more tactical targets.\n','This is the opening sonata, $c. The Scourge death march begins with the eradication of the front lines.','Return to Prince Valanar at Death\'s Breach in Plaguelands: The Scarlet Enclave.',28763,28764,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,'Scarlet Crusader slain','Citizen of Havenshire slain','','',4,0,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,12340), (12679,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12670,12697,-12733,0,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,1,0,0,0,0,0,0,0,0,0,39320,38664,39322,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tonight We Dine In Havenshire','Orithos the Sky Darkener at Death\'s Breach wants you to recover 15 Saronite Arrows.','The Sky Darkeners are mindless constructs with one purpose: KILL! Specifically, they are aiming to kill any man or woman that they see fleeing Havenshire for the safety of New Avalon. We certainly can\'t allow those cowards to make it to safety and then take up arms against us!$B$BThere is one slight problem. They use saronite arrows for maximum range and damage. Saronite, however, is a metal only found in Northrend, so supplies are limited! Retrieve those arrows for me and I will reward you handsomely.','','Well done, death knight! You feed the Scourge war machine with your deeds!$B$BAh yes, your reward - as promised.','The trajectories they are firing at would have most of the arrows land at or near the Havenshire Farm, south of us.','Return to Orithos the Sky Darkener at Death\'s Breach in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39160,0,0,0,0,0,15,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,0,12340), (12680,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12670,0,0,12687,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grand Theft Palomino','Salanar the Horseman asks that you steal a horse from the Havenshire Stables and return it to him at Death\'s Breach.','How fortuitous it is that the Crusade has a stable full of horses a mere stone\'s throw from this post. Though they guard it tenaciously, an enterprising young death knight could break through their defenses and take what is rightfully $g his:hers;!$B$BOnce you acquire a horse from the Havenshire Stables, return it to me and I will see what can be done about transforming it into a proper deathcharger.$B$BRemember, $N, it\'s only stealing if you\'re caught. Watch out for that deranged stable master, Kitrik!','','Now for the true test. Can you show mastery over an unbound charger and brutally overtake the thing that you desire most?','You don\'t want to walk forever, do you?','Return to Salanar the Horseman at Death\'s Breach in Plaguelands: The Scarlet Enclave.',28767,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horse Successfully Stolen','','','',4,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,12340), (12681,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12603,0,0,0,5,65000,128400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39368,39413,39445,39463,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reagent Agent','Bring 5 Twisted Roc Claws to Colvin Norrington at Dorian\'s Outpost.','That Archmage Pentarus, back in Dalaran, will be expecting us to return with all kinds of reagents and talismans. It seems the locals are fond of animal parts. Twisted claws from the goretalon rocs are among their favorite.$B$BIt\'s not my place to say whether the rumors are true or not, but I\'ve a feeling there\'s something here.$B$BThe rocs live in the Bonefields off to the northeast, where they feed on the corpses of old mammoths. Will you help me gather talons for the archmage\'s research?','','$b$bThese will more than suffice. The gorlocs have a saying that the more gnarled the talon, the more power it holds. I\'m sure the archmage will get his money\'s worth from this expedition.','Were you able to find any of the twisted talons?','Return to Colvin Norrington at Dorian\'s Outpost in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39161,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12682,2,76,75,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,48000,95100,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Uncharted Territory (DEPRECATED)','','Not all of us in this expedition are here to hunt the biggest and rarest game. Some of us actually have serious work to do.$B$BThe mere existence of this place boggles the mind -- a tropical paradise in the middle of Northrend. I wouldn\'t be a scholar worthy of the name if I didn\'t put some effort into trying to understand this place.$B$BTake these ','',NULL,NULL,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,12340), (12683,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12603,0,0,0,5,65000,128400,0,0,0,0,0,0,39164,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Burning to Help','Colvin Norrington at Dorian\'s Outpost wants you to take 5 Hydra Sputum Samples and kill 5 Bittertide Hydra.','There\'s no more caustic material in all of the basin than bittertide hydra sputum. I\'ve got special containers to collect just such a thing for Archmage Pentarus\' studies. Now all I need is a brave, um... collector.$B$BYou look like a hardy, adventurous $c. How\'d you like to make a bit of money and aid Dalaran\'s cause at the same time?$B$BAll you need to do is take this container with you to Bittertide Lake, to the southwest. Engage the hydra and use the container to sample the sputum they shower you with.','','Wonderful! Here\'s your payment, as agreed. And, uh, a bit of advice: you might want to enjoy long, hot baths the next few days if that \'burning sensation\' persists.','Did you get those samples?','Return to Colvin Norrington at Dorian\'s Outpost in Sholazar Basin.',28771,28003,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,39164,0,0,0,0,0,1,0,0,0,0,'Sputum Samples Collected','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12684,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12675,0,0,0,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Blood of a Dead God','Har\'koa has asked you to collect 7 Blood of Mam\'toth. Return them to her at the Altar of Har\'koa.','Mam\'toth, the god of the mammoths, destroyed himself, and took much of his temple with him, rather than allowing his trolls to gain his power.$B$BIf I\'m to sacrifice a portion of my spirit, I will need something with which to bolster myself.$B$BMam\'toth left behind an enormous crater to the northeast, just north of the Altar of Quetz\'lun. Within the crater his blood yet lives.$B$BBring it to me.','','Very well. Let us see if this works....','I wish that there were something that we could do to bring Mam\'toth back to life, but there isn\'t.$b$bWe can honor him and his sacrifice by continuing the fight against the Drakkari.','Return to Har\'koa at the Altar of Har\'koa in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39167,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,12340), (12685,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12684,0,0,0,6,0,160500,0,52486,0,0,0,0,39187,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39844,39861,39793,39845,39826,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,'You Reap What You Sow','Slay the Drained Prophet of Quetz\'lun and then inform Witch Doctor Khufu at Zim\'Torga.','This is what it has come down to... revenge.$B$B$B$BTake this ritual kit and enact it near Quetz\'lun\'s corpse upon her altar. If everything works properly, her spirit should be drawn into the material world where she will be able to reclaim her power from the prophet.$B$BThe rest will be up to you, $N. You must slay the prophet in his drained state.','','$b$bIt sounds like you barely escaped Quetz\'lun\'s underworld alive.$b$bI\'m glad that it\'s you out there. I don\'t know if I would have had the courage to deal with that situation!','What brings you back to me, $N?','Return to Witch Doctor Khufu at Zim\'Torga in Zul\'Drak.',28795,0,0,0,1,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,0,0,12340), (12686,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12677,0,0,0,3,30000,63000,0,52355,0,0,0,0,39206,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zero Tolerance','Drakuru in Voltarus wants you to go to the Reliquary of Pain and use the Scepter of Empowerment on a Servant of Drakuru. You are then to use its abilities to defeat Darmuk.','Ignorance! Dis be intolerable, mon! My entire batch of blight be useless!$b$bDat mongrel, Darmuk! He be responsible for watchin over da blight. He failed me, mon!$b$bDis be a good lesson for ya, $n. Failure be like a disease dat spreads. Ya gotta catch it and kill it early, before it be killin\' you!$b$bTake dis scepter. It make my scourged trolls stronger. Use dem ta kill Darmuk. He be lurkin\' down below just to da south.$b$bLet dat be an example to all, mon. Don\'t be failin\' Drakuru!','','Ya done good, $n. You be learnin\' faster than I had hoped.$b$bGo now, get ya some rest. Soon I be givin\' ya an even greater test!','Has Darmuk paid for his failure, $n?','Return to Overlord Drakuru at Voltarus in Zul\'Drak.',28793,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,39206,0,0,0,0,0,1,0,0,0,0,0,0,'Darmuk Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12687,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12680,12697,-12733,0,8,8500,9900,48778,52382,0,0,0,0,0,0,0,130,2,0,0,2,0,39208,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Realm of Shadows','Salanar the Horseman at Death\'s Breach has challenged you to slay the Dark Rider of Acherus and take his Acherus Deathcharger.$B$BShould you succeed, return the Acherus Deathcharger to Death\'s Breach and use the Horseman\'s Call to summon Salanar.','The horse you stole has been taken to the Realm of Shadows. It is there that my dark rider will slay the beast and raise it as a deathcharger. Do you think yourself brave enough to enter the Realm of Shadows in pursuit of the deathcharger?$B$BIf you accept, I will transport you to the shadow world. Once there, seek out a dark rider in the open fields south of us. To emerge victorious you must slay him, overtake his deathcharger and return it to Death\'s Breach. Issue the Horseman\'s Call should you succeed.','The Horseman\'s Challenge','You have succeeded where most initiates fail, $N. For that you will be rewarded handsomely.$B$B','You must take the deathcharger by force, $c!','Return to Salanar the Horseman at Death\'s Breach in Plaguelands: The Scarlet 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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,2,0,0,0,0,0,12340), (12688,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Engineering a Disaster','Help Engineer Helice escape from Swindlegrin\'s Dig, then speak with Hemet Nesingwary at the Nesingwary Base Camp.','These goblin goons and their minions have decided that they own this pillar and its crystals. I came here to explore the crystals and take samples, but they overpowered me and won\'t let me return to the camp.$B$BIf you\'ll help me fight our way out of here, we can teach these thugs a lesson they\'ll never forget!','Escort Engineer Helice out of Swindlegrin\'s Dig','Thank you for freeing Helice and seeing to her safe return. We all started to get worried when she didn\'t return from her crystal hunting trip.',NULL,'Return to Hemet Nesingwary at Nesingwary Base Camp in Sholazar 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,12340), (12689,0,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12581,0,0,0,3,33000,64200,0,54016,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hand of the Oracles','','','','Hi! Really glad see you again!$b$bI knew we friends. I knew it! You good friend. Not just for us, but for all Oracles.$b$bI saw you bonk that puppy-man good! Undead thing said he your friend before? I not know that. You done with puppy-men though, yeah? Just Oracle friend now?$b$bI know you choose right! Thank you for saving us! Thank you, thank you!',NULL,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,12340), (12690,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-12676,0,0,12710,5,59000,125700,0,52680,0,0,0,0,39238,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fuel for the Fire','Drakuru in Voltarus wants you to use the Scepter of Command on Bloated Abominations and then use their abilities at the Frigid Breach to kill 60 Drakkari Skullcrushers and lure out 3 Drakkari Chieftains.$b$bChieftains will appear when enough Skullcrushers have been slain.','It be time we start our march to Gundrak, mon. It be time for me ta turn ya loose on dem trolls!$b$bDey breached our wall and put a whole army just north of us.$b$bHahaha!$b$bDey be fuel for da fire, mon! We gunna take da chieftiains an\' kill da rest! It all be part of my master plan....$b$bYou take dis scepter and go command my abominations. Bring \'em to da Drakkari army and kill em all! When da chieftains come, my pet Shalewing gunna snatch \'em up and bring \'em here to me.','','We done it, mon!$b$bI got da chieftains all caged up and you led my abominations to victory over their armies.$b$bIt be time ta celebrate, mon!','Did ya smash da trolls, $n?','Return to Overlord Drakuru at Voltarus in Zul\'Drak.',29099,28873,0,0,60,3,0,0,0,0,0,0,0,0,0,0,0,0,39238,0,0,0,0,0,1,0,0,0,0,'Drakkari Skullcrushers Slain','Drakkari Chieftain Lured','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12691,2,78,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,68000,129600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39348,39402,39438,39508,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Timeworn Coffer','Obtain a Huge Stone Key from the nearby Sholazar Guardians and bring it to the Timeworn Coffer at the Maker\'s Overlook.','The stone coffer appears to be locked. It appears that a key fits inside a large stone keyhole.$B$BPerhaps one of the guardians in the vicinity has this key in its possession.','','The huge stone key turns with a deep grunt as the coffer lid opens up to reveal hidden treasure inside.','The stone coffer does not budge.','Return to Timeworn Coffer on the Maker\'s Overlook in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39227,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12692,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12582,0,0,0,3,33000,64200,0,0,0,0,0,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,0,0,0,0,0,571,5264.08,4511.72,0,'Return of the Lich Hunter','Return to Frenzyheart Hill and speak to Elder Harkek.','Okay, I going back to Frenzyheart Hill to make sure all Frenzyheart know what you done for wolvar and for Zepik. You great hunter and they dumb to think you not.$B$BGo back to hill and talk to Elder Harkek... I make sure he knows you not traitor before any other Frenzyheart.$B$BThank you, Lich Hunter.','','It good to see you again. I knew you not a traitor, I glad Zepik prove me right.$b$bI hear you Lich Hunter now - that pretty good! You make Harkek proud.',NULL,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,12340), (12693,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1152,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wolvar Faction Choice Tracker','','','',NULL,NULL,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,12340), (12694,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1152,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oracle Faction Choice Tracker','','','',NULL,NULL,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,12340), (12695,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12689,0,0,0,3,33000,64200,0,0,0,0,0,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,0,0,0,0,0,571,5621.21,4550.82,0,'Return of the Friendly Dryskin','Return to Rainspeaker Canopy and speak to High-Oracle Soo-say.','Yay! Soo-say probably worrying about us! Maybe you go back to town and tell him everything okay? Yeah, go tell Soo-say.$B$BI going grab shiny ball thing from dead lich guy - I meet you there! Go go! I meet you there!','','Good to see you again! We worried when you not come back right away.$b$bJaloot beat you back - lot of energy in Jaloot, he pretty fast. He told me how you save him from lich thing. Moodle told me how you save mosswalkers too. You really nice.$b$bI hope you stay with us for while. Always something need doing.',NULL,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,12340), (12696,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12523,0,0,0,2,0,32100,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Aerial Surveillance','Professor Calvert wants you to take the flight to Lakeside Landing and speak with Pilot Vic there.','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 northeast. 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.','','The professor sent you my way? All right.',NULL,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,12340), (12697,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12698,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Gothik the Harvester','Speak with Gothik the Harvester at Death\'s Breach.','CHAOS, $N! The Crusade is in a frenzy. They have diverted all forces outside of New Avalon to set up a blockade at Light\'s Point, east of here. They are desperately trying to strip the Havenshire Mine of all resources and load the cargo aboard the frigates they have docked on the coast.$B$BLet\'s stir things up a bit, shall we? Gothik the Harvester, grand necromancer of the Lich King, has graced us with his presence. He has a gift he\'d like to bestow upon the Scarlet Crusade. Seek him out.','','You have fought hard to invade the realm of the harvester... Wait.$B$B$B$BMy apologies, $r. Old habits die hard.$B$BValanar sent you, then? I trust you are somewhat competent.$B$BI do have a gift for the Scarlet dogs. One that is sure to speed up their work in the mines.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,15,6,274,1,0,0,0,0,12340), (12698,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12697,0,0,12700,7,8500,7500,0,0,0,0,0,0,39253,1,0,128,0,0,0,1,0,38674,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Gift That Keeps On Giving','Gothik the Harvester at Death\'s Breach has given you the Gift of the Harvester to use on Scarlet Miners. Create 5 Scarlet Ghouls with the device and return the ghouls to Gothik.','I have come from the frozen heart of Naxxramas to feast on souls and deliver a vicious thrashing upon our sworn enemies - and I\'m all out of souls.$B$BThis device I am about to give to you is a portable plague spreader. Take it east, to the Havenshire Mines, and unleash it near the Scarlet miners working inside. Use it to turn the miners into ghouls and return to me when you have a small army at your side. I have saved a special place for them in the vacuum cleaner of souls!','','They now know that the mines are no longer safe. They will double their efforts in retreating, leaving their backs open to us!','One small note: miners don\'t always become ghouls. Sometimes they turn into enraged spirits, hell-bent on killing you.','Return to Gothik the Harvester at Death\'s Breach in Plaguelands: The Scarlet Enclave.',28845,0,0,0,5,0,0,0,0,0,0,39253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Ghoul Returned','','','',4,0,0,0,0,0,0,0,0,0,1,15,0,0,0,0,0,0,12340), (12699,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12671,5,65000,128400,0,0,0,0,0,0,40390,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Embarassing Incident','Look for Vic\'s Keys inside the lake at River\'s Heart.','There\'s one little problem we have to solve before we head out. You see, I can\'t seem to find the keys to my flying machine.$B$BI\'ve looked pretty much everywhere for them... maybe you can give me a hand. Only place I haven\'t looked yet is inside the lake.$B$BI\'ll even give you my very own air tank. It\'s almost empty, but it\'s got a couple of hits left.','','Excellent! ','You find anything yet, $N?','Return to Pilot Vic at Lakeside Landing in Sholazar Basin.',0,0,0,0,0,0,0,0,0,40390,0,0,0,1,0,0,39264,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12700,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12698,0,0,12701,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'An Attack Of Opportunity','Speak with Prince Valanar at Death\'s Breach.','Only the Scarlet forces at New Avalon and Light\'s Point challenge us! The time to attack the Scarlet fleet at Light\'s Point has come.$B$BThe diversion at the mine has caused chaos amidst their ranks. They are frantically working to clear the area and return to their ships.$B$BThe time is ripe! Prince Valanar is seizing this opportunity to finish off the Scarlet fleet. Report to him at once!','','You have served us well, death knight. Few of your brethren have survived our initial attack upon the Scarlet interlopers. You remain as one of the strongest.$B$B$B$BEast of us, past the Havenshire Mine, is the coast - called Light\'s Point by the Scarlet Crusade. A thousand soldiers stand between us and their ships. Insurmountable? Hardly the point...\n',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,274,0,0,0,0,12340), (12701,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12700,0,0,12706,8,25000,9900,0,0,0,0,0,0,0,0,0,136,0,0,0,1,0,38666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Massacre At Light\'s Point','Prince Valanar at Death\'s Breach has commanded you to slaughter 100 Scarlet Defenders.','In their haste the Crusade will make one fatal error: forgetting to check the mine cars.$B$BYou are to return to Havenshire Mine, east of here, and locate the mine car that my minions have planted near the outhouse. Climb inside the mine car and a Scarlet miner will unwittingly see to it that you are placed safely behind enemy lines.$B$BOnce aboard one of their ships, use the cannons against them! SLAUGHTER THEM ALL!$B$BCall the Scourge gryphon from the cannon when you are ready to return.','','The entire Scarlet fleet wiped out in a matter of minutes! I will receive a commendation from the Lich King for this! All that remains of the Scarlet Crusade now are the denizens of New Avalon.$B$BI\'ll set the fire starters and necromancers upon Havenshire immediately. You will carry my report to the Highlord!','Death knights know no fear!','Return to Prince Valanar at Death\'s Breach in Plaguelands: The Scarlet Enclave.',28849,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,'Scarlet Defender slain','','','',4,0,0,0,0,0,0,0,0,0,11,1,1,5,0,0,0,0,12340), (12702,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,0,0,5,65000,128400,0,0,0,0,0,0,38689,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chicken Party!','Capture 12 Chicken Escapees for Elder Harkek at Frenzyheart Hill.','I bet you not guess what happen again.$B$BNope, not Goregek or chickens.$B$BOkay, I lie. Goregek let chickens out again. Dumb Goregek and rumbly belly.$B$BLet me know if you need help from any of the hunters... they around here somewhere.','','You good at this.$b$bMaybe someday we just dump Goregek in river so you not have to do this no more.','Chickens not get far usually... if wasps not eat them, maybe we just let them stay on field next time.','Return to Elder Harkek at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,38689,0,0,0,1,0,0,38483,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,12340), (12703,2,78,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,12703,0,6,136000,162000,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,4875.16,5911.77,0,'Kartak\'s Rampage','Bring a pure sample of Oracle Blood to the Altar of Kartak to summon Kartak. With the aid of Kartak\'s shared powers, slaughter 50 of the nearby Sparktouched Gorlocs for Shaman Jakjek in Kartak\'s Hold.','You the great Lich Hunter, eh? Good to have such strong Frenzyheart ally for battle. Maybe you strong enough to call Kartak even.$B$BBig battle at Kartak\'s Hold to southwest. Go kill spark big-tongues until you get good bit of Oracle Blood. Bring blood to altar in Kartak\'s Hold to call Kartak for delicious feast of big-tongue.$B$BKartak take your body if you worthy... with Kartak\'s powers, you slaughter more big-tongues than even best dreams.$B$BGo kill lots, hunter!','','Ritual went so easy for you!$b$bYou come back later for more killing someday, okay?','So many big-tongues to kill! So fun, eh?','Return to Shaman Jakjek at Kartak\'s Hold in Sholazar Basin.',28111,0,0,0,50,0,0,0,39265,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sparktouched Gorloc slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12704,2,77,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,0,0,5,65000,128400,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Appeasing the Great Rain Stone','High-Oracle Soo-say in Rainspeaker Canopy wants you to take a companion to dig up and collect 6 Shiny Treasures.$B$BBe sure to speak to High-Oracle Soo-say in Rainspeaker Canopy about securing the aid of one of your previous companions.','Since mosswalker been attacked I worried maybe we not good to Great Rain Stone... we maybe too greedy. We need more treasures to offer!$B$BYou good at finding shinies last time... maybe you go look more around village for shinies? You maybe need one of good Rainspeakers for help. Just tell us who.','','So many good shinies! You good at this.$b$bCome back for more again later, yes?','Never enough shinies... Great Rain Stone good to us, we need be good to Great Rain Stone.','Return to High-Oracle Soo-say at Rainspeaker Canopy in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38575,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,12340), (12705,2,78,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,12761,0,6,136000,162000,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,5110.01,5471.6,0,'Will of the Titans','Obtain a Tainted Crystal from the wolvar near Sparktouched Haven and bring it to the Great Lightning Stone to call Soo-holu. With the aid of Soo-holu\'s shared powers, kill 50 of the nearby Frenzyheart wolvar, then return to Lightningcaller Soo-met near the Great Lightning Stone.','Puppy-men been attacking Sparktouched... we need fight or they just attack other Oracles too.$B$BYou been good friend to us, so maybe we allow you special honor. Great Ones left protector long time ago for shrines... it here still, but it not know something wrong til shrines messed with.$B$BPuppy-men down there have bad crystals for making trouble... bring a bad crystal to Lightning Shrine so Soo-holu know to help.$B$BDon\'t be scared if Soo-holu take your body... he very powerful, so he keep you safe.','','Soo-holu strong, huh? I very glad he accept you to share his body for fight.$b$bHe more trusting of people he met before, so maybe come back another time to help more, yes?','Thank you for help dryskin. You very good to us.','Speak to Lightningcaller Soo-met at Sparktouched Haven in Sholazar Basin.',28078,0,0,0,50,0,0,0,39266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frenzyheart Attacker slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12706,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12701,0,0,12714,8,8500,9900,0,0,0,0,0,0,39269,1,0,128,0,0,0,3,0,38669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory At Death\'s Breach!','Deliver Prince Valanar\'s Report to Highlord Darion Mograine in Acherus: The Ebon Hold.','$B$BThis is the full report of our victory at Death\'s Breach. You are to deliver this to Highlord Mograine - inside Acherus. I have made sure to include your heroics in the report. Mograine will undoubtedly reward you greatly for this victory, $N.$B$BGo now!','','$B$BThe ENTIRE Scarlet fleet?$B$B$B$BSuch power, $N... I have not seen such a display of domination in years... Since my father wielded...$B$B$B$BIt\'s not important...$B$BYes, your commendation, lest I forget.','I was certain you wouldn\'t make it back here in one piece, death knight. Perhaps there is more to you than I first surmised.','Return to Highlord Darion Mograine in Ebon Hold.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39269,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,1,1,1,5,274,0,0,0,0,12340), (12707,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12685,0,0,0,5,65000,128400,0,0,0,0,0,0,39268,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39770,39833,39776,39778,39818,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,'Wooly Justice','Scalper Ahunae at Zim\'Torga wants you to use the Medallion of Mam\'toth to calm and ride an Enraged Mammoth. You are then to trample 12 Mam\'toth Disciples to death.','Ahunae hear about your trip to Mam\'toth Crater, mon. The children of Mam\'toth are enraged and cry out for justice!$B$BFollow the avenue northeast up the steps to the next tier of Zul\'Drak. On your right you will find what\'s left of the Altar of Mam\'toth.$B$BWhen you get there, flash this Medallion of Mam\'toth in front of the eyes of one of the enraged mammoths. It\'ll calm down for a little while, letting you hop on its back.$B$BRide it around, trampling all of the Mam\'toth disciples that you can find!','','Score one for the victims, mon!','What? You done already?$B$BDid you enact wooly justice upon those sorry ice trolls?','Return to Scalper Ahunae at Zim\'Torga in Zul\'Drak.',28876,0,0,0,12,0,0,0,0,39268,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mam\'toth Disciples trampled to death','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12708,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12685,0,0,0,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Enchanted Tiki Warriors','Element-Tamer Dagoda at Zim\'Torga has asked you to destroy 12 Enchanted Tiki Warriors.','I know that you\'re headed up to the Zol\'Maz Stronghold to the northeast, $c. While you\'re there, I need you to deal with the warlord\'s special guardians.$B$BThe enchanted tiki warriors, as they\'re called, represent a very real threat. If the Drakkari were to mass produce them, we\'d quickly be overrun.$B$BLet\'s you and I demonstrate that they\'re not worth the effort to create, shall we?','','That should make them think twice about making more of those things. I shudder to think what it would be like to have to fight an army of those things.$b$b$b$bI guess it would be just like fighting the endless waves of the Scourge.','Surely you couldn\'t have dealt with all of the enchanted tiki warriors so quickly?','Return to Element-Tamer Dagoda at Zim\'Torga in Zul\'Drak.',28882,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,'Enchanted Tiki Warriors destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12709,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12685,0,0,0,5,0,128400,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39797,39863,39848,39849,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hexed Caches','Chronicler To\'kini at Zim\'Torga has asked you to acquire 12 Zol\'Maz Stronghold Caches.','Pardon me, $N. I\'m given to understand that you might be heading northeast up to the Zol\'Maz Stronghold. Such a trip presents a great opportunity for us to conclude our Drakkari goods gathering.$B$BAs I have come to know, the Drakkari warlord is extremely paranoid. He\'s had all of his caches at the stronghold hexed with dire magic. Rumor has it that his tiki warriors carry the cure, but who can say?$B$BIf you could find the time to acquire some of those goods, I would be most appreciative.','','Just look at all of that!$b$bSee here, $n. This piece you recovered vividly illustrates that the Drakkari became aware of the weakening of the land that the Scourge caused by their presence.$b$bThe warlord felt compelled to take the opportunity this presented. He pushed the prophets to kill their gods in an effort to control the power and fight back against the Lich King\'s forces.$b$bEither way they were doomed. They inadvertently chose to be the instrument of their own destruction!','Perhaps you carry the caches within your pack even as we speak?','Return to Chronicler To\'kini at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,39305,0,0,0,3,0,0,39301,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,12340), (12710,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12690,0,0,0,3,30000,63000,0,52675,0,0,0,0,39319,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disclosure','Drakuru in Voltarus wants you to take the teleporter to his upper chamber.','Ya doin\' well, $n.$b$bYou be provin\' dat I got an eye for talent! Now ya see why da Lich King gave me his blessing....$b$bDa time has come for me to reveal my master plan to ya, mon.$b$bNow you be seein\' how we gunna sweep through da swarms of Drakkari trolls to take our rightful place in da great palace of Gundrak.$b$bTake dis scepter, mon. It be a token of my trust in ya. With it, you be able ta access my upper chamber and witness for yourself our secret weapons.','','So, there ya have it, mon.$b$bWe be makin\' da ultimate scourge army ta serve da Lich King. He gunna be most pleased!$b$bYou keep da scepter, $n. You gunna be needin\' it ta command my army in battle....$b$bSoon!','Have ya gone ta witness my creations, $N?','Return to Overlord Drakuru at Voltarus in Zul\'Drak.',28929,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drakuru\'s upper chamber explored','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12711,0,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12670,0,0,0,1,0,480,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Abandoned Mail','','','','Atop the mailbox are several illegible letters and scrolls. Useless...$B$BPerhaps you should check inside?',NULL,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,12340), (12712,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12685,0,0,12721,6,0,160500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Key of Warlord Zol\'Maz','Har\'koa at Zim\'Torga has asked you to acquire the Key of Warlord Zol\'Maz.','$N, we need a key to unlock the chains of the rhino god, Akali. Even now he is being prepared for the slaughter.$B$BThe Drakkari warlord, Zol\'Maz, carries the key. Hearing of your exploits, he has secluded himself and his family at their stronghold up the steps to the northeast.$B$BThe warlord is strong and you will need help. If you were to combine the tiki, sword and incantation of his family members, you would be able to summon such help as you challenge him before his home\'s gate.','','It might have been better if I hadn\'t asked you to bring it back here instead of heading directly to Gundrak.$b$bHowever, I think that it\'s best that you hear what else I have to say first.','I cannot stress how important it is that you acquire the warlord\'s key no matter the cost.','Return to Har\'koa at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,39315,39316,39313,0,1,1,1,39318,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12713,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12676,0,0,0,7,186000,190500,0,0,0,0,0,0,39664,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39655,39653,39652,0,0,0,1,1,1,0,0,0,1098,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Betrayal','Stefan in Ebon Watch wants you to defeat Drakuru.$b$bIf you lose your Ensorcelled Choker, return to Stefan at Ebon Watch to get another.','The time has come to end this charade, $n.$b$bAs valuable as your information has been, we must bring Drakuru down and bring his project to an end before his freaks are unleashed.$b$bWe\'ve modified your scepter for the job. When the time is right, you will be able to use it on Drakuru\'s Blightbloods and turn them against him. It\'s your only hope of defeating him.$b$bFight well.','','So, it is done.$b$bWe still have much to do, but our work here will be much more manageable thanks to your efforts.$b$bPlease accept this as a token of our gratitude.','Have you faced Drakuru in battle, $n?','Return to Stefan Vadu at Ebon Watch in Zul\'Drak.',0,0,0,0,0,0,0,0,43059,38699,39664,41390,1,1,1,1,40425,0,0,0,0,0,1,0,0,0,0,0,0,'Overlord Drakuru Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12714,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12706,0,0,12715,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Will Of The Lich King','Return to Death\'s Breach and report to Prince Valanar.','It is the will of the Lich King that drives us onward, $N. None are more aware of this than death knights. Our very existence is intrinsically tied to his consciousness. Surely you have heard him speak to you - invading your thoughts...$B$BCan you hear him now? Perhaps it is too early for you.$B$B$B$BYes, my lord. It will be done.$B$B$N, you are to return to Death\'s Breach and report to Prince Valanar. The Lich King commands it!','','Havenshire is ours! A thousand corpses litter the ground, patiently awaiting rebirth. We strike now at our enemy with the awakened strength of the Scourge!$B$BThe ghouls have already begun their assault upon New Avalon. Our forces have moved in behind them and taken the Crypt of Remembrance.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,12340), (12715,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12714,0,0,12719,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Crypt of Remembrance','Report to Prince Keleseth at the Crypt of Remembrance.','The attacks upon the gates of the last Scarlet bastion have begun. Our ghouls are wearing the Crusade\'s front lines down while we labor to fortify our new forward base, the Crypt of Remembrance.$B$BVenture south to the crypt, which borders New Avalon, and report to my dear brother, Prince Keleseth.$B$BHe will be expecting you.$B$BPrepare yourself, $N, for you are about to witness the next stage of Scourge warfare: DOMINATION!$B$BRide now, death knight!','','Hail, death knight. I am the blood lord, Keleseth, ruler of the southeastern reaches of Northrend. The Lich King has sought to utilize my talents in ending this mortal affront to the Scourge. As with all things the Lich King asks of me, I am happy to oblige. Of course, a sea of endless souls to sate my thirst certainly sweetened the deal, don\'t you think?\n',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,2,1,1,6,0,0,0,0,12340), (12716,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12717,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,2,0,38668,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Plaguebringer\'s Request','Noth the Plaguebringer has requested that you bring him 1 Empty Cauldron, 1 Iron Chain and 10 Crusader Skulls.','Look at this pumpkin patch! Notice anything missing? Of course you don\'t, because you\'re a moron! Your brain was probably the first thing to die.$B$B$B$BI have been commanded to put together a plague cauldron. You will help me.$B$BDirectly inside the gate of New Avalon is the inn. Enter the inn and steal an empty cauldron. Then go to the forge, also near the gate, and steal some iron chains. Bring those back to me along with 10 Crusader skulls. Do I need to tell you where to get those too?','','Perfect! Now give me a moment to get things set up.','Have you gathered the materials I requested?','Return to Noth the Plaguebringer at Havenshire Lumber Mill in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39324,39326,39328,0,0,0,1,1,10,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,12340), (12717,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12716,0,0,0,7,0,7500,0,0,0,0,0,0,39329,1,0,128,0,0,0,0,0,39327,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noth\'s Special Brew','Place the Pile of Crusader Skulls inside the Plague Cauldron.','The cauldron is ready to begin spewing its foul corruption across the land!$B$BNow, death knight, a brief lesson in plague cauldrons. The gas that the cauldron emits is deadly to the living, but empowers Scourge. As with all Scourge creations, it feeds off of death and grows stronger the longer it feeds.$B$BTake these Crusader skulls and drop them in the cauldron. You will be quite happy with the results.','','The plague cauldron jumps to life when the skulls are placed inside.$B$BAfter a few seconds some vials of dark liquid float to the top.','The plague cauldron stands idle.','Seek out the Plague Cauldron at Havenshire Farms in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39329,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12718,0,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12717,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,0,0,0,0,39327,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'More Skulls For Brew','','','','The plague cauldron jumps to life when the skulls are placed inside.$B$BAfter a few seconds, the plague cauldron grants you the dark and frothy splendor of Noth\'s Special Brew.','The plague cauldron bubbles and churns its toxic brew, spewing a thick gas all around.$B$BDo you have more Crusader skulls to place inside?','Return to Plague Cauldron in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39328,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,12340), (12719,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12715,0,0,12720,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nowhere To Run And Nowhere To Hide','Prince Keleseth at the Crypt of Remembrance has ordered you to kill Mayor Quimby and recover the New Avalon Registry. ','Nothing less than total annihilation will suffice, $N. To that end, a few hundred mindless ghouls assaulting the front gate of New Avalon will not do. We must infiltrate the inner sanctum and dispose of their officials. They must be shown that no one can escape the Scourge\'s grasp!$B$BMake your way to the New Avalon Town Hall, southwest of here, and assassinate the mayor. Search the building for the New Avalon registry and bring it to me.','','The registry will tell us many things about the Scarlet insects.$B$B$B$BDeath rates, births, but most importantly, movement.$B$BLook here, $N, they have already sent three vessels abroad. Let me see here... Where are they headed?$B$B$B$BWHAT? This is impossible. They sail to Northrend!$B$BBeside the coordinates are the words: \"Crimson Dawn.\"','There is nowhere to run!','Return to Prince Keleseth at the Crypt of Remembrance in Plaguelands: The Scarlet Enclave.',28945,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,39362,0,0,0,0,0,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,1,1,5,0,0,0,0,12340), (12720,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12719,0,0,0,7,8500,7500,0,0,0,0,0,0,39418,1,0,130,2,0,0,2,0,38672,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'How To Win Friends And Influence Enemies','Prince Keleseth at the Crypt of Remembrance has ordered you to discover the truth about the \"Crimson Dawn.\"$B$BRemove Keleseth\'s Persuaders from the Ornately Jeweled Box and use them to \"persuade\" the Scarlet Crusade into talking.','In my travels across this world I have made several interesting discoveries. For instance, did you know that with the proper amount of encouragement one can extract all the truths that a man dares hide? As luck would have it, I happen to have some encouragement on hand.$B$B$B$BThese are my \"persuaders.\" Equip them and take to the field, death knight. Apply the pointy ends to the soldiers of New Avalon. Discover the truth about this \"Crimson Dawn.\"','\"Crimson Dawn\" Revealed','An awakening? What nonsense do you speak, $g boy:girl;! What kind of fool would deliver their people into the very heart of the frozen wastes? Perhaps, though, this courier holds the answer.','Use the persuaders on Scarlet Crusaders. One of them will eventually... crack.','Return to Prince Keleseth at the Crypt of Remembrance in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,39418,39371,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,6,5,1,273,0,0,0,0,12340), (12721,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12712,0,0,0,6,0,160500,0,52932,0,0,0,0,39434,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,39794,39862,39846,39847,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rampage','Har\'koa at Zim\'Torga has asked you to free Akali and then to inform Witch Doctor Khufu at Zim\'Torga.','$N, there is no time left. You must take the key and use it to unlock Akali.$B$BHe is being held in the courtyard in front of Gundrak, the capital of Zul\'Drak. Akali\'s chains are secured by four anchor points. You must unlock each of them to set the rhino god free.$B$BGundrak is teeming with ice trolls. However, I believe that if you\'re careful, you should be able to slip in without too much danger.$B$BOnce you\'re done, please inform the witch doctor.','Akali unfettered from his chains.','No!$b$bAnother god destroyed, its power stolen. And now the prophet of Akali has threatened us directly.$b$bWhen he comes, he will come for Har\'koa. We cannot allow him to take her power too.$b$bWe must consult the gods once more, $n. They will tell us what must be done.','What happened?','Return to Witch Doctor Khufu at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,39434,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12722,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12715,0,0,0,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,2,0,38670,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lambs To The Slaughter','Baron Rivendare at the Crypt of Remembrance has commanded you to slay 10 Scarlet Crusade Soldiers and 15 Citizens of New Avalon.','Most humans would have fled the moment a Scourge necropolis took up residence in their air space. Not the Scarlet Crusade!$B$BI must confess - I rather enjoy our exchanges with the Crusade. Through the years, Scourge battles against them have resulted in several of the most tragic events in human history. Yet here we stand - AGAIN - locked in battle!$B$BWe shan\'t deny them the pleasures of eternal servitude to the Lich King! Enter New Avalon and fulfill their death wish. Leave no survivors.','','You are quite effective with that blade, $N. Perhaps, Lich King permitting, you would be interested in becoming one of my minions? Stratholme is looking for a new mayor.','Like lambs to the slaughter...','Return to Baron Rivendare at the Crypt of Remembrance in Plaguelands: The Scarlet Enclave.',28984,28986,0,0,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Crusade Soldier slain','Citizen of New Avalon slain','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12723,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12720,0,-12716,12724,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Behind Scarlet Lines','Report to Orbaz Bloodbane at the Scarlet Tavern in New Avalon.','I have sent Orbaz, Thassarian and Koltira behind enemy lines to search for the courier. They have set up a base of operations at the Scarlet Tavern, located at the southern end of New Avalon. The tavern is tucked away behind the two orchards, adjacent to the Chapel of the Crimson Flame. You are to make your way to the tavern and report to Orbaz Bloodbane. He will update you on their situation.$B','','Looks like we\'ll let anyone into the dark order these days. When I was given the gift, things were different. Much different!$B$BAs to this courier...',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12724,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12723,0,0,0,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,2,0,38667,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path Of The Righteous Crusader','Orbaz Bloodbane at the Scarlet Tavern in New Avalon has ordered you to steal the New Avalon Patrol Schedule from the Scarlet Hold.','We haven\'t got a damned clue about when or where this courier is supposed to show up. None of these humans had an answer either.$B$B$B$BI did manage to beat something useful out of the last one. Inside Scarlet Hold they keep a schedule of all patrol routes. I want you to break into the hold and steal the schedule.$B$BThe hold is the largest building in New Avalon - northeast of here. ','','$B$BThese worthless cretins have been busy! Northern patrol routes, southern patrol routes, western patrol routes, eastern patrol routes, but nothing about their couriers\' routes. Wait a minute. What\'s this? It looks like a western patrol route, coming out of Western Plaguelands? This patrol will path through here today! I\'m going to need time to plan.','Tear the hold apart! The schedule is there!','Return to Orbaz Bloodbane at the Scarlet Tavern in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39504,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,1,1,5,0,0,0,0,12340), (12725,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12723,0,0,12727,7,0,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brothers In Death','Search for Koltira Deathweaver in the Scarlet Hold.','Breaking through the Scarlet lines was no easy task. We suffered many casualties during the assault and lost one of our best death knights, Koltira Deathweaver. I don\'t know whether he\'s dead or alive, but I\'ll be damned if we don\'t search for him.$B$BI last saw him being bound in irons and dragged away to the Scarlet Hold, northeast of here. Tear that keep asunder, death knight. Find Koltira!','','You were foolish in coming after me. I failed. I should have been left for dead - now two of us might be killed.$B$B$B$BWe are death knights of the Scourge. This flies in the face of the dark brotherhood\'s covenants.$B$BThassarian, you blasted fool!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12726,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,12726,0,5,74000,132300,0,0,0,0,0,0,39571,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Song of Wind and Water','Soo-nee wants you to use the Tempest Drums at the Stormwright\'s Shelf and help Haiphoon devour 3 Storm Revenants and 3 Aqueous Spirits.','Listen to storm, yes? The Stormwright\'s Shelf echoes with ancient song.... the Song of Wind and Water.$B$BThe great tempest devours the sons of typhoons and storms. Take this drum and play his song... play Haiphoon\'s song.$B$BHelp him feed on wind and water so tempest can continue. ','','I thank you, $n. The great tempest will look upon us favorably thanks to you.',NULL,'Return to Oracle Soo-nee at Rainspeaker Canopy in Sholazar Basin.',29008,29009,0,0,3,3,0,0,0,0,39571,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aqueous Spirit devoured','Storm Revenant devoured','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12727,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12725,0,0,12738,8,16500,9900,0,0,0,0,0,0,0,0,0,128,0,0,0,2,0,38665,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloody Breakout','Slay High Inquisitor Valroth and take Valroth\'s Head to Thassarian at the Scarlet Tavern in New Avalon.','The alarms have been sounded. The High Inquisitor and his acolytes will be here soon. I\'m too badly injured to be of much use, but I\'ll do what little I can to help.$B$BSlay the High Inquisitor and his cronies. Tear off his head and return with it to Thassarian. Vengeance will soothe his savage soul.$B$BOne more thing, $N. If you do manage to survive and make it back to Thassarian, tell him that they\'re executing prisoners at the chapel. Perhaps he\'ll send you there to play the hero once more.','','I\'ll feed this monster\'s head to the ghouls!$B$B$B$BDid Koltira make it out?$B$B$B$BI\'m certain he did. Those walls can\'t hold him.$B$BTime for some payback.','What of Koltira?','Return to Thassarian at the Scarlet Tavern in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39510,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,15,1,1,1,0,0,0,0,12340), (12728,2,71,69,0,3537,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11582,0,0,0,6,94000,30300,0,0,0,0,0,0,34669,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,37282,37320,37458,37471,0,0,1,1,1,1,0,0,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,4133.3,6264.4,0,'Monitoring the Rift: Winterfin Cavern','Librarian Garren at Amber Ledge wants you to use the Arcanometer at Winterfin Caverns.','I need to compile my notes and prepare a presentation for my colleagues in Dalaran.$b$bWhile I do, I must ask that you visit the Winterfin Cavern to the north. You must use the Arcanometer while standing in the mouth of the cavern.$b$bReturn to me at once when you have the data. My documentation will be incomplete without it.','','Excellent, this completes my report.$b$bI\'ll be sure to mention your kindness to the council, $n.','Have you collected the data from Winterfin Caverns yet, $N?','Return to Librarian Garren at Amber Ledge in Borean Tundra.',25309,0,0,0,1,0,0,0,34669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Winterfin Cavern Reading Taken','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12729,2,77,74,0,66,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,12721,0,0,12730,6,0,160500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Gods Have Spoken','Deliver the Unblemished Heart of the Guardian and the Gusty Essence of the Warden to Har\'koa at Zim\'Torga.','The gods have spoken and we must heed their wisdom.$B$BGather friends to your side, $N. Take them north to Zim\'Rhuk to destroy guardians there until they yield the unblemished heart. Take them east to the Altar of Quetz\'lun and disrupt the altar wardens until you recover their gusty essence.$B$BDeliver both to Har\'koa and she will combine them into that which will compel late Akali\'s prophet to appear.','','Your bravery seems boundless, $N.$B$BPlease hand me the heart and the essence, and I will fashion them into that which will compel the prophet to appear before you.','Do you have that which is required, $N?','Return to Har\'koa at Zim\'Torga in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39540,39541,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12730,2,78,74,0,66,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,12729,0,0,0,7,204000,194400,0,0,0,0,0,0,39566,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,41890,41891,41905,41932,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Convocation at Zol\'Heb','Har\'koa at Zim\'Torga has asked you to slay the Prophet of Akali.','You and your friends must take this instrument of convocation - of summoning - to Zol\'Heb just south of Gundrak.$B$BTherein you will find a circle of power. Use the convocation to force the prophet of Akali to appear.$B$BMy heart goes out to you, $N. We have been through much together, and you have done all that you can to not only save my life, but those of the other gods the Drakkari have destroyed.$B$BBut I fear this time we may not see each other again until the afterlife.','','You did it! $N, you are the champion of Zul\'Drak!$B$BWe will never be able to repay the debt that we owe to you, but the Zandalari have given into my trust a number of objects they believe you might have an interest in.$B$BPlease, I want you to have a token of our appreciation, but hurry. I sense another issue of urgency!','I can only offer you the warmth of my words and the encouragement that comes with them.$B$BTake what time you need to steel and prepare yourself, but I implore you not to take too long or the prophet will surely descend upon us.','Return to Har\'koa at Zim\'Torga in Zul\'Drak.',29028,0,0,0,1,0,0,0,0,39566,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12731,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (12732,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,12758,0,5,74000,132300,0,0,0,0,0,0,39574,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Heartblood\'s Strength','Bring a vial of Suntouched Heartblood to Rejek at Frenzyheart Hill.','One day, Rejek will be mighty warrior. Blood and skyfire will make Rejek strong. You see soon.$B$BRejek give you vial, you take to very top of Suntouched Pillar, far to west. Put waters there in vial.$B$BThen go to north edge of basin, to ledge north of Bonefields. You find and kill goretalon matriarch. Take heartblood.$B$BYou combine heartblood and water, bring to Rejek. Rejek drink, make strong.','','Rejek thanks you. Rejek drink, grow strong, always remember mighty $n\'s gift.','You bring Rejek gift?','Return to Rejek at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,39573,39576,39574,0,1,1,1,39575,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12733,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12670,12697,-12733,0,7,25000,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,1,0,40483,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death\'s Challenge','Olrun the Battlecaller has ordered you to win 5 duels against other death knights.$B$BYou may choose to battle death knight initiates or players.','Born of the Lich King\'s victory over Illidan Stormrage in the heart of the frozen wastes, Death\'s Challenge is a rite of passage that all death knights must undergo.$B$BSeek out other death knights of Acherus and challenge them to a duel. They must accept and fight until a victor emerges!$B$BGo now, $N! Victory for the Scourge! Glory to the Lich King!$B','','To the victor goes the glory, death knight! Well done! The Lich King looks favorably upon you on this day.\n','Have you completed Death\'s Challenge?','Return to Olrun the Battlecaller at Death\'s Breach in Plaguelands: The Scarlet Enclave.',29025,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death Knights defeated in a duel','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12734,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,12758,0,5,74000,132300,0,0,0,0,0,0,39577,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rejek: First Blood','Blood Rejek\'s Blade on the corpses of a Sapphire Hive Wasp, a Hardknuckle Charger, and 3 members of the Mistwhisper Tribe. You may blood the sword on either Mistwhisper Oracles or Mistwhisper Warriors. Return to Rejek at Frenzyheart Hill when your task is complete.','Rejek just became youngest warrior in all of Frenzyheart tribe. Father gave Rejek a mighty sword to defeat Frenzyheart enemies, but old tradition say sword need to be blooded first. Older warrior usually do that. You do this honor for Rejek?$B$BTake blade, put in corpses of all Frenzyheart foes: wasps and hardknuckles to southwest, and the big-tongues. Maybe blood blade on Mistwhispers, far to northwest near Bittertide Lake.','','Rejek sees the stains of the blood of his enemies on the blade. Now Rejek has a mighty weapon for the mighty warrior he will be!','You blood Rejek\'s blade?','Return to Rejek at Frenzyheart Hill in Sholazar Basin.',28040,36189,29043,0,1,1,3,0,0,0,0,0,0,0,0,0,0,0,0,39577,0,0,0,0,0,1,0,0,0,'Blade blooded on Sapphire Hive Wasp','Blade blooded on Hardknuckle Charger','Blade Blooded on Mistwhisper members','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12735,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,12726,0,5,74000,132300,0,0,0,0,0,0,39572,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Cleansing Song','Soo-nee, at the Rainspeaker Canopy, wants you to play the Cleansing Chime at Bittertide Lake, Wintergrasp River and River\'s Heart and slay the evil spirits that plague the waters there.','Earth in Sholazar is pure. The pillars have protected the land for centuries.$B$BWater, not as pure, it comes from outside Sholazar.... from oceans, from lakes, from rivers. Water sometimes bring bad spirits - need to be cleansed.$B$BYou take this chime and play at Bittertide Lake, Wintergrasp River and River\'s Heart. It make bad spirit angry... and then you must kill it.','','Waters... cleansed. Yes. All is well.$b$bYou understand our way, $n.','You play cleansing song yet, $N?','Return to Oracle Soo-nee at Rainspeaker Canopy in Sholazar Basin.',29033,29018,29034,0,1,1,1,0,0,0,0,39572,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12736,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,12726,0,5,74000,132300,0,0,0,0,0,0,39598,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Song of Reflection','Soo-nee at Rainspeaker Canopy wants you to use the Didgeridoo of Contemplation at the top of the Glimmering Pillar, the Suntouched Pillar, the Mosslight Pillar and the Skyreach Pillar.','Of course you not as smart as gorloc! You just simple $r.$B$BYou not without hope, though! You show you can learn. Maybe crystals make you smart like crystals make us smart!$B$BI teach you to play song to clear your mind. You play song by crystals then crystals make your mind better... not as good as gorloc\'s but better than you have now. Lifeblood Pillar is broken, but other pillars still good!','','You see? I can tell you smarter already. And if not smarter... then... happier!','You feel smart yet, $r?','Return to Oracle Soo-nee at Rainspeaker Canopy in Sholazar Basin.',29056,29057,29069,29058,1,1,1,1,39598,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Contemplation at Glimmering Pillar','Contemplation at Mosslight Pillar','Contemplation at Skyreach Pillar','Contemplation at Suntouched Pillar',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12737,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,12726,0,5,74000,132300,0,0,0,0,0,0,39599,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Song of Fecundity','Soo-nee at Rainspeaker Canopy wants you to go to the Stormwright\'s Shelf, northwest of the Maker\'s Perch, and play the Horn of Fecundity near 8 piles Soaked Fertile Dirt.','The storm is a destructive force. Storm burns trees. Storm floods houses.$B$BBut storm can also be life force if you know right song. In Stormwright Shelf, above Maker\'s Perch, you can find small dirt mounds. They very fertile -- they carry inside a strong seed. All they wait for is the right song.$B$BYou take this horn and play song for them.','','You learn fast, $n. You learn that song well. Maybe next time I teach you different song.',NULL,'Return to Oracle Soo-nee at Rainspeaker Canopy in Sholazar Basin.',29055,0,0,0,8,0,0,0,0,39599,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Song of Fecundity played','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12738,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12727,0,0,0,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Cry For Vengeance!','Report to Knight Commander Plaguefist at the Chapel of the Crimson Flame.','The cry for vengeance must be heard, $N. Commander Plaguefist and a company of death knights are on their way to raze the Chapel of the Crimson Flame. If there are any death knights imprisoned at the chapel, Plaguefist will get them out.$B$BYou can still catch up to them if you hurry. The chapel is due west of here. ','','They\'re only flesh and bone - no match for the Scourge.$B$BWe didn\'t find any of our brothers, but we did stumble upon something special.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12739,2,55,55,0,-372,0,0,0,32,32,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Malar Bravehorn, an Argent Dawn prisoner inside the nearby prison house.','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 tauren in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29032,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12740,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12596,-12503,12596,5,0,126900,0,0,0,0,0,0,39615,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,39779,39840,39799,39801,39820,0,1,1,1,1,1,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parachutes for the Argent Crusade','Commander Falstaav at The Argent Stand has asked you to equip 10 Argent Crusaders or Argent Shieldmen out in the courtyard with parachutes.','Those sky terrors are destroying my men and women! Dying from falling is a horrible way to go.$B$B$C, you have to get these parachutes out to them! At least then they\'ll have a fighting chance to survive.','','You\'re a good $g man : woman;, $N. We\'re fortunate that you happened to stop by.$B$BStick around a while. I\'m sure that we have much that a capable $c such as yourself can do.','If you\'re back here talking to me why do I still see my people falling to their deaths?','Return to Commander Falstaav at Argent Stand in Zul\'Drak.',29060,0,0,0,10,0,0,0,0,39615,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Argent forces equipped with a parachute','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12741,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,12758,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strength of the Tempest','Gather 3 Essences of the Monsoon and 3 Essences of the Storm and take them to the Shrine of the Tempest. Return to Rejek at Frenzyheart Hill with the True Power of the Tempest.','Silly big-tongues think singing to the clouds give them power. Rejek show big-tongues how to get power by taking it!$B$BFar to northwest, there is large, flat area the big-tongues call \'Stormwright\'s Shelf.\' Rejek is sure you can only get there by flying like bird.$B$BOn this shelf, Rejek has heard of mighty forces of wind and water. Kill them for their badness, then take it to the big-tongue \'Shrine of the Tempest\' at shelf\'s western side. Rejek will await your return with ultimate power.','','Now Rejek show cowardly big-tongues how to really use elements!','You bring Rejek true power of elements?','Return to Rejek at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,39616,39643,0,0,3,3,0,39614,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12742,2,55,55,0,-372,0,0,0,32,1,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Ellen Stanbridge, an Argent Dawn prisoner inside the nearby prison house.','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 human in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $N. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29061,0,0,0,1,0,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,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,12340), (12743,2,55,55,0,-372,0,0,0,32,8,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Yazmina Oakenthorn, an Argent Dawn prisoner inside the nearby prison house.','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 night elf in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?',' Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29065,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12744,2,55,55,0,-372,0,0,0,32,4,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Donovan Pulfrost, an Argent Dawn prisoner inside the nearby prison house.','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 dwarf in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29067,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12745,2,55,55,0,-372,0,0,0,32,64,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Goby Blastenheimer, an Argent Dawn prisoner inside the nearby prison house.','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 gnome in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29068,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12746,2,55,55,0,-372,0,0,0,32,1024,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Valok the Righteous, an Argent Dawn prisoner inside the nearby prison house.','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 draenei in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29070,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12747,2,55,55,0,-372,0,0,0,32,512,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Lady Eonys, an Argent Dawn prisoner inside the nearby prison house.','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 blood elf in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29074,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12748,2,55,55,0,-372,0,0,0,32,2,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Kug Ironjaw, an Argent Dawn prisoner inside the nearby prison house.','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 orc in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29072,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12749,2,55,55,0,-372,0,0,0,32,128,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Iggy Darktusk, an Argent Dawn prisoner inside the nearby prison house.','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 troll in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29073,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12750,2,55,55,0,-372,0,0,0,32,16,0,0,0,0,0,0,0,0,0,0,12738,12751,0,12751,7,8500,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Special Surprise','Knight Commander Plaguefist at the Chapel of the Crimson Flame has ordered you to execute Antoine Brack, an Argent Dawn prisoner inside the nearby prison house.','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 Forsaken in there that I think you\'ll take great pleasure in executing.','','Felt good, didn\'t it? You\'re not one of them anymore, $n. You\'re Scourge. You\'re one of us. Forever... ','How does it feel?','Return to Knight Commander Plaguefist at the Chapel of the Crimson Flame in Plaguelands: The Scarlet Enclave.',29071,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12751,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,8500,7500,0,0,0,0,0,0,0,0,0,136,0,0,0,2,0,38675,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Sort Of Homecoming','Return to Thassarian at the Scarlet Tavern in New Avalon with news of your victory.','Return to Thassarian at the Scarlet Tavern and let him know that Koltira\'s cry for vengeance has been answered. The Chapel of the Crimson Flame will be a pile of ashes in a matter of hours.$B$BYou\'re one cold-blooded monster, $N. I salute you, $g brother:sister;.','','Another Scourge victory! These Scarlet dogs have nowhere left to run and hide. It\'s only a matter of time now...',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,4,1,1,0,0,0,0,0,12340), (12752,2,-1,65,0,-284,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,12787,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Desperate Research','Speak with Grand Apothecary Putress in the new apothecary camp at the Terrace of Light in Shattrath.','$n, the Lich King plagues us with invasion. To beat him back to his frozen throne, the Horde and Alliance must stand resolute together. In Shattrath, in the Terrace of Light, that alliance has been struck.$B$BTo aid our struggle against the Lich King, go to the new apothecary camp in the Terrace of Light and speak with Grand Apothecary Putress. He leads desperate research to end the zombie plague. His cure is our salvation.$B$BBe swift, $n. Each moment passed is another innocent life lost.','','Greetings, $gbrother:sister;. You may have come on behalf of the Argent Dawn, but that is not why you are here -- you are here to help your people earn the respect we so justly deserve. As any forsaken will agree, the end justifies the means, and our research into the zombie plague\'s cure is that proverb in practice...',NULL,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,12340), (12753,2,-1,65,0,-284,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,12771,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Desperate Alliance','Speak with Bishop Lazaril in the new Alliance camp at the Terrace of Light in Shattrath.','Good $n, the Lich King plagues us -- both Horde and Alliance -- with disease and invasion. Only by joining our strengths can the two great cultures of Azeroth survive against his assault.$B$BIn Shattrath, in the Terrace of Light, that alliance has been struck. To aid our struggle against the Lich King, go to the new Alliance camp in the Terrace of Light and speak with Bishop Lazaril.$B$BLight speed, $n.','','$gBrother:Sister; $r, I am proud to stand with you during our days of need. Bless you, and may the alliance between $r and human last a thousand years.',NULL,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,12340), (12754,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12751,0,0,12755,7,8500,7500,0,0,0,0,0,0,39645,1,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ambush At The Overlook','Orbaz Bloodbane at the Scarlet Tavern in New Avalon has ordered you to kill the Scarlet Courier and retrieve the Scarlet Courier\'s Belongings and the Scarlet Courier\'s Message.','While you were out burning churches and murdering vermin, I\'ve been busy formulating a plan.$B$BThe Scarlet courier is scheduled to pass by the Scarlet Overlook within the hour. The roads by the overlook are wide open and swarming with Crusaders. Use this makeshift cover to hide at the overlook and wait for the Scarlet Courier to pass. When he\'s close enough, strike with all your fury! Cut him down and take his belongings - including his clothes!$B$BThe overlook is 200 paces east of here.','','$B$BThe armies of Hearthglen and Tirisfal will be marching into a massacre.$B$B$B$BNow for the second part of the plan. You\'re going to deliver this message right into the hands of High General Abbendis. That\'s what the clothes are for...','You\'re going to miss the courier and then I\'m going to be forced to kill you. By forced I mean I will take great pleasure in ending your life.$B$BHURRY UP!','Return to Orbaz Bloodbane at the Scarlet Tavern in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,39645,0,0,0,1,39646,39647,0,0,0,0,1,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,5,1,11,1,0,0,0,0,0,12340), (12755,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12754,0,0,12756,7,0,7500,0,0,0,0,0,0,39647,1,53081,128,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Meeting With Fate','Orbaz Bloodbane has commanded you to deliver the Scarlet Courier\'s Message to High General Abbendis at King\'s Harbor.','This message must reach Abbendis. We do not want to draw their suspicion. They must continue under the assumption that everything is going as they planned.$B$BYou will don the Scarlet courier\'s clothes and with the help of some dark magic, take on the form of the courier.$B$BAbbendis is at King\'s Harbor, southeast of the Scarlet Overlook. Drop off the message and get as much information out of her as you can. She will tell us what we need to know about the \"Crimson Dawn.\"','','$B$BDamn it! The armies of Hearthglen and Tirisfal must not reach New Avalon! The Scourge will slaughter them all.','Where have you been? You are two hours late. We were about to send a courier out to the High Commander.','Return to High General Abbendis at King\'s Harbor in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39647,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,5,1,1,0,0,0,0,0,12340), (12756,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12755,0,0,12757,7,8500,7500,0,0,0,0,0,0,39654,1,0,128,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scarlet Onslaught Emerges','Deliver The Path of Redemption to Orbaz Bloodbane at the Scarlet Tavern in New Avalon.','Listen well, courier. The Scarlet lands are lost. New Avalon and Havenshire are overrun by Scourge. The specter of death looms overhead and threatens to overtake us at any moment.$B$BReturn to Galvar with this message:$B$B\"Turn your armies around and prepare your ships for travel to the frozen wastes. When next we meet it will be in Northrend.\"$B$BGive this to Galvar.$B$B$B$BIt will explain everything.$B$BThe Scarlet Crusade is no more. Long live the Scarlet Onslaught!','','$B$BWhat rubbish! This is the \"Crimson Dawn?\"$B$BThey sail to their deaths! Let us turn our focus to the encroaching armies.','$B$BWhat is this? Some child\'s coloring book?','Return to Orbaz Bloodbane at the Scarlet Tavern in Plaguelands: The Scarlet Enclave.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39654,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,11,1,5,1,0,0,0,0,0,12340), (12757,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12756,0,0,0,8,25000,9900,0,0,0,0,0,0,39654,1,0,128,0,0,0,3,0,38663,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Armies Approach...','Deliver The Path of Redemption to Highlord Darion Mograine at Acherus: The Ebon Hold. ','We must prepare for the encroaching armies, $N. You will take what you have discovered to Highlord Mograine at once! I will open a portal directly to Acherus. Step inside and it will transport you.$B$BGive Highlord Mograine Abbendis\' journal as well. Perhaps he\'ll find it useful.$B','','You have become an instrument of doom, death knight! We will ravage these approaching armies and raise the dead as our own!','You did what?','Return to Highlord Darion Mograine in Ebon Hold.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39654,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,6,1,1,15,0,0,0,0,0,12340), (12758,2,80,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,12758,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hero\'s Headgear','Get Venture Co. Explosives from any of the Venture Company units at Swindlegrin\'s Dig and use them to obtain a Stormwatcher\'s Head. Bring the Stomwatcher\'s Head to Rejek at Frenzyheart Hill.','Rejek hears tales of giant metal men on faraway Stormwright\'s Shelf. Far to northwest, outside basin\'s lip, you will find it.$B$BImagine Rejek using heads of giant metal men as helmet. Make Rejek unstoppable! Make Rejek mighty!$B$BYou get for Rejek, but metal head might not come off metal body easy. Maybe steal bombs from little green men and their friends at Swindlegrin\'s Dig near Suntouched Pillar? Use bombs to get head off metal body, then bring to Rejek.','','Rejek sees you were successful! Now Rejek try on new war helmet.','You bring Rejek\'s new helmet?','Return to Rejek at Frenzyheart Hill in Sholazar Basin.',0,0,0,0,0,0,0,0,0,39651,0,0,0,1,0,0,39667,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12759,2,78,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,12703,0,6,136000,162000,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,4873.81,5884.79,0,'Tools of War','Retrieve some of Zepik\'s traps from his stash in Kartak\'s Hold. Using the traps, slaughter 50 of the nearby Sparktouched Gorlocs, and then return to Shaman Jakjek in Kartak\'s Hold.','Zepik tell me that you maybe the best gorloc hunter he met... other than Zepik. Still big battle to southwest - you go help.$B$BZepik keeps some of biggest, baddest traps in his stash at Kartak\'s Hold... told Vekgar to use them for battle, so you use them too. Go pick out any traps you want and kill lots of big-tongues.$B$BLots and lots!','','You almost as good with those traps as Zepik!','Kind of messy! But still so fun.','Return to Shaman Jakjek at Kartak\'s Hold in Sholazar Basin.',28111,0,0,0,50,0,0,0,39696,39695,39697,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sparktouched Gorloc','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12760,2,78,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12692,0,12703,0,6,136000,162000,0,0,0,0,0,0,39737,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1104,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Secret Strength of the Frenzyheart','Using the secret Frenzyheart drink, slaughter 30 of the Sparktouched Gorlocs around Kartak\'s Hold.','Battle still going at Kartak hold... I think it time for you to learn big secret of Frenzyheart.$B$BWe have berries we keep from other lands we came from... they not so special on their own, but mix them with drunk drinks and they make Frenzyheart super strong. You a Frenzyheart now... it time you get to be strong too.$B$BI give some drink, then you be super strong and you go smash all the spark big-tongues.','','You a fierce fighter... come back for more battle soon. Never enough good battle!','Vekgar teach you super secret, eh? Only strongest Frenzyheart get to know secret.','Return to Shaman Jakjek at Kartak\'s Hold in Sholazar Basin.',28111,0,0,0,30,0,0,0,0,0,0,39737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sparktouched Gorloc','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12761,2,78,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,12761,0,6,136000,162000,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,5090.69,5489.89,0,'Mastery of the Crystals','Retrieve the crystal defenses at Sparktouched Haven and use them to kill 50 of the nearby Frenzyheart wolvar. When these tasks are complete, return to Lightningcaller Soo-met in Sparktouched Haven.','Sparktouched are still being attacked by puppy-men... we think they maybe not stop if we not make them stop. We have secret weapon though... we sent it out to Soo-met so he can use to protect all Oracles.$B$BSecret weapon is from Great Ones themselves... extra shiny crystals found inside sacred Great One temples. Be very careful... no break them.$B$BCrystals are in chest near shrine at Sparktouched Haven, in far southwest. You go use crystals to help Soo-met beat the puppy-men.','','Thank you, dryskin.$b$bI hold onto these crystals here to keep us safe. Maybe you come back soon and help us more.','Very powerful. Puppy-men not know about power of Great Ones. Dumb puppy-men.','Speak to Lightningcaller Soo-met at Sparktouched Haven in Sholazar Basin.',28078,0,0,0,50,0,0,0,39693,39689,39694,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frenzyheart Attacker','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12762,2,78,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12695,0,12761,0,6,136000,162000,0,0,0,0,0,0,39747,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Power of the Great Ones','Charge the Dormant Polished Crystal at the exposed Lifeblood Pillar. Travel to Sparktouched Haven and use the power the crystal bestows to slaughter 30 of the nearby Frenzyheart wolvar, and then speak to Lightningcaller Soo-met in Sparktouched Haven.','We need to do something to stop puppy-men attacking Sparktouched Haven. Jaloot brought me very special crystal that he found in River\'s Heart... we seen only one like it before.$B$BThe crystal not have power now, but the opened up lifeblood pillar should have energy to recharge it if you just bring it close. Once the crystal is charged, go to Sparktouched Haven in far southwest and let the crystal\'s energy make you big and strong.$B$BThen it time to kick some puppy-men butt.','','So much energy in you... you full of the power of the Great Ones!$b$b I not lie, I little bit jealous.','Good to have you here to help us. Long fight.','Speak to Lightningcaller Soo-met at Sparktouched Haven in Sholazar Basin.',28078,0,0,0,30,0,0,0,39747,0,0,0,1,0,0,0,0,39748,0,0,0,0,0,1,0,0,0,0,0,'Frenzyheart Attacker','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12763,2,75,74,0,394,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,12789,0,1,6000,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Shifting Priorities','Scout Vor\'takh wants you to travel to Zul\'Drak and report to Sergeant Riannah at Light\'s Breach.$b$bMakki Wintergale in Camp Onequah will provide you transportation.','As pressing as our needs are here, there\'s news from the lands to the north that cannot be ignored.$b$bI\'ve just received a message from the Argent Crusade. It seems that scourge forces are gathering there and are threatening to overrun Zul\'drak.$b$bNeedless to say, $n, if that were to happen our struggle here would be meaningless. You must go there and aid the Crusaders in beating back the Lich King\'s armies.$b$bSpeak to Makki when you are ready to travel.','','The Light shall prevail!',NULL,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,12340), (12764,0,76,76,0,3711,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,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Secret to Kungaloosh (DEPRECATED)','','','',NULL,NULL,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,12340), (12765,0,76,75,0,3711,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,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kungaloosh (DEPRECATED)','','','',NULL,NULL,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,12340), (12766,2,72,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12119,0,0,12460,1,0,4950,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with your Ambassador','Speak with Lauriel Trueblade at Wyrmrest Temple.','$B$BEverything seems to be in order. However, if you don\'t mind, I would ask that you speak with your ambassador here at the temple.$B$BShe has something of great import for you that needs taking care of before we send you up to the queen.$B$B$B$BI\'ll keep this safe for you until your return.','','You must be $N. I was told you\'d be coming.$B$BI have something that I think you\'re uniquely qualified to take care of and by doing it, you\'ll be ingratiating yourself with the dragons here.',NULL,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,'','','','',4,1000,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12767,2,72,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12122,0,0,12461,1,0,4950,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak with your Ambassador','Speak with Golluck Rockfist at Wyrmrest Temple.','$B$BEverything seems to be in order. However, if you don\'t mind, I would ask that you speak with your ambassador here at the temple.$B$BHe has something of great import for you that needs taking care of before we send you up to the queen.$B$B$B$BI\'ll keep this safe for you until your return.','','You must be $n. I was told you\'d be coming.$b$b$b$bI have something that I want you to take care of. If you do, you\'ll prove yourself to the dragons here.',NULL,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,12340), (12768,2,75,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12418,0,0,12123,1,0,12600,0,0,0,0,0,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,1091,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Steward of Wyrmrest Temple','Speak with Tariolstrasz at Wyrmrest Temple.','You\'ve proved that you\'re to be trusted and more.$B$BYou should return to Wyrmrest Temple and speak with the steward, Tariolstrasz, once more, $N.','','Back so soon, $N?$B$BCeristrasz sent word ahead of you. Thank you for what you did at the Ruby Dragonshrine.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,6,2,0,0,0,0,0,0,12340), (12769,2,75,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12450,0,0,12124,1,0,12600,0,0,0,0,0,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,1091,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Steward of Wyrmrest Temple','Speak with Tariolstrasz at Wyrmrest Temple.','You\'ve proved that you\'re to be trusted and more.$B$BYou should return to Wyrmrest Temple and speak with the steward, Tariolstrasz, once more, $N.','','Back so soon, $n?$b$bVargastrasz sent word ahead of you. Thank you for what you did at the Ruby Dragonshrine.',NULL,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,12340), (12770,2,75,74,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,12789,0,1,6000,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Reallocating Resources','Gryan Stoutmantle wants you to report to Sergeant Riannah at Light\'s Breach in Zul\'Drak.$b$bYou may speak to Samuel Clearbook for transportation to Light\'s Breach.','Listen up, $c!$b$bYour days here are numbered. As much as we need capable $cs in our ranks, there\'s trouble up north that makes our problems look like a mid-summer Stormwind parade.$b$bTurns out the Scourge are concentrating their efforts - making a big push to take over Zul\'Drak. If that happens, we may as well pack it in.$b$bYou\'re free to finish any business here, but then it\'s off to Light\'s Breach with you. Speak to Samuel if you need transportation.$b$bDismissed.','','The Light shall prevail!',NULL,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,12340), (12771,2,-1,65,0,-284,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,39698,1,0,128,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ironforge','Bishop Lazaril wants you to bring the Light-infused Artifact to King Magni Bronzebeard in Ironforge.','Our prayers have been answered! Using the concentration of Light from the Naaru of Shattrath, and the shared benedictions from the faithful, we have created holy artifacts of profound power. These artifacts will be our weapon against the Lich King\'s machinations.$B$BTake this, $n. Guard it close, and secure its passage to Ironforge. Magni Bronzebeard is eager to take the fight to Northrend, and this will bring him closer to his goal.','','By my beard! This holds a power to rival a fleet of our flying machines! I\'ll give it to my war priests and we\'ll devise a plan to send those vile necropolises scurrying back to Northrend... and we\'ll be right behind them!$b$bOh, Muradin my brother, you must live! By the honor of the Bronzebeards, I will find you!','Hello, $n. A stouter $r I never did see! The trials of Outland have made you tough, brother. You do your race proud!','Return to King Magni Bronzebeard in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39698,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12772,2,-1,65,0,-284,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,12773,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Desperate Alliance','Speak with Bishop Lazaril in the new Alliance camp at the Terrace of Light in Shattrath.','Good $n, the Lich King plagues us -- both Horde and Alliance -- with disease and invasion. Only by joining our strengths can the two great cultures of Azeroth survive against his assault.$B$BIn Shattrath, in the Terrace of Light, that alliance has been struck. To aid our struggle against the Lich King, go to the new Alliance camp in the Terrace of Light and speak with Bishop Lazaril.$B$BLight speed, $n.','','$n, honorable $r, welcome. May the Light shine upon you, and may your ancient wisdom ward our land in its time of need.',NULL,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,12340), (12773,2,-1,65,0,-284,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,39698,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darnassus','Bishop Lazaril wants you to bring the Light-infused Artifact to Tyrande Whisperwind in Darnassus.','Our prayers have been answered! Using the concentration of Light from the Naaru of Shattrath, and the shared benedictions from the faithful, we have created holy artifacts of profound power. These artifacts will be our weapon against the Lich King\'s machinations.$B$BTake this, $n. Guard it close, and secure its passage to Darnassus. Deliver it to Tyrande Whisperwind -- her priests will find it a vital source of power in their fight against the unholy forces from the North.','','What is this? What a boon! They have captured such Light into this artifact, it shines nigh bright as the moon! Our priests will channel this power against our foes, and the Lich King\'s invasion will surely fail. Thank you, $n. Our world tree will be safe.$b$bWhat\'s more, we have sensed that perhaps another world tree grows far to the north, nestled hidden near the Lich King\'s own domain. Perhaps someday... we will shepherd both trees and herald a new era of peace.','$n, my son. Once again we are pulled into a conflict that may sunder all we know. It is good to have a $c of your talents lend his strength to this world tree\'s defense.','Return to Tyrande Whisperwind at The Temple Gardens in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39698,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12774,2,-1,65,0,-284,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,39698,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormwind','Bishop Lazaril wants you to bring the Light-infused Artifact to King Varian Wrynn in Stormwind.','Our prayers have been answered! Using the concentration of Light from the Naaru of Shattrath, and the shared benedictions from the faithful, we have created holy artifacts of profound power. These artifacts will be our weapon against the Lich King\'s machinations.$B$BTake this, $n. Guard it close, and secure its passage to Stormwind. The King of Stormwind has recently returned; I\'m sure he will welcome this tool.','','So, the holy folk in Shattrath created what they promised! In hindsight, diverting so many priests and paladins there, instead of sending them against the Scourge, was the right move. With this holy weapon, we can beat back that damned Lich King and his minions!$b$bI commend you, Lord $n.','$n, it\'s good to see you. Your strength and skills are a boon during this time of tribulations.','Return to King Varian Wrynn in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39698,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12775,2,-1,65,0,-284,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,12774,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Desperate Alliance','Speak with Bishop Lazaril in the new Alliance camp at the Terrace of Light in Shattrath.','Good $n, the Lich King plagues us -- both Horde and Alliance -- with disease and invasion. Only by joining our strengths can the two great cultures of Azeroth survive against his assault.$B$BIn Shattrath, in the Terrace of Light, that alliance has been struck. To aid our struggle against the Lich King, go to the new Alliance camp in the Terrace of Light and speak with Bishop Lazaril.$B$BLight speed, $n.','','$gBrother:Sister;, we are called again to fight against the Scourge. It is good you are here; with your strength, and the power of the Light, we may yet prevail.',NULL,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,12340), (12776,2,-1,65,0,-284,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,39698,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Exodar','Bishop Lazaril wants you to deliver the Light-infused Artifact to Velen in the Exodar.','Our prayers have been answered! Using the concentration of Light from the Naaru of Shattrath, and the shared benedictions from the faithful, we have created holy artifacts of profound power. These artifacts will be our weapon against the Lich King\'s machinations.$B$BTake this, $n. Guard it close, and secure its passage to the Exodar. Deliver it to Prophet Velen in the Vault of Lights so that he may use its powers against the unholy forces from the North.','','Ah, I can see the power of the Naaru shine through this thing, as if Light itself is housed here. Such good can be done with this implement; the necropolises sent from the frozen wastes of the north will surely fail.','My son, the lands of the humans and orcs have treated you well. Such strength now swells within you...','Return to Prophet Velen.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39698,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12777,2,-1,65,0,-284,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,12776,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Desperate Alliance','Speak with Bishop Lazaril in the new Alliance camp at the Terrace of Light in Shattrath.','Good $n, the Lich King plagues us -- both Horde and Alliance -- with disease and invasion. Only by joining our strengths can the two great cultures of Azeroth survive against his assault.$B$BIn Shattrath, in the Terrace of Light, that alliance has been struck. To aid our struggle against the Lich King, go to the new Alliance camp in the Terrace of Light and speak with Bishop Lazaril.$B$BLight speed, $n.','','My heart swells with Light to see you, a noble $r, come to our aid. Bless you, good $c!',NULL,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,12340), (12778,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12757,0,0,12779,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Scarlet Apocalypse','Seek out the Lich King at Death\'s Breach.','The trap has been sprung, death knight. The armies of Hearthglen and Tirisfal have arrived, just in time to see their enclave in flames! If they turn back now, they fight us with their backs turned.$B$B$B$BNo, they have only one option, which has only one outcome: APOCALYPSE!$B$BAs we speak, they prepare to make one final stand.$B$BThe Lich King awaits your return, champion. He stands watch below us, at Death\'s Breach.','','You have served me well, $N. The mark of the Scourge has been burned into these Scarlet lands. You have reaped death and destruction for as far as the eye can see and delivered to me the last of the Scarlet armies.$B$B$B$BIt is now time to finish what you started.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,396,396,25,0,0,0,0,0,12340), (12779,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12778,0,0,12800,8,25000,9900,0,0,0,0,0,0,39700,1,0,128,0,0,0,6,0,38661,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An End To All Things...','The Lich King has commanded you to eradicate the Scarlet Crusade.$B$BUse the Horn of the Frostbrood to call forth a Frostbrood Vanquisher and with it slay 150 Scarlet Soldiers and destroy 10 Scarlet Ballistas. Avoid incoming projectiles by moving out of their line of fire!','You have slaughtered legions beyond number and still your dark heart craves more. Your hunger knows no end, $N.$B$B$B$BThere must come an end to all things, death knight. The Scarlet armies make their final stand against us. For them, there is no escape... no choice. And for this reason they will fight with a ferocity that you have yet to witness.$B$BUse this horn to call forth one of my wyrms. Climb upon its back and command it into battle. With it you will end the Scarlet Crusade.','','Kneel, champion. I place this helm upon your head to complete your terrifying visage. Any that dare look upon your dark countenance will know that death comes. Let none stand so boldly against your king so as to face your merciless wrath, $N.$B$BThere remains only one final task...$B$B$B$BLight\'s Hope Chapel.','Kill them all...','Return to The Lich King at Death\'s Breach in Plaguelands: The Scarlet Enclave.',29150,29104,0,0,150,10,0,0,0,0,0,39700,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Soldiers slain','Scarlet Ballista destroyed','','',4,0,0,0,0,0,0,0,0,0,397,396,396,0,0,0,0,0,12340), (12780,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6000,12600,0,0,0,0,0,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,0,0,0,0,0,571,5213.02,-1303.3,0,'DEPRICATED>>Enemy of Our Enemy','Sergeant Riannah in Light\'s Breach wants you to speak with Stefan in Ebon Watch and offer your assistance.','As much as we find working with death knights distasteful, we cannot afford to be picky about our allies here.$b$bWe\'re pinched between the Scourge and the savage Drakkari, who want nothing more than to destroy us so that they can get at one another.$b$bTravel west to Ebon Watch. Speak with Stefan and see if you can be of service to him.','',NULL,NULL,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,12340), (12781,2,1,1,0,4342,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39713,1,0,128,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,'Welcome!','Bring the Ebon Hold Gift Voucher to Siouxsie the Banshee in Ebon Hold.','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 Siouxsie the Banshee in Ebon Hold. 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!$B','','We welcome you to the world of Azeroth, and offer you one of these unique gifts.','I see you have a special voucher. Give it to me and I will offer you something in exchange.','Return to Siouxsie the Banshee.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39713,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12782,2,-1,65,0,-284,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,12788,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Desperate Research','Speak with Grand Apothecary Putress in the new apothecary camp at the Terrace of Light in Shattrath.','$n, the Lich King plagues us with invasion. To beat him back to his frozen throne, the Horde and Alliance must stand resolute together. In Shattrath, in the Terrace of Light, that alliance has been struck.$B$BTo aid our struggle against the Lich King, go to the new apothecary camp in the Terrace of Light and speak with Grand Apothecary Putress. He leads desperate research to end the zombie plague. His cure is our salvation.$B$BBe swift, $n. Each moment passed is another innocent life lost.','','What a fine specimen you are. We have many experiments to perform and our stable of volunteers is nearly bankrupt. So, elf, as your race\'s self-proclaimed name implies... Do you have blood to spare? Fresh blood is welcome blood indeed...',NULL,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,12340), (12783,2,-1,65,0,-284,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,12785,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Desperate Research','Speak with Grand Apothecary Putress in the new apothecary camp at the Terrace of Light in Shattrath.','$n, the Lich King plagues us with invasion. To beat him back to his frozen throne, the Horde and Alliance must stand resolute together. In Shattrath, in the Terrace of Light, that alliance has been struck.$B$BTo aid our struggle against the Lich King, go to the new apothecary camp in the Terrace of Light and speak with Grand Apothecary Putress. He leads desperate research to end the zombie plague. His cure is our salvation.$B$BBe swift, $n. Each moment passed is another innocent life lost.','','What a fine, robust specimen you are. We have many experiments to perform and our stable of volunteers is nearly bankrupt. Fresh blood is welcome blood indeed, and the rage in your blood could fuel hours of research.',NULL,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,12340), (12784,2,-1,65,0,-284,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,12786,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Desperate Research','Speak with Grand Apothecary Putress in the new apothecary camp at the Terrace of Light in Shattrath.','$n, the Lich King plagues us with invasion. To beat him back to his frozen throne, the Horde and Alliance must stand resolute together. In Shattrath, in the Terrace of Light, that alliance has been struck.$B$BTo aid our struggle against the Lich King, go to the new apothecary camp in the Terrace of Light and speak with Grand Apothecary Putress. He leads desperate research to end the zombie plague. His cure is our salvation.$B$BBe swift, $n. Each moment passed is another innocent life lost.','','What a fine, robust specimen you are. We have many experiments to perform and our stable of volunteers is nearly bankrupt. Fresh blood is welcome blood indeed, and I\'m sure someone of your stature has blood to spare...',NULL,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,12340), (12785,2,-1,65,0,-284,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,40482,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orgrimmar','Grand Apothecary Putress wants you to give the Dual-plagued Brain to Apothecary Karlov in Orgrimmar.','We have a breakthrough! Our zombie specimens have given us new insight into the nature of the Scourge\'s plague. They have born rotten, delicious fruit...$B$BTake this box to Orgrimmar. Inside is a head that is infected with the zombie plague, and something else we have devised -- an anti-plague. The two plagues battle within the zombie brain, and that brain is the key to a cure, I am certain of it.$B$BBring the box to my assistant, Apothecary Karlov. He attends Warchief Thrall in Orgrimmar.','','Ah, very good. The diseases this rotted head carries are deadly, but we must not shy from danger or from what we find distasteful. Some day, $n, you will learn that damnation is the path to salvation...','Welcome to Orgrimmar, $n. Grand Apothecary Putress sent word ahead of you... do you have the infected brain?','Return to Apothecary Karlov in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12786,2,-1,65,0,-284,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,40482,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thunder Bluff','Grand Apothecary Putress wants you to give the Dual-plagued Brain to Apothecary Chaney in Thunder Bluff.','We have a breakthrough! Our zombie specimens have given new insight into the nature of the Scourge\'s plague. They have born rotten, delicious fruit...$B$BTake this box to Thunder Bluff. Inside is a head that is infected with the zombie plague, and something else we have devised -- an anti-plague. The two plagues battle within the zombie brain, and that brain is the key to a cure, I am certain of it.$B$BBring the box to my assistant, Apothecary Chaney. He attends Magatha Grimtotem in Thunder Bluff.','','Ah, very good. The diseases this rotted head carries are deadly, but we must not shy from danger or from what we find distasteful. Some day, $n, you will learn that damnation is the path to salvation...','Welcome to Thunder Bluff, $n. Grand Apothecary Putress sent word ahead of you... do you have the infected brain?','Return to Apothecary Chaney at The Golden Plains in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12787,2,-1,65,0,-284,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,40482,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Undercity','Grand Apothecary Putress wants you to give the Dual-plagued Brain to Master Apothecary Faranell in the Undercity.','The zombie plague was a blessing in disguise. In our search for a cure, we have learned so much of the Scourge and their contagion. Our research has given us weapons against them. Weapons, and tools...$B$BTake this -- it is a zombie\'s head and has been partially cured of its plague by injecting it with a compound derived from our recent discoveries. Deliver the head to Master Apothecary Faranell; I have a list of experiments I would like him to perform on it.','','Ah, what a fine specimen you are. The disease, -- diseases -- dancing through your brain must offer you visions so sublime. We will spend long nights in conversation, you and I, and I will pick from you your thoughts as I slowly extract the meat from your skull.$b$bDo not fear, little one. The knowledge gained from your sacrifice will be awesome. You are a gift to the forsaken; you will herald a new age of respect for us among the peoples of this world. Your place in our history is assured...','Salutations, $n. You come from Shattrath? You have instructions from Grand Apothecary Putress?','Return to Master Apothecary Faranell at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12788,2,-1,65,0,-284,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,40482,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silvermoon','Grand Apothecary Putress wants you to give the Dual-plagued Brain to Apothecary Tepesh in Silvermoon City.','We have a breakthrough! Our zombie specimens have given new insight into the nature of the Scourge\'s plague. They have born rotten, delicious fruit...$B$BTake this box to Silvermoon City. Inside is a head that is infected with the zombie plague, and something else... an anti-plague. The two plagues battle within the zombie brain, and that brain is the key to a cure, I am certain of it.$B$BBring the box to my assistant, Apothecary Tepesh. She attends Lor\'themar Theron in Silvermoon City.','','Ah, very good. The diseases this rotted head carries are deadly, but we must not shy from danger or from what we find distasteful. Some day, $n, you will learn that damnation is the path to salvation...','Welcome to Silvermoon, $n. Grand Apothecary Putress sent word ahead of you... do you have the infected brain?','Return to Apothecary Tepesh in Silvermoon City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12789,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12545,0,12789,0,1,6000,12600,0,0,0,0,0,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,0,0,0,0,0,571,5188.45,-2204.1,1,'Into the Breach!','Crusader Valus at Light\'s Trust wants you to report to Sergeant Riannah at Light\'s Breach in Zul\'Drak.','Ready yourself, $c. I\'m dispatching you to Light\'s Breach, northeast of here.$b$bI\'ve received word that the Scourge are making a push to take over Zul\'Drak.$b$b$b$bThis will not come to pass.$b$bSee to it that you assist in the destruction of the Scourge there. The light demands it.$b$bDismissed.','','Excellent. Valus must have received my report.$b$bLet\'s get to work, $r.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12790,2,74,68,0,4395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,10200,0,0,0,0,0,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,1090,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learning to Leave and Return: the Magical Way','Archmage Celindra at The Violet Gate in Dalaran wants you to use the Teleport to Violet Stand Crystal and the Teleport to Dalaran Crystal.','Just in case you don\'t already know, you can use the crystal on the platform behind me to teleport to the Violet Stand in Crystalsong Forest beneath Dalaran.$B$BCorrespondingly, you can use the crystal at the stand below to return to the chamber above me.$B$BI would like for you to do this now.','','Excellent, $c. Now you know the way to get down to Crystalsong Forest and also how to return.','I sense that you haven\'t yet tested out both of the teleport crystals.$B$BThat\'s alright, take your time.','Return to Archmage Celindra at the Violet Gate in Dalaran.',-191229,-191230,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Teleport to Violet Stand Crystal used','Teleport to Dalaran Crystal used','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12791,2,74,74,0,4395,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,12796,12790,1,0,10200,0,0,0,0,0,0,39740,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Magical Kingdom of Dalaran','Deliver the Kirin Tor Signet to Archmage Celindra at The Violet Gate in Dalaran.','Hello, $N. You may or may not be aware that we Kirin Tor moved our city here to Northrend.$B$BNo longer does Dalaran sit under its protective dome on the shores of Lordamere Lake. Now the city magically floats above the Crystalsong Forest.$B$BWe believe you to be ready for your journey to the city. Speak with me again and I will cast a spell of teleportation to transport you there.$B$BWhen you arrive, seek out Archmage Celindra and give her my signet as proof that we spoke.','','Welcome to Dalaran.$b$bI\'ll see to it that the ring is returned.','Greetings, $c.','Speak to Archmage Celindra at the Violet Gate in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39740,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12792,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12789,0,1,6000,12600,0,0,0,0,0,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,0,0,0,0,0,571,5188.45,-2204.1,1,'First Things First','Commander Kunz at Argent Stand wants you to report to Sergeant Riannah at Light\'s Breach.','Listen up, $r!$b$bThis entire region is full of crises. Everywhere you look you\'ll find those who could use your assistance.$b$b$b$bNo one needs your help right now more than Riannah. The scourge have forced their way between us, leaving her and those she commands isolated.$b$bLight\'s Breach, where her forces are holding out, lies just southwest of here.','','My report must have made it through to Kunz.$b$bIt is good to know that he is well.',NULL,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,12340), (12793,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12789,0,1,6000,12600,0,0,0,0,0,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,0,0,0,0,0,571,5188.45,-2204.1,1,'Smoke on the Horizon','Khufu in Zim\'Torga wants you to travel to Light\'s Breach and report to Sergeant Riannah there.$b$bMaaka will provide you with transportation there.','You hear that, $r?$b$bThe clamor of battle far to the west reaches us here, even over the din of our own struggle.$b$bThe Scourge are threatening to break through the lines of those calling themselves the Argent Crusade. Preventing this is as urgent as anything in the region.$b$bTravel to Light\'s Breach and join in their struggle. Speak to Maaka and he will provide you safe passage.','','The Light shall prevail!',NULL,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,12340), (12794,2,74,74,0,4395,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,12796,12790,1,0,10200,0,0,0,0,0,0,39740,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Magical Kingdom of Dalaran','Deliver the Kirin Tor Signet to Archmage Celindra at the Violet Gate in Dalaran.','Hello, $N. You may or may not be aware that we Kirin Tor moved our city here to Northrend.$B$BNo longer does Dalaran sit under its protective dome on the shores of Lordamere Lake. Now the city magically floats above the Crystalsong Forest.$B$BWe believe you to be ready for your journey to the city. Speak with me again and I will cast a spell of teleportation to transport you there.$B$BWhen you arrive, seek out Archmage Celindra and give her my signet as proof that we spoke.','','Welcome to Dalaran.$b$bI\'ll see to it that the ring is returned.','Greetings, $c.','Speak to Archmage Celindra at the Violet Gate in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39740,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12795,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12630,0,0,12503,1,6000,12600,0,0,0,0,0,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,0,0,0,0,0,571,5437.62,-2571.06,0,'Taking a Stand','Bloodrose Datura at Ebon Watch wants you to speak with Commander Falstaav at The Argent Stand.','A few moments ago I spotted a signal flare over the treeline to the east.$b$bThat can only mean that things are not going smoothly for the Crusaders at Argent Stand.$b$bI cannot leave our post here, $r, but you can. When time permits, make your way up to Commander Falstaav and see if there\'s anything you can do to lighten their burden.','','As it happens there is something you can do to be of assistance, $c.',NULL,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,12340), (12796,2,74,74,0,4395,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12796,12790,1,0,10200,0,0,0,0,0,0,39740,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Magical Kingdom of Dalaran','Deliver the Kirin Tor Signet to Archmage Celindra at The Violet Gate in Dalaran.','Hello, $N. You may or may not be aware that we Kirin Tor moved our city here to Northrend.$B$BNo longer does Dalaran sit under its protective dome on the shores of Lordamere Lake. Now the city magically floats above the Crystalsong Forest.$B$BWe believe you to be ready for your journey to the city. Speak with me again and I will cast a spell of teleportation to transport you there.$B$BWhen you arrive, seek out Archmage Celindra and give her my signet as proof that we spoke.','','Welcome to Dalaran.$b$bI\'ll see to it that the ring is returned.','Greetings, $c.','Speak to Archmage Celindra at the Violet Gate in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39740,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12797,2,78,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12547,0,0,12546,4,53000,97200,0,0,0,0,0,0,38708,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back Through the Waygate','Bring the Omega Rune to the Avatar of Freya at the Rainspeaker Rapids in Sholazar Basin.','You speak the truth, $r. I can sense the very essence of Sholazar Basin begin to fray by the blight of undeath even as we speak.$B$BI\'ve bound my being into the rune, $r. Deliver it to she who sent you here -- for only her power can grant me passage to her lands.','','You\'ve done well.$b$bWoe unto our enemies. Woe unto those who serve the Lich King and threaten the titans\' creations -- for the Etymidian is here.','You\'ve returned, $n.','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38708,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12798,1,25,20,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,42922,1,0,256,1,0,0,0,0,0,0,0,0,0,0,0,0,39897,39895,39894,0,0,0,1,1,1,0,0,0,909,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swords Deck','Use the Swords Deck to summon a Darkmoon Fortune Teller and give the deck to them.','Now that you have gathered all of the Swords 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.','','Your inscription ability has grown, scribe. 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 Swords. Excellent.','Return to Darkmoon Fortune Teller.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42922,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,0,0,0,12340), (12799,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Siphoning the Spirits','Captain Arnath at Heb\'Valok wants you to collect 5 Ancient Ectoplasms from the Lost Drakkari Spirits at the Pools of Zha\'Jin.','You should be happy he\'s coming, they said. You\'ll enjoy his company, they said....$b$bWell it\'s not as if I had a choice in the matter. Finklestein is the Crusade\'s best alchemist. I suppose I should be honored that he\'s chosen my post to set up shop. But ever since he\'s arrived, I\'ve been relegated to collecting various alchemical ingredients.$b$bSay, $r, how about you give me a hand? Just south of here are some pools that are haunted by spirits of ancient trolls. Collect their ectoplasm for me.','','Thank you, $c.$b$bThis should save my men some precious time.','Good day, $r.$b$bHave you collected the ectoplasm Finklestein asked for?','Return to Captain Arnath at Heb\'Valok in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40066,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12800,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12779,0,0,0,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Lich King\'s Command','Report to Scourge Commander Thalanor at Browman Mill.','The Scarlet Enclave is no more. What remains of the Crusade will be dealt with in Northrend.$B$BWe now turn all of our efforts to Light\'s Hope Chapel. No longer will this affront to your master be allowed to exist!$B$BI have issued my final command. Scourge Commander Thalanor awaits your arrival at the edge of Browman Mill. Go northwest, through the cave, into the Noxious Glade and take the path leading out of the glade to the mill.$B$BDo not fail me, $N.','','The Highlord and the other death knights are preparing to strike! We will squeeze the last remnants of life out of this place.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12801,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12800,0,0,13165,8,33300,9900,50977,53821,0,0,0,0,0,0,0,192,0,0,0,6,0,0,0,0,0,0,0,0,0,38633,38632,0,0,0,0,1,1,0,0,0,0,1098,0,0,0,0,8,0,0,0,0,300000,0,0,0,0,0,0,0,0,'The Light of Dawn','Defeat the forces of the Argent Dawn and uncover the Light of Dawn.$B$BReport to Highlord Darion Mograine should you survive.','The Argent Dawn stands defiantly against us at Light\'s Hope Chapel. They dare oppose the Scourge and for that reason alone they must be destroyed!$B$BThe mighty armies of the Lich King stand at the ready as the final battle for the Plaguelands approaches. Today we ascend into the immortal realm of Scourge heroes!$B$BWhen you are ready for battle, report to Highlord Darion Mograine. It is the highlord who will issue the final march orders and command our armies at Light\'s Hope Chapel.','','There will be no atonement for us, $N. We are forever damned to walk the earth as monsters. While the Lich King may have loosed his grip upon us, the specters of our past will forever haunt our memories.$B$BWe must make amends in the only way we know how: Death...$B$BI ask you now to join me in Acherus as a Knight of the Ebon Blade. Together we will destroy the Lich King and end the Scourge.','','Speak to Highlord Darion Mograine at Light\'s Hope Chapel in Plaguelands: The Scarlet Enclave.',29245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Light of Dawn Uncovered','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,25,0,0,0,0,12340), (12802,2,74,73,0,394,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12042,0,0,12068,5,0,99600,0,0,0,0,0,0,0,0,0,128,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4555.99,-3654.45,0,'My Heart is in Your Hands','Drakuru wants you to bring the Heart of the Ancients to him at Drak\'atal Passage.$b$bYou will need to collect 5 Desperate Mojo to use the elixir there.','$b$bHey, mon! Dis eye of da prophets be great! I been usin\' it to watch ya and I see ya got da heart now! Not bad....$b$bNow ya just gotta bring it to my brazier at Drak\'atal Passage, a short walk east of ya.$b$bYa must drink my elixir at da pedestal to summon me there. This time, ya need ta mix in some desperate mojo from the defenders there for it ta be workin\'.','','Impressive, mon! Fate be kind in bringin\' us together.$b$bSoon I be avengin\' me bruddas by cleansin\' Drak\'Tharon, and you be awarded Drak\'Tharon\'s greatest treasure.',NULL,NULL,0,0,0,0,0,0,0,0,36739,0,0,0,1,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,5,1,0,0,0,0,0,0,12340), (12803,2,78,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12561,1,0,12900,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,'Force of Nature','Travel to the Blight Line, between Rainspeaker Rapids and the Lost Lands in Sholazar Basin and seek the Avatar of Freya.','I\'m not sure about what I saw while flying to the northeast, but to me it looked like a gigantic woman kicking some Scourge butt.$B$BI\'d heard the professor talk about a certain \"lifewarden\" appointed by the titans to look over Sholazar. I might not be a titan historian, but it sounds like she fits the bill.$B$BI also know that if the Scourge cross the border between the Lost Lands and the rest of Sholazar, our expedition\'s as good as dead. What do you say you go look for her and lend a hand?','','You are not of this land. But you also are not with the Scourge.$b$bWhat should I make of you?',NULL,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,12340), (12804,2,76,76,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,62000,126900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Steak Fit for a Hunter','Bring 5 Longneck Grazer Steaks to Korg the Cleaver at the Nesingwary Base Camp.','Sometimes, there\'s nothing worse than a camp full of hunters. They\'re all so busy taking down prey animals that the only meat I get is tough and stringy. That\'s hardly the kind of thing you want to come home to after a long day on the hunt.$B$BLucky for us, though, there is a source of tender, succulent meat nearby. To the south of the river and the camp live longneck grazers. They\'re a perfect source of meat for our hungry hunters. Bring me back the best cuts of meat and we\'ll properly toast our comrades.','','Now that\'s a meal! If anything good came of the shipwreck, it\'s got to be that we\'ve been spared eating nothing but salt beef for the next month! Thank you again, $n.','Did you get those steaks?','Return to Korg the Cleaver at Nesingwary Base Camp in Sholazar Basin.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40394,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12805,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12612,0,0,0,5,65000,128400,0,0,0,0,0,0,40397,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Salvaging Life\'s Strength','The Avatar of Freya wants you to go to the Sundered Shard to the southeast and use the Lifeforce Gem on 8 destroyed Lifeblood Elementals.','The Lifeblood Pillar was toppled over with great force, sending the very earth into an upheaval.$B$BThe elementals that wander the sundered shard carry with them the very life essence that gave the pillar its strength. I cannot allow this energy to be wasted, for only four pillars remain.$B$BHead to the sundered shard, to the southeast, and seek the lifeblood elementals.$B$BUse this gem on their remains to recover their rampant energy. We\'ll need the energy to heal the land when all this is over.','','I thank you, $n. It is a shame that the pillar has fallen, but we must salvage what we can.','Have you recovered the elementals\' energy, $N?','Return to Avatar of Freya at Rainspeaker Rapids in Sholazar Basin.',29303,0,0,0,8,0,0,0,0,40397,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lifeblood Energy Recovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12806,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12807,1,0,13200,0,0,0,0,0,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,7413.6,4218.41,1,'To the Rise with all Due Haste!','Report to Lord-Commander Arete at Death\'s Rise in Icecrown.','Some would say that our most critical mission lies not with the Lich King, but with the utter destruction of the Scarlet Onslaught. I would say that is foolish, but who am I to judge?$B$BDeath\'s Rise is far to the southwest, overlooking the sea along the cliff wall. There you will find Lord-Commander Arete personally overseeing the Onslaught\'s destruction himself.$B$B$B$BDo see to it that you report to him with all due haste. He asked for you personally.','','It\'s about damned time! No doubt that Baron Sliver took his sweet time in sending you to me.$B$BI should have that empty space above his shoulders removed!',NULL,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,12340), (12807,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12806,0,0,12810,1,0,13200,0,0,0,0,0,0,0,0,0,138,2,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Story Thus Far...','Listen to Lord-Commander Arete\'s tale at Death\'s Rise.','We have much to do, but first I believe a short refresher is in order.$B$BWe death knights have a colorful past with our Scarlet friends who idiotically rest comfortably in the harbor below us to the northwest.$B$BWhen you are ready for an earful, speak with me again and I shall provide enlightenment.','Lord-Commander Arete\'s tale listened to.','In their folly, the Argent Crusade has chosen to turn a blind eye upon the presence of the Scarlet Onslaught. We will not.$B$BWe do not care if they might assist in the battle against the Lich King. We do not believe them worthy of existence. We will be their end, once and for all!',NULL,'Speak to Lord-Commander Arete at Death\'s Rise in 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,12340), (12808,2,-1,65,0,-284,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,12809,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Desperate Alliance','Speak with Bishop Lazaril in the new Alliance camp at the Terrace of Light in Shattrath.','Good $n, the Lich King plagues us -- both Horde and Alliance -- with disease and invasion. Only by joining our strengths can the two great cultures of Azeroth survive against his assault.$B$BIn Shattrath, in the Terrace of Light, that alliance has been struck. To aid our struggle against the Lich King, go to the new Alliance camp in the Terrace of Light and speak with Bishop Lazaril.$B$BLight speed, $n.','','$gBrother:Sister; $r, I am proud to stand with you during our days of need. Bless you, and may the clever eyes of your race help find a path to our salvation..',NULL,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,12340), (12809,2,-1,65,0,-284,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,39698,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ironforge','Bishop Lazaril wants you to bring the Light-infused Artifact to High Tinker Mekkatorque in Ironforge.','Our prayers have been answered! Using the concentration of Light from the Naaru of Shattrath, and the shared benedictions from the faithful, we have created holy artifacts of profound power. These artifacts will be our weapon against the Lich King\'s machinations.$B$BTake this, $n. Guard it close, and secure its passage to Ironforge. High Tinker Mekkatorque in Tinkertown will be eager to make use of the artifact\'s power.','','Inconceivably immaculate! This device stores Light energy at levels beyond those of any source yet known! Oh, the possible applications shiver my whiskers and curl my toes. Ho ho! The anti-nocturnal photo-dispersement geno-actuator I could build with this would turn dusk into dawn! The Scourge won\'t know what hit them. We\'ll destroy them all in one pull of a lever!','Hello, $n! Look at you! I see you have grown precisely one-point-seven-three microspans since last I saw you. The airs of Outland have had an effect on you, I am certain of it.','Return to High Tinker Mekkatorque at Tinker Town in Ironforge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39698,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12810,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12807,0,0,12814,5,74000,132300,0,0,0,0,0,0,40551,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood in the Water','Lord-Commander Arete at Death\'s Rise wants you to fill the Gore Bladder with the blood of 10 Ravenous Jaws.','The forces at Onslaught Harbor are heavily reinforced by gryphon riders. You need a mount that will enable you to put them down. But first, we need the components for the ritual that is going to make it all happen.$B$BA great deal of blood is necessary for the ritual to be undertaken.$B$B$B$BThere is a readily available supply down there in the harbor... sharks. Do not return to me until you\'ve filled this bladder with their blood.','','Well done. Take a moment to let the saltwater dry from your skin before we continue.','It\'s not glamorous work, but it is necessary.$B$BNow why is it that we are talking again before you are done, $c?','Return to Lord-Commander Arete at Death\'s Rise in Icecrown.',29391,0,0,0,10,0,0,0,0,40551,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood collected from Ravenous Jaws','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12811,2,-1,65,0,-284,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,12812,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Desperate Research','Speak with Grand Apothecary Putress in the new apothecary camp at the Terrace of Light in Shattrath.','$n, the Lich King plagues us with invasion. To beat him back to his frozen throne, the Horde and Alliance must stand resolute together. In Shattrath, in the Terrace of Light, that alliance has been struck.$B$BTo aid our struggle against the Lich King, go to the new apothecary camp in the Terrace of Light and speak with Grand Apothecary Putress. He leads desperate research to end the zombie plague. His cure is our salvation.$B$BBe swift, $n. Each moment passed is another innocent life lost.','','What a fine, robust specimen you are. We have many experiments to perform and our stable of volunteers is nearly bankrupt. Fresh blood is welcome blood indeed, and your primal blood could fuel hours of research.',NULL,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,12340), (12812,2,-1,65,0,-284,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,40482,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orgrimmar','Grand Apothecary Putress wants you to give the Dual-plagued Brain to Apothecary Karlov in Orgrimmar.','We have a breakthrough! Our zombie specimens have given new insight into the nature of the Scourge\'s plague. They have born rotten, delicious fruit...$B$BTake this box to Orgrimmar. Inside is a head that is infected with the zombie plague, and something else we have devised -- an anti-plague. The two plagues battle within the zombie brain, and that brain is the key to a cure, I am certain of it.$B$BBring the box to my assistant, Apothecary Karlov. He attends Thrall in Orgrimmar.','','Ah, very good. The diseases this rotted head carries are deadly, but we must not shy from danger or from what we find distasteful. Some day, $n, you will learn that damnation is the path to salvation...','Salutations, $n. You come from Shattrath? You have instructions from Grand Apothecary Putress?','Return to Apothecary Karlov in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40482,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12813,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12807,0,0,0,5,74000,132300,0,0,0,0,0,0,40587,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'From Their Corpses, Rise!','Setaal Darkmender at Death\'s Rise has given you the Darkmender\'s Tincture. Apply it to the corpses of 10 of any of the Scarlet Onslaught units found at Onslaught Harbor.','How kind... how generous our lord-commander is. Where he is flowers and sunshine, I am filled only with hatred.$B$BIt is not enough to end their miserable lives... I want them humiliated... debased!$B$BWhat could be more unspeakable than to be turned into that which you hate? To dedicate your existence to eradicating a thing, and then in the end to become it?$B$BHow sad.$B$BTake this tincture northwest to Onslaught Harbor. Apply it to their still corpses and watch what happens, but avoid the cathedral.','','$b$bI\'ll have more of the tincture prepared tomorrow. Until then, be well.','Surely you\'re not done so soon?','Return to Setaal Darkmender at Death\'s Rise in Icecrown.',29398,0,0,0,10,0,0,0,0,40587,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scarlet Onslaught corpse transformed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12814,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12810,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43879,43894,43933,43846,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'ll Need a Gryphon','Deliver an Onslaught Gryphon to Uzo Deathcaller at Death\'s Rise.','What could be more fitting than to take one of their own gryphons to use against them? Go to Onslaught Harbor and take the reins to one of their gryphons from the dead clutches of its rider.$B$BReturn with the gryphon, delivering it to Uzo Deathcaller. He will see to its proper transformation and provide you with further instructions.','','Oh yeah this is gonna be good!$b$bStand back... I\'m gonna call down the wrath of the blood ritual!','What took so long? Are their gryphons slow? We\'ll have to do something about that.','Return to Uzo Deathcaller at Death\'s Rise in Icecrown.',29406,0,0,0,1,0,0,0,0,40970,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Onslaught Gryphon delivered to Uzo Deathcaller','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12815,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12814,0,0,0,5,74000,132300,0,0,0,0,0,0,40600,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Fly Zone','Uzo Deathcaller at Death\'s Rise wants you to kill 10 Onslaught Gryphon Riders.','Now that you got your bone gryphon, I wantcha to take it back down there everyday and make a no fly zone over Onslaught Harbor.$B$BI gotta admit, mon, I don\'t really care if you use the bone gryphon to kill them gryphon riders or not. But I\'m guessin\' that if you do, you\'ll find it much easier to get to \'em.$B$BBesides, it\'s got lots of neat tricks you can use.','','That\'s the spirit! And you know, I need this done everyday that we\'re here.$b$bI hope you\'ll come back again tomorrow. Your bone gryphon will be waitin\'.','What you back so soon for? I know I can still see those Onslaught boys still flyin\' around down there!','Return to Uzo Deathcaller at Death\'s Rise in Icecrown.',29333,0,0,0,10,0,0,0,0,40600,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12816,2,10,1,0,-368,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Silvermoon','Collect three Dim Necrotic Stones from the Scourge outside Silvermoon and investigate the glowing runic circles near their encampment.','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend Silvermoon 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!','Investigate a circle','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!','Return to Lieutenant Julek in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12817,2,10,1,0,-368,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,250,390,0,0,0,0,0,0,0,0,0,12,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Investigate the Scourge of Exodar','Collect three Dim Necrotic Stones from the Scourge outside the Exodar and investigate the glowing runic circles near their encampment. Then return to Lieutenant Kregor.','The Lich King has sent his undead upon our very doorstep; we cannot remain idle! Surely you will step up to defend the Exodar 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!','Investigate a circle','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!','Return to Lieutenant Kregor in The Exodar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12818,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12819,5,68000,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Clean Up','Jeer Sparksocket at K3 would like 10 pieces of Charred Wreckage.','To the point... Ricket\'s asked me to put together some stronger land mines, but I\'m running low on parts.$B$BJust west of town, you\'ll find the remains of our last rocket sled... Ricket got a little excited when she was fueling it, but I probably should have thought to not put the nozzle right over the exhaust. Live and learn, eh?$B$BThere should be a good stock of spare parts scattered around the destroyed sled... why don\'t you go ahead and chase off those scavengers and nab me some of that wreckage?','','These will do nicely, thanks!$B$BDid you happen to see Dim out there? I sent him out a long while back and he never came back. I hope he\'s alright.$B$BSpeaking of which... I wonder where Janks is...','We have to have something we can use to insulate our engines against this cold... think, Jeer, think!$B$BOh hey! Did you get some of that wreckage for me?','Return to Jeer Sparksocket at K3 in Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40603,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12819,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12818,0,0,12826,5,68000,129600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Just Around the Corner','Jeer Sparksocket at K3 would like Sparksocket\'s Tools retrieved from his minefield.','Blast it! Where are my tools? I had them here just a moment ago.$B$BOh! I probably forgot them when I was setting up that minefield in the west. That\'s mildly inconvenient. I\'d be quite appreciative if you could go get them for me. You\'ll need to watch your step though... you should be able to use the same path that I did to get out.$B$BOh, and don\'t try to fly in... I had the presence of mind to set up turrets to shoot down anything that might fly, and they aren\'t very discerning in who they target.','','Ha ha! These are them! Thank you kindly. I hope you didn\'t have too much trouble traversing the field.','If Janks were here, I could have just sent him on this errand. Oh... on second thought... I\'m not sure I told him where the safe path is anyway.$B$BGood thing I have you resourceful adventure types around, eh?','Return to Jeer Sparksocket at K3 in Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40642,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12820,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12826,0,0,0,5,68000,129600,0,0,0,0,0,0,40676,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,42787,42800,42829,42812,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Delicate Touch','Ricket at K3 wants you to use Improved Land Mines at Garm\'s Bane to fend off 12 attackers from Garm. Both Garm Invaders and Snowblind Followers will count towards this goal.','I\'ve been waiting an eternity for these mines! Well, a few days at least. What took him so long?$B$BHere\'s the low down, compadre... there\'s this nasty bunch of magnataur--you know, big, hairy, and extremely ugly--and they seem pretty keen on taking K3 for themselves.$B$BNot going to happen.$B$BWe\'ve got some defenses set up in their path, northeast of here. Sadly, our laser turrets have pretty limited power supplies... that\'s where these mines come in! Get over there and blow them up good!','','So... here I sat, basking in the awesomeness that is me, and in the distance, I hear a pop! Then another! Then a dozen more! And a smile crept onto my face at the thought of all those magnataur and snobolds eagerly rushing to their own deaths.$B$BWas it glorious?','You got some of their gross little snobold buddies too I hope?','Return to Ricket at K3 in The Storm Peaks.',29618,0,0,0,12,0,0,0,0,0,0,40676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Garm Attackers slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12821,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12828,0,0,12822,5,68000,129600,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Opening the Backdoor','Ricket at K3 would like you to locate the Transporter Power Cell and use it to activate the Transportation Pad at Garm\'s Rise.','The sapper squad is ready. That means it\'s fun time, my dear!$B$BThere\'s only one thing holding us up from our full-scale assault on Garm! I sent a runner to set a teleporter up behind Garm--successfully I might add--and he returned to get the power cell it needs to function. It isn\'t working yet... which means the power cell didn\'t get there.$B$BI need you to look just on the other side of Garm\'s Bane for the power cell. When you find it, bring it farther east to Garm\'s Rise and activate the teleporter.','Garm Teleporter Activated','Excellent!$B$B$B$BLet the destruction begin!','Even magnataur should know not to mess with goblins.','Return to Ricket at K3 in Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12822,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12821,0,0,0,5,68000,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Know No Fear','Ricket at K3 wants you to kill 6 Garm Watchers and 8 Snowblind Devotees.','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.','','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!','Return to Ricket at K3 in Storm Peaks.',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,12340), (12823,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12822,0,0,12824,5,68000,129600,0,0,0,0,0,0,41431,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Flawless Plan','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.','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!','','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.','Return to Gino at Garm\'s Rise in the Storm Peaks.',29999,29626,0,0,1,1,0,0,0,0,41431,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Place Explosive Bundle','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12824,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12823,0,0,0,1,6800,12900,0,0,0,0,0,0,0,0,0,136,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,'Demolitionist Extraordinaire','Return to Ricket at K3.','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!','','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?',NULL,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,12340), (12825,2,78,77,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,0,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,0,0,0,0,0,0,0,0,0,'Expressions of Gratitude','[PLACEHOLDER] Use mini-plane to kamakazi on the gnoll leader.','','',NULL,NULL,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,12340), (12826,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12819,0,0,12820,1,6800,12900,0,0,0,0,0,0,40969,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slightly Unstable','Deliver Jeer\'s Improved Land Mines to Ricket in K3.','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.','','Well, aren\'t these just the cutest little packets of destruction you\'ve ever seen?!','Jeer finished the mines? Dandy.','Return to Ricket at K3 in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12827,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12836,0,0,0,5,68000,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Reclaimed Rations','Ricket at K3 wants you to repossess 16 Dried Gnoll Rations from the nearby Savage Hill Gnolls.','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?','','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?','Return to Ricket at K3 in Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12828,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12836,0,0,0,5,68000,129600,0,0,0,0,0,0,0,0,0,136,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,'Ample Inspiration','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.','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.','','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?','Return to Ricket at K3 in The Storm Peaks.',0,0,0,0,0,0,0,0,0,40686,0,0,0,1,0,0,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,0,0,0,12340), (12829,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,68000,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Moving In','Tore Rumblewrench outside of Crystalweb Cavern wants you to kill 12 Crystalweb Spiders.','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?','','Ha ha! Good to see you\'re up for some dirty work.$B$BMuch appreciated there, pal!','Be careful near that dispenser! Those things are dangerous.','Return to Tore Rumblewrench at Crystalweb Cavern in The Storm Peaks.',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,'Crystalweb Spiders slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12830,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,68000,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Ore Repossession','Tore Rumblewrench outside of Crystalweb Cavern would like you to retrieve 5 samples of Impure Saronite Ore.','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.','','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?','Return to Tore Rumblewrench at Crystalweb Cavern in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12831,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12832,5,68000,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Only Partly Forgotten','An Injured Goblin Miner in Crystalweb Cavern wants you to bring back an Icetip Venom Sac from an Icetip Crawler.','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.','','That should cut it... I hope Ricket can put something together for me. Ready to get out of there, then?','','Return to Injured Goblin Miner at Crystalweb Cavern in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12832,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12831,0,0,0,5,68000,129600,0,0,0,0,0,0,0,0,0,138,2,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,'Bitter Departure','Escort the Injured Goblin Miner out of Crystalweb Cavern and then speak to Ricket at K3.','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 to 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 again, 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?','Return to Ricket at K3 in Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12833,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,5,68000,129600,0,0,0,0,0,0,40676,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overstock','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.','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!','','I like you. In fact, you rock!$b$bYay for you!','Boom! Ha ha!','Return to Ricket at K3 in Storm Peaks.',29618,0,0,0,12,0,0,0,0,40676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Garm Invader slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12834,2,78,77,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,0,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,0,0,0,0,0,0,0,0,0,'Not Rain, Nor Snow, Nor Exploding Plane','[PLACEHOLDER] Test cold-weather bomber on giant.','','',NULL,NULL,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,12340), (12835,2,78,77,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,0,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,0,0,0,0,0,0,0,0,0,'All Grown Up','[PLACEHOLDER] Test Grown Up Jormungar on Giant','','',NULL,NULL,'Return to .',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,12340), (12836,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,68000,129600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Expression of Gratitude','Ricket at K3 wants you to kill Gnarlhide.','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!','','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?','Return to Ricket at K3 in The Storm Peaks.',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,12340), (12837,2,78,77,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,0,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,0,0,0,0,0,0,0,0,0,'Tore\'s Got the Goods','[PLACEHOLDER] Report to Tore','','',NULL,NULL,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,12340), (12838,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12807,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Intelligence Gathering','Aurochs Grimbane at Death\'s Rise wants you to collect 5 Onslaught Intel Documents.','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.','','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?','Return to Aurochs Grimbane at Death\'s Rise in Icecrown.',0,0,0,0,0,0,0,0,0,40652,0,0,0,5,0,0,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,12340), (12839,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12840,5,74000,132300,0,0,0,0,0,0,40666,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand (Admiral\'s) Plan','Deliver the Note from the Grand Admiral to Lord-Commander Arete at Death\'s Rise.','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!','','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','Return to Lord-Commander Arete at Death\'s Rise in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12840,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12839,0,0,12847,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43883,43920,43919,43890,43921,0,1,1,1,1,1,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Strict Confidence','Lord-Commander Arete at Death\'s Rise wants you to beat information out of Captains Welsington and Hartford.','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!','','They resurrected Landgren? He\'s the one that will know where the grand admiral is then!','Where is Grand Admiral Westwind?','Return to Lord-Commander Arete at Death\'s Rise in Icecrown.',29489,29490,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (12841,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12846,0,0,12905,5,0,130800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Crone\'s Bargain','Lok\'lira the Crone inside the Forlorn Mine wants you to retrieve the Runes of the Yrkvinn from Overseer Syra.','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.','','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?','Return to Lok\'lira the Crone at the Forlorn Mine in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12842,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12619,0,0,12848,7,0,7500,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Runeforging: Preparation For Battle','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.','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!','Weapon emblazoned','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','Return to Instructor Razuvious at the Heart of Acherus in Ebon 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,'','','','',4,0,0,0,0,0,0,0,0,0,25,1,1,0,0,0,0,0,12340), (12843,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12846,5,0,130800,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,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,'They Took Our Men!','Gretchen Fizzlespark wants you to go to Sifreldar Village and rescue 5 Goblin Prisoners.','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.','','You did it! Our boys are back!','Did you find our men, $N?','Return to Gretchen Fizzlespark at K3 in Storm Peaks.',29466,0,0,0,5,0,0,0,0,40641,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goblin Prisoner freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12844,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,71000,130800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Equipment Recovery','Gretchen Fizzlespark wants you to obtain 8 pieces of K3 Equipment in Sifreldar Village north of K3.','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.','','Thanks, $N! We\'ll see what we can do to salvage these parts!','Any luck with our equipment, $N?','Return to Gretchen Fizzlespark at K3 in Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12845,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dalaran Teleport Crystal Flag','','','',NULL,NULL,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,12340), (12846,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12843,0,0,12841,3,0,64800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Leave No Goblin Behind','Find the entrance to the Forlorn Mine in northern Sifreldar Village and look for clues for Zeev Fizzlespark\'s whereabouts.','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.','','You\'re definitely not with the Hyldnir... so what are you here for? Ah... you must be looking for the new prisoner!',NULL,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,12340), (12847,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12840,0,0,12852,6,148000,165300,0,0,0,0,0,0,40730,1,0,262272,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Second Chances','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.','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!','','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?','Return to Lord-Commander Arete at Death\'s Rise in Icecrown.',29542,29550,0,0,1,1,0,0,0,0,40730,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Arete\'s Gate summoned','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12848,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12842,0,0,12636,7,0,7500,0,0,0,0,0,0,40732,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Endless Hunger','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!','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.','','As expected, my chosen knight has triumphed! You are ready, $N.','Two lives, one key... Do not fail me, $N.','Return to Instructor Razuvious at the Heart of Acherus in Ebon Hold.',29519,0,0,0,1,0,0,0,0,0,0,40732,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unworthy Initiate dominated','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12849,0,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12657,0,0,0,7,0,7500,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Power Of Blood, Frost And Unholy','','','','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!',NULL,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,1,1,1,5,0,0,0,0,12340), (12850,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12657,0,0,12670,1,0,480,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Report To Scourge Commander Thalanor','Report to Scourge Commander Thalanor at the balcony on the first floor of Ebon Hold.','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;! ','','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',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,5,1,66,0,0,0,0,0,12340), (12851,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12972,0,0,12856,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Going Bearback','Brijana at Brunnhildar Village wants you to mount Icefang and shoot 7 Frostworgs and 15 Frost Giants in the Valley of Ancient Winters.','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.','','Perhaps you do have the heart of a warrior.$b$bTime will tell...','Have you survived the battle, $N?','Return to Brijana at the Valley of Ancient Winters in The Storm Peaks.',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,'Frostworgs Burned','Frost Giants Burned','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12852,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12847,0,0,0,6,148000,165300,0,0,0,0,0,0,40917,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,44034,44033,44017,44035,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Admiral Revealed','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.','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.','','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?',NULL,'Return to Lord-Commander Arete at Death\'s Rise in Icecrown.',29627,0,0,0,1,0,0,0,0,40917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Grand Admiral Westwind dealt with','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12853,2,78,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6800,12900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Luxurious Getaway!','Speak to Jeer Sparksocket at K3 in the Storm Peaks.','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.\"','','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?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,3,1,0,0,0,0,0,0,12340), (12854,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'On Brann\'s Trail','Retrieve the Burlap-Wrapped Note from Brann\'s camp and return it to Archaeologist Andorin at Frosthold.','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.','','$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?','Return to Archaeologist Andorin at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12855,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12858,5,74000,132300,0,0,0,0,0,0,41430,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sniffing Out the Perpetrator','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.','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. ','','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?','Use the communication device and speak to whomever you can contact.',29677,0,29695,0,1,0,1,0,0,0,41430,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Track down thief','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12856,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12851,0,0,13063,5,74000,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,0,0,0,0,0,0,0,0,0,0,0,'Cold Hearted','Brijana, just east of Brunnhildar Village, wants you to fly to Dun Niffelem, then free 3 Captured Proto-Drakes and rescue 9 Brunnhildar Prisoners.','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.','','Your efforts appear to have been successful, sister.$b$bYou have brought glory to the Brunnhildar!','Was your mission successful, $gbrother:sister;?','Return to Brijana in the Valley of Ancient Winters in the Storm Peaks.',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,'Rescued Brunnhildar Prisoners','Freed Proto-Drakes','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12857,2,75,74,0,66,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,118000,157200,0,0,0,0,0,0,0,0,0,136,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,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Ragemane\'s Flipper','Recover Ragemane\'s Flipper and return it to Chief Rageclaw at Light\'s Breach in Zul\'Drak.','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.$B','','$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. ','Return to Chief Rageclaw at Light\'s Breach in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41115,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12858,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12855,0,0,12860,5,74000,132300,0,0,0,0,0,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pieces to the Puzzle','Gather 6 Inventor\'s Disk Fragments and use them to assemble the Inventor\'s Disk.','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.','','Wonderful! Now that we have the disk, you must use it to open the Inventor\'s vault!','Did you complete the disk?','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Archaeologist Andorin at Frosthold to replace it.',0,0,0,0,0,0,0,0,0,41130,0,0,0,6,0,0,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,12340), (12859,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,41131,1,0,128,32,0,0,0,0,41755,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'This Just In: Fire Still Hot!','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.$B','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!','','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?','Return to Elder Shaman Moky at Light\'s Breach in Zul\'Drak.',29692,0,0,0,15,0,0,0,0,0,0,41131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hut Fire Doused','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12860,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12858,0,0,13415,5,74000,132300,0,0,0,0,0,0,41179,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Data Mining','Use the Inventor\'s Disk to retrieve 7 pieces of Hidden Data from the Databanks.','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.','','$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?','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Archaeologist Andorin at Frosthold to replace it.',29752,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,41179,0,0,0,0,0,1,0,0,0,0,0,'Hidden Data gathered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12861,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,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,'Trolls Is Gone Crazy!','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.','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.','','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?','Return to Chief Rageclaw at Light\'s Breach in Zul\'Drak.',29686,0,0,0,8,0,0,0,0,0,0,41161,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Captured Rageclaw Freed','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (12862,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,1,6800,12900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'When All Else Fails','Speak to Ricket to make use of Ricket\'s D16 Propelled Delivery Device to enter further into Storm Peaks.','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','','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?',NULL,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,12340), (12863,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12864,1,6800,12900,0,0,0,0,0,0,41336,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Offering Thanks','Bring the crate of medical supplies to Glorthal Stiffbeard in Frosthold.','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.','','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.','Return to Glorthal Stiffbeard at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12864,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12863,0,0,12866,5,68000,129600,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing Scouts','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.','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.','Locate Missing Scout','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.',NULL,'Return to Glorthal Stiffbeard at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12865,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,12867,5,68000,129600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,42789,42802,42814,42833,0,0,1,1,1,1,0,0,1126,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loyal Companions','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.','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.','','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.','Return to Fjorlin Frostbrow at Frosthold in The Storm Peaks.',29816,0,0,0,8,0,0,0,0,41340,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormcrest Eagles fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12866,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12864,0,0,12868,5,68000,129600,0,0,0,0,0,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,1126,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stemming the Aggressors','Glorthal Stiffbeard at Frosthold wants you to kill 8 Frostfeather Screechers and 8 Frostfeather Witches.','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?','','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.','Return to Glorthal Stiffbeard at Frosthold in The Storm Peaks.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (12867,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12865,0,0,0,5,68000,129600,0,0,0,0,0,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,1126,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Baby Stealers','Fjorlin Frostbrow at Frosthold would like you to bring back 15 Stormcrest Eagle Eggs.','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.','','Good stuff, $G lad:lass;. 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.','Return to Fjorlin Frostbrow at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12868,2,78,77,0,67,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,12866,0,0,0,6,136000,162000,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43185,43186,43188,43187,0,0,1,1,1,1,0,0,1126,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sirana Iceshriek','Glorthal Stiffbeard at Frosthold wants you to kill 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.','','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.','Return to Glorthal Stiffbeard at Frosthold in The Storm Peaks.',29794,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12869,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,68000,129600,0,0,0,0,0,0,42159,1,57049,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pushed Too Far','Fjorlin Frostbrow at Frosthold wants you to ride with a Stormcrest Eagle and kill 16 Stormpeak Wyrms in the Foot Steppes.','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.','','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.','Return to Fjorlin Frostbrow at Frosthold in The Storm Peaks.',29753,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,42159,0,0,0,0,0,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12870,2,78,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,68000,129600,0,0,0,0,0,0,0,0,0,136,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Relics','Return 10 Relics of Ulduar to Rork Sharpchin in Frosthold.','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!','','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?','Return to Rork Sharpchin at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12871,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12872,0,0,12873,1,7400,13200,0,0,0,0,0,0,41258,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aid from the Explorers\' League','Take Norgannon\'s Shell to Lagnus at Frosthold.','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.','','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!','Return to Lagnus at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,40971,0,0,0,1,0,0,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,12340), (12872,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13415,0,0,0,5,74000,132300,0,0,0,0,0,0,44704,1,0,128,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,1068,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Norgannon\'s Shell','Recover Norgannon\'s Shell from Archivist Mechaton.','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.','','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!','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Archaeologist Andorin at Frosthold to replace it.',0,0,0,0,0,0,0,0,0,44704,0,0,0,1,0,0,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,12340), (12873,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12871,0,0,12874,1,7400,13200,0,0,0,0,0,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,1126,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Frostborn King','Speak to Yorg Stormheart in Frosthold.','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.','','Norgannon\'s Core? Never heard of it. I might well know someone that has though.',NULL,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,12340), (12874,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12873,0,0,12875,5,74000,132300,0,0,0,0,0,0,0,0,0,136,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,1126,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fervor of the Frostborn','Yorg Stormheart at Frosthold has requested that you speak to Fjorlin Frostbrow to secure a ride and face your challenge.','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.','','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?','Return to Yorg Stormheart at Frosthold in The Storm Peaks.',30142,0,0,0,1,0,0,0,0,42624,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12875,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12874,0,0,12877,5,74000,132300,0,0,0,0,0,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,1126,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Experienced Guide','Locate Drom Frostgrip.','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.','','$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.',NULL,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,12340), (12876,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1126,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unwelcome Guests','Fjorlin Frostbrow at Frosthold wants you to kill 10 Stormforged Invaders.','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.','','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?','Return to Fjorlin Frostbrow at Frosthold in The Storm Peaks.',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,'Stormforged Invaders slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12877,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12875,0,0,12986,5,74000,132300,0,0,0,0,0,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,1126,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lonesome Watcher','Recover Frostgrip\'s Signet Ring from an Iron Dwarf Monitor and then bring it to Creteus in the Foot Steppes.','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.','','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.','Return to Creteus at The Foot Steppes in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12878,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12986,0,0,12879,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Hidden Relic','Creteus in the Foot Steppes has provided you with the information to locate Norgannon\'s Core.','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.','','',NULL,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,12340), (12879,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12878,0,0,12880,5,74000,132300,0,0,0,0,0,0,41260,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'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?','Return to Creteus at The Foot Steppes in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12880,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12879,0,0,12973,1,7400,13200,0,60888,0,0,0,0,41260,1,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Master Explorer','Bring Norgannon\'s Core to Brann Bronzebeard in the Engine of the Makers.','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.','','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?','Return to Brann Bronzebeard at the Engine of the Makers in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12881,2,80,77,0,67,0,0,0,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,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,'The Brothers Bronzebeard','','','',NULL,NULL,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,12340), (12882,2,78,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,68000,129600,0,0,0,0,0,0,0,0,0,136,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ancient Relics','Return 10 Relics of Ulduar to Olut Alegut at the Grom\'arsh Crash-site.','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.','','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?','Return to Olut Alegut at the Grom\'arsh Crash-Site in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12883,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12902,0,0,12884,5,118000,125700,0,0,0,0,0,0,41262,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orders From Drakuru','Return the Orders From Drakuru to Crusader Lord Lantinga at Light\'s Breach in Zul\'Drak.','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!','','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...','Return to Crusader Lord Lantinga at Light\'s Breach in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41262,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (12884,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12883,0,0,12630,2,0,31500,0,0,0,0,0,0,41262,1,0,128,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ebon Watch','Deliver the Orders From Drakuru to Stefan Vadu at Ebon Watch in Zul\'Drak.','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.','','$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.\n','What have you got there, $r?','Report to Stefan Vadu at Ebon Watch in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41262,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12885,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12872,0,0,0,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Exiles of Ulduar','Speak with Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','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.','','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.',NULL,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,12340), (12886,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13062,0,0,13064,6,0,165300,0,0,0,0,0,0,41058,1,0,128,0,0,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,'The Drakkensryd','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.','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.','','Sif... is that you?','Begone!','Return to Thorim at the Temple of Storms in The Storm Peaks.',29800,0,0,0,10,0,0,0,0,41058,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hyldsmeet Drakerider Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12887,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12891,0,12891,5,74000,132300,0,0,0,0,0,0,41265,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,571,8495.49,2657.95,1,'It\'s All Fun and Games','Destroy The Ocular and then report to Baron Sliver at The Shadow Vault.','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.','','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!','Return to Baron Sliver at The Shadow Vault in Icecrown.',29803,0,0,0,1,0,0,0,0,41265,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ocular has been destroyed','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12888,2,80,77,0,67,0,0,0,0,0,202,400,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,41267,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'SCRAP-E','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.','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.','','','','Return to SCRAP-E at the Inventor\'s Library in the Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12889,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12888,0,0,0,4,58000,99300,55252,55254,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prototype Console','Interact with the Prototype Console in The Inventor\'s Library.','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.','','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.',NULL,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,12340), (12890,2,79,77,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,0,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,0,0,0,0,0,0,0,0,0,'If Size Mattered...','','','',NULL,NULL,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,12340), (12891,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12893,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I Have an Idea, But First...','Baron Sliver at The Shadow Vault has asked you to collect a Cultist Rod, an Abomination Hook, a Geist Rope, and 5 Scourge Essences.','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.','','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.','Return to Baron Sliver at The Shadow Vault in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12892,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,12891,0,12891,5,74000,132300,0,0,0,0,0,0,41265,1,0,262272,0,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,5,0,0,0,0,0,0,0,0,0,571,8495.49,2657.95,1,'It\'s All Fun and Games','Destroy The Ocular and then report to Baron Sliver at The Shadow Vault.','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.','','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!','Return to Baron Sliver at The Shadow Vault in Icecrown.',29803,0,0,0,1,0,0,0,0,41265,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ocular has been destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12893,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12891,0,0,0,6,148000,165300,0,0,0,0,0,0,41366,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,43874,43926,43925,43849,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Free Your Mind','Baron Sliver at the Shadow Vault wants you to use the Sovereign Rod on the corpses of Vile, Lady Nightswood, and The Leaper.','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!','','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!','Return to Baron Sliver at The Shadow Vault in Icecrown.',29845,29846,29847,0,1,1,1,0,0,0,0,41366,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile turned','Lady Nightswood turned','The Leaper turned','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12894,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12883,0,0,12903,2,0,31500,0,0,0,0,0,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,1106,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crusader Forward Camp','Seek out Crusader MacKellar at the Crusader Forward Camp in Zul\'Drak.','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!','','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!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,396,396,0,0,0,0,0,0,12340), (12895,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12909,5,74000,132300,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Bronzebeard','Retrieve the Burlap-Wrapped Note from Brann\'s camp and return it to Boktar Bloodfury at the Grom\'arsh Crash-Site.','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.','','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?','Return to Boktar Bloodfury at the Grom\'arsh Crash-Site in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12896,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12893,0,0,12898,6,148000,165300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'If He Cannot Be Turned','Defeat General Lightsbane and then report your success back to Thassarian aboard the gunship, The Skybreaker.','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!','','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?','Return to Thassarian at the Skybreaker in Icecrown.',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,12340), (12897,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12893,0,0,12899,6,148000,165300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'If He Cannot Be Turned','Defeat General Lightsbane and then report your success back to Koltira Deathweaver aboard the gunship, Orgrim\'s Hammer.','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!','','General Lightsbane and his forces are defeated? The Shadow Vault is taken?',NULL,'Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',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,12340), (12898,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12896,12938,0,12938,1,7400,13200,0,0,0,0,0,0,0,0,0,136,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadow Vault','Report back to Baron Sliver at 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.','','Good of you to return. As you can see, we have our hands full here.',NULL,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,12340), (12899,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12897,12938,0,12938,1,7400,13200,0,0,0,0,0,0,0,0,0,136,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Shadow Vault','Report back to Baron Sliver at 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.','','Good of you to return. As you can see, we have our hands full here.',NULL,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,12340), (12900,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13063,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,136,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,'Making a Harness','Astrid Bjornrittar in Brunnhildar Village wants you to obtain 3 Icemane Yeti Hides.','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.','','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.','Return to Astrid Bjornrittar at Brunnhildar Village in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (12901,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12894,0,0,0,5,0,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Making Something Out Of Nothing','Engineer Reed at Crusader Forward Camp in Zul\'Drak has asked that you recover 10 pieces of Scourge Scrap Metal.','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.','','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.','Return to Engineer Reed at Crusader Forward Camp in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,41399,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12902,2,75,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12883,4,0,94200,0,0,0,0,0,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,1106,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Search Of Answers','Search Rageclaw Den for a clue about who or what initiated the attacks against the Rageclaw Wolvar.','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.','','There is a scroll floating in the air above the strange altar. This must be what Crusader Lord Lantinga is looking for!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12903,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12894,0,0,0,5,0,126900,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39886,39816,39890,39889,0,0,1,1,1,1,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'That\'s What Friends Are For...','Crusader MacKellar at Crusader Forward Camp has asked that you find Crusader Dargath, Gerk and Burr.','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?','','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!',NULL,'Return to Crusader MacKellar at Crusader Forward Camp in Zul\'Drak.',29468,29455,29454,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crusader Dargath found','Gerk found','Burr found','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12904,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12903,0,0,0,6,124000,158700,0,0,0,0,0,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,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Light Won\'t Grant Me Vengeance','Gerk at Thrym\'s End in Zul\'Drak wants you to kill 15 Vargul.$B','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.','','$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!','Return to Gerk at Thrym\'s End in Zul\'Drak.',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,'Vargul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12905,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12841,0,0,12906,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Mildred the Cruel','Speak to Mildred the Cruel inside the Forlorn Mine.','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.','','I was expecting a replacement for one of my overseers. It\'s about time you showed up.$B$BLet\'s put you to work.',NULL,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,12340), (12906,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12905,0,0,12907,3,36000,65400,0,0,0,0,0,0,42837,1,0,128,0,0,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,'Discipline','Mildred the Cruel at the Forlorn Mine wants you to use the Disciplining Rod on 6 Exhausted Vrykul.','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.','','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.','Return to Mildred the Cruel at The Forlorn Mine in The Storm Peaks.',29886,0,0,0,6,0,0,0,0,42837,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Exhausted Vrykul Disciplined','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12907,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12906,0,0,12908,3,36000,65400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Examples to be Made','Mildred the Cruel at the Forlorn Mine wants you to slay Garhal.','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.','','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?','Return to Mildred the Cruel at The Forlorn Mine in The Storm Peaks.',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,12340), (12908,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12907,0,0,12921,2,0,32700,0,0,0,0,0,0,41428,1,0,262272,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Certain Prisoner','Take Mildred\'s Key to Lok\'lira the Crone in the Forlorn Mine.','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.','','I knew you\'d be back! Get me out of these shackles and I\'ll help you find the goblin.','It\'s about time.','Return to Lok\'lira the Crone at Snowblind Terrace in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12909,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12895,0,0,12910,1,7400,13200,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Nose Knows','Speak with Khaliisi at the foot of the mountain east of the Grom\'arsh Crash-Site.','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.','','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!',NULL,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,12340), (12910,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12909,0,0,12913,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sniffing Out the Perpetrator','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.','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.','','$b$b','Who... who\'re you?','Use Brann\'s Communicator to speak with Brann Bronzebeard.',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,'Track scent to its source','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12911,2,80,1,0,3896,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Kill Credit Test','/wave at Kill Credit Test','/wave at me and I\'ll assign \'kill credit to player\' to you.','',NULL,NULL,'Return to Kill Credit Test.',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,'Working','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12912,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12894,0,0,12914,1,0,12600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Great Storm Approaches','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.','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.','','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.',NULL,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,12340), (12913,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12910,0,0,12917,1,7400,13200,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speak Orcish, Man!','Speak with Moteha Windborn at the Grom\'arsh Crash-Site.','$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','','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.',NULL,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,12340), (12914,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12912,0,0,12916,5,0,126900,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gymer\'s Salvation','Engineer Reed at Crusader Forward Camp in Zul\'Drak wants you to bring him 6 Banshee Essence and 6 Diatomaceous Earth.','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!','','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.','Return to Engineer Reed at Crusader Forward Camp in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12915,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13064,0,0,0,5,74000,132300,0,0,0,0,0,0,41505,1,0,128,0,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,5,0,0,0,0,2200000,0,0,0,0,0,0,0,0,'Mending Fences','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.','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.','','So, it is done then.$b$bLet us hope it is enough.','Does Fjorn still live, $c?','Return to Thorim at the Temple of Storms in The Storm Peaks.',29503,29375,0,0,1,5,0,0,0,0,41505,41506,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fjorn slain','Stormforged Iron Giants slain','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12916,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12914,0,0,12919,3,0,63600,0,0,0,0,0,0,41507,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'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.','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.','','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.','Return to Gymer at Thrym\'s End in Zul\'Drak.',29928,0,0,0,1,0,0,0,0,0,0,41507,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Enclosure Blown Up','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12917,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12913,0,0,0,5,74000,132300,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Speaking with the Wind\'s Voice','Bring 5 Voices of the Wind to Moteha Windborn at the Grom\'arsh Crash-Site.','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.','','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?','Return to Moteha Windborn at the Grom\'arsh Crash-Site in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12918,2,-1,65,0,-373,0,0,0,0,1101,755,350,0,0,0,0,0,0,0,0,0,0,12918,0,3,0,66300,55534,55790,0,0,0,0,0,0,0,136,0,0,0,0,0,41888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gem Perfection','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Ounhulo in Valgarde.','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.','','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.','Return to Ounhulo at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12919,2,76,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12916,0,0,0,7,186000,190500,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,41826,41829,41844,41845,41846,0,1,1,1,1,1,0,1106,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Storm King\'s Vengeance','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.','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.','','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?','Return to Crusader MacKellar at Crusader Forward Camp in Zul\'Drak.',29943,29872,29895,29821,100,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12920,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,12926,4,58000,99300,0,0,0,0,0,0,40971,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Catching up with Brann','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.','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.','','$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?','Return to Boktar Bloodfury at the Grom\'arsh Crash-Site in The Storm Peaks.',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,'Speak with Brann','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12921,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12908,0,0,12969,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Change of Scenery','Reconvene with Lok\'lira the Crone in Brunnhildar Village.','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.','','You\'re here -- good. I think I know where your goblin is.',NULL,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,12340), (12922,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12956,5,74000,132300,0,0,0,0,0,0,41556,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Refiner\'s Fire','You must collect 10 Furious Sparks from the Seething Revenants at Frostfield Lake and then use the anvil at Fjorn\'s Anvil.','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...$B','','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.','Return to Fjorn\'s Anvil at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12923,2,79,77,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,0,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,0,0,0,0,0,0,0,0,0,'','','','',NULL,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,12340), (12924,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12956,0,0,13009,5,74000,132300,0,0,0,0,0,0,41557,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,42792,42805,42817,42830,0,0,1,1,1,1,0,0,1119,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forging an Alliance','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.','$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.','','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.',NULL,'Return to Njormeld at Dun Niffelem in The Storm Peaks.',0,30126,0,0,0,1,0,0,41557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Fjorn\'s Anvil Brought to Dun Niffelem','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12925,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Aberrations','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.','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.','','You have our thanks, sister. We cannot allow our valiant traditions to be corrupted.','Did you destroy the blighted eggs?','Return to Thyra Kvinnshal at Brunnhildar Village in The Storm Peaks.',-191840,0,0,0,30,0,0,0,0,41612,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,12340), (12926,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12920,0,0,12927,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Pieces of the Puzzle','Use Brann\'s Communicator to contact Brann Bronzebeard and find out what to do next.','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.','','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?','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Moteha Windborn at the Grom\'arsh Crash-Site to replace it.',0,0,0,0,0,0,0,0,0,41130,0,0,0,6,0,0,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,12340), (12927,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12926,0,0,13416,5,74000,132300,0,0,0,0,0,0,41179,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Data Mining','Use the Inventor\'s Disk to retrieve 7 pieces of Hidden Data from the Databanks. ','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.','','$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?','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Morteha Windborn at the Grom\'arsh Crash-Site to replace it.',29752,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,41179,0,0,0,0,0,1,0,0,0,0,0,'Hidden Data gathered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12928,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13416,0,0,0,5,74000,132300,0,0,0,0,0,0,44704,1,0,128,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,'Norgannon\'s Shell','Recover Norgannon\'s Shell from Archivist Mechaton.','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.','','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?','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Morteha Windborn at the Grom\'arsh Crash-Site to replace it.',0,0,0,0,0,0,0,0,0,44704,0,0,0,1,0,0,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,12340), (12929,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12928,0,0,0,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Earthen of Ulduar','Speak with Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','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.','','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.',NULL,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,12340), (12930,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12931,0,12931,5,74000,132300,0,0,0,0,0,0,41615,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rare Earth','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.','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?','','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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,41615,0,0,0,1,0,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,12340), (12931,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12930,0,-12931,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Fighting Back','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.','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.','','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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',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,'Stormforged Attacker slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12932,2,77,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12974,0,0,0,7,195000,192600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Yggdras!','Get in the arena at the Amphitheater of Anguish and defeat Yggdras! Return to Wodin the Troll-Servant to redeem your reward.','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?$B','Yggdras Defeated','Not bad, friend. You might make some gold out here - if you manage to stay alive.',NULL,'Return to Wodin the Troll-Servant at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12933,2,77,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,195000,192600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Magnataur!','Get in the arena at the Amphitheater of Anguish and defeat Stinkbeard! Return to Wodin the Troll-Servant to redeem your reward.','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.','Stinkbeard Defeated','Wow! When I first saw Stinkbeard, I thought you were done for! Nice work!',NULL,'Return to Wodin the Troll-Servant at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12934,2,77,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12933,0,0,0,7,195000,192600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: From Beyond!','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.','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!','Elemental Lord Defeated','Unbelievable! I thought this whole place was going to explode when it first appeared! You really dominated that round!',NULL,'Return to Wodin the Troll-Servant at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12935,2,77,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12934,0,0,0,7,195000,192600,0,0,0,0,0,0,0,0,0,130,2,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Tuskarrmageddon!','Get in the arena at the Amphitheater of Anguish and defeat Orinoko Tuskbreaker! Return to Wodin the Troll-Servant to redeem your reward.','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.','Orinoko Tuskbreaker Defeated','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.',NULL,'Return to Wodin the Troll-Servant at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12936,2,77,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12935,0,0,0,7,195000,192600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Korrak the Bloodrager!','Get in the arena at the Amphitheater of Anguish and defeat Korrak the Bloodrager! Return to Wodin the Troll-Servant to redeem your reward.','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?','Korrak the Bloodrager Defeated','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.',NULL,'Return to Wodin the Troll-Servant at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12937,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12930,0,-12931,0,5,74000,132300,0,0,0,0,0,0,41988,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Relief for the Fallen','Use the Telluric Poultice to heal 8 Fallen Earthen Defenders, then return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','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.','','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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',30035,0,0,0,8,0,0,0,0,41988,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Earthen Defenders healed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12938,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12939,1,0,13200,0,0,0,0,0,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Duke','Speak with Duke Lankral at The Shadow Vault.','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.','','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.',NULL,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,12340), (12939,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12938,0,0,12943,5,74000,132300,0,0,0,0,0,0,41372,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor Challenge','Duke Lankral at The Shadow Vault has asked you to use the Challenge Flag to challenge and defeat 6 Mjordin Combatants.','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','','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?','Return to Duke Lankral at The Shadow Vault in Icecrown.',30038,0,0,0,6,0,0,0,0,41372,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mjordin Combatants challenged and defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12940,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12941,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12942,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,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,'Off With Their Black Wings','Iva the Vengeful in Brunnhildar Village wants you to go to Valkyrion and slay 12 Nascent Val\'kyr.','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.','','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?','Return to Iva the Vengeful at Brunnhildar Village in The Storm Peaks.',29570,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,12340), (12943,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12939,0,0,0,5,74000,132300,0,0,0,0,0,0,41776,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,43857,43912,43980,43945,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shadow Vault Decree','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.','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.','','$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?','Return to Duke Lankral at The Shadow Vault in Icecrown.',29919,0,0,0,1,0,0,0,0,41776,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12944,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12945,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12946,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12947,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12948,2,78,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12936,0,0,0,7,204000,194400,0,0,0,0,0,0,0,0,0,130,2,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,'The Champion of Anguish','Get in the arena at the Amphitheater of Anguish and defeat Vladof the Butcher! Return to Wodin the Troll-Servant to redeem your reward.','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.','Vladof the Butcher Defeated','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!',NULL,'Return to Wodin the Troll-Servant at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12949,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12939,0,0,12951,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get the Key','Vaelen the Flayed at Ufrang\'s Hall has asked you to retrieve the Key to Vaelen\'s Chains.','$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?','','Thank you, $r. Just hand me the key, I\'ll take care of it myself.','Do you have it?','Return to Vaelen the Flayed at The Shadow Vault in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12950,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (12951,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12949,0,0,0,2,19000,33000,0,42666,0,0,0,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,1098,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let the Baron Know','Speak with Baron Sliver at The Shadow Vault.','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.','','What?! We can ill-afford to lose one death knight, let alone an entire contingent!!!',NULL,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,12340), (12952,2,-1,65,0,-373,0,0,0,0,690,755,350,0,0,0,0,0,0,0,0,0,0,12952,0,3,0,66300,55534,55790,0,0,0,0,0,0,0,136,0,0,0,0,0,41888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1067,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gem Perfection','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Carter Tiffens in Vengeance Landing.','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.','','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.','Return to Carter Tiffens at Vengeance Landing in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12953,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,58000,99300,0,0,0,0,0,0,42160,1,0,128,0,0,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,'Valkyrion Must Burn','Use the Valkyrion Harpoon Guns to burn 6 Dry Haystacks.','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.','','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?','Return to Iva the Vengeful at Brunnhildar Village in The Storm Peaks.',30096,0,0,0,6,0,0,0,0,42160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fires Started','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12954,2,77,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,12974,0,0,0,7,195000,192600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Amphitheater of Anguish: Yggdras!','Get in the arena at the Amphitheater of Anguish and defeat Yggdras! Return to Wodin the Troll-Servant to redeem your reward.','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!$B','Yggdras Defeated','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, $gman:woman;.','Return to Wodin the Troll-Servant at Amphitheater of Anguish in Zul\'Drak.',0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12955,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12938,0,0,12999,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43856,43913,43981,43946,43843,0,1,1,1,1,1,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eliminate the Competition','The Leaper at The Shadow Vault wants you to duel and defeat Sigrid Iceborn, Efrem the Faithful, Onu\'zun and Tinky Wickwhistle.','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.','','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!','Return to The Leaper at The Shadow Vault in Icecrown.',30086,30081,30180,30162,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (12956,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,58000,99300,0,0,0,0,0,0,41557,1,0,128,0,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,5,0,0,0,0,2860000,0,0,0,0,0,0,0,0,'A Spark of Hope','You are to bring the Refined Gleaming Ore to Thorim in the Temple of Storms.','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 notice Thorim\'s stern countenance brighten with recognition as you present the ore.','What have you there, little one?','Return to Thorim at the Temple of Storms in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12957,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12931,0,-12957,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Slaves of the Stormforged','Bouldercrag the Rockshaper at Bouldercrag\'s Refuge wants you to free 6 Captive Mechagnomes and kill 3 Stormforged Taskmasters.','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.','','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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',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,'Attempt to free Captive Mechagnome','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12958,2,-1,65,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,13041,0,12958,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shipment: Blood Jade Amulet ','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.','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.$B','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,41989,0,0,0,1,0,0,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,12340), (12959,2,-1,65,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,13041,0,12958,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shipment: Glowing Ivory Figurine','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.','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.$B','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,42104,0,0,0,1,0,0,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,12340), (12960,2,-1,65,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,13041,0,12958,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shipment: Wicked Sun Brooch','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.','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.$B','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,42105,0,0,0,1,0,0,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,12340), (12961,2,-1,65,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,13041,0,12958,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shipment: Intricate Bone Figurine','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.','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.$B','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,42106,0,0,0,1,0,0,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,12340), (12962,2,-1,65,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,13041,0,12958,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shipment: Bright Armor Relic','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.','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.$B','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,42107,0,0,0,1,0,0,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,12340), (12963,2,-1,65,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,13041,0,12958,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shipment: Shifting Sun Curio ','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.','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.$B','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,42108,0,0,0,1,0,0,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,12340), (12964,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12931,0,-12957,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Dark Ore','Bring 5 Ore Samples to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','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.','','$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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12965,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12957,0,-12965,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'The Gifts of Loken','Destroy Loken\'s Fury, Loken\'s Power, and Loken\'s Favor, and return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','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.','','$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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',-192120,-192121,-192122,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Loken\'s Fury destroyed','Loken\'s Power destroyed','Loken\'s Favor destroyed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12966,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12967,0,7400,0,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'You Can\'t Miss Him','King Jokkum in Dun Niffelem wants you to find Njormeld at Fjorn\'s Anvil.','$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.','','Reforging Thorim\'s armor? It can be done.$b$bFirst though, there\'s the matter of the anvil...',NULL,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,12340), (12967,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12966,0,0,0,5,74000,132300,0,55960,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battling the Elements','Njormeld wants you to accompany Snorri to Fjorn\'s anvil and help him kill 10 Seething Revenants.','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.','','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?','Return to Njormeld at Fjorn\'s Anvil in The Storm Peaks.',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,'Seething Revenants slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12968,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,58000,99300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Yulda\'s Folly','Iva the Vengeful at Brunnhildar Village wants you to slay Yulda the Stormspeaker in Valkyrion.','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.','','Yulda had it coming. No one gets away with insulting the Hyldsmeet. Not even one of our own.','Did you find Yulda?','Return to Iva the Vengeful at Brunnhildar Village in The Storm Peaks.',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,12340), (12969,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12921,0,0,12970,3,0,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Is That Your Goblin?','Challenge Agnetta Tyrsdottar in order to save Zeev Fizzlespark. Return to Lok\'lira the Crone in Brunnhildar Village after you\'ve succeeded.','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.','','Well done, young one. It looks like our deal has been satisfied on both our ends.','You\'re back.','Return to Lok\'lira the Crone at Brunnhildar Village in The Storm Peaks.',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,12340), (12970,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12969,0,0,12971,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Hyldsmeet','Listen to Lok\'lira the Crone\'s proposal.','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.','','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.','Return to Lok\'lira the Crone at Brunnhildar Village in The Storm Peaks.',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,'Listen to Lok\'lira\'s proposal','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12971,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12970,0,0,12972,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,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,'Taking on All Challengers','Lok\'lira the Crone in Brunnhildar Village wants you to defeat 6 Victorious 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.','','You\'ve done it, $N. You\'ve bested some of the fiercest fighters the Hyldnir race has to offer.','Yes, $N?','Return to Lok\'lira the Crone at Brunnhildar Village in The Storm Peaks.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12972,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12971,0,0,12851,3,0,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'You\'ll Need a Bear','Speak to Brijana outside Brunnhildar Village.','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.','','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.',NULL,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,12340), (12973,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12880,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,43192,43191,43189,43190,0,0,1,1,1,1,0,0,1068,1126,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Brothers Bronzebeard','Accompany Brann Bronzebeard and his flying machine to Frosthold.','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 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.','Return to Velog Icebellow at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12974,2,77,75,0,66,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,12900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Champion\'s Call!','Seek out Gurgthock at the Amphitheater of Anguish in Zul\'Drak.','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!','','Shifty sent you, eh?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (12975,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,0,0,0,12976,5,74000,132300,0,0,0,0,0,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,1119,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'In Memoriam','King Jokkum in Dun Niffelem wants you to collect 8 Horn Fragments from Thunderfall.','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.','','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?','Return to King Jokkum at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12976,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12975,0,0,0,3,37000,66300,0,0,0,0,0,0,42163,1,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Monument to the Fallen','King Jokkum wants you to bring Hodir\'s Horn Fragments to Njormeld in Dun Niffelem.','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.','','$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?','Return to Njormeld at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12977,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,42164,1,0,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blowing Hodir\'s 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 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 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....','Return to King Jokkum at Dun Niffelem in The Storm Peaks.',30138,30139,0,0,5,5,0,0,0,0,42164,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Niffelem Forefather freed','Restless Frostborn freed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12978,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12957,0,-12965,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Facing the Storm','Bruor Ironbane at Bouldercrag\'s Refuge wants you to kill 10 Nidavelir Stormforged. You may kill Stormforged Champions, Stormforged Magi, or Stormforged War Golems.','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.','','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?','Return to Bruor Ironbane at Bouldercrag\'s Refuge in The Storm Peaks.',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,'Nidavelir Stormforged slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12979,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12980,5,74000,132300,0,0,0,0,0,0,42204,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Armor of Darkness','Bring 4 Dark Armor Samples to Bruor Ironbane at Bouldercrag\'s Refuge.','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.','','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?','Report to Bruor Ironbane at Bouldercrag\'s Refuge in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12980,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12979,12984,0,0,5,74000,132300,0,0,0,0,0,0,42394,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Armor\'s Secrets','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.','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.','','$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?','Return to Bruor Ironbane at Bouldercrag\'s Refuge in The Storm Peaks.',30190,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,42394,0,0,0,0,0,1,0,0,0,0,0,'Armor plate investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12981,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,0,0,12967,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hot and Cold','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.','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 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.','Return to Fjorn\'s Anvil at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,42246,0,0,0,6,0,0,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,12340), (12982,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13085,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43859,43910,43935,43844,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ebon Blade Prisoners','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.','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!','','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?!','Return to Vaelen the Flayed at the Shadow Vault in Icecrown.',30186,0,0,0,8,0,0,0,0,42422,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ebon Blade Prisoners set free','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12983,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,12996,5,0,132300,0,0,0,0,0,0,42838,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last of Her Kind','Astrid Bjornrittar in Brunnhildar Village wants you to rescue an Icemaw Matriarch in the Hibernal Cavern.','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.','','I\'m impressed. I never thought I would see an icemaw matriarch again. Especially not one this size.','Did you find a matriarch?','Return to Astrid Bjornrittar at Brunnhildar Village in The Storm Peaks.',29563,0,0,0,1,0,0,0,0,42838,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icemaw Matriarch Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12984,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12980,12988,0,12988,6,148000,165300,0,0,0,0,0,0,42419,1,0,128,0,0,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,'Valduran the Stormborn','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.','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.','','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.','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',29368,0,0,0,1,0,0,0,0,0,42419,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12985,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,0,0,0,12987,5,74000,132300,0,0,0,0,0,0,42424,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forging a Head','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.','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.','','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?','Return to Njormeld at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,42424,0,0,0,1,0,0,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,12340), (12986,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12877,0,0,12878,5,74000,132300,0,0,0,0,0,0,42679,1,0,128,0,0,0,0,0,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,'Fate of the Titans','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.','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.','','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?','Return to Creteus at The Foot Steppes in The Storm Peaks.',30315,30317,30316,30318,1,1,1,1,0,0,0,42679,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (12987,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,12985,0,0,0,2,19000,33000,0,0,0,0,0,0,42442,1,0,128,0,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,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mounting Hodir\'s Helm','Njormeld wants you to fly to the tip of the northern ice spike in Dun Niffelem and use the Tablets of Pronouncement.','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!','','$b$bThat will do, little $r.$b$bThat will do....','Have you mounted Hodirs Helm, $r?','Return to Njormeld at Dun Niffelem in The Storm Peaks.',30210,0,0,0,1,0,0,0,0,42442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hodir\'s Helm Mounted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12988,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12984,0,-12988,0,5,74000,132300,0,0,0,0,0,0,42441,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroy the Forges!','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.','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.','','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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',30209,30211,30212,0,1,1,1,0,0,0,0,42441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'North Lightning Forge damaged','Central Lightning Forge damaged','South Lightning Forge damaged','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12989,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12900,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,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,'The Slithering Darkness','Astrid Bjornrittar wants you to slay 8 Ravenous Jormungar in the Hibernal Cavern east of Brunnhildar Village.','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.','','The jormungar are vile creatures. You did well in destroying them.','You\'ve returned!','Return to Astrid Bjornrittar at Brunnhildar Village in The Storm Peaks.',29605,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12990,2,-1,0,0,-201,0,0,0,0,0,202,1,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,'The Wormhole','Bring Jon LeCraft the materials he seeks to avoid a swift death, and to get a cool new spell.','Bring me materials and I\'ll teach you how to use your Wormhole Generator.','',NULL,NULL,'Return to Jonathan LeCraft in Designer Island.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12991,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12984,0,-12988,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Hit Them Where it Hurts','Kill 10 Stormforged Artificers and return to Bruor Ironbane at Bouldercrag\'s Refuge.','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.','','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?','Return to Bruor Ironbane at Bouldercrag\'s Refuge in The Storm Peaks.',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,12340), (12992,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13085,-13085,13071,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43929,43858,43927,43911,43928,0,1,1,1,1,1,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crush Dem Vrykuls!','Vile at The Shadow Vault wants you to slay any 15 vrykul in the greater Jotunheim region.','Dem vrykuls at the Jotunheim needs to be crushed!$B$B$N crush dems good!','','$N is my bestest little $r!','Dems vrykuls not killed!','Return to Vile at The Shadow Vault in Icecrown.',29880,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,'Jotunheim vrykul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12993,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12988,12998,0,12998,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Colossal Threat','Retrieve the Colossus Attack Specs and Colossus Defense Specs and bring them to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','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.','','$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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (12994,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,9000,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,42479,1,0,4224,1,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,6,0,0,0,0,0,0,0,0,0,571,7161.34,-2228.97,1,'Spy Hunter','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.','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....','','As you slide the chain back around the denmother\'s neck she licks your face approvingly.','The frostworg denmother looks at you curiously.','Return to Frostworg Denmother at Dun Niffelem in The Storm Peaks.',30222,0,0,0,3,0,0,0,0,42479,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stormforged Infiltrators Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12995,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13084,0,0,0,5,74000,132300,0,0,0,0,0,0,42480,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Leave Our Mark','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.','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.','','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.','Return to Baron Sliver at The Shadow Vault in Icecrown.',30220,0,0,0,15,0,0,0,0,42480,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ebon Blade Banner planted near vrykul corpse','','','',1,273,1,0,0,0,0,0,0,0,1,25,0,0,0,0,0,0,12340), (12996,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12983,0,0,12997,4,0,99300,0,0,0,0,0,0,42481,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Warm-Up ','Astrid Bjornrittar in Brunnhildar Village wants you to use the Reins of the Warbear Matriarch to defeat Kirgaraak.','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.','','Not bad. I was hoping Kirgaraak would snap your neck so I could keep your bear.$B$BJust joking, sister. Well... half-joking. That\'s a really nice bear you\'ve got.','How did it go with the yeti?','Return to Astrid Bjornrittar at Brunnhildar Village in The Storm Peaks.',30221,0,0,0,1,0,0,0,0,42481,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kirgaraak Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12997,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12996,0,0,13061,5,74000,132300,0,0,0,0,0,0,42499,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into the Pit','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.','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.','','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;.','Return to Astrid Bjornrittar at Brunnhildar Village in The Storm Peaks.',30174,0,0,0,6,0,0,0,0,42499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12998,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12993,0,0,13007,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Heart of the Storm','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.','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.','','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.','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',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,'Attempt to secure the Heart of the Storm','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (12999,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12955,0,0,0,1,7400,13200,0,0,0,0,0,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,7659.62,3433.74,1,'The Bone Witch','Speak with The Bone Witch within the cave at Njorndar Village.','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.','','$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!',NULL,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,12340), (13000,2,79,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,71000,130800,0,0,0,0,0,0,44576,1,0,128,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Emergency Measures','Bloodguard Lorga wants you to go to the Gimorak\'s Den to the east and obtain 6 Worg Furs.','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.','','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?','Return to Bloodguard Lorga at the Grom\'arsh Crash-Site in The Storm Peaks.',0,0,0,0,0,0,0,0,0,44576,0,0,0,1,0,0,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,0,0,0,12340), (13001,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,9000,0,0,0,0,0,5,74000,132300,0,61395,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raising Hodir\'s Spear','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.','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.','','Stand back, $r, and behold the fulfilling of a prophecy!','Have you gathered the materials for the spear, $r?','Return to Lorekeeper Randvir at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13002,2,-1,65,0,-373,0,0,0,0,690,755,350,0,0,0,0,0,0,0,0,0,0,12952,0,3,0,66300,55534,55790,0,0,0,0,0,0,0,136,0,0,0,0,0,41888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gem Perfection','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Geba\'li in Warsong Hold.','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.','','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.','Return to Geba\'li at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13003,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,9000,0,13001,0,0,0,6,148000,165300,0,0,0,0,0,0,42769,1,0,4224,1,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thrusting Hodir\'s Spear','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.','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....','','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!',NULL,'Return to Hodir\'s Spear at Dun Niffelem in The Storm Peaks.',30415,0,0,0,1,0,0,0,0,42769,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Wyrm Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13004,2,-1,65,0,-373,0,0,0,0,1101,755,350,0,0,0,0,0,0,0,0,0,0,12918,0,3,0,66300,55534,55790,0,0,0,0,0,0,0,136,0,0,0,0,0,41888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gem Perfection','Return two Huge Citrines, two Dark Jade and two Shadow Crystals to Alestros in Valiance Keep.','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.','','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.','Return to Alestos at Valiance Keep in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13005,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13057,13047,-13005,13047,6,148000,165300,0,0,0,0,0,0,42840,1,0,128,0,0,0,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,'The Earthen Oath','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.','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.','','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?','Return to Thorim at Terrace of the Makers in The Storm Peaks.',30296,30297,0,0,7,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iron Sentinel slain','Iron Dwarf Assailant slain','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13006,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,12987,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Polishing the Helm','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 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.','','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...','Return to Hodir\'s Helm at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13007,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12998,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,136,0,0,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,'The Iron Colossus','Use a Tamed Jormungar to defeat the Iron Colossus and return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge.','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.','','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?','Return to Bouldercrag the Rockshaper at Bouldercrag\'s Refuge in The Storm Peaks.',30300,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13008,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13036,13044,-13008,0,5,68000,129600,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Tactics','Crusade Commander Entari at the Argent Vanguard in Icecrown has asked that you free 8 Webbed Crusaders.','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!','','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?','Return to Crusade Commander Entari at the Argent Vanguard in Icecrown.',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,'Webbed Crusader Freed','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13009,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12924,0,0,13050,5,74000,132300,0,0,0,0,0,0,42700,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A New Beginning','Njormeld wants you to take the Reforged Armor to Thorim at the Temple of Storms.','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.','','$b$bYou have done well, $r, but there remains much to be done.','How have your efforts fared, $c?','Return to Thorim at the Temple of Storms in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13010,2,80,77,0,67,0,0,0,0,0,0,0,1119,0,3000,0,0,0,0,0,13051,0,0,13057,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,42793,42806,42818,42835,0,0,1,1,1,1,0,0,1119,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Krolmir, Hammer of Storms','Thorim wants you to talk to King Jokkum in Dun Niffelem and discover what he knows of Krolmir.','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.','','Words cannot express my gratitude, $c.$b$bYou have served me honorably. Please accept this token of my gratitude.','Back again, little $r?','Return to Thorim at the Temple of Storms in the Storm Peaks.',30327,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Krolmir\'s Fate Discovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13011,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,42732,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jormuttar is Soo Fat...','King Jokkum in Dun Niffelem wants you to slay Jormuttar in Hibernal Cavern.','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.','','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, little $r.','Have you slain Jormuttar?','Return to King Jokkum at Dun Niffelem in The Storm Peaks.',30340,0,0,0,1,0,0,0,0,42732,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13012,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Sardis 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...',NULL,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,12340), (13013,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Beldak 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...',NULL,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,12340), (13014,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Morthie 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...',NULL,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,12340), (13015,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Fargal 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...',NULL,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,12340), (13016,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Northal 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...',NULL,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,12340), (13017,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Jarten 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...',NULL,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,12340), (13018,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Sandrene 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...',NULL,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,12340), (13019,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Thoim 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...',NULL,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,12340), (13020,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Stonebeard 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...',NULL,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,12340), (13021,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Igasho the Elder','','','',NULL,NULL,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,12340), (13022,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Nurgen the Elder','','','',NULL,NULL,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,12340), (13023,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Kilias the Elder','','','',NULL,NULL,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,12340), (13024,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Wanikaya the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13025,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Lunaro the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13026,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,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...',NULL,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,12340), (13027,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Tauros the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13028,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Graymane the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13029,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Pamuya the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13030,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Whurain the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13031,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Skywarden the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13032,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Muraco the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13033,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Arp the Elder','','','','Your spirit burns with life, young $c. I accept the homage you pay, and offer in return this token...',NULL,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,12340), (13034,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13426,0,0,0,5,74000,132300,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Witness and the Hero','Xarantaur, at Camp Tunka\'lo, wants you to read the First History Scroll, the Second History Scroll, and the Third History Scroll.','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.','','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?','Return to Xarantaur at Camp Tunka\'lo in The Storm Peaks.',-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,'Read First History Scroll','Read Second History Scroll','Read Third History Scroll','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13035,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13057,13047,-13005,13047,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Loken\'s Lackeys','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.','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.','','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.','Return to Thorim at Terrace of the Makers in The Storm Peaks.',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,12340), (13036,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13008,1,0,12900,0,0,0,0,0,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,1037,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor Above All Else','Report to Crusade Commander Entari at the Argent Vanguard in Icecrown.','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.','','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.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13037,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Memories of Stormhoof','Speak with Chieftain Swiftspear in Frostfloe Deep, then return to Xarantaur at Camp Tunka\'lo.','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.','','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.',NULL,'Return to Xarantaur at Camp Tunka\'lo in The Storm Peaks.',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,'Ask Chieftain Swiftspear about his memories','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13038,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,42781,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Distortions in Time','Use the Chieftain\'s Totem to close 4 Frostfloe Rifts, then bring the totem to Xarantaur at Camp Tunka\'lo.','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.','','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?','Return to Xarantaur at Camp Tunka\'lo in The Storm Peaks.',30444,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,42781,0,0,0,0,0,1,0,0,0,0,0,'Frostfloe Rifts closed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13039,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13036,13044,-13008,0,5,68000,129600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43828,43841,43829,43831,0,0,1,1,1,1,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defending The Vanguard','Crusader Lord Dalfors at the Argent Vanguard in Icecrown has asked that you kill 15 Forgotten Depths Nerubians.','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!','','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!','Return to Crusader Lord Dalfors at the Argent Vanguard in Icecrown.',30402,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,'Forgotten Depths Nerubians slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13040,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13036,13044,-13008,0,5,68000,129600,0,0,0,0,0,0,0,0,0,136,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Curing The Incurable','Father Gustav at the Argent Vanguard in Icecrown has asked that you bring him 10 Forgotten Depths Venom Sacs.','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.','','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?','Return to Father Gustav at the Argent Vanguard in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13041,2,-1,65,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Finish the Shipment','Bring a Chalcedony to Timothy Jones in Dalaran.','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.','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13042,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12999,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deep in the Bowels of The Underhalls','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.','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.','','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.','Return to The Bone Witch at Njorndar Village in Icecrown.',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,'Information beaten out of Apprentice Osterkilgr','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13043,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13091,6,148000,165300,0,0,0,0,0,0,42772,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,43861,43909,43979,43944,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sum is Greater than the Parts','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.','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?','','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!','Return to The Bone Witch at Njorndar Village in Icecrown.',30404,0,0,0,1,0,0,0,0,42772,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13044,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13045,0,13045,1,0,12900,0,0,0,0,0,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,1037,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'If There Are Survivors...','Speak with Penumbrius at the Argent Vanguard in Icecrown.','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.','','$B$BMy kin will help. Together we will battle the Lich King and his undead legions.\n',NULL,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,12340), (13045,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13044,13070,0,13070,6,136000,162000,0,56923,0,0,0,0,0,0,0,0,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into The Wild Green Yonder','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.','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.','','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.','Return to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.',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,'Captured Crusader Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13046,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,21000,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,42774,1,0,4224,1,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Feeding Arngrim','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.','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.','','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.',NULL,'Return to Arngrim the Insatiable at Dun Niffelem in The Storm Peaks.',30421,0,0,0,5,0,0,0,0,42774,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Arngrim\'s spirit fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13047,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13035,0,0,13108,7,222000,198600,0,0,0,0,0,0,0,0,0,138,2,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,'The Reckoning','Meet Thorim near the Temple of Wisdom. Report the outcome of the fight to King Jokkum in Dun Niffelem.','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.','Witness the Reckoning','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 forefathers\' names, this I swear...$B$BLoken will pay for this!','Ach, $N! It\'s good to see you, little one.','Return to King Jokkum at Dun Niffelem in The Storm Peaks.',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,0,0,12340), (13048,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,42839,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Where Time Went Wrong','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.','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.','','$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?','Return to Xarantaur at Camp Tunka\'lo in The Storm Peaks.',30395,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,42839,0,0,0,0,0,1,0,0,0,0,0,'Lorehammer attuned to Stormhoof\'s time','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13049,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,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,1085,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hero\'s Arms','Recover Stormhoof\'s Spear and Stormhoof\'s Mail and return them to Xarantaur at Camp Tunka\'lo.','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.','','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?','Return to Xarantaur at Camp Tunka\'lo in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42782,42783,0,0,0,0,1,1,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13050,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13009,0,0,13051,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Veranus','Thorim, at the Temple of Storms, wants you to obtain 5 Small Proto-Drake Eggs from the peaks near Brunnhildar Village.','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.','','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?','Return to Thorim at the Temple of Storms in Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42784,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13051,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13050,0,0,13010,3,37000,66300,0,0,0,0,0,0,42797,1,0,128,0,0,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,'Territorial Trespass','Place the Stolen Proto-Dragon Eggs on top of the Broodmother\'s Nest and return to Thorim at the Temple of Storms.','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.','','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.',NULL,'Return to Thorim at the Temple of Storms in Storm Peaks.',30461,0,0,0,1,0,0,0,0,42797,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Veranus Lured','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13052,2,77,77,0,3711,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12523,0,0,0,2,0,32100,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Aerial Surveillance','Professor Calvert wants you to take the flight to Lakeside Landing and speak with Pilot Vic there.','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.','',NULL,NULL,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,12340), (13053,2,77,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,65000,128400,54197,54198,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Looking for Survivors','Help Zak Wobblesprocket complete the Test Flight.','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?','Test Flight',NULL,NULL,'Return to \"Honest\" Max at Bor\'s Fall in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13054,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13055,3,37000,66300,0,0,0,0,0,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,1085,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing Tracker','Look for Tracker Val\'zij inside Gimorak\'s Den, southeast of the Grom\'arsh Crash Site.','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.','','This hurts bad, mon. Don\'t know if I\'m gonna make it.',NULL,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,12340), (13055,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13054,0,0,13056,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Cave Medicine','Tracker Val\'zij, at Gimorak\'s Den, wants you to obtain 1 Jormungar Toxin Gland and 8 Cave Mushrooms.','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. ','','I thank you, mon. I might live another day now.','You back, mon?','Return to Tracker Val\'zij at Gimorak\'s Den in the Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13056,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13055,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,42789,42802,42814,42833,0,0,1,1,1,1,0,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'There\'s Always Time for Revenge','Tracker Val\'zij wants you to slay Gimorak inside Gimorak\'s Den.','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.','','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.',NULL,'Return to Tracker Val\'zij at Gimorak\'s Den in The Storm Peaks.',30167,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13057,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13010,0,0,0,3,0,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Terrace of the Makers','Find Thorim at the southeastern edge of the Terrace of the Makers, just northwest of Dun Niffelem.','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.','','We\'re here, $N. My brother\'s forces will learn the meaning of defeat today.',NULL,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,12340), (13058,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,0,42918,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,43186,43188,43185,43187,0,0,1,1,1,1,0,0,1085,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Changing the Wind\'s Course','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.','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.','','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?','Return to Xarantaur at Camp Tunka\'lo in The Storm Peaks.',-194123,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,42918,0,0,0,0,0,1,0,0,0,0,0,'True timeline restored','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13059,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,0,42928,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,43862,43908,43978,43943,43924,0,1,1,1,1,1,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Revenge for the Vargul','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.','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!','','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?','Return to Bethod Feigr at the Underhalls in Icecrown.',32821,30475,0,0,1,1,0,0,0,0,42928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Challenge issued using Bethod\'s Sword','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13060,2,78,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12824,0,0,0,1,6800,12900,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'When All Else Fails','Speak to Ricket to make use of Ricket\'s D16 Propelled Delivery Device to enter further into Storm Peaks.','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','','$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.',NULL,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,12340), (13061,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12997,0,0,13062,1,7200,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Prepare for Glory','Speak to Lok\'lira the Crone in Brunnhildar Village.','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.','','You\'ve really made it this far. Never would I have thought you\'d progress so quickly among the hyldnir.',NULL,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,12340), (13062,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13061,0,0,12886,2,0,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Lok\'lira\'s Parting Gift','Speak to Gretta the Arbiter in Brunnhildar Village.','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.','','Are you ready to ride, sister? There is no coming back.',NULL,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,12340), (13063,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12856,0,0,12900,3,37000,66300,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deemed Worthy','Brijana wants you to go to Brunnhildar Village and speak with Astrid Bjornrittar.','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.','','So, sister, you think that completing a few simple chores makes you a heroine?$b$bYou shall learn....',NULL,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,12340), (13064,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12886,0,0,12915,4,58000,99300,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sibling Rivalry','Thorim wants you to listen to his story.','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!','','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.','Return to Thorim at the Temple of Storms in The Storm Peaks.',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,'Thorim\'s History Heard','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13065,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Ohanzee the Elder','','','',NULL,NULL,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,12340), (13066,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Yurauk the Elder','','','',NULL,NULL,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,12340), (13067,0,-1,1,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,25716,0,0,0,0,0,0,0,8,0,0,0,0,0,21100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,469,0,0,0,3,3,0,0,0,0,0,0,0,0,0,0,0,0,'Chogan\'gada the Elder','','','',NULL,NULL,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,12340), (13068,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13072,1,7400,13200,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Tale of 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.','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.','','Back! Careful! The plague has gripped me and I\'ll not see it spread to you nor anyone else.',NULL,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,12340), (13069,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'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.','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!','','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!','Return to The Leaper at The Shadow Vault in Icecrown.',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,'Jotunheim Proto-Drakes & their riders shot down','','','',1,1,25,0,0,0,2000,0,0,0,25,20,0,0,0,0,0,0,12340), (13070,0,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13045,13086,0,13086,1,0,12900,0,0,0,0,0,0,0,0,0,128,2,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Cold Front Approaches','Report to Siegemaster Fezzik at the Argent Vanguard in Icecrown.','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.','','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.',NULL,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,12340), (13071,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12992,0,0,0,5,37000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vile Like Fire!','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.','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!','','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!','Return to Vile at The Shadow Vault in Icecrown.',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,'Vrykul buildings set ablaze','','','',33,34,0,0,0,0,0,0,0,0,34,0,0,0,0,0,0,0,12340), (13072,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13068,0,0,13073,5,74000,132300,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Hero Remains','Bring news of Crusader Bridenbrad\'s fate to Highlord Tirion Fordring at Crusaders\' Pinnacle.','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.','','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.',NULL,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,12340), (13073,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13072,0,0,13074,4,58000,99300,0,0,0,0,0,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,1106,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Keeper\'s Favor','Highlord Tirion Fordring at Crusaders\' Pinnacle has requested that you secure passage from Arch Druid Lilliandra and speak to Keeper Remulos in Moonglade.','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.','','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.',NULL,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,12340), (13074,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13073,0,0,13075,5,74000,132300,0,60957,0,0,0,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,0,0,0,0,0,0,0,0,0,'Hope Within the Emerald Nightmare','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.','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.','','Excellent work, young one.','It is good to see that you are safe. Have you recovered the acorns?','Return to Keeper Remulos at the Shrine of Remulos in Moonglade.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13075,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13074,0,0,0,5,74000,132300,0,57678,0,0,0,0,44790,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Boon of Remulos','Return to Crusader Bridenbrad at the Silent Vigil in Icecrown with the Emerald Acorn.','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.','','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 pleased that you heeded my desire to not risk anyone else.$B$BWhy have you come back to me?','Return to Crusader Bridenbrad at Silent Vigil in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13076,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13075,0,0,13077,1,7400,0,0,0,0,0,0,0,0,0,0,392,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Time Yet Remains','Return to Highlord Tirion Fordring at Crusaders\' Pinnacle with news of Emerald Acorn\'s effects.','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.','','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.',NULL,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,12340), (13077,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13076,0,0,13078,4,58000,99300,0,0,0,0,0,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,1106,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Touch of an Aspect','Request the aid of Alexstrasza the Life-Binder at Wyrmrest Temple.','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.','','Greetings to you, $r.$B$BThe concern is clear on your face. Please tell me what troubles you.',NULL,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,12340), (13078,2,80,77,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13077,0,0,13079,5,74000,132300,0,60958,0,0,0,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,0,0,0,0,0,0,0,0,0,'Dahlia\'s Tears','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.','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.','','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.','Return to Alexstrasza the Life-Binder at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13079,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13078,0,0,0,5,74000,132300,0,57680,0,0,0,0,43096,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Boon of Alexstrasza','Bring the Breath of Alexstrasza to Crusader Bridenbrad at the Silent Vigil in Icecrown.','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.','','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?','Return to Crusader Bridenbrad at Silent Vigil in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13080,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13079,0,0,13081,1,7400,13200,0,0,0,0,0,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,1106,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hope Yet Remains','Return to Highlord Tirion Fordring at Crusaders\' Pinnacle with news of the effects of the Breath of Alexstrasza.','$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.','','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.',NULL,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,12340), (13081,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13080,0,0,13082,4,58000,99300,0,0,0,0,0,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,1106,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Will of the Naaru','Request the aid of A\'dal at Shattrath City in Terokkar Forest.','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.','','$B$BI know why you have come.',NULL,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,12340), (13082,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13081,0,0,0,5,74000,132300,0,57787,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Boon of A\'dal','Return to Crusader Bridenbrad at the Silent Vigil in Icecrown.','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.','','$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...$B$B',NULL,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,12340), (13083,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13082,0,0,0,7,222000,198600,0,0,0,0,0,0,44789,1,0,128,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,1106,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Light Within the Darkness','Bring Crusader Bridenbrad\'s Tabard to Highlord Tirion Fordring at Crusaders\' Pinnacle.','$B$BTirion will desire this last remnant of the great crusader.','','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.','Return to Highlord Tirion Fordring at Crusaders\' Pinnacle in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13084,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13085,-13085,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vandalizing Jotunheim','Duke Lankral at The Shadow Vault wants you to burn 10 Vrykul Banners.','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.','','$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.','Return to Duke Lankral at The Shadow Vault in Icecrown.',-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,'Vrykul banners burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13085,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12982,1,0,13200,0,0,0,0,0,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vaelen Has Returned','Speak with Vaelen the Flayed at The Shadow Vault.','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!','','I think I can guess why you\'re here, $n.',NULL,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,12340), (13086,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13070,0,0,0,7,0,194400,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,44015,44014,44013,0,0,0,1,1,1,0,0,0,1106,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Last Line Of Defense','Use an Argent Cannon to destroy 100 Scourge attackers. You must also kill 3 Frostbrood Destroyers.$B$BReturn to Siegemaster Fezzik should you succeed.','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!','','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!','Return to Siegemaster Fezzik at the Argent Vanguard in Icecrown.',30670,30575,0,0,100,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scourge Attackers slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13087,2,-1,65,0,-304,0,0,0,0,1101,185,350,0,0,0,0,0,0,0,0,0,0,13087,0,3,37000,66300,57421,57582,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northern Cooking','Bring four chilled meat to Brom Brewbaster at Valgarde. Chilled meat can be found on any Northrend beast.','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!','','Ya gots me meat! Here is your recipe, I gots cookin to do!','WHERE IS MY MEAT!','Return to Brom Brewbaster at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13088,2,-1,65,0,-304,0,0,0,0,1101,185,350,0,0,0,0,0,0,0,0,0,0,13087,0,3,22000,37500,57421,57582,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northern Cooking','Bring four chilled meat to Rollick Mackreel at Valiance Keep. Chilled meat can be found on any Northrend beast.','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.','','That will keep our recruits fed! Here\'s how you cook it.','The lads need meat for their stew.','Return to Rollick MacKreel at Valiance Keep in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13089,2,-1,65,0,-304,0,0,0,0,690,185,350,0,0,0,0,0,0,0,0,0,0,13089,0,3,37000,66300,57421,57582,0,0,0,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,1067,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northern Cooking','Bring four chilled meat to Thomas Kolichio at Vengeance Landing. Chilled meat can be found on any Northrend beast.','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.','','We can quickly turn this flesh into stew.','The stew awaits...','Return to Thomas Kolichio at Vengeance Landing in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13090,2,-1,65,0,-304,0,0,0,0,690,185,350,0,0,0,0,0,0,0,0,0,0,13089,0,3,37000,66300,57421,57582,0,0,0,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,1085,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Northern Cooking','Bring four chilled meat to Orn Tenderhoof at Warsong Hold. Chilled meat can be found on any Northrend beast.','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.','','I give my thanks to you.','When the meat is present, the stew will be prepared.','Return to Orn Tenderhoof at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13091,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13043,0,0,13121,5,74000,132300,0,57671,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43863,43907,43977,43942,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Art of Being a Water Terror','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.','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!','','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.','Return to The Bone Witch at Njorndar Village in Icecrown.',30644,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jotunheim vrykul slain while possessing a Water Terror','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13092,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reading the Bones','The Bone Witch in Njorndar Village has instructed you to collect 15 Vrykul 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.','','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.','Return to The Bone Witch at Njorndar Village in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13093,0,80,77,0,210,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,8584,1,0,0,0,0,0,0,0,0,0,0,0,0,43090,43135,43094,43134,43141,0,1,1,1,1,1,0,1098,0,0,0,0,1,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.','Return to The Bone Witch in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13094,2,71,68,0,4265,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,188000,48300,0,0,0,0,0,0,0,0,0,136,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,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Have They No Shame?','Librarian Serrah wants you to enter the Nexus and recover Berinand\'s Research.','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.','','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....','Return to Librarian Serrah at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43095,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13095,2,71,68,0,4265,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,188000,48300,0,0,0,0,0,0,0,0,0,136,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,1090,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Have They No Shame?','Librarian Serrah wants you to enter the Nexus and recover Berinand\'s Research.','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.','','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....','Return to Librarian Serrah at the Transitus Shield in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13096,2,78,74,0,4416,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13097,0,0,0,8,272000,259200,0,0,0,0,0,0,0,0,0,136,0,0,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,'Gal\'darah Must Pay','Tol\'mar at Dubra\'Jin wants you to slay Gal\'darah in Gundrak.','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.','','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?','Return to Tol\'mar at Dubra\'Jin in Zul\'Drak.',29306,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gal\'darah Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13097,2,78,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12730,0,0,13096,3,0,64800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Unfinished Business','Har\'koa wants you to speak with Tol\'mar at Dubra\'jin.','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.','','Lissen up, mon. Dere be dangerous work ta be done!',NULL,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,12340), (13098,2,78,74,0,4416,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13099,0,0,0,8,272000,259200,0,0,0,0,0,0,0,0,0,136,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,'For Posterity','Chronicler Bah\'Kini at Dubra\'Jin wants you to enter Gundrak and collect 6 Drakkari History Tablets.','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.','','$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?','Return to Chronicler Bah\'Kini at Dubra\'Jin in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13099,2,78,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13098,3,0,64800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Just Checkin\'','To\'kini wants you to speak to Bah\'kini at Dubra\'Jin.','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?','','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!',NULL,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,12340), (13100,2,-1,65,0,-304,0,0,0,0,1101,185,350,0,0,0,0,0,0,0,0,0,0,13100,0,4,4500,22500,0,0,0,0,0,0,43101,1,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infused Mushroom Meatloaf','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.','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.','','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.','Speak to Orton Bennet at Curiosities & Moore in Dalaran.',0,0,0,0,0,0,0,0,0,43100,0,0,0,4,0,0,43099,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,7,0,0,0,0,0,0,0,12340), (13101,2,-1,65,0,-304,0,0,0,0,1101,185,350,0,0,0,0,0,0,0,0,0,0,13100,0,4,58000,99300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Convention at the Legerdemain','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.','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.','','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!','Speak to Arille Azuregaze at Legerdemain Lounge in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,34747,43128,0,0,0,0,4,1,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (13102,2,-1,65,0,-304,0,0,0,0,1101,185,350,0,0,0,0,0,0,0,0,0,0,13100,0,4,58000,99300,0,0,0,0,0,0,43147,1,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sewer Stew','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.','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.','','This will be consumed in no time! Thanks!','I\'ve got hungry people down here! We need some stew.','Speak to Ajay Green at Cantrips & Crows in Dalaran.',0,0,0,0,0,0,0,0,0,43148,0,0,0,4,0,0,43149,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (13103,2,-1,65,0,-304,0,0,0,0,1101,185,350,0,0,0,0,0,0,0,0,0,0,13100,0,4,4500,22500,0,0,0,0,0,0,43139,1,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cheese for Glowergold','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.','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.','','Aha, this appears to be a fine vintage!','Have you seen a servant with my wine and cheese platter. I am quite peckish!','Speak to Ranid Glowergold at Legendary Leathers in Dalaran.',0,0,0,0,0,0,0,0,0,43138,43137,0,0,6,1,0,43136,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,12340), (13104,2,78,77,0,210,0,0,0,1503,0,0,0,0,0,0,0,0,0,0,0,13086,0,13104,0,1,0,12900,0,0,0,0,0,0,0,0,0,128,0,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Once More Unto The Breach, Hero','Report to the Ebon Watcher in the Valley of Echoes just outside the Breach.','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.','','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...',NULL,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,12340), (13105,2,78,77,0,210,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,13086,0,13104,0,1,0,12900,0,0,0,0,0,0,0,0,0,128,0,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'Once More Unto The Breach, Hero','Report to the Ebon Watcher in the Valley of Echoes just outside the Breach.','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.','','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.',NULL,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,12340), (13106,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7400,13200,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blackwatch','Speak to Darkrider Arly at Blackwatch in Icecrown.','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.','','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.',NULL,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,12340), (13107,2,-1,65,0,-304,0,0,0,0,1101,185,350,0,0,0,0,0,0,0,0,0,0,13100,0,4,58000,99300,0,0,0,0,0,0,43142,1,0,4224,1,0,0,0,0,43016,44113,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mustard Dogs!','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.','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.','','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.','Speak to Archmage Pentarus at Krasus\' Landing in Dalaran.',0,0,0,0,0,0,0,0,0,43143,0,0,0,4,0,0,43144,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,12340), (13108,2,80,77,0,4272,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13047,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,136,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,1119,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whatever it Takes!','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.','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.','','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?','Return to King Jokkum at Dun Niffelem in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13109,2,80,77,0,4272,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13047,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,136,0,0,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,'Diametrically Opposed','King Jokkum at Dun Niffelem wants you to enter the Halls of Lightning and defeat Volkhan.','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.','','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?','Return to King Jokkum at Dun Niffelem in The Storm Peaks.',28587,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Volkhan Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13110,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13139,-13139,0,5,0,129600,0,0,0,0,0,0,43153,1,0,128,32,0,0,0,0,0,0,0,0,0,0,0,0,43833,43832,43835,43834,0,0,1,1,1,1,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Restless Dead','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.','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.','','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.','Return to Father Gustav at the Valley of Echoes in Icecrown.',30546,0,0,0,10,0,0,0,0,0,0,43153,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Restless Soul Freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13111,2,78,74,0,4416,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,272000,259200,0,0,0,0,0,0,0,0,0,136,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,'One of a Kind','Chronicler Bah\'Kini at Dubra\'Jin wants you to enter Gundrak and recover a piece of the Drakkari Colossus.','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.','','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?','Return to Chronicler Bah\'Kini at Dubra\'Jin in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13112,2,-1,65,0,-304,0,0,0,0,690,185,350,0,0,0,0,0,0,0,0,0,0,13112,0,4,58000,99300,0,0,0,0,0,0,43101,1,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Infused Mushroom Meatloaf','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.','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!','','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.','Speak to Orton Bennet at Curiosities & Moore in Dalaran.',0,0,0,0,0,0,0,0,0,43100,0,0,0,4,0,0,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,12340), (13113,2,-1,65,0,-304,0,0,0,0,690,185,350,0,0,0,0,0,0,0,0,0,0,13112,0,4,58000,99300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Convention at the Legerdemain','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.','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.','','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!','Speak to Arille Azuregaze at Legerdemain Lounge in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13114,2,-1,65,0,-304,0,0,0,0,690,185,350,0,0,0,0,0,0,0,0,0,0,13112,0,4,58000,99300,0,0,0,0,0,0,43147,1,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sewer Stew','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.','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. ','','Stew looks good. Thanks for your help.','Make sure there isn\'t any gnome in the stew this time!','Speak to Ajay Green at Cantrips & Crows in Dalaran.',0,0,0,0,0,0,0,0,0,43148,0,0,0,4,0,0,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,12340), (13115,2,-1,65,0,-304,0,0,0,0,690,185,350,0,0,0,0,0,0,0,0,0,0,13112,0,4,58000,99300,0,0,0,0,0,0,43139,1,0,4224,1,0,0,0,0,43016,44113,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cheese for Glowergold','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.','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\'.','','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!','Speak to Ranid Glowergold at Legendary Leathers in Dalaran.',0,0,0,0,0,0,0,0,0,43138,43137,0,0,6,1,0,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,12340), (13116,2,-1,65,0,-304,0,0,0,0,690,185,350,0,0,0,0,0,0,0,0,0,0,13112,0,4,58000,99300,0,0,0,0,0,0,43142,1,0,4224,1,0,0,0,0,43016,44113,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mustard Dogs!','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.','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\'.','','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!','Speak to Archmage Pentarus at Krasus\' Landing in Dalaran.',0,0,0,0,0,0,0,0,0,43143,0,0,0,4,0,0,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,12340), (13117,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13106,0,0,0,4,58000,99300,0,0,0,0,0,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,1098,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Where Are They Coming From?','Investigate a Summoning Altar in the eastern part of the Fleshwerks, then report back to Darkrider Arly at Blackwatch.','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.','','$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?','Return to Darkrider Arly at Blackwatch in Icecrown.',-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,'Summoning Altar investigated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13118,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13125,-13125,0,5,0,129600,0,0,0,0,0,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,1106,1098,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Purging Of Scourgeholme','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.','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.','','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.','Return to The Ebon Watcher at the Valley of Echoes in Icecrown.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (13119,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13117,13134,-13134,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,32,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Destroying the Altars','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.','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.','','$b$bGood. Now, we can focus our efforts on shutting down the rest of the Fleshwerks.','Are the summoning altars in ruins?','Return to Darkrider Arly at Blackwatch in Icecrown.',30742,30744,30745,30950,1,1,1,1,0,0,0,43159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (13120,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13117,13134,-13134,0,5,74000,132300,0,0,0,0,0,0,43229,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Death\'s Gaze','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.','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.','','$b$bWith the eyes of death itself, I watch our enemy. With this knowledge, we will utterly destroy them.','Have you placed those orbs?','Return to Darkrider Arly at Blackwatch in Icecrown.',-192914,-192915,-192916,0,1,1,1,0,0,0,0,43229,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (13121,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13091,0,0,13133,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,571,6818.93,3796.67,1,'Through the Eye','The Bone Witch in Njorndar Village has tasked you with using the Eye of the Lich King to gain information.','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.','','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 her 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!','Return to The Bone Witch at Njorndar Village in Icecrown.',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,'Information gained for The Bone Witch','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13122,2,78,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13125,-13125,0,5,68000,129600,0,0,0,0,0,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,1106,1098,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Scourgestone','The Ebon Watcher at the Valley of Echoes in Icecrown wants you to bring him 15 Scourgestones.','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.','','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.','Return to The Ebon Watcher at the Valley of Echoes in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13123,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,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,0,0,0,0,0,0,0,0,0,'WotLK Collector\'s Edition: - DEM - E - FLAG','','','',NULL,NULL,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,12340), (13124,2,80,77,0,4228,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13126,8,296000,264600,0,0,0,0,0,0,0,0,0,136,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,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Struggle Persists','Raelorasz wants you to enter the Oculus and rescue Belgaristrasz and his companions.','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?','','Listen well, $r.$b$bYour work here has just begun!',NULL,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,12340), (13125,2,79,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13139,-13139,0,7,0,196200,0,0,0,0,0,0,43206,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,43839,43840,43830,43842,0,0,1,1,1,1,0,0,1106,1098,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Air Stands Still','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.','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.','','A hard fought victory, $N! The lieutenants will be replaced, but at least for today the air about Scourgeholme stands still.','Finish them, $N!','Return to The Ebon Watcher at the Valley of Echoes in Icecrown.',30829,30830,30831,0,1,1,1,0,0,0,0,43206,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13126,2,80,77,0,4228,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13124,0,0,13127,8,296000,264600,0,0,0,0,0,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,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Unified Front','Belgaristrasz wants you to destroy 10 Centrifuge Constructs to bring down Varos\' shield. You then must defeat Varos Cloudstrider.','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.','','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!','Return to Image of Belgaristrasz inside the Oculus.',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,'Centrifuge Constructs Destroyed','Varos Cloudstrider Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13127,2,80,77,0,4228,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13126,0,0,13128,8,296000,264600,0,0,0,0,0,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,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mage-Lord Urom','Belgaristrasz wants you to defeat Mage-Lord Urom in the Oculus.','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!','','Victory is in reach, friend.$b$bFocus, for now comes the true test.','Has Mage-Lord Urom been dealt with?','Return to Image of Belgaristrasz inside the Oculus.',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,'Mage-Lord Urom Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13128,2,80,77,0,4228,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13127,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,44338,44339,44340,44341,0,0,1,1,1,1,0,0,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Wing and a Prayer','Belgaristrasz wants you to kill Eregos in the Oculus and then report to Raelorasz at the Transitus Shield in Coldarra.','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.','','$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?','Return to Raelorasz at the Transitus Shield in Borean Tundra.',27656,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ley-Guardian Eregos Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13129,2,74,72,0,4196,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12037,0,0,0,8,224000,199200,0,0,0,0,0,0,43214,1,0,128,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,'Head Games','Kurzel wants you to use Kurzel\'s Blouse Scrap at the corpse of Novos the Summoner, then take the Ichor-Stained Cloth to Mack.','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!','','$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?','Return to Mack Fearsen at Granite Springs in Grizzly Hills.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13130,2,79,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13139,-13139,0,5,0,130800,0,0,0,0,0,0,0,0,0,136,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stone That Started A Revolution','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.','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.','','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?','Return to Crusade Architect Silas at the Valley of Echoes in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13131,2,80,78,0,1196,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,136,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,'Junk in My Trunk','Brigg in Utgarde Pinnacle wants you to find 5 Untarnished Silver Bars, 3 Shiny Baubles, 2 Golden Goblets, and a Jade Statue.','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.$B','','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, $gmatey:ma;?','Return to Brigg Smallshanks in Utgarde Pinnacle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13132,2,80,78,0,1196,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,136,0,0,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,'Vengeance Be Mine!','Brigg in Utgarde Pinnacle wants you to kill King Ymiron.','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.','','Splendid! Mebbe now me mateys be able ta rest in peace.$b$bHere ya go, lad.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?','Return to Brigg Smallshanks in Utgarde Pinnacle.',26861,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'King Ymiron Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13133,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13121,0,0,13137,5,74000,132300,0,0,0,0,0,0,43166,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Find the Ancient Hero','The Bone Witch at Njorndar Village wants you to return with Iskalder.','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!','','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!','Return to The Bone Witch at Njorndar Village in Icecrown.',30880,0,0,0,1,0,0,0,0,43166,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iskalder delivered to The Bone Witch','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13134,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spill Their Blood','Darkrider Arly at Blackwatch wants you to destroy 5 vats of Embalming Fluid and 5 Blood Orbs.','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!','','$b$bYou reek of victory, $n, and that is good news, indeed.','Have you done as I asked?','Return to Darkrider Arly at Blackwatch in Icecrown.',-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,'Blood Orbs shattered','Vats of Embalming Fluid destroyed','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13135,2,79,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13139,-13139,0,5,71000,130800,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'It Could Kill Us All','Crusade Engineer Spitzpatrick at the Valley of Echoes in Icecrown wants you to retrieve 8 pieces of Crystallized Energy.','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.\"','','Ah, this is perfect. The bomber should be up and running in no time.','Did you get the crystallized energy?','Return to Crusade Engineer Spitzpatrick at the Valley of Echoes in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13136,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13134,0,0,0,5,74000,132300,0,0,0,0,0,0,43259,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jagged Shards','Bring 10 Jagged Shards to Crusader Olakin Sainrith at Blackwatch.','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.','','$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?','Return to Crusader Olakin Sainrith at Blackwatch in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13137,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13133,0,0,13142,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,44016,44036,44037,44038,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,7254.48,3641.69,1,'Not-So-Honorable Combat','The Bone Witch in Njorndar Village wants you to defeat Iskalder upon Battlescar Spire.','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!','','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!','Return to The Bone Witch at Njorndar Village in Icecrown.',30924,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Iskalder defeated in battle','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13138,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,43289,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'m Smelting... Smelting!','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.','$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.','','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?','Return to Crusader Olakin Sainrith at Blackwatch in Icecrown.',0,0,0,0,0,0,0,0,0,43289,0,0,0,1,0,0,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,12340), (13139,2,79,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13141,0,13141,5,0,130800,0,0,0,0,0,0,43290,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into The Frozen Heart Of Northrend','Deliver Father Gustav\'s Report to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.$B','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.$B','','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?\n','Return to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13140,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Runesmiths of Malykriss','Bring 5 Runed Saronite Plates to Crusader Olakin Sainrith at Blackwatch.','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.','','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?','Return to Crusader Olakin Sainrith at Blackwatch in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13141,2,79,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13139,13157,0,13157,5,71000,130800,0,0,0,0,0,0,43243,1,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle For Crusaders\' Pinnacle','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.','$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.','Battle for Crusaders\' Pinnacle','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!',NULL,'Return to Father Gustav at the Valley of Echoes in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,43243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13142,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13137,0,0,13213,7,222000,198600,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,44028,44029,44022,44023,44032,0,1,1,1,1,1,0,1098,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Banshee\'s Revenge','The Bone Witch at Njorndar Village has asked you to exact her revenge by challenging and defeating Overthane Balargarde.','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','','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?','Return to The Bone Witch at Njorndar Village in Icecrown.',31016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13143,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13155,0,0,13145,5,74000,132300,0,59187,0,0,0,0,43315,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'New Recruit','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.','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.','','I\'ve chained the wretch to the post over there and I\'ll look into getting my hands on more of them.$B$BNow let\'s 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.','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',31049,0,0,0,1,0,0,0,0,43315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Subdued Lithe Stalker Returned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13144,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38739,39038,39068,39104,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Killing Two Scourge With One Skeleton','Darkrider Arly at Blackwatch wants you to destroy 3 Chained Abominations with Burning Skeletons.','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!','','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?','Return to Darkrider Arly at Blackwatch in Icecrown.',30995,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,'Chained Abominations burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13145,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13143,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43866,43906,43934,43845,0,0,1,1,1,1,0,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Vile Hold','Vereth the Cunning at the Rise of Suffering has requested that you use a Lithe Stalker to scout out Malykriss.','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.','','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.','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',31065,31068,31064,31066,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Altar of Sacrifice explored','Blood Forge explored','Icy Lookout explored','Runeworks explored',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13146,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13145,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Generosity Abounds','Vereth the Cunning wants you to use the Lithe Stalker\'s Iron Chain to drag Scourge Bombs to 4 Lumbering Atrocities inside Malykriss.','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.','','They didn\'t even think to lay a hand on you, did they? At least they\'re predictable.','Did they even see it coming?','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',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,'Scourge Bomb gift delivered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13147,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13145,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Matchmaker','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.','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.','','No need to sacrifice our own men when they are this easily manipulated, eh?','Predictable louts.','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',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,'Worker fight started','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13148,2,-1,77,0,-373,0,0,0,0,0,755,375,0,0,0,0,0,0,0,0,0,0,0,0,0,74000,0,0,0,0,0,0,0,43299,1,0,128,1,0,0,0,0,41596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Necklace Repair','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.','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.$B','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13149,2,80,78,0,4100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13151,8,296000,264600,0,0,0,0,0,0,37888,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,1815,1281,0,'Dispelling Illusions','Chromie wants you to use the Arcane Disruptor on the suspicious crates in Stratholme Past, then speak to her near the entrance to Stratholme.','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.','','You have done well, friend. The plagued grain was exposed to Arthas\' troops.$b$bListen carefully, now. There remains more to be done.',NULL,'Return to Chromie in The Culling of Stratholme.',30996,0,0,0,1,0,0,0,0,37888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plagued Grain Crates Dispelled','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13150,2,77,0,0,-373,0,0,0,0,0,755,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'ZZOLDLost: Widget','Repair the whatsit and return it to Timothy Jones at the Jewelcrafting shop in Dalaran.','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.','',NULL,NULL,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,12340), (13151,2,80,78,0,4100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13149,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,136,0,0,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,'A Royal Escort','Chromie has asked you to accompany Arthas in the Culling of Stratholme. You are to speak with her again after Mal\'Ganis is defeated.','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!','','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.',NULL,'Return to Chromie in The Culling of Stratholme.',31006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mal\'Ganis Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13152,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13144,-13144,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Visit to the Doctor','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.','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.','','$B$BA fitting end for the \'good\' doctor, wouldn\'t you say?','Have you unleashed the doctor\'s creation against him?','Return to Darkrider Arly at Blackwatch in Icecrown.',-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,'Patches freed','Help Patches kill Doctor Sabnok','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13153,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13198,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4876.42,2037.05,0,'Warding the Warriors','Sorceress Kaylana at Wintergrasp Fortress wants you to retrieve 10 sets of Imbued Horde Armor from Horde players at the Glacial Falls.','$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.','','Augh. It\'s still dripping. Couldn\'t you have at least dried it off first?','So, did you find the armor?','Return to Sorceress Kaylana in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13154,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13196,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4687.53,3835.08,0,'Bones and Arrows','Bowyer Randolph at Wintergrasp Fortress wants you to retrieve 10 Quivers of Dragonbone Arrows from Horde players at the Forest of Shadows.','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!','','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.','Return to Bowyer Randolph in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13155,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13143,3,37000,66300,0,0,0,0,0,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,1098,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vereth the Cunning','Report to Vereth the Cunning on the Rise of Suffering in Icecrown.','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.','','The Vile Hold... a testament to how much Arthas hates losing. Let\'s drive the blade deep.',NULL,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,12340), (13156,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13195,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4471.39,4059.05,0,'A Rare Herb','Anchorite Tessa in Wintergrasp Fortress wants you to retrieve 10 Horde Herb Pouches from Horde players in the Steppe of Life.','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!','','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.','Return to Anchorite Tessa in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13157,2,79,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13141,0,0,0,7,0,196200,0,0,0,0,0,0,0,0,0,136,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,1106,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crusaders\' Pinnacle','Seek out Highlord Tirion Fordring at Crusaders\' Pinnacle in Icecrown.','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!','','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\n',NULL,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,12340), (13158,2,77,75,0,4415,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13159,1,6600,12900,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Discretion is Key','Rhonin wants you to go to the Violet Hold in Dalaran and speak with Warden Alturas.','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!','','Not a moment too soon.$b$bAre you prepared to defend Dalaran, $c?',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,12340), (13159,2,77,75,0,4415,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13158,0,0,0,8,260000,256800,0,0,0,0,0,0,42482,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,44342,44343,44344,44345,0,0,1,1,1,1,0,0,1090,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Containment','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.','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.','','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?','Return to Warden Alturas at the Violet Hold in Dalaran.',31134,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cyanigosa Slain','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13160,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13145,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stunning View','Vereth the Cunning at the Rise of Suffering wants you to use a Lithe Stalker\'s heave ability to destroy 12 sleeping Iceskin Sentries.','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.','','Not so much of a threat when they\'re sleeping.','Almost too easy.','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',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,'Iceskin Sentry destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13161,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13164,-13164,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43904,43948,43940,43873,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rider of the Unholy','Vereth the Cunning on the Rise of Suffering wants you to kill Rokir, 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.','','The world will be a much better place without Rokir in it - trust me.','Is it done?','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',31160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13162,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13164,-13164,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43899,43897,43898,43875,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rider of Frost','Vereth the Cunning on the Rise of Suffering wants you to kill Sapph, 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.','','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?','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',31161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13163,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13164,-13164,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43877,43896,43937,43939,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Rider of Blood','Vereth the Cunning on the Rise of Suffering wants you to kill Baelok, 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.','','So he finally lost? Good to hear.','Is he dead?','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',31159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13164,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,44027,44025,44020,44026,0,0,1,1,1,1,0,0,1098,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate of Bloodbane','Vereth on the Rise of Suffering has dispatched you to kill Orbaz 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.','','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?','Return to Vereth the Cunning at Rise of Suffering in Icecrown.',31283,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13165,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,12801,0,0,13166,1,0,480,0,0,0,0,0,0,0,0,0,128,0,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Back Acherus','Use your Death Gate spell to return to Acherus: The Ebon Hold. Report to Highlord Darion Mograine once you arrive.','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!','','The Lich King has returned to Northrend, wounded by the Ashbringer, but the second floor still holds the last of his armies.',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13166,2,55,55,0,-372,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,13165,0,0,0,7,25000,7500,0,0,0,0,0,0,0,0,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle For The Ebon Hold','Slay 10 Scourge and help kill Patchwerk. Return to Highlord Darion Mograine should you succeed.','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!','','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!','Return to Highlord Darion Mograine in Ebon Hold.',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,'','Scourge slain','','',4,0,0,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,12340), (13167,2,74,72,0,4277,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,224000,199200,0,0,0,0,0,0,0,0,0,136,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,'Death to the Traitor King','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.','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.','','$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?','Return to Kilix the Unraveler at the Pit of Narjun in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43411,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13168,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7400,13200,0,0,0,0,0,0,0,0,0,138,2,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,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Parting Gifts','Keritose Bloodblade at the Shadow Vault wants you to use an Eye of Dominion to take control of a captured Eidolon Watcher.','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.','Seize Control of an 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.','Return to Keritose Bloodblade at the Shadow Vault in 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,12340), (13169,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Undead\'s Best Friend','Keritose Bloodblade at the Shadow Vault wants you to use the Eidolon Watcher to feed 18 Hungering Plaguehounds.','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.','','Put them right to sleep, didn\'t it?','No need to be wasteful - those hounds will serve whoever bothers to feed them.','Return to Keritose Bloodblade at the Shadow Vault in Icecrown.',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,'Hungering Plaguehounds fed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13170,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Honor is for the Weak','Keritose Bloodblade at the Shadow Vault would like you to assassinate 20 Restless Lookouts.','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.','','Without even getting your hands dirty.','Hard to lookout for what can\'t be seen.','Return to Keritose Bloodblade at the Shadow Vault in Icecrown.',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,'Restless Lookouts assassinated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13171,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'From Whence They Came','Keritose Bloodblade at the Shadow Vault has sent you to banish 10 Scourge Containment Crystals.','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.','','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.','Return to Keritose Bloodblade at the Shadow Vault in Icecrown.',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,'Banished Scourge Crystals','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13172,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13155,-13155,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43872,43905,43976,43941,43923,0,1,1,1,1,1,0,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seeds of Chaos','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.','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.','','Practically defenseless. It doesn\'t get much easier than that.','Have some fun of it, eh?','Return to Keritose Bloodblade at the Shadow Vault in Icecrown.',31555,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,0,0,0,'Weeping Quarry Undead slaughtered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13173,2,80,77,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,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,'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.','',NULL,NULL,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,12340), (13174,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13155,-13155,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Amidst the Confusion','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.','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.','','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?','Return to Keritose Bloodblade at the Shadow Vault in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13175,2,80,77,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,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,'Regaining Control','','','',NULL,NULL,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,12340), (13176,2,80,77,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,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,'Preparing the Delivery','','','',NULL,NULL,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,12340), (13177,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13179,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Mercy for the Merciless','Commander Zanneth in Wintergrasp Fortress wants you to slay 10 members of the Horde.','Welcome to the Wintergrasp Fortress, $n. Your mission is simple. Defeat ten of the Horde\'s finest. Now, go! Bring victory to the Alliance!','','Glorious! Truly, you are among the champions of the Alliance.','Well, have you completed your mission?','Return to Commander Zanneth in Wintergrasp.',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,0,'Horde members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13178,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13180,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slay them all!','Commander Dardosh in Wintergrasp Fortress wants you to slay 10 members of the Alliance.','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.','','Lok\'tar! Victory for the Horde!','Well, have you completed your mission?','Return to Commander Dardosh in Wintergrasp.',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,0,'Alliance members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13179,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13179,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Mercy for the Merciless','Commander Zanneth in Wintergrasp wants you to slay 10 members of the Horde.','Welcome to the Wintergrasp, $n. Your mission is simple. Defeat ten of the Horde\'s finest. Now, go! Bring victory to the Alliance!','','Glorious! Truly, you are among the champions of the Alliance.','Well, have you completed your mission?','Return to Commander Zanneth in Wintergrasp.',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,0,'Horde members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13180,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13180,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slay them all!','Commander Dardosh in Wintergrasp wants you to slay 10 members of the Alliance.','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.','','Lok\'tar! Victory for the Horde!','Well, have you completed your mission?','Return to Commander Dardosh in Wintergrasp.',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,0,'Alliance members slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13181,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32842,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory in Wintergrasp','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.','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.','Victory in Lake Wintergrasp','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?','Return to Tactical Officer Ahbramis in 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,0,0,0,0,0,0,0,12340), (13182,2,74,72,0,4277,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,224000,199200,0,0,0,0,0,0,0,0,0,136,0,0,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,'Don\'t Forget the Eggs!','Kilix the Unraveler in the Pit of Narjun wants you to enter Azjol-Nerub and destroy 6 Nerubian Scourge 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.','','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?','Return to Kilix the Unraveler at the Pit of Narjun in Dragonblight.',-193051,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Nerubian Scourge Eggs Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13183,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32842,3,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Victory in Wintergrasp','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.','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.','Victory in Lake Wintergrasp','It is a truly great thing you have accomplished this day. Be recognized for your sacrifice!','What news do you bring?','Return to Tactical Officer Kilrath in 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,0,0,0,0,0,0,0,12340), (13184,2,80,77,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,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,'Outliving Usefulness','','','',NULL,NULL,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,12340), (13185,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13185,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop the Siege','Lieutenant Murp in Wintergrasp Fortress wants you to destroy 3 Alliance siege machines.','I hears dem! The Alliance come soon. Destroy three Alliance siege devices and come back to Murp.','','Good job. Murp wish he was there to help.','Have you destroyed their siege vehicles?','Return to Lieutenant Murp in Wintergrasp.',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,0,'Alliance Siege Devices destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13186,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13186,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop the Siege','Senior Demolitionist Legoso in Wintergrasp Fortress wants you to destroy 3 Horde siege machines.','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.','','Excellent. That should slow down their assault.','There is no time to waste, have you destroyed their siege vehicles?','Return to Senior Demolitionist Legoso in Wintergrasp.',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,0,'Horde Siege Devices destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13187,2,76,73,0,4494,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,248000,253800,0,0,0,0,0,0,0,0,0,136,0,0,0,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,'The Faceless Ones','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.','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.','','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?','Return to Kilix the Unraveler at the Pit of Narjun in Dragonblight.',30414,29311,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,'Forgotten Ones Destroyed','Herald Volazj Defeated','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13188,2,55,55,0,-372,0,0,0,32,1101,0,0,0,0,0,0,0,0,0,0,13166,0,0,0,7,0,7500,0,0,0,0,0,0,43440,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,8,0,0,0,0,600000,0,0,0,0,0,0,0,0,'Where Kings Walk','Deliver the letter to King Varian Wrynn of the Alliance at Stormwind Keep in Stormwind City.','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.','','$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.','Return to King Varian Wrynn in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,43440,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,25,1,1,15,0,0,0,0,0,12340), (13189,2,55,55,0,-372,0,0,0,32,690,0,0,0,0,0,0,0,0,0,0,13166,0,0,0,7,0,0,0,0,0,0,0,0,43441,1,0,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,8,0,0,0,0,600000,0,0,0,0,0,0,0,0,'Warchief\'s Blessing','Deliver the letter to Thrall, Warchief of the Horde at Orgrimmar.','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.','','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.','Return to Thrall in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13190,2,80,80,0,4494,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'All Things in Good Time','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.','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.','','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?','Return to Kilix the Unraveler at the Pit of Narjun in Dragonblight.',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,'Ahn\'kahar Watcher Corpse Burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13191,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4293.47,1813.27,0,'Fueling the Demolishers','Siegesmith Stronghoof at Wintergrasp Fortress wants you to retrieve 10 Eternal Embers from Alliance players in the Cauldron of Flames.','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!','','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?','Return to Siegesmith Stronghoof in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13192,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13192,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4876.42,2037.05,0,'Warding the Walls','Hoodoo Master Fu\'jin at Wintergrasp Fortress wants you to retrieve 10 Enchanted Alliance Breastplates at the Glacial Falls.','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.','','Ooh, ya dats da stuff, mon!','Did ya bring da armor, mon?','Return to Hoodoo Master Fu\'jin in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13193,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13199,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4687.53,3835.08,0,'Bones and Arrows','Lieutenant Vieron Blazefeather at Wintergrasp Fortress wants you to retrieve 10 Quivers of Dragonbone Arrows from Alliance players in the Forest of Shadows.','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.','','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.','Return to Vieron Blazefeather in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13194,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13201,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4471.39,4059.05,0,'Healing with Roses','Primalist Mulfort wants you to retrieve 10 Alliance Herb Pouches from Alliance players at the Steppe of Life.','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.','','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.','Return to Primalist Mulfort in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13195,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13195,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4471.39,4059.05,0,'A Rare Herb','Anchorite Tessa in Wintergrasp wants you to retrieve 10 Horde Herb Pouches from Horde players in the Steppe of Life.','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.','','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.','Return to Anchorite Tessa in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13196,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13196,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4687.53,3835.08,0,'Bones and Arrows','Bowyer Randolph in Wintergrasp wants you to retrieve 10 Quivers of Dragonbone Arrows from Horde players at the Forest of Shadows.','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!','','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.','Return to Bowyer Randolph in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13197,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13153,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4293.47,1813.27,0,'Fueling the Demolishers','Siegesmith Stouthandle in Wintergrasp wants you to retrieve 10 Eternal Embers from Horde players at the Cauldron of Flames.','$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!','','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?','Return to Siege Master Stouthandle in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13198,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13198,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4876.42,2037.05,0,'Warding the Warriors','Sorceress Kaylana in Wintergrasp wants you to retrieve 10 sets of Imbued Horde Armor at the Glacial Falls.','$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.','','Augh. It\'s still dripping. Couldn\'t you have at least dried it off first?','So, did you find the armor?','Return to Sorceress Kaylana in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13199,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13199,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4687.53,3835.08,0,'Bones and Arrows','Lieutenant Vieron Blazefeather in Wintergrasp wants you to retrieve 10 Quivers of Dragonbone Arrows from Alliance players at the Forest of Shadows.','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.','','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.','Return to Vieron Blazefeather in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13200,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13200,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4293.47,1813.27,0,'Fueling the Demolishers','Siegesmith Stronghoof in Wintergrasp wants you to retrieve 10 Eternal Embers from Alliance players at the Cauldron of Flames.','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!','','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?','Return to Siegesmith Stronghoof in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13201,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13201,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4471.39,4059.05,0,'Healing with Roses','Primalist Mulfort in Wintergrasp wants you to retrieve 10 Alliance Herb Pouches from Alliance players at the Steppe of Life.','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.','','Thank you, this will go far to treat our soldiers\' wounds.','Were you able to recover the herbs? The sick and wounded increase by the hour.','Return to Primalist Mulfort in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13202,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13192,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,571,4876.42,2037.05,0,'Jinxing the Walls','Hoodoo Master Fu\'jin in Wintergrasp wants you to retrieve 10 Enchanted Alliance Breastplates from Alliance players at the Glacial Falls.','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.','','Ooh, ya dats da stuff, mon!','Did ya bring da armor, mon?','Return to Hoodoo Master Fu\'jin in Wintergrasp.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13203,0,-1,10,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,8,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,0,0,'A Winter Veil Gift','','','',NULL,NULL,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,12340), (13204,2,76,73,0,4494,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,253800,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Funky Fungi','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.','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...','','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?!','Return to Kilix the Unraveler at the Pit of Narjun in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13205,2,71,68,0,206,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,48300,0,0,0,0,0,0,0,0,0,136,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,'Disarmament','Defender Mordun wants you to enter Utgarde Keep and steal 5 Vrykul Weapons','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.','','$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?','Return to Defender Mordun at Valgarde in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13206,2,71,68,0,206,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,188000,48300,0,0,0,0,0,0,0,0,0,136,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,'Disarmament','Dark Ranger Marrah wants you to steal 5 Vrykul Weapons from Utgarde Keep and bring them to High Executor Anselm in Vengeance Landing.','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.','','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?','Return to High Executor Anselm at Vengeance Landing in Howling Fjord.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13207,2,78,76,0,4264,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,272000,259200,0,0,0,0,0,0,0,0,0,136,0,0,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,'Halls of Stone','Brann Bronzebeard wants you to accompany him as he uncovers the secrets that lie in the 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?','','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.','Return to Brann Bronzebeard in Halls of Stone.',27978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Brann\'s Exploration complete','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13210,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,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,0,0,0,0,0,0,0,0,0,'Blizzard Account: - DEM - E - FLAG','','','',NULL,NULL,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,12340), (13211,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13144,-13144,0,5,74000,132300,0,0,0,0,0,0,43524,1,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,43880,43893,43900,0,0,0,1,1,1,0,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'By Fire Be Purged','Crusader Olakin Sainrith at Blackwatch wants you to burn 7 Festering Corpses using Olakin\'s Torch.','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.','','$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?','Return to Crusader Olakin Sainrith at Blackwatch in Icecrown.',31130,0,0,0,7,0,0,0,0,0,43524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Festering Corpse burned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13212,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13144,0,0,13220,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'He\'s Gone to Pieces','Recover Olakin\'s Torso, Olakin\'s Legs, Olakin\'s Left Arm, and Olakin\'s Right Arm and bring them to Darkrider Arly at Blackwatch.','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.','','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?','Return to Darkrider Arly at Blackwatch in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13213,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13142,0,0,0,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,571,8216.26,3516.1,1,'Battle at Valhalas','Speak with Geirrvif in 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.','','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.',NULL,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,12340), (13214,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13213,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Fallen Heroes','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.','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.','Fallen Heroes Defeated','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.',NULL,'Return to Gjonner the Merciless at Valhalas in 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,12340), (13215,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13214,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Khit\'rix the Dark Master','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.','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?','Khit\'rix the Dark Master Defeated','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!',NULL,'Return to Gjonner the Merciless at Valhalas in 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,12340), (13216,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13215,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,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,'Battle at Valhalas: The Return of Sigrid Iceborn','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.','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?','Sigrid Iceborn Defeated','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.',NULL,'Return to Gjonner the Merciless at Valhalas in 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,12340), (13217,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13216,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Carnage!','Geirrvif at Valhalas has challenged you to defeat Carnage.$B$BShould you succeed, speak with Gjonner the Merciless overlooking the southern lip of Valhalas.','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.','Carnage Defeated','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!',NULL,'Return to Gjonner the Merciless at Valhalas in 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,12340), (13218,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13217,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle at Valhalas: Thane Deathblow','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.','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?','Thane Banahogg Defeated','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.',NULL,'Return to Gjonner the Merciless at Valhalas in 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,12340), (13219,2,80,77,0,210,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,13218,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,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,'Battle at Valhalas: Final Challenge','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.','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?','Prince Sandoval Defeated','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.',NULL,'Return to Gjonner the Merciless at Valhalas in 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,12340), (13220,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13212,0,0,13235,5,74000,132300,0,0,0,0,0,0,43564,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Putting Olakin Back Together Again','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.','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.','','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?','Return to Darkrider Arly at Blackwatch in Icecrown.',31235,0,0,0,1,0,0,0,0,43568,43567,43564,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crusader Olakin Sainrith revived','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13221,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'I\'m Not Dead Yet!','Escort Father Kamaros to safety and then report to Absalan the Pious aboard the Skybreaker.','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','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.',NULL,'Report to Absalan the Pious aboard the Skybreaker in 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,12340), (13222,2,80,78,0,4197,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,13186,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defend the Siege','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.','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.','','That should show them the power of Gnomish invention!','There is no time to waste, have you destroyed the Fortress?','Return to Senior Demolitionist Legoso in Wintergrasp.',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,0,'Siege Vehicles Defended','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13223,2,80,78,0,4197,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,13185,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32968,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defend the Siege','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.','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! ','','Good job. Murp wish he was there to help.','You protect da siege machines?','Return to Lieutenant Murp in Wintergrasp.',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,0,'Horde Siege Vehicles Defended','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13224,2,79,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,32700,0,0,0,0,0,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Orgrim\'s Hammer','Seek out Sky-Reaver Korm Blackscar aboard Orgrim\'s Hammer flying above Icecrown.','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.','','$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!',NULL,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,12340), (13225,2,79,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,32700,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Skybreaker','Seek out High Captain Justin Bartlett aboard the Skybreaker flying above Icecrown.','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.','','$B$BHe was a damn fine soldier. Damn the Horde and damn the Scourge!',NULL,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,12340), (13226,2,78,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,32400,0,0,0,0,0,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,1106,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Judgment Day Comes!','Report to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.','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!','','My faithful knights have served me well. It seems that their recruitment efforts have yielded a hero!',NULL,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,'','','','',4,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13227,2,78,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,32400,0,0,0,0,0,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,1106,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Judgment Day Comes!','Report to Highlord Tirion Fordring at the Argent Vanguard in Icecrown.','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!','','My faithful knights have served me well. It seems that their recruitment efforts have yielded a hero!',NULL,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,12340), (13228,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13224,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Broken Front','Korm Blackscar on Orgrim\'s Hammer wants you to go to The Broken Front and question a Dying Berserker to discover what happened there.','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!','','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?','Return to Sky-Reaver Korm Blackscar at Orgrim\'s Hammer in Icecrown.',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,'Dying Berserker Questioned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13229,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,130,2,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,0,0,0,0,0,0,'I\'m Not Dead Yet!','Escort Father Kamaros to safety and then report to Brother Keltan aboard Orgrim\'s Hammer.','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','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.',NULL,'Report to Brother Keltan aboard Orgrim\'s Hammer in 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,12340), (13230,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Avenge Me!','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.','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...','','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?','Return to Sky-Reaver Korm Blackscar at Orgrim\'s Hammer in Icecrown.',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,'Dying Alliance Soldiers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13231,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Broken Front','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.','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...','','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?','Return to High Captain Justin Bartlett at the Skybreaker in Icecrown.',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,'Dying Soldier Questioned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13232,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Finish Me!','A Dying Soldier in the Broken Front wants you to kill 5 Dying Soldiers and report to High Captain Justin Bartlett on the Skybreaker.','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...','','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?','Return to High Captain Justin Bartlett at the Skybreaker in Icecrown.',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,'Dying Soldiers Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13233,2,80,77,0,210,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,200,0,0,0,0,0,0,12424,1,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,'No Mercy!','High Captain Justin Bartlett aboard the Skybreaker wants you to kill 15 Horde Players in Icecrown.','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!','','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.','Return to High Captain Justin Bartlett at the Skybreaker in 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,12340), (13234,2,80,77,0,210,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13228,0,0,0,5,74000,132300,0,0,200,0,0,0,0,0,0,4232,1,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,'Make Them Pay!','Sky-Reaver Korm Blackscar wants you to kill 15 Alliance Players in Icecrown.','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!','','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?','Return to Sky-Reaver Korm Blackscar at Orgrim\'s Hammer in 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,12340), (13235,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13220,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,44378,44379,44380,44381,0,0,1,1,1,1,0,0,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Flesh Giant Champion','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.','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.','','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?','Return to Darkrider Arly at Blackwatch in Icecrown.',30698,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13236,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13305,0,0,13348,6,0,165300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Army of the Damned','Matthias Lehner at the First Legion Forward Camp wants you to raise an army of 100 Ghoulish Minions.','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.','','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?','Return to Matthias Lehner at The Valley of Lost Hope in Icecrown.',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,'Ghoulish Minion Raised','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13237,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13260,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Poke and Prod','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.','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.','','Really, $c?$b$bNothing notable to report?$b$b$b$bI beg to differ...','Well, $r?$B$BWhat have you learned?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',31140,31155,31145,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,'Hulking Abominations Slain','Malefic Necromancers Slain','Shadow Adepts Slain','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13238,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13228,0,0,13239,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Good For Something?','Sky-Reaver Korm Blackscar wants you to speak with Chief Engineer Copperclaw aboard Orgrim\'s Hammer.','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.','','Too busy? Phooey! This baby flies herself!$b$bNevermind that. You\'ll do...',NULL,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,12340), (13239,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13238,13379,0,0,5,74000,132300,0,0,0,0,0,0,43608,1,0,128,0,0,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,'Volatility','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.','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?','','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?','Return to Chief Engineer Copperclaw at Orgrim\'s Hammer in Icecrown.',31364,0,0,0,3,0,0,0,43608,43616,43610,43609,1,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Field Tests Conducted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13240,2,80,78,0,4228,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13240,0,7,148000,198600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,1,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Centrifuge Constructs in your Future!','Archmage Timear in Dalaran has foreseen that you must destroy 10 Centrifuge Constructs.','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.','','$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.','Return to Archmage Timear in Crystalsong Forest.',27641,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13241,2,80,78,0,1196,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13240,0,7,148000,198600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,1,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Ymirjar Berserkers in your Future!','Archmage Timear in Dalaran wants you to slay 7 Ymirjar Berserkers.','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!','','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!','Return to Archmage Timear in Crystalsong Forest.',26696,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,12340), (13242,2,74,71,0,65,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13257,7,0,149400,0,0,0,0,0,0,0,0,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkness Stirs','Gather Saurfang\'s Battle Armor from the field of battle and return it to High Overlord Saurfang at Warsong Hold in Borean Tundra.','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. $B','','$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...','Return to High Overlord Saurfang at Warsong Hold in Borean Tundra.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13243,2,80,78,0,4100,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13240,0,7,148000,198600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,1,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Infinite Agents in your Future!','Archmage Timear in Dalaran has foreseen that you must slay 4 Infinite Agents.','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!','','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!','Return to Archmage Timear in Crystalsong Forest.',27744,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,12340), (13244,2,80,78,0,4272,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13240,0,7,148000,198600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,1,0,0,0,43950,44711,44713,44710,49702,0,1,1,1,1,1,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timear Foresees Titanium Vanguards in your Future!','Archmage Timear in Dalaran has foreseen that you must slay 7 Titanium Vanguards.','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!','','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.','Return to Archmage Timear in Crystalsong Forest.',28838,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,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13245,2,80,80,0,206,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Ingvar the Plunderer','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.','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.','','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?','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13246,2,80,80,0,4265,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Keristrasza','Archmage Lan\'dalock in Dalaran wants you to return with Keristrasza\'s Broken Heart.$B$BThis quest may only be completed on Heroic difficulty.','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.','','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.','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13247,2,80,80,0,4228,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Ley-Guardian Eregos','Archmage Lan\'dalock in Dalaran wants you to return with a Ley Line Tuner.$B$BThis quest may only be completed on Heroic difficulty.','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.','','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?','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13248,2,80,80,0,1196,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: King Ymiron','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.','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.','','$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.','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13249,2,80,80,0,4196,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: The Prophet Tharon\'ja','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.','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.','','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?','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13250,2,80,80,0,4416,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Gal\'darah','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.','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.','','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.','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13251,2,80,80,0,4100,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Mal\'Ganis','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.','$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.','','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!','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13252,2,80,80,0,4264,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Sjonnir The Ironshaper','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.','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.','','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?','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13253,2,80,80,0,4272,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Loken','Archmage Lan\'dalock in Dalaran wants you to return with the Celestial Ruby Ring.$B$BThis quest may only be completed on Heroic difficulty.','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.','','$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?','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13254,2,80,80,0,4277,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Anub\'arak','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.','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.','','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.','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13255,2,80,80,0,4494,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Herald Volazj','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.','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.','','$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?','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13256,2,80,80,0,4415,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13245,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: Cyanigosa','Archmage Lan\'dalock in Dalaran wants you to return with the Head of Cyanigosa.$B$BThis quest may only be completed on Heroic difficulty.','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!','','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!','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13257,2,74,71,0,3537,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13242,0,0,13266,5,0,99600,0,0,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Herald of War','Report to Thrall at Grommash Hold in Orgrimmar.','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.','','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.',NULL,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,12340), (13258,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13259,3,0,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Opportunity','Speak to Sergeant Kregga below Icecrown Citadel.','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.','','Just in time, $n. Koltira spoke highly of you. Perhaps you\'ll be able to push the scales in our favor.',NULL,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,12340), (13259,2,80,77,0,4522,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13258,0,0,13262,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,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,'Establishing Superiority','Sergeant Kregga at Icecrown Citadel wants you to slay 10 Hulking Horrors.','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.','','You made quick work of the Scourge, $n. Let\'s finish what we came to do here.',NULL,'Return to Sergeant Kregga at Icecrown Citadel in Icecrown.',31413,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13260,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13228,0,0,13237,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Takes One to Know One','Sky-Reaver Korm wants you to speak to Koltira Deathweaver on Orgrim\'s Hammer.','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.$B','','$b$bI hope for your sake that you\'re up to this, $c. ',NULL,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,12340), (13261,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13329,0,0,0,5,74000,132300,0,0,0,0,0,0,43608,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Volatility','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! 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!','','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?','Return to Chief Engineer Copperclaw at Orgrim\'s Hammer in Icecrown.',31364,0,0,0,3,0,0,0,43610,43616,43609,43608,3,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Field Tests Conducted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13262,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13259,0,0,13263,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Blow it Up!','Go to the nearby Saronite Bomb Stack to light the fuse.','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.','','These bombs look pretty potent. They should at least put a dent in the surrounding structure.',NULL,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,12340), (13263,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13262,13168,0,13271,1,7400,13200,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Short Fuse','Look for clues wherever the fall takes you.','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.','','This pulsing object is covered in a thick layer of ice. It shimmers strangely beneath the water.',NULL,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,12340), (13264,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13237,0,0,0,5,74000,132300,0,0,0,0,0,0,43968,1,0,128,0,0,0,0,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,'That\'s Abominable!','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.','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.','','You see, $c?$b$bIngenuity can sometimes even the odds against a seemingly overwhelming enemy.','Yes, $c?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',31743,32168,32167,0,15,15,15,0,0,43966,43968,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldiers Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13265,0,-1,0,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,13265,0,1,-50000,13200,59390,59423,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,12340), (13266,2,74,71,0,1637,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13257,0,0,13267,1,0,10200,0,0,0,0,0,0,0,0,0,128,0,0,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Life Without Regret','Take the portal to Undercity located in Grommash Hold and report to Vol\'jin.','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.','','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.',NULL,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,12340), (13267,2,74,71,0,1497,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13266,0,0,0,8,224000,199200,0,60699,0,0,0,0,0,0,0,192,0,0,0,0,0,44579,0,0,0,1,0,0,0,44346,44347,44348,44349,44590,44583,1,1,1,1,1,1,1085,76,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle For The Undercity','Assist Thrall and Sylvanas in retaking the Undercity for the Horde.$B$BReport to Thrall should you succeed.','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.','','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.',NULL,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,12340), (13268,0,-1,0,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,13265,0,1,-50000,13200,59390,59423,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,1,0,0,0,0,0,0,0,0,12340), (13269,0,-1,0,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,13265,0,1,-50000,7200,59390,59423,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,12340), (13270,0,-1,0,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,13265,0,1,-50000,13200,59390,59423,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,12340), (13271,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13263,0,0,13275,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Voice in the Dark','Investigate the nearby voice in Naz\'anak, the Forgotten Depths.','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.\"','','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.',NULL,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,12340), (13272,0,-1,0,0,-264,0,0,0,0,0,197,325,0,0,0,0,0,0,0,0,0,0,13265,0,1,-50000,13200,59390,59423,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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.',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,12340), (13273,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12928,0,0,13274,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Going After the Core','Find Prospector Khrona\'s Notes and Prospector Soren\'s Maps at Brann\'s Base-Camp.','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.','','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?','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Morteha Windborn at the Grom\'arsh Crash-Site to replace it.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13274,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13273,0,0,13285,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Core\'s Keeper','Obtain Norgannon\'s Core.','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.','','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?','Use Brann\'s Communicator to contact Brann Bronzebeard.$B$BIf you lose Brann\'s Communicator, speak to Morteha Windborn at the Grom\'arsh Crash-Site to replace it.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13275,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13271,0,0,13282,5,58000,132300,0,0,0,0,0,0,0,0,0,136,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,'Time to Hide','Matthias Lehner wants you to obtain 3 Faceless One\'s Blood.','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!','','What are you waiting for? You have to rub it on you!$b$bQuick! Or he\'ll see you!','Did you get the blood?','Return to Matthias Lehner at Naz\'anak: The Forgotten Depths in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13276,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,5,74000,132300,0,0,0,0,0,0,43968,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'That\'s Abominable!','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 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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',31743,32168,32167,0,15,15,15,0,0,43966,0,43968,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldiers Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13277,2,80,77,0,210,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,13237,0,0,13279,6,148000,165300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Against the Giants','Koltira Deathweaver on Orgrim\'s Hammer wants you to bring him 5 Pustulant Spines from the Pustulant Horrors on Mord\'rethar.','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.','','Excellent. These look to be usable samples.$b$bTime again to use the enemy\'s strength against them....','Any success against the giants, $r?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13278,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Coprous the Defiled','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to kill Coprous the Defiled at Mord\'rethar.','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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',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,'Coprous the Defiled Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13279,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,13277,0,0,0,5,74000,132300,0,0,0,0,0,0,44010,1,0,128,0,0,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,'Basic Chemistry','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to use Pustulant Spinal Fluid on a plague cauldron at Mord\'rethar.','$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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',31767,0,0,0,1,0,0,0,0,44010,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plague Cauldron Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13280,2,80,77,0,210,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13296,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,12424,1,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,5,0,0,0,0,0,0,0,0,0,571,6914.01,2002.84,1,'King of the Mountain','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\'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!','','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?','Return to Frazzle Geargrinder at Ymirheim in Icecrown.',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,'Alliance Battle Standard planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13281,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,13279,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neutralizing the Plague','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.','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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',31767,0,0,0,1,0,0,0,44009,44010,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plague Cauldron Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13282,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13275,0,0,13304,3,37000,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Return to the Surface','Return to Koltira Deathweaver aboard Orgrim\'s Hammer.','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.','','$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.',NULL,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,12340), (13283,2,80,77,0,210,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13293,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,12424,1,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,5,0,0,0,0,0,0,0,0,0,571,6914.01,2002.84,1,'King of the Mountain','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.','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!','','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!',NULL,'Return to Blast Thunderbomb at Ymirheim in Icecrown.',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,'Horde Battle Standard planted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13284,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault by Ground','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.','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.','','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 rout 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?','Return to Ground Commander Koup at the Valley of Lost Hope in Icecrown.',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,'Alliance troops escorted to Ymirheim','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13285,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13274,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,43189,43190,43191,43192,0,0,1,1,1,1,0,0,1085,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Forging the Keystone','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.','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.','','$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.',NULL,'Return to Boktar Bloodfury at the Grom\'arsh Crash-Site in The Storm Peaks.',31810,0,0,0,1,0,0,0,0,0,40971,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Help Brann create the keystone','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13286,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13287,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'...All the Help We Can Get.','High Captain Justin Bartlett aboard the Skybreaker wants you to speak to Thassarian.','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!','','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?',NULL,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,12340), (13287,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13286,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Poke and Prod','Thassarian on the Alliance gunship, Skybreaker, wants you to kill 5 Hulking Abominations, 5 Malefic Necromancers, and 5 Shadow Adepts at the Broken Front.','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.','','Really, $c?$b$bNothing notable to report?$b$b$b$bI beg to differ...','You\'ve returned, $c...$B$BAnything to report?','Return to Thassarian at the Skybreaker in Icecrown.',31140,31155,31145,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,'Hulking Abominations killed','Malefic Necromancers killed','Shadow Adepts killed','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13288,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,43968,1,0,128,0,0,0,0,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,'That\'s Abominable!','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.','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.','','You see, $c?$b$bIngenuity can sometimes even the odds against a seemingly overwhelming enemy.','Well, $r?$B$BDid your abomination friends prove effective?','Return to Thassarian at the Skybreaker in Icecrown.',31743,32168,32167,0,15,15,15,0,43968,43966,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldiers Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13289,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,43968,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'That\'s Abominable!','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 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.','','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?','Return to Thassarian at the Skybreaker in Icecrown.',31743,32168,32167,0,15,15,15,0,43968,43966,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Icy Ghouls Exploded','Vicious Geists Exploded','Risen Alliance Soldier Exploded','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13290,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13291,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Your Attention, Please','High Captain Bartlett wants you to speak with Chief Engineer Boltwrench in the Skybreaker.','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.','','Cappy sent you in his place, did he?$b$bVery well, $c. Roll up those sleeves... time to get to work!',NULL,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,12340), (13291,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13290,13383,0,0,5,74000,132300,0,0,0,0,0,0,44048,1,0,128,0,0,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,'Borrowed Technology','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.','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.','','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?','Return to Chief Engineer Boltwrench at the Skybreaker in Icecrown.',31364,0,0,0,3,0,0,0,43616,43610,43609,44048,3,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Field Tests Conducted','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13292,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13291,0,0,0,5,74000,132300,0,0,0,0,0,0,44048,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Solution Solution','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.','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.','','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?','Return to Chief Engineer Boltwrench at the Skybreaker in Icecrown.',31364,0,0,0,3,0,0,0,43609,43616,43610,44048,3,3,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frostbrood Skytalons Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13293,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13224,0,0,13283,1,0,13200,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,7018.39,2185.73,1,'Get to Ymirheim!','Speak with Blast Thunderbomb in 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!','','Oh man, am I glad to see you! Did the chief send you down from the Hammer?',NULL,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,12340), (13294,2,80,77,0,210,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13295,6,148000,165300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Against the Giants','Thassarian on the Skybreaker wants you to bring him 5 Pustulant Spines from the Pustulant Horrors on Mord\'rethar.$B','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.','','Excellent. These look to be usable samples.$b$bTime again to use the enemy\'s strength against them....','Any success against the giants, $r?','Return to Thassarian at the Skybreaker in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13295,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,13294,0,0,0,5,74000,132300,0,0,0,0,0,0,44010,1,0,128,0,0,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,'Basic Chemistry','Thassarian aboard the Skybreaker wants you to use Pustulant Spinal Fluid on a plague cauldron at Mord\'rethar.','$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.','','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?','Return to Thassarian at the Skybreaker in Icecrown.',31767,0,0,0,1,0,0,0,0,44010,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Batch of Plague Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13296,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13280,1,0,13200,0,0,0,0,0,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,1050,0,0,0,0,1,0,0,0,0,0,0,0,0,0,571,6810.27,1869.41,1,'Get to Ymirheim!','Speak with Frazzle Geargrinder in Ymriheim.','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!','','Did the chief send you down from the Skybreaker? Isn\'t that thing sweet?!',NULL,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,12340), (13297,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Neutralizing the Plague','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.','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.','','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?','Return to Thassarian at the Skybreaker in Icecrown.',31767,0,0,0,1,0,0,0,44009,44010,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Plague Cauldron Neutralized','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13298,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Coprous the Defiled','Thassarian aboard the Skybreaker wants you to kill Coprous the Defiled at Mord\'rethar.','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.','','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?','Return to Thassarian at the Skybreaker in Icecrown.',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,'Coprous the Defiler Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13299,1,75,0,0,-264,0,0,0,0,0,197,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,56016,56016,0,0,0,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,0,0,0,0,0,0,0,0,0,'ZZOLDWisp Cloak','','','',NULL,NULL,'Return to Charles Worth at The Decrepit Flow in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,40058,0,0,0,0,0,1,0,0,0,0,0,0,'Complete Achievement: Northrend Loremaster','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13300,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slaves to Saronite','Absalan the Pious aboard the Skybreaker wants you to rescue 10 Saronite Mine Slaves.','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?','','They\'re 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, $g boy : girl;.$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?','Return to Absalan the Pious at the Skybreaker in Icecrown.',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,'Saronite Mine Slave rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13301,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13340,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault by Ground','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.','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.','','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?','Return to Ground Commander Xutjja at the Bombardment in Icecrown.',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,'Horde troops escorted to Ymirheim','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13302,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13224,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slaves to Saronite','Brother Keltan aboard Orgrim\'s Hammer wants you to rescue 10 Saronite Mine Slaves.','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?','','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?','Return to Brother Keltan at Orgrim\'s Hammer in Icecrown.',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,'Saronite Mine Slave rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13303,0,75,0,0,-264,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,128,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Test Quest','','','',NULL,NULL,'Return to Jonathan LeCraft.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,192,0,0,0,0,0,1,0,0,0,0,0,0,'Complete Achievement: Northrend Loremaster','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13304,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13282,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Field Repairs','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 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.','','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.','Return to Wrecked Demolisher at The Valley of Lost Hope in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13305,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13304,0,0,13236,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Do Your Worst','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\'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.','','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?','Return to Matthias Lehner at The Valley of Lost Hope in Icecrown.',31812,31813,31815,0,150,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13306,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13366,13312,-13306,0,5,74000,132300,0,0,0,0,0,0,44127,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raise the Barricades','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to construct 8 Barricades using your Barricade Construction Kit.','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.','','$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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',31887,0,0,0,8,0,0,0,0,0,44127,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Barricades constructed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13307,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13306,13329,-13307,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodspattered Banners','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to kill 5 Scourge Banner-Bearers, 5 Scourge Converters, and 20 Converted Heroes.','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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (13308,2,80,77,0,210,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,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,'Mind Tricks','Darkspeaker R\'khem in the Saronite Mines wants you to recover the Foreman\'s Key to his chains.','$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','','$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.','Return to Darkspeaker R\'khem at the Saronite Mines in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13309,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault by Air','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.$B','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.','','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?','Return to Ground Commander Koup at the Valley of Lost Hope in Icecrown.',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,'Skybreaker Infiltrators dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13310,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13340,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Assault by Air','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.','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.','','Only partly useless then. Good work.','Get the job done?','Return to Ground Commander Xutjja at the Bombardment in Icecrown.',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,'Kor\'kron Infiltrators dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13311,1,45,40,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,44185,1,0,256,1,0,0,0,0,0,0,0,0,0,0,0,0,44217,44218,44219,0,0,0,1,1,1,0,0,0,909,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Demons Deck','Use the Demons Deck to summon a Darkmoon Fortune Teller and give the deck to them.','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.','','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!','Return to Darkmoon Fortune Teller.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44185,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,0,0,0,12340), (13312,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,0,13329,-13307,0,6,148000,165300,0,0,0,0,0,0,44186,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ironwall Rampart','Defeat Grimkor the Wicked and return to Koltira Deathweaver aboard Orgrim\'s Hammer.','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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32162,0,0,0,1,0,0,0,0,0,44186,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13313,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13306,0,0,0,5,74000,132300,0,0,0,0,0,0,44212,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blinding the Eyes in the Sky','Use the SGM-3 to destroy 6 Skybreaker Recon Fighters, then report back to Sky-Reaver Korm Blackscar aboard Orgrim\'s Hammer.','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.','','Good. Fewer Alliance pests to stand in our way. We\'ll show them what true warriors look like.',NULL,'Return to Sky-Reaver Korm Blackscar at Orgrim\'s Hammer in Icecrown.',32189,0,0,0,6,0,0,0,0,0,44212,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skybreaker Recon Fighters shot down','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13314,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44222,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get the Message','Capture 6 Orgrim\'s Hammer Dispatches from Orgrim\'s Hammer Scouts and bring them to High Captain Justin Bartlett aboard the Skybreaker.','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.','','It\'s good to have someone competent running missions, $N. If only we had an army of $cs 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?','Return to High Captain Justin Bartlett at the Skybreaker in Icecrown.',0,0,0,0,0,0,0,0,0,0,44222,0,0,0,1,0,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,12340), (13315,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,58000,99300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sneak Preview','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. ','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.','','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?','Return to Thassarian at the Skybreaker in Icecrown.',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,'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,0,0,0,0,0,0,12340), (13316,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,13329,0,0,0,6,148000,165300,0,0,0,0,0,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,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Guardians of Corp\'rethar','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to kill 5 Harbingers of Horror and 5 Corp\'rethar Guardians.','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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (13317,2,80,77,0,210,0,0,0,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,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,'----','','','',NULL,NULL,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,12340), (13318,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Drag and Drop','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.','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.','','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','Return to Thassarian at the Skybreaker in Icecrown.',32229,0,0,0,3,0,0,0,0,44246,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Subjugator dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13319,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,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,'Chain of Command','Thassarian aboard the Skybreaker wants you to go to Aldur\'thar and defeat Overseer Faedris, Overseer Savryn, Overseer Veraj, and Overseer Jhaeqon.','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.','','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?','Return to Thassarian at the Skybreaker in Icecrown.',32250,32285,32263,32291,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overseer Faedris Killed','Overseer Jhaeqon Killed','Overseer Veraj Killed','Overseer Savryn Killed',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13320,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13321,5,74000,132300,0,0,0,0,0,0,44251,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cannot Reproduce','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.','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.','','$b$bWhat we have here is a simple failure to conglomerate...','Whatdya got there, $r?','Return to Chief Engineer Boltwrench at The Skybreaker in Icecrown.',32242,32244,32245,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,44251,0,0,0,0,0,1,0,0,0,'Blue Sample Collected','Green Sample Collected','Dark Sample Collected','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13321,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13320,0,0,0,5,74000,132300,0,0,0,0,0,0,44307,1,0,128,0,0,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,'Retest Now','Chief Engineer Boltwrench aboard the Skybreaker wants you to throw a Writhing Mass into a cauldron at Aldur\'thar.','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!','','Wahoo!$b$bThat\'ll teach \'em!','Well, $c?$B$BWe have a few less cultists to worry about?','Return to Chief Engineer Boltwrench at the Skybreaker in Icecrown.',32266,0,0,0,1,0,0,0,44301,44307,44304,0,10,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13322,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44307,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Retest Now','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.','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!','','Wahoo!$b$bThat\'ll teach \'em!','Well, $c?$B$BWe have a few less cultists to worry about?','Return to Chief Engineer Boltwrench at the Skybreaker in Icecrown.',32266,0,0,0,1,0,0,0,44307,44301,44304,0,1,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13323,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drag and Drop','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.','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.','','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','Return to Thassarian at the Skybreaker in Icecrown.',32229,0,0,0,3,0,0,0,0,44246,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Subjugators dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13324,2,80,1,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,44259,1,0,0,1,0,0,0,0,42988,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Prisms Deck','Return the Prisms Deck to the Darkmoon Faire when it comes to town.','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.','','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!','Return to Professor Thaddeus Paleo.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44259,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,0,0,0,12340), (13325,2,80,1,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,44276,1,0,0,1,0,0,0,0,42989,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Chaos Deck','Return the Chaos Deck to the Darkmoon Faire when it comes to town.','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.','','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!','Return to Professor Thaddeus Paleo.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44276,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,0,0,0,12340), (13326,2,80,1,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,44326,1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,42987,44254,44253,44255,0,0,1,1,1,1,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Nobles Deck','Return the Nobles Deck to the Darkmoon Faire when it comes to town.','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.','','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!','Return to Professor Thaddeus Paleo.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44326,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,0,0,0,12340), (13327,2,80,1,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,44294,1,0,0,1,0,0,0,0,42990,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,909,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Darkmoon Undeath Deck','Return the Undeath Deck to the Darkmoon Faire when it comes to town.','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.','','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!','Return to Professor Thaddeus Paleo.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44294,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,0,0,0,12340), (13328,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,13329,0,0,0,6,74000,165300,0,0,0,0,0,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,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shatter the Shards','Bring the Broken Shard of Horror, the Broken Shard of Despair, and the Broken Shard of Suffering to Koltira Deathweaver aboard Orgrim\'s Hammer.','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!','','$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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13329,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44653,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Before the Gate of Horror','Koltira Deathweaver, aboard Orgrim\'s Hammer, wants you to use the Volatile Acid to dissolve the remains of 6 Skeletal Reavers.','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.','','$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.',NULL,'Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32288,0,0,0,6,0,0,0,0,0,44653,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skeletal Reaver bones dissolved','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13330,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13224,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood of the Chosen','Warbringer Davos Rioht on Orgrim\'s Hammer has sent you to kill 20 vrykul in Ymirheim.','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.','','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?','Return to Warbringer Davos Rioht at Orgrim\'s Hammer in Icecrown.',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,'Ymirheim Vrykul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13331,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13313,0,0,0,5,74000,132300,0,0,0,0,0,0,44212,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keeping the Alliance Blind','Use the SGM-3 to destroy 6 Skybreaker Recon Fighters, then report back to Sky-Reaver Korm Blackscar aboard Orgrim\'s Hammer.','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.','','Well done, once again. Horde superiority is assured, at least until those Alliance pukes decide to challenge us again.',NULL,'Return to Sky-Reaver Korm Blackscar at Orgrim\'s Hammer in Icecrown.',32189,0,0,0,6,0,0,0,0,0,44212,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skybreaker Recon Fighters shot down','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13332,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44127,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raise the Barricades','Thassarian, aboard the Skybreaker, wants you to construct 8 Barricades using your Barricade Construction Kit.','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.','','$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?','Return to Thassarian at the Skybreaker in Icecrown.',31887,0,0,0,8,0,0,0,0,0,44127,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Barricades constructed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13333,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44222,1,0,4224,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Capture More Dispatches','Capture 6 Orgrim\'s Hammer Dispatches from Orgrim\'s Hammer Scouts and bring them to High Captain Justin Bartlett aboard the Skybreaker.','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.','','$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?','Return to High Captain Justin Bartlett at the Skybreaker in Icecrown.',0,0,0,0,0,0,0,0,0,0,44222,0,0,0,1,0,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,12340), (13334,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,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,1098,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodspattered Banners','Thassarian, aboard the Skybreaker, wants you to kill 5 Scourge Banner-Bearers, 5 Scourge Converters, and 20 Converted Heroes.','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.','','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.','Return to Thassarian at the Skybreaker in Icecrown.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (13335,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44653,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Before the Gate of Horror','Thassarian, aboard the Skybreaker, wants you to use the Volatile Acid to dissolve the corpses of 6 Skeletal Reavers.','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.','','$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?','Return to Thassarian at the Skybreaker in Icecrown.',32288,0,0,0,6,0,0,0,0,0,44653,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Skeletal Reaver bones dissolved','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13336,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood of the Chosen','Knight-Captain Drosche on the Skybreaker has sent you to kill 20 vrykul in Ymirheim.','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.','','The traitor king will fall. Of that I have no doubt.',NULL,'Return to Knight-Captain Drosche at the Skybreaker in Icecrown.',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,'Ymirheim Vrykul slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13337,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,0,44186,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ironwall Rampart','Defeat Grimkor the Wicked and return to Thassarian aboard the Skybreaker.','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.','','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?','Return to Thassarian at the Skybreaker in Icecrown.',32162,0,0,0,1,0,0,0,0,0,44186,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13338,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,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,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Guardians of Corp\'rethar','Thassarian, aboard the Skybreaker, wants you to kill 5 Harbingers of Horror and 5 Corp\'rethar Guardians.','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.','','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.',NULL,'Return to Thassarian at the Skybreaker in Icecrown.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (13339,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,74000,165300,0,0,0,0,0,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,1098,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Shatter the Shards','Bring the Broken Shard of Horror, the Broken Shard of Despair, and the Broken Shard of Suffering to Thassarian, aboard the Skybreaker.','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!','','$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?','Return to Thassarian at the Skybreaker in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13340,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13224,0,0,0,2,19000,33000,0,0,0,0,0,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,571,7504.21,1785.53,0,'Joining the Assault','Report to Ground Commander Xutjja at the edge of the glacier north of Ymirheim.','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.','','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.',NULL,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,12340), (13341,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,19000,33000,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,571,7280.44,1520.9,0,'Joining the Assault','Report to Ground Commander Koup at the edge of the glacier east of Ymirheim.','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.','','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.',NULL,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,12340), (13342,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44433,1,0,128,0,0,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,'Not a Bug','Thassarian, aboard the Skybreaker, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','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.','','You have done well, $c.$b$bThe messenger has already turned up some valuable information.','Yes, $c?','Return to Thassarian at the Skybreaker in Icecrown.',32314,0,0,0,1,0,0,0,44434,44433,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13343,2,80,80,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12470,0,0,0,6,148000,165300,0,0,0,0,0,0,44450,1,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,38763,38764,38765,0,0,0,1,1,1,0,0,0,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,571,4114.09,-403.37,1,'Mystery of the Infinite, Redux','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.','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!','Hourglass of Eternity protected from 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 $g hero : heroine;, $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!','Return to Chromie at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,44450,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13344,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44433,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not a Bug','Thassarian, aboard the Skybreaker, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','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.','','Well done, friend.$b$bThe messenger is up and reporting in as we speak.','Yes, $c?','Return to Thassarian at the Skybreaker in Icecrown.',32314,0,0,0,1,0,0,0,44434,44433,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13345,2,80,77,0,210,1,3,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13346,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Need More Info','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.','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.','','This is alarming, indeed....','Have you determined what their researchers are up to, $r?','Return to Thassarian at the Skybreaker in Icecrown.',0,0,0,0,0,0,0,0,0,44459,44460,44461,0,1,1,1,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,12340), (13346,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,13345,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,136,0,0,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,'No Rest For The Wicked','Thassarian, aboard the Skybreaker, wants you to defeat Alumeth the Ascended at Aldur\'thar.','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!','','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, friend? Were you successful against Alumeth?','Return to Thassarian at the Skybreaker in Icecrown.',32300,0,0,0,1,0,0,0,44477,44479,44478,44476,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alumeth the Ascended Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13347,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13369,7,0,149400,0,0,0,0,0,0,0,0,0,128,0,0,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,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'Reborn From The Ashes','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.','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.','','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.','Return to King Varian Wrynn at Stormwind Keep in Stormwind.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,44474,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13348,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13236,0,0,13349,3,37000,66300,0,0,0,0,0,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,1085,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Futility','Return to Koltira Deathweaver aboard Orgrim\'s Hammer.','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.','','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.',NULL,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,12340), (13349,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13348,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39115,39135,39136,39130,39133,0,1,1,1,1,1,0,1085,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cradle of the Frostbrood','Koltira Deathweaver aboard Orgrim\'s Hammer wants you to slay 5 Wyrm Reanimators, 8 Cultist Corrupters and 3 Vrykul Necrolords at Sindragosa\'s Fall.','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?','','You\'ve done well, $n. You might want to rest for a while. You look a little pale.','Hail, $N.','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',31731,31738,31783,0,5,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,0,0,0,0,0,0,0,0,0,0,12340), (13350,2,80,77,0,210,1,5,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Rest For The Wicked','Thassarian, aboard the Skybreaker, wants you to defeat Alumeth the Ascended at Aldur\'thar.','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!','','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, friend? Were you successful against Alumeth?','Return to Thassarian at the Skybreaker in Icecrown.',32300,0,0,0,1,0,0,0,44477,44479,44478,44476,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alumeth the Ascended Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13351,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13264,0,0,0,4,58000,99300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Sneak Preview','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. ','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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',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,'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,0,0,0,0,0,0,12340), (13352,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13351,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Drag and Drop','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.','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.','','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32229,0,0,0,3,0,0,0,0,44246,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Subjugator dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13353,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13352,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drag and Drop','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.','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.','','An effective tool, given the circumstances, wouldn\'t you say?$b$bThat one never gets old....','Yes, $r?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32229,0,0,0,3,0,0,0,0,44246,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Subjugator dragged and dropped','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13354,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13351,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,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,'Chain of Command','Koltira aboard Orgrim\'s Hammer wants you to go to Aldur\'thar and defeat Overseer Faedris, Overseer Savryn, Overseer Veraj, and Overseer Jhaeqon.','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.','','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?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32250,32285,32263,32291,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overseer Faedris Killed','Overseer Jhaeqon Killed','Overseer Veraj Killed','Overseer Savryn Killed',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13355,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13351,0,0,13356,5,74000,132300,0,0,0,0,0,0,44251,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cannot Reproduce','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.','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.','','$b$bAhh... I know just the thing!','Whatdya got there, $c?','Return to Chief Engineer Copperclaw at Orgrim\'s Hammer in Icecrown.',32242,32244,32245,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,44251,0,0,0,0,0,1,0,0,0,'Blue Sample Collected','Green Sample Collected','Dark Sample Collected','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13356,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13355,0,0,0,5,74000,132300,0,0,0,0,0,0,44307,1,0,128,0,0,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,'Retest Now','Chief Engineer Copperclaw aboard Orgrim\'s Hammer wants you to throw a Writhing Mass into a cauldron at Aldur\'thar.','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!','','Wahoo!$b$bThat\'ll teach \'em!',NULL,'Return to Chief Engineer Copperclaw at Orgrim\'s Hammer in Icecrown.',32266,0,0,0,1,0,0,0,44307,44304,44301,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13357,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13356,0,0,0,5,74000,132300,0,0,0,0,0,0,44307,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Retest Now','Chief Engineer Copperclaw aboard Orgrim\'s Hammer wants you to throw a Writhing Mass into a cauldron at Aldur\'thar.','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!','','Wahoo!$b$bThat\'ll teach \'em!','Well? How\'d it turn out?','Return to Chief Engineer Copperclaw at Orgrim\'s Hammer in Icecrown.',32266,0,0,0,1,0,0,0,44307,44304,44301,0,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Writhing Mass Banished','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13358,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13352,0,0,0,5,74000,132300,0,0,0,0,0,0,44433,1,0,128,0,0,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,'Not a Bug','Koltira, aboard Orgrim\'s Hammer, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','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.','','You have done well, $c.$b$bThe messenger has already turned up some valuable information.','Yes, $c?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32314,0,0,0,1,0,0,0,44433,44434,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13359,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13349,0,0,0,5,74000,132300,0,61043,0,0,0,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,0,0,0,0,0,0,0,0,0,'Where Dragons Fell','Matthias Lehner at Sindragosa\'s Fall wants you to obtain 6 Whelp Bone Dusts.','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.','','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?','Return to Matthias Lehner at Sindragosa\'s Fall in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13360,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13359,0,0,13361,2,19000,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Time for Answers','Speak to Matthias Lehner at the Court of Bones.','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.','','There you are. I started to wonder whether you\'d show up.',NULL,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,12340), (13361,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13360,0,0,13362,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,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,'The Hunter and the Prince','Matthias Lehner in the Court of Bones wants you to look for a Bloodstained Stone and complete the Prince\'s Destiny.','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.','','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?','Return to Matthias Lehner at the Court of Bones in Icecrown.',32797,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prince\'s Destiny','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13362,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13361,0,0,0,3,0,66300,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Knowledge is a Terrible Burden','Report back to Koltira aboard Orgrim\'s Hammer.','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.','','Little kid\'s ghost... Arthas\'s heart... you\'d better slow down... you\'re making my head spin.',NULL,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,12340), (13363,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13362,0,0,13364,4,0,99300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Argent Aid','Speak to Highlord Tirion Fordring at the Crusader\'s Pinnacle.','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.','','Heavy words, $n. If it were somebody else saying them, I\'d be likely to judge them insane.',NULL,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,12340), (13364,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13363,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,44745,44747,44746,44748,0,0,1,1,1,1,0,0,1106,1098,1050,1085,0,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Tirion\'s Gambit','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.','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.','','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.','Return to Highlord Tirion Fordring at Crusaders\' Pinnacle in Icecrown.',0,32648,0,0,0,1,0,0,44784,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Tirion\'s Gambit','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13365,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13358,0,0,0,5,74000,132300,0,0,0,0,0,0,44433,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Not a Bug','Koltira, aboard Orgrim\'s Hammer, wants you to collect 5 Dark Matters and summon a Dark Messenger at Aldur\'thar.','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.','','Well done, friend.$b$bThe messenger is up and reporting in as we speak.','Yes, $c?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32314,0,0,0,1,0,0,0,44433,44434,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dark Messenger summoned','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13366,2,80,77,0,210,1,3,0,0,690,0,0,0,0,0,0,0,0,0,0,13352,0,0,13367,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Need More Info','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.','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.','','This is alarming, indeed....','Have you discovered what their researchers are up to, $c?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',0,0,0,0,0,0,0,0,0,44459,44460,44461,0,1,1,1,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,12340), (13367,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,13366,13312,-13306,0,7,222000,198600,0,0,0,0,0,0,0,0,0,136,0,0,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,'No Rest For The Wicked','Koltira, aboard Orgrim\'s Hammer, wants you to slay Alumeth the Ascended at Aldur\'thar.','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!','','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, $r? Were you able to stop Alumeth?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32300,0,0,0,1,0,0,0,44477,44479,44478,44476,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alumeth the Ascended Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13368,2,80,77,0,210,1,5,0,0,690,0,0,0,0,0,0,0,0,0,0,13367,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'No Rest For The Wicked','Koltira, aboard Orgrim\'s Hammer, wants you to slay Alumeth the Ascended at Aldur\'thar.','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!','','Alumeth has suffered a sound defeat, but I sense that his spirit still lingers...','Well, friend? Were you successful against Alumeth?','Return to Koltira Deathweaver at Orgrim\'s Hammer in Icecrown.',32300,0,0,0,1,0,0,0,44477,44479,44478,44476,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alumeth the Ascended Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13369,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13347,0,0,13370,5,0,99600,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Fate, Up Against Your Will','Assist Lady Jaina Proudmoore in Orgrimmar. Speak to the Warchief of the Horde, Thrall, at Orgrimmar on the continent of Kalimdor.','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.','','The Horde does not want war, $r. Listen well...',NULL,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,12340), (13370,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13369,0,0,13371,5,0,99600,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Royal Coup','Use the portal in Grommash Hold to return to Stormwind Keep and deliver Thrall\'s message to King Varian Wrynn.','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.','','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!',NULL,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,12340), (13371,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13370,0,0,13377,1,0,10200,0,0,0,0,0,0,0,0,0,128,0,0,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,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'The Killing Time','Use the Portal to the Undercity inside Stormwind Keep to teleport to the Undercity. Report to Broll Bearmantle when you arrive at your destination.','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.','','Who are you supposed to be? Varian said he\'d send heroes.',NULL,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,12340), (13372,2,80,80,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13384,0,0,7,222000,198600,0,0,0,0,0,0,44569,1,0,128,0,0,0,0,0,44582,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,7,0,0,0,0,0,0,0,0,0,571,3531.14,271.28,1,'The Key to the Focusing Iris','Deliver the Key to the Focusing Iris to Alexstrasza the Life-Binder atop Wyrmrest Temple in the Dragonblight.','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.','','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?','Return to Alexstrasza the Life-Binder at The Dragon Wastes in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13373,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13379,0,0,0,5,74000,132300,0,61282,0,0,0,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,0,0,0,0,0,0,0,0,0,'Fringe Science Benefits','Fringe Engineer Tezzla wants you to kill 40 Bombardment Infantry, 8 Bombardment Captains and 15 Gargoyle Ambushers.','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.','','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?','Return to Fringe Engineer Tezzla at Aldur\'thar: The Desolation Gate in Icecrown.',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,12340), (13374,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13376,5,74000,132300,0,61282,0,0,0,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,0,0,0,0,0,0,0,0,0,'Amped for Revolt!','Fringe Engineer Tezzla wants you to kill Bombardment Infantry, Gargoyle Ambushers, Frostbrood Sentries and Scourge War Machines.$B','$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!','','You did it, you did it! You\'re a great gunner, and you compliment my infra-green technology like grease on a hydro-gasket!',NULL,'Return to Fringe Engineer Tezzla at The Bombardment in Icecrown.',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,12340), (13375,2,80,80,0,65,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13385,0,0,8,296000,264600,0,0,0,0,0,0,44577,1,0,128,0,0,0,0,0,44581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1091,0,0,0,0,7,0,0,0,0,0,0,0,0,0,571,3531.14,271.28,1,'The Heroic Key to the Focusing Iris','Deliver the Heroic Key to the Focusing Iris to Alexstrasza the Life-Binder atop Wyrmrest Temple in the Dragonblight.','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.','','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?','Return to Alexstrasza the Life-Binder at The Dragon Wastes in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13376,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13373,0,0,0,6,148000,165300,0,61282,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Total Ohmage: The Valley of Lost Hope!','Fringe Engineer Tezzla wants you to kill 50 Bombardment Infantry, 20 Gargoyle Ambushers, 12 Frostbrood Sentries and 12 Scourge War Machines.','$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!','','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.','Return to Fringe Engineer Tezzla at Aldur\'thar: The Desolation Gate in Icecrown.',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,12340), (13377,2,74,71,0,65,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13371,0,0,0,8,224000,199200,0,0,0,0,0,0,0,0,0,194,2,0,0,0,0,44597,0,0,0,1,0,0,0,44591,44592,44593,44594,44595,44596,1,1,1,1,1,1,72,1050,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Battle For The Undercity','Assist King Varian Wrynn and Lady Jaina Proudmoore in bringing Grand Apothecary Putress to justice! Report to King Varian Wrynn should you succeed.','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','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!',NULL,'Return to King Varian Wrynn 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,12340), (13378,2,80,77,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13373,1,7400,13200,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,'Chief Engineer Copperclaw','Speak with Chief Engineer Copperclaw.','Speak with Chief Engineer Copperclaw.','',NULL,NULL,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,12340), (13379,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13239,0,0,13373,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Green Technology','Speak with Fringe Engineer Tezzla.','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!','','Yes, yes! You found me! And just in time!',NULL,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,12340), (13380,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13383,0,0,0,5,74000,132300,0,61282,0,0,0,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,0,0,0,0,0,0,0,0,0,'Leading the Charge','Kibli Killohertz wants you to kill 40 Bombardment Infantry, 8 Bombardment Captains and 15 Gargoyle Ambushers.','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!','','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.','Return to Kibli Killohertz at Aldur\'thar: The Desolation Gate in Icecrown.',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,12340), (13381,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13382,5,74000,132300,0,61282,0,0,0,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,0,0,0,0,0,0,0,0,0,'Watts My Target','Kibli Killohertz wants you to kill Bombardment Infantry, Gargoyle Ambushers, Frostbrood Sentries and Scourge War Machines.','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.','','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...',NULL,'Return to Kibli Killohertz at Aldur\'thar: The Desolation Gate in Icecrown.',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,12340), (13382,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13381,0,0,0,6,148000,165300,0,61282,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Putting the Hertz: The Valley of Lost Hope','Kibli Killohertz wants you to kill 50 Bombardment Infantry, 20 Gargoyle Ambushers, 12 Frostbrood Sentries and 12 Scourge War Machines.','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! ','','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!','Return to Kibli Killohertz at Aldur\'thar: The Desolation Gate in Icecrown.',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,12340), (13383,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13380,1,7400,13200,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Killohertz','Chief Engineer Boltwrench wants you to find Kibli Killohertz at the hidden Alliance airport above Aldur\'thar, the Desolation Gate.','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.','','Yes, yes, yes! A thousand times, hello!',NULL,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,12340), (13384,2,80,80,0,4500,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13372,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,200,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,1091,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Judgment at the Eye of Eternity','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.','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.','','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.','Return to Krasus at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13385,2,80,80,0,4500,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13375,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,200,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,1091,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic Judgment at the Eye of Eternity','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.','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.','','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.','Return to Krasus at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13386,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13225,0,0,13387,3,0,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Exploiting an Opening','Speak to Captain Kendall below Icecrown Citadel.','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?','','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.',NULL,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,12340), (13387,2,80,77,0,4522,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13386,0,0,13388,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,38737,39036,39070,39102,0,0,1,1,1,1,0,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Securing the Perimeter','Captain Kendall at Icecrown Citadel wants you to slay 10 Hulking Horrors.','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.','','You\'re as good as Thassarian said. Good job!','For the Alliance!','Return to Captain Kendall at Icecrown Citadel in Icecrown.',31411,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13388,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13387,0,0,13389,1,7400,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Set it Off!','Captain Kendall, below Icecrown Citadel, wants you to go to the nearby Saronite Bomb Stack to light the fuse.','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.','','These bombs look pretty potent. They should at least put a dent in the surrounding structure.',NULL,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,12340), (13389,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13388,13168,0,13390,1,7400,13200,0,0,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Short Fuse','Look for clues wherever the fall takes you.','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.','','This pulsing object is covered in a thick layer of ice. It shimmers strangely beneath the water.',NULL,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,12340), (13390,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13389,0,0,13391,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Voice in the Dark','Investigate the nearby voice in Naz\'anak, the Forgotten Depths.','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.\"','','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.',NULL,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,12340), (13391,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13390,0,0,13392,5,58000,132300,0,0,0,0,0,0,0,0,0,136,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,'Time to Hide','Matthias Lehner wants you to obtain 3 Faceless One\'s Blood.','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!','','What are you waiting for? You have to rub it on you!$B$BQuick! Or he\'ll see you!','Did you get the blood?','Return to Matthias Lehner at Naz\'anak: The Forgotten Depths in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13392,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13391,0,0,13393,3,37000,66300,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return to the Surface','Return to Thassarian aboard the Skybreaker.','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.','','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...',NULL,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,12340), (13393,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13392,0,0,0,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Field Repairs','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.','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!','','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.','Return to Wrecked Demolisher at The Valley of Lost Hope in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13394,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13393,0,0,13395,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,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,'Do Your Worst','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\'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.','','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?','Return to Matthias Lehner at The Valley of Lost Hope in Icecrown.',31812,31813,31815,0,150,20,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13395,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13394,0,0,13396,6,0,165300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Army of the Damned','Matthias Lehner at the First Legion Forward Camp wants you to raise an army of 100 Ghoulish Minions.','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.','','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?','Return to Matthias Lehner at The Valley of Lost Hope in Icecrown.',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,'Ghoulish Minion Raised','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13396,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13395,0,0,13397,3,37000,66300,0,0,0,0,0,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,1050,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Futility','Return to Thassarian aboard the Skybreaker.','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.','','Nice shooting, $N. The Scourge never had a chance.$B$BAre you feeling okay? 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.',NULL,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,12340), (13397,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13396,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,39115,39135,39136,39130,39133,0,1,1,1,1,1,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sindragosa\'s Fall','Thassarian aboard the Skybreaker wants you to slay 5 Wyrm Reanimators, 8 Cultist Corrupters and 3 Vrykul Necrolords at 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.','','Nice job, $N. You make the rest of us look bad!','$N, you\'re back!','Return to Thassarian at the Skybreaker in Icecrown.',31731,31738,31783,0,5,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,0,0,0,0,0,0,0,0,0,0,12340), (13398,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13397,0,0,13399,5,74000,132300,0,61043,0,0,0,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,0,0,0,0,0,0,0,0,0,'Where Dragons Fell','Matthias Lehner at Sindragosa\'s Fall wants you to obtain 6 Whelp Bone Dusts.','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.','','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?','Return to Matthias Lehner at Sindragosa\'s Fall in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13399,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13398,0,0,13400,2,19000,33000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Time for Answers','Speak to Matthias Lehner at the Court of Bones.','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.','','There you are. I started to wonder whether you\'d show up.',NULL,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,12340), (13400,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13399,0,0,13401,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,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,'The Hunter and the Prince','Matthias Lehner in the Court of Bones wants you to look for a Bloodstained Stone and complete the Prince\'s Destiny.','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.','','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?','Return to Matthias Lehner at the Court of Bones in Icecrown.',32797,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Prince\'s Destiny','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13401,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13400,0,0,13402,3,0,66300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Knowledge is a Terrible Burden','Report back to Thassarian aboard the Skybreaker.','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.','','Slow down, $n. Why don\'t you start again... from the beginning?',NULL,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,12340), (13402,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13401,0,0,13403,4,0,99300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tirion\'s Help','Speak to Highlord Tirion Fordring at the Crusader\'s Pinnacle.','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.','','Heavy words, $n. If it were somebody else saying them, I\'d be likely to judge them insane.',NULL,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,12340), (13403,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13402,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,44745,44746,44747,44748,0,0,1,1,1,1,0,0,1106,1098,1050,1085,0,7,7,7,7,0,0,0,0,0,0,0,0,0,0,'Tirion\'s Gambit','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.','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.','','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.','Return to Highlord Tirion Fordring at Crusaders\' Pinnacle in Icecrown.',0,32648,0,0,0,1,0,0,44784,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Tirion\'s Gambit','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13404,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,61282,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Static Shock Troops: the Bombardment','Kibli Killohertz wants you to kill 50 Bombardment Infantry, 10 Bombardment Captains and 20 Gargoyle Ambushers.','This is a short-ranged mission, over The Bombardment. A good warm up. Ready?','','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!','Return to Kibli Killohertz at Aldur\'thar: The Desolation Gate in Icecrown.',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,12340), (13405,2,-1,71,0,4384,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,11338,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4234,3,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,'Call to Arms: Strand of the Ancients','Win a Strand of the Ancients battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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.','Victory in Strand of the Ancients','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13406,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13373,0,0,0,5,74000,132300,0,61282,0,0,0,0,0,0,0,4232,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Riding the Wavelength: The Bombardment','Fringe Engineer Tezzla wants you to kill 50 Bombardment Infantry, 10 Bombardment Captains and 20 Gargoyle Ambushers.','Ready to warm up with a short bombing mission? You have your orders, and we have our bombers stocked and ready.','','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!','Return to Fringe Engineer Tezzla at Aldur\'thar: The Desolation Gate in Icecrown.',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,12340), (13407,2,-1,71,0,4384,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,11342,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4106,3,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,'Call to Arms: Strand of the Ancients','Win a Strand of the Ancients battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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.','Victory in Strand of the Ancients','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13408,2,60,55,0,3483,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,10106,0,0,4,7000,4350,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,40476,24579,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','Capture the Overlook, the Stadium and Broken Hill, then return to Warrant Officer Tracy Proudwell in Honor Hold in Hellfire Peninsula.','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.','','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!','Return to Warrant Officer Tracy Proudwell at Honor Hold in Hellfire Peninsula.',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,1,'Capture The Overlook','Capture the Stadium','Capture Broken Hill','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13409,2,60,55,0,3483,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,10110,0,0,4,7000,4350,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,40477,24581,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','Capture the Overlook, the Stadium and Broken Hill, then return to Battlecryer Blackeye in Thrallmar.','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!','','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!','Return to Battlecryer Blackeye at Thrallmar in Hellfire Peninsula.',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,1,'Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13410,2,60,55,0,3483,41,0,0,32,1101,0,0,0,0,0,0,0,0,0,0,0,10106,0,0,4,7000,4350,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24579,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,946,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','Capture the Overlook, the Stadium and Broken Hill, then return to Warrant Officer Tracy Proudwell in Honor Hold in Hellfire Peninsula.','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.','','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!','Return to Warrant Officer Tracy Proudwell at Honor Hold in Hellfire Peninsula.',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,1,'Capture The Overlook','Capture the Stadium','Capture Broken Hill','',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13411,2,60,55,0,3483,41,0,0,32,690,0,0,0,0,0,0,0,0,0,0,0,10110,0,0,4,7000,4350,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,24581,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hellfire Fortifications','Capture the Overlook, the Stadium and Broken Hill, then return to Battlecryer Blackeye in Thrallmar.','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!','','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!','Return to Battlecryer Blackeye at Thrallmar in Hellfire Peninsula.',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,1,'Capture The Overlook','Capture the Stadium','Capture Broken Hill','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13412,2,80,80,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13413,2,19000,33000,0,0,0,0,0,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,1091,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Corastrasza','Librarian Serrah wants you to speak to Corastrasza in Coldarra.','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.','','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.',NULL,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,12340), (13413,2,80,80,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13412,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,0,0,0,0,0,0,0,0,44354,44355,44356,44357,0,0,1,1,1,1,0,0,1091,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aces High!','Corastrasza on the upper ring of the Nexus in Coldarra wants you to ride her drake and kill 5 Scalesworn Elites.','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...','','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?','Return to Corastrasza at the Nexus in Borean Tundra.',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,'Scalesworn Elites Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13414,2,80,80,0,4024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13413,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Aces High!','Corastrasza on the upper ring of the Nexus in Coldarra wants you to ride her drake and kill 5 Scalesworn Elites.','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.','','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?','Return to Corastrasza at the Nexus in Borean Tundra.',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,'Scalesworn Elites Slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13415,2,80,77,0,67,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,12860,0,0,12872,3,37000,66300,0,0,0,0,0,0,41197,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Library Console','Take the Inventor\'s Disk to the Inventor\'s Library Console inside the Inventor\'s Library.','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. ','','$b$bInventor\'s disk authenticated. Welcome back, Keeper Mimir.','The console appears to have an opening for the inventor\'s disk.','Return to Inventor\'s Library Console at The Foot Steppes in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13416,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,12927,0,0,12928,3,37000,66300,0,0,0,0,0,0,41197,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Library Console','Take the Inventor\'s Disk to the Inventor\'s Library Console inside the Inventor\'s Library.','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. ','','$b$bInventor\'s disk authenticated. Welcome back, Keeper Mimir.','The console appears to have an opening for the inventor\'s disk.','Return to Inventor\'s Library Console at the Inventor\'s Library in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13417,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,0,0,0,130,2,0,0,0,0,0,0,0,0,0,0,0,0,43192,43191,43189,43190,0,0,1,1,1,1,0,0,1068,1126,0,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,'The Brothers Bronzebeard','Accompany Brann Bronzebeard and his flying machine to Frosthold.','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 to Frosthold.',NULL,'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.','Return to Velog Icebellow at Frosthold in The Storm Peaks.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13418,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,19000,33000,0,0,0,0,0,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,1050,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparations for War','Speak to Officer Van Rossem to secure passage to the Skybreaker in Icecrown, and then report to High Captain Justin Bartlett.','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.','','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.',NULL,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,'','','','',4,0,60,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13419,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,19000,33000,0,0,0,0,0,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparations for War','Speak to Sky-Reaver Klum to secure passage to Orgrim\'s Hammer in Icecrown, and then report to Sky-Reaver Korm Blackscar.','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.','','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.',NULL,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,12340), (13420,2,77,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,0,0,0,0,5,65000,128400,0,0,0,0,0,0,44724,1,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Everfrost','You are to return to Dun Niffelem and ask Calder about the piece of 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.','','$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.',NULL,NULL,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,0,0,0,12340), (13421,0,77,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,13420,0,0,0,0,65000,0,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Remember Everfrost!','','','','Well done, little $C.$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 be most grateful.','Have you discovered any more Everfrost, little $R?','Return to Calder at Dun Niffelem in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13422,2,79,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,55000,98100,0,0,0,0,0,0,42837,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Maintaining Discipline','Gretta the Arbiter in Brunnhildar Village wants you to use the Disciplining Rod on 6 Exhausted Vrykul inside the Forlorn Mine.','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.','','You continue to lead by example. We look up to you, $gbrother:sister;.','Hail, $gbrother:sister;.','Return to Gretta the Arbiter at Brunnhildar Village in The Storm Peaks.',29886,0,0,0,6,0,0,0,0,42837,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Exhausted Vrykul Disciplined','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13423,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Defending Your Title','Gretta the Arbiter in Brunnhildar Village wants you to defeat 6 Victorious Challengers.','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.','','You continue to prove yourself worthy. We are honored by your presence.',NULL,'Return to Gretta the Arbiter at Brunnhildar Village in The Storm Peaks.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13424,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,42499,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Back to the Pit','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.','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.','','You continue to demonstrate your prowess. Your sisters have not lost their respect for you.',NULL,'Return to Gretta the Arbiter at Brunnhildar Village in The Storm Peaks.',30174,0,0,0,6,0,0,0,0,42499,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13425,2,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Aberrations Must Die','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.','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.','','A leader in more ways than one. We thank you, $gbrother:sister;.','Did you destroy the blighted eggs?','Return to Gretta the Arbiter at Brunnhildar Village in The Storm Peaks.',-191840,0,0,0,30,0,0,0,0,41612,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,12340), (13426,2,80,77,0,67,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13034,1,7400,13200,0,0,0,0,0,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,1085,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Xarantaur, the Witness','Speak with Xarantaur at Camp Tunka\'lo.','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.','','So Boktar received my note? That\'s excellent news. I doubted the taunka longrummer who carried it would reach anyone.',NULL,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,12340), (13427,2,-1,61,0,2597,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,14180,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran or Shattrath.$B','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!','Victory in Alterac Valley','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13428,2,-1,61,0,2597,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,14183,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','Win an Alterac Valley battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran or Shattrath.','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.','Victory in Alterac Valley','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13429,2,70,70,0,3520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10949,0,0,10958,5,0,7500,0,0,0,0,0,0,0,0,0,202,2,0,0,0,0,32649,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,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.','',NULL,'Return to Xi\'ri at Ruins of Baa\'ri in Shadowmoon 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,12340), (13430,2,70,70,0,3836,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,0,0,0,0,0,0,0,0,0,200,0,0,0,0,0,31746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,935,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trial of the Naaru: Magtheridon','A\'dal in Shattrath City wants you to slay 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!','','You have proven yourself as a being of great power. The naaru approve...',NULL,'Return to A\'dal at Lower City in Shattrath City.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13431,2,70,70,0,3717,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,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,0,'The Cudgel of Kar\'desh','Skar\'this the Heretic in the heroic Slave Pens of Coilfang Reservoir wants you to bring him the Earthen Signet and the Blazing Signet.','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!$B','','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!','Return to Skar\'this the Heretic at The Headland in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13432,2,70,70,0,1941,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,132000,11400,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,990,0,0,0,0,5,0,0,0,0,300000,0,0,0,0,0,0,0,0,'The Vials of Eternity','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.','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.','','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.','Return to Soridormi in Tanaris.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13433,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13434,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13435,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13436,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13437,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13438,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13439,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13440,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Borean Tundra bonfire!',NULL,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,12340), (13441,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Borean Tundra bonfire!',NULL,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,12340), (13442,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Sholazar Basin bonfire!',NULL,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,12340), (13443,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Dragonblight bonfire!',NULL,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,12340), (13444,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Howling Fjord bonfire!',NULL,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,12340), (13445,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Grizzly Hills bonfire!',NULL,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,12340), (13446,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Storm Peaks bonfire!',NULL,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,12340), (13447,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Crystalsong Forest bonfire!',NULL,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,12340), (13448,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13449,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Alliance\'s Zul\'Drak bonfire!',NULL,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,12340), (13450,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Sholazar Basin bonfire!',NULL,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,12340), (13451,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Dragonblight bonfire!',NULL,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,12340), (13452,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13453,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Howling Fjord bonfire!',NULL,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,12340), (13454,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Grizzly Hills bonfire!',NULL,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,12340), (13455,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Storm Peaks bonfire!',NULL,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,12340), (13456,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13457,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Crystalsong Forest bonfire!',NULL,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,12340), (13458,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,45437,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,0,0,'Desecrate this Fire!','','','','Desecrate the Horde\'s Zul\'Drak bonfire!',NULL,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,12340), (13459,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13460,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13461,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13462,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13463,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13464,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13465,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13466,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13467,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13468,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13469,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13470,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13471,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13472,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13473,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13474,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13475,0,-1,71,0,-25,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,12,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,729,889,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'For Great Honor','','','',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42425,20559,20558,29024,20560,47395,1,1,1,1,1,1,7,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13476,1,-1,71,0,-25,41,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,12,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,729,889,510,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'For Great Honor','Bring a Mark of Honor from each battleground to a Horde Warbringer in any Horde capital city, Shattrath, Dalaran, or Wintergrasp.','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!','','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!','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,20558,20559,42425,29024,20560,47395,1,1,1,1,1,1,7,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13477,0,-1,71,0,-25,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,12,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,730,509,890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Concerted Efforts','','','',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13478,1,-1,71,0,-25,41,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,12,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,509,730,890,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Concerted Efforts','Bring a Mark of Honor from each battleground to an Alliance Brigadier General in any Alliance Capital City, Shattrath, Dalaran, or Wintergrasp.','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.','','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;?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,42425,20559,20558,29024,20560,47395,1,1,1,1,1,1,7,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13479,2,-1,1,0,-374,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Egg Hunt','The Sping Gatherer wants you to get 20 shell fragments.','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.','','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?','Return to Spring Gatherer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13480,2,-1,1,0,-374,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Great Egg Hunt','The Spring Collector wants you to get 20 shell fragments.','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.','','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?','Return to Spring Collector.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13481,2,80,77,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13144,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,130,2,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,0,0,0,0,0,0,'Let\'s Get Out of Here!','Escort Father Kamaros to safety and then report to Brother Keltan aboard Orgrim\'s Hammer.','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','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.',NULL,'Report to Brother Keltan at Orgrim\'s Hammer in 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,12340), (13482,2,80,77,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13144,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,130,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Let\'s Get Out of Here','Escort Father Kamaros to safety and then report to Absalan the Pious aboard the Skybreaker.','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','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.',NULL,'Report to Absalan the Pious at the Skybreaker in 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,12340), (13483,2,-1,1,0,-374,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13479,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spring Gatherers','Talk to a Spring Gatherer in Razor Hill, Brill, Bloodhoof Village, or Falconwing Square.','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.','','Yes! Yes, I think I have just the task for you...',NULL,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,12340), (13484,2,-1,1,0,-374,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13480,1,7400,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,0,0,0,0,0,0,0,0,0,0,0,'Spring Collectors','Talk to a Spring Collector in Goldshire, Kharanos, Dolanaar, or Azure Watch.','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.','','Yes! Yes, I think I have just the task for you...',NULL,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,12340), (13485,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Borean Tundra flame!',NULL,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,12340), (13486,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Sholazar Basin flame!',NULL,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,12340), (13487,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Dragonblight flame!',NULL,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,12340), (13488,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Howling Fjord flame!',NULL,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,12340), (13489,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Grizzly Hills flame!',NULL,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,12340), (13490,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Storm Peaks flame!',NULL,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,12340), (13491,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Crystalsong Forest flame!',NULL,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,12340), (13492,0,-1,1,0,-22,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Zul\'Drak flame!',NULL,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,12340), (13493,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Borean Tundra flame!',NULL,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,12340); INSERT INTO `quest_template` VALUES (13494,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Sholazar Basin flame!',NULL,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,12340), (13495,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Dragonblight flame!',NULL,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,12340), (13496,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Howling Fjords flame!',NULL,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,12340), (13497,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Grizzly Hills flame!',NULL,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,12340), (13498,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Storm Peaks flame!',NULL,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,12340), (13499,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Crystalsong Forest flame!',NULL,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,12340), (13500,0,-1,1,0,-22,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,37000,66300,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,0,0,0,0,0,0,0,'Honor the Flame','','','','Honor the Zul\'Drak flame!',NULL,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,12340), (13501,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13502,2,-1,1,0,-374,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44802,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Tisket, a Tasket, a Noblegarden Basket','The Noblegarden Vendor wants you to collect 10 Noblegarden Chocolates and return them along with the Egg 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.','','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?','Return to Noblegarden Vendor.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13503,2,-1,1,0,-374,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44802,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Tisket, a Tasket, a Noblegarden Basket','The Noblegarden Merchant wants you to collect 10 Noblegarden Chocolates and return them along with the Egg 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.','','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?','Return to Noblegarden Merchant.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13524,2,74,73,0,394,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,12310,12308,12310,5,0,99600,0,0,0,0,0,0,0,0,0,137,0,0,0,0,0,0,0,0,0,0,0,0,0,38733,39031,39059,39097,38750,0,1,1,1,1,1,0,1050,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Silverbrook','Open the Wooden Cage and help the Freed Alliance Scout escape from Silverbrook. Report to Lieutenant Dumont when you reach Amberpine Lodge.','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!','',NULL,NULL,'Return to Lieutenant Dumont in Grizzly Hills.',28019,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Escape from Silverbrook','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13538,2,80,78,0,4197,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32840,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Southern Sabotage','Destroy Shadowsight Tower, Flamewatch Tower or Winter\'s Edge Tower and return to Tactical Officer Ahbramis in Wintergrasp.','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!','','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?','Return to Tactical Officer Ahbramis in Wintergrasp.',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,0,'Destroy one of the three southern towers','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13539,2,80,78,0,4197,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,30,0,0,0,0,0,32840,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Toppling the Towers','Destroy Shadowsight Tower, Flamewatch Tower, or Winter\'s Edge Tower and return to Tactical Officer Kilrath in Wintergrasp.','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.','','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.','Return to Tactical Officer Kilrath in Wintergrasp.',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,0,'Destroy a southern tower in Wintergrasp','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13541,2,0,0,0,0,0,0,0,0,0,0,0,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,'','','','',NULL,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,12340), (13548,2,-1,1,0,-22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,65536,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,0,0,0,0,0,0,0,'Candy Bucket','','','','Candy buckets like this are located in inns throughout the realms. Go ahead... take some!',NULL,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,12340), (13549,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12635,0,0,0,5,65000,128400,0,0,0,0,0,0,44890,1,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,'Tails Up','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.','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.','','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.','Return to Chronicler To\'kini at Zim\'Torga in Zul\'Drak.',33005,33006,0,0,3,3,0,0,0,0,44890,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Female Frost Leopards recovered','Female Icepaw Bears recovered','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13556,2,77,74,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,128400,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Eggs for Dubra\'Jin','Ha\'wana at Dubra\'Jin needs you to collect 12 Gundrak Raptor Eggs.','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.','','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?','Return to Ha\'wana at Dubra\'Jin in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13559,0,80,77,0,67,0,0,0,0,0,0,0,0,0,0,0,1119,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,1,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,7,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.','Return to Lillehoff in Zul\'Drak.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13571,0,80,0,0,-304,0,0,0,0,0,185,350,0,0,0,0,0,0,0,0,12645,0,0,0,2,0,0,53056,53285,0,0,0,0,0,0,0,384,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fletcher\'s Lost and Found','','','','Above the stale, unwashed stench, you catch a whiff of a familiar smell! It appears as if this once-mighty adventurer has a real love for kungaloosh.$b$bPeeking through the bars, you can barely make out the recipe written on his arm....',NULL,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,12340), (13592,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Sir Marcus Barlowe at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','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?','Return to Sir Marcus Barlowe in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13593,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63463,0,0,0,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Stormwind','Speak with Marshal Jacob Alerius again if you wish to become a 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.','','We are proud that you have agreed to train with us and compete on our behalf.',NULL,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,12340), (13600,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Marshal Jacob Alerius at the Argent Tournament Grounds.','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.','','$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?','Return to Marshal Jacob Alerius in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13603,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Marshal Jacob Alerius at the Argent Tournament Grounds.','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.','','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?','Return to Marshal Jacob Alerius in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13604,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,45506,1,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Archivum Data Disc','Bring the Archivum Data Disc to the Archivum Console in Ulduar.','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.','','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.','Return to Archivum Console.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13606,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13607,13614,-13611,0,8,296000,264600,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,0,'Freya\'s Sigil','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.','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.','','Excellent job, $N. We\'re one step closer to saving Azeroth!','Freya\'s sigil, $N? Do ye have it?','Return to Prospector Doren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13607,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13604,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Celestial Planetarium','Prospector Doren at the Archivum in Ulduar wants you to locate the entrance to 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.','Entrance to Celestial Planetarium located','It\'s locked? Figures!$b$bLet\'s see what information this junk heap can give us...',NULL,'Return to Prospector Doren in 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,12340), (13609,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13607,13614,-13611,0,8,296000,264600,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,0,'Hodir\'s Sigil','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.','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!','','Ye did it! I don\'t know how, but ye did!','Did ye obtain the sigil, $N?','Return to Prospector Doren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13610,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13607,13614,-13611,0,8,296000,264600,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thorim\'s Sigil','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.','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.','','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?','Return to Prospector Doren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13611,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13607,13614,-13611,0,8,296000,264600,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mimiron\'s Sigil','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.','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.','','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?','Return to Prospector Doren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13614,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13611,0,0,0,8,296000,264600,0,0,0,0,0,0,45791,1,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Algalon','Bring the Sigils of the Watchers to the Archivum Console in Ulduar.','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.','','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.','Return to Archivum Console.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13616,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Marshal Jacob Alerius at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.','','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?','Return to Marshal Jacob Alerius in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13622,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13629,0,13629,0,0,0,0,0,0,0,0,0,45039,1,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,'Ancient History','Bring the Shattered Fragments of Val\'anyr to the Archivum Console in the Archivum in Ulduar.','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.','','Analyzing fragments... please stand by.','Awaiting input.','Return to Archivum Console.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13625,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learning The Reins','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.','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. ','','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?','Return to Scout Shalyndria in Icecrown.',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,0,'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,0,0,0,0,0,0,12340), (13627,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,45046,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jack Me Some Lumber','Bring 12 Rough Hewn Planks to Bezzle Blastbolt at the Argent Tournament Grounds.','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!','','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?','Return to Bezzle Blastbolt at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45046,0,0,0,1,0,0,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,12340), (13629,2,80,80,0,4445,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13622,0,0,0,7,222000,198600,0,0,0,0,0,0,45896,1,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Val\'anyr, Hammer of Ancient Kings','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.','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.','','Object integrity confirmed. Please hold while solidified residue is removed.','Awaiting input.','Return to Archivum Console.',0,0,0,0,0,0,0,0,0,45896,0,0,0,1,0,0,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,12340), (13631,2,80,80,0,4273,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13614,0,0,0,8,296000,264600,0,0,0,0,0,0,46052,1,0,64,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,'All Is Well That Ends Well','Take the Reply-Code Alpha to Rhonin in Dalaran.','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.','','You\'re here. Let us hope this works. For all our sakes.','You\'re ready, $N?','Return to Rhonin in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13633,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,13641,0,13641,5,74000,132300,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight of Westfall?','Investigate the Black Knight\'s claims and return to Crusader Rhydalla at the Argent Tournament Grounds with your findings.','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.','','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?','Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13634,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,13641,0,13641,5,74000,132300,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight of Silverpine?','Investigate the Black Knight\'s claims and return to Crusader Rhydalla at the Argent Tournament Grounds with your findings.','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?','','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?','Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13641,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13643,0,0,5,74000,132300,0,0,0,0,0,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,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Seer\'s Crystal','Bring a Seer\'s Crystal to Crusader Rhydalla at the Argent Tournament Grounds.','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.','','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?','Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13643,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13641,0,0,13654,5,74000,132300,0,0,0,0,0,0,45070,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stories Dead Men Tell','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.','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.','','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?','Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',-194537,-194539,-194538,0,1,1,1,0,0,0,0,45070,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (13649,2,-1,1,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,8,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,'Justin\'s Fun Test','Use the Complimentary Brewfest Sampler to hit S.T.O.U.T. 5 times, then talk to Boxey Boltspinner.','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.','',NULL,NULL,'Return to [PH] Justin\'s Test NPC.',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,0,'S.T.O.U.T. Hit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13654,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13643,0,0,13663,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'There\'s Something About the Squire','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.','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.','','$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?','Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45080,0,0,0,1,0,0,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,12340), (13662,0,60,45,0,51,81,0,0,0,0,0,0,0,0,0,0,59,0,3000,0,7722,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gaining 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.$B$BBring me all the Dark Iron residue you find!','Return to Master Smith Burninate in Searing Gorge.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13663,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13654,0,0,0,5,74000,132300,0,0,0,0,0,0,45083,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight\'s Orders','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.','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.','','$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?','Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',33519,0,0,0,1,0,0,0,0,0,0,45083,0,0,0,1,0,45121,45122,0,0,0,0,1,1,0,0,0,0,'Black Knight\'s Gryphon taken','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13664,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13663,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,128,0,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight\'s Fall','Defeat the Black Knight and then speak to Crusader Rhydalla at the Argent Tournament Grounds.','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.','','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.',NULL,'Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',33785,0,0,0,1,0,0,0,0,45568,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13665,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.$B$B','','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?','Return to Captain Joseph Holley in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13666,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Arcanist Taelis at the Argent Tournament Grounds.','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.','','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?','Return to Arcanist Taelis in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13667,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13828,1,7400,13200,0,0,0,0,0,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,1094,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Argent Tournament','Speak with Arcanist Taelis at the Argent Tournament grounds to enroll in the 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.','','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.',NULL,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,12340), (13668,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13829,1,7400,13200,0,0,0,0,0,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,1124,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Argent Tournament','Speak with Magister Edien Sunhollow at the Argent Tournament grounds to enroll in the 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.$B','','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.',NULL,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,12340), (13669,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Arcanist Taelis at the Argent Tournament Grounds.','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.','','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?','Return to Arcanist Taelis in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13670,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Arcanist Taelis at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.','','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?','Return to Arcanist Taelis in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13671,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,45192,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Training In The Field','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.','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.','','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?','Return to Avareth Swiftstrike in Icecrown.',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,0,'Icecrown Scourge slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13672,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13679,1,7400,13200,0,0,0,0,0,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,1094,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Up To The Challenge','Present Arcanist Taelis at the Argent Tournament with 15 Aspirant\'s Seals to signify you\'re ready to undergo the aspirant\'s 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.','','Very well, I will make the arrangements.','Do you wish to take the aspirant\'s challenge?','Return to Arcanist Taelis in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13673,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Magister Edien Sunhollow at the Argent Tournament Grounds.','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.','','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?','Return to Magister Edien Sunhollow at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13674,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Magister Edien Sunhollow at the Argent Tournament Grounds.','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.','','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?','Return to Magister Edien Sunhollow at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13675,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Magister Edien Sunhollow at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.','','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?','Return to Magister Edien Sunhollow at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13676,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,45192,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Training In The Field','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.','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.','','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.',NULL,'Return to Amariel Sunsworn at Argent Tournament Grounds in Icecrown.',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,0,'Icecrown Scourge slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13677,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,58000,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,45192,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1124,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learning The Reins','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.','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. $B','','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.',NULL,'Return to Galathia Brightdawn at Argent Tournament Grounds in Icecrown.',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,0,'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,0,0,0,0,0,0,12340), (13678,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13680,1,7400,13200,0,0,0,0,0,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,1124,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Up To The Challenge','Present Magister Edien Sunhollow at the Argent Tournament with 15 Aspirant\'s Seals to signify you\'re ready to undergo the aspirant\'s 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.','','Very well, I will make the arrangements.','Do you wish to take the aspirant\'s challenge?','Return to Magister Edien Sunhollow at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13679,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13672,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Aspirant\'s Challenge','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.','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.','','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?','Return to Arcanist Taelis in Icecrown.',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,'Argent Valiant defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13680,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13678,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Aspirant\'s Challenge','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.','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.','','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?','Return to Magister Edien Sunhollow at Argent Tournament Grounds in Icecrown.',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,'Argent Valiant defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13681,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,45281,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Chip Off the Ulduar Block','Bring 15 Small Stone Blocks to Bozzle Blastbolt at the Argent Tournament Grounds.','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.','','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?','Return to Bozzle Blastbolt at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45281,0,0,0,1,0,0,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,12340), (13682,2,80,77,0,-241,1,3,0,1503,1101,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,2,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Threat From Above','Eadric the Pure at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','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.','','$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?','Return to Eadric the Pure at Argent Tournament Grounds in Icecrown.',33687,33695,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,12340), (13684,2,80,77,0,-241,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,13679,0,0,0,1,7400,13200,0,63463,0,0,0,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,72,1094,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Stormwind','Speak with Marshal Jacob Alerius at the Argent Tournament Grounds to become 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.','','Welcome aboard then, Valiant $N. The Stormwind delegation is proud to count you among its members.',NULL,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,12340), (13685,2,80,77,0,-241,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,13679,0,0,0,1,7400,13200,0,63463,0,0,0,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,47,1094,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Ironforge','Speak with Lana Stouthammer at the Argent Tournament Grounds to become 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.','','It\'s good to meet you, valiant. Ironforge needs competitors like you to prevail in the tournament.',NULL,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,12340), (13686,2,80,77,0,-241,0,0,0,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,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance Tournament Eligibility Marker','','','',NULL,NULL,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,12340), (13687,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horde Tournament Eligibility Marker','','','',NULL,NULL,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,12340), (13688,2,80,77,0,-241,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,13679,0,0,0,1,7400,13200,0,63463,0,0,0,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,54,1094,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Gnomeregan','Speak with Ambrose Boltspark at the Argent Tournament Grounds to become 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.','','Welcome aboard then, Valiant $n. The Gnomeregan delegation is proud to count you among its members.',NULL,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,12340), (13689,2,80,77,0,-241,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,13679,0,0,0,1,7400,13200,0,63463,0,0,0,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,69,1094,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Darnassus','Speak with Jaelyne Evensong at the Argent Tournament Grounds to become 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.','','Welcome to the Darnassus tournament delegation, $n. It will be a pleasure to train and compete alongside you.',NULL,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,12340), (13690,2,80,77,0,-241,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,13679,0,0,0,1,7400,13200,0,63463,0,0,0,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,930,1094,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of The Exodar','Speak with Colosos at the Argent Tournament Grounds to become 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.','','Welcome aboard then, Valiant $n. The Exodar\'s delegation is proud to count you among its members.',NULL,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,12340), (13691,2,80,77,0,-241,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,13680,0,0,0,1,7400,13200,0,63464,0,0,0,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,76,1124,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Orgrimmar','Speak with Mokra the Skullcrusher at the Argent Tournament Grounds to become 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.','','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.',NULL,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,12340), (13692,2,80,77,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4224,1,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,'The Sword and the Sea','Old Man Barlo in Crystalsong Forest wants you to bring him the Sword of Knighthood.','My sword was lost at sea. Catch it and bring it back!','',NULL,NULL,'Return to Old Man Barlo in Terokkar Forest.',0,0,0,0,0,0,0,0,45328,0,0,0,1,0,0,0,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,12340), (13693,2,80,77,0,-241,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,13680,0,0,0,1,7400,13200,0,63464,0,0,0,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,530,1124,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Sen\'jin','Speak with Zul\'tore at the Argent Tournament Grounds to become 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.','','You think you have what it takes to compete for Sen\'jin? I think we\'ll be finding out.',NULL,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,12340), (13694,2,80,77,0,-241,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,13680,0,0,0,1,7400,13200,0,63464,0,0,0,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,81,1124,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Thunder Bluff','Speak with Runok Wildmane at the Argent Tournament Grounds to become 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.','','On behalf of Thunder Bluff and its warriors, I welcome you, $n. Always fight honorably and bravely beneath our banner.',NULL,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,12340), (13695,2,80,77,0,-241,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,13680,0,0,0,1,7400,13200,0,63464,0,0,0,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,68,1124,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Undercity','Speak with Deathstalker Visceri at the Argent Tournament Grounds to become a valiant of the 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.','','Welcome to the Undercity delegation. $n. As a valiant, you\'ll train with us to prepare you for the highest level of competition.',NULL,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,12340), (13696,2,80,77,0,-241,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,13680,0,0,0,1,7400,13200,0,63464,0,0,0,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,911,1124,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant Of Silvermoon','Speak with Eressea Dawnsinger at the Argent Tournament Grounds to become 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.','','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.',NULL,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,12340), (13697,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13726,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Mokra the Skullcrusher at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Mokra the Skullcrusher at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13699,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13718,0,0,0,5,74000,132300,0,63518,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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.',NULL,'Return to Marshal Jacob Alerius in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13700,2,80,77,0,-241,0,0,0,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,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alliance Champion Marker','','','',NULL,NULL,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,12340), (13701,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1160,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Horde Champion Marker','','','',NULL,NULL,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,12340), (13702,2,80,77,0,-241,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,13699,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,44998,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13703,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63463,0,0,0,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,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Ironforge','Speak with Lana Stouthammer again if you wish to become a 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.','','We are proud that you have decided to join us and I know you will shine on the field.',NULL,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,12340), (13704,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63463,0,0,0,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,54,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Gnomeregan','Speak with Ambrose Boltspark again if you wish to become a 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.','','We\'re proud to count you among us, $n, and we look forward to training with you.',NULL,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,12340), (13705,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63463,0,0,0,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,930,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of The Exodar','Speak with Colosos again if you wish to become a 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.','','It\'s good to have you on our team, $n. We will all benefit from training with you.',NULL,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,12340), (13706,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63463,0,0,0,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,69,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Darnassus','Speak with Jaelyne Eveonsong again if you wish to become a 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.','','The warriors of Darnassus are honored to fight and train beside you.',NULL,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,12340), (13707,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63464,0,0,0,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,76,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Orgrimmar','Speak with Mokra the Skullcrusher again if you wish to become a 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.','','Welcome, then, $n. I look forward to watching you train with my men.',NULL,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,12340), (13708,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63464,0,0,0,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,530,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Sen\'jin','Speak with Zul\'tore again if you wish to become a 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.','','I am glad that you have decided to join us and look forward to seeing you in action.',NULL,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,12340), (13709,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63464,0,0,0,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,81,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Thunder Bluff','Speak with Runok Wildmane again if you wish to become a 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.','','I am honored that you have chosen to join our delegation. I know you will make us proud, $n.',NULL,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,12340), (13710,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63464,0,0,0,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Undercity','Speak with Deathstalker Visceri again if you wish to become a valiant of the 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.','','You have chosen wisely, $n. Both of us will benefit from this arrangement.',NULL,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,'Decided to become a Squire of Stormwind','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13711,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,63464,0,0,0,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,911,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Valiant Of Silvermoon','Speak with Eressea Dawnsinger again if you wish to become a 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.','','It will be an honor training and competing with you, $n.',NULL,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,12340), (13713,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13714,0,0,0,5,74000,132300,0,63518,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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.',NULL,'Return to Lana Stouthammer in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13714,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13713,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Lana Stouthammer at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Lana Stouthammer in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13715,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13723,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Ambrose Boltspark at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Ambrose Boltspark in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13716,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13724,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Colosos at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Colosos in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13717,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13725,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Jaelyne Evensong at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Jaelyne Evensong in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13718,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,13699,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Marshal Jacob Alerius at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Marshal Jacob Alerius in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13719,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13727,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Zul\'tore at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Zul\'tore at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13720,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13728,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Runok Wildmane at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Runok Wildmane at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13721,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13729,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Deathstalker Visceri at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Deathstalker Visceri at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13722,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13731,5,74000,132300,0,0,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Charge','Bring 25 Valiant\'s Seals to Eressea Dawnsinger at the Argent Tournament Grounds.','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.','','Impressive, valiant. I will make the arrangements for your test immediately.','Are you ready to demonstrate your mastery of the valiant\'s skills?','Return to Eressea Dawnsinger at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13723,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13715,0,0,0,5,74000,132300,0,63518,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.$B','','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.',NULL,'Return to Ambrose Boltspark in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13724,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13716,0,0,0,5,74000,132300,0,63518,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.$B','','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?','Return to Colosos in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13725,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13717,0,0,0,5,74000,132300,0,63518,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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?','Return to Jaelyne Evensong in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13726,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13697,0,0,0,5,74000,132300,0,63519,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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?','Return to Mokra the Skullcrusher at Argent Tournament Grounds in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13727,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13719,0,0,0,5,74000,132300,0,63519,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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?','Return to Zul\'tore at Argent Tournament Grounds in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13728,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13720,0,0,0,5,74000,132300,0,63519,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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?','Return to Runok Wildmane at Argent Tournament Grounds in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13729,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13721,0,0,0,5,74000,132300,0,63519,0,0,0,0,0,0,0,128,0,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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?','Return to Deathstalker Visceri at Argent Tournament Grounds in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13731,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13722,0,0,0,5,74000,132300,0,63519,0,0,0,0,0,0,0,128,0,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,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Valiant\'s Challenge','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 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.','','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?','Return to Eressea Dawnsinger at Argent Tournament Grounds in Icecrown.',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,'Argent Champion defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13732,2,80,77,0,-241,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,13713,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,44998,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13733,2,80,77,0,-241,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,13723,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,44998,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13734,2,80,77,0,-241,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,13724,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,44998,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13735,2,80,77,0,-241,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,13725,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,44998,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13736,2,80,77,0,-241,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,13726,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,45022,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13737,2,80,77,0,-241,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,13727,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,45022,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13738,2,80,77,0,-241,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,13728,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,45022,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13739,2,80,77,0,-241,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,13729,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,45022,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13740,2,80,77,0,-241,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,13731,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,45022,44990,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Champion Rises','Speak with Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13741,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Lana Stouthammer at the Argent Tournament Grounds.','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.','','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?','Return to Lana Stouthammer in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13742,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Lana Stouthammer at the Argent Tournament Grounds.','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.','','$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?','Return to Lana Stouthammer in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13743,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Lana Stouthammer at the Argent Tournament Grounds wants you to bring her Winter\'s Edge.','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.','','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?','Return to Lana Stouthammer in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13744,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Rollo Sureshot at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','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.',NULL,'Return to Rollo Sureshot in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13745,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.$B','','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?','Return to Clara Tumblebrew in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13746,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Ambrose Boltspark at the Argent Tournament Grounds.','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.','','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?','Return to Ambrose Boltspark in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13747,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Ambrose Boltspark at the Argent Tournament Grounds.','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.','','$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?','Return to Ambrose Boltspark in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13748,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Ambrose Boltspark at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.$B','','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?','Return to Ambrose Boltspark in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13749,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Tickin Gearspanner at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','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?','Return to Tickin Gearspanner in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13750,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.$B','','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?','Return to Flickin Gearspanner in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13752,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Colosos at the Argent Tournament Grounds.','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.','','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?','Return to Colosos in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13753,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Colosos at the Argent Tournament Grounds.','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.','','$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?','Return to Colosos in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13754,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Colosos at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.','','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?','Return to Colosos in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13755,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Saandos at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','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.',NULL,'Return to Saandos in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13756,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.','','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?','Return to Ranii in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13757,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Jaelyne Evensong at the Argent Tournament Grounds.','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.','','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?','Return to Jaelyne Evensong in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13758,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Jaelyne Evensong at the Argent Tournament Grounds.','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.','','$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?','Return to Jaelyne Evensong in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13759,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Jaelyne Evensong at the Argent Tournament Grounds wants you to bring her Winter\'s Edge.','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.','','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?','Return to Jaelyne Evensong in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13760,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Illestria Bladesinger at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','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?','Return to Illestria Bladesinger in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13761,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.','','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?','Return to Airae Starseeker in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13762,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Mokra the Skullcrusher at the Argent Tournament Grounds.','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.','','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?','Return to Mokra the Skullcrusher at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13763,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Mokra the Skullcrusher at the Argent Tournament Grounds.','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.','','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?','Return to Mokra the Skullcrusher at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13764,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Mokra the Skullcrusher at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.','','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?','Return to Mokra the Skullcrusher at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13765,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Akinos at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','A good day of training will never hurt anyone. It\'s good to see you keeping up.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','Return to Akinos at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13767,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.$B$B','','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?','Return to Morah Worgsister at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13768,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Zul\'tore at the Argent Tournament Grounds.','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.','','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?','Return to Zul\'tore at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13769,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Zul\'tore at the Argent Tournament Grounds.','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.','','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?','Return to Zul\'tore at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13770,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Zul\'tore at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.','','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?','Return to Zul\'tore at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13771,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Shadow Hunter Mezil-kree at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','A good day of training will never hurt anyone. It\'s good to see you keeping up.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','Return to Shadow Hunter Mezil-kree at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13772,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.$B$B','','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?','Return to Gahju at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13773,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Runok Wildmane at the Argent Tournament Grounds.','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.','','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?','Return to Runok Wildmane at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13774,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Runok Wildmane at the Argent Tournament Grounds.','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.','','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?','Return to Runok Wildmane at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13775,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Runok Wildmane at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.','','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?','Return to Runok Wildmane at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13776,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Dern Ragetotem at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','A good day of training will never hurt anyone. It\'s good to see you keeping up.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','Return to Dern Ragetotem at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13777,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.','','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?','Return to Anka Clawhoof at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13778,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Deathstalker Visceri at the Argent Tournament Grounds.','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.','','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?','Return to Deathstalker Visceri at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13779,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Deathsalker Visceri at the Argent Tournament Grounds.','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.','','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?','Return to Deathstalker Visceri at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13780,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Deathstalker Visceri at the Argent Tournament Grounds wants you to bring him Winter\'s Edge.','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.$B','','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?','Return to Deathstalker Visceri at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13781,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Sarah Chalke at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','A good day of training will never hurt anyone. It\'s good to see you keeping up.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','Return to Sarah Chalke at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13782,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.$B','','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?','Return to Handler Dretch at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13783,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,44986,1,0,4224,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Blade Fit For A Champion','Retrieve the Ashwood Brand and bring it to Eressea Dawnsinger at the Argent Tournament Grounds.','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.','','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?','Return to Eressea Dawnsinger at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,44986,0,0,0,1,0,0,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,12340), (13784,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Worthy Weapon','Bring the Blade of Drak\'Mar to Eressea Dawnsinger at the Argent Tournament Grounds.','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.','','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?','Return to Eressea Dawnsinger at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45000,0,0,0,4,0,0,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,12340), (13785,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Edge Of Winter','Eressea Dawnsinger at the Argent Tournament Grounds wants you to bring her Winter\'s Edge.','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.','','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?','Return to Eressea Dawnsinger at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,45005,0,0,0,1,0,0,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,12340), (13786,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'A Valiant\'s Field Training','Kethiel Sunlance at the Argent Tournament Grounds wants you to kill 10 Converted Heroes.','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.','','A good day of training will never hurt anyone. It\'s good to see you keeping up.','A good day of training will never hurt anyone. It\'s good to see you keeping up.','Return to Kethiel Sunlance at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13787,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,68474,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'The Grand Melee','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.','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.$B$B','','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?','Return to Aneera Thuron at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13788,2,80,77,0,-241,1,3,0,32,1101,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,2,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Threat From Above','Crok Scourgebane at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','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.','','$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?','Return to Crok Scourgebane in Icecrown.',33687,33695,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,12340), (13789,2,80,77,0,-241,0,0,0,1503,1101,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','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.','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. ','','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?','Return to Cellian Daybreak at Argent Tournament Grounds in Icecrown.',35297,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,'Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13790,2,80,77,0,-241,0,0,0,1503,1101,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Among 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.$B','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.','','Well done. Training against the other champions 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?','Return to Luuri at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13791,2,80,77,0,-241,0,0,0,32,1101,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','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.','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.','','You have done well in demonstrating our commitment to fighting the Scourge, no matter where we are or what we are doing.','Have you tested yourself in combat against the Scourge?','Return to Zor\'be the Bloodletter in Icecrown.',35297,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,'Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13793,2,80,77,0,-241,0,0,0,32,1101,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Among 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.','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.','','You handle your mount well, $n. In time, your competitors will learn to fear you.','Have you finished training with the other champions?','Return to Illyrie Nightfall in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13794,2,80,77,0,-241,0,0,0,1503,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7400,13200,0,0,0,0,0,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,1106,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Eadric the Pure','Speak with Eadric the Pure at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13795,2,80,77,0,-241,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,7400,13200,0,0,0,0,0,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,1098,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scourgebane','Speak with Crok Scourgebane at the Argent Tournament Grounds.','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.','','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.',NULL,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,12340), (13807,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Tournament Invitation','','','',NULL,NULL,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,12340), (13809,2,80,77,0,-241,1,3,0,1503,690,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,2,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Threat From Above','Eadric the Pure at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','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.','','$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?','Return to Eadric the Pure at Argent Tournament Grounds in Icecrown.',33687,33695,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,12340), (13810,2,80,77,0,-241,0,0,0,1503,690,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','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.','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.','','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?','Return to Cellian Daybreak at Argent Tournament Grounds in Icecrown.',35297,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,'Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13811,2,80,77,0,-241,0,0,0,1503,690,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Among 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.','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.','','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?','Return to Luuri at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13812,2,80,77,0,-241,1,3,0,32,690,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,2,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Threat From Above','Crok Scourgebane at the Argent Tournament wants you to defeat Chillmaw and 3 Cultist Bombardiers.','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.','','$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?','Return to Crok Scourgebane in Icecrown.',33687,33695,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,12340), (13813,2,80,77,0,-241,0,0,0,32,690,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4232,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Taking Battle To The Enemy','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.','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.','','You have done well in demonstrating our commitment to fighting the Scourge, no matter where we are or what we are doing.','Have you tested yourself in combat against the Scourge?','Return to Zor\'be the Bloodletter in Icecrown.',35297,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,'Cult of the Damned member slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13814,2,80,77,0,-241,0,0,0,32,690,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Among 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 Sunreaver Pavilion.','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.','','You handle your mount well, $n. In time, your competitors will learn to fear you.','Have you finished training with the other champions?','Return to Illyrie Nightfall in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13816,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13817,0,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,68,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: The Celestial Planetarium','Prospector Loren at the Archivum in Ulduar wants you to locate the entrance to 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.','Entrance to Celestial Planetarium located','It\'s locked? Figures!$b$bI\'ll let Brann know... maybe he can uncover something in the Archivum.',NULL,'Return to Prospector Loren in 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,12340), (13817,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,222000,198600,0,0,0,0,0,0,45857,1,0,192,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Archivum Data Disc','Bring the Archivum Data Disc to the Archivum Console in Ulduar.','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.','','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.','Return to Archivum Console.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13818,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13824,0,0,0,8,296000,264600,0,0,0,0,0,0,45855,1,0,72,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Algalon','Bring the Sigils of the Watchers to the Archivum Console in Ulduar.','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.','','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.','Return to Archivum Console.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13819,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13818,0,0,0,8,296000,264600,0,0,0,0,0,0,46053,1,0,64,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,'Heroic: All Is Well That Ends Well','Take the Reply-Code Alpha to Rhonin in Dalaran.','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.','','You\'re here. Let us hope this works. For all our sakes.','You\'re ready, $N?','Return to Rhonin in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (13820,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Blastbolt Brothers','Speak with Bezzle Blastbolt at the Argent Tournament Grounds.','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.','','So the justicar sent you to see us? Good, good...$b$bWe could always use more help with the, uh, \"requisition\" of materials.',NULL,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,12340), (13821,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13816,13818,-13824,0,8,296000,264600,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,0,'Heroic: Freya\'s Sigil','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.','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.','','Excellent job, $n. We\'re one step closer to saving Azeroth!','Freya\'s sigil, $n? Do ye have it?','Return to Prospector Loren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13822,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13816,13818,-13824,0,8,296000,264600,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,0,'Heroic: Hodir\'s Sigil','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.','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!','','Ye did it! I don\'t know how, but ye did!','Did ye obtain the sigil, $n?','Return to Prospector Loren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13823,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13816,13818,-13824,0,8,296000,264600,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Thorim\'s Sigil','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.','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.','','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?','Return to Prospector Loren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13824,2,80,80,0,4273,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13816,13818,-13824,0,8,296000,264600,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Heroic: Mimiron\'s Sigil','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.','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.','','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?','Return to Prospector Loren in Ulduar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13825,0,-1,0,0,-304,0,0,0,0,0,185,1,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,'Clamlette Surprise','','','',NULL,NULL,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,12340), (13826,0,-1,0,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,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,'Nat Pagle, Angler Extreme','','','',NULL,NULL,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,12340), (13827,0,77,70,0,-101,0,0,0,0,0,0,0,0,0,0,0,0,0,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,'Treasure!','','','',NULL,NULL,'Return to Pirate Treasure Chest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13828,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13667,13672,-13828,0,3,37000,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of Melee','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.','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.','','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?','Return to Arcanist Taelis in Icecrown.',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,'Jeran Lockwood\'s advice','Use Thrust on Melee Target','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13829,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13668,13678,-13829,0,3,37000,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of Melee','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.','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.','','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?','Return to Magister Edien Sunhollow at Argent Tournament Grounds in Icecrown.',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,'Jeran Lockwood\'s advice','Use Thrust on Melee Target','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13830,2,-1,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,13830,0,5,0,0,0,0,0,0,0,0,0,0,0,4482,3,0,0,0,0,46007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ghostfish','Marcia Chase in Dalaran City wants you to discover the mystery of the Phantom 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!','Discover the Ghostfish mystery','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','Return to Marcia Chase in Dalaran.',0,0,0,0,0,0,0,0,45902,0,0,0,1,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,1,0,0,0,0,0,0,0,12340), (13832,2,-1,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,13830,0,5,0,0,0,0,0,0,0,0,0,0,0,4480,1,0,0,0,0,46007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jewel Of The Sewers','Marcia Chase in Dalaran City wants you to bring her a piece of Corroded Jewelry.','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.','','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?','Return to Marcia Chase at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13833,2,-1,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,13830,0,5,0,0,0,-1,0,0,0,0,0,0,0,4480,1,0,0,0,0,46007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Is Thicker','Marcia Chase in Dalaran City wants you to bring her 5 Bloodtooth Frenzies.','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.','','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.','Return to Marcia Chase at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45905,0,0,0,0,0,5,0,0,0,0,0,0,'','','','',1,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (13834,2,-1,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,13830,0,5,0,0,0,0,0,0,0,0,0,0,0,4480,1,0,0,0,0,46007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dangerously Delicious','Marcia Chase in Dalaran City wants you to bring her 10 Terrorfish.','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.','','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.','Return to Marcia Chase at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45904,0,0,0,0,0,10,0,0,0,0,0,0,'','','','',1,5,0,0,0,0,0,0,0,0,1,1,5,0,0,0,0,0,12340), (13835,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13667,13672,-13828,0,3,37000,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Shield-Breaker','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.','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.','','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?','Return to Scout Shalyndria in Icecrown.',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,'Valis Windchaser\'s advice','Use Shield-Breaker on vulnerable Ranged Target','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13836,2,-1,70,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,13830,0,5,0,132300,0,0,0,0,0,0,0,0,0,4224,1,0,0,0,0,46007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Disarmed!','Olisarra the Kind in Dalaran City wants you to return the Severed Arm to her.','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.','','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?','Return to Olisarra the Kind at First to Your Aid in Dalaran City.',0,0,0,0,0,0,0,0,45328,0,0,0,1,0,0,0,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,12340), (13837,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,13667,13672,-13828,0,3,37000,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Charge','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.','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.','','With a teacher like Rugan, you\'ll be an expert at mounted combat in no time.','Have you mastered the use of the charge?','Return to Avareth Swiftstrike in Icecrown.',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,'Rugan Steelbelly\'s advice','Charge vulnerable Charge Target','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13838,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13668,13678,-13829,0,3,37000,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Shield-Breaker','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.','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.','','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?','Return to Galathia Brightdawn at Argent Tournament Grounds in Icecrown.',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,'Valis Windchaser\'s advice','Use Shield-Breaker on vulnerable Ranged Target','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13839,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,13668,13678,-13829,0,3,37000,66300,0,0,0,0,0,0,0,0,0,128,0,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,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mastery Of The Charge','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.','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.','','With experience and practice, you will become deadly with the charge.',NULL,'Return to Amariel Sunsworn at Argent Tournament Grounds in Icecrown.',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,'Rugan Steelbelly\'s advice','Charge vulnerable Charge Target','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13840,2,1,1,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,13563,0,0,0,0,0,0,0,264,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','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.','\"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.','',NULL,NULL,'Return to Chicken.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13843,2,80,77,0,67,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,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Scrapbot Construction Kit','Interact with the Prototype Console in The Inventor\'s Library.','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.','','You take note of the information displayed in the schematic and the materials required to construct the scrapbot kit.',NULL,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,12340), (13845,2,80,70,0,4613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46005,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sealed Vial of Poison','Bring the Seal Vial of Poison to Alchemist Cinesra in the Dalaran Sewers.','This vial of poison looks particularly dangerous. Perhaps someone in Dalaran might be interested in it.','','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?','Return to Alchemist Cinesra at the Black Market in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13846,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-100000,0,0,0,0,0,0,0,0,0,0,4232,1,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,4,0,0,0,0,10000,0,0,0,0,0,0,0,0,'Contributin\' To The Cause','Speak with Squire Artie to contribute 10 gold to the Argent Crusade\'s 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?','','Thank you. I just know the crusade will put it to good use!','Do you want to contribute?',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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13847,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Captain Joseph Holley at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','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.','','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?','Return to Captain Joseph Holley in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13850,2,53,48,0,490,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,13887,5,8000,4500,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,'Toxic Tolerance','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 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.','','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!','Return to Mor\'vek at The Marshlands in Un\'Goro Crater.',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,'Splashed with Venomhide blood','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13851,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Clara Tumblebrew at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','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.','','Your bravery on the field has shown the crusaders that we are worthy allies.','Have served alongside the crusaders in the Court of Bones?','Return to Clara Tumblebrew in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13852,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Flickin Gearspanner at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','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.','','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?','Return to Flickin Gearspanner in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13854,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Ranii at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','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.','','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?','Return to Ranii in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13855,2,80,77,0,-241,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Airae Starseeker at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','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.','','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?','Return to Airae Starseeker in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13856,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Morah Worgsister at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, and 3 Boneguard Lieutenants.','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.','','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?','Return to Morah Worgsister at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13857,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Gahju at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','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.','','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?','Return to Gahju at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13858,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Anka Clawhoof at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','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.','','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?','Return to Anka Clawhoof at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13859,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,911,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Aneera Thuron at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','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.','','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?','Return to Aneera Thuron at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13860,2,80,77,0,-241,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'At The Enemy\'s Gates','Handler Dretch at the Argent Tournament Grounds wants you to kill 15 Boneguard Footmen, 10 Boneguard Scouts, 3 Boneguard Lieutenants.','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.','','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?','Return to Handler Dretch at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13861,2,80,77,0,-241,0,0,0,1503,1101,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','Eadric the Pure at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','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.','','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?','Return to Eadric the Pure at Argent Tournament Grounds in Icecrown.',34127,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,12340), (13862,2,80,77,0,-241,0,0,0,1503,690,0,0,0,0,0,0,0,0,0,0,13794,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1106,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','Eadric the Pure at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','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.','','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?','Return to Eadric the Pure at Argent Tournament Grounds in Icecrown.',34127,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,12340), (13863,2,80,77,0,-241,0,0,0,32,690,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1124,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','Crok Scourgebane at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','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.','','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?','Return to Crok Scourgebane in Icecrown.',34127,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,12340), (13864,2,80,77,0,-241,0,0,0,32,1101,0,0,0,0,0,0,0,0,0,0,13795,0,0,0,5,74000,132300,0,64689,0,0,0,0,0,0,0,4224,1,0,0,0,0,44990,0,0,0,1,0,0,0,46114,45724,0,0,0,0,1,1,0,0,0,0,1098,1094,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,'Battle Before The Citadel','Crok Scourgebane at the Argent Tournament Grounds wants you to kill 3 Boneguard Commanders.','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.','','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?','Return to Crok Scourgebane in Icecrown.',34127,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,12340), (13887,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13906,5,8000,4500,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,'Venomhide Eggs','Bring 4 Venomhide Ravasaur Eggs to Mor\'vek in the southeast part of the Marshlands.','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.','','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?','Return to Mor\'vek at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13889,2,53,48,0,490,0,0,0,0,514,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hungry, Hungry Hatchling','Your Venomhide Hatchling wants you to feed it 15 pieces of Fresh Dinosaur Meat.','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.','','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.','Speak to your Venomhide Hatchling.',34327,0,0,0,15,0,0,0,0,0,46367,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh Dinosaur Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13903,2,53,48,0,490,0,0,0,0,514,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gorishi Grub','Your Venomhide Hatchling wants you to feed it 10 Silithid Meat.','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 flashes you a toothy smile and then settles in for a nap.','The hatchling cocks its head and looks at you.','Speak to your Venomhide Hatchling.',34336,0,0,0,10,0,0,0,0,0,46380,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silithid Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13904,2,53,48,0,490,0,0,0,0,514,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poached, Scrambled, Or Raw?','Your Venomhide Hatchling wants you to feed it 12 Silithid Eggs.','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 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.','Speak to your Venomhide Hatchling.',34338,0,0,0,12,0,0,0,0,0,46382,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silithid Eggs fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13905,2,53,48,0,490,0,0,0,0,514,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Searing Roc Feathers','Your Venomhide Hatchling wants you to get 5 pieces of Searing Roc Plumage.','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.','','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.','Return to Venomhide Hatchling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13906,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13887,0,0,0,6,-800000,5700,0,0,0,0,0,0,46362,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'They Grow Up So Fast','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.','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.','','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?','Return to Mor\'vek at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13908,2,53,48,0,490,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,-800000,4500,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gearing Up To Ride','Bring 20 Rugged Leather, 20 Runecloth, and 80 gold to Mor\'vek in the southeast part of the Marshlands in Un\'Goro Crater.','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.','',NULL,NULL,'Return to Mor\'vek at The Marshlands in Un\'Goro Crater.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13914,2,53,48,0,490,0,0,0,0,176,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Searing Roc Feathers','Your Venomhide Hatchling wants you to get 5 pieces of Searing Roc Plumage.','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.','','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.','Speak to your Venomhide Hatchling.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13915,2,53,48,0,490,0,0,0,0,176,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hungry, Hungry Hatchling','Your Venomhide Hatchling wants you to feed it 15 pieces of Fresh Dinosaur Meat.','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.','','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.','Speak to your Venomhide Hatchling.',34327,0,0,0,15,0,0,0,0,0,46367,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh Dinosaur Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13916,2,53,48,0,490,0,0,0,0,176,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poached, Scrambled, Or Raw?','Your Venomhide Hatchling wants you to feed it 12 Silithid Eggs.','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 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.',NULL,'Speak to your Venomhide Hatchling.',34338,0,0,0,12,0,0,0,0,0,46382,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silithid Eggs fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13917,2,53,48,0,490,0,0,0,0,176,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,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gorishi Grub','Your Venomhide Hatchling wants you to feed it 10 Silithid Meat.','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 flashes you a toothy smile and then settles in for a nap.','The hatchling cocks its head and looks at you.','Speak to your Venomhide Hatchling.',34336,0,0,0,10,0,0,0,0,0,46380,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Silithid Meat fed to Venomhide Hatchling','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13926,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13926,0,1,0,13200,0,0,0,0,0,0,46397,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Orphan Roo Of The Oracles','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.','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.','','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 your Oracle Orphan. Use your Oracle Orphan Whistle if your orphan is not nearby.',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,'Speak to Orphan Matron Aria','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13927,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13926,0,1,0,13200,0,0,0,0,0,0,46396,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Little Orphan Kekek Of The Wolvar','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.','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.','','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 your Wolvar Orphan. Use your Wolvar Orphan Whistle if your orphan is not nearby.',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,'Speak to Orphan Matron Aria','','','',1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13929,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13926,1,-13929,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Biggest Tree Ever!','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.','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.','Roo taken to visit Grizzlemaw','We never knew trees got that big! Nope. Maybe Great Ones had special plan for it?','Can we see the big tree? Can we?','Speak to your Oracle Orphan. Use your Oracle Orphan Whistle if your orphan is not 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,12340), (13930,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13927,0,-13930,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Home Of The Bear-Men','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.','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.','Kekek taken to visit Grizzlemaw','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.','Speak to your Wolvar Orphan. Use your Wolvar Orphan Whistle if your orphan is not 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,'','','','',1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13931,2,-1,1,0,-370,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,33955,1,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,'Another Year, Another Souvenir.','Redeem the Brewfest Stein Voucher with Blix Fixwidget in the back of the Brewfest camp.','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.','','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?','Return to Blix Fixwidget in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13932,2,-1,1,0,-370,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,33955,1,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,'Another Year, Another Souvenir.','Redeem the Brewfest Stein Voucher with Belbi Quikswitch in the Brewfest camp.','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.','','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?','Return to Belbi Quikswitch in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13933,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13926,1,-13929,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bronze Dragonshrine','Take your orphan, Roo, to visit the Bronze Dragonshrine. Make sure to call for him if he is not present when you get there.','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?','Roo taken to visit Bronze Dragonshrine','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?','Speak to your Oracle Orphan. Use your Oracle Orphan Whistle if your orphan is not 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,12340), (13934,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13927,0,-13930,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Bronze Dragonshrine','Take your orphan, Kekek, to visit the Bronze Dragonshrine. Make sure to call for him if he is not present when you get there.','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.','Kekek taken to Bronze Dragonshrine','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.','Speak to your Wolvar Orphan. Use your Wolvar Orphan Whistle if your orphan is not 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,'','','','',1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13937,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13954,0,0,0,5,0,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Trip To The Wonderworks','Purchase a Small Paper Zeppelin at the Wonderworks and then throw it to your orphan, Roo.','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?','','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?','Speak to your Oracle Orphan. Use your Oracle Orphan Whistle if your orphan is not nearby.',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,'Throw Small Paper Zeppelin to Roo','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13938,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13955,0,0,0,5,0,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Visit To The Wonderworks','Purchase a Small Paper Zeppelin at the Wonderworks and then throw it to your orphan, Kekek.','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?','','Kekek like playing with paper zeppelin. Not as good as hunting, but give something to do when bored at orphanage.','This toy store yet?','Speak to your Wolvar Orphan. Use your Wolvar Orphan Whistle if your orphan is not nearby.',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,'Throw Small Paper Zeppelin to Kekek','','','',1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13950,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13926,1,-13929,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Playmates!','Take your orphan, Roo, to visit Winterfin Retreat. Make sure to call for him if he is not present when you get there.','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?','Roo taken to visit Winterfin Retreat','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?','Speak to your Oracle Orphan. Use your Oracle Orphan Whistle if your orphan is not 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,12340), (13951,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13927,0,-13930,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Playmates!','Take your orphan, Kekek, to visit Snowfall Glade. Make sure to call for him if he is not present when you get there.','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!','Kekek taken to visit Snowfall Glade','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?','Speak to your Wolvar Orphan. Use your Wolvar Orphan Whistle if your orphan is not 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,'','','','',1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (13952,2,-1,1,0,-41,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Human Spirit in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13954,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13929,0,-13954,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dragon Queen','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.','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?','Roo taken to visit Alexstrasza the Life-Binder','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!',NULL,'Speak to your Oracle Orphan. Use your Oracle Orphan Whistle if your orphan is not 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,12340), (13955,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13930,0,-13955,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Dragon Queen','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.','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!','Kekek taken to visit Alexstrasza the Life-Binder','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?','Speak to your Wolvar Orphan. Use your Wolvar Orphan Whistle if your orphan is not 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,'','','','',1,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13956,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13929,0,-13954,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Meeting a Great One','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.','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.','Roo taken to visit The Etymidian','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.','Speak to your Oracle Orphan. Use your Oracle Orphan Whistle if your orphan is not 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,12340), (13957,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13930,0,-13955,0,5,0,132300,0,0,0,0,0,0,0,0,0,138,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mighty Hemet Nesingwary','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.','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?','Kekek taken to visit Hemet Nesingwary','You help Kekek learn him a book? Then, Kekek hunt with Hemet Nesingwary!',NULL,'Speak to your Wolvar Orphan. Use your Wolvar Orphan Whistle if your orphan is not 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,'','','','',1,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,12340), (13959,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13937,0,0,0,3,0,66300,0,0,0,0,269,900,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,0,0,0,0,0,0,0,0,0,'Back To The Orphanage','Return your ward to the Dalaran orphanage by handing in the Oracle Orphan Whistle to Orphan Matron Aria in Dalaran.','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? ','','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.','Return to Orphan Matron Aria in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13960,2,-1,70,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13938,0,0,0,3,0,66300,0,0,0,0,270,900,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,0,0,0,0,0,0,0,0,0,'Back To The Orphanage','Return your ward to the Dalaran orphanage by handing in the Wolvar Orphan Whistle to Orphan Matron Aria in Dalaran.','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.','','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.','Return to Orphan Matron Aria in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,46396,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,12340), (13966,0,-1,10,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,8,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,'A Winter Veil Gift','','','',NULL,NULL,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,12340), (13986,2,73,71,0,1638,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5400,18600,0,0,0,0,0,0,46775,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Injured Colleague','Take the Battered Tribal Shield to Aponi Brightmane on Elder Rise within Thunder Bluff.','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.','','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?','Return to Aponi Brightmane in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (13990,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Upper Deck Promo - Chicken Mount','','','',NULL,NULL,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,12340), (13997,2,80,1,0,151,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,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,'If You\'re Reading This While I\'m In Combat...','ELM Daze Target wants you to kill 5 ELM Attackers for Dan and Great Justice!','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.','',NULL,NULL,'Return to ELM Daze Target in Designer Island.',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,12340), (14016,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,13664,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,138,2,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight\'s Curse','Crusader Rhydalla at the Argent Tournament Grounds wants you to investigate the Black Knight\'s Grave.','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? ','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.',NULL,'Return to Crusader Rhydalla at Argent Tournament Grounds in 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,12340), (14017,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14016,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,0,0,0,0,0,44990,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Black Knight\'s Fate','Capture Doctor Kolher\'s Orders at Deathspeaker\'s Watch, then return to Crusader Rhydalla at the Argent Tournament Grounds.','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.','','The doctor will not have time to complete his work, but his plan is already in motion. From what you\'ve reported, the Lich King\'s 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?','Return to Crusader Rhydalla at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14022,2,-1,1,0,-375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pilgrim\'s Bounty','Speak with Gregory Tabor just outside the city gates of Stormwind.','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.','','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!',NULL,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,12340), (14023,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14064,0,0,14024,3,0,66300,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spice Bread Stuffing','Cook 5 servings of Spice Bread Stuffing and then bring them to Jasper Moore at the feasting area just outside Stormwind\'s gates.','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.','','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.','Return to Jasper Moore at Goldshire in Elwynn Forest.',34737,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44837,0,0,0,0,0,5,0,0,0,0,0,'Prepare Spice Bread Stuffing','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14024,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14023,0,0,14028,3,0,66300,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,47,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pumpkin Pie','Make 5 slices of Pumpkin Pie and bring them to Edward Winslow at the feasting area right outside Ironforge.','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.','','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.','Return to Edward Winslow at Gates of Ironforge in Dun Morogh.',34740,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44836,0,0,0,0,0,5,0,0,0,0,0,'Prepare Pumpkin Pie','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14028,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14024,0,0,14030,3,0,8700,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cranberry Chutney','Make 5 servings of Cranberry Chutney and bring them to Jasper Moore at the feasting area outside Stormwind.','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.','','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?','Return to Jasper Moore at Goldshire in Elwynn Forest.',34741,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44840,0,0,0,0,0,5,0,0,0,0,0,'Prepare Cranberry Chutney','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14030,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14028,0,0,14033,3,0,66300,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,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'They\'re Ravenous In Darnassus','Bring 5 servings of Spice Bread Stuffing and 5 Pumpkin Pies to Isaac Allerton near the entrance to 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.','','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?','Return to Isaac Allerton at Warrior\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14032,2,2,1,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,25,90,0,0,0,0,0,0,0,0,0,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kobold Camp Cleanup','Kill 8 Kobold Vermin, then return to Marshal McBride.','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.','',NULL,NULL,'Return to Marshal McBride.',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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14033,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14030,0,0,14035,3,0,66300,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,72,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candied Sweet Potatoes','Make 5 servings of Candied Sweet Potatoes and bring them to Gregory Tabor just outside the gates of Stormwind.','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!','','Ah, candied sweet potatoes! My favorite! Did Isaac tell you?','$N, it\'s good to see you again.','Return to Gregory Tabor at Goldshire in Elwynn Forest.',34739,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44839,0,0,0,0,0,5,0,0,0,0,0,'Prepare Candied Sweet Potato','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14035,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14033,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,44844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slow-roasted Turkey','Make 5 Slow-Roasted Turkeys and bring them to Isaac Allerton near the gates of Darnassus.','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?','','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?','Return to Isaac Allerton at Warrior\'s Terrace in Darnassus.',34738,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44838,0,0,0,0,0,5,0,0,0,0,0,'Prepare Slow-Roasted Turkey','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14036,2,-1,1,0,-375,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,13200,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pilgrim\'s Bounty','Speak with Miles Standish in the courtyard above Undercity.','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.','','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.',NULL,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,12340), (14037,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14065,0,0,14040,3,0,66300,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spice Bread Stuffing','Cook 5 servings of Spice Bread Stuffing and then bring them to William Mullins at the feasting area in the courtyard above the Undercity.','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.','','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.','Return to William Mullins at Ruins of Lordaeron in Tirisfal Glades.',34737,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44837,0,0,0,0,0,5,0,0,0,0,0,'Prepare Spice Bread Stuffing','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14040,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14037,0,0,14041,3,0,2520,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pumpkin Pie','Make 5 slices of Pumpkin Pie and bring them to Francis Eaton at the feasting area right outside Orgrimmar.','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.','','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.','Return to Francis Eaton at Jaggedswine Farm in Durotar.',34740,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44836,0,0,0,0,0,5,0,0,0,0,0,'Prepare Pumpkin Pie','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14041,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14040,0,0,14043,3,0,66300,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cranberry Chutney','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.','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.','','Ah, more cranberry chutney! You wouldn\'t believe how fast the celebrants go through it.','How are you enjoying Pilgrim\'s Bounty, $C?','Return to Dokin Farplain in Thunder Bluff.',34741,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44840,0,0,0,0,0,5,0,0,0,0,0,'Prepare Cranberry Chutney','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14043,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14041,0,0,14044,3,0,66300,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,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Candied Sweet Potatoes','Make 5 servings of Candied Sweet Potatoes and bring them to Francis Eaton just outside of Orgrimmar.','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.','','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.','Return to Francis Eaton at Jaggedswine Farm in Durotar.',34739,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44839,0,0,0,0,0,5,0,0,0,0,0,'Prepare Candied Sweet Potato','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14044,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14043,0,0,14047,3,0,66300,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,68,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Undersupplied in the 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 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.','','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.','Return to Miles Standish at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14047,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14044,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,44844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Slow-roasted Turkey','Make 5 Slow-Roasted Turkeys and bring them to Francis Eaton near the gates of Orgrimmar.','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?','','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?','Return to Francis Eaton at Jaggedswine Farm in Durotar.',34738,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,44838,0,0,0,0,0,5,0,0,0,0,0,'Prepare Slow-Roasted Turkey','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14048,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14022,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Get Enough Turkey','Bring 20 Slow-Roasted Turkeys to Caitrin Ironkettle outside Ironforge.','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.','','These are just what I need. Thanks, $N. You\'re a lifesaver.','Did you manage to find those turkeys?','Return to Caitrin Ironkettle at Gates of Ironforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14051,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14022,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,47,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Forget The Stuffing!','Bring 20 Spice Bread Stuffing to Caitrin Ironkettle at the feasting area outside Ironforge.','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.','','Thank goodness! I wouldn\'t be able to serve the feast without spice bread stuffing.','Were you able to get that stuffing?','Return to Caitrin Ironkettle at Gates of Ironforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14053,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14022,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'We\'re Out of Cranberry Chutney Again?','Bring 20 servings of Cranberry Chutney to Ellen Moore at the feasting area outside Stormwind.','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.','','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?','Return to Ellen Moore at Goldshire in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14054,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14022,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,69,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Easy As Pie','Bring 20 pieces of Pumpkin Pie to Mary Allerton at the feasting area near the gates of Darnassus.','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.','','These are perfect. Isaac, and everyone else, will love them!','How are those pies coming along?','Return to Mary Allerton at Warrior\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14055,2,-1,1,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14022,0,0,0,4,0,99300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'She Says Potato','Bring 20 Candied Sweet Potatoes to Jasper Moore at the feasting area outside of Stormwind.','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.','','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?','Return to Jasper Moore at Goldshire in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14058,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14036,0,0,0,4,0,99300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'She Says Potato','Bring 20 Candied Sweet Potatoes to William Mullins at the feasting area above Undercity.','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.','','Thanks, $N. Now, I can help the hostess out and still keep my word to Roberta.','Do you have those candied sweet potatoes?','Return to William Mullins at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14059,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14036,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,68,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'We\'re Out of Cranberry Chutney Again?','Bring 20 servings of Cranberry Chutney to Roberta Carter at the feasting area in the courtyard above Undercity.','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.','','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?','Return to Roberta Carter at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14060,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14036,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Easy As Pie','Bring 20 pieces of Pumpkin Pie to Marhara Goldwheat at the feasting area outside Thunder Bluff.','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.','','These are great! Thank you for helping, $N.','How are those pies coming along?','Return to Mahara Goldwheat in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14061,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14036,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Can\'t Get Enough Turkey','Bring 20 Slow-Roasted Turkeys to Ondani Greatmill outside Orgrimmar.','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.','','These turkeys are exactly what I needed. Thanks for helping me out of a tough situation.','How\'s your turkey hunt going?','Return to Ondani Greatmill at Jaggedswine Farm in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14062,2,-1,1,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14036,0,0,0,3,0,66300,0,0,0,0,0,0,0,0,0,4104,1,0,0,0,0,0,0,0,0,0,0,0,0,46723,46800,44785,46824,44788,44812,1,1,1,1,1,1,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Don\'t Forget The Stuffing!','Bring 20 Spice Bread Stuffing to Ondani Greatmill outside Orgrimmar.','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.','','Perfect timing! I wouldn\'t be able to serve the feast without spice bread stuffing.','Were you able to get that stuffing?','Return to Ondani Greatmill at Jaggedswine Farm in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14064,2,-1,0,0,-375,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14022,0,0,0,3,0,66300,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,'Sharing a Bountiful Feast','Eat five helpings of every food at a Bountiful Table until you gain the Spirit of Sharing.','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.','','What a feast, hmmm?$B$BI\'m so glad you could celebrate the spirit of Pilgrim\'s Bounty with us.',NULL,'Return to Bountiful Table Hostess.',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,'Spirit of Sharing','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14065,2,-1,0,0,-375,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,14036,0,0,0,3,0,66300,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,'Sharing a Bountiful Feast','Eat five helpings of every food at a Bountiful Table until you gain the Spirit of Sharing.','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.','','What a feast, hmmm?$B$BI\'m so glad you could celebrate the spirit of Pilgrim\'s Bounty with us.',NULL,'Return to Bountiful Feast Hostess.',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,'Spirit of Sharing','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14074,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Leg Up','Recover 10 Stolen Tallstrider Legs for Narasi Snowdawn at the Argent Tournament Grounds.','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.','','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?','Return to Narasi Snowdawn in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14076,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46893,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breakfast Of Champions','Acquire 4 Jormungar Egg Sacs and bring them to Savinia Loresong at the Argent Tournament Grounds.','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.','','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.','Return to Savinia Loresong in Icecrown.',0,0,0,0,0,0,0,0,0,0,46893,0,0,0,1,0,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,12340), (14077,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46870,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Light\'s Mercy','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.','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.','','$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?','Return to Narasi Snowdawn in Icecrown.',34852,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,46870,0,0,0,0,0,1,0,0,0,0,0,'Last Rites administered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14079,2,20,20,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46875,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Elwynn Forest','Return the pamphlet to Randal Hunter at Eastvale Logging Camp 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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Randal Hunter at Stone Cairn Lake in Elwynn Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14080,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop The Aggressors','Narasi Snowdawn at the Argent Tournament Grounds wants you to kill 10 Kvaldir.','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.','','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?','Return to Narasi Snowdawn in Icecrown.',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,0,'Kvaldir slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14081,2,20,20,0,3430,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46882,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in the Eversong Woods','Return the pamphlet to Perascamin at Thuron\'s Livery in Silvermoon City.','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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Perascamin in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14082,2,20,20,0,3524,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46879,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride at the Exodar','Return this pamphlet to Aalun outside the Exodar on Azuremyst Isle.','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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Aalun in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14083,2,20,20,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46877,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Dun Morogh','Return the pamphlet to Ultham Ironhorn at Amberstill Ranch 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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Ultham Ironhorn at Amberstill Ranch in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14084,2,20,20,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46878,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Dun Morogh','Return the pamphlet to Binjy Featherwhistle at Steelgrill\'s Depot 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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Binjy Featherwhistle at Steelgrill\'s Depot in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14085,2,20,20,0,1657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46876,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Darnassus','Return the pamphlet to Jartsam at the Cenarion Enclave 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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Jartsam at Tradesmen\'s Terrace in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14086,2,20,20,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46880,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Orgrimmar','Return the pamphlet to Kildar in Orgrimmar\'s Valley of Honor.','This pamphlet advertising riding training and mount purchases was sent from Kildar.$B$BKildar can be found in Orgrimmar\'s Valley of Honor.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Kildar in Azshara.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14087,2,20,20,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46884,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Mulgore','Return the pamphlet to Kar Stormsinger at Bloodhoof Village 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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Kar Stormsinger at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14088,2,20,20,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46883,1,0,262144,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Durotar','Return the pamphlet to Xar\'Ti at Sen\'jin Village in southern 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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Xar\'Ti at Darkspear Strand in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14089,2,20,20,0,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,90,0,0,0,0,0,0,46881,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Learn to Ride in Tirisfal Glades','Return the pamphlet to Velma Warnam at Brill 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.','','So, shall we begin your Apprentice Riding training?','Ah, you received my letter? Good.','Return to Velma Warnam at Brill in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14090,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46885,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gormok Wants His Snobolds','Use the Weighted Net to capture 8 Snowblind Followers and bring them to Savinia Loresong at the Argent Tournament Grounds.','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.','','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.','Return to Savinia Loresong in Icecrown.',0,34899,0,0,0,8,0,0,46885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Snowblind Follower captured','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14092,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46893,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Breakfast Of Champions','Acquire 4 Jormungar Egg Sacs and bring them to Tylos Dawnrunner at the Argent Tournament Grounds.','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.','','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.','Return to Tylos Dawnrunner at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,46893,0,0,0,1,0,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,12340), (14095,2,80,78,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46955,1,0,4224,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Identifying the Remains','Take the Kraken Tooth to Crusader Silverdawn as proof of your victory.','A whole tooth from a dead Kraken is a rare find indeed. Crusader Silverdawn will want to see this.','','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!','What have you found, Champion?','Return to Crusader Silverdawn at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14096,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'ve Really Done It This Time, Kul','Rescue Kul the Reckless and 4 Captive Aspirants from Deathspeaker\'s Watch and return to Narasi Snowdawn at the Argent Tournament Grounds.','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.','','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?','Return to Narasi Snowdawn in Icecrown.',34956,34716,0,0,1,4,0,0,0,0,46895,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kul the Reckless rescued','Captive Aspirant rescued','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14100,2,30,30,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Relic of the Earthen Ring','Bring your four totems to Gotura Fourwinds in Orgrimmar.','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.','','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?','Return to Gotura Fourwinds in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14101,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,47006,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Drottinn Hrothgar','High Crusader Adelard at the Argent Tournament Grounds wants you to defeat 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.','','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.',NULL,'Return to High Crusader Adelard at Argent Tournament Grounds in Icecrown.',34980,0,0,0,1,0,0,0,0,47006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14102,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,47009,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mistcaller Yngvar','High Crusader Adelard at the Argent Tournament Grounds wants you to kill 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.','','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.',NULL,'Return to High Crusader Adelard at Argent Tournament Grounds in Icecrown.',34965,0,0,0,1,0,0,0,0,0,47009,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14103,0,-1,65,0,-373,0,0,0,0,0,755,1,0,0,0,0,0,0,0,0,0,0,0,0,1,7400,13200,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,1090,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Titanium Powder','','','','Wonderful! Another batch of powder!$B$BJust between us jewelcrafters, I\'ve been making hand over fist selling \"pure titanium\" jewelry to the local Dalaran mages. Even with their superior intellect, they aren\'t particularly savvy with their gold. If you get more, I\'ll be here.',NULL,'Return to Timothy Jones in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14104,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,47029,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ornolf The Scarred','High Crusader Adelard at the Argent Tournament Grounds wants you to kill 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.','','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.',NULL,'Return to High Crusader Adelard at Argent Tournament Grounds in Icecrown.',35012,0,0,0,1,0,0,0,0,47029,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14105,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deathspeaker Kharos','High Crusader Adelard at the Argent Tournament Grounds wants to you kill 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.','','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.',NULL,'Return to High Crusader Adelard at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14106,2,0,0,0,0,0,0,0,0,0,0,0,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,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,'Na Kada\'s Quest Test','','','',NULL,NULL,'Return to The Real Ronakada.',721,2442,0,0,1,10,0,0,24926,0,0,0,1,0,0,0,33935,13703,3509,19222,4587,20560,2,1,1,10,20,5,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14107,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,47033,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Fate Of The Fallen','Crusader Silverdawn wants you to bring peace to 6 Fallen Hero\'s Spirits.','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.','','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?','Return to Crusader Silverdawn at Argent Tournament Grounds in Icecrown.',35055,0,0,0,6,0,0,0,0,47035,47033,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fallen Hero\'s Spirit blessed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14108,2,80,78,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46954,1,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Get Kraken!','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.','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, 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.','Return to Crusader Silverdawn at Argent Tournament Grounds in Icecrown.',35009,35092,0,0,6,3,0,0,0,0,0,0,0,0,0,0,46954,0,0,0,0,0,1,0,0,0,0,0,0,'Hurl Spears at North Sea Kraken','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14111,2,30,30,0,-82,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,66747,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Relic of the Earthen Ring','Bring your four totems to Farseer Eannu in Ironforge.','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.','','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?','Return to Farseer Eannu in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14112,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Do You Feed a Yeti, Anyway?','Savinia Loresong at the Argent Tournament Grounds wants you to bring her 3 pieces of North Sea Shark Meat.','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.','','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.','Return to Savinia Loresong at the Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,47036,0,0,0,5,0,0,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,12340), (14119,2,-1,65,0,-181,0,0,0,0,0,171,1,0,0,0,0,0,0,0,0,0,0,0,14147,5,0,132300,66664,66784,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blank [PH]','','','',NULL,NULL,'Return to Linzy Blackbolt at Ironwall Dam in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14136,2,80,78,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,58000,99300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue at Sea','Girana the Blooded at the Argent Tournament Grounds would like you to kill 8 Kvaldir Berserkers and 3 Kvaldir Harpooners aboard The Firehawk.','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.','','Great job, Champion. The fight continues, but now the Kvaldir know that we do not tolerate such attacks.','Have you helped fend off the Kvaldir attack?','Return to Girana the Blooded at Argent Tournament Grounds in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14140,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stop The Aggressors','Giranan the Blooded at the Argent Tournament Grounds wants you to kill 10 Kvaldir.','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.','','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?','Return to Girana the Blooded at Argent Tournament Grounds in Icecrown.',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,0,'Kvaldir slain','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14141,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46885,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gormok Wants His Snobolds','Use the Weighted Net to capture 8 Snowblind Followers and bring them to Tylos Dawnrunner at the Argent Tournament Grounds.','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.','','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.','Return to Tylos Dawnrunner at Argent Tournament Grounds in Icecrown.',0,34899,0,0,0,8,0,0,46885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Snowblind Follower captured','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14142,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'ve Really Done It This Time, Kul','Rescue Kul the Reckless and 4 Captive Aspirants from Deathspeaker\'s Watch and return to Girana the Blooded at the Argent Tournament Grounds.','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.$B','','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.','Did you free Kul and those hopeless aspirants?','Return to Girana the Blooded at Argent Tournament Grounds in Icecrown.',34956,34716,0,0,1,4,0,0,0,0,46895,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kul the Reckless rescued','Captive Aspirant rescued','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14143,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Leg Up','Recover 10 Stolen Tallstrider Legs for Girana the Blooded at the Argent Tournament Grounds.','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.','','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?','Return to Girana the Blooded at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14144,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,46870,1,0,4224,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Light\'s Mercy','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.','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.','','$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?','Return to Girana the Blooded at Argent Tournament Grounds in Icecrown.',34852,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,46870,0,0,0,0,0,1,0,0,0,0,0,'Last Rites administered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14145,2,80,77,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Do You Feed a Yeti, Anyway?','Tylos Dawnrunner at the Argent Tournament Grounds wants you to bring him 3 pieces of North Sea Shark Meat.','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.','','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.','Return to Tylos Dawnrunner at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,47036,0,0,0,5,0,0,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,12340), (14147,2,-1,65,0,-181,0,0,0,0,0,171,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,66663,66888,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blank [PH]','','','',NULL,NULL,'Return to Linzy Blackbolt at Ironwall Dam in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14148,2,-1,65,0,-181,0,0,0,0,0,171,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,66662,66890,0,0,0,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,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blank [PH]','','','',NULL,NULL,'Return to Linzy Blackbolt at Ironwall Dam in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14149,2,-1,65,0,-181,0,0,0,0,0,171,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,66660,66892,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blank [PH]','','','',NULL,NULL,'Return to Linzy Blackbolt at Ironwall Dam in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14150,2,-1,65,0,-181,0,0,0,0,0,171,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,66658,66891,0,0,0,0,0,0,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blank [PH]','','','',NULL,NULL,'Return to Linzy Blackbolt at Ironwall Dam in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14151,2,-1,65,0,-181,0,0,0,0,0,171,450,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,66659,66887,0,0,0,0,0,0,0,192,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cardinal Ruby','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.','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.','','Very good, $N.$B$BNow, the trick is to align the facets just right...','Have you performed the transmutes?','Return to Linzy Blackbolt at Ironwall Dam in Icecrown.',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,'Epic Gem Transmutes','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14152,2,80,78,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,58000,99300,0,0,0,0,0,0,0,0,0,4232,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rescue at Sea','Head out to The North Sea and kill 8 Vrykul Berserkers and 3 Vrykul Harpooners attacking The Wavecrest.','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.','','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?','Return to Narasi Snowdawn in Icecrown.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14160,2,-1,1,0,-373,0,0,0,0,0,755,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47247,1,0,128,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,'Writ of Merit','Deliver the Writ of Merit to Timothy Jones in Dalaran.','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.','','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?','Return to Timothy Jones at Cartier & Co. Fine Jewelry in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14163,2,-1,71,0,4710,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11338,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4234,3,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,'Call to Arms: Isle of Conquest','Win an Isle of Conquest battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in the Isle of Conquest','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14164,2,-1,71,0,4710,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11342,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4106,3,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,'Call to Arms: Isle of Conquest','Win an Isle of Conquest battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in the Isle of Conquest','Nothing will stand between us and total victory. For the Horde!','Has the Alliance been driven away from the field of battle?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14166,2,-1,1,0,-41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Dalaran Spirit at The Twilight Rivulet in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14167,2,-1,1,0,-41,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Dwarf Spirit at Gates of Ironforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14168,2,-1,1,0,-41,0,0,0,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Gnome Spirit at Gates of Ironforge in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14169,2,-1,1,0,-41,0,0,0,0,1024,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Draenei Spirit in Azuremyst Isle.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14170,2,-1,1,0,-41,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Night Elf Spirit at Pools of Arlithrien in Teldrassil.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14171,2,-1,1,0,-41,0,0,0,0,512,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Blood Elf Spirit at Ruins of Silvermoon in Eversong Woods.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14172,2,-1,1,0,-41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Aldor Spirit in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14173,2,-1,1,0,-41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Scryer Spirit in Terokkar Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14174,2,-1,1,0,-41,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Forsaken Spirit at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14175,2,-1,1,0,-41,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Orc Spirit in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14176,2,-1,1,0,-41,0,0,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Tauren Spirit in Thunder Bluff.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14177,2,-1,1,0,-41,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,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,0,0,0,0,0,0,0,'The Grateful Dead','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.','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.','','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?','Return to Cheerful Troll Spirit in Durotar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14178,2,-1,61,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14180,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14179,2,-1,61,0,3820,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14180,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4226,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm','Win an Eye of the Storm battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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.','Victory in the Eye of the Storm','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?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14180,2,-1,61,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14180,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Warsong Gulch','Excellent work, $n. The integrity of our borders must be preserved at all costs!','What news do you bring from the front, $n?','Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14181,2,-1,61,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14183,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14182,2,-1,61,0,3820,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14183,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4226,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm','Win an Eye of the Storm battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Eye of the Storm','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14183,2,-1,61,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14183,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.$B','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!','Victory in Warsong Gulch','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?','Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14185,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Riding Trainer Advertisement (40)','','','',NULL,NULL,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,12340), (14186,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Riding Trainer Advertisement (60)','','','',NULL,NULL,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,12340), (14187,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1032,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'FLAG: Riding Trainer Advertisement (70)','','','',NULL,NULL,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,12340), (14199,2,80,80,0,4723,85,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,222000,264600,0,0,0,0,0,0,0,0,0,20616,1,0,0,0,0,47241,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise: The Black Knight','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.','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.','','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?','Return to Archmage Lan\'dalock at Forlorn Woods in Crystalsong Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14200,2,70,70,0,-241,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Kickoff Mail Marker','','','',NULL,NULL,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,12340), (14203,2,80,70,0,4613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,48681,1,0,0,1,0,0,0,0,43016,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waterlogged Recipe','Bring the Waterlogged Recipe to Christi Stockton in the Dalaran city.','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....','','This is quite a find, . 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.','Return to Christi Stockton at Ironwall Dam in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14349,2,60,56,0,139,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6144,14350,1,0,570,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,68,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Call to Command','Travel to the Undercity and speak with Lady Sylvanas Windrunner.','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!','','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.',NULL,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,12340), (14350,2,60,56,0,139,1,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,6145,6146,5,0,5700,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,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Crimson Courier','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.','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.','','$B$BExcellent! Finally! An opportunity to destroy the Scarlet Oracle!','Succeed now and you will have almost earned my respect, $C.','Return to Nathanos Blightcaller at Morris Stead in Eastern Plaguelands.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14351,2,32,19,0,267,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,541,0,0,0,5,0,1620,0,0,0,0,0,0,3701,1,0,0,0,0,0,0,0,3760,0,0,0,1,0,0,0,6282,3761,3822,0,0,0,1,1,1,0,0,0,68,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle of Hillsbrad','Take Darthalia\'s Sealed Commendation to Bragor Bloodfist in the Undercity.','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.','','So you\'re the $C who tore through the Alliance forces in the Hillsbrad Foothills? I\'ve heard your name already. Word travels fast.$B$BThe Horde can use someone like you if you keep this up, $N.$B$BWe need to keep our eyes on all threats around us, but with that king leading them, the humans will continue to be a problem. You\'ve confirmed that there\'s strength enough in the Horde to end that threat in time.','Why aren\'t you out on the battlefield, $C?','Return to Bragor Bloodfist at Lordamere Lake in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14352,2,36,28,0,722,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,14353,7,4000,3150,0,0,0,0,0,0,49205,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unholy Alliance','Take the Small Scroll to Bragor Bloodfist in the Undercity.','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','','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.','What do you want, $N? This had better be important.','Return to Bragor Bloodfist at Lordamere Lake in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14353,2,36,28,0,722,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,2000,3150,0,0,0,0,0,0,0,0,0,8,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,'An Unholy Alliance','Bring Ambassador Malcin\'s Head to Bragor Bloodfist in the Undercity.','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.','','Good work, $C!$b$bYou\'ve done the Horde proud by stopping the Scourge from setting down roots on our soil. An act like that deserves a reward, and the Forsaken have enough lying around that I\'m sure they can spare a few things.$b$bWe may not know everything they\'ve done in the Downs, but we\'ll find out. They can\'t slink around in the dark forever.','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.','Return to Bragor Bloodfist at the Royal Quarter in the Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14355,2,42,30,0,796,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,4350,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,6802,6803,10711,0,0,0,1,1,1,0,0,0,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Into The Scarlet Monastery','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Bragor Bloodfist in the Undercity.','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.','','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.',NULL,'Return to Bragor Bloodfist at the Royal Quarter in the Undercity.',3977,3976,3975,3974,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14356,2,16,9,0,2437,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,1080,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Power to Destroy...','Bring the books Spells of Shadow and Incantations from the Nether to Bragor Bloodfist in Undercity.','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.','','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?','Return to Bragor Bloodfist at the Royal Quarter in Undercity.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (14409,2,73,71,0,1657,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5400,18600,0,0,0,0,0,0,49335,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Cautious Return','Bring Daros\' Journal to Mordent Evenshade in Darnassus.','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.','','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?','Return to Archmage Mordent Evenshade at The Temple Gardens in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14418,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,14421,0,0,0,5,0,540,0,0,0,0,0,0,7294,1,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,0,0,0,0,0,0,0,'The Deathstalkers','Deliver Andron\'s Ledger to Aleric Hawkins in the Hall of the Dark Lady in the Undercity.','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.','','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?','Return to Aleric Hawkins at Lordamere Lake in Silverpine Forest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7294,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (14419,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,14420,0,0,14421,2,0,150,0,0,0,0,0,0,7231,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Deathstalkers','Speak with Andron Gant in the Undercity.','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.','','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?','Return to Andron Gant at Lordamere Lake in Alterac Mountains.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7231,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (14420,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,1885,0,0,14419,4,0,420,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,'The Deathstalkers','Get Astor\'s Letter of Introduction and return it to Mennet Carkad in the Rogues\' Quarter.','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.','','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?','Return to Mennet Carkad at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7231,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (14421,2,13,10,0,-162,0,0,0,8,690,0,0,0,0,0,0,0,0,0,0,14419,0,0,14418,2,0,150,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,'The Deathstalkers','Bring Andron\'s Ledger to Mennet Carkad in the Rogues\' Quarter of Undercity.','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.','','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?','Return to Mennet Carkad at Ruins of Lordaeron in Tirisfal Glades.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7294,0,0,0,0,0,1,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,12340), (14436,2,8,6,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,420,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Digging','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.','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.','',NULL,NULL,'Return to Ahmo Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,4702,0,0,0,5,0,0,4703,0,0,0,0,0,5,0,0,0,0,0,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14437,2,5,1,0,220,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,210,0,0,0,0,0,0,4783,1,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,81,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rites of the Earthmother','Take the Totem of Hawkwind to Ahmo Thunderhorn in Bloodhoof Village. Follow the road out of Camp Narache.','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.','',NULL,NULL,'Return to Ahmo Thunderhorn at Bloodhoof Village in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4783,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,0,0,0,12340), (14438,2,6,1,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,125,330,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4960,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sharing the Land','Kill 10 Palemane Tanners, 8 Palemane Skinners, and 5 Palemane Poachers, then return to Ahmo Thunderhorn in Bloodhoof Village.','$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.','','$N, it is good you\'ve taken the 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.',NULL,'Return to Ahmo Thunderhorn at Bloodhoof Village in Mulgore.',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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14439,2,10,3,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,776,3,0,240,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,81,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey into Thunder Bluff','Speak with Baine Bloodhoof in 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.','',NULL,NULL,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,1,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14440,2,14,3,0,215,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,780,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,4909,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rites of the Earthmother','Baine Bloodhoof in Thunder Bluff wants you to bring him the Horn of Arra\'chea.','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.','',NULL,NULL,'Return to Baine Bloodhoof (Leader) in Desolace.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4841,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,0,0,0,12340), (14441,2,-1,10,0,-284,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,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,67,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'Garrosh\'s Autograph','Travel to Orgrimmar to see about getting Garrosh Hellscream\'s autograph for your ward.','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?','',NULL,NULL,'Return to Orcish Orphan.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14443,2,80,80,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,14444,4,58000,99300,0,0,0,0,0,0,50379,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battered Hilt','Bring the Battered Hilt to Caladis Brightspear at Quel\'Delar\'s rest, south of the Argent Tournament Grounds.','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.','','$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.','What is it that you have there?','Return to Caladis Brightspear at Quel\'Delar\'s Rest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14444,2,80,80,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14443,0,0,14457,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'What The Dragons Know','Speak to Krasus at the top of Wyrmrest Temple.','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.','','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.',NULL,'Return to Arcanist Tybalin at the Silver Enclave in Dalaran.',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,'Ask Krasus about the hilt\'s origins','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (14457,2,80,80,0,4395,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14444,0,0,20438,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Sunreaver Plan','Obtain the Sunreaver Orders.','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.','','$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.','Did you find anything of use on that agent?','Return to Arcanist Tybalin at the Silver Enclave in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14483,2,80,75,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,49641,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something is in the Air (and it Ain\'t Love)','Bring the Faded Lovely Greeting Card to Detective Snap Snagglebolt in Orgrimmar.','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!','','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?','Return to Detective Snap Snagglebolt in Shadowfang Keep.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (14488,2,80,75,0,-376,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,49631,1,0,4096,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'ve Been Served','Serve the Court Subpoena to Apothecary Hummel in Shadowfang Keep.','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?','','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!','Serve the Court Subpoena to Apothecary Hummel in Shadowfang Keep.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (20438,2,80,80,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,14457,0,0,20439,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Suitable Disguise','Obtain a Borrowed Tabard from Shandy Glossgleam.','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.','','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?','Return to Arcanist Tybalin at the Silver Enclave in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (20439,2,80,80,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,20438,0,0,24454,4,58000,99300,0,71098,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Meeting With The Magister','Retrieve the Ancient Dragonforged Blades tome from Magister Hathorel.','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.','','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.$BI\'ll ensure that Shandy Glossgleam gets his tabard back without incident, along with a healthy reward for his help','Have you recovered that book?','Return to Arcanist Tybalin at the Silver Enclave in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24216,2,-1,21,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24216,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.$B','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!','Victory in Warsong Gulch','The Horde is in your debt, $N. You\'ve made your people proud with your courage in defending our lands.',NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24217,2,-1,11,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,3500,27900,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.$B','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!','Victory in Warsong Gulch','The Horde is in your debt, $N. You\'ve made your people proud with your courage in defending our lands.',NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24218,2,-1,21,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24218,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Warsong Gulch','Excellent work, $N. The integrity of our borders must be preserved at all costs!',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24219,2,-1,11,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Warsong Gulch','Excellent work, $N. The integrity of our borders must be preserved at all costs!',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24220,2,-1,21,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24218,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','Excellent news, $c! If our tactical deployments continue to be this successful, the Horde will be in full retreat before long.',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24221,2,-1,21,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24216,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','You\'ve brought great honor to the Horde, $N. Your victory today will ensure a thousand victories tomorrow!',NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24222,2,-1,61,0,3820,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,35,1560,0,0,0,20,0,0,0,0,0,4226,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Eye of the Storm DEPRECATED','Win an Eye of the Storm battleground match and return to a Horde Warbringer at any Horde capital city,Wintergrasp,Dalaran, or Shattrath.','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!','Victory in Eye of the Storm',NULL,NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24223,2,-1,51,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24224,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','Excellent news, $C! If our tactical deployments continue to be this successful, the Horde will be in full retreat before long.',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24224,2,-1,51,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24224,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Warsong Gulch','Excellent work, $N. The integrity of our borders must be preserved at all costs!',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24225,2,-1,51,0,3277,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24225,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Warsong Gulch','Win a Warsong Gulch battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.$B','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!','Victory in Warsong Gulch','The Horde is in your debt, $N. You\'ve made your people proud with your courage in defending our lands.',NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24226,2,-1,51,0,3358,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24225,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Arathi Basin','Win an Arathi Basin battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran, or Shattrath.','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!','Victory in Arathi Basin','You\'ve brought great honor to the Horde, $N. Your victory today will ensure a thousand victories tomorrow!',NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24227,2,-1,61,0,3820,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,35,1560,0,0,0,20,0,0,0,0,0,4226,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'DEPRECATED','Win an Eye of the Storm battleground match and return to an Alliance Brigadier General at any Alliance capital city,Wintergrasp,Dalaran,or Shattrath.','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.','Victory in the Eye of the Storm',NULL,NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24426,2,-1,51,0,2597,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24225,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','Win an Alterac Valley battleground match and return to a Horde Warbringer at any Horde capital city, Wintergrasp, Dalaran or Shattrath.','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.','Victory in Alterac Valley','There is no greater honor than driving invaders from Horde territories. We salute your great courage in aiding our forces today!',NULL,'Return to Horde Warbringer.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24427,2,-1,51,0,2597,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24224,0,7,74000,198600,0,0,0,20,0,0,0,0,0,4098,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Call to Arms: Alterac Valley','Win an Alterac Valley battleground match and return to an Alliance Brigadier General at any Alliance capital city, Wintergrasp, Dalaran or Shattrath.$B','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!','Victory in Alterac Valley','Just what I wanted to hear! A victory in Alterac Valley - even a temporary one - is crucial to our overall strategy against the Horde.',NULL,'Return to Alliance Brigadier General.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24428,2,80,80,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,198600,0,0,0,0,0,0,49644,1,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,72,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Most Puzzling Circumstance','Take the Head of Onyxia to Zardeth of the Black Claw in the basement of the Slaughtered Lamb.','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.','','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!','Return to Zardeth of the Black Claw in Stormwind City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (24429,2,80,80,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,198600,0,0,0,0,0,0,49643,1,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,76,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Most Puzzling Circumstance','Take the Head of Onyxia to Neeru Fireblade in the Cleft of Shadow.','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.','','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?!','Return to Neeru Fireblade in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (24431,2,80,70,0,4613,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,49667,1,0,0,0,0,0,0,0,43016,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Waterlogged Recipe','Bring the Waterlogged Recipe to Christi Stockton in the Dalaran city.','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....','','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.','Return to Christi Stockton at One More Glass in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24442,2,80,77,0,4769,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,49676,1,0,128,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Battle Plans Of The Kvaldir','Recover the Heart of the Mists and bring it and the Kvaldir Attack Plans to Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','$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?','Return to Justicar Mariel Trueheart at Argent Tournament Grounds in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24451,2,80,80,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24556,0,0,24558,4,58000,99300,0,71098,0,0,0,0,0,0,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Audience With The Arcanist','Retrieve the Ancient Dragonforged Blades tome from Arcanist Tybalin.','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.','','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.$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.','Have you recovered that book?','Return to Magister Hathorel at The Filthy Animal in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24454,2,80,80,0,210,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,20439,0,0,0,3,37000,66300,0,0,0,0,0,0,49698,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return To Caladis Brightspear','Bring Ancient Dragonforged Blades to Caladis Brightspear at Quel\'Delar\'s Rest.','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.','','$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?','We\'ve been expecting your return. What has kept you?','Return to Caladis Brightspear at Quel\'Delar\'s Rest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24461,2,80,80,0,4813,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24454,0,0,24476,5,74000,132300,0,0,0,0,0,0,49740,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reforging The Sword','Obtain 5 Infused Saronite Bars and the Forgemaster\'s Hammer and use them to make the Reforged Quel\'Delar.','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.','','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!','Were you able to reconstruct Quel\'Delar?','Return to Caladis Brightspear in the Frozen Halls.',0,0,0,0,0,0,0,0,0,49718,49723,49740,0,5,1,1,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,12340), (24476,2,80,80,0,210,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24461,0,0,24480,5,74000,132300,0,0,0,0,0,0,49920,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tempering The Blade','Temper the Reforged Quel\'Delar in the Crucible of Souls.','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.','','I... I don\'t understand. Tempering the sword should\'ve restored the blade to its original condition. What has happened here?','Until the sword is tempered, it will be useless.','Return to Caladis Brightspear in the Frozen Halls.',0,0,0,0,0,0,0,0,0,49920,0,0,0,1,0,0,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,12340), (24480,2,80,80,0,4820,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24476,0,0,24522,5,74000,132300,0,0,0,0,0,0,49766,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Halls Of Reflection','Bring your Tempered Quel\'Delar to Sword\'s Rest inside 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.','','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.','What happened inside the Halls of Reflection?','Return to Caladis Brightspear in the Frozen Halls.',37158,0,0,0,1,0,0,0,0,0,49766,0,0,0,1,0,0,50254,0,0,0,0,0,1,0,0,0,0,0,'Bring Quel\'Delar to Halls of Reflection','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24498,2,80,78,0,4813,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24683,0,0,24710,8,296000,264600,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,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path to the Citadel','Free 15 Alliance Slaves and kill Forgemaster Garfrost.','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.','','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.',NULL,'Speak to Martin Victus near Garfrost\'s rise.',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,'Alliance Slaves freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24499,2,80,78,0,4809,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24510,0,0,24683,8,296000,264600,0,0,0,0,0,0,0,0,0,8,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,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Echoes of Tortured Souls','Kill Bronjahm and the Devourer of Souls to secure access to the Pit of Saron.','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.','','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.',NULL,'Speak to Lady Jaina Proudmoore at the rear of the Forge of Souls.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24500,2,80,78,0,4820,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24711,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,8,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,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wrath of the Lich King','Find Lady Jaina Proudmoore and escape the Halls of Reflection','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.','','$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.','We need to get this information to the Alliance! It may well be the key to Arthas\' defeat.','Speak to Lady Jaina Proudmoore at the rear of the Halls of Reflection.',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,0,'Find Jaina Proudmoore','Escape the Lich King','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24506,2,80,78,0,4809,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,24511,2,19000,33000,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,1085,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,'Inside the Frozen Citadel','Enter The Forge of Souls from the side of Icecrown Citadel and locate Lady Sylvanas Windrunner.','$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.','','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.',NULL,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,12340), (24507,2,80,78,0,4813,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24682,0,0,24712,8,296000,264600,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,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Path to the Citadel','Free 15 Horde Slaves and kill Forgemaster Garfrost.','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.','','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.',NULL,'Speak to Gorkun Ironskull near Garfrost\'s rise.',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,'Horde Slaves freed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24508,2,80,78,0,0,0,0,0,0,0,0,0,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,'Temp Quest Record','','','',NULL,NULL,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,12340), (24509,2,80,78,0,0,0,0,0,0,0,0,0,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,'Temp Quest Record','','','',NULL,NULL,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,12340), (24510,2,80,78,0,4809,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,24499,2,19000,33000,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,'Inside the Frozen Citadel','Enter The Forge of Souls from the side of Icecrown Citadel and find Lady Jaina Proudmoore.','$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.','','$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.',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,12340), (24511,2,80,78,0,4809,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24506,0,0,24682,8,296000,264600,0,0,0,0,0,0,0,0,0,8,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,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Echoes of Tortured Souls','Kill Bronjahm and the Devourer of Souls to secure access to the Pit of Saron.','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.','','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.',NULL,'Speak to Lady Sylvanas Windrunner at the rear of the Forge of Souls.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24522,2,80,80,0,4080,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24480,0,0,24535,1,7400,13200,0,0,0,0,0,0,49870,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey To The Sunwell','Speak with Halduron Brightwing at the entrance to the Sunwell Plateau on the Isle of Quel\'Danas.','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.','','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.','What brings you here?','Return to Halduron Brightwing at Dawnstar Village in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24535,2,80,80,0,4080,0,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24522,0,0,0,5,74000,132300,0,0,0,0,0,0,49870,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thalorien Dawnseeker','Visit Thalorien Dawnseeker\'s Remains and obtain his blessing to wield Quel\'Delar.','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.','','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 our most sacred of precincts, and you should act accordingly.',NULL,'Return to Halduron Brightwing at Dawnstar Village in Isle of Quel\'Danas.',37601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,49870,0,0,0,0,0,1,0,0,0,0,0,'Thalorien\'s Blessing obtained','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24536,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24805,0,0,24541,3,0,66300,0,0,0,0,0,0,50131,1,71520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something Stinks','Use Snagglebolt\'s Air Analyzer to test the air around 6 heavily perfumed guards, then return to Detective Snap Snagglebolt in Orgrimmar.','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.$B$BTake 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.','','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?','Return to Detective Snap Snagglebolt in Orgrimmar.',37558,0,0,0,6,0,0,0,50131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Perfumed Guards Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24541,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24536,0,0,24850,4,0,99300,0,0,0,0,0,0,0,0,71450,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,'Pilfering Perfume','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.','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.$B$BDon\'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.$B$BI\'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.','Steal perfume package from Crown Chemical Co. outside Orgrimmar','You got it, huh? Good job, kid. Top notch. Let\'s see what we what we got here.$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.','','$b$bYou seem to have endured this leg of your trial admirably, $r.$b$bPray that fate continues to smile upon you in your endeavor...',NULL,'Return to Highlord Darion Mograine inside Icecrown Citadel.',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,'Souls fed to Shadow\'s Edge','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24548,2,80,80,0,4812,89,0,0,35,0,0,0,0,0,0,0,0,0,0,0,24757,24912,0,0,6,148000,165300,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,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Splintered Throne','Highlord Darion Mograine wants you to collect 50 Shadowfrost Shards.$B$BShadowfrost Shards may only be obtained in the 25 person difficulty setting.','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.','','These should suffice, $c.$b$bSpeak to me when Shadow\'s Edge has been thoroughly empowered and I will attempt its completion.','Have you obtained the shards of the frozen throne, $C?','Return to Highlord Darion Mograine.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24549,0,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24912,24748,0,0,8,296000,264600,0,0,0,0,0,0,0,0,72411,72,0,0,0,0,0,49623,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,8,0,0,0,0,300000,0,0,0,0,0,0,0,0,'Shadowmourne...','Highlord Darion Mograine wants you to bring him Shadow\'s Edge.','','','Congratulations, $c.$b$bAgainst insurmountable odds, you have weathered the storm.$b$bI trust that you shall find your reward proportionate to your conviction...',NULL,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,12340), (24553,2,80,80,0,4075,0,0,0,431,1101,0,0,0,0,0,0,0,0,0,0,24535,0,0,24796,0,0,0,0,0,0,0,0,0,49879,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purification of Quel\'Delar','Immerse your Tempered Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','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.','','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.','What happened during your time in the Sunwell?','Return to Caladis Brightspear at Quel\'Delar\'s Rest in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24554,2,80,80,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,24555,4,58000,99300,0,0,0,0,0,0,50380,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Battered Hilt','Bring the Battered Hilt to Myralion Sunblaze at Quel\'Delar\'s Rest, south of the Argent Tournament Grounds.','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.','','$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.','What have you discovered?','Return to Myralion Sunblaze at Quel\'Delar\'s Rest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24555,2,80,80,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24554,0,0,24557,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'What The Dragons Know','Speak to Krasus at the top of Wyrmrest Temple.','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.','','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.',NULL,'Return to Magister Hathorel at the Filthy Animal in Dalaran.',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,'Ask Krasus about the hilt\'s origins','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24556,2,80,80,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24557,0,0,24451,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'A Suitable Disguise','Obtain a Borrowed Tabard from Shandy Glossgleam.','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.','','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.','Was Shandy able to help you get a Silver Covenant tabard?','Return to Magister Hathorel at the Filthy Animals in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24557,2,80,80,0,4395,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24555,0,0,24556,5,74000,132300,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'The Silver Covenant\'s Scheme','Capture the Silver Covenant Orders.','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.','','$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.','Did you find anything of use on that agent?','Return to Magister Hathorel at the Filthy Animal in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24558,2,80,80,0,210,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24451,0,0,0,3,37000,66300,0,0,0,0,0,0,49698,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Return To Myralion Sunblaze','Bring Ancient Dragonforged Blades to Myralion Sunblaze at Quel\'Delar\'s Rest.','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.','','$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?','We\'ve been expecting your return. What has kept you?','Return to Myralion Sunblaze at Quel\'Delar\'s Rest.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24559,2,80,80,0,4813,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24558,0,0,24560,5,74000,132300,0,0,0,0,0,0,49740,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reforging 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.','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.','','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.','Were you able to reconstruct Quel\'Delar?','Return to Myralion Sunblaze in the Frozen Halls.',0,0,0,0,0,0,0,0,0,49718,49723,49740,0,5,1,1,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,12340), (24560,2,80,80,0,210,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24559,0,0,24561,5,74000,132300,0,0,0,0,0,0,49920,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tempering The Blade','Temper the Re-forged Quel\'Delar in the Crucible of Souls.','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.','','Tempering the sword should\'ve restored the blade. Why hasn\'t it worked?','Until the sword is tempered, it will be useless.','Return to Myralion Sunblaze in the Frozen Halls.',0,0,0,0,0,0,0,0,0,49920,0,0,0,1,0,0,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,12340), (24561,2,80,80,0,4820,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24560,0,0,24562,5,74000,132300,0,0,0,0,0,0,49766,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Halls Of Reflection','Bring Quel\'Delar to Sword\'s Rest inside 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.','','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.','What happened inside the Halls of Reflection?','Return to Myralion Sunblaze in the Frozen Halls.',37158,0,0,0,1,0,0,0,0,0,49766,0,0,0,1,0,0,50254,0,0,0,0,0,1,0,0,0,0,0,'Bring Quel\'Delar to Halls of Reflection','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24562,2,80,80,0,4080,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24561,0,0,24563,1,7400,13200,0,0,0,0,0,0,49870,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey To The Sunwell','Speak with Halduron Brightwing at the entrance to the Sunwell Plateau on the Isle of Quel\'Danas.','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.','','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.','What brings you here?','Return to Halduron Brightwing at Dawnstar Village in Isle of Quel\'Danas.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24563,2,80,80,0,4080,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24562,0,0,0,5,74000,132300,0,0,0,0,0,0,49870,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thalorien Dawnseeker','Visit Thalorien Dawnseeker\'s Remains and obtain his blessing to wield Quel\'Delar.','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.','','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.',NULL,'Return to Halduron Brightwing at Dawnstar Village in Isle of Quel\'Danas.',37601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,49870,0,0,0,0,0,1,0,0,0,0,0,'Thalorien\'s Blessing obtained','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24564,2,80,80,0,4075,0,0,0,431,178,0,0,0,0,0,0,0,0,0,0,24563,0,0,24801,0,0,0,0,0,0,0,0,0,49879,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purification of Quel\'Delar','Immerse your Tempered Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.$B','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.','','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!','What happened inside the Sunwell?','Return to Myralion Sunblaze at Quel\'Delar\'s Rest in Icecrown.',0,0,0,0,0,0,0,0,0,49879,0,0,0,1,0,0,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,12340), (24576,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24851,0,0,0,4,37000,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,0,0,0,0,0,0,0,0,0,0,0,'A Friendly Chat...','Go to the zeppelin tower outside Orgrimmar and question Snivel Rustrocket about the supplies. Return with any evidence he gives you.','$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!','','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?','Return to Detective Snap Snagglebolt in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24579,2,80,80,0,4493,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sartharion Must Die!','Kill Sartharion.$B$BThis quest can be completed with any difficulty or size raid.','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!','','With Sartharion slain, surely Deathwing and Sinestra\'s plans are now stalled.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (24580,2,80,80,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Anub\'Rekhan Must Die!','Kill Anub\'Rekhan.$B$BThis quest can be completed with any difficulty or size raid.','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!','','Word of your success precedes you, $c. Anub\'Rekhan is no more. You did him a great service, $N.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24581,2,80,80,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Noth the Plaguebringer Must Die!','Kill Noth the Plaguebringer.$B$BThis quest can be completed with any difficulty or size raid.','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!','','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.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24582,2,80,80,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Instructor Razuvious Must Die!','Kill Instructor Razuvious.$B$BThis quest can be completed with any difficulty or size raid.','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!','','Well done, $c. The Scourge military command out of Naxxramas has been thrown into disarray by Razuvious\'s demise.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24583,2,80,80,0,3456,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Patchwerk Must Die!','Kill Patchwerk.$B$BThis quest can be completed with any difficulty or size raid.','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!','','Well done, $C. The Scourge military command out of Naxxramas has been thrown into disarray by Razuvious\'s demise.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24584,2,80,80,0,4500,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Malygos Must Die!','Kill Malygos.$B$BThis quest can be completed with any difficulty or size raid.','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!','','With Malygos defeated, the Nexus War should come to a swift conclusion. You have the gratitude of the Kirin Tor, $N.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (24585,2,80,80,0,4273,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Flame Leviathan Must Die!','Kill Flame Leviathan.$B$BThis quest can be completed with any difficulty or size raid.','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!','','I never cease to be amazed by the horrors that can be created through the use of technology.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24586,2,80,80,0,4273,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Razorscale Must Die!','Kill Razorscale.$B$BThis quest can be completed with any difficulty or size raid.','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!','','Now Veranus can finally rest in peace.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24587,2,80,80,0,4273,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ignis the Furnace Master Must Die!','Kill Ignis the Furnace Master.$B$BThis quest can be completed with any difficulty or size raid.','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!','','I trust that you did not have to face too many of his iron construct assistants?',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24588,2,80,80,0,4273,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'XT-002 Deconstructor Must Die!','Kill XT-002 Deconstructor.$B$BThis quest can be completed with any difficulty or size raid.','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!','','The greatest weakness of Ulduar is its masters\' blind faith in their inventions to protect it.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24589,2,80,80,0,4722,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Jaraxxus Must Die!','Kill Lord Jaraxxus.$B$BThis quest can be completed with any difficulty or size raid.','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!','','All of Azeroth is fortunate that Timear foresaw the Eredar lord\'s arrival and that you were there in time to slay him.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,12340), (24590,2,80,80,0,4812,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24579,0,0,296000,0,0,0,0,0,0,0,0,0,0,32968,1,0,0,0,0,49426,47241,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lord Marrowgar Must Die!','Kill Lord Marrowgar.$B$BThis quest can be completed with any difficulty or size raid.','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!','','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.',NULL,'Return to Archmage Lan\'dalock in Dalaran.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24594,2,80,80,0,4075,0,0,0,1519,512,0,0,0,0,0,0,0,0,0,0,24563,0,0,24800,0,0,0,0,0,0,0,0,0,49889,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purification of Quel\'Delar','Immerse your Tainted Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.$B','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.','','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!','You have returned from the Sunwell?','Return to Myralion Sunblaze at Quel\'Delar\'s Rest in Icecrown.',0,0,0,0,0,0,0,0,0,49889,0,0,0,1,0,0,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,12340), (24595,2,80,80,0,4075,0,0,0,1104,1101,0,0,0,0,0,0,0,0,0,0,24535,0,0,24795,0,0,0,0,0,0,0,0,0,49879,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purification of Quel\'Delar','Immerse your Tainted Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','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.','','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.','Tell me of what happened in the Sunwell, $N.','Return to Caladis Brightspear at Quel\'Delar\'s Rest in Icecrown.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24596,2,80,80,0,4075,0,0,0,16,512,0,0,0,0,0,0,0,0,0,0,24563,0,0,24798,0,0,0,0,0,0,0,0,0,49889,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purification of Quel\'Delar','Immerse your Tainted Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.','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.','','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!','What happened during your visit to the Sunwell?','Return to Myralion Sunblaze at Quel\'Delar\'s Rest in Icecrown.',0,0,0,0,0,0,0,0,0,49889,0,0,0,1,0,0,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,12340), (24597,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the King of Stormwind','Present a Lovely Charm Bracelet to King Varian Wrynn in 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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to King Varian Wrynn.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24598,2,80,80,0,4075,0,0,0,1104,178,0,0,0,0,0,0,0,0,0,0,24563,0,0,24799,0,0,0,0,0,0,0,0,0,49879,1,0,128,0,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,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Purification of Quel\'Delar','Immerse your Tempered Quel\'Delar in the Sunwell. Speak to a Warden of the Sunwell when you are ready to enter the Sunwell Plateau.$B','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.','','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!','What news do you bring from the Sunwell?','Return to Myralion Sunblaze at Quel\'Delar\'s Rest in Icecrown.',0,0,0,0,0,0,0,0,0,49879,0,0,0,1,0,0,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,12340), (24609,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the Lord of Ironforge','Present a Lovely Charm Bracelet to King Magni Bronzebeard in 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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to King Magni Bronzebeard in Dun Morogh.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24610,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the High Priestess of Elune','Present a Lovely Charm Bracelet to Tyrande Whisperwind in Darnassus.','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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to Tyrande Whisperwind at The Temple Gardens in Darnassus.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24611,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the Prophet','Present a Lovely Charm Bracelet to Prophet Velen in the Exodar.','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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to Prophet Velen.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24612,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the Warchief','Present a Lovely Charm Bracelet to Thrall in Orgrimmar.','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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to Thrall in Orgrimmar.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24613,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the Banshee Queen','Present a Lovely Charm Bracelet to Lady Sylvanas Windrunner in Undercity.','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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to Lady Sylvanas Windrunner.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24614,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the High Chieftain','Present a Lovely Charm Bracelet to Cairne Bloodhoof in Thunder Bluff.','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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to Cairne Bloodhoof at The Golden Plains in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24615,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49661,1,0,4104,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Gift for the Regent Lord of Quel\'Thalas','Present a Lovely Charm Bracelet to Lor\'themar Theron in Silvermoon City.','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?','','My thanks for this Lovely Charm Bracelet.','Well met, $C. Did you have something for me?','Return to Lor\'themar Theron in Silvermoon City.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24629,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49668,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Perfect Puff of Perfume','Spray 10 people with the Crown Perfume Sprayer.','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?','','Great work, $N! People will come running to buy Crown perfumes now that they\'ve had a chance to sample their wonders.$B$BHere\'s a little something for helping us out.','That perfume\'s not going to spray itself, you know.$B$BGet going!','Return to a Crown Co. Public Relations Agent in any capital city.',37990,0,0,0,10,0,0,0,49668,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Samples Given','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24635,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49669,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Cloudlet of Classy Cologne','Spray 10 people with the Crown Cologne Sprayer.','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?','','Nice work, $N! People will be buying Crown colognes by the crate-load now that they\'ve had a chance to try them.$B$BHere\'s a little something for helping us out.','The cologne isn\'t going to give itself out, you know.$B$BGet spraying!','Return to a Crown Co. Public Relations Agent in any capital city.',37990,0,0,0,10,0,0,0,49669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Samples Given','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24636,2,-1,0,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,19000,132300,0,0,0,0,0,0,49670,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bonbon Blitz','Toss 10 people samples from the Crown Chocolate Sampler.','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?','','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!','Return to a Crown Co. Public Relations Agent in any capital city.',37990,0,0,0,10,0,0,0,49670,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Samples Given','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24638,2,-1,5,13,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,37214,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24645,2,-1,14,22,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,37917,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24647,2,-1,23,31,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,37984,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24648,2,-1,32,40,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,38006,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24649,2,-1,41,50,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,38016,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24650,2,-1,51,60,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,38023,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24651,2,-1,61,70,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,38030,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24652,2,-1,71,80,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Detective Snap Snagglebolt in Orgrimmar\'s Valley of Strength.',38035,38032,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24655,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24804,0,0,24656,3,0,66300,0,0,0,0,0,0,50131,1,71520,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something Stinks','Use Snagglebolt\'s Air Analyzer to test the air around 6 heavily perfumed guards, then return to Inspector Snip Snagglebolt in Stormwind.','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.$B$BTake 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.','','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?','Return to Inspector Snip Snagglebolt in Stormwind.',37558,0,0,0,6,0,0,0,0,50131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Perfumed Guards Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24656,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24655,0,0,24848,4,0,99300,0,0,0,0,0,0,0,0,71450,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,'Pilfering Perfume','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.','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.$B$BDon\'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.$B$BI\'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.','Steal perfume package from Crown Chemical Co. outside Stormind','You got it, huh? Good job, kid. Top notch. Let\'s see what we what we got here.$B$B$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!','','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?','Return to Inspector Snip Snagglebolt in Stormwind.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24658,2,-1,5,13,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,37214,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24659,2,-1,14,22,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,37917,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24660,2,-1,23,31,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,37984,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24661,2,-1,5,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,0,0,0,0,0,0,50130,1,0,4096,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE ME','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.','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.','',NULL,NULL,'Return to Detective Snap Snagglebolt.',38035,37214,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24662,2,-1,32,40,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,38006,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24663,2,-1,41,50,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,38016,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24664,2,-1,51,60,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,38023,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24665,2,-1,61,70,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,38030,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24666,2,-1,71,80,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,0,5,74000,132300,0,0,0,0,0,0,50130,1,0,4096,1,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crushing the Crown','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.','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.','','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.','Did you teach \'em a lesson?','Return to Inspector Snip Snagglebolt in Stormwind\'s Trade District.',38035,38032,0,0,1,5,0,0,50130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Chemical Wagon Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24682,2,80,78,0,4813,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24511,0,0,24507,2,19000,33000,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,'The Pit of Saron','Meet Lady Sylvanas Windrunner inside the entrace to the Pit of Saron.','Quickly, through the portal! I\'ll find you on the other side.','','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.',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,12340), (24683,2,80,78,0,4813,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24499,0,0,24498,2,19000,33000,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,'The Pit of Saron','Meet Lady Jaina Proudmoore just inside the Pit of Saron.','Quickly, through the portal! I\'ll meet you on the other side.','','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.',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,12340), (24710,2,80,78,0,4813,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24498,0,0,24711,8,296000,264600,0,0,0,0,0,0,0,0,0,8,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,1050,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliverance from the Pit','Kill Scourgelord Tyrannus.','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.','','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.',NULL,'Speak to Lady Jaina Proudmoore at the rear of the Pit of Saron.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24711,2,80,78,0,4820,81,0,0,0,1101,0,0,0,0,0,0,0,0,0,0,24710,0,0,0,2,19000,33000,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,'Frostmourne','Meet Lady Jaina Proudmoore at the entrance to the Halls of Reflection.','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. ','','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.',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,12340), (24712,2,80,78,0,4813,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24507,0,0,24713,8,296000,264600,0,0,0,0,0,0,0,0,0,8,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,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deliverance from the Pit','Kill Scourgelord Tyrannus.','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.','','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.',NULL,'Speak to Lady Sylvanas Windrunner at the rear of the Pit of Saron.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24713,2,80,78,0,4820,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24712,0,0,0,2,19000,33000,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,'Frostmourne','Meet Lady Sylvanas Windrunner inside the entrance to the Halls of Reflection.','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. ','','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.',NULL,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,12340), (24743,0,80,80,0,4812,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,24545,24547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,49888,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,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.',NULL,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,12340), (24745,2,80,75,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,50320,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Something is in the Air (and it Ain\'t Love)','Bring the Faded Lovely Greeting Card to Inspector Snip Snagglebolt in Stormwind.','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!','','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?','Return to Inspector Snip Snagglebolt in Shadowfang Keep.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24746,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,50131,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','',NULL,NULL,'Return to .',37558,0,0,0,6,0,0,0,0,50131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Perfumed Townsfolk Analyzed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24748,2,80,80,0,4812,89,0,0,35,0,0,0,0,0,0,0,0,0,0,0,24549,0,0,0,8,296000,264600,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,0,0,1156,0,0,0,0,8,0,0,0,0,300000,0,0,0,0,0,0,0,0,'The Lich King\'s Last Stand','Highlord Darion Mograine in Icecrown Citadel wants you to kill the Lich King.','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.','','So, at last it is done.$b$bMay the people of Azeroth remember our deeds here forevermore. May the sacrifices of so many burn in their hearts eternally. May they never fail to risk mortal peril in the face of great evil.',NULL,'Return to Highlord Darion Mograine.',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,'Lich King Defeated','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24749,2,80,80,0,4812,89,0,0,35,0,0,0,0,0,0,0,0,0,0,0,24547,24756,0,24756,6,148000,165300,0,0,0,0,0,0,0,0,0,74,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unholy Infusion','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.','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.','Infuse Shadow\'s Edge with Unholy power then slay Putricide.','Well done, $c.$b$bThe completion of our work draws near.',NULL,'Return to Highlord Darion Mograine.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24756,2,80,80,0,4812,89,0,0,35,0,0,0,0,0,0,0,0,0,0,0,24749,24757,0,24757,6,148000,165300,0,0,0,0,0,0,0,0,0,74,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Infusion','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.','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.','Infuse Shadow\'s Edge with Blood then defeat Lana\'thel.','Well done, $c.$b$bShadowmourne is nearly within reach.',NULL,'Return to Highlord Darion Mograine.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24757,2,80,80,0,4812,89,0,0,35,0,0,0,0,0,0,0,0,0,0,0,24756,24548,0,0,6,148000,165300,0,0,0,0,0,0,0,0,0,74,2,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,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frost Infusion','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.','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.','Infuse Shadow\'s Edge with Frost then slay Sindragosa.','The axe has drunk its fill, $r, and the forge is nearly ready for the creation of Shadowmourne...',NULL,'Return to Highlord Darion Mograine.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24788,2,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,222000,264600,0,0,0,0,0,0,0,0,0,128,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Heroic Random (1st)','','','',NULL,NULL,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,12340), (24789,2,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Heroic Random (Nth)','','','',NULL,NULL,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,12340), (24790,2,80,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,148000,198600,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Daily Normal Random (1st)','','','',NULL,NULL,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,12340), (24791,2,80,78,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,74000,99300,0,0,0,0,0,0,0,0,0,136,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,'Daily Normal Random (Nth)','','','',NULL,NULL,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,12340), (24792,2,-1,78,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24657,0,0,14488,2,19000,33000,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,'Man on the Inside','Report to Investigator Fezzen Brasstacks in Shadowfang Keep.','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.','','Fantastic. Help is exactly what I need.',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,12340), (24793,2,-1,78,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24576,0,0,14488,2,19000,33000,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,'Man on the Inside','Report to Investigator Fezzen Brasstacks in Shadowfang Keep.','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.','','Fantastic. Help is exactly what I need.',NULL,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,12340), (24795,2,80,80,0,210,0,0,0,1104,1101,0,0,0,0,0,0,0,0,0,0,24595,0,0,0,7,222000,198600,0,0,0,0,0,0,49871,1,0,128,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,'A Victory For The Silver Covenant','Bring the Restored Quel\'Delar to Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.','Is it true that you have restored Quel\'Delar?','Return to Justicar Mariel Trueheart in the Argent Pavilion at the Argent Tournament Grounds.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24796,2,80,80,0,210,0,0,0,431,1101,0,0,0,0,0,0,0,0,0,0,24553,0,0,0,7,222000,198600,0,0,0,0,0,0,49871,1,0,128,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,'A Victory For The Silver Covenant','Bring the Restored Quel\'Delar to Vereesa Windrunner at the Violet Citadel in Dalaran.','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.','','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.','Is it true that you have restored Quel\'Delar?','Return to Vereesa Windrunner at the Violet Citadel in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24797,2,80,77,0,4075,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1094,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'REUSE','','','',NULL,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,12340), (24798,2,80,80,0,210,0,0,0,1104,512,0,0,0,0,0,0,0,0,0,0,24596,0,0,0,7,222000,198600,0,0,0,0,0,0,49871,1,0,128,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,'A Victory For The Sunreavers','Bring the Restored Quel\'Delar to Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.','Is it true that you have restored Quel\'Delar?','Return to Justicar Mariel Trueheart in the Argent Pavilion at the Argent Tournament Grounds.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24799,2,80,80,0,210,0,0,0,1104,178,0,0,0,0,0,0,0,0,0,0,24598,0,0,0,7,222000,198600,0,0,0,0,0,0,49871,1,0,128,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,'A Victory For The Sunreavers','Bring the Restored Quel\'Delar to Justicar Mariel Trueheart at the Argent Tournament Grounds.','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.','','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.','Is it true that you have restored Quel\'Delar?','Return to Justicar Mariel Trueheart in the Argent Pavilion at the Argent Tournament Grounds.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24800,2,80,80,0,210,0,0,0,431,512,0,0,0,0,0,0,0,0,0,0,24594,0,0,0,7,222000,198600,0,0,0,0,0,0,49871,1,0,128,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,'A Victory For The Sunreavers','Bring the Restored Quel\'Delar to Archmage Aethas Sunreaver at the Violet Citadel in Dalaran.','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!','','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.','Is it true that you have restored Quel\'Delar?','Return to Archmage Aethas Sunreaverat the Violet Citadel in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24801,2,80,80,0,210,0,0,0,431,178,0,0,0,0,0,0,0,0,0,0,24564,0,0,0,7,222000,198600,0,0,0,0,0,0,49871,1,0,128,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,'A Victory For The Sunreavers','Bring the Restored Quel\'Delar to Archmage Aethas Sunreaver at the Violet Citadel in Dalaran.','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!','','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.','Is it true that you have restored Quel\'Delar?','Return to Archmage Aethas Sunreaver at the Violet Citadel in Dalaran.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24802,2,80,78,0,4820,81,0,0,0,690,0,0,0,0,0,0,0,0,0,0,24713,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,8,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,1085,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wrath of the Lich King','Find Lady Sylvanas Windrunner and escape the Halls of Reflection','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.','','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.',NULL,'Speak to Lady Sylvanas Windrunner at the rear of the Halls of Reflection.',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,0,'Find Sylvanas Windrunner','Escape the Lich King','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24803,0,-1,1,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,264600,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,50255,50287,0,0,0,0,1,1,0,0,0,0,1073,0,0,0,0,7,0,0,0,0,250000,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 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 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.','Return to Elder Clearwater in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24804,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24655,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,'Uncommon Scents','Report to Inspector Snip Snagglebolt in Stormwind.','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.','','Hey. You got some time on your hands? I could use someone like you.',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,12340), (24805,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24536,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,'Uncommon Scents','Report to Detective Snap Snagglebolt in Orgrimmar.','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.','','Hey. You got some time on your hands? I could use someone like you.',NULL,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,12340), (24806,0,-1,1,0,-101,0,0,0,0,0,356,1,0,0,0,0,0,0,0,0,0,0,0,0,5,0,132300,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,46007,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1073,0,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,'Better Luck Next Time','','','','Well, it\'s nice that you tried $R. I don\'t want you to think your efforts were wasted, so I\'ve got something for you.','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...','Return to Elder Clearwater in Stranglethorn Vale.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24808,2,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,1024,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tank Ring Flag','','','',NULL,NULL,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,12340), (24809,2,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,1024,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Healer Ring Flag','','','',NULL,NULL,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,12340), (24810,2,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,1024,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Melee Ring Flag','','','',NULL,NULL,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,12340), (24811,2,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,1024,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Caster Ring Flag','','','',NULL,NULL,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,12340), (24815,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,3000,0,0,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,8,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,1156,0,0,0,0,5,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.',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,12340), (24819,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,6000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $g brother:sister;.','You seek to change the path you walk, $N?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24820,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,6000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $g brother:sister;.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24821,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,6000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $g brother:sister;.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24822,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,6000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $g brother:sister;.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24823,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,24834,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50397,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Destruction','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.','You seek to continue down the path of destruction?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24825,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,24827,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50386,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Wisdom','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24826,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,24827,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Vengeance','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24827,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,24827,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50388,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Courage','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24828,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,24827,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50384,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Destruction','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.','You seek to continue down the path of destruction?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24829,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,24835,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50398,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Destruction','','','','You are a true champion of our cause, $N. None can claim to be more dedicated to the struggle than you.$B$BThe enemy speaks of your name only in whispers, for they know you\'re a force to be reckoned with.$B$BAccept this humble gift as a reward for your many triumphs.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24830,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,24834,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50399,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Wisdom','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24831,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,24835,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50400,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Wisdom','','','','You are a true champion of our cause, $N. None can claim to be more dedicated to the struggle than you.$B$BYou are a bastion of wisdom and our allies speak of you with the greatest reverence. Many of them owe you their own lives.$B$BAccept this humble gift as a reward for your many triumphs.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24832,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,24834,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50401,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Vengeance','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24833,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,24835,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50402,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Vengeance','','','','You are a true champion of our cause, $N. None can claim to be more dedicated to the struggle than you.$B$BIt is rumored that the minions of the Scourge fear you more than they do the Lich King himself. You are vengeance incarnate.$B$BAccept this humble gift as a reward for your many triumphs.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24834,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,24834,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Courage','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24835,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,24835,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,50404,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Courage','','','','You are a true champion of our cause, $N. None can claim to be more dedicated to the struggle than you.$B$BYou are a source of inspiration to our allies and your unshakeable valor gives pause to even the most seasoned of our enemy\'s generals.$B$BAccept this humble gift as a reward for your many triumphs.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24836,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $N?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24837,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24838,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24839,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24840,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $g brother:sister;.','You seek to change the path you walk, $N?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24841,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24842,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24843,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24844,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (24845,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (24846,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (24847,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (24848,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24656,0,0,24849,0,7400,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,'Fireworks At The Gilded Rose','Speak to Marion Sutton at the Gilded Rose in Stormwind\'s Trade District.','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.','','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 choice is there?',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,12340), (24849,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24848,0,0,24657,5,74000,132300,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,'Hot On The Trail','Look for Snivel Rustrocket in the Stormwind Counting House, the Auction House, and the Barbershop in Stormwind City.','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!','','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?','Return to Marion Sutton in Stormwind.',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,'Stormwind Counting House searched','Stormwind Auction House searched','Stormwind Barber Shop searched','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24850,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24541,0,0,24851,0,7400,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,'Snivel\'s Sweetheart','Speak to Roka at the Gotri\'s Travelling Goods in Orgrimmar\'s Drag district.','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.','','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 Snivel. Do you think something\'s happened to him?',NULL,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,12340), (24851,2,-1,1,0,-376,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24850,0,0,24576,5,74000,132300,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,'Hot On The Trail','Look for Snivel Rustrocket in the Orgrimmar Bank, the Auction House, and the Barbershop in Orgrimmar.','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!','','All he talked about was leaving town with all his money? Then he really has abandoned me, hasn\'t he?$B$BI can\'t believe I fell for such a horrible goblin! But he was so irresistible when we first met.','Who are you?','Return to Roka in Orgrimmar.',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,'Orgrimmar Bank searched','Orgrimmar Auction House searched','Orgrimmar Barber Shop searched','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24857,2,4,1,0,220,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,270,0,0,0,0,0,0,4850,1,0,0,4,0,0,0,0,4911,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attack on Camp Narache','Bring the Bristleback Attack Plans to Chief Hawkwind in 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!','','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?','Return to Chief Hawkwind at Camp Narache in Mulgore.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4850,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,0,0,0,12340), (24869,2,80,80,0,4812,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprogramming','Defeat Lady Deathwhisper while ensuring that Darnavan survives.','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.','','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.',NULL,'Return to Infiltrator Minchar.',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,0,'Rescue Darnavan','','','',1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24870,2,80,80,0,4812,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','Slay the Rotting Frost Giant.','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.','','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!',NULL,'Return to the Kor\'kron Lieutenant.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24871,2,80,80,0,4812,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','Slay the Rotting Frost Giant.','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.','','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!',NULL,'Return to the Skybreaker Lieutenant.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24872,2,80,80,0,4812,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,50851,1,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Respite for a Tormented Soul','Use the Life Crystals to preserve Sindragosa\'s Essence.','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.','','$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....','What do you hold there in your hands, mortal?','Deliver Sindragosa\'s Essence to Kalecgos at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,50851,0,0,0,1,0,0,0,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,12340), (24873,2,80,80,0,4812,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32962,3,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Residue Rendezvous','Return to Alchemist Adrianna while infected with Orange and Green Blight.','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 with two strains of 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.',NULL,'Return to Adrianna inside Icecrown 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,12340), (24874,2,80,80,0,4812,88,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Quickening','Rescue Infiltrator Minchar before he is executed.','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!','','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.',NULL,'Talk to Minchar.',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,0,'Minchar Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24875,2,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deprogramming','Defeat Lady Deathwhisper while ensuring that Darnavan survives.','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.','','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.',NULL,'Return to Infiltrator Minchar.',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,0,'Rescue Darnavan','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24876,2,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','Slay the Rotting Frost Giant.','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.','','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!',NULL,'Return to the Skybreaker Lieutenant.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24877,2,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Securing the Ramparts','Slay the Rotting Frost Giant.','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.','','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!',NULL,'Return to the Kor\'kron Lieutenant.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24878,2,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32962,3,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Residue Rendezvous','Return to Alchemist Adrianna while infected with Orange and Green Blight.','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 with two strains of 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.',NULL,'Return to Adrianna in Icecrown 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,12340), (24879,2,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,0,0,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blood Quickening','Rescue Infiltrator Minchar before he is executed.','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!','','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.',NULL,'Talk to Minchar.',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,0,'Minchar Rescued','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24880,2,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8,296000,264600,0,0,0,0,0,0,50851,1,0,32960,1,0,0,0,0,52006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,'Respite for a Tormented Soul','Use the Life Crystals to preserve Sindragosa\'s Essence.','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.','','$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....','What do you hold there in your hands, mortal?','Deliver Sindragosa\'s Essence to Kalecgos at Wyrmrest Temple in Dragonblight.',0,0,0,0,0,0,0,0,50851,0,0,0,1,0,0,0,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,12340), (24881,2,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,1400,960,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 5-15 (1st)','','','',NULL,NULL,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,12340), (24882,2,25,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,3500,1860,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 15-25 (1st)','','','',NULL,NULL,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,12340), (24883,2,34,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,7000,2820,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 24-34 (1st)','','','',NULL,NULL,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,12340), (24884,2,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,13000,4950,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 35-45 (1st)','','','',NULL,NULL,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,12340), (24885,2,55,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,16500,7500,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 46-55 (1st)','','','',NULL,NULL,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,12340), (24886,2,60,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,18000,8700,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 56-60 (1st)','','','',NULL,NULL,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,12340), (24887,2,64,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,62000,9600,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 60-64 (1st)','','','',NULL,NULL,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,12340), (24888,2,70,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,88000,11400,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 65-70 (1st)','','','',NULL,NULL,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,12340), (24889,2,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,700,660,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 5-15 (Nth)','','','',NULL,NULL,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,12340), (24890,2,25,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,1800,1200,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 15-25 (Nth)','','','',NULL,NULL,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,12340), (24891,2,34,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,3500,1860,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 24-34 (Nth)','','','',NULL,NULL,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,12340), (24892,2,45,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,6500,3300,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 35-45 (Nth)','','','',NULL,NULL,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,12340), (24893,2,55,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,8500,4950,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 46-55 (Nth)','','','',NULL,NULL,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,12340), (24894,2,60,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,9000,5700,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 56-60 (Nth)','','','',NULL,NULL,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,12340), (24895,2,64,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,31000,6600,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 60-64 (Nth)','','','',NULL,NULL,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,12340), (24896,2,70,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,7500,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Classic Random 65-70 (Nth)','','','',NULL,NULL,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,12340), (24912,0,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24548,24549,0,0,0,0,0,0,72411,0,0,0,0,0,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,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Empowerment','','','','Stand Clear, $C, and steady yourself.',NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24914,2,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,148000,165300,0,0,0,0,0,0,51315,1,0,64,0,0,0,0,0,51316,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Personal Property','Bring the Sealed Chest to Highlord Darion Mograine in Icecrown Citadel.','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.','','$B$BHere you are, $R.',NULL,'',0,0,0,0,0,0,0,0,51315,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (24915,0,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24914,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,64,0,0,0,0,0,52200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mograine\'s Reunion','','','','Impossible...$B$BFather, is it you?!$B$BYou have done me a great service, hero. I offer you the reins of my faithful steed. Do with it as you please, but do not forget those that assisted you in this monumental feat.','What is that you hold, $c?$B$BIt calls out to me, stirring feelings I thought to be long dead.','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24916,0,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24914,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52251,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jaina\'s Locket','','','','What... how did you manage to come by this!?$B$BYou have done me a great service, hero. My heart could not bear to keep this locket, but I will place an enchantment upon it that you may find useful. Do with it as you please, but do not forget those that assisted you in this monumental feat.','Yes, $c? How can I assist you?','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24917,0,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24914,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52201,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Muradin\'s Lament','','','','Aye. I know this blade... and I will treasure it always - a moment of time that will be lost forever.$B$BYou have done me a great service, hero. I offer you a gift from the Frostborn dwarves. Do with it as you please, but do not forget those that assisted you in this monumental feat.','Whatdya got there, $r?','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24918,0,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24914,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Sylvanas\' Vengeance','','','','$B$BYou have done me a great service, hero. I offer you the boon of the Banshee Queen. Do with it as you please, but do not forget those that assisted you in this monumental feat.','What is it, $r?','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24919,0,80,80,0,4812,89,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24914,0,0,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52252,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lightbringer\'s Redemption','','','','$B$BArthas\' medal.$B$BI remember well the day I presented it to him...$B$BYou have done me a great service, hero. My soul may now rest in peace. I offer you a memory lost in time. Do with it as you please, but do not forget those that assisted you in this monumental feat.','How may I be of service, $r?','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (24922,2,70,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,88000,11400,0,0,0,0,0,0,0,0,0,136,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,'Classic Random Heroic (1st)','','','',NULL,NULL,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,12340), (24923,2,70,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,44000,75900,0,0,0,0,0,0,0,0,0,136,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,'Burning Crusade Random Heroic (Nth)','','','',NULL,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,12340), (25055,2,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52274,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Research','[ph] log description','[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.','','Well done $N. But for every element that is subdued another one takes it\'s place. The solution we have here is merely a stopgap. Hopefully my brethren in the Earthen Ring are making more headway.','Have you subdued the elements yet?','',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,12340), (25092,2,80,80,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52344,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elemental Research','[ph] log description','[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.','','Well done $N. But for every element that is subdued another one takes it\'s place. The solution we have here is merely a stopgap. Hopefully my brethren in the Earthen Ring are making more headway.','Have you subdued the elements yet?','',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,12340), (25180,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tablets of the Earth','Bring the Tablets of Earth to King Magni Bronzebeard in Ironforge.','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?','','Why would Twilight\'s Hammer take an interest in these tablets? Brann himself wrote that he hardly knows their significance, although he did mention something about becoming one with the earth. I will need to confer with my fellow Explorer\'s League scholars to decipher these as soon as possible.$B$BThank you, $N. Without your aid, these tablets would\'ve fallen into enemy hands.','Did you meet up with the courier?','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25181,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Tablets of Fire','Bring the Tablets of Fire to Seer Bahura in Orgrimmar.','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?','','Why would Twilight\'s Hammer take an interest in these tablets? Their contents are a mystery to our most learned scholars and deciphering them will take some time. If Twilight\'s Hammer knows about these relics and desires them, what more are they plotting?$B$BWe are most fortunate that you protected them from capture, $N.','Did you meet up with the courier?','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25199,2,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25229,0,0,25285,5,35,1020,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,'Basic Orders','Follow Drill Sergeant Steamcrank\'s cues and then report back to Captain Tread Sparknozzle.','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.','','You made it through in one piece? You have more gears then I thought, $N!',NULL,'Report back to Captain Tread Sparknozzle.',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,'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,0,0,0,0,0,0,12340), (25212,2,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25199,0,0,0,5,35,1020,0,0,0,0,0,0,52541,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vent Horizon','Use Pilot Muzzlesprock\'s flying machine to toss Radiageigatrons at the vents surrounding Gnomeregan.','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.','','Fantastic work!$B$BThe data I received shows the radiation levels are fully within safety range of our suits. That is excellent news!',NULL,'Talk to Pilot Muzzlesprock.',39420,0,0,0,3,0,0,0,52541,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deploy Radiageigatron at Gnomeregan Vents','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25228,2,-1,5,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25254,5,35,1020,0,0,0,0,0,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prophecies Of Doom','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\".','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?','','$B$BWhoever these people are, they really mean to gain a following. It looks like they\'re having quite a bit of success. They can\'t be allowed to incite the citizens of Ogrimmar to panic and hysteria. We must discourage interest in this group and learn as much about it as we can.','Well, did you find out anything?','Return to Blood Guard Torek in Orgrimmar\'s Valley of Strength.',39454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,52562,52563,52565,0,0,0,1,1,1,0,0,0,'Listen to Doomsayer\'s speech','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25229,2,-1,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25199,5,35,1020,0,0,0,0,0,0,52566,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Few Good Gnomes','Recruit Gnome Citizens from Tinker Town using the Motivate-a-Tron and lead them to Captain Tread Sparknozzle at Steelgrill\'s Depot.','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.\r\n','','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!',NULL,'Talk to Captain Tread Sparknozzle outside of Steelgrill Depot.',39623,39466,0,0,5,5,0,0,52566,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gnomes Motivated','Motivated Gnomes Brought to Captain Sparknozzle','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25238,2,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,1024,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Strength Ring Flag','','','',NULL,NULL,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,12340), (25239,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,24827,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52570,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Might','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25240,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,24834,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52571,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Might','','','','You continue to prove yourself, $N. Accept this, not as a gift, but as a tool for the fight against the Scourge.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25242,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,24835,0,5,74000,132300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,52572,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1156,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Path of Might','','','','You are a true champion of our cause, $N. None can claim to be more dedicated to the struggle than you.$B$BIt is rumored that the minions of the Scourge fear you more than they do the Lich King himself. You are might incarnate.$B$BAccept this humble gift as a reward for your many triumphs.',NULL,'Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25246,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,42000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,12340), (25247,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,6000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25248,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,9000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25249,0,80,80,0,4812,0,0,0,0,0,0,0,0,0,0,0,1156,0,21000,0,0,0,0,0,0,-2000000,0,0,0,0,0,0,0,0,0,0,8,1,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,'A Change of Heart','','','','May you find what you\'re looking for, $gbrother:sister;.','You seek to change the path you walk, $n?','Return to Ormus the Penitent.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25253,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25282,5,35,1020,0,0,0,0,0,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prophecies Of Doom','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\".','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?','','$B$BWhoever put these leaflets together knows how to get attention and from the state of things in Old Town, there\'s no lack of interest. We must act before they can build a significant following in the city. I fear they\'ll use their influence to spread panic throughout the city, paralyzing us.$B$BWe\'ve got to get inside the organization and learn as much as possible.','What did you encounter in Old Town?','Return to Captain Anton in the Trade District of Stormwind.',39454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,52562,52563,52565,0,0,0,1,1,1,0,0,0,'Listen to Doomsayer\'s speech','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25254,2,-1,5,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,0,0,0,0,0,0,52706,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signs Of The Times','Setup 5 Warning Posters around the Valley of Strength,the Drag,or the Valley of Honor.','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.','','Well done, $N. Now we must focus our efforts on discovering more about this cult and freeing the people they\'ve conned into joining.',NULL,'Return to Blood Guard Torek in Orgrimmar\'s Valley of Strength.',39581,0,0,0,5,0,0,0,0,52706,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Posters placed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25282,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,0,0,0,0,0,0,52707,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Signs Of The Times','Setup 5 Warning Posters in the Trade District,Mage District,or Cathedral District of Stormwind.','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.','','Well done, $N. Now we must focus our efforts on discovering more about this cult and freeing the people they\'ve conned into joining.',NULL,'Return to Captain Anton in Stormwind\'s Trade District.',39672,0,0,0,5,0,0,0,0,52707,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Posters placed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25283,2,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25295,0,0,0,5,35,1020,0,0,0,0,0,0,52709,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Prepping the Speech','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.','High Tinker Mekkatorque asked me to write a speech that he could give before the battle starts, but I just can\'t tell which draft is good and which ones just stink.$b$bCould you try some of them out on 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?','','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...','Let me know which one works, okay?','Return to Toby Ziegear at Steelgrill Depot.',1268,7955,6119,0,1,1,1,0,52709,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (25285,2,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25199,0,0,25289,3,17,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,0,0,0,0,0,0,0,0,0,'In and Out','Test out the ejection system in the Ejector Mechano-Tank.','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?','','Hey, look at that! You weren\'t blown to bits!',NULL,'Let Captain Tread Sparknozzle know you ejected safely.',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,'Ejection System Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25286,2,75,75,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25283,0,0,25287,3,30000,63000,0,0,0,0,0,0,52731,1,0,262152,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words for Delivery','Give the speech to Captain Tread Sparknozzle at Steelgrill Depot.','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!','','Toby is all done with the speech? Let me see...$b Pumping pistons! What a fantastic speech! I knew Toby was a good writer, but this is perhaps the best he\'s ever written.$bI think it\'s time to get you out to the battle.',NULL,'Talk to Captain Tread Sparknozzleat Steelgrill Depot.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25287,2,75,75,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25393,1,6000,12600,0,0,0,0,0,0,52731,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words for Delivery','Ride \'Thunderflash\' from Steelgrill Depot to High Tinker Mekkatorque and deliver Toby\'s speech.','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!','','This is the final draft, then? Let me have a look...',NULL,'Give Mekkatorque\'s Speech to High Tinker Mekkatorque.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25288,2,-1,1,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25380,3,0,510,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,'Infiltrating The Cult','Speak to a Doomsayer Orgrimmar\'s Drag to join the cult,then put on your Recruit\'s Robe.','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.','','Welcome, friend. We are honored that you have decided to embrace the truth and join us. Come, there will be more time to talk later and you have much to learn.',NULL,'Report to Overseer Jintak at the Jaggedswine Farm outside Orgrimmar.',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,'Join the Doomsday Cult','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25289,2,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25285,0,0,25295,3,17,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,0,0,0,0,0,0,0,0,0,'One Step Forward...','Test the the Scuttling Mechano-Tank\'s maneuverability.','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.','','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.',NULL,'Inform Captain Tread Sparknozzle of your results.',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,'Left Leg Servos Tested','Right Leg Servos Tested','Evasive Maneuver System Tested','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25290,2,-1,1,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25415,3,0,510,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,'Infiltrating the Cult','Speak to Doomsayer Stormwind\'s Old Town to join the doomsday cult,then equip the Doomsday Recruit\'s Robe you receive.','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.','','Welcome, friend. We are honored that you have decided to embrace the truth and join us. Come, there will be more time to talk later and you have much to learn.',NULL,'Report to Overseer Sylandra at the Mirror Lake Orchard in Elwynn Forest.',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,'Join Doomsday Cult','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25293,2,-1,5,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing','While wearing your Cult Disguise,speak to Cultist Kagarn,Cultish Agtar,Cultist Tokka,and Cultist Rokaga at the Jaggedswine Farm in Durotar.','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.','','So you found them? Why did the missing men and women not return with you?$B$B$B$BWe cannot compel them to change their minds and return to their families. I will let the families know that the relatives have been found and that they are safe. After this cult is broken up, they will likely return to their normal lives.',NULL,'Report back to Blood Guard Torek in Orgrimmar.',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,'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,0,0,0,0,0,0,12340), (25295,2,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25289,0,0,0,3,17,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,0,0,0,0,0,0,0,0,0,'Press Fire','Test out the Shooting Mechano-Tank weapon systems on the nearby targets.','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.','','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!',NULL,'Inform Captain Tread Sparknozzle of your results.',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,'Weapon System Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25306,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'You\'re In The Army Gnow!','[ph] Log Description','[ph] War!','',NULL,NULL,'',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,'Ejection System Tested','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25343,2,-1,5,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25347,5,0,1020,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,'The Master\'s Plan','Learn more about the cult\'s plans at the altar in the eastern part of the Jaggedswine Farm.','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.','','Now that you understand the master\'s plan, you must prepare yourself to play your part.',NULL,'Return to Overseer Jintak at the Jaggedswine Farm.',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,'Cho\'Gall\'s Revelation','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25347,2,-1,5,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25348,4,25,780,0,0,0,0,0,0,52835,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Doomsday Plan','Take the Elemental Devices to Blood Guard Torek in Orgrimmar\'s Valley of Strength.','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','','$B$BCho\'Gall is in charge of the cult? There can be no question then, this is the work of the Twilight\'s Hammer! You won\'t be the only one they\'ve sent into the city to deploy these devices.','You\'ve returned at last. I was beginning to think that you\'d taken up with the cultists for good.','Take the Elemental Devices to Blood Guard Torek in Orgrimmar\'s Valley of Strength.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25348,2,-1,5,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25351,5,35,1020,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thwarting Twilight\'s Hammer','Break Elemental Devices to release their elementals. You must defeat 5 Raging Fire Elementals.','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.','','Excellent work, $N. Twilight\'s Hammer will think twice before trying to turn our own people against us again. I\'m sure I\'m not the only one troubled by just how many citizens were taken in by their message. Times aren\'t exactly easy, but if you have no honor or loyalty, you have nothing.',NULL,'Return to Blood Guard Torek in Orgrimmar\'s Valley of Strength.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (25351,2,-1,5,0,1637,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,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,76,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Alert The Warchief','Speak with Thrall at Grommash Hold in Orgrimmar\'s Valley of Wisdom.','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.','','$B$BYou are a dutiful member of the Horde, $N. You have done well in bringing this news to me. I will personally see to it that our enemies get what they deserve!',NULL,'',0,0,0,0,0,0,0,0,0,52729,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25380,2,-1,5,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25343,5,0,1020,0,0,0,0,0,0,53048,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spreading The Word','While wearing your Doomsday Message,visit the East Zeppelin Tower,the West Zeppelin Tower,and the town square of Razor Hill.','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.','','Well done, $N. It might be awkward at first, but you will get used to advocating our beliefs in public. It is one way of remembering our obligation to bring the truth to others. We must save as many as we can.',NULL,'Return to Overseer Jintak at the Jaggedswine Farm.',39975,39976,39977,0,1,1,1,0,0,0,0,53048,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (25393,2,75,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,59000,125700,0,0,0,0,0,0,0,0,0,64,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Operation: Gnomeregan','Help King Mekkatorque with the assault on 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.','','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.',NULL,'Talk to King Mekkatorque in Tinker Town.',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,0,'Regain the Surface of Gnomeregan','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25414,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Missing','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.','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.','','So you found them? Why did the missing men and women not return with you?$B$B$B$BThen we cannot force them to come home. I can only hope that in time, the cultists will realize the harm their actions have caused and decide to return to their normal lives.$B$BThank you for your efforts, $N. I will tell the families what you found.',NULL,'Report back to Captain Anton in Stormwind\'s Trade District.',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,'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,0,0,0,0,0,0,12340), (25415,2,-1,5,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25416,5,0,1020,0,0,0,0,0,0,53048,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spreading The Word','While wearing your Doomsday Message,visit the Westbrook Garrison,the Valley of Heroes in Stormwind,and the town square of Goldshire.','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.','','Well done, $N. It might be awkward at first, but you will grow accustomed to advocating our beliefs in public. It is one way of remembering our obligation to bring the truth to others. We must offer hope to everyone, for we all face the end of this world together.',NULL,'Return to Overseer Sylandra at Mirror Lake Orchard.',40102,40101,40103,0,1,1,1,0,0,0,0,53048,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'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,0,0,0,0,0,0,12340), (25416,2,-1,5,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25417,5,0,1020,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,'The Master\'s Plan','Learn more about the cult\'s plans at the altar in the northern part of Mirror Lake Orchard.','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.','','Now that you understand the master\'s plan, you must prepare to play your part in making it a reality.',NULL,'Return to Overseer Sylandra at Mirror Lake Orchard.',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,'Cho\'Gall\'s Revelation','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25417,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25418,4,25,780,0,0,0,0,0,0,52835,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Doomsday Plan','Take the Elemental Devices to Captain Anton in Stormwind\'s Trade District.','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','','$B$BCho\'Gall is in charge of the cult? Then, it has to be Twilight\'s Hammer! We suspected that they would try to strike again, but no one knew what form the attack would take.$B$BYou\'ve done an excellent job uncovering this plot. Unfortunately, you won\'t be the only one they\'ve sent into the city to deploy these devices.','You\'ve returned at last. I was beginning to think that you\'d taken up with the cultists for good.','Take the Elemental Devices to Captain Anton in Stormwind\'s Trade District.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (25418,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25425,5,35,1020,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thwarting Twilight\'s Hammer','Destroy Elemental Devices to release their captive elementals. Defeat 5 Raging Wind Elementals.','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!','','Excellent work, $N. Twilight\'s Hammer will think twice before trying to turn our own people against us again.$B$BWhat worries me is how many citizens joined their movement without thinking about the cult\'s empty promises. Are times so dire that people will abandon the Light for promises of power and immortality?',NULL,'Return to Captain Anton in Stormwind\'s Trade District.',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,0,0,0,0,0,0,0,0,0,0,0,12340), (25425,2,-1,5,0,1519,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,35,1020,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,72,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Warn King Wrynn','Speak with King Varian Wrynn in Stormwind Keep.','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.','','$B$BHow dare they strike Stormwind? How dare they try to manipulate the people of this city against us and the Alliance! If not for your valor this day, $N, our city would not have discovered this Twilight\'s Hammer scheme. You are a true hero of Stormwind and the Alliance.',NULL,'',0,0,0,0,0,0,0,0,0,52729,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25444,2,-1,1,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25446,5,35,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Da Perfect Spies','Capture 5 Sen\'jin Frogs and attune them to Vanira\'s sight at her Sentry Totem.','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.','','These be enough for me purposes. Now comes de hard part.','Ya helpin\' with da frogs or not?','Return to Vanira at the Darkspear Strand.',0,40188,0,0,0,5,0,0,53510,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'','Sen\'jin Frogs attuned','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25445,2,78,0,0,393,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25495,0,0,0,5,68000,129600,0,0,0,0,0,0,0,0,0,192,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zalazane\'s Fall','Help Vol\'jin take back the Echo Isles and kill Zalazane.','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.','','$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.',NULL,'Return to Vol\'jin outside Sen\'jin Village.',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,0,'Zalazane Killed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25446,2,-1,1,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25444,0,0,0,5,35,1020,0,0,0,0,0,0,53637,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Frogs Away!','While riding a bat,use the Sack o\' Frogs to place 12 attuned frogs on the markers in the Echo Isles.','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.','','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\'.',NULL,'Return to Vanira in Sen\'jin Village.',40218,0,0,0,12,0,0,0,0,53637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Attuned Frogs deployed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25461,2,-1,1,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25446,0,0,0,5,35,1020,0,0,0,0,0,0,54215,1,0,0,0,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,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trollin\' For Volunteers','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.','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.','','Ya found some good ones. I be trainin\' them hard and we won\'t stop until we\'ve driven Zalazane from our islands.',NULL,'Return to Champion Uru\'zin at Sen\'jin Village.',40257,40260,0,0,5,5,0,0,0,54215,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Volunteers recruited','Troll Volunteers delivered to Champion Uru\'zin','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25470,2,-1,1,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25461,0,0,25480,5,35,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,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lady Of Da Tigers','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.','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.','','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.',NULL,'Return to Vol\'jin at Sen\'jin Village.',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,'Challenge the Tiger Matriarch','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25480,2,-1,1,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25470,0,0,0,5,35,1020,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,54653,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dance Of De Spirits','Talk to Witch Doctor Hez\'tok near the circle of ritual dancers outside Sen\'jin Village when you\'re ready to consult the omens.','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.','','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!',NULL,'Return to Vol\'jin near Sen\'jin Village.',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,0,'Dance of the Spirits','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340), (25482,2,80,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,148000,198600,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Headless Horseman','','','',NULL,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,12340), (25483,2,80,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,148000,198600,0,0,0,0,0,0,0,0,0,136,25,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Coren Direbrew','','','',NULL,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,12340), (25484,2,80,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,148000,198600,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Ahune','','','',NULL,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,12340), (25485,2,80,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,148000,198600,0,0,0,0,0,0,0,0,0,136,9,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'World Event Dungeon - Hummel','','','',NULL,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,12340), (25495,2,-1,75,0,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25480,0,0,25445,1,0,90,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,530,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparin\' For Battle','Speak to Handler Marnlek for a flight to the staging area. Meet Vol\'jin on the island east of the war camp.','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.','','At last, everythin\' be ready. Now, we show Zalazane what happen to dose who defy de Darkspears!',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,12340), (25500,2,-1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25283,0,0,0,3,17,510,0,0,0,0,0,0,52731,1,0,262152,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Words for Delivery','Give the speech to Captain Tread Sparknozzle at Steelgrill Depot.','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.','','This is the speech from Toby? Fantastic!$bRecruit, you\'ve done all we could possibly ask for and the Gnomeregan Army thanks you!$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!$bIt doesn\'t pay very well, but you do get this snazzy helmet. Hang on to that, you might need it someday!',NULL,'Give the Speech to High Tinker Mekkatorque.',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,12340), (26012,2,82,80,0,4987,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26013,1,8000,13500,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Trouble at Wyrmrest','Speak with Krasus at Wyrmrest Temple in Dragonblight.','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?','','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.',NULL,'Speak with Krasus at Wyrmrest Temple in 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,12340), (26013,2,82,80,0,4987,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26034,5,80000,135000,0,0,0,0,0,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,0,0,0,0,0,0,0,0,0,'Assault on the Sanctum','Investigate the Ruby Sanctum beneath Wyrmrest Temple.','$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.','','Thank you again, $C, for rescuing me from Baltharus\'s clutches!$B$BThere is still much work to be done, however....',NULL,'Investigate the Ruby Sanctum beneath Wyrmrest 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,12340), (26034,2,82,80,0,4987,62,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,240000,202500,0,0,0,0,0,0,0,0,0,200,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Twilight Destroyer','Defeat Halion and repel the invasion of the Ruby Sanctum.','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.','','$N$NWe owe you a debt of gratitude, mortal, for driving the invaders from the Sanctum. But this news of the Destroyer is troubling beyond words. I have much to discuss with the other members of the Accord.$N$NTake these as a token of my thanks, as you gird yourselves for the coming storm.',NULL,'Report back to Krasus atop Wyrmrest Temple.',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,0,'','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12340); /*!40000 ALTER TABLE `quest_template` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!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 */;