-- MySQL dump 10.11 -- -- Host: localhost Database: mangos -- ------------------------------------------------------ -- Server version 5.0.51b-community-nt-log /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!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 */; -- -- Table structure for table `quest_template` -- DROP TABLE IF EXISTS `quest_template`; SET @saved_cs_client = @@character_set_client; SET character_set_client = utf8; CREATE TABLE `quest_template` ( `entry` mediumint(8) unsigned NOT NULL default '0', `Method` tinyint(3) unsigned NOT NULL default '2', `ZoneOrSort` smallint(6) NOT NULL default '0', `SkillOrClass` smallint(6) NOT NULL default '0', `MinLevel` tinyint(3) unsigned NOT NULL default '0', `QuestLevel` tinyint(3) unsigned NOT NULL default '0', `Type` smallint(5) unsigned NOT NULL default '0', `RequiredRaces` smallint(5) unsigned NOT NULL default '0', `RequiredSkillValue` smallint(5) unsigned NOT NULL default '0', `RepObjectiveFaction` smallint(5) unsigned NOT NULL default '0', `RepObjectiveValue` mediumint(9) NOT NULL default '0', `RequiredMinRepFaction` smallint(5) unsigned NOT NULL default '0', `RequiredMinRepValue` mediumint(9) NOT NULL default '0', `RequiredMaxRepFaction` smallint(5) unsigned NOT NULL default '0', `RequiredMaxRepValue` mediumint(9) NOT NULL default '0', `SuggestedPlayers` tinyint(3) unsigned NOT NULL default '0', `LimitTime` int(10) unsigned NOT NULL default '0', `QuestFlags` smallint(5) unsigned NOT NULL default '0', `SpecialFlags` tinyint(3) unsigned NOT NULL default '0', `CharTitleId` tinyint(3) unsigned NOT NULL default '0', `PrevQuestId` mediumint(9) NOT NULL default '0', `NextQuestId` mediumint(9) NOT NULL default '0', `ExclusiveGroup` mediumint(9) NOT NULL default '0', `NextQuestInChain` mediumint(8) unsigned NOT NULL default '0', `SrcItemId` mediumint(8) unsigned NOT NULL default '0', `SrcItemCount` tinyint(3) unsigned NOT NULL default '0', `SrcSpell` mediumint(8) unsigned NOT NULL default '0', `Title` text, `Details` text, `Objectives` text, `OfferRewardText` text, `RequestItemsText` text, `EndText` text, `ObjectiveText1` text, `ObjectiveText2` text, `ObjectiveText3` text, `ObjectiveText4` text, `ReqItemId1` mediumint(8) unsigned NOT NULL default '0', `ReqItemId2` mediumint(8) unsigned NOT NULL default '0', `ReqItemId3` mediumint(8) unsigned NOT NULL default '0', `ReqItemId4` mediumint(8) unsigned NOT NULL default '0', `ReqItemCount1` smallint(5) unsigned NOT NULL default '0', `ReqItemCount2` smallint(5) unsigned NOT NULL default '0', `ReqItemCount3` smallint(5) unsigned NOT NULL default '0', `ReqItemCount4` smallint(5) unsigned NOT NULL default '0', `ReqSourceCount1` smallint(5) unsigned NOT NULL default '0', `ReqSourceCount2` smallint(5) unsigned NOT NULL default '0', `ReqSourceCount3` smallint(5) unsigned NOT NULL default '0', `ReqSourceCount4` smallint(5) unsigned NOT NULL default '0', `ReqSourceId1` mediumint(8) unsigned NOT NULL default '0', `ReqSourceId2` mediumint(8) unsigned NOT NULL default '0', `ReqSourceId3` mediumint(8) unsigned NOT NULL default '0', `ReqSourceId4` mediumint(8) unsigned NOT NULL default '0', `ReqSourceRef1` tinyint(3) unsigned NOT NULL default '0', `ReqSourceRef2` tinyint(3) unsigned NOT NULL default '0', `ReqSourceRef3` tinyint(3) unsigned NOT NULL default '0', `ReqSourceRef4` tinyint(3) unsigned NOT NULL default '0', `ReqCreatureOrGOId1` mediumint(9) NOT NULL default '0', `ReqCreatureOrGOId2` mediumint(9) NOT NULL default '0', `ReqCreatureOrGOId3` mediumint(9) NOT NULL default '0', `ReqCreatureOrGOId4` mediumint(9) NOT NULL default '0', `ReqCreatureOrGOCount1` smallint(5) unsigned NOT NULL default '0', `ReqCreatureOrGOCount2` smallint(5) unsigned NOT NULL default '0', `ReqCreatureOrGOCount3` smallint(5) unsigned NOT NULL default '0', `ReqCreatureOrGOCount4` smallint(5) unsigned NOT NULL default '0', `ReqSpellCast1` mediumint(8) unsigned NOT NULL default '0', `ReqSpellCast2` mediumint(8) unsigned NOT NULL default '0', `ReqSpellCast3` mediumint(8) unsigned NOT NULL default '0', `ReqSpellCast4` mediumint(8) unsigned NOT NULL default '0', `RewChoiceItemId1` mediumint(8) unsigned NOT NULL default '0', `RewChoiceItemId2` mediumint(8) unsigned NOT NULL default '0', `RewChoiceItemId3` mediumint(8) unsigned NOT NULL default '0', `RewChoiceItemId4` mediumint(8) unsigned NOT NULL default '0', `RewChoiceItemId5` mediumint(8) unsigned NOT NULL default '0', `RewChoiceItemId6` mediumint(8) unsigned NOT NULL default '0', `RewChoiceItemCount1` smallint(5) unsigned NOT NULL default '0', `RewChoiceItemCount2` smallint(5) unsigned NOT NULL default '0', `RewChoiceItemCount3` smallint(5) unsigned NOT NULL default '0', `RewChoiceItemCount4` smallint(5) unsigned NOT NULL default '0', `RewChoiceItemCount5` smallint(5) unsigned NOT NULL default '0', `RewChoiceItemCount6` smallint(5) unsigned NOT NULL default '0', `RewItemId1` mediumint(8) unsigned NOT NULL default '0', `RewItemId2` mediumint(8) unsigned NOT NULL default '0', `RewItemId3` mediumint(8) unsigned NOT NULL default '0', `RewItemId4` mediumint(8) unsigned NOT NULL default '0', `RewItemCount1` smallint(5) unsigned NOT NULL default '0', `RewItemCount2` smallint(5) unsigned NOT NULL default '0', `RewItemCount3` smallint(5) unsigned NOT NULL default '0', `RewItemCount4` smallint(5) unsigned NOT NULL default '0', `RewRepFaction1` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', `RewRepFaction2` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', `RewRepFaction3` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', `RewRepFaction4` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', `RewRepFaction5` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case', `RewRepValue1` mediumint(9) NOT NULL default '0', `RewRepValue2` mediumint(9) NOT NULL default '0', `RewRepValue3` mediumint(9) NOT NULL default '0', `RewRepValue4` mediumint(9) NOT NULL default '0', `RewRepValue5` mediumint(9) NOT NULL default '0', `RewHonorableKills` int(10) unsigned NOT NULL, `RewOrReqMoney` int(11) NOT NULL default '0', `RewMoneyMaxLevel` int(10) unsigned NOT NULL default '0', `RewSpell` mediumint(8) unsigned NOT NULL default '0', `RewSpellCast` mediumint(8) unsigned NOT NULL default '0', `RewMailTemplateId` mediumint(8) unsigned NOT NULL default '0', `RewMailDelaySecs` int(11) unsigned NOT NULL default '0', `PointMapId` smallint(5) unsigned NOT NULL default '0', `PointX` float NOT NULL default '0', `PointY` float NOT NULL default '0', `PointOpt` mediumint(8) unsigned NOT NULL default '0', `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', `IncompleteEmote` smallint(5) unsigned NOT NULL default '0', `CompleteEmote` 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', `StartScript` mediumint(8) unsigned NOT NULL default '0', `CompleteScript` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`entry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Quest System'; SET character_set_client = @saved_cs_client; -- -- Dumping data for table `quest_template` -- LOCK TABLES `quest_template` WRITE; /*!40000 ALTER TABLE `quest_template` DISABLE KEYS */; INSERT INTO `quest_template` VALUES (2,2,331,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,6383,247,-2,0,16305,1,0,'Sharptalon\'s Claw','The mighty hippogryph Sharptalon has been slain, with the claw of the felled beast serving as a testament to your victory. Senani Thunderheart at the Splintertree Post will no doubt be interested in seeing this trophy as proof of your deeds.','Bring Sharptalon\'s Claw to Senani Thunderheart at Splintertree Post. Ashenvale.','Most impressive. $N... the claw of Sharptalon could not have been easy to get! The Ashenvale Hunt goes well for you!$B$BSharptalon had long terrorized the peons from the lumber camps near its path as they tried to travel here to Splintertree Post. No doubt once the word gets out that it was you who put down the beast. many rousing songs of your bravery will be heard at campfires and lumber mills across Ashenvale!','Yes. mighty $C. I sensed your arrival. I trust you have more news to report to me about your hunt?','','','','','',16305,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(5,2,10,0,17,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,163,0,0,93,0,0,0,'Jitters\' Growling Gut','I\'ve been stuck hiding in this ghost town for weeks, and I haven\'t eaten anything but grubs and weeds! I need some decent food, and I\'m willing to trade well for it.$B$BBring me a feast and I\'ll pay you handsomely.$B$BI heard Chef Grual at the Scarlet Raven Tavern in Darkshire makes very good Dusky Crab Cakes...','Speak with Chef Grual.','You need some Crab Cakes, do you? Well I might be able to cook some up for you...','Oh, a shipment from my brother? Splendid! Fortune truly shines on me today!',NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(6,2,9,0,2,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,0,0,0,0,'Bounty on Garrick Padfoot','Garrick Padfoot - a cutthroat who\'s plagued our farmers and merchants for weeks - was seen at a shack near the vineyards. which lies east of the Abbey and across the bridge. Bring me the villain\'s head. and earn his bounty!$B$BBut be wary, $N. Garrick has gathered a gang of thugs around him. He will not be an easy man to reach.','Kill Garrick Padfoot and bring his head to Deputy Willem at Northshire Abbey.','Hah - you caught him! You\'ve done Elwynn a great service. and earned a nice bounty!','Did you find Garrick\'s shack? Are we finally free of that villain?','','','','','',182,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6076,60,3070,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(7,2,9,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,783,0,0,0,0,0,0,'Kobold Camp Cleanup','Your first task is one of cleansing, $N. A clan of kobolds have infested the woods to the north. Go there and fight the kobold vermin you find. Reduce their numbers so that we may one day drive them from Northshire.','Kill 10 Kobold Vermin, then return to Marshal McBride.','Well done, citizen. Those kobolds are thieves and cowards, but in large numbers they pose a threat to us. And the humans of Stormwind do not need another threat.$B$BFor defeating them, you have my gratitude.','How goes the hunting, $N? Have you found and defeated those vermin?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,25,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(8,2,154,0,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7628,1,0,'A Rogue\'s Deal','Hey. mate! Do a favor for a young man who\'s been fighting more than his fair share of mindless zombies and spiders?$B$BI got this here letter that needs to go to Brill... to an innkeeper named Renee something-or-other. Don\'t really matter none what her last name is.$B$BAnyway. it\'s a nice cozy little place full of victims of the plague trying to make their way in the world. And it be a great spot for you to rest too if the need arises. You should check it out... you do and I\'ll pay you well.','Deliver the Nondescript Letter to Innkeeper Renee in Tirisfal Glades.','Oh? A letter? Wonderful news! I\'ve been waiting on word from my dear old mother in Deathknell. Such a saint. she is. I wonder how she\'s holding up.$b$bWhat? Too cheery? Not buying it. are you?$b$bWell, get lost then... it\'s really no business who the letter\'s from anyway. Go on! Get lost!$b$bCome back when you\'ve got some coin to spend... loafer.$b$bNext thing you know, you\'ll be coming back to rest after a long days adventure or some stupid thing like that.','Yes? Yes? What is it?$b$bFor a race of people who don\'t need to breathe underwater. they certainly do have huge appetites. Make yourself at home... make yourself at home. My name\'s Renee if you need anything at all.','','','','','',7628,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4604,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,2,0,0,0,0,1,4,0,0,14,0,0),(9,2,40,0,8,15,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Killing Fields','Look at what has happened to this place! These lands were once occupied by good farm folk. But the damned thieves have driven them all off. Not me, though! But it seems some Harvest Watchers have taken over the fields.$B$BIf you\'re up for the work, I\'d like you to go out and kill twenty of them. Come back when you\'re done for your pay. If you finish up with the ones in my field, clear them from the neighboring fields as well.','Farmer Saldean wants you to kill 20 Harvest Watchers.','Good work, friend. You have earned your pay well. Who knows, perhaps Westfall will prosper once again.','Ah, I see you\'re back! I hope you\'ve been hard at work clearing those fields of those Harvest Watchers. Have you killed twenty yet?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,114,0,0,0,20,0,0,0,0,0,0,0,3578,1561,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(10,2,440,0,39,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,0,0,110,0,0,0,'The Scrimshank Redemption','Oh. this is just terrible! I sent out my top assistant, Junior Surveyor Scrimshank, into the desert southeast of here. That\'s an area we call the Gaping Chasm. Well, he\'s gone missing, and his last report had more of those weird bugs where he was. Could it be that they\'ve infested two major regions of the desert now?$B$BI need you to head into the Gaping Chasm and look for Scrimshank, please! That... or at least find his surveying equipment. I fear that may be all that is left of the poor sod.','Discover the fate of Junior Surveyor Scrimshank. and bring either him or his surveying equipment to Senior Surveyor Fizzledowser in Gadgetzan.','He was a good goblin, young Scrimshank. Let\'s hope that his demise was not in vain by what he was able to record with his surveying equipment.$B$BIt seems as though we have quite the situation on our hands here with these bugs. They\'re way too cunning for their own good, and the research we\'ve done so far is shaping up to indicate that they might even be under the controlling influence of a third party! If this is the case, then it bodes ill for not only Gadgetzan, but the whole desert!','Well, what news do you have? You look like you\'ve been in quite the fight... is Scrimshank alive?','','','','','',8593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,6,18,0,0,0,0,0),(11,2,12,0,6,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,239,0,0,0,0,0,0,'Riverpaw Gnoll Bounty','Gnolls. brutish creatures with no decent business in these lands. have been seen along the borders of Elwynn Forest. A large pack of them, many more than we can handle alone, have infested the woods south of the guard tower yonder. Another group has infested the areas near Stone Cairn Lake to the east.$B$BThe Stormwind Army will commend whomever helps kill them. Bring me their painted gnoll armbands as proof of your deed.','Bring 8 Painted Gnoll Armbands to Deputy Rainer at the Barracks.','I see you\'ve been busy! You have our thanks. $N.','Hail. $N. Have you been killing Gnolls...?','','','','','',782,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2249,2238,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(12,2,40,0,9,12,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,13,0,0,0,'The People\'s Militia','The People\'s Militia has but one goal: To defend the lands of Westfall and return peace to our surroundings. Unfortunately. the price of peace is often blood. $B$BOne of my scouts has brought word of a band of Defias Trappers wreaking havoc nearby. I have reports of Defias Trapper sightings near the Jangolode Mine to the Northwest as well as at the Molsen Farm and Furlbrow\'s Pumpkin Farm. If you seek to join our ranks, slay 15 Defias Trappers and 15 Defias Smugglers then return to me.','Gryan Stoutmantle wants you to kill 15 Defias Trappers and 15 Defias Smugglers then return to him on Sentinel Hill.','Well done. $N. My scout witnessed your valiant acts. You are proving yourself quite well so far.','Perhaps I did not make myself clear. pledge. In order to prove your worth as a servant to The People\'s Militia and to the Light you need to slay 15 Defias Trappers and 15 Defias Smugglers then return to me when the deed is done.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,504,95,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(13,2,40,0,9,14,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,12,0,0,14,0,0,0,'The People\'s Militia','A band of vicious Defias Pillagers has been seen plundering the Gold Coast Quarry. Moonbrook and the Alexston Farmstead. The People\'s Militia will not stand for such behavior. Dispatch immediately, $N, and make the Light\'s presence known in Westfall.$B$BThe Gold Coast Quarry is near the shore, to the West of the tower. As the next step of your training, I want you to kill 15 of those foul Defias Pillagers and 15 Defias Looters.','Gryan Stoutmantle wants you to kill 15 Defias Pillagers and 15 Defias Looters and return to him on Sentinel Hill.','Your worth to The People\'s Militia has been validated by your brave acts thus far.','We have not time to talk. $N. The Defias Pillagers are denying the people of Westfall the peace and prosperity they deserve. Make sure at least 15 Defias Pillagers and 15 Defias Looters have been killed. That will send a clear message that corruption is not welcome here.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,590,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(14,2,40,0,9,17,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,13,0,0,0,0,0,0,'The People\'s Militia','Some Defias have eluded us. My most trusted scout reports that these Defias have been looting and pillaging the countryside, all the way into Southern Westfall. We believe they are hiding out in the Dagger Hills, plotting their next move. Slay the wretches in the name of The People\'s Militia.','Gryan Stoutmantle wants you to kill 15 Defias Highwaymen, 5 Defias Pathstalkers and 5 Defias Knuckledusters then return to him on Sentinel Hill.','When I left the tainted lands of Lordaeron I returned to a grim state of affairs here in my homeland. But there is hope for Westfall yet. As proven by your valor in battle, it is obvious to me that you serve our cause with honor. It is with great pride that I induct thee into The People\'s Militia. May the Light shine upon you.','$N, now is no time for idle chatter. If you still wish to prove yourself to The People\'s Militia you need to slay the Defias I notified you about earlier. Return to me when you have completed your duty.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,122,121,449,0,15,5,5,0,0,0,0,0,1566,1480,12296,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,66,1,0,0,0,0,0,0),(15,2,9,0,2,3,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,7,0,0,21,0,0,0,'Investigate Echo Ridge','$N, my scouts tell me that the kobold infestation is larger than we had thought. A group of kobold workers has camped near the Echo Ridge Mine to the north.$B$BGo to the mine and remove them. We know there are at least 10. Kill them, see if there are more, then report back to me.','Kill 10 Kobold Workers, then report back to Marshal McBride.','I don\'t like hearing of all these kobolds in our mine. No good can come of this. Here, take this as payment, and when you\'re ready, speak to me again. I would like you to go back to the mines one more time...','Have you been to the mines? Are you ready to report?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,257,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,40,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(16,2,12,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Give Gerard a Drink','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.','','Thanks. $N! And come back if you want to trade again.','Farming is thirsty work. and I\'m always looking for refreshing spring water.$B$BIf you have any, then I\'m willing to make a trade.','','','','','',159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4536,0,0,0,1,0,0,0,72,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(17,2,38,0,38,42,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,0,0,0,'Uldaman Reagent Run','I\'ve heard about a newly discovered plant called the magenta fungus caps. They grow in clusters at the Uldaman dig site and can be found in the early tunnels and deep within the less-explored areas. I want to study their potential use in alchemy, and that\'s where you come in.$B$BFind the magenta cap clusters and bring me a dozen caps. Be warned, the clusters may spew out poison spores if jostled.$B$BDo this for me, and I\'ll whip up a batch of one of my famous restorative elixirs for you!','Bring 12 Magenta Fungus Caps to Ghak Healtouch in Thelsamar.','Well done $N. you\'ve proven your worth once again! The caps will be an interesting study, yon verily!$B$BAnd now, as promised, enjoy a taste of one of my more potent restorative brews from my personal stock...$B$BIf you are a skilled alchemist, then perhaps we might have some additional business to conduct. Regardless, I thank you for your assistance!','Have you obtained the magenta fungus caps I need for my alchemical work? No caps - no reward!','','','','','',8047,0,0,0,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,9030,0,0,0,5,0,0,0,47,0,0,0,0,250,0,0,0,0,0,5500,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(18,2,9,0,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,783,0,0,0,0,0,0,'Brotherhood of Thieves','Recently. a new group of thieves has been hanging around Northshire. They call themselves the Defias Brotherhood, and have been seen across the river to the east.$B$BI don\'t know what they\'re up to, but I\'m sure it\'s not good! Bring me the bandanas they wear, and I\'ll reward you with a weapon.','Bring 12 Red Burlap Bandanas to Deputy Willem outside the Northshire Abbey.','Back with some bandanas. I see. The Stormwind Army appreciates your help.','Have you gathered those bandanas for me yet?','','','','','',752,0,0,0,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,2224,5580,1161,5579,1159,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(19,2,44,0,18,25,1,1101,0,0,0,0,0,0,0,2,0,0,0,0,20,0,0,0,0,0,0,'Tharil\'zun','Blackrock Outrunners and Renegades are running ambushes between here and Stonewatch Keep. The leader of the Outrunners is an orc named Tharil\'zun--we want this orc. Bring me the head of Tharil\'zun!','Bring Tharil\'zun\'s Head to Marshal Marris in Redridge.','Tharil\'zun was a vicious. crafty orc. Well done - I\'m sure he didn\'t go down easy. Here is your reward, $N.','Orc pressure from Blackrock is still tense. But have you at least rid us of Tharil\'zun?','','','','','',0,1260,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1276,6093,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(20,2,44,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19,0,0,0,'Blackrock Menace','The Blackrock orcs have travelled from the Burning Steppes and claimed Stonewatch Keep to the north. From there they maraud the areas north of Lakeshire and keep its citizens in town. penned like cattle.$B$BHelp rid Lakeshire of this menace. Kill these Blackrock orcs and bring me ten of their Battleworn Axes as proof.$B$BAnd although Blackrocks threaten us from the north. we\'ve received reports of more in the southeastern pocket of Redridge. If you find any there, then they too should be hunted.','Bring 10 Battleworn Axes to Marshal Marris in Lakeshire.','That makes for a lot fewer orcs to worry about. thanks.','Have you been slaying orcs. $N? If so. then show me...','','','','','',3014,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1300,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(21,2,9,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,15,0,0,0,0,0,0,'Skirmish at Echo Ridge','Your previous investigations are proof that the Echo Ridge Mine needs purging. Return to the mine and help clear it of kobolds.$B$BWaste no time, $N. The longer the kobolds are left unmolested in the mine, the deeper a foothold they gain in Northshire.','Kill 12 Kobold Laborers, then return to Marshal McBride at Northshire Abbey.','Once again, you have earned my respect, and the gratitude of the Stormwind Army. There may yet be kobolds in the mine, but I will marshal others against them. We have further tasks for you.','I know it\'s bloody work, $N, but it\'s vital to the safety of Northshire. Are you ready to report?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,0,0,0,12,0,0,0,0,0,0,0,2186,2691,11192,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,21),(22,2,40,0,9,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Goretusk Liver Pie','The onions are peeled. The garlic is minced. The rosemary is crushed. The crust has been baked. The dill weed is chopped. The gravy is simmering. Now all I need for my famous meat pie are 8 Goretusk Livers!','Salma Saldean needs 8 Goretusk livers to make a Goretusk Liver Pie.','These are just perfect. $N! Thank you so much. Farmer Saldean and I are going to feast tonight. And here is a little something for you, for the hard work. You didn\'t think I was going to let a $C like you go hungry, did you?','All I need for my famous meat pie are 8 Goretusk Livers!','','','','','',723,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,724,2697,0,0,3,1,0,0,72,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,4,5,0,0,0,0,0,0),(23,2,331,0,20,24,0,690,0,0,0,0,0,0,0,0,0,0,0,0,6383,247,-2,0,16303,1,0,'Ursangous\'s Paw','The paw of the mighty bear Ursangous is your trophy for this part of the Ashenvale Hunt. On the paw is a small quarter-crescent emblem; the significance of the emblem remains a mystery.$B$BThe paw should be brought to Senani Thunderheart in Splintertree Post to prove that you have bested the mighty creature and completed this portion of the hunt.','Bring Ursangous\'s Paw to Senani Thunderheart at Splintertree Post, Ashenvale.','Ah. the paw of Ursangous! Your skill is impressive, $C , he is credited with numerous kills. The crescent on his paw is no doubt a sign that he was trained by the night elves that skulk about Ashenvale. Ursangous is... was one of the mightiest bears you\'d find in these parts. To have bested such a creature is a testament to your will and resolve.$b$bYour ancestors would be proud!','Ah - $N - I was just thinking about you! How goes your hunting?','','','','','',16303,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(24,2,331,0,20,27,0,690,0,0,0,0,0,0,0,0,0,0,0,0,6383,247,-2,0,16304,1,0,'Shadumbra\'s Head','The once swift Shadumbra now lies still as you claim victory over it. The head of the slain nightsaber is a fitting trophy for this fight of the Ashenvale Hunt. Senani Thunderheart at Splintertree Post will want to see such a trophy to award you credit for this part of the Ashenvale Hunt.','Bring Shadumbra\'s Head to Senani Thunderheart at Splintertree Post. Ashenvale.','A victory for $N in the Ashenvale Hunt! Well done - the head of Shadumbra is a fitting trophy to claim for such an impressive fight. no doubt.$b$bShadumbra\'s savagery was well known throughout the post here. Any trip to the west. especially on foot trying to get out to the Zoram Strand. was wrought with danger because of this tiger. Thanks to you. this danger has abated.','Greetings once again. $N! Have you come to show me proof of your hunt?','','','','','',16304,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(25,2,331,0,23,25,0,690,0,0,0,0,0,0,0,0,0,12,0,0,0,0,0,0,0,0,0,'Stonetalon Standstill','If you want to be useful, then why don\'t you do something about the situation near Talondeep Path?$B$BThe transports between Ashenvale and Stonetalon are at a standstill because of the lake coming alive and attacking anything that gets close... which means anyone on the path. What\'d be even more useful than just putting the hammer down on the water elementals there is someone scouting the gazebo on Mystral Lake - the one that has a solid view of the Alliance outpost there.$B$BYou up for being useful?','Dispatch 12 Befouled Water Elementals at Mystral Lake, due east of the Talondeep Path and southwest of Splintertree Post.$B$BScout the gazebo on Mystral Lake that overlooks the nearby Alliance outpost.$B$BReturn to Mastok Wrilehiss at Splintertree Post, Ashenvale.','Yeah, I heard that someone tore up the lake out there like a dust devil through the Barrens. From the sound of it too, we might be able to set up a possible observation area out there to keep an eye on our Alliance friends. Well, that is if we can keep it on the down low...$B$BLooks like you ended up being quite useful after all , the transports between here and Stonetalon should have an easier time of it. Take this - you\'ve earned it.','You back already? What\'s the situation out there - all cleared up now, thanks to you?','Scout the gazebo on Mystral Lake that overlooks the nearby Alliance outpost.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3917,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1800,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(26,2,-263,0,16,16,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,0,'A Lesson to Learn','$N, I have been following your progress with much delight. You are most assuredly developing yourself into a valued protector of nature.$B$BThe time has come for you to learn more about one of the various animal aspects that Cenarius has blessed us with the ability to change into - one that affords you command and mastery of the water. For this, you must travel to the village of Nighthaven in Moonglade and speak with Dendrite Starblaze of the Cenarion Circle there. He will guide you further.','Speak with Dendrite Starblaze in the village of Nighthaven, Moonglade.','Salutations, young $C , the time has come for you to know our aquatic form. It is one that lets you move freely and indefinitely through water. You will find this aspect a useful tool and a blessing... but it is one that must be earned before it is mastered.$B$BYou will face two trials to overcome. The first will test your ability to work in water under pressure. The second will test your resolve to understand the aspects of the form itself.$B$BStand ready, as the time of testing is now upon us.',NULL,NULL,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,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,1,0,0,0,0,0,0),(27,2,-263,0,16,16,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,0,'A Lesson to Learn','$N, I have been following your progress with much delight. You are most assuredly developing yourself into a valued protector of nature.$B$BThe time has come for you to learn more about one of the various animal aspects that Cenarius has blessed us with the ability to change into - one that affords you command and mastery of the water. For this, you must travel to the village of Nighthaven in Moonglade and speak with Dendrite Starblaze of the Cenarion Circle there. He will guide you further.','Speak with Dendrite Starblaze in the village of Nighthaven, Moonglade.','Salutations, young $C , the time has come for you to know our aquatic form. It is one that lets you move freely and indefinitely through water. You will find this aspect a useful tool and a blessing... but it is one that must be earned before it is mastered.$B$BYou will face two trials to overcome. The first will test your ability to work in water under pressure. The second will test your resolve to understand the aspects of the form itself.$B$BStand ready, as the time of testing is now upon us.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(30,2,-263,0,16,16,0,8,0,0,0,0,0,0,0,0,0,0,0,0,28,0,0,5061,0,0,0,'Trial of the Sea Lion','For the second trial, you\'ll need the two halves that make the Pendant of the Sea Lion. One half draws power from the agility of the sea lion aspect, gliding through water; the other draws power from the incredible endurance of the sea lion aspect. Druids draw on both these traits equally to embody the aspect of their aquatic form.$B$BSpeak with the locals of Moonglade to learn where the parts may lie, and bring both here to join them together. Once formed, take the pendant to Dendrite Starblaze.','Find the Half Pendant of Aquatic Agility and the Half Pendant of Aquatic Endurance. Speak with the residents of Moonglade to learn clues as to where these items may be located.$B$BForm the Pendant of the Sea Lion from the two pendant halves. You need to be in proximity of the Shrine of Remulos to do this.$B$BBring the joined pendant to Dendrite Starblaze in the village of Nighthaven, Moonglade.','You\'ve completed the Trial of the Sea Lion. $N - congratulations.$B$BEach task in acquiring the pendant shows that both agility and endurance are necessary to act in harmony with what you desire to do underwater. Neither can exist without the other, and both cannot be done without you willingness to embrace the aspect of the sea lion.$B$BRemember these lessons well, and count on them once you have gained your aquatic form.','Have you formed your pendant for me to inspect. $N? If you need help in locating the parts, try asking the local populace for information. Not only will you find what you seek, but it will give you a reason to explore this wondrous and sacred glade.','','','','','',15885,0,0,0,1,0,0,0,1,1,0,0,15883,15882,0,0,1,1,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,0,525,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(31,2,-263,0,16,16,0,32,0,0,0,0,0,0,0,0,0,0,0,0,272,0,0,0,15885,1,0,'Aquatic Form','You have completed the necessary lessons all young druids are taught before they can adopt an aquatic aspect. Go now back to your trainer, Turak Runetotem, in Thunder Bluff. Show him your pendant and prove to him you are ready to learn what he has to teach you. He will complete your training, allowing you to become one with the water.$B$BGoodbye, young druid. We shall speak again.','Return to Thunder Bluff and show Turak Runetotem the Pendant of the Sea Lion.','Very impressive. $N. Your ancestors would be pleased with your progress! You\'re ready to learn your aquatic form, and it is my pleasure to teach it to you.$B$BAlso, in recognition of your achievement during the two trials, I give you this item. I hope you\'ll find it to be a welcome addition to your gear as a protector of nature and a keeper of the balance.','Your return to Thunder Bluff is not without heralding. though I will need proof of your lessons learned in Moonglade before I will teach you your aquatic form.$B$BDo you have the Pendant of the Sea Lion?','','','','','',15885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16608,0,0,0,1,0,0,0,609,0,0,0,0,250,0,0,0,0,0,0,690,0,1446,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(32,2,440,0,39,48,0,690,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,8594,1,0,'Rise of the Silithid','Here\'s your report. I urge you to take it to someone who might have working knowledge in this kind of thing.$B$BI know this troll scholar named Zilzibin Drumlore. He\'s spent a lot of time studying life forms that are unique to the ecology of Azeroth; he\'s a historian to boot! If you want someone to help figure out what exactly this threat is and how to stop it, give this report to him. We\'re going to need all the help we can get.$B$BZil lives in a house on the second tier of the Drag in Orgrimmar.','Take the report to Zilzibin Drumlore in Orgrimmar.','This report... I\'ve dealt with these beasts before. Fizzledowser was wise to send this. and you, to me.$b$bThese creatures will consume the Tanaris desert rapidly , they are nothing short of one of the greatest menaces we all will ever face. Familiarize yourself with this name, $N: silithid. The insects mentioned here are the silithid, and they are the tools of one of the greatest threats that both the Horde and Alliance face.$b$bIf only we were smart enough to see that before.','I\'m sorry. I don\'t know you... but from the look of things you have at least heard something of me. Now, what can I help you with? Do you have something for me?','','','','','',8594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,150,0,0,0,0,0,4650,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(33,2,9,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wolves Across the Border','I hate those nasty timber wolves! But I sure like eating wolf steaks... Bring me tough wolf meat and I will exchange it for something you\'ll find useful.$B$BTough wolf meat is gathered from hunting the timber wolves and young wolves wandering the Northshire countryside.','Bring 8 pieces of Tough Wolf Meat to Eagan Peltskinner outside Northshire Abbey.','You\'ve been busy! I can\'t wait to cook up that wolf meat','Hey $N. I\'m getting hungry...did you get that tough wolf meat?','','','','','',750,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,80,6070,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(34,2,44,0,18,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'An Unwelcome Guest','Once again my garden was trampled and pillaged. And I know the brute who is doing it. It\'s that forsaken boar. the one Marshal Marris has taken to calling Bellygrub.$B$BI won\'t be able to re-plant the daffodils until next season now. Ruined! All ruined by that one menacing boar. Put an end to that pest! Show me his tusk and I\'d be happy to reward you. He seems to spend his time foraging in the field southwest of Lakeshire but occasionally he roams over here and into my garden.','Martie Jainrose of Lakeshire wants you to kill Bellygrub. Bring her his tusk as proof.','Finally the menace is laid to rest! Thank you. $N, you have done me a great service. The garden shall be in full bloom this season!','Is Bellygrub still at it or were you able to rid Lakeshire of the pest once and for all?','','','','','',3631,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2562,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1700,1200,0,0,0,0,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0),(35,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,40,0,0,37,0,0,0,'Further Concerns','If you are concerned that the rumors of murlocs are true, then do this -- travel to the eastern Elwynn bridge and speak with Guard Thomas. He has been stationed at the bridge for the past week and will know the state of the area.$B$BBring me his report.','Marshal Dughan wants you to speak with Guard Thomas.','Yes, murlocs have settled in and around the streams of eastern Elwynn. We don\'t know why they are here, but they are aggressive and at least semi-intelligent.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(36,2,40,0,9,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2832,1,0,'Westfall Stew','I never thought the day would come when I\'d leave the farm. But the fields are overrun with thieves and it\'s far too dangerous for us here now. As soon as Farmer Furlbrow gets the wagon fixed. we\'ll be on our way. $B $BMaybe you could do me a favor? Let me scribble down my recipe for Westfall stew. Please take it to Salma Saldean over on the farm yonder. The Saldean\'s farm is just beyond the fork in the road.','Verna Furlbrow wants you to deliver her recipe for Westfall Stew to Salma Saldean.','That Verna was always such a sweet lass. We\'ll miss her here in Westfall but between you and me. she\'s a city girl at heart and Stormwind will suit her just fine. But enough gossip! Now we can make Westfall Stew!','I\'m going to miss that Verna Furlbrow so much. I don\'t suppose you happened to see her on your way here?','','','','','',2832,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(37,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,35,0,0,45,0,0,0,'Find the Lost Guards','A few days ago we sent two Guards, Rolf and Malakai, to investigate along the river, and they have not yet returned. To complete my report, I must know what happened to those men.$B$BTravel north along the river and find the guards... or their remains.','Guard Thomas wants you to travel north up the river and search for the two lost guards, Rolf and Malakai.','Although much has been stripped from the corpse, strewn nearby is a medallion with the words: \"Footman Malakai Stone\" etched upon it.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(38,2,40,0,9,13,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Westfall Stew','Help me make some Westfall Stew! Come back with the following ingredients: $B $B 3 Stringy Vulture Meat $B 3 Goretusk Snouts $B 3 Murloc Eyes $B 3 Okra','Salma Saldean wants 3 Stringy Vulture Meat, 3 Goretusk Snouts, 3 Murloc Eyes, 3 Okra.','That Okra will thicken up this broth nicely! Now we just add the Stringy Vulture Meat, a few Murloc Eyes and those delicious Goretusk Snouts. And we\'re done! For all your help, $N, I want you to take today\'s first batch of Westfall Stew!','Come back with the following ingredients: $b $b 3 Stringy Vulture Meat $b 3 Goretusk Snouts $b 3 Murloc Eyes $b 3 Okra','','','','','',729,730,731,732,3,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,728,1479,2225,3,1,1,1,72,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(39,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,71,0,0,59,0,0,0,'Deliver Thomas\' Report','Tell Marshal Dughan of Malakai and Rolf\'s deaths, and report to him that the Murlocs in eastern Elwynn cannot be contained by our current troop presence.$B$BI know we don\'t have many troops to spare, but hopefully Dughan can find someone.','Report to Marshal Dughan in Goldshire.','Hmm, this news is troubling. Already our defenses are stretched thin, and losing Rolf and Malakai to those murlocs put us in an even worse position.$B$BIf things don\'t improve, there will be fighting in Goldshire by the week\'s end!',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(40,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,35,0,0,0,'A Fishy Peril','$N, there\'s a new threat in Elwynn Forest! Murlocs are swimming up the streams of eastern Elwynn, scaring away fish and attacking gentle folk!$B$BI warned Marshal Dughan, but he\'s more worried about the gnolls and the bandits. He\'s not convinced that the murlocs are a danger.$B$BPlease, $N, speak to Dughan and persuade him to send more troops to the east!','Remy \"Two Times\" wants you to speak with Marshal Dughan in Goldshire.','Yes, I spoke with Remy. I respect him as a merchant, though all reports of Murlocs to the east have been sketchy at best.$B$BYour concerns are noted, but unless I receive a military report of a murloc threat, we can\'t afford to send more troops east.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(45,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,37,0,0,71,0,0,0,'Discover Rolf\'s Fate','Upon further searching the area, you find webbed footprints leading east along the shore of Stone Cairn Lake. In the distance to the east, you can just barely see a Murloc village.$B$BPerhaps Rolf\'s fate ended there...','Search the murloc village for Rolf, or signs of his death.','You find around the neck of the corpse a metal medallion inscribed with the words \"Footman Rolf Hartford.\"',NULL,'',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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(46,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bounty on Murlocs','The Stormwind Army has placed a bounty on murloc lurkers and foragers in Elwynn. Slaughter them and bring me their torn murloc fins. and the Stormwind Army will reward you well.$B$BThe murlocs have built a village at Stone Cairn Lake north of here, and another to the south where the stream forks.','Bring 8 Torn Murloc Fins to Guard Thomas at the east Elwynn bridge.','You have the fins? Great! Marshal Dughan is anxious about the Murloc situation in eastern Elwynn. and I\'d like to tell him that it\'s becoming under control.$b$bYour actions have helped realize that.','How goes the hunting. $N?','','','','','',780,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4840,1158,1008,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(47,2,12,0,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gold Dust Exchange','The Kobolds in these parts sometimes carry Gold Dust on them. I could really use the stuff - bring me a load of it and I\'ll give you the best price in town...best price in town!$B$BYou can find kobolds in the Fargodeep Mine to the south. and around the Jasperlode Mine to the northeast.','Bring 10 Gold Dust to Remy \"Two Times\" in Goldshire. Gold Dust is gathered from Kobolds in Elwynn Forest.','Thanks for the dust. $N. Here\'s your cash, and...here is a token from associates of mine. You might find it useful...useful.','Psst! You have that Gold Dust for me...for me?','','','','','',773,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1191,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(48,2,40,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,0,'Sweet Amber','In the land to the south where vines twist and creep$BLies a hidden well where the water runs deep$BPure as the Light\'s sacred Daughter$BBring to me now some Holy Spring Water.','Bring Holy Spring Water to Grimbooze Thunderbrew.','Hiccup! Ho Ho!','Hiccup! Ho ho! You want an encore?$B$BIn the land to the south where vines twist and creep$BLies a hidden well where the water runs deep$BPure as the Light\'s sacred Daughter$BBring to me now some Holy Spring Water.','','','','','',737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(49,2,40,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,48,0,0,50,0,0,0,'Sweet Amber','Amber is the hue of my life\'s longest love$BLike the last embers of dusk in the sky above$BRetrieve for me so that my love shall be born$BOne sack of each: barley. rye and corn.','Grimbooze Thunderbrew wants a Sack of Barley. a Sack of Rye and a Sack of Corn.','Hiccup! Ho ho!','Encore? Well. sure!$B$BAmber is the hue of my life\'s longest love$BLike the last embers of dusk in the sky above$BRetrieve for me so that my love shall be born$BOne sack of each: barley, rye and corn.','','','','','',738,739,740,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(50,2,40,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,49,0,0,51,0,0,0,'Sweet Amber','I\'ll mix and mix till we have a mash$BFor this will be our own private stash$BA still must be fashioned of metal strong$BBring me some Truesilver so I can finish this song.','Grimbooze Thunderbrew wants Truesilver.','Hiccup! Ho ho!','An encore for you? Well sure friend!$B$BI\'ll mix and mix till we have a mash$BFor this will be our own private stash$BA still must be fashioned of metal strong$BBring me some Truesilver so I can finish this song.','','','','','',6037,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(51,2,40,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,50,0,0,53,0,0,0,'Sweet Amber','Not yet filtered but freshly distilled$BLike unseeded land waiting there tilled.$BNext I will fashion our pile of charcoal$BDeliver a sycamore branch. that is your next goal.','Bring a Sycamore Branch to Grimbooze Thunderbrew.','Hiccup! Ho ho!','An encore? Why for you. anything!$B$BNot yet filtered but freshly distilled$BLike unseeded land waiting there tilled.$BNext I will fashion our pile of charcoal$BDeliver a sycamore branch, that is your next goal.','','','','','',742,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12500,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(52,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Protect the Frontier','Hail, $N. Wild animals are growing more and more aggressive the farther we get from Goldshire, and the Eastvale Logging Camp suffers nearly constant attacks from wolves and bears!$B$BWe could use your help out here.','Kill 8 Prowlers and 5 Young Forest Bears, and then return to Guard Thomas at the east Elwynn bridge.','Thanks a lot for the help, $N. Something in the forest must be making these animals so bold.$B$BWhatever it is, I hope it stays there.','Have you killed those wolves and bears?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,822,0,0,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,2,0,0,0,72,0,0,0,0,150,0,0,0,0,0,250,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(53,2,40,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,'Sweet Amber','Mellifluous liquid clear as a baby\'s tears$BTurns a lovely deep amber over the years$BBut before we proceed to get lit to the hilt$BA barrel of charred oak must be built.','Bring Grimbooze Thunderbrew a bundle of Charred Oak.','Aged in the barrel. filtered through coal$BIt passes your lips and right through your soul.$BSo lets us drink now, a toast to you$BAnd me while we\'re at it, Grimbooze Thunderbrew!','Sure. I\'ll sing it again for you, friend!$B$BMellifluous liquid clear as a baby\'s tears$BTurns a lovely deep amber over the years$BBut before we proceed to get lit to the hilt$BA barrel of charred oak must be built.','','','','','',743,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,744,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(54,2,9,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,745,1,0,'Report to Goldshire','$N. you are a $C with proven interest in the security of Northshire. You are now tasked with the protection of the surrounding Elwynn Forest.$B$BIf you accept this duty, then I have prepared papers that must be delivered to Marshal Dughan in Goldshire. Goldshire lies along the southern road, past the border gates.','Take Marshal McBride\'s Documents to Marshal Dughan in Goldshire.','Well. it says here that you\'ve been awarded Acting Deputy Status with the Stormwind Marshals. Congratulations.$b$bAnd good luck - keeping Elwynn safe is no picnic... what with most the army busy doing who knows what for who knows which noble!$b$bIt\'s hard to keep track of politics in these dark days...','You have word from McBride? Northshire is a garden compared to Elwynn Forest. but I wonder what Marshal McBride has to report.$b$bHere, let me have his papers...','','','','','',745,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6078,0,0,0,1,0,0,0,72,0,0,0,0,50,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(55,2,10,0,20,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,325,0,0,0,7297,1,0,'Morbent Fel','Morbent Fel hides in his lair. the house perched atop the hill to the east overlooking the Raven Hill cemetery. His time in this land is drawing to an end...$B$BUse Morbent\'s Bane against him. It will render his protective magics powerless.$B$BSlay him. Slay him. and save us from his wickedness. Be the instrument of my revenge, and a hero of Duskwood!','Use Morbent\'s Bane on Morbent Fel. kill Morbent Fel. then return Morbent\'s Bane to Sven at his camp.','Morbent Fel has been defeated. The dark riders are still at large. but a small piece of that which I had hoped beyond hope has come to pass.$b$bYou have done the impossible. and your deeds will forever live in the legends of Duskwood.$b$bGo, $N. And perhaps, one day, fate may bring you back to me...','Is Morbent Fel defeated?!','','','','','',7297,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,1,0,0,0,0,0,0,0,2954,2953,1282,0,0,0,1,1,1,0,0,0,7344,0,0,0,1,0,0,0,72,0,0,0,0,500,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(56,2,10,0,18,24,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,57,0,0,0,'The Night Watch','As Commander of The Night Watch it is my sworn duty to protect the citizens of Darkshire. Stormwind has retracted their commissioned guards from their posts here. leaving us to our own devices.$B$BIf you feel worthy of the task, we need your help! Assist The Night Watch by venturing forth into Tranquil Gardens, just south of Darkshire, and slaying 8 Skeletal Warriors and 6 Skeletal Mages. The undead threat must be thwarted!','Commander Althea Ebonlocke of Darkshire wants you to kill 8 Skeletal Warriors and 6 Skeletal Mages.','Splendid. $N. For your service to the people of Darkshire you shall be rewarded.','Have you killed those warriors and mages?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,48,203,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,1700,900,0,0,0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0),(57,2,10,0,19,26,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,56,0,0,58,0,0,0,'The Night Watch','$N. I\'m getting reports of an undead infestation in the forest! If you\'re up to the job, journey to the Raven Hill graveyard and slay 15 of those vile Skeletal Fiends and 15 Skeletal Horrors. There are also reports of skeletons just south of Darkshire, in and around Tranquil Gardens Cemetery. The undead must be driven from Duskwood!','Commander Althea Ebonlocke of Darkshire wants you to kill 15 Skeletal Fiends and 15 Skeletal Horrors.','The people of Darkshire thank you. $N. You have proven yourself to be a great ally of The Night Watch.','Return to me once you have killed 15 Skeletal Fiends and 15 Skeletal Horrors. $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,531,202,0,0,15,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,2000,1260,0,0,0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0),(58,2,10,0,18,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,57,0,0,0,0,0,0,'The Night Watch','The situation in Raven Hill is still grim. The safety of Darkshire is in your hands, $N. I don\'t have enough Watchers to keep the town safe. We need you to dispatch for Raven Hill yet again and rid the eastern mausoleum of 20 Plague Spreaders!','Commander Althea Ebonlocke of Darkshire wants you to kill 20 Plague Spreaders in the eastern Raven Hill mausoleum.','On behalf of the people of Darkshire and as the Leader of the Night Watch, I thank you, $N, for your bravery and dedication. May the Light shine upon your ways.','I need your assistance, $N. Travel to the cemetery to the northwest and rid the eastern mausoleum of 20 Plague Spreaders.$B$BReturn to me when your task is complete.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,604,0,0,0,20,0,0,0,0,0,0,0,3604,3605,1729,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,66,1,0,0,0,0,0,0),(59,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,748,1,0,'Cloth and Leather Armor','For your shrewdness and valor. I have a marker here that is good for one piece of armor. I want you to take it to Sara Timberlain at the Eastvale Logging Camp. Give her the marker, and she will fashion the armor for you. And after you receive it, $N, use it in the defense of Elwynn.$B$BThe Eastvale Logging Camp is beyond Guard Thomas\' post to the east.','Give Sara Timberlain the Stormwind Armor Marker.','Ah. thank you for the marker. Please feel free to pick your choice of armor.$b$bLuck to you, brave $C. And may this armor serve you well.','I have been commissioned by the Stormwind Army to supply their people with cloth and leather armor.$b$bIf you have a marker for me. then I\'d be happy to make you something.','','','','','',748,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1171,2237,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(60,2,12,0,3,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,61,0,0,0,'Kobold Candles','Hello. $Ggood sir:my lady .! Do you have a moment?$B$BMy brother and I run an apothecary in Stormwind, and I\'m here to gather large candles for their wax. Can you help me?$B$BYou can get large candles from kobolds, and I hear rumors that kobolds are infesting the Elwynn mines ... the Fargodeep mine to the south and Jasperlode Mine to the east. I suggest looking for candles in one of those places.','Bring 8 Large Candles to William Pestle in Goldshire.','You were busy hunting kobolds. were you? Thanks for the candles. $N, and here\'s your reward...','Did you gather those candles yet?','','','','','',772,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1434,0,0,0,5,0,0,0,72,0,0,0,0,150,0,0,0,0,0,125,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(61,2,12,0,3,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,957,1,0,'Shipment to Stormwind','My brother Morgan is waiting in Stormwind for my shipment of candles. I don\'t have enough time to make the trip myself. but if you\'d like to take him the shipment, he\'ll pay you well.$B$BI\'ve packed up the candles, and you can find Morgan in our shop, Pestle\'s Apothecary, in the Stormwind Trade District.','Bring William\'s Shipment to Morgan Pestle in the Stormwind Trade District.','Here is your payment ... and while you\'re here. take a look around! I\'m sure we have a potion or other trinket you\'d find useful.','Oh. a shipment from my brother? Splendid! Fortune truly shines on me today!','','','','','',957,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1177,2454,0,0,0,15,5,2,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,350,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(62,2,12,0,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,2,0,0,76,0,76,0,0,0,'The Fargodeep Mine','The mine in Northshire isn\'t the only one with problems! I have reports that the Fargodeep Mine in Elwynn has also become a haven for Kobolds.$B$BExplore the mine and confirm these reports, then return to me. The mine is almost due south of Goldshire, between the Stonefield and Maclure homesteads.','Explore the Fargodeep Mine, then return to Marshal Dughan in Goldshire.','This is bad news. What\'s next, dragons?!? We\'ll have to increase our patrols near that mine. Thanks for your efforts, $N. And hold a moment... I might have another task for you.','What do you have to report, $N? Have you been to the Fargodeep Mine?','','Scout through the Fargodeep Mine','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,125,270,0,0,0,0,0,-9791,113,0,0,0,0,0,0,1,0,0,0,0,0,0),(63,2,-82,0,20,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,220,0,0,100,7811,1,0,'Call of Water (Part 6)','Along the coast of Silverpine. west of the Sepulcher. you will find a shrine that has become tainted by the plague. The spirits there no longer speak to our people and it will be up to you to defeat the manifestation and cleanse the pool.$B$BTake the elemental\'s bracers, along with the remaining drops of Brine\'s potion, and place them on the brazier. The ritual should be enough to summon a pure spirit for you to communicate with.$B$BBring me proof the task is done, and I will reward you with your totem.','Defeat the Corrupt Manifestation of Water and place the Corrupted Manifestation\'s Bracers along with the Remaining Drops of Purest Water on the Brazier of Everfount in Silverpine Forest.','You place the bracers atop the brazier and then pour the remaining drops of Brine\'s potion into the flame. The drops crackle as they hit the flame and you begin to incant the simple words Islen taught you....','The brazier still reflects the ambient light from the are. and the flame shifts slightly as you move closer.$B$BThe corruption along the hills seems to have kept its distance. and besides the missing components, the brazier looks prepared for the ritual to summon a cleansed manifestation of water.','','','','','',7812,7811,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,63),(64,2,40,0,9,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Forgotten Heirloom','It was horrible! Verna woke me when she heard a ruckus in the fields. The fields were full of hooligans. We left in a rush and I forgot to pack my pocket watch. Verna\'s pa gave me that watch on our wedding day and I feel just sick knowing those thieves have it. I left the pocket watch in the wardrobe at the farmhouse. Look for the field of pumpkins to the West -- you can\'t miss it. If you bring it back to me. I\'d sure be grateful!','Farmer Furlbrow wants you to retrieve his pocket watch from the wardrobe in his farmhouse at the pumpkin farm to the West.','My watch! Thank you so much. kind sir! $b$bWe are but poor farmers and we have lost our land but please accept this reward as a token of our appreciation.','Don\'t suppose you were able to get my watch?','','','','','',841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4541,1179,0,0,10,10,0,0,72,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(65,2,40,0,14,18,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,132,0,0,0,'The Defias Brotherhood','The band of wretches responsible for driving the good people of Westfall from the land call themselves The Defias Brotherhood. I need you to infiltrate this clan of thugs. We need to know who heads up the cartel and where they are hiding out. In Lakeshire, in the inn, there is a rogue by the name of Wiley who owes me a favor.$B$BTravel to Lakeshire in the Redridge Mountains, east of Elwynn, and find out what you can.','Gryan Stoutmantle wants you to talk to Wiley in Lakeshire.','So, Stoutmantle sent you? Well, I owe him.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(66,2,10,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,67,0,0,0,'The Legend of Stalvan','Last night a horrible disturbance rippled through my veins. I sensed that my granddaughter, Alyssa, was in great danger. I consulted the cards and Death stared up at me from the table.$B$BAfter taking a long journey through a dark trance I was able to uncover a clue to this terrifying mystery. A name came to me, the name of Stalvan.$B$BSeek out the Clerk in the Town Hall and see if you can find out more about this character. I fear for us all.','Seek out the Clerk Daltry in the Darkshire Town Hall.','Ah so Madame Eva sent you....',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(67,2,10,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,66,0,0,68,0,0,0,'The Legend of Stalvan','Stalvan, eh? Let me check the town registry.$B$BStalvan. . .Stalvan. . .let\'s see. Ah, here we go! I have a record of a Mr. Stalvan Mistmantle. The last recorded address is the Moonbrook Schoolhouse. My, talk about outdated!$B$BDo me a favor will you, friend? If you happen to go out to Moonbrook, let me know if you get any update on this fellow. I like to keep the records clean.','Travel to the Moonbrook Schoolhouse and bring back any updated information about Stalvan to Clerk Daltry.','The old footlocker creaks open. . . .',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(68,2,40,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,69,889,1,0,'The Legend of Stalvan','You find a Dusty Unsent Letter in the old footlocker.','Take the Dusty Unsent Letter to Clerk Daltry.','Interesting. So the chap did spend some time in Moonbrook after all. It is rather odd the letter never got delivered. Nonetheless. I shall update the registry.','Ah. I remember you. You\'re the one who was asking about that Stalvan fellow. Did you ever find what you were looking for?','','','','','',889,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(69,2,10,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,68,0,0,70,0,0,0,'The Legend of Stalvan','Oh my! Must have missed this the first time. In the registry, right beneath the first address for Stalvan there\'s another one listed, only partially scratched out. Looks like he was headed to The Lion\'s Pride Inn over in Goldshire. Might want to check there, $N.','Go to The Lion\'s Pride Inn to see if anyone there has heard of the name Stalvan.','Stalvan? Sure sounds familiar.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(70,2,12,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,72,0,0,0,'The Legend of Stalvan','The name Stalvan rings a bell. I remember now.$B$BMany years back. on a stormy night, a messenger came in, seeking refuge for the night. Near the stroke of midnight, the man ran down the stairs screaming, his face pale with fear. Still wearing his bedclothes, he disappeared into the downpour.$B$BIn his haste he forgot his letters in the chest upstairs. He never returned for them. One remains from that Stalvan fellow, intended for the Canal District in Stormwind. Help yourself to it.','Retrieve Stalvan\'s Undelivered Letter from the chest and deliver it to the Canal District in Stormwind.','You\'ve got some nerve bringing this here.','What have ya got there? Let me take a look at that. . .','','','','','',910,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(71,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,45,0,0,39,735,1,0,'Report to Thomas','Now that you have both medallions. deliver them to Guard Thomas at the bridge so that he might know the fate of his murdered guards.','Deliver Rolf and Malakai\'s Medallions to Guard Thomas at the eastern Elwynn bridge.','You have confirmed my fears. $N. The murlocs are a threat we cannot ignore.','Hello. $N. Have you discovered the fates of Rolf and Malakai?','','','','','',735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(72,2,10,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,70,0,0,74,0,0,0,'The Legend of Stalvan','My father was the caretaker of the estate long before I was. He had to mop the blood up after the massacre. But that\'s neither here nor there.$B$BThe last funds of the Flintridge trust have dried up. Now the last of the family possessions are headed for auction. Blame the tax vultures. I guess if you\'re really itching to learn more you\'re free to look through this junk. Who knows what you might find.','Search through the packed up possessions for a clue.','You slowly slide the lid of the crate off. . . .',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(74,2,1519,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,75,916,1,0,'The Legend of Stalvan','Inside the crate you find various objects: musty heirlooms. a family portrait, a few hunting trophies and some old books. Near the bottom, underneath a ceramic vase, you uncover A Torn Journal Page.','The Torn Journal page you discovered provides your next clue.','I can barely make out those letters. But that writing style reminds me of something I once saw before my vision became so poor.','What have you got there? I cannot see. My eyesight is very bad. Put it in my hands.','','','','','',916,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0),(75,2,12,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,74,0,0,78,0,0,0,'The Legend of Stalvan','There was a bundle of parchments in the chest upstairs when I moved into this place. I looked at them once when I first arrived but I gave up once the fog hazed over my peepers. $B$BDo an old. nearly-blind man a favor and check the chest upstairs for anything that might help you in your quest to discover more about this Stalvan character. I\'m pretty sure there\'s a faded journal page that might be of interest to you. Bring it to me and I\'ll help in anyway I can.','Marshal Haggard wants you to check the chest upstairs for the Faded Journal Page.','You found it!','Did you find that page I mentioned. $N?','','','','','',921,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0),(76,2,12,0,5,10,0,1101,0,0,0,0,0,0,0,0,0,0,2,0,62,0,0,0,0,0,0,'The Jasperlode Mine','Thanks to you we know the Fargodeep Mine is infested with kobolds. Now we need a scout to investigate the more distant Jasperlode Mine.$B$BExplore Jasperlode and confirm any kobold presence. To reach the mine. travel east along the road until you reach the Tower of Azora. From the tower, head north and you\'ll find the mine in the foothills.','Explore the Jasperlode Mine. then report back to Marshal Dughan in Goldshire.','Kobolds at the Jasperlode Mine. you say? Curses! The situation is worsening by the minute!$B$BThank you for the report, $N. But I wish that the news you brought was good news.','Hail. $N. What do you have to report? Have you scouted the Jasperlode Mine?','','Scout through the Jasperlode Mine','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,350,510,0,0,0,0,0,-9031.33,-598.683,0,0,0,0,0,0,1,0,0,0,0,0,0),(77,2,47,0,42,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,650,0,0,0,0,0,0,'A Sticky Situation','I possess original packaging materials for the ripple Dran Droffers seeks. I will assist you in packaging the ripple for Malton\'s abrasive father... for a fee of two additional bottles of said ripple. They are located in crates found in the abandoned Horde base near Skulk Rock.$B$BIt will be an arduous task. to wit , foul slimes and oozes will be found sticking to the ruins , rumor has it they are led by some sort of master ooze. Regardless, procure the ripple and return to me here for packaging.','Recover 10 bottles of Hinterlands Honey Ripple from the crates located around the abandoned Horde base in Skulk Rock.','Finely executed. $N. I am glad you had enough foresight not to bruise the delicacy of the ripple. There is nothing worse than the bouquet of ripple that has been jostled about needlessly.$b$bIt will take a moment for the magic to be wrought over this precious cargo. Actually, no magic is involved , I merely have some empty packaging for Hinterlands Honey Ripple. Our chicanery shall turn these bottles into an alcoholic treasure of the ages.$b$bOnward - for great booze!','I trust that your arrival here at our camp is to deliver the bottles of ripple that are integral to the task at hand. yes?','','','','','',8684,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(78,2,12,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,75,0,0,79,921,1,0,'The Legend of Stalvan','I know of someone who might be able to assist you. Back when I was leading the Stormwind Guard. we used to get drinks at the Scarlet Raven Tavern in Darkshire. The Innkeeper there, Smitts, was quite an expert on the local lore. Show him this page and see what he has to say about it.','Take the Faded Journal Page to Tavernkeep Smitts.','By the Light! You bet I recognize that handwriting.','Marshal Haggard sent you? Why didn\'t you say so?$B$BAh. good ol\' Haggard. Poor chap is going to be completely blind before long. Anyway, let me see what you\'ve got there.','','','','','',921,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0),(79,2,10,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,78,0,0,80,938,1,0,'The Legend of Stalvan','I followed the legend of that Stalvan character for years. When those visiting nobles were slaughtered a few years back I went with Haggard to investigate. I found these muddy pages but we were never able to link the handwriting to that crazy man in the woods. Your trail of evidence proves his guilt. Take this to Commander Ebonlocke immediately and fill her in on what you\'ve discovered!','Take the muddy page to Commander Ebonlocke.','My. you have proved yourself to be quite a detective, $C.','This better be good. $C. Let me see what you have and tell me your tale. But by the Light, be quick about it. Darkshire\'s defense is my number one priority. I have not the time to squander on dead-end leads.','','','','','',938,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,0,0,0,1,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(80,2,10,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,79,0,0,97,939,1,0,'The Legend of Stalvan','I have had my eye on that creep. Stalvan, for quite sometime. But if this page was written by the same hand it proves his guilt beyond a shadow of a doubt.$B$BIn all his days keeping the Town Registry, Clerk Daltry has become an expert at identifying handwriting. Show him this page and see if the writing matches that of the registry signature.','Show Clerk Daltry the Bloodstained Journal Page.','Why yes! The writing on this page does in fact match that of the registry signatures.','Back again. Galinassa? What do you have this time?','','','','','',939,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0),(81,2,47,0,42,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,77,0,0,0,8685,1,0,'Ripple Delivery','I have taken the extra step of securing not only Dran\'s packaged ripple in the barrel. but also the extra bottles of ripple he is purloining. While I may not hold Dran very highly, there is nothing worse than jostled ripple. You\'re welcome.$B$BNow, deliver yon barrel to Dran Droffers in his salvage emporium in Orgrimmar. Pray tell, please extend my warmest greetings to Malton , let him know that should he ever thirst for fine drink and finer drinking companions, we would be honored with his visit.','Deliver the barrel to Dran Droffers in Orgrimmar.','Well. let\'s see what\'s in this barrel!$b$bYes, yes, it looks as though it is all here. Here\'s your fee for the package, good job on that. I stand to make five times that fee when I sell it to the tavern! Har har!$b$bThese extra bottles of Hinterlands Honey Ripple are going to be set for a special occasion. I think I\'ll drink some with champagne. I\'ll call it... champipple.','If you\'re not here to buy anything. and you\'re not here to deliver anything, then you\'re wasting my time! You better have that ripple!','','','','','',8685,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,100,0,0,0,0,0,14000,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(82,2,440,0,39,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,992,0,0,0,0,0,0,'Noxious Lair Investigation','All right now. these reports about the bugs... what we know is that they are draining the water pools that used to be where the Noxious Lair is. What we DON\'T know is, well, everything else.$B$BLet\'s figure out who our enemy is first! I want you to head into the Noxious Lair and get some parts off of those critters. Get five from the Centipaar there and bring them to Alchemist Pestlezugg for him to dink with. With him on the case, we\'ll figure out what they are!','Bring five Centipaar insect parts from the Noxious Lair to Alchemist Pestlezugg in Gadgetzan.','Good work - I\'ll start my analysis on these now! I can tell you right from the start though... these are nothing like any insect form I have ever seen. It\'s almost as if these bugs are being controlled by an outside force or something.$b$bYou need to go talk to Fizzledowser right away . apparently there is an emergency that he needs your help with on the double! I\'m not sure, but I think it involves more of the bugs in the Tanaris desert!','You\'re Junior Surveyor $N. yes? Quickly now, there is a dire situation at hand! Do you have the insect parts that Fizzledowser said you would?!','','','','','',8587,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,5000,2700,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(83,2,12,0,4,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Red Linen Goods','The Defias gang in Northshire wears burlap masks. but the Defias in Elwynn wear linen which I can use to make fine linen goods.$B$BBring me red linen bandanas and I\'ll use them to fashion something for you.$B$BDefias gang members have camps pocketed throughout Elwynn.','Bring 6 Red Linen Bandanas to Sara Timberlain at the Eastvale Logging Camp.','Ah. these are nice bandanas, if a little rough...$b$bHere you are!','I\'m running low on linen. $N. Do you have any for me?','','','','','',1019,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2575,983,0,0,1,1,0,0,72,0,0,0,0,250,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(84,2,12,0,5,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,87,962,1,0,'Back to Billy','Here you go. And when you give this pie to that Billy. you tell him I hope he chokes on it!','Bring the Pork Belly Pie to Billy Maclure at the Maclure Vineyards.','Mm. yum! This pie is the best!$b$bI think my memory is coming back to me...','Ugh... I\'m starving! Do you have that pie for me. $N?','','','','','',962,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(85,2,12,0,5,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,86,0,0,0,'Lost Necklace','I lost my necklace, and think that guttersnipe Billy Maclure took it! He\'s usually scuttling like a rat around the Maclure vineyards east of here. $B$BGet my necklace back for me, and you\'ll warm an old widow\'s heart.','Speak with Billy Maclure.','You lost a what? Well I didn\'t take no necklace, because I ain\'t no thief!$b$bI might know who did but......I\'m too hungry to remember.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(86,2,12,0,5,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,85,0,0,84,0,0,0,'Pie for Billy','Maybe if I got a pie. I could tell you who has that necklace. And you know, I think that old Bernice lady at that other farm makes great Pork Belly Pies... $B$BMaybe if you gave her some chunks of boar meat from the boars that hang around our farms, and told her what it was for, she\'d bake up a pie for you.','Bring 4 Chunks of Boar Meat to Auntie Bernice Stonefield at the Stonefield\'s Farm.','Though this wild boar meat is tough. simmer it enough and it sure does make for some tasty pie!','I don\'t think it\'s right feeding the boy who stole my necklace in the first place. but if that\'s what it takes to get back what\'s mine, then so be it!$b$bDo you have that boar meat?','','','','','',769,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(87,2,12,0,5,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,84,0,0,0,0,0,0,'Goldtooth','I was playing near the Fargodeep Mine. and I think I dropped, er...I mean I saw, the old lady\'s necklace. Don\'t ask me how it got there...it wasn\'t me!$B$BWell anyway, I saw this big, gold-toothed kobold pick up the necklace and run into the mine. Go find that kobold and you\'ll find the necklace, I swear!','Bring Bernice\'s Necklace to \"Auntie\" Bernice Stonefield at the Stonefield Farm.','Oh. you found it! Thank you, thank you dear!$B$BHere, take this. It was my husband\'s and he always said it was lucky. If only he didn\'t forget it on his last campaign! *sniff*','Hello. $N. Have you found my necklace?','','','','','',981,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1359,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(88,2,12,0,6,9,1,1101,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,'Princess Must Die!','The Brackwells have a prize-winning pig. Princess. The sow is HUGE, and she got that way from sneaking over here and eating my veggies!$B$BSo before she comes to our fields...Princess must die! Bring me her collar as proof of the deed and I\'ll give you something for your time!$B$BPrincess is usually over at the Brackwell Pumpkin Patch, to the east and beyond the Maclure farm. Get her before she gets hungry and comes back here!','Kill Princess. grab her collar, then bring it back to Ma Stonefield at the Stonefield Farm.','Thank goodness! That pig was getting so big she\'d have eaten our whole crop! Thank you. $N.$b$bNow, do either of these suit you?','Did you see her yet? Did you get her?','','','','','',1006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1173,1182,11191,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(89,2,44,0,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Everstill Bridge','During the last orc invasion we were forced to smelt our iron down to make bullets, swords and armor. We sent word to Stormwind for a new shipment of materials but a band of Redridge gnolls hijacked the caravan and ran off into the hills behind Lakeshire.$B$BNow we\'re coming up short on supplies to get this bridge rebuilt. If you can bring me 5 iron pikes and 5 iron rivets, $N, I\'ll make sure you\'re rewarded. $B$BNow let\'s get to work!','Bring 5 Iron Pikes and 5 Iron Rivets to Foreman Oslow in Lakeshire.','Great work, $N. These supplies will help the bridge effort immensely. We\'ll get this beauty shored up in no time.','This bridge isn\'t going to build itself! Now where are those iron pikes and iron rivets?','','','','','',2856,1013,0,0,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,1310,1303,1304,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(90,2,10,0,18,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Seasoned Wolf Kabobs','Seasoned Wolf Kabobs are a house favorite! Sure, I can make you some. But first I\'ll need the supplies. Bring me 10 Lean Wolf Flanks as well as some Stormwind Seasoning Herbs. There are so many wolves here in the forest, I am sure finding the Flanks will be no problem. For the herbs, seek out Felicia Gump in her canal district flower shop in Stormwind.','Gather 10 Lean Wolf Flanks and Stormwind Seasoning Herbs and return to Chef Grual in Darkshire.','Very nice work, $N! Enjoy the delicacy known as Seasoned Wolf Kabob!','Were you able to find 10 Lean Wolf Flanks yet? How about the herbs from Felicia in Stormwind?','','','','','',1015,2665,0,0,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,1017,2701,0,0,4,1,0,0,72,0,0,0,0,100,0,0,0,0,0,1800,1200,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0),(91,2,44,0,17,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solomon\'s Law','An enemy of Stormwind has taken up residence in the eastern foothills of Redridge. This wicked villain uses the Arcane to spread terror and misery upon our town and our people. Under the name. Morganth, he conducts his evil business.$B$BMorganth now controls the Shadowhide Gnoll Clan to perform his biddings. As stated by the Law of Lakeshire, aiding a criminal of the Kingdom is punishable by death.$B$BThese vile gnolls must be killed!$B$BTurn in 10 Shadowhide Pendants to me, and you shall be rewarded.','Bring 10 Shadowhide Pendants to Bailiff Conacher in the Lakeshire Town Hall.','The Court of Lakeshire recognizes your commitment to justice. $N. By enforcing the laws of the Kingdom you have helped uphold the justice of the land.','Turn in 10 Shadowhide Pendants to me. and you shall be rewarded.','','','','','',1075,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1500,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(92,2,44,0,15,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Redridge Goulash','Nothing would please me more than to make you some Redridge Goulash. But there\'s a slight problem. During the recent orc uprising I fed the entire brigade of Stormwind troops. My cupboard is now bare. But if you can provide me with the ingredients, I\'d be happy to oblige.$B$BJust bring me five pieces of Tough Condor Meat, five Great Goretusk Snouts and five helpings of Crisp Spider Meat.','Chef Breanna of Lakeshire wants five pieces of Tough Condor Meat, five Great Goretusk Snouts and five helpings of Crisp Spider Meat.','Well done, $N. Such fine specimens too! And here is your delicious delicacy known as Redridge Goulash!','I still need five pieces of Tough Condor Meat, five Great Goretusk Snouts and five helpings of Crisp Spider Meat.','','','','','',2296,1080,1081,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1082,2699,0,0,5,1,0,0,72,0,0,0,0,250,0,0,0,0,0,1000,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(93,2,10,0,17,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,240,0,0,0,'Dusky Crab Cakes','I\'ll let you in on a little secret - Dusky \"Crab\" Cakes are really made from spider legs! I know it\'s a bit disgusting, but the cakes have a nice, tangy flavor and make great snacks! Bring me Gooey Spider Legs and I\'ll whip you up a few of them.$B$BI hear Venom Web Spiders are a good source - they nest to the north, between the foothills and the river. ','Gather 6 Gooey Spider Legs and bring them to Chef Grual in Darkshire.','Ah yes. a nice clutch of legs you have there! Let me just get these seasoned with my secret spices (no looking!) and get them to skittering on a skillet for a while...$B$BAnd, although Dusky Crab Cakes are my specialty and I won\'t give out the recipe, here\'s the recipe for a dish that\'s almost as good.','Hail. $N. Did you get those Gooey Spider Legs yet?','','','','','',2251,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3683,0,0,0,1,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(94,2,12,0,20,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,248,1083,1,0,'A Watchful Eye','My rival. Morganth, is a vicious mage of great power who lives in the Tower of Ilgalar in Redridge. I have developed a means of spying on him, the Eye of Azora, and can now view him from afar.$B$BBut to study his thoughts ... I require further aid.$B$BIf you are willing, then take my Glyph of Azora to the Tower of Ilgalar. Place it upon the Lion Statue near the Tower.$B$BWhen this is done, the power of Azora will grant visions of Morganth\'s future plans.','Take the Glyph of Azora to the Lion Statue near the Tower of Ilgalar in Redridge.','You place the Glyph of Azora on the stone. It adheres itself... and you hear from it Theocritus\' disembodied voice:$B$BYou have my gratitude. young $N. You may now speak with me through this Glyph, and I might have future tasks for you... after I have probed the thoughts of my rival.','This Lion Statue has sat here for decades. and keeps a lonely watch over the infamous Tower of Ilgalar.$B$BThere is a depression at the base of the statue, where a gem or glyph might be set...','','','','','',1083,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(95,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,230,0,0,0,'Sven\'s Revenge','I used to work one of the farms to the southeast...until Dark Riders from Deadwind Pass descended upon my farm and slaughtered my family when I was away!$B$BWhen I returned I saw a shadowy figure skulking near my barn, burying something. He fled before I could catch him, and I couldn\'t linger for I was hot on the heels of the Dark Riders. So I never discovered what was hidden.$B$BIf you can find what that shadowy figure buried, I would be grateful. The hiding spot is behind the old stump near my barn.','Go to Sven\'s Farm and find what was buried behind the old stump.','A mound of dirt is here, hastily piled up as if someone had need of hiding something...without much time to do it.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(96,2,-82,0,20,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,100,0,96,0,7813,1,0,'Call of Water (Part 8)','Take shard. Take shard and give life.$B$BGive life and understand. Understand water is life... corruption stops life.$B$BYou protect and give life with water\'s power.','Bring the Shard of Water to Islen Waterseer in the Barrens.','This is the proof I asked for. You\'ve done well. $N.$B$BI am pleased to be the first to congratulate you and give you this... your water totem.$B$BUse it well, and good luck.$B$BYour next test will not be for some time, so learn your lessons well. Pure water will not only give life back to those who are injured, but can have many other effects. I suggest you seek out a shaman trainer when you have the time. They might have other spells for you to learn.','You\'ve returned. Splendid!$B$BHow went your journey to Silverpine? Did it take you long?$B$BIt is hard for me to tell if you were successful there because so much of the land has become corrupt. Its stench overwhelms any good that you might have done. But small successes are sometimes as important as large ones. Purifying the water there was instrumental for you. and for all shamans.','','','','','',7813,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5177,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,5394,5396,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(97,2,10,0,22,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,80,0,0,98,0,0,0,'The Legend of Stalvan','Let Commander Ebonlocke know immediately that the handwriting matched, $N! Her suspicions were correct!','Report the news to Commander Ebonlocke.','I knew it! Fine work, $N.','Yes, $N?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0),(98,2,10,0,22,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,97,0,0,0,0,0,0,'The Legend of Stalvan','Stalvan Mistmantle led a life of depravity. Innocent victims died by his hand. Undoubtedly he is guilty of countless crimes. Now the lunatic threatens Darkshire. The Light only knows what sordid acts he is plotting. Travel to his cottage just north of town. $C, and execute Stalvan, once and for all.$B$BWhen the deed is done, travel to Madame Eva\'s and show her his family ring. After all, it was her premonition that led to this gruesome discovery. But Darkshire is safer because of her.','Kill Stalvan Mistmantle and show Madame Eva his family ring.','I know, $N: Stalvan is dead. I sensed a wave of hope ripple through the tainted forest. Once and for all, Duskwood is free from his blood thirst. My joy is hampered by thoughts of those who fell prey to the horrible beast. Nonetheless, you are a brave and cunning $c.','Yes. $N?','','','','','',3629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2044,2043,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,500,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(99,2,130,0,9,15,1,690,0,0,0,0,0,0,0,3,0,0,0,0,424,0,0,0,0,0,0,'Arugal\'s Folly','As my understanding of Arugal\'s magic grows so does my disdain for the hapless fool. I am close to completing my research on his so called remedy.$B$BMy knowledge will be complete when I learn what enchantment is causing the strange behavior going on in Pyrewood Village. By day. the peasants appear to be Human. But when the sun goes down the townsfolk turn into Moonrage Worgen.$B$BI need to draw energy from the enchanted shackles Arugal cast on them. Bring to me six enchanted Pyrewood Shackles, $N.','Bring 6 Pyrewood Shackles to Dalar Dawnweaver at the Sepulcher.','Your persistence is commendable. With the knowledge you helped me gather. Arugal will fall and his reckless magic shall be undone. Cheers to you, $N.','Have you secured the Pyrewood Shackles yet. $N?','','','','','',3218,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3586,3570,5242,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,660,0,1460,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(100,2,-82,0,20,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,63,0,0,96,0,0,0,'Call of Water (Part 7)','Light explodes as you finish the incantation. The sounds of the water drops hitting the flame have died down and your senses are overcome as the corrupt spirits around you are destroyed.','Speak to the Minor Manifestation of Water in Silverpine Forest.','Thanks to you. Thanks to the shamans.$B$BCorruption ebbs but life continues to wane. Up to shamans to protect life.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(101,2,10,0,18,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Totem of Infliction','As the mystical taint creeps through the forest, the need for self-protection is undeniable, $N. The winds whisper to me and they speak of a great danger which waits patiently for you in the near future.$b$bIf you wish to protect yourself, noble $c, bring to me 10 ghoul fangs, 10 skeleton fingers and 5 vials of spider venom. For you I shall enchant a Totem of Infliction which will harm those who attempt violent acts against you.','Bring 10 ghoul fangs, 10 skeleton fingers and 5 vials of spider venom to Madame Eva in Darkshire.','Very wise of you, $N. This Totem of Infliction will help to protect you against the evil which lurks throughout Azeroth and beyond. When you feel threatened, hold this totem and take comfort in its magical aura. Be brave, fair $C. You will need all the courage you can muster for I see much bloodshed in your future.','Bring to me 10 ghoul fangs, 10 skeleton fingers and 5 vials of spider venom. For you I shall enchant a Totem of Infliction which will harm those who attempt violent acts against you.','','','','','',1129,1130,2378,0,10,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(102,2,40,0,8,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Patrolling Westfall','Stormwind has abandoned us. A foul wind of depravity rustles through the plains of Westfall. This was my homeland and I will not turn my back on the citizens who choose to remain here. We. the former farmers, shall make our stand.$B$BYour task, should you choose to accept, is to patrol the grasslands of Westfall. Track down and slay the vile Gnolls that seem to be working in conjunction with the Deadmines thieves. Bring me eight Gnoll Paws and I will reward your bravery.','Bring 8 Gnoll Paws to Captain Danuvin on Sentinel Hill.','Well done. $N. With valiant adventurers such as yourself fighting alongside The People\'s Militia, Westfall just might return to the prosperous breadbasket it once was. Please accept this in recognition of your tireless efforts.','Have you collected 8 paws from those treacherous Gnolls yet?','','','','','',725,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1154,710,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(103,2,40,0,10,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Keeper of the Flame','The night the Lighthouse Keeper\'s family died was horrible. I watched. helpless, as Old Murk-Eye led the attack. But what\'s done is done and now my concern is for the lives of the sailors on The Great Sea whose ships come close to the perilous rocks of the coastline. With no one to keep watch on the flame the responsibility has fallen upon me.$B$BHelp me keep the torch lit by bringing me 5 flasks of oil from the Harvest Monsters.','Bring 5 Flasks of Oil to Captain Grayson at the Westfall Lighthouse.','Praise you. brave $C. The rocks of the Westfall Coast shall be lit thanks to your hard work. Many lives will be spared so long as the torch is kept lit.$B$BI died needlessly on this very shore. My afterlife plight is to see that no others follow my destiny.','The flame will not burn for long without oil. $N.','','','','','',814,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2455,118,0,0,0,0,3,3,0,0,0,0,955,1180,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,600,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(104,2,40,0,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Coastal Menace','When my life was ended upon the rocks. I had no clue what the afterlife held for me. The Lighthouse was black that night because Old Murk-Eye had scared the keeper\'s family off. They returned and re-lit the flame but Old Murk-Eye coerced the weaker minded Murlocs to raid the Lighthouse with him once again. The second time the family was not so lucky and before my eyes they perished helplessly.$B$BSlay Old Murk-Eye if you see him along the shore and bring me one of his scales and I shall reward you.','Bring a scale of Old Murk-Eye to Captain Grayson at the Westfall Lighthouse.','So the foul heathen. Murk-Eye is dead. Well done, $N. By your hands one life was laid to rest but perhaps many more were saved. The Great Sea, wrought with danger as it is, shall be a wee bit safer this night thanks to your heroics.','Have you laid waste to the menace known as Old Murk-Eye yet? He has been spotted roaming the coastline of Westfall.$B$BReturn to me when the foul beast is dead.','','','','','',3636,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1172,1557,5240,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(105,2,28,0,50,60,0,690,0,0,0,0,0,0,0,0,0,0,0,0,5097,0,0,0,0,0,0,'Alas. Andorhal','Alas. the time to attack Andorhal and drive out the lich that controls it is upon us!$B$BInside the ruins of the city is where the lich - Araj the Summoner - holds dominion. He is guarded by numerous Scourge surrounding the remains of city\'s center, and his personal retinue of guardians attached to him directly is formidable. You will need numerous allies to even stand a chance of facing him successfully.$B$BDestroy Araj, $N, and bring me a shard from his phylactery as proof!','Bring Araj\'s Phylactery Shard to High Executor Derrington at the Bulwark. Western Plaguelands.','You\'ve done it! Araj... the lich is finally defeated!$B$BYou\'ve done a tremendous service to the Horde on this day. $N. Your bravery and perseverance are a testament to what it means to be a true hero. Please - accept this as a token for all to see and know that you have delivered the Horde a victory for the ages!','Your task has been given to you. $N. Do you have a shard from the lich\'s phylactery as proof of the task being accomplished?','','','','','',17114,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17759,0,0,0,1,0,0,0,529,67,0,0,0,700,350,0,0,0,0,0,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(106,2,12,0,5,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,111,1208,1,0,'Young Lovers','Oh. I\'m cursed! My heart belongs to Tommy Joe Stonefield, but our families are bitter enemies. So I can\'t see him, even though my eyes ache to gaze upon that handsome face!$B$BPlease, take this letter and give it to Tommy Joe. He\'s usually at the river to the west of the Stonefield Farm, which is due west of here.','Give Maybell\'s Love Letter to Tommy Joe Stonefield.','Ah! I can\'t stand us being apart. I have to see her!!','You have what?? Maybell is the light of my dull life. Hurry. let me see her letter!','','','','','',1208,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(107,2,12,0,5,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,111,0,0,112,1252,1,0,'Note to William','I bet William Pestle has a potion to unite our two young lovers!$B$BHere. take this note to William. He\'s staying at the Lion\'s Pride Inn in Goldshire.','Take Gramma Stonefield\'s Note to William Pestle.','My heart goes out to those two poor souls. Maybell and Tommy Joe. I remember being young and in love, once.$b$bThere must be something I can do to help them! Let me think...','You have a note from \"Gramma\" Stonefield. eh? I haven\'t seen Mildred in years! I wonder what she has to say...','','','','','',1252,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(109,2,12,0,9,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Report to Gryan Stoutmantle','Looks to me you\'ve seen quite a bit of combat in your time, $C. If you haven\'t already, you should report to Gryan Stoutmantle. He heads up the People\'s Militia, aimed at protecting the farmlands of Westfall. I bet he could use your help. You can usually find him in the stone tower on Sentinel Hill, just off the road in the middle of Westfall.','Talk to Gryan Stoutmantle. He usually can be found in the stone tower on Sentinel Hill, just off the road, in the middle of Westfall.','Ah, so my friend sent you here? How kind. $B$BWell the Stormwind Monarchy has abandoned our cause. Now it is up to the People\'s Militia to keep the land free from corruption. If our cause interests you, I can put your combat skills to use in the name of freedom.','An... Any luck??','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,250,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(110,2,440,0,45,48,0,0,0,0,0,0,0,0,0,0,0,8,0,0,10,0,0,113,0,0,0,'Insect Part Analysis','I\'m going to spend some time taking a look at Scrimshank\'s surveying gear... as well as putting his personal effects in order. I get the sneaking feeling behind my ears that this isn\'t the last loss we\'ll be facing against these bugs.$B$BI\'d like for you to check in with Alchemist Pestlezugg to see if he has had a chance to process the insect parts we sent him. If they\'re ready, bring them to me.','Check in Gadgetzan for Alchemist Pestlezugg and his analysis of the insect parts.','Yes, I have the results right here. They are... unsettling, to say the least$B$BOur initial suspicion that the bugs are being controlled by an outside force, we believe, is correct. If this is the case, then we are dealing with not only a very powerful unknown force, but also a malignant one. These bugs have been changed to be pure ravagers. I\'ve never seen anything quite like it.',NULL,NULL,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,0,0,0,0,0,369,0,0,0,0,10,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0),(111,2,12,0,5,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,106,0,0,107,0,0,0,'Speak with Gramma','Please, $N, talk with my Gramma. If anyone can find a way to bring me together with Maybell, she can.$B$BShe\'s inside our house east of here.','Speak with Gramma Stonefield.','While our families are feuding, Tommy Joe and Maybell don\'t have much of a future, but... maybe we can get them together for just a little while.$B$BHm, what can we do...','I can\'t wait to hear how my friends react!$B$BThey\'ll never expect it','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(112,2,12,0,5,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,107,114,0,0,0,0,0,'Collecting Kelp','I can make an invisibility liquor for Maybell. so she can slip away from the Maclure Vineyards and go to Tommy Joe. But to make the Liquor, I need some crystal kelp.$B$BAlthough the kelp usually grows in the ocean... sometimes murlocs collect it. See if the murlocs near Crystal Lake have any. Crystal Lake is just east of Goldshire.','Bring 4 Crystal Kelp Fronds to William Pestle in Goldshire.','You got them. Good show! Now. just one moment while I concoct the potion...','Do you have that crystal kelp? I\'m sure Maybell is anxious to see her beau...','','','','','',1256,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,112),(113,2,440,0,39,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,110,0,0,0,8594,1,0,'Insect Part Analysis','Senior Surveyor Fizzledowser needs to see this report immediately. Actually... everyone who can read needs to see this report. We are facing a grave and serious threat to not only Tanaris and Gadgetzan, but if left unchecked, the entirety of southern Kalimdor. Heck, even quite possible the whole of Azeroth; this thing has given no indication it will subside.$B$BHave Fizzledowser make a duplicate of the report for you to distribute freely to your allegiance. Everyone must know about this threat!','Deliver the report to Senior Surveyor Fizzledowser in Gadgetzan. Be sure he gives you a copy of the report, as Alchemist Pestlezugg has requested.','Thank you for delivering the report, Junior Surveyor $n; here is your pay for your diligent service to the Gadgetzan Water Company.$B$BWhile I am usually not thrilled about handing out our valuable information carte blanche to those who would otherwise pay good coin for it, I\'ve known Pestlezugg for a number of years now. If he recommends letting everyone know about it, then so be it. Give me a moment and I\'ll make you a copy.','Well Junior Surveyor $n, has ol\' Pestlezugg got that report ready yet?','','','','','',8594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,10,0,0,0,0,0,7000,360,0,0,0,0,0,0,0,0,1,0,0,0,0,6,0,0,0,0,0,0),(114,2,12,0,5,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,112,0,0,0,1257,1,0,'The Escape','Take this invisibility liquor to young Maybell. It should last long enough for her to visit Tommy Joe.','Take the Invisibility Liquor to Maybell Maclure.','Oh...my! I feel guilty deceiving my family. but my feelings for Tommy Joe are too strong to ignore.$b$bThank you, $N. I\'ll drink this liquor as soon as I have the chance and sneak away to my love.$b$bAnd for you... please take this.','Did you deliver my letter to Tommy Joe? What did he say??','','','','','',1257,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,5,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(115,2,44,0,18,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,'Shadow Magic','The Blackrock orcs enlisted shadowcasters to aid their attacks in Redridge. and they have brought with them devices of dark power--midnight orbs. These orbs have struck telling blows against Redridge\'s defenders, and it\'s imperative we remove the demon-tainted items from the conflict.$B$BFind and deliver to me midnight orbs from slain Blackrock shadowcasters. I will then have them disposed of, for this world would be a better place without them!','Bring 3 Midnight Orbs to Marshal Marris in Lakeshire.','Thank you. $N. I\'ll send these to be destroyed immediately.','How goes your conflict with the shadowcasters? Did you find the midnight orbs?','','','','','',1261,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,3000,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(116,2,44,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dry Times','I find myself in quite a pinch here, $N. The bottles are close to running dry. The latest booze shipment is long overdue. The orc invasion has been hell.$B$BPerhaps you can go to work for me?$B$BI need you to pick up a keg of Thunderbrew Lager from Grimbooze Thunderbrew in the Westfall hills, a cask of Merlot from Stormwind, a bottle of Moonshine from Darkshire and a skin of Sweet Rum from Goldshire. Bring those back to me and I will see to it you are rewarded.','Barkeep Daniels of Lakeshire needs a keg of Thunderbrew Lager, a cask of Merlot, a bottle of Moonshine and a skin of Sweet Rum.','A job well done, $N! I know well the roads you had to journey to procure this fine array of liquor. But my patrons will be happy once again! $b$bMy wife is quite a seamstress. Please accept this cloak she made in return for your services.','I need you to pick up a keg of Thunderbrew Lager from Grimbooze Thunderbrew in the Westfall hills, a cask of Merlot from Stormwind, a bottle of Moonshine from Darkshire and a skin of Sweet Rum from Goldshire. Bring those back to me and I will see to it you are rewarded.','','','','','',1262,1941,1942,1939,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1270,10456,0,0,1,1,0,0,72,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(117,2,40,0,0,15,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Thunderbrew Lager','Hurry. my friend, move with haste $BIn order for our rich lager to taste $BMore like beer and less like stew, $BHops are needed to make the brew.','Bring Grimbooze Thunderbrew 5 hops to complete his special brew.','Hops and Barley. yeast and malt $bThe taste-buds feel a virtual assault, $bNo need to plead, no need to beg $bFor Thunderbrew Lager comes in a keg!','Hurry. my friend, move with haste $bIn order for our rich lager to taste $bMore like beer and less like stew, $bHops are needed to make the brew.','','','','','',1274,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1262,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(118,2,44,0,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,119,1283,1,0,'The Price of Shoes','I\'ve been using so much iron keeping the Stormwind Guards outfitted. I don\'t have enough to supply the stable\'s horses with shoes!$B$BTake this note to Blacksmith Argus in Goldshire. It explains to him my problem and requests a shipment of horseshoes.','Take Verner\'s Note to Smith Argus in Goldshire.','Heh. so old Verner needs some shoes, does he!?!','What\'s that? Verner sent you. you say? Well give me his note. And SPEAK UP!','','','','','',1283,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(119,2,12,0,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,118,0,0,0,1284,1,0,'Return to Verner','Ok. I\'ll give him his 50 horseshoes...$B$BHere they are, all boxed up and ready to go! Tell Verner it was a pleasure doing business, and be sure he reads the note attached to this crate!','Return to Verner Osgood in Redridge. Give him the Crate of Horseshoes.','Thank you. this really helps me out.$b$bBut what\'s this? Argus sent a note with the crate...What?? Argus wants me to PAY him? Bah!$b$bWell, $N, thank you for your help.','Great. you\'re back! Did you get the shoes?','','','','','',1284,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,500,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(120,2,44,0,14,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,121,1293,1,0,'Messenger to Stormwind','These are trying times. $C. The township is under constant siege. Without reinforcements, we will certainly face defeat. The message I now entrust to you is of utmost importance. Get this report to General Marcus Jonathan of Stormwind immediately. Once your delivery is made, return to me at once with any news, be it good or bad. $B$BNow make haste!','Magistrate Solomon has given you a report which must be delivered to General Marcus Jonathan in Stormwind. The judge wants you to return to him as soon as the delivery has been made.','At ease. $C.$b$bMagistrate Solomon is a noble leader. His words carry great weight with me. I shall seek the counsel of the King and make the situation clear to him. Assure the good judge that he has the Stormwind Army\'s support. Reinforcements will be sent as soon as word is given from His Majesty.','What have you there?','','','','','',1293,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(121,2,1519,0,14,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,1294,1,0,'Messenger to Stormwind','While I wait for a response from the King I want you to carry this letter to Magistrate Solomon. $B$BDismissed. $C!','Take General Marcus Jonathan\'s letter of response to Magistrate Solomon in Lakeshire.','Thank you for your time. $C. For your service to Lakeshire and Stormwind I reward you with these coins.$b$bNow if you\'ll excuse me, I find this correspondence somewhat of a mystery. Something is amiss in our Kingdom. I fear this is the beginning of conflict, not the end.','Did the General send news? Are reinforcements on the way?','','','','','',1294,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(122,2,44,0,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Underbelly Scales','I need some underbelly scales from black dragon whelps to pay for the shoes Argus sent me from Goldshire. If you can get 6 of them for me. then I can pay Argus with some... and have enough left to fashion something for you.$B$BBlack dragon whelps are often flying around south of Lakeshire, but they like to wander. You might have to just keep an eye out and hunt them when you see them.','Gather 6 Underbelly Whelp Scales from Black Dragon Whelps. and bring them to Verner Osgood in Redridge.','Thanks! These will get me out of debt to Argus...','I know that greedy Argus will send someone to collect his scales if I don\'t give them to him soon. Have you found those scales yet?','','','','','',1221,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6092,1302,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(123,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2223,1,0,'The Collector','This note is a schedule with a list of days and times when a person -- described only as \"The Collector\" -- will receive a shipment of gold from the mines in Elwynn Forest.$B$BFrom the schedule. it looks as if the Collector resides near the Brackwell Pumpkin Patch in eastern Elwynn.$B$BThis sounds important. You should report it to Marshal Dughan in Goldshire.','Go to Marshal Dughan in Goldshire and give him The Collector\'s Schedule.','Hm... I have heard of this \"Collector\" but I don\'t know whom he\'s working for. Thank you for the schedule. It will help us solve this mystery.','What?!? We haven\'t had our people working the Elwynn mines for months!$B$BLet me see that note you have...','','','','','',2223,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,85,120,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(124,2,44,0,15,20,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,126,0,0,0,'A Baying of Gnolls','As if the attacking orcs weren\'t enough! Now I have gnoll brutes and mystics prowling along the ridge north of my stable. taking my horses when they stray...$B$BIf you can get rid of those gnolls, my horses and I would be very grateful.','Kill 10 Redridge Brutes and 8 Redridge Mystics. then return to Verner Osgood.','Thank you for all your help. $N.','Yes? Is there something I can do for you?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,426,430,0,0,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,900,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(125,2,44,0,15,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Tools','I could really use a hand here. $N. With the town under siege, it\'s been hard to get supplies. My tools were being delivered from Goldshire by wagon but the bridge was blown out. We put the tools in a boat but the orcs hit it with a catapult. Just my luck, my toolbox sank right to the bottom of the lake.$B$BRetrieve my toolbox, $N, and I\'ll make it worth your while.','Foreman Oslow of Lakeshire wants you to retrieve his toolbox from the bottom of Lake Everstill.','Excellent recovery. $N! I never thought I\'d see these tools again.','Were you able to find my tools?','','','','','',1309,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2313,0,0,0,2,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(126,2,44,0,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,124,0,0,0,0,0,0,'Howling in the Hills','$N. the gnolls are still out there. I can hear their baying as they hunt in the hills above Lakeshire. And one cry is louder than the rest - Yowler, their leader.$B$BKill Yowler and send his pack scattering! Bring me his paw as proof.$B$BAnd be careful, this gnoll is their leader for a reason. He is no Mongrel...','Bring Yowler\'s Paw to Verner Osgood in Lakeshire.','Again. thank you for your help. The Stormwind army is so busy dealing with the orcs, they don\'t have the troops to protect Redridge from local threats like the gnolls.','Yowler is a dangerous creature. $N. If you\'re not ready for him, I understand.','','','','','',3614,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,2910,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(127,2,44,0,16,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Selling Fish','Lake Everstill is famous for its spotted sunfish. There\'s always demand for them...and I\'m running low!$B$BBring me a batch of 10 and I\'ll barter well for them. If you can\'t fish yourself. then...maybe you can get them off the murlocs!','Bring 10 Spotted Sunfish to Dockmaster Baren in Lakeshire.','Pleasure doin\' business with you. matey!','You have some sunfish for me. eh?','','','','','',1467,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3663,3680,1322,0,1,1,5,0,72,0,0,0,0,150,0,0,0,0,0,1000,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(128,2,44,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Blackrock Bounty','The Blackrock Clan must be destroyed. The Enemy has invaded our lands. These mountains fall under the sovereign right of the King of Stormwind. Our sources tell us that the leaders of each unit within the Clan are known as Champions. You\'ll find them in their encampment to the north, just west of the road to the Burning Steppes.$B$BMagistrate Solomon wants these foul brutes dead. Slay 15 Blackrock Champions and return to me.','Kill 15 Blackrock Champions and Guard Howe in Lakeshire will reward you.','I see you have fought valiantly against the Blackrock Clan, $C. Your service to our township is great indeed.','Return once you have slain 15 Blackrock Champions.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1800,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(129,2,44,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,130,5534,1,0,'A Free Lunch','Can you do me a favor? I\'ve prepared a lunch for Guard Parker. but he\'s out on patrol...he\'s a big, strong Stormwind guard who can defend himself, but it\'s much too dangerous out there for a townsperson like me.$B$BSo if you deliver his lunch for me, then come back here and I\'ll give you a free lunch! Parker patrols the stretch of road leading to Duskwood.','Bring Parker\'s lunch to Guard Parker. He patrols the road leading to Darkshire.','Thanks. I could really use the meal. Guarding Lakeshire from the orcs and gnolls is tough work!','Darcy sent me a lunch. did she? Such a kind heart she has. Well...let\'s have it!','','','','','',5534,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(130,2,44,0,14,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,129,0,0,131,0,0,0,'Visit the Herbalist','Before you go back to Darcy, can you bring her some flowers for me? You can get them at the herbalist shop back in Lakeshire, at the west end of town.$B$BBut when you get the flowers...don\'t tell the herbalist, Martie, whom they\'re from, or whom they\'re for...','Speak with the Redridge Herbalist, Martie Jainrose.','You need a bouquet of flowers? You haven\'t been in town very long...have you already found for yourself a sweetheart here?$B$BI know I shouldn\'t pry, but it\'s nice to see that love is in the air... especially in dangerous times like these.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(131,2,44,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,130,0,0,0,1325,1,0,'Delivering Daffodils','Here is your bouquet. I chose Daffodils for you. They\'re my favorite!','Give Darcy the Daffodil Bouquet.','Oh. those are lovely! I can\'t wait to put them in some water!$b$bBut...these are Martie\'s favorite flowers. Parker didn\'t have you go to that jealous vixen for this bouquet, did he? You didn\'t tell her who they were for, did you? If you did, then it wouldn\'t surprise me if she poisoned them.$b$bOh, but it\'s not your fault. Thank you, and here\'s your meal.','Hello again. $N. Did Parker like the lunch I sent him?','','','','','',1325,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1326,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(132,2,44,0,14,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,65,0,0,135,1327,1,0,'The Defias Brotherhood','What I am about to tell you could cost me my life. The Defias gang is up to something big. Last I heard they were working in conjunction with various gnolls. kobolds and even goblins.$B$BTake this note to Stoutmantle. It explains as much as I know on the subject.','Take Wiley\'s Note to Gryan Stoutmantle in Westfall.','Bah! I should have let that scoundrel rot when I had the chance. But this information is crucial. Good work.','Good to see you back. $N. What did Wiley have to say for himself?','','','','','',1327,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(133,2,10,0,20,27,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,159,0,0,134,0,0,0,'Ghoulish Effigy','I live so far from the protection of town. it\'s a wonder the ghouls and the walking dead haven\'t eaten me! In fact, just yesterday a pack of Bone Chewers was pounding on the walls of my house!$B$BI want to make an effigy - a kind of \"scarecrow\" for Ghouls. To do that I need some Ghoul Ribs. You can get them from Flesh Eaters, Bone Chewers, Brain Eaters, Rotted Ones and Plague Spreaders.$B$BGet the ribs for me, and I will repay you with some coin.','Gather 7 Ghoul Ribs and bring them to Abercrombie at his shack.','Ah. thanks. These will do just the trick!','I think I hear a pack of Ghouls scurrying around the back of the house - I better put that effigy up quick! Did you get those Ghoul Ribs for me?','','','','','',884,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2200,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(134,2,10,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,133,0,0,160,0,0,0,'Ogre Thieves','A few weeks ago I was picking herbs far from my house. and a band of ogres attacked me! I ran, and I was forced to leave behind a crate of precious tools and herbs.$B$BAfter they chased me off, the ogres swaggered back to the ogre mound in southern Duskwood. I\'m sure my crate is somewhere near the mound.$B$BPlease, $N, retrieve this crate for me for I miss it sorely.','Return Abercrombie\'s Crate to Abercrombie.','Thank the Nec-...well. thank YOU, $N! You have more than earned your reward.$B$BAha! Happy! Happy nights ahead!!','Do you have my crate? If so. then please...give it to me quickly!','','','','','',1349,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1400,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(135,2,40,0,14,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,132,0,0,141,1327,1,0,'The Defias Brotherhood','I wonder what Wiley meant when he mentioned the Stonemasons. Perhaps that was a slip of tongue. Could the Defias gang be related to the Stonemasons? Only one man would know for sure: Mathias Shaw. head of SI:7. Show him Wiley\'s Note and see if he has anything to add to this growing mystery. If you have trouble finding Shaw, check the Barracks in Old Town.','Take Wiley\'s Note to Mathias Shaw in Stormwind.','This matter might be more complex than Stoutmantle realizes.','What business do you have with me? I am a very busy man. . .','','','','','',1327,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(136,2,40,0,11,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,'Captain Sander\'s Hidden Treasure','If ye be readin\' this, it means that Ol\' Captain Sanders is in a watery grave. So my treasure is yours now, ye jest need to follow the clues. $B$BFirst ye need to find me footlocker. It\'s probably half-buried in sand by now, along the Western Coast of Westfall near the shipwreck. There be lots of shipwrecks but only one rusty anchor on the coast. Find that anchor and you\'ll find me locker! Look in there for the next clue.','Find Captain Sanders\' footlocker and search it for the next clue.','The footlocker slowly creaks open. Sand and water seem to be its only contents. But wait! A small crab scurries out with a clue to the treasure in his claws!',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(138,2,40,0,14,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,139,1358,1,0,'Captain Sander\'s Hidden Treasure','The clue to the treasure reads: Good work, matey! Now ye need to head due east. East up the bluffs, east to the road. Look for the ol\' chimney ruins near the side of the road. There you\'ll find an old barrel with your next clue.','Find the old barrel near the ruined chimney and search it for your next clue.','Good work. treasure hunter!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(139,2,40,0,14,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,140,1361,1,0,'Captain Sander\'s Hidden Treasure','Searching through the barrel you discover another piece of parchment. This one reads: Now from this here barrel, face ye North. Straight as the crow flies, keep ye walkin\' till you see the empty jug next to the lone windmill on the sea bluffs. If ye poke around that jug, ye just might find what you\'re lookin\' for.','Search the empty jug next to the windmill for the next clue.','You\'re on your way to the jackpot. treasure seeker!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(140,2,40,0,14,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,1362,1,0,'Captain Sander\'s Hidden Treasure','Sure enough, deep within the Old Jug there is another clue to Sander\'s treasure. The ink has run in some places and the paper smells like whiskey but you can make out some of the text: Now that ye found me ol\' whiskey jug, you\'re almost to the treasure! Just face West from the bottle and walk down to the shore. Once ye get to the water, keep going! Swim straight west till you find the island with me treasure chest!','Locate Captain Sanders\' chest and open it for your reward.','The hinges on the old chest are rusty but they still work. You force the chest open and take the booty.$B$BCongratulations!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2842,3342,3344,3343,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(141,2,1519,0,14,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,135,0,0,142,1353,1,0,'The Defias Brotherhood','The Stonemasons\' Guild was run by a man named Edwin VanCleef. VanCleef was responsible for rebuilding Stormwind after the orcs razed it in the First War. Apparently. VanCleef and his men were unhappy with their treatment by the King after the reconstruction was complete. That just might explain a thing or two.$B$BI have written a more detailed account for your Master in Westfall. Take this to him at once!','Take Shaw\'s report to Gryan Stoutmantle in Westfall.','Edwin VanCleef. . .I know the name well. To think that a man so industrious and talented could turn into such a scoundrel unnerves me. I\'ll need further proof before I believe this.','Did Master Shaw shed any light on things?','','','','','',1353,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(142,2,40,0,14,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,141,0,0,0,0,0,0,'The Defias Brotherhood','We need to discover the location of the Defias hideout. $N. my scout reports that a Defias Messenger has been seen on the roads between Moonbrook, the Gold Coast Quarry and the Jangolode Mine. I want you to capture him. If he resists, kill him and bring me whatever he is carrying.','Track down the Defias Messenger in Westfall and bring his message to Stoutmantle.','This is indeed firm proof that VanCleef is in charge. Now all we need to know is where the Defias gang is hiding out.$b$bWe\'ve had a stroke of luck while you were gone. We captured a thief trying to steal Saldean\'s wagon. He has promised to lead us to the hideout in exchange for his life. I want you to defend the traitor so he can reveal the hideout. Return to me once you have uncovered the location.','$N. were you able to gather any information? Did you locate the messenger?','','','','','',1381,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(143,2,44,0,14,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,144,1407,1,0,'Messenger to Westfall','Something odd is afoot with the Stormwind Army. They should have been here in force by now. Time is a luxury we don\'t have. however. I will not stand by and watch the people of Lakeshire give their lives without trying to enlist more help. I\'ve heard word of a people\'s militia forming in Westfall.$B$BTake this plea to their leader, Gryan Stoutmantle. Perhaps Stoutmantle\'s men can lend some support here until the King sends reserves.','Magistrate Solomon wants you to take his written plea to Gryan Stoutmantle in Westfall.','Good Messenger. you have served your master well.','Hail. $C. What business do you have with The People\'s Militia?','','','','','',1407,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(144,2,40,0,14,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,143,0,0,0,1408,1,0,'Messenger to Westfall','Magistrate Solomon\'s note pains me to read. But it is obvious he knows not the war which is waged in Westfall or else he would know better than to expect aid from the Militia. If Stormwind had not deserted us as well. we would not have the need for the Militia.$B$BTake this response to your master in Redridge, $C. And let him know that my heart is heavy with the loss of good men.','Return to Magistrate Solomon with Gryan Stoutmantle\'s response.','I do say. this is not good at all. I did not realize that Stoutmantle\'s situation was not unlike ours here in Lakeshire. What action is so important that it calls the Stormwind Army away from its people? Bah, I should not ponder aloud.$b$bHere, messenger. Accept these coins in exchange for your service to the Township. I might call upon you again.','Shall we expect the People\'s Militia soon? Does Lord Stoutmantle\'s news bode well?','','','','','',1408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,150,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(145,2,44,0,18,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,146,1409,1,0,'Messenger to Darkshire','I require your assistance once again. I have written to Lord Ebonlocke. requesting that he sends his trained guards, the Night Watch, to help with Lakeshire\'s defense. It is imperative this message makes it to him swiftly. You must exercise extreme caution. Ebonlocke is the mayor of Darkshire, in the heart of Duskwood. Do not stray from the roads.','Magistrate Solomon wants you to take a letter to Lord Ebonlocke in Darkshire.','Thank you for making the long journey here. This is indeed important information.','You appear to have traveled from afar. $C. What business do you have here in Darkshire?','','','','','',1409,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(146,2,10,0,18,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,145,0,0,0,1410,1,0,'Messenger to Darkshire','If I did not know Magistrate Solomon personally. I would say the man has gone mad. Send the Night Watch to Lakeshire because Stormwind refuses aid? The Night Watch was formed because Stormwind left us when this foul magic seeped into the land. If I sent my Night Watch, this town would be overrun by evil before the guards even reached the forest\'s edge.$B$BTake this letter of response to your Master in Lakeshire.','Return to Magistrate Solomon with Lord Ebonlocke\'s letter of response.','By the Light! The Stormwind Army retreated from Westfall. And the Guard no longer protects Darkshire? There is some treachery abound. How could this be so? $b$bOh I forgot to reward your service. $C. Here are some coins. Now excuse me. Something is amiss in Stormwind and I must get to the bottom of it.','Ah. good to see you back, messenger. Shall I inform the Marshal that the Night Watch is on its way from Darkshire?','','','','','',1410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,250,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(147,2,12,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Manhunt','If the \"Collector\" is taking gold from our mines then he\'s stealing from the kingdom! Bring the Collector to justice. and bring me the ring mentioned in the pickup schedule you gave me. It may tell us whom the Collector is working for...$B$BThat Pickup Schedule says the Collector is hiding out at the Brackwell Pumpkin Patch. You should search for him there.','Find and kill \"the Collector\" then return to Marshal Dughan with The Collector\'s Ring.','You found him? Well done. $N. He won\'t be \"collecting\" from the Elwynn Mines again!$B$BAnd this ring you found is interesting... it\'s a membership ring for the old Stonemason\'s Guild in Stormwind. Why would a lowly thief have an artisan guild ring, and why are the Defias Thieves collecting money from our mines?$B$BDifficult questions. I hope one day we\'ll have answers.','Did you find the Collector? Did you discover whom he\'s working for?','','','','','',2239,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1360,1183,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,100,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(148,2,10,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,165,0,0,149,0,0,0,'Supplies from Darkshire','Oh, what is a poor old man to do? I need some supplies from Darkshire, but the village is so far away and I am so old and feeble...I would never make the trip.$B$BCan you go to Darkshire and bring me back some Ghost Hair Thread? You can get it from Madame Eva at her home on the Darkshire square.','Speak with Madame Eva.','Ah, Ghost Hair Thread is what you need, is it? I\'m afraid I have none in stock, but I can make some for you...if you can supply the ghost hair.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(149,2,10,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,148,0,0,154,1453,1,0,'Ghost Hair Thread','There is a poor. sad spirit, Blind Mary, who haunts an old farm house in the hills south of Darkshire.$B$BHere, take this Spectral Comb and ask Blind Mary to comb her hair. Then bring back the comb and I will glean from it the Ghost Hair I\'ll need for the thread.$B$BAnd take care, for dark things now lurk near that house...','Bring the Spectral Comb to Blind Mary.','What is this? A comb? It\'s lovely! And it glides through my hair as if it weren\'t the stiff. stringy horror that it is.$B$BOh, if only I had a mirror...','Oh please. don\'t look at me! I tore out these eyes with my own hands, but I can still feel your gaze!$B$BI\'m hideous! Hideous! Please, look away!!','','','','','',1453,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(150,2,44,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Murloc Poachers','Murlocs are becoming a problem. Larger groups of the fishmen are dropping anchor along the shores of Lake Everstill and fishing up a storm! We need them gone before they eat all the fish in the lake!$B$BHunt murlocs! Bring me eight of their fins and I might have something for you...','Bring 8 Murloc Fins to Dockmaster Baren in Lakeshire.','Well done, $N. I hope you didn\'t have too much trouble with those murlocs.$B$BIt\'s strange seeing them so far from the sea. I wonder if they\'re here because they\'re running from something...','Do you have those fins? Hurry. we need those murlocs driven from the lake!','','','','','',1468,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3567,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(151,2,40,0,9,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poor Old Blanchy','Poor Old Blanchy! Such a tired beast after all the work we put her through. I fed her before we left the farm. but we weren\'t expecting the wagon to break on us. If you could bring her a few handfuls of oats from the fields, I\'d be grateful.$B$BI bet you could find some around all of the farms in Westfall, if you can steer clear of those horrific machines that have taken over. There are several farms southwest of here.','Verna Furlbrow in Westfall wants you to bring her 8 Handfuls of Oats.','Thank you so much. $N! Poor Old Blanchy will be so happy!','Old Blanchy is on her last leg. Did you happen to find any oats for her?','','','','','',1528,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2165,1537,0,0,1,1,0,0,72,0,0,0,0,250,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(152,2,40,0,12,19,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Coast Isn\'t Clear','You probably noticed all of the shipwrecks along the coast. The Great Sea is treacherous indeed. The coast of Westfall needs to be kept clear, so that if sailors find their way to our beaches, they are safe. The Murlocs are trouble though.$B$BKill 7 Tidehunters, 7 Warriors, 7 Oracles and 7 Coastrunners and I will see to it that you are rewarded.','Kill 7 Tidehunters, 7 Warriors, 7 Oracles and 7 Coastrunners and return to Captain Grayson at the Westfall Lighthouse.','Well done, $N. You have quite a knack for combat. Thanks to you the Coast of Westfall is a safer place.','Kill 7 Tidehunters, 7 Warriors, 7 Oracles and 7 Coastrunners and I will see to it that you are rewarded.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,171,127,517,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1100,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(153,2,40,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Red Leather Bandanas','The Defias Front is constantly shifting. I\'ve been following their movements for quite some time now. On a side note. I\'ve ascertained that many members of the gang can be tracked by the Red Leather Bandanas they wear.$B$BBring me 15 of these Bandanas and I\'ll see to it you are rewarded.','Bring 15 Red Leather Bandanas to Scout Galiaan at Sentinel Hill.','Nice work. $R. Please accept one of these items as payment for all your hard work.','Bring me 15 red leather bandanas and I\'ll pay you well.','','','','','',829,0,0,0,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,3511,5944,12295,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(154,2,10,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,149,0,0,157,1518,1,0,'Return the Comb','NO!!!!!$B$BTake it. take this comb away from me!$B$BI\'m a monster, and no one will ever think me lovely again!','Return the Ghost Hair Comb to Madame Eva in Darkshire.','I can make a spool of Ghost Hair Thread with this. and have a few strands to spare. Here are some coins for those extra strands.','I sense that you have seen Blind Mary. You have my Comb...?','','','','','',1518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(155,2,40,0,14,18,1,1101,0,0,0,0,0,0,0,2,0,0,2,0,142,0,0,166,0,0,0,'The Defias Brotherhood','So Stoutmantle sends a scrawny $R like you to protect me? Guess you\'ll have to do. Better bring some friends too. $B$BYou know the deal, right? You watch my back and I\'ll take you to the Defias hideout. But you better be close by my side. The Defias gang wants my head now. If they see me with you, they\'ll try to kill me.$B$BLet me know when you and any friends you can round up are ready to go.','Escort the Defias Traitor to the secret hideout of the Defias Brotherhood. Once the Defias Traitor shows you where VanCleef and his men are hiding out, return to Gryan Stoutmantle with the information.','Most excellent, $N! VanCleef is as good as ours now that we know where he is hiding.','What business do you have with me? I am a very busy man...','Escort The Defias Traitor to discover where VanCleef is hiding','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,1020,0,0,0,0,0,-11085,1528,0,0,0,0,0,0,1,0,0,0,0,0,0),(156,2,10,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,158,0,0,159,0,0,0,'Gather Rot Blossoms','If you bring me some rot blossoms then I can brew you up a batch of zombie juice.$B$BRot blossoms grow in strange places. In particular, I hear you can find them inside the skulls of Skeletal Horrors and Skeletal Fiends... not that I\'ve gotten close enough to look!$B$BThe Raven Hill Cemetery is lousy with those skeletons. You may as well get rid of them while you\'re looking for rot blossoms. The town of Darkshire would be grateful.','Gather 8 Rot Blossoms and bring them to Tavernkeep Smitts in Darkshire.','Good. you got the rot blossoms. And I\'ll tell Althea Ebonlocke of the Night Watch that you were killing skeletons.$B$BKeeping the people of Darkshire safe is a grim burden for the Night Watch, and news that others are helping stem the tide of fiends in Duskwood is welcome news indeed.','Hi. $N. You have that rot blossoms for me yet?','','','','','',1598,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0),(157,2,10,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,154,0,0,158,1596,1,0,'Deliver the Thread','Here is your thread. $N. It has a thousand uses, from binding evil spirits to sewing life into inanimate objects.','Bring the Ghost Hair Thread to Abercrombie. in his shack north of the Raven Hill Cemetery.','Delightful! This will do splendidly...$b$bHere. good $N, take this as payment for your honorable deed.','I need to string the Ghost Hair Thread along my door and my windows to keep out unwanted spirits. Did you get it for me?','','','','','',1596,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1300,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(158,2,10,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,157,0,0,156,0,0,0,'Zombie Juice','I need a bottle of a certain liquor - Zombie Juice. Tavernkeep Smitts at the Scarlet Raven Tavern in Darkshire should have some.$B$BAnd please hurry, $N. These nights get cold, and I need that drink to put fire in my veins again!','Speak with Tavernkeep Smitts.','You need some Zombie Juice, do you? Hmm...that\'s some strong stuff - I don\'t usually get requests for it.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(159,2,10,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,156,0,0,133,1451,1,0,'Juice Delivery','Here\'s your Zombie Juice...$B$B...and be careful with this stuff. It\'s strong enough to raise the dead!','Bring the Zombie Juice to Abercrombie at his shack.','A thousand thanks. Galinassa. You warm an old man\'s heart with your foolish-...I mean...with your kindness!$b$bHere you are, friend. Take this as a token of my gratitude.','I need that Zombie Juice to keep me warm on these cold. dark nights. Did you get it for me?','','','','','',1451,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1700,570,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(160,2,10,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,134,0,0,251,1637,1,0,'Note to the Mayor','Take this note to Ello Ebonlocke. the Mayor of Darkshire.$B$BHe and I are old friends...and when he reads it and discovers what you did for me...I\'m sure he\'ll be just as happy as I am! Hahahaha!','Bring Abercrombie\'s Letter to Ello Ebonlocke. Mayor of Darkshire.','$B$BWhat language is this? It looks ancient...I can\'t read it.','Abercrombie...? I don\'t know a person of that name. You say you have a letter for me from this Abercrombie fellow?$B$BWell let\'s have it then...','','','','','',1637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(161,2,38,0,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,199,0,0,274,2563,1,0,'A Dark Threat Looms','If my suspicions are correct. this is some type of explosive powder. This must be analyzed by an explosives expert so we know just what we\'re dealing with here. Ashlan Stonesmirk was assigned to the regiment guarding Dun Modr and the Thandol Span. I need you to make a grave and perilous journey, $N.$b$bTravel through the Algaz Gate, follow the road through the Wetlands and seek out Stonesmirk in Dun Modr. Heed my advice: stick to the roads and stop for nothing!','Chief Engineer Hinderweir wants you to take the strange smelling powder to Ashlan Stonesmirk. the explosives expert in Dun Modr.','Ah. well Ol\' Hinderweir is wise to be worried.','You say somethin\'. sonny? Can\'t hear a bloody thing besides the ringin\' in me ears. Say, what\'s that you got there?','','','','','',2563,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(162,2,440,0,39,49,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,113,0,0,0,8594,1,0,'Rise of the Silithid','I urge you to take this report to someone who has working knowledge in this kind of thing.$B$BI know this night elf scholar named Gracina Spiritmight. She\'s spent a lot of time studying life forms that are unique to the ecology of Azeroth; she\'s a historian to boot! If you want someone to help figure out what exactly this threat is, and more importantly how to stop it, give her the report. We\'ll need the help.$B$BLast I heard, she was residing in the Temple of the Moon, located in Darnassus.','Take the Insect Analysis Report to Gracina Spiritmight in Darnassus.','This report... we night elves know of the terror mentioned here. Fizzledowser was wise to send this, and you, to me.$B$BThese creatures will consume the Tanaris desert rapidly; they are nothing short of one of the greatest menaces we all will ever face. Familiarize yourself with this name, $n: silithid. The insects mentioned here are the silithid, and they are the tools of one of the greatest threats that both the Horde and Alliance face.$B$BIf only we were smart enough to see that before.','Peace and tranquility be upon you, stranger. Why have you sought me out this day?','','','','','',8594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,369,0,0,0,350,350,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,1,0,0,0,0,2,1,0,0,0,0,0),(164,2,10,0,17,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1922,1,0,'Deliveries to Sven','Do you know Sven? Now. there is a man who does the work of the Light! He and his followers keep a camp at the northwestern edge of Duskwood.$B$BUnfortunately, because they are so few, they cannot even spare a man to fetch supplies from town. Will you deliver these supplies to him?','Deliver the supplies to Sven.','These supplies will be most useful. The aid of the Carevin family is always appreciated. Here is a little something for your trouble.','You look a sturdy type. $C. Have you come to join our fight?','','','','','',1922,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,800,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(165,2,10,0,17,25,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,148,0,0,0,'The Hermit','There was an old man who used to come into town to buy supplies rather frequently, but I haven\'t seen him for quite some time now. He lives out in a shack overlooking Raven Hill cemetery, if I remember correctly. Perhaps you should go see if something is amiss.','Check on the old man in the shack near Raven Hill cemetery.','Hehe, oh yes... of course, the Carevins.$B$BNo, nothing\'s wrong but it is hard for me to go into town now. The roads are dangerous and I\'m not getting any younger. Maybe you can do an old man some favors?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(166,2,40,0,14,22,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,155,0,0,0,0,0,0,'The Defias Brotherhood','There is but one task left for you to complete. Edwin VanCleef must be assassinated. While it saddens me to condemn any man to a death sentence. it is for the greater good of the people of Westfall that VanCleef is laid to rest once and for all. Bring me the villain\'s head once the deed is done.','Kill Edwin VanCleef and bring his head to Gryan Stoutmantle.','$N. your bravery is remarkable. The People\'s Militia thanks you for your service to the people of Westfall. With VanCleef dead, this marks the beginning of the end for the Defias Brotherhood. Hopefully some day soon peace will once again grace the plains of this fair land.$B$BI salute you, $gLord:Lady ,!','How goes the hunt for Edwin VanCleef?','','','','','',3637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6087,2041,2042,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,500,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(167,2,1519,0,15,20,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Oh Brother. . .','We were deep in a vast mine in Westfall. hidden beneath a barn in Moonbrook. No clue where these stinkin\' thieving types came from. Anyway, the mine tunnel collapsed on us. I got out but the others... well... the others haven\'t been heard from.$B$BYou look like you might have better luck in there. If you could look for my brother, I\'d be thankful. He always carried his Explorers\' League Badge. If you can\'t find him, that badge would at least give me some peace of mind.','Bring Foreman Thistlenettle\'s Explorers\' League Badge to Wilder Thistlenettle in Stormwind.','My suspicions were correct. My poor brother.... Well. thank you for bringing some conclusion to this mystery, even if the conclusion was grim.','Did you find any sign of my brother? Is there any hope after all this time?','','','','','',1875,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1893,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(168,2,1519,0,14,18,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Collecting Memories','Many of my friends perished that horrible day when the mine tunnel caved in. If your adventures happen to bring you into that wing of the mine in Moonbrook. please keep an eye out for any sign which might identify them. If you come across any of their Miners\' Union Cards, bring them back to me and I\'ll make sure their families get some resolution from this horrible accident.','Retrieve 4 Miners\' Union Cards and return them to Wilder Thistlenettle in Stormwind.','Thank you for collecting these. $N. Your efforts will help bring peace to the dead in the wake of this tragedy. I will see to it that the families are notified.','Were you able to retrieve any of my old co-worker\'s Miners\' Union Cards?','','','','','',1894,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2037,2036,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(169,2,44,0,14,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Gath\'Ilzogg','Wanted! Gath\'Ilzogg. Leader of the Blackrock attacks on Stonewatch Keep and raids against the township of Lakeshire. $B$BGath\'Ilzogg is extremely dangerous. He is reportedly holed up in the recently conquered keep plotting the Blackrock clan\'s further crimes against humanity. The orc infestation must be quelled at all costs. A gracious reward will be given to whatever brave soul can deliver the head of Gath\'Ilzogg to Magistrate Solomon.','Kill Gath\'Ilzogg and bring his head to Magistrate Solomon in Lakeshire for the reward.','Fantastic work. $N! Gath\'Ilzogg led those brutes into battle, killing many innocent humans. Vindication is ours. This is the first step in reclaiming the keep for the kingdom of Stormwind!','What do you have there. $R?','','','','','',3633,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,4000,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(170,2,132,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,179,0,0,0,0,0,0,'A New Threat','I hope you\'re here to lend us a hand. $C. After the last trogg attack, we could use all the help we can get.$B$BI hear the buggers have been popping up all across the lands, and it seems Coldridge Valley is no exception. They\'ve been spotted all over the hills to the southeast and near the frozen lake.$B$BAnd that\'s not all, just a few nights ago, they attacked and overran our camp to the west! $B$BWe\'re a bit shorthanded here, $G lad : lass;, and we need strong arms to help drive the troggs back.','Balir Frosthammer wants you to kill 6 Rockjaw Troggs and 6 Burly Rockjaw Troggs.','If the problems we\'ve had here are indicative of what is happening elsewhere in our lands. by Magni\'s beard, we have some troubles ahead of us! I can only hope that the king and Senate are taking steps to deal with the threat the troggs pose.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,707,724,0,0,6,6,0,0,0,0,0,0,6185,2172,6173,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(171,2,-284,0,54,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Warden of the Alliance','You have been so very kind to me. $N. I never dreamed that I\'d have so much fun during Children\'s Week. Thank you. I don\'t wanna be sad about what\'s happened to me and all - my folks always told me to rise above anything bad that happens. You know, when I grow up I wanna be a hero... just like you.$B$BI\'m sad to say this, but it\'s time for me to go home. Let\'s go back and I\'ll tell the matron what an awesome person you are!','Return your ward to the Stormwind orphanage by handing in the Human Orphan Whistle to Orphan Matron Nightingale in the Cathedral District.','May the heavens bless you. $N. You\'ve done more for Randis than most would ever think of doing for him. Thank you - you\'re a shining star in the skies of the Alliance.$b$bPlease - if you can spare the time, come back and visit us. I know that Randis would like that, as would I.','It is a pleasure to see you again. $N. Have you attended to the duties you\'ve volunteered for during Children\'s Week?','','','','','',18598,0,0,0,1,0,0,0,0,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(173,2,10,0,23,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,221,0,0,0,'Worgen in the Woods','Darkness seems drawn inexorably to Duskwood. Master Carevin\'s quest is the expulsion of evil and heresy. Through our efforts are the people of Darkshire kept safe.$B$BYou believe yourself worthy to join us?$B$BI once thought as you. Disillusioned by the complacency of the Watch. I joined Master Carevin. If you wish to prove yourself, it will not be through words.$B$BTest your skills against the Nightbane Shadow Weaver worgen in Brightwood Grove--bright, hah!--and the Rotting Orchard.','Kill 6 Nightbane Shadow Weaver worgen for Calor in Darkshire.','Impressive. $N. It would seem that you are capable enough to handle yourself. Perhaps a more suitable challenge could be found for one of your abilities.$b$bIt is curious though... The worgen seemed to just appear out of thin air. But then, with all the other strange creatures that have moved across our borders, I suppose it\'s only one of many concerns.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,533,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,1800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(174,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,0,'Look To The Stars','My Gnomish friend. Cog, has promised to help me build a device which will let me peer towards the stars. A truth exists, beyond magic, that can explain the strange transformation in the forest.$B$BBring to me a bronze tube made by a skilled engineer. That is the first step, according to Cog\'s blueprint.','Viktori Prism\'Antras of Darkshire wants you to bring him a bronze tube.','This is perfect. $N. The first step is complete!','Have you found a skilled engineer to create a bronze tube yet?','','','','','',4371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(175,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,174,0,0,177,0,0,0,'Look To The Stars','According to Cog\'s blueprint, what I need now is a way to reflect light. I remember a woman by the name of Mary who became well known around these parts for always carrying a looking glass. Perhaps you can track Mary down and see if she might lend us a reflective surface for this project? I believe she once resided in southern Duskwood. . .','Locate Mary and persuade her to give up a reflective surface for Viktori\'s project.','Why yes, I used to own a looking glass.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(176,2,12,0,6,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: \"Hogger\"','Wanted: Hogger$B$BA huge gnoll. Hogger, is prowling the woods in southwestern Elwynn. He has overpowered all attempts at his capture.$B$BThe Stormwind Army has placed a generous bounty on the Gnoll. To earn the reward, bounty hunters should bring proof of Hogger\'s demise to Marshal Dughan in Goldshire.','Slay the gnoll Hogger and bring his Huge Gnoll Claw to Marshal Dughan.','Hah! Well done! I was starting to think no one would take down that monster!$B$BHere you are. $N. And thanks - that Gnoll was giving me a headache the size of Blackrock Spire!','Yes. Hogger has been a real pain for me and my men. You have something to report about the beast?','','','','','',1931,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6085,6084,6215,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(177,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,175,0,0,181,0,0,0,'Look To The Stars','The looking glass was one of my finest treasures until. . .the incident. After that happened, I discarded it behind the barn. There was an Insane Ghoul who used to roam back there. Perhaps he picked it up. Rumor has it the devilish beast resides in the Tranquil Gardens Cemetery.','Retrieve Blind Mary\'s Looking Glass from the Insane Ghoul and give it to Viktori in Darkshire.','Most superb! This will work perfectly. Many thanks!','I showed Cog the beginnings of our star-viewing machine. He was impressed. Did you happen to find a reflective device?','','','','','',1946,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(178,2,44,0,15,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1956,1,0,'Theocritus\' Retrieval','$B$BDo not be alarmed. I am Theocritus. High Mage of Tower Azora in Elwynn Forest. The pendant you are holding is a method of communication between the Shadowhide Gnolls and their master, Morganth.$B$BThrough months of research, I believe I too can communicate through these pendants. If you can hear this message, then my spell was a success.$B$BBring me this pendant and I will reward you for the service.','Bring the Faded Shadowhide Pendant to Theocritus the Mage.','You have my gratitude. $N. I sent that message to the Shadowhide Pendants weeks ago and had believed it a failure. But it seems the spell did reach at least some pendants, after a significant delay.$B$BIn time I hope to learn how to send an attack through the pendants, to immobilize any Shadowhide Gnolls who wear them.$B$BBut before that is possible, I\'m afraid that much more research is required.','I spoke to you through a pendant. you say? Hmm...give it to me, so that I might study it.','','','','','',1956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1970,0,0,0,3,0,0,0,72,0,0,0,0,75,0,0,0,0,0,1200,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(179,2,132,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Outfitters','What do we have here? You look as though you might need something to keep your hands warm. hm?$B$BI\'ll tell you what would help: a pair of nice, warm gloves. And, being the kind soul that I am, I\'d be more than happy to provide you with a suitable pair. I\'ve one condition, however.$B$BI need you to go get me some wolf meat. Nice arrangement, hm? You bring me some wolf meat, and I\'ll make sure you don\'t lose any digits to frostbite. Well, what do you say?','Sten Stoutarm would like 8 pieces of Tough Wolf Meat.','Ah! Wonderful. The wolf meat should do nicely. Oh. don\'t worry, $N, I wouldn\'t forget my part of the bargain. Here, one of these should fit you.','Wolves giving you a bit of trouble? You\'d do well to avoid the fangs and claws and other sharp bits. yes?','','','','','',750,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,719,6171,2547,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0),(180,2,44,0,12,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Lieutenant Fangore','Wanted: Lieutenant Fangore$B$BKnown leader of the Shadowhide Gnoll Clan. working under the enemy of the Township and Kingdom, Morganth. By mandate of Magistrate Solomon, this vile betrayer of Stormwind is wanted dead. Show his paw to the Magistrate as proof of his death.','Kill Lieutenant Fangore and return to Magistrate Solomon in Lakeshire with his paw.','So the evil Lieutenant Fangore is dead? Good riddance to that foul creature. You are very brave. $C. The Township of Lakeshire thanks you for your aid.','What news do you bring before the Court?','','','','','',3632,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,4000,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(181,2,10,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,177,0,0,0,0,0,0,'Look To The Stars','Now there is just one more item needed to complete this device. Cog\'s blueprint calls for a lens of some sort. The only lens I know of that would be large enough will be very difficult to acquire.$b$bThere is an ogre by the name of Zzarc\'Vul who resides in the mound in southern Duskwood. If you can, bring to me his monocle and I will use that as our lens!','Locate Zzarc\'Vul in the southern ogre mound in Duskwood and return his monocle to Viktori in Darkshire.','At last! The stargazing device is complete! Thank you. $N. Now I can continue my research. . .','Were you able to convince Zzarc\'Vul to lend us his monocle for our experiment?','','','','','',1968,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7106,7107,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(182,2,132,0,1,4,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,218,0,0,0,'The Troll Cave','My brother Senir and I were sent to different parts of Dun Morogh to investigate the threat posed by the trolls. The Senate has its hands full with the troggs. so they\'ve no need for further annoyances.$B$BFrom what I\'ve seen, the trolls aren\'t well situated here in Coldridge Valley--mostly the southern cave. I\'d say that the army will not be necessary. A few strong arms should be more than enough.$B$BPerhaps you\'d like to assist in this endeavor? I have the authority to offer compensation for your help.','Grelin Whitebeard would like you to kill 14 Frostmane Troll Whelps.','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...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,706,0,0,0,14,0,0,0,0,0,0,0,2047,2048,2195,5761,0,0,1,1,1,1,0,0,961,0,0,0,3,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(183,2,132,0,1,3,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Boar Hunter','Nothing like a day of boar hunting. eh?$B$BThough, here in Coldridge Valley, there are so many boars it almost takes the fun out of it. No need to get them charging. They\'re all angry and ready without any help. In fact, recently, there\'ve been so many boars in the area, it\'s become dangerous for me to do my daily hunting.$B$BLong story short, if you could help me kill some of the boars, I would appreciate it.','Talin Keeneye would like you to kill 12 Small Crag Boars.','Excellent! I can go back to my... leisurely... hunting now. Thank you. $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,708,0,0,0,12,0,0,0,0,0,0,0,79,61,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(184,2,1581,0,8,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1971,1,0,'Furlbrow\'s Deed','This is the deed to an expanse of farmlands within Westfall. It is signed by a Theodore Furlbrow and cosigned by his wife. Verna. And on the back of the deed are hastily scrawled words:$B$B\"We leaned on Furlbrow and got his deed. Thought it might be handy if you wanted to forge one of these for your own place.$B$BThe Furlbrows won\'t give us trouble. Last I saw them they were on their way out of Westfall, stuck with a broken wagon.\"$B$BYou think the Furlbrows might want their deed back...','Bring Furlbrow\'s Deed to Farmer Furlbrow.','Loads of thanks. $N! As I was saying, these parts aren\'t fit for honest folk anymore, but if things get better, then this deed will let us reclaim our land.$b$bI don\'t have much to offer you, but here -- take this.','You have the deed to my farm?? That\'s good news! Some ruffians stole it days ago... I thought it was gone for good!$b$bPlease. let me have it. We\'re on our way out of Westfall and ain\'t coming back any time soon, but if we do then we\'ll need those papers...','','','','','',1971,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5057,4656,0,0,5,5,0,0,72,0,0,0,0,150,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(185,2,33,0,28,31,0,0,0,0,0,0,0,0,0,0,0,8,0,0,583,0,0,186,0,0,0,'Tiger Mastery','When I was but a young girl, my father trained me in the art of tiger hunting.$b$bYou\'ll find the young felines much easier to track and slay. For this reason, we\'ll start you out easy. One can often find young tigers near the expedition camp.$b$bTest your tracking skills and see if you can hunt some of the beasts down.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Young Stranglethorn Tigers.','Nicely done. $N. You are ready to move on.','I don\'t feel confident in training you further, $n, until you have proven yourself skilled in slaying the youngest of the tigers first.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,0),(186,2,33,0,28,33,0,0,0,0,0,0,0,0,0,0,0,8,0,0,185,0,0,187,0,0,0,'Tiger Mastery','You are learning. $C. Let us test your skills with the mature cats now. Kill 10 Stranglethorn Tigers this time out.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Stranglethorn Tigers.','I am impressed. $C. You are progressing quite well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,682,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(187,2,33,0,28,35,0,0,0,0,0,0,0,0,0,0,0,8,0,0,186,0,0,188,0,0,0,'Tiger Mastery','Now I\'m going to up the stakes on you and truly test your skill. Prove to me you can kill 10 Elder Stranglethorn Tigers. If you can do that. you will be ready for your final challenge before I declare you a master tiger hunter in Master Nesingwary\'s presence.$B$BElder Stranglethorn Tigers are not only the most difficult to find, they are also the fiercest to defeat.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill 10 Elder Stranglethorn Tigers.','Most impressive. I believe you are almost ready.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1085,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(188,2,33,0,28,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,187,0,0,0,0,0,0,'Tiger Mastery','Here is the final challenge that I will put forth. We\'ve been tracking an elusive tiger for weeks. We call the beast Sin\'Dall. See if you can do what no $R has done before: hunt down and kill Sin\'Dall. Bring me her paw as proof of your accomplishment.$B$BTracking her down will be no easy task.','Ajeck Rouack of Nesingwary\'s Expedition wants you to kill Sin\'Dall and return with her paw.','Most impressive. I do say! You are a true Master Tiger $C, $N!','How goes the hunt for Sin\'Dall?','','','','','',3879,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4107,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(189,2,33,0,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloodscalp Ears','Damn trolls! They\'ve been killing off our agents in the jungle! I\'ve already lost a good number of my best guards to skirmishes with them. The costs are piling up! How will I explain this to Baron Revilgaz?$b$bDecisive action... Think, Kebok... you weren\'t assigned to the post you have today for sitting around... I\'ve got it! You... $n, is it? You\'ll help me, won\'t you? There\'s money to be had!$b$bHere\'s the deal... you bring me the ears of fifteen Bloodscalp Trolls, and I\'ll compensate you well.','Acquire 15 Bloodscalp Ears and return them to Kebok in Booty Bay.','Oh excellent. excellent. That\'ll help a little, for the present...$b$b$b$bWhat? You\'re still here? Reward? Oh, right... of course, here, take this... it should be more than enough.','You\'ve had success I hope? All over the place, those trolls. Filthy devils.$b$bOh yes, that reminds me! Be sure to tell your friends, yes? We could use much assistance!','','','','','',1519,0,0,0,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,4598,0,0,0,8,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,3500,1500,0,0,0,0,0,0,0,0,5,1,1,0,0,6,0,0,0,0,0,0),(190,2,33,0,28,31,0,0,0,0,0,0,0,0,0,0,0,8,0,0,583,0,0,191,0,0,0,'Panther Mastery','If you want to be a part of the hunt with this crack group under Hemet Jr.\'s leadership, you\'re going to need to prove yourself an able panther hunter. We\'ll start you out easy -- don\'t you worry. Let\'s see you kill 10 young panthers to start.$b$bTracking them down is only half the challenge...','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Young Panthers.','Off to a good start. $N!','A true panther hunter would be out in the fields, trying to stalk his prey. Show some commitment to your goal, $c, and get back out there.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,683,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,1,0,0,0,25,1,0,0,0,0,0,0),(191,2,33,0,28,33,0,0,0,0,0,0,0,0,0,0,0,8,0,0,190,0,0,192,0,0,0,'Panther Mastery','Now you\'re ready to turn it up a notch. If you want to prove yourself worthy of socializing with the likes of these big game hunters. you\'ll need to prove that you can kill 10 panthers.$B$BThose big boys are tougher. They\'re not as easy as the young ones you were killing earlier.','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Panthers.','Off to a good start. $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,736,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(192,2,33,0,28,38,0,0,0,0,0,0,0,0,0,0,0,8,0,0,191,0,0,193,0,0,0,'Panther Mastery','Now the hard part. A true panther hunter can show skill by dropping Shadowmaw Panthers. the deadliest in Stranglethorn. Prove to us that you can slay 10 of these beasts.$B$BIf you think they are hard to track, wait until you attempt to slay one....','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to kill 10 Shadowmaw Panthers.','Off to a good start. $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,684,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(193,2,33,0,28,40,0,0,0,0,0,0,0,0,0,2,0,0,0,0,192,0,0,0,0,0,0,'Panther Mastery','You\'ve almost proven yourself to be a master hunter of panthers. A panther by the name of Bhag\'thera has been prowling the jungle. So far he\'s eluded our party. See if you can use your skills to kill the great Bhag\'thera.$B$BBring me the Fang of Bhag\'thera and you\'ll have earned my respect!','Sir S. J. Erlgadin of Nesingwary\'s Expedition wants you to bring him the Fang of Bhag\'thera.','Off to a good start. $N!','Bhag\'thera can prove to be an elusive beast. How fairs the hunt?','','','','','',3876,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4108,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(194,2,33,0,28,34,0,0,0,0,0,0,0,0,0,0,0,8,0,0,583,0,0,195,0,0,0,'Raptor Mastery','So you think your hunting skills are in tip-top shape? I can put them to the test in a jiffy. Head out into that jungle and kill 10 Stranglethorn Raptors. We\'ll see just how much of a big game hunter you are.$B$BAnd no. I won\'t tell you where you can find them! Locating the beasts is half the challenge.','Hemet Nesingwary Jr. wants you to kill 10 Stranglethorn Raptors.','Nicely done. old chap!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,685,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(195,2,33,0,28,36,0,0,0,0,0,0,0,0,0,0,0,8,0,0,194,0,0,196,0,0,0,'Raptor Mastery','Now let\'s step up the challenge and see if you\'re up to it. Venture into the jungle and bag yourself 10 of those bloody Lashtail Raptors. Let\'s see what you\'ve got!','Hemet Nesingwary Jr. wants you to kill 10 Lashtail Raptors.','Now that\'s how you get a trophy or two over the ol\' hearth! Nice killing. $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(196,2,33,0,28,41,0,0,0,0,0,0,0,0,0,0,0,8,0,0,195,0,0,197,0,0,0,'Raptor Mastery','Let\'s see how you handle this next challenge. There is a cagey breed of raptor out there. We call them Jungle Stalkers. They are far more difficult to track down and kill than the other breeds you\'ve been trying your luck at. Kill 10 Jungle Stalkers and I\'ll tip you off to the best hunting yet.','Hemet Nesingwary Jr. wants you to kill 10 Jungle Stalkers.','Ho ho!! We have ourselves a true raptor slayer! Nicely done. old chap!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(197,2,33,0,28,43,0,0,0,0,0,0,0,0,0,2,0,0,0,0,196,0,0,0,0,0,0,'Raptor Mastery','Because you proved yourself to be such a go-getter in the jungle. let me tell you about a ferocious raptor that even I have failed to kill. Ajeck here calls this wily raptor Tethis.$B$BIf you want to prove yourself a true master, kill Tethis and bring me his talon. It would be a feat that no other big game hunter has accomplished.','Hemet Nesingwary Jr. wants you to kill Tethis, an elusive, dangerous raptor in Stranglethorn.','Master $N. the raptor slayer!$b$bHas a nice ring to it, eh?','How goes the hunt for Tethis? Tracked her all the way back to camp. did you?','','','','','',3877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4119,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(198,2,33,0,30,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2252,1,0,'Supplies to Private Thorsen','Hmm. Yes. I do have something you could do, actually. Lieutenant Doren and his followers up in the north need their regular supplies from us.$B$BThey haven\'t been delivered, and with the trolls attacking, I\'ll need someone to do it. Doren\'s camp lies northwest of the road at the entrance to Stranglethorn from Duskwood. Give the supplies to Private Thorsen, if he\'s not in the camp, then he\'ll be patrolling south of it. He\'ll take care of them.$B$BMind you, if you fail, you\'ll owe me restitution.','Deliver the Miscellaneous Goblin Supplies to Private Thorsen.','These land mines will help us defend ourselves from that animal Kurzen and his men. Thank you for bringing them. If you need further work. I can probably find something for you to do. And you won\'t have to deal with those goblins, hm?','Yes? What do you want? Oh. supplies from the goblins. Strange seeing a $R delivering them, usually they send their own. No matter... you didn\'t touch them did you? Good good... we wouldn\'t want anything to happen to our mines, oh no.','','','','','',2252,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,1600,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(199,2,38,0,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,250,0,0,161,2563,1,0,'A Dark Threat Looms','You take a sample of the strange smelling powder.','Return to Chief Engineer Hinderweir and show him the clue that you discovered.','This is an alarming discovery, to say the least!','Did you happen to discover any clues, $N?',NULL,NULL,NULL,NULL,NULL,2563,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(200,2,33,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,215,0,0,328,0,0,0,'Bookie Herod','If Kurzen knows Thorsen\'s secret, then we have a spy in our midst. We must determine how the secret was leaked!$B$BThorsen\'s contact within Kurzen\'s camp was Bookie Herod. Herod is Kurzen\'s logistics officer and knows everything about the running of Kurzen\'s Compound. If you can get Herod\'s notes or records, maybe we can find out how Thorsen was discovered.$B$BWhen we were still with Kurzen, Bookie\'s office was on the top floor of the camp\'s only two-story house. His records are probably still there.','Find Bookie Herod\'s Records.','These are Bookie Herod\'s notes and records.$b$bAmong them are: a list of supplies within the camp, material requests from Colonel Kurzen, and various letters and correspondences.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(201,2,33,0,28,32,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,'Investigate the Camp','I\'ve gotten reports of a group of hunters that have set up camp upriver of the Venture Company mining camp on Lake Nazferiti. Now, normally I wouldn\'t care, but improbably, I heard that Hemet Nesingwary Jr. was one of the hunters there. He\'s certainly well-connected, if you catch my meaning, and you never can be too safe.$b$bWhy don\'t you go check out the camp, $n, see what they\'re about?','Find the hunters\' camp and report its location to Krazek in Booty Bay.','Hmmm, so my information was correct, as usual. Interesting. Well, I don\'t suppose they pose any sort of threat of interference with our operation, but perhaps they have a need for some of our excellent manufactured products. Hmmm...','Well? Did you have any luck in locating the camp?','Locate the hunters\' camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-75,75,0,0,0,0,1600,150,0,0,0,0,0,0,0,0,1,1,0,0,6,1,0,0,0,0,0,0),(202,2,33,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,574,0,0,0,0,0,0,'Colonel Kurzen','You have proven yourself time and again. and your resourcefulness seems to rival even that of Kurzen himself. You may be the salvation of our band of rebels...if you can pit yourself against Kurzen and prevail!$B$BHe commands his men from deep within the Stockpile. You must enter that cave, brave through his defenders, and face Kurzen and his leaders.$B$BFarewell, $N. My hope, and the fate of my men, go with you.','Kill 6 Kurzen Elite. 4 Kurzen Subchiefs, and bring Kurzen\'s Head to Lieutenant Doren at the Rebel Camp.','I dared not believe the reports. but you bring us proof that... Kurzen and his leaders are defeated. You have saved us!$B$BThese jungles are filled with menaces of all types, but none had the cruel intellect of Kurzen. We may all breathe easier now that he is gone.','Dare I hope that Kurzen and his defenders are dead. $N?','','','','','',3615,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,939,978,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4127,0,0,0,1,0,0,0,469,72,0,0,0,63,250,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(203,2,33,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,574,-203,0,0,0,0,'The Second Rebellion','We\'re fighting a losing battle with Colonel Kurzen. Not only is he a brilliant tactician, he outnumbers us at least 10 to 1! To survive, we need to use his own, covert tactics against him.$B$BEnter his camp to the east and kill his men. Lots of them. And get out before reinforcements can close on you.','Kill 15 Kurzen Jungle Fighters.$B$BReturn to Sergeant Yohwa at the Rebel Camp.','Well done. The loss of those Jungle Fighters will relieve some of the pressure on our camp.$b$bBut now that you\'ve had a taste of the forces we\'re up against, do you still want to throw your lot in with us??',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(204,2,33,0,30,34,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,574,-203,0,0,0,0,'Bad Medicine','To have a chance against Kurzen, we need his healing support neutralized. He has gathered a large number of Medicine Men who heal his forces with Jungle Remedies and poison our fighters with Venom Fern Extracts.$B$BWe need those remedies and extracts for our own. Search the Kurzen Compound - his Medicine Men and Jungle fighers will have the remedies, and the extracts are probably stowed in some of the camp\'s supply boxes.','Bring 7 Jungle Remedies and 1 Venom Fern Extract to Sergeant Yohwa at the Rebel Camp.','Well done, $N. These remedies will keep more of us alive and in fighting shape. And the extracts will help us create our own remedies.','I\'m waiting on those remedies and that extract, $N.','','','','','',2633,2634,0,0,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,4140,4126,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(206,2,33,0,30,46,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,0,0,0,'Mai\'Zoth','Kurzen may be dead. but...that which drove him to evil still lives! Through my studies I have discovered this: An Ogre Mage - Mai\'Zoth - dwells in an Ogre Mound within the eastern mountains of Stranglethorn. He is rumored to employ mind-controlling magic, and I am positive that he corrupted Kurzen.$B$BIf Mai\'Zoth is allowed to live, then his evil may influence others, and may even cause another Kurzen to surface.$B$BKill him, and bring me his Mind\'s Eye, the artifact he uses to corrupt others.','Bring the Mind\'s Eye to Brother Nimetz at the Rebel Camp.','Aha! You\'ve done it! You are a great force for good. $N, and may your strength never fade!$B$BI will study this Mind\'s Eye and determine if it may be used for good. If not... then it must be destroyed.','I give you my blessing. Mai\'Zoth\'s strength is matched only by his evil.','','','','','',3616,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4125,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(207,2,33,0,30,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,202,0,0,205,0,0,0,'Kurzen\'s Mystery','Colonel Kurzen was once a great. noble man - I must find what caused his fall into depravity! He may be under the sway of troll magic. To confirm this, I must study some of their legends.$B$BThere are 4 tablets hidden within the troll ruins of Stranglethorn. I must see what is written on these tablets! Transcribe their markings and bring the transcriptions back to me.$B$BThe first tablet is in the Bal\'lal Ruins, the second is in the Vile Reef, and the third and fourth are in the Ruins of Zul\'Kunda.','Find the 4 tablets and bring their legends back to Brother Nimetz.','Thank you. $N. I will study these legends to see if there is some link between the trolls and the evil that has possessed Colonel Kurzen.','$N! Do you have the troll legends? I must know their secrets!','','','','','',2005,2006,2007,2008,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,2940,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(208,2,33,0,28,43,0,0,0,0,0,0,0,0,0,3,0,0,0,0,188,0,0,0,0,0,0,'Big Game Hunter','$N. you are a hunter worthy of our company. From the battlefields of Lordaeron to the deepest jungle, I have rarely witnessed such prowess with weaponry as you have demonstrated.$B$BYou have killed the ferocious Sin\'Dall, the elusive Bag\'thera and the treacherous Tethis. But the true prize is the head of King Bangalash. That white tiger is the reason I am here. I\'ve had my sights on him for quite some time now. Kill King Bangalash and your hunting prowess is proven to be second to none.','Hemet Nesingwary Jr. wants you to bring him the head of King Bangalash, the great white tiger.','Bloody well done! Right-o! Congratulations. $N, for succeeding where others have failed.$B$BI am honored to count you as a comrade of our great hunting party here. No one will ever doubt your expertise in hunting and tracking!$B$BCheers to you, I say! Cheers!','I see you\'re back. old bloke. King Bangalash has caused me to come crawling back to camp many times. Hang in there.','','','','','',3880,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17686,17687,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(209,2,33,0,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,189,0,0,0,0,0,0,'Skullsplitter Tusks','It\'s expensive and hard to kill enough tigers to support the export of tiger fangs to the islands in the South Seas. Luckily. we\'ve developed a technique that allows us to take mundane horn-like objects and turn them into undetectable forgeries.$B$BThe closest match we\'ve found, amazingly, are the tusks of the Skullsplitter trolls.$B$BHey, before you say anything, what the buyer doesn\'t know doesn\'t hurt them, am I right? Bring me a large number of them so we can get to work on the monthly shipment!','Acquire 18 Skullsplitter Tusks and return them to Kebok.','Ah. good work, good work! Ugh, though you could have done a better job cleaning off the-- Well, no matter, no matter! My thanks to you, $N, our operation will no doubt see increased output and productivity thanks to your help! Good good, now, onto other matters...','Tough buggers. aren\'t they? Well, have you had any luck? Sorry to seem impatient, but this has been a huge thorn in my side! Well?','','','','','',1524,0,0,0,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,5500,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(210,2,33,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,627,4085,1,0,'Krazek\'s Cookery','I do most of the cooking at the camp. And it used to be a lot of work. until I bought a mechanical cooking pot from a goblin merchant in Booty Bay. The pot is a wonder! It saved me countless hours...until it broke!$B$BCan you take the pot back to the goblin for me so he can fix it? His name is Krazek.','Bring Krazek\'s Crock Pot to Krazek the goblin.','Oh I see. it\'s a Krazek\'s Crock Pot! An ingenious piece of work, but it can break a spring or throw a gear now and then. Let me see what\'s wrong with this one...$b$bAha! Its steam charger is rusted out, it has a cracked knuckle-gasket and its fobulator is missing teeth. I\'m surprised the pot could even boil a turnip in this state!$b$bCan I fix it? Of course I can fix it!$b$bBut there\'s a price. Oh yes, there is always a price...','Hello! You brought me something?','','','','','',4085,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-75,75,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(211,2,28,0,50,60,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,5098,0,0,0,0,0,0,'Alas. Andorhal','Alas. the time to attack Andorhal and drive out the lich that controls it is upon us!$B$BInside the ruins of the city is where the lich - Araj the Summoner - holds dominion. He is guarded by numerous Scourge surrounding the remains of city\'s center, and his personal retinue of guardians attached to him directly is formidable. You will need numerous allies to even stand a chance of facing him successfully.$B$BDestroy Araj, $N, and bring me a shard from his phylactery as proof!','Bring Araj\'s Phylactery Shard to Commander Ashlam Valorfist at Chillwind Camp. Western Plaguelands.','You\'ve done it! Araj... the lich is finally defeated!$B$BYou\'ve done a tremendous service to the Alliance on this day. $N. Your bravery and perseverance are a testament to what it means to be a true hero. Please - accept this as a token for all to see and know that you have delivered the Alliance a victory for the ages!','Your task has been given to you. $N. Do you have a shard from the lich\'s phylactery as proof of the task being accomplished?','','','','','',17114,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17759,0,0,0,1,0,0,0,529,469,0,0,0,700,350,0,0,0,0,0,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(212,2,1519,0,35,40,0,1101,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,'A Meal Served Cold','One of my most famous dishes is Chilled Basilisk in Lime Vinaigrette. But the problem is... the meat is impossible to keep fresh, and I must serve the dish tonight for a noble\'s birthday!$B$BSo if you can bring me a Chilled Basilisk Haunch from a freshly-killed Cold Eye Basilisk, quickly, then I will owe you a king\'s feast!$B$BCold Eye Basilisks are known to roam along the beach dunes of northwestern Stranglethorn, so you have much traveling to do. And be swift!','Kill a Cold Eye Basilisk, get a Chilled Basilisk Haunch, and return it to Angus Stern in the Blue Recluse.','Ah. this will do nicely! Many, many thanks!$b$bNow if you\'ll excuse me, I must get the haunch chopped, marinated and garnished for the banquet.','$N! Do you have that haunch? I must begin preparing it soon. or the banquet will be ruined!','','','','','',2476,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,500,0,0,0,0,0,15000,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(213,2,33,0,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hostile Takeover','He\'s done it this time! Bad enough that Gelriz\'s muscling out the moguls who were appointed by the trade princes, now he tries to cut in on the most notorious pirate!$b$bRevilgaz won\'t have it, and he\'s told me to take care of the problem in my own way.$b$bMy way? Theft. The Venture Co. geologists near Lake Nazferiti are deeply interested in those strange blue crystals they have been finding in the mines. Bring me samples of the stone from their geologists, I don\'t care what you have to do to get them.','Retrieve 8 Tumbled Crystals and return them to Kebok in Booty Bay.','Fascinating. That the crystals have been tumbled using this process can only indicate that they are planning to use them as some sort of fuel or other catalyst. I don\'t know much more than that. Samples will have to be dispatched to Head Chemist Gigglefont.','I need those stones, $n. By whatever means necessary! Just do it, don\'t give me the details!$b$bIt\'s about results, $n, nothing more, nothing less.','','','','','',4106,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4121,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(214,2,40,0,14,17,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,153,0,0,0,0,0,0,'Red Silk Bandanas','It\'s no secret that the trademark of the Defias Gang is their Red Bandanas. But we\'ve learned that the material from which these bandanas are made signifies the member\'s rank.$B$BThat being said. I want you to eliminate as many high ranking Defias members as you can. The highest ranking members will undoubtedly be found in VanCleef\'s secret hideout. When you\'re done bring me 10 Red Silk Bandanas as proof of their deaths and I will reward you. Good luck. $N.','Scout Riell at the Sentinel Hill Tower wants you to bring her 10 Red Silk Bandanas.','Well done. $N! On behalf of The People\'s Militia I salute you for your efforts. Soon we will return this land to the people with help from brave souls like you.','Have you been reclaiming our land from the Defias gang? If so show me 10 Red Silk Bandanas as proof.','','','','','',915,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2074,2089,6094,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(215,2,33,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,0,'Jungle Secrets','Thank you for saving me, $N. I know how this looks, but...allow me to explain.$B$BI was charged by Lieutenant Doren to re-enlist with Kurzen\'s men, so that I might spy on them and bring sorely needed intelligence to the rebels. You saw here what I had thought would be my chance to infiltrate Kurzen\'s Compound. I was wrong, and again, thanks for saving me.$B$BThis was a top secret mission, so you must tell no one. But if you speak with Doren he will explain.','Speak with Lieutenant Doren at the Rebel Camp.','Yes, what Thorsen told you is true. You must be discrete with this. At one time, we rebels were fiercely loyal to Colonel Kurzen. But such was Kurzen\'s corruption, our passion twisted into rage. If it was made known that Private Thorsen has had recent dealings with Kurzen\'s men, then one night he would find himself with a slit throat.$b$bTo my knowledge, only Sergeant Yohwa, Thorsen and I were privy to Thorsen\'s mission. But there must be another. A traitor.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(216,2,331,0,21,24,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Between a Rock and a Thistlefur','The Thistlefur furbolgs are threatening our expansion! Thistlefur Village to our east blocks the way between us here and the Splintertree Post. It\'s a path that would circumvent the village of Astranaar; without it, we give the Alliance an extra expansion path.$B$B$N, we must not allow... an expansion path gap!$B$BProceed to Thistlefur Village and thin out the furbolgs. You will be given compensation for this task, but more importantly you will be doing your duty for the Horde!','Take down 8 Thistlefur Avengers and 8 Thistlefur Shaman; most are located east of Zoram Strand in Thistlefur Village. Once completed, return to Karang Amakkar at Zoram\'gar Outpost, Ashenvale.','Well done $C, well done! I will continue to send forces to thin out the furbolg, but I can at least count on a different path that will be free of Alliance entanglements. The Horde conquest of Ashenvale is now in full swing!$b$bYou\'ve earned your pay this day, hero. I salute you!',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3925,3924,0,0,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,1700,1200,0,0,0,0,0,0,0,0,4,0,0,0,6,1,0,0,0,0,0,0),(217,2,38,0,10,17,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,263,0,0,0,0,0,0,'In Defense of the King\'s Lands','$N. our scouts have identified the leader of this recent Trogg incursion. It appears that these beasts in Loch Modan are following the lead of a chieftain named Grawmug. Grawmug is heavily guarded, however. Two of his most elite guards, Gnasher and Brawler, never leave his side.$B$BIf you feel yourself worthy, $N, I want you to lead the assassination mission on Grawmug and his two thugs. With the Trogg leadership dead, we just might stand a chance at pushing these beasts back into the ground.','Kill the Trogg leader. Grawmug, and his two guards, Gnasher and Brawler then report back to Captain Rugelfuss in the southern guard tower.','Most excellent. $N! You have brought hope to Loch Modan. With Grawmug dead, we stand a better chance of seeing the Troggs eliminated from the land.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1205,1206,1207,0,1,1,1,0,0,0,0,0,1436,6187,1832,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(218,2,132,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,182,0,0,282,0,0,0,'The Stolen Journal','My journal! They took it away to the cave. The one that had it... It was a big brute with some odd markings on his skin and face. I didn\'t get a much better look than that.$B$BYou\'ve had some luck with the trolls. maybe you could go get it back for me?','Grelin Whitebeard wants you to kill Grik\'nir the Cold. and retrieve his journal.','Wonderful. $N! Many thanks for retrieving my notebook. Well, it would seem that the troll situation here in Coldridge Valley is under control and not much cause for worry.$b$bAfter I put the finishing touches on my report, I\'ll need someone to courier it to my brother Senir.','$N! Any luck?','','','','','',2004,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6176,5581,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,500,350,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(219,2,44,0,19,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Missing In Action','At last, friends of the Alliance!$B$BHelp... please... $B$BThe last thing I remember these foul Orcs overpowered our regiment. Most the men were killed. I took a strong blow to the head and everything went black. Now I am held captive in this cave. Help me, I am hurt badly.$B$BI\'ll need help getting back to town... please... you\'re my last hope...','Protect Corporal Keeshan on the journey back to Redridge.','You have served the Kingdom well, $C. Thank you for assisting Corporal Keeshan with his escape from those dreaded Blackrock Orcs. You shall be rewarded for your brave acts this day.','','','Escort Corporal Keeshan back to Redridge','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,1275,3431,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(220,2,-82,0,20,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1534,0,0,0,7810,1,0,'Call of Water (Part 5)','Islen will have one more task for you before rewarding you with your next totem. The vial of water I\'ve given you is necessary for whatever that task is.$B$BGo now and find her. We shall meet again some day.','Bring the Vial of Purest Water to Islen Waterseer in the Barrens.','Ah. a vial of water created and blessed by Brine, and gathered by you, no less.$B$BThe liquid in this vial will be key in creating a sapta for you, but also used in one other task.$B$BThe sapta I create for you should be used to see the water spirits at the shrine in Silverpine Forest, south of the Undercity. The remaining drops, well, the remaining drops I will tell you about if you feel you are ready.$B$BAre you prepared for one more journey, $N?','Hello again. $N. You\'re looking well.$B$BWhat brings you back to me so soon?','','','','','',7810,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(221,2,10,0,23,29,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,173,0,0,222,0,0,0,'Worgen in the Woods','You might have noticed some larger worgen wandering around with the Shadow Weavers in the woods? From what we can tell. these Dark Runners make up the bulk of the worgen numbers.$B$BOn my rangings. I\'ve also noticed that they have overrun the Rotting Orchard southwest of town. These worgen are a bit tougher than the last you faced.$B$BBe on your guard.','Kill 12 Nightbane Dark Runner worgen for Calor in Darkshire.','You performed well against the Dark Runners. $N. But it seems as though their numbers are inexhaustible. Every time we make progress. more spring up to refill their ranks.$b$bWhat is the evil power that draws them here? Why have they come to disturb our unhappy realm...$b$bI will put my faith in Master Carevin. No doubt he will get to the bottom of the problem.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,205,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,1900,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(222,2,10,0,23,31,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,221,0,0,223,0,0,0,'Worgen in the Woods','Your previous accomplishments have convinced me that you are ready to take on the toughest worgen infesting the woods.$B$BOf the worgen that have made their new home here. the Vile Fangs and the Tainted Ones have proven the most dangerous. They\'ve settled down near some of the caves and in the mine to the south.$B$BFrom far away you can even see the light from their bonfires...','Kill 8 Nightbane Vile Fang and 8 Nightbane Tainted One worgen for Calor in Darkshire.','$N. to be honest with you, I did not believe that you would get this far, but you are clearly a $C to be reckoned with. In fact, if you wish to formally join Master Carevin\'s struggle, I will gladly write for you a letter of recommendation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,206,920,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,2200,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(223,2,10,0,23,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,222,0,0,0,2113,1,0,'Worgen in the Woods','Here you go. $N. Bring this message to Master Carevin.$B$B$B$BA few more like you, and we will outnumber the Night Watch! Perhaps then we could complete the work that we few carry on today.','Bring Calor\'s note to Jonathan Carevin.','Excuse me for my cold reception. $N, but as I\'m sure you can tell, I am an extremely busy man. I see that you have impressed Calor--and I assure you, that is no small feat--and that he has given his recommendation.$b$bThere are unsavory types afoot, $N, and we can use the help of all who have proven themselves. We battle against demons, the undead, and those who would provide them aid. Be vigilant, be wary, and trust none who would not give aid to our cause.$b$bGlory under the Light.','Yes. what is it? Make it quick, I\'ve pressing matters to attend to.','','','','','',2113,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2902,1547,0,0,0,0,1,1,0,0,0,0,5244,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,1920,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(224,2,38,0,10,12,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'In Defense of the King\'s Lands','We need to protect the Loch, $N! With so many of the King\'s soldiers fighting valiantly on remote battlefields, we\'ve become overwhelmed on the home front. Troggs are tunneling up from every crevice! The Trogg infestation poses the largest threat to Ironforge. These disgusting mutants must be destroyed.$B$BWe need you, brave adventurer, to venture forth and lay waste to the Trogg threat. Slay 10 Stonesplinter Troggs and 10 Stonesplinter Scouts and report back.','Mountaineer Cobbleflint of the southern guard tower wants you to kill 10 Stonesplinter Troggs and 10 Stonesplinter Scouts.','Well done, $N! You demonstrated uncanny courage on the battlefield. Our war against the Troggs will be won with efforts such as yours. You have served King Magni well.$b$bIf you fancy yourself well-suited for this kind of adventuring, I suggest you speak with Mountaineer Gravelgaw. The Captain has him assigned to a rough patrol that I am sure he can use some help with. Check with Gravelgaw just inside the tower.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1161,1162,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,0,0,0,5,0,0,0,47,0,0,0,0,250,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(225,2,10,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,0,'The Weathered Grave','The weathered grave marker reads simply:$B$BMORGAN LADIMORE$B$B','Speak with Sirra Von\'Indi in Darkshire.','Morgan Ladimore?$b$bAhh, yes, of course. His was a long and sorrowful tale. I knew him, well, before he left for the war, but that was the last time I saw him. A noble and good man, he was, but he suffered a bad end.$b$bHere, I should have something here that can tell the tale better than my own recollections...',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(226,2,10,0,19,21,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Wolves at Our Heels','Sven and I have dangerous days ahead of us, what with the Necromancer to the east and all. And out here alone as we are, we have to hunt for our own food. It seems every time I\'m heading back to camp with some meat on me, starving or rabid dire wolves come out of the forest wanting a bite. It goes without saying, living out here is dangerous work!$B$BBut if you can rid us of some of those wolves, we\'d have an easier time of it. They mostly prowl north and east of here, near the river.','Kill 12 Starving Dire Wolves and 8 Rabid Dire Wolves, then return to Lars at Sven\'s Camp on the western border of Duskwood.','Oh good. You thinned out that pack quite a bit, and without those wolves nipping out our heels, we can bind our minds to dealing with Morbent Fel.$B$BHere, take some of these Flash Bundles. They make them in town, and a lot have been donated to Sven to help with his cause.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,213,565,0,0,12,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1127,0,0,0,5,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(227,2,10,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,225,0,0,228,0,0,0,'Morgan Ladimore','$B$BIf you would like to know more, you might ask Althea, she\'s been the one to handle the... trouble... with him of late.','Speak with Commander Althea Ebonlocke in Darkshire.','Morgan Ladimore? Never heard of...$b$bOh, you mean Mor\'Ladim! I guess you haven\'t heard the story?$b$bWell, I\'ll give you the short version. A wandering undead calling itself Mor\'Ladim has been wandering Duskwood. From what we\'ve gathered, it appears to be the undead body of Morgan Ladimore, of whom you apparently know. He\'s been causing us all sorts of problems, attacking Watchmen on patrol and killing people.$b$b$b$bYou seem to be capable enough, maybe you could lay him to rest.',NULL,NULL,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,2154,0,0,0,1,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(228,2,10,0,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,227,0,0,229,0,0,0,'Mor\'Ladim','From what my scouts tell me. Mor\'Ladim wanders throughout Duskwood, following a strange and meandering path through the cemetery. We buried him out past the house on the hill, you know where that is?$B$BThere isn\'t anything I can do to help you, but I wish you good luck.','Kill Mor\'Ladim. then return his skull to Commander Althea Ebonlocke in Darkshire.','You killed him? That\'s no small accomplishment, $N! On behalf of the people of Darkshire and the Night Watch, I thank you.$B$BAh... there is one small matter, however...','I don\'t blame you if you\'re having trouble with him. $N. Some of our strongest Watchers have been lost to Mor\'Ladim.','','','','','',3514,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(229,2,10,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,228,0,0,231,0,0,0,'The Daughter Who Lived','I should have told you this earlier...$B$BHow do I put this...$B$BMorgan may have believed that his family was all dead, but, in fact, his daughter Sarah Ladimore is now a Watcher. She\'s always been troubled by the... circumstances... surrounding her father\'s death. Perhaps you could go to bring the news to her.','Speak with Watcher Sarah Ladimore in Darkshire.','Yes? My father...$B$B$B$BI wish... there was something I could have done for him... If only I had talked to him before he...',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(230,2,10,0,21,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,95,0,0,262,2161,1,0,'Sven\'s Camp','Digging through the mound. you find a small, dirt-stained book.$B$BThe book has no title, but...it has information Sven would like to know.','Bring the Book from Sven\'s Farm to Sven.','$B$BThat shadowy figure I saw was a witness to my family\'s death! There are questions I\'d like to ask that man...if only I knew who he was!','You found what?? Please. let me see it...','','','','','',2161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(231,2,10,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,229,0,0,0,2162,1,0,'A Daughter\'s Love','Here. take this and lay it on his grave. Maybe... somehow, he\'ll know that I\'m okay, and that none of us hold him responsible for what happened.$B$B$B$BAnd... thank you, $N.','Take Sarah Ladimore\'s ring to Morgan Ladimore\'s grave.','$B$BThis is...? Sarah? Could it be she\'s still alive? The weight is removed from my shoulders...$B$B$N. Take my sword. Archeus. As my soul is put to rest, I have no more need for it. It was forged to do good, and though I have proved myself unworthy to hold it, perhaps you will carry on the Light through it.$B$BLys, my love...','Leave me be...','','','','','',2162,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(232,2,85,0,38,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,238,8525,1,0,'Errand for Apothecary Zinge','The Royal Apothecary Society needs your assistance. Listen closely. and both of us may profit from my plan.$B$BApothecary Keever in the next room may be... touched... but his research does potentially bear fruit if it were pursued by a clever researcher. Fortunately, I am such a researcher. I want you to take this purchase order to Alessandro Luca, the proprietor of Blue Moon Odds and Ends , he\'ll give you a testing kit. When you have it, bring it back to me and I\'ll outline your task in detail.','Take the purchase order to Alessandro Luca in the Undercity.','Ah. Zinge needs a kit, does she? It saddens me that Zinge does not choose to grace myself with her sweet presence.$b$bVery well, let me procure a kit for you.','Yes. and what may I assist you with? Are you here on business for the Royal Apothecary Society, or have you arrived here merely to brighten my day?','','','','','',8525,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(233,2,132,0,1,3,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,2187,1,0,'Coldridge Valley Mail Delivery','Hm. I don\'t suppose you\'d be willing to do a favor for me, $G lad : lass;? A stack of letters came through the pass today, but I don\'t have the time to send them along.$B$BThey\'re all addressed to Talin Keeneye. You can find him to the west down the road. He\'s set up camp next to the frozen lake.$B$BWhat do you say?','Deliver the stack of letters to Talin Keeneye.','Thank you. I\'ve been waiting for these letters for quite some time...$b$bUnfortunately, these letters aren\'t all for me. This one is addressed to Grelin Whitebeard. He\'s not too far away if you\'d like to deliver it to him.','Yes? Do you have something for me?','','','','','',2187,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(234,2,132,0,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,233,0,0,0,2188,1,0,'Coldridge Valley Mail Delivery','If I remember correctly. Grelin\'s camp is down the road to the southeast. No doubt he\'ll be eager to get his mail.','Deliver the letter to Grelin Whitebeard.','Ahh. excellent. It\'s been a while since I received word from Ironforge.','Is there something I can help you with?','','','','','',2188,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,150,150,0,0,0,0,7,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(235,2,1637,0,18,20,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,235,0,0,0,0,'The Ashenvale Hunt','Attention, young adventurers! The wilds of Ashenvale await you!$B$BThe Horde has established a strong presence in the lands north of the Barrens. Our two outposts - Splintertree Post and the Zoram Strand Outpost - strive to bring glory to the Horde! Those who would prove themselves should seek out guidance there. Of note: Senani Thunderheart in Splintertree Post, directly north of the Barrens, seeks adventurers willing to take part in a great hunt of Ashenvale!','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','Welcome to the new frontier, $n. Ashenvale is a land of opportunity, one where a young $c like yourself is able to find boundless chances to prove their mettle. Look around the outpost here, and be sure to travel out to the Zoram Strand, as the Horde has another outpost there as well.$B$BYour presence here tells me that you\'ve come to learn more about the hunt. Listen close, and I will gladly share with you what you need to know.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(237,2,38,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,224,0,0,0,0,0,0,'In Defense of the King\'s Lands','Mountaineer Cobbleflint had nothing but good things to say about you, $r. For that reason I am going to entrust upon you a mission of utmost importance. We need to keep pressure on the invading Trogg forces until our Dwarven brethren return from the Alliance front.$b$bSet forth into the southern hills and kill 10 Stonesplinter Skullthumpers and 10 Stonesplinter Seers. Your attacks will buy us some time. Report back when your mission is complete.','Mountaineer Gravelgaw in the southern guard tower wants you to kill 10 Stonesplinter Skullthumpers and 10 Stonesplinter Seers and report back to him.','You accomplished your mission well, $R. The King himself would be proud.$B$BThe reinforcements promised to us never showed, however. Apparently the Alliance front is a sea of crimson from the blood of our fallen brethren. The news of the losses leaves a bitter taste in one\'s mouth. But we must not let their deaths go for naught. We must rally in these grim times and bring glory back to the Alliance.$B$BSpeak with Mountaineer Wallbang for reassignment. You\'re needed now more than ever.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1163,1166,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,858,0,0,0,3,0,0,0,47,0,0,0,0,250,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(238,2,85,0,38,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,232,0,0,243,8523,1,0,'Errand for Apothecary Zinge','The kit is ready. $N. No doubt that Apothecary Zinge will want this as soon as possible. Take it to her without delay, and let her know that I will add the cost of the kit to the Society\'s tab. Also, please extend to her my warmest salutations.$B$BWell, don\'t just stand there. Such is the life of a simple courier, yes?','Bring the Field Sampling Kit to Apothecary Zinge in the Undercity.','Good - it pleases me to be working with someone who takes pride in not wasting my time.$b$bAfter I make some adjustments to this kit. you\'ll be ready to head out into the field. You\'ll be using it to collect some vital data to the task at hand.$b$bIt will take just a moment for me to finish the modifications. While you are waiting, you should probably start thinking about what you\'d like to bring to the desert with you.$b$bYes, I said the desert.','Yes. I think Luca is as disturbing as you do. It matters not - hand me the field sampling kit. I will need to make some adjustments to it in order to survey for the proper base materials.$b$bYou have the kit, don\'t you?','','','','','',8523,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(239,2,12,0,6,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,'Westbrook Garrison Needs Help!','The Garrison on our western border sends word of increasing gnoll and thief activity. They\'re requesting we send more Stormwind soldiers... but we just don\'t have any to spare!$B$BIf you can help, we could use it. Go and speak with Deputy Rainer at the Westbrook Garrison and see what he needs done.$B$BThe Garrison is down the road to the west. After you cross the bridge over the small brook it will be to the right.','Go to the Westbrook Garrison and speak with Deputy Rainer.','Marshall Dughan sent you, eh? Well you\'re not from the army, but if Dughan sent you then that\'s good enough for me!$b$bOur situation is, to say the least, a stressed one. I hope you can give us a hand.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(240,2,10,0,17,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,93,0,0,0,2250,1,0,'Return to Jitters','And here we are - \"Crab\" Cakes ala Grual!','Return to Jitters with the Dusky Crab Cakes.','Aha! Thank you. $N. Those really hit the spot!$B$BAnd here, please let me pay you for these!','$N. you\'re here! Do you have my food?!?','','','','','',2250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,1200,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(243,2,85,0,38,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,238,0,0,379,8523,1,0,'Into the Field','You will be headed to the Tanaris desert, testing the tissue consistency of the basilisks, scorpids, and hyena native there. Obtain tissue samples and use them with the testing kit in tow , expect a chunk of the samples to fail. I need eight acceptable samples of each creature type.$B$BIn addition, the goblins of Gadgetzan have a power source that must be used with this kind of modified kit. Speak to Chief Engineer Bilgewhizzle and acquire one for the kit.$B$BReturn to me only when you are successful.','Speak to Chief Engineer Bilgewhizzle in Gadgetzan about getting a power source for the testing kit.','Ah, our model 4711-FTZ power sources! We normally use them to power the water wells, but THANKS TO THE VILE NOMADS, we have an over abundance of power sources right now.$b$bSure, I can get you a power source for whatever nefarious science experiment you think you\'re trying to hide from me. It ain\'t gonna be free though, $R. Nothing\'s free in Gadgetzan.',NULL,NULL,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,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(244,2,44,0,11,16,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,246,0,0,0,'Encroaching Gnolls','Hail, $C. I am charged to patrol this stretch of road. Although the road is safe for now, I\'ve seen gnoll encampments to the north and east of here.$B$BLakeshire must know of the gathering gnoll force! Report to Deputy Feldon in Lakeshire and tell him of the gnolls. Do this, and I\'m sure Feldon will offer you a scout\'s wage.$B$BFeldon\'s usually inspecting the area south of the bridge to Lakeshire.','Report to Deputy Feldon.','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,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,200,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(245,2,10,0,17,21,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Eight-Legged Menaces','Hail, $C. Perhaps you\'ve seen those spiders that have taken over the western border? The eight-legged menaces are too much for us to handle, and the Commander hasn\'t enough manpower to spare so far from Darkshire.$B$BI hate to ask this of you, but you seem like you might be able to handle them. I can\'t promise you anything of great value, but I can reward you if you can help root out the filthy bugs.$B$BOh, and a word of advice, you\'ll want to avoid their venom if you can.','Kill 15 Pygmy Venom Web Spiders, and then report back to Watcher Dodds in Duskwood.','Ah! You\'re back. And not too much worse for wear, it\'d seem. Of course, $N, the Night Watch is grateful for your work, and I did promise you a reward, so here.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,539,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3559,0,0,0,1,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(246,2,44,0,11,17,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,244,0,0,0,0,0,0,'Assessing the Threat','We don\'t have men to spare, but something must be done about those gnolls you reported to me.$B$BScout southern Redridge for gnolls. Harry them, kill those you can and report back to me with a count of their numbers and an assessment of the threat they present. You may find those gnolls camped all along the southern road of Redridge.$B$BDo this for the Stormwind Army, $N, and you will be rewarded.','Kill 10 Redridge Mongrels and 6 Redridge Poachers, then report back to Deputy Feldon in Lakeshire.','$b$bThere\'s a sizable force of gnolls encamped there, and from what you tell me they are tough ones. It must not have been easy for you to gather this intelligence.$b$bHere you are, $N. We are grateful for your aid.$b$bAnd if you haven\'t already done so, speak with Marshal Marris and Magistrate Solomon within Lakeshire. Our situation grows ever more desperate - those two will have need of you I\'m sure.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,424,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,700,570,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(247,2,331,0,20,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Hunt Completed','Ursangous$B$BThe bear wanders a path close to where the Talondeep Path lies, due west of Mystral Lake and the Alliance outpost of Silverwind Refuge. While he is the easiest of the three creatures you will face on the Ashenvale Hunt, he should not be trifled with. His presence is a constant threat to travellers who sojourn between Ashenvale and Stonetalon Mountains.$B$BShadumbra$B$BThis nightsaber is rumoured to be docile in the presence of night elves and their allies, which makes her an even more worthy opponent. Shadumbras\' hunting path takes her from the Raynewood Retreat to our west, ultimately to lands due west of there. Her fur is the color of pitch, and her speed is not to be underestimated.$B$BSharptalon$B$BThe mightiest of all the creatures that make up the Ashenvale Hunt, Sharptalon is let to wander freely by the self-proclaimed guardians of this land, the night elves. Sharptalon patrols for prey to the south of here, taking delight in rendering the unsuspecting and unaware traveller limb from limb. To bring down such a beast would be the mightiest of hauls. I wish you luck in the hunt for this creature.','Bring one Ursangous\'s Paw, one Shadumbra\'s Head and one Sharptalon\'s Claw to Senani Thunderheart in Splintertree Post.','$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,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,16658,0,0,0,1,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(248,2,12,0,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,94,0,0,0,1083,1,0,'Looking Further','I have been watching the Tower of Ilgalar. and can detect that Morganth is in conflict with the Orcs in Stonewatch Keep. I do not know the reason behind their contention, but you may aid me in unraveling this mystery.$B$BTake another Glyph of Azora, then go to the top of the intact watch tower beside Stonewatch Keep.$B$BFind a suitable object on which to place the Glyph. A chest or a jar -- some place where the glyph will not be noticed -- will suit my purpose.','Climb the intact watch tower beside Stonewatch Keep.$B$BFind a suitable container to place the Glyph of Azora.','It is a suitable vessel for the Glyph of Azora. allowing Theocritus to delve into the minds within Stonewatch Keep.','This jar once held a foul-smelling liquor. but now lies empty and forgotten on a pair of barrels.','','','','','',1083,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(249,2,12,0,20,27,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,248,0,0,0,0,0,0,'Morganth','After much observation. I have discovered Morganth\'s plans.$B$BHe searches for the Scythe of Elune...and he may have found it! If he has. then the Redridge Mountains. and the kingdom of Stormwind. will soon feel his dark might.$B$BI am not prepared to pit myself against Morganth, but I fear he must be dealt with now. So you must enter the Tower of Ilgalar and face Morganth.$B$BDefeat him, and bring me his Pendant of Shadow. Do this, and the kingdom will owe you much.','Defeat Morganth.$B$BBring his Pendant of Shadow to Theocritus at the Tower of Azora in Elwynn Forest.','You have done well. $N. In defeating the warlock Morganth. Stormwind is saved from a grave peril.$B$BI offer you this reward most humbly. And I would bid you peace. if these were peaceful times.$B$BBut instead. I will bid you luck with your trials, and victory in the conflicts ahead.','Hurry. $N. before my fears of Morganth spreading his power are made real!','','','','','',3617,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5274,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(250,2,38,0,16,18,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,199,0,0,0,'A Dark Threat Looms','Thank the stars someone is concerned about the well-being of the Dam. First the destruction of the Thandol Span and then the pillaging of Dun Modr! I have no doubt that the Dam will be the target of the next Dark Iron threat. Most of the security detail here was reassigned to the Alliance Front, including my top inspector.$B$BThat\'s why I need you, $N. I spotted some Dark Iron Sappers milling about the eastern ramp of the Dam. Investigate the area and bring back a clue.','Investigate the area near the eastern ramp of the Dam and bring Chief Engineer Hinderweir a clue that might reveal what the Dark Iron Dwarves are up to.','The suspicious looking barrel contains a strange smelling powder.',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(251,2,10,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,401,1637,1,0,'Translate Abercrombie\'s Note','Take the note you gave me to Sirra Von\'Indi. He\'s very learned in languages and ancient arts - if anyone here can translate this message. it\'s he.','Bring the Letter to Ello to Sirra Von\'Indi.','','A note from Abercrombie the hermit. eh? I don\'t know him, though if he lives out at the graveyard then I do know his brains have rotted out!','','','','','',1637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(252,2,10,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,253,1656,1,0,'Translation to Ello','Oh my! If what is written on this note is true. then Abercrombie\'s done something...unspeakable.$B$BYou better bring the translated note back to Ello.$B$BAnd do so quickly, for I fear a doom already lumbers toward our town...','Bring the Translated Letter to Lord Ello Ebonlocke','$b$bAlthough the aid you gave Abercrombie may have been motivated from kindness. your actions have doomed our town.$b$b','Ah. is the note translated? Please, let me see it...','','','','','',1656,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(253,2,10,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,'Bride of the Embalmer','The Embalmer is a name told in one of our children\'s stories. He was a kindly alchemist. driven mad by the death of his wife, Eliza. To restore her, he used dark magic to place his own heart within the bosom of his dead spouse.$B$BThis revived Eliza...but it cursed her with a hunger for human flesh, forcing the Embalmer to keep her buried.$B$BHis heart is his power. Find his wife\'s grave, retrieve his heart, and bring it to me while it still beats. Do this and his power will be broken.','Find Eliza\'s grave. Retrieve the Embalmer\'s Heart from her. then return to Ello Ebonlocke.','You\'ve done it! The magic within his heart will be proof against the Embalmer\'s evil. and a powerful aegis over the town of Darkshire.$B$BYou have done a great thing for our people, $N. Your name will remain in our annals forever.','Have you yet found Eliza\'s grave? Do you have the Embalmer\'s heart?','','','','','',2382,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3560,6223,0,0,1,1,0,0,469,0,0,0,0,500,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(254,2,10,0,20,35,0,0,0,0,0,0,0,0,0,0,0,8,0,0,-253,0,0,0,0,0,0,'Digging Through the Dirt','','','You dig through the semi-loose dirt over the grave...and find the remains of a coffin.$B$BWithin the coffin you can feel the vibrating scrapes of clawed fingers and the gnashing of rotted teeth...$B$BWill you open the coffin and retrieve the Embalmer\'s heart?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,254),(255,2,38,0,15,19,1,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Mercenaries','Two months just to hear from Ironforge that we\'ll be spared a handful of soldiers for our own defense, and another two months until they arrive! Bad enough that our town goes unprotected, but the excavation and the dam--the dam!--are open to attacks as well.$b$bI\'ve no choice then, it seems. I\'ll need hired arms.$b$bHow about you? You seem a likely sort, $c. A group of ogres has set up camp on the northeast of the lake. Perhaps you will be the one to remove the threat to our town?','Magistrate Bluntnose of Thelsamar has hired you to kill 4 Mo\'grosh Ogres. 4 Mo\'grosh Brutes and 4 Mo\'grosh Enforcers.','Ah. this is excellent news! Your efforts are greatly appreciated by myself and the people of Thelsamar. Better yet, if we can solve the ogre problem, we\'ll be able to shift our focus to those Light-burning troggs.','Have you had any luck?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,1180,1179,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,2000,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(256,2,38,0,9,22,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Chok\'sul','By order of the Magistrate of Thelsamar:$B$BChok\'sul. the ogre presumed to be the leader and coordinator of attacks against the town of Thelsamar, Stonewrought Dam, and the excavation site, is wanted dead through any means necessary.$B$BMonetary compensation will be provided when proof is brought to the Magistrate of Chok\'sul\'s death.$B$BChok\'sul was last seen at the ogre encampment in the northeastern part of Loch Modan.','Kill Chok\'sul and bring his head to Magistrate Bluntnose of Thelsamar.','Yech! What is that thing? And why would you bring it...$b$bBloody--! Is it? Well. Light burn me, is that the head of that bloody ogre? This certainly is a catch then! Here, your reward and the thanks of myself and the people of Thelsamar.','Yes? Is there something I can do for you?','','','','','',2561,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6189,6191,0,0,0,0,1,1,0,0,0,0,1449,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(257,2,38,0,11,16,0,1101,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,258,0,0,0,'A Hunter\'s Boast','Think you can match wits with Daryl the Bold, huh? I should think not! Of course, you\'re more than welcome to try. Here\'s a challenge that should prove to be above your abilities, so don\'t feel too bad if you can\'t face up to it.$b$bA flock of buzzards has nested here in Loch Modan. Why don\'t you try to take down some of the beasts? Tell you what, if you meet my challenge in fifteen minutes, I\'ll give you my bow or gun.$b$b$b$bIt seems you haven\'t much to lose, anyways.','Kill 6 Mountain Buzzards and return to Daryl the Youngling in the Farstrider Lodge within 15 minutes.','What? Success?$B$BTake it from me, $N, 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.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1194,0,0,0,6,0,0,0,0,0,0,0,2903,2904,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(258,2,38,0,11,17,0,1101,0,0,0,0,0,0,0,0,720,0,0,0,257,0,0,0,0,0,0,'A Hunter\'s Challenge','$nath. is it? I can tell you\'re bursting with pride over completing the first test, hm? As I told you before, it\'s no large feat.$b$bYou should try your hand at boar hunting. Trust me, this is no Coldridge Valley boar hunt, so you\'d best have a care with them. I\'ll give you just twelve minutes this time.$b$bDon\'t feel bad if you fail. I\'d give you the shirt off my back if you succeeded!$b$bHave I ever related to you the story of how I received my famous scar? No? It was two years ago...','Kill 5 Elder Mountain Boars and return to Daryl the Youngling in the Farstrider Lodge within 12 minutes.','You seem a bit worse for wear. No doubt the boars gave you some trouble, hm? No worries, I will be discreet about your struggle, I can imagine how hard it must be for you without the accusations of wagging tongues.$B$BOh! You managed to kill the boars? I... well, that is... that is to say, I\'m not surprised! Any child could have--bet?$B$BWhat bet?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1192,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,859,3572,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(261,2,405,0,34,39,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,6141,0,0,1052,0,0,0,'Down the Scarlet Path','I will be frank. We are at war with the Scourge. It is an evil that corrupts our people and infects our land. It must be stopped before it overwhelms us and drags our world into shadow. We of the Scarlet Crusade have sworn to fight the Scourge with body and soul.$B$BIf you are with us. then gather your courage and prove your allegiance--destroy the undead ravagers of Desolace, in the Valley of Bones to the south.$B$BDo this, and the Crusade will embrace you.','Destroy 30 Undead Ravagers. then return to Brother Anton at Nijel\'s Point.','You have proven your resolve, and the Scarlet Crusade commends you.$B$BIf you do not shy from righteous slaughter, then perhaps your path lies with us...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11561,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(262,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,230,0,0,265,2161,1,0,'The Shadowy Figure','I must know who was that skulker in the shadows I saw the night my family was killed!$B$BPlease. $N, you have shown your resourcefulness. Please find that shadowy figure. I must learn what secrets he holds!$B$BI do not have clues that you do not already know, but here - take the book you found at my farm. Perhaps some of the townsfolk can link this book with its owner.','Take the book you found at Sven\'s farm and show it to townsfolk in Darkshire.','Hmm... Someone handled this book recently. someone who is driven by revenge. But the impressions left on it, at least the impressions from the original owner, are faint.$b$bI can tell, however, that the original owner of this book is not a native of Darkshire.','If you have something that belongs to the shadowy figure for whom you seek. then let me see it. I may be able to divine something of its owner.','','','','','',2161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(263,2,38,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,237,0,0,0,0,0,0,'In Defense of the King\'s Lands','The Mountaineers tell me you are quite brave and capable. $N. We need a $R like you around here. The Trogg problem isn\'t getting any better. The reserves have been called to the front and we\'re all alone out here. But now that we have a seasoned $C here, let\'s see what you can do.$B$BGo out and kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers. Let\'s see if you live up to your reputation, Trogg-Slayer.','Mountaineer Wallbang in the southern guard tower wants you to kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers.','I knew the second I laid eyes on you. $N, that you would make Ironforge proud. You have served King Magni well. Now that you\'ve proven yourself to be such a loyal aid to the Kingdom, perhaps you should talk with the Captain to see if he\'ll entrust you with a higher detail.$B$BI salute you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1197,1164,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,0,0,0,3,0,0,0,47,0,0,0,0,250,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(264,2,215,0,12,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6145,1,0,'Until Death Do Us Part','Filthy scum! Leaves me for his damn crusade. Because \"the Light is the most important thing we have against the threats the undead pose.\"$B$BWell. what about his children?! What about ME?! Night after night I sat patiently waiting for him... always second to his blasted duty!$B$BWell, witness what \"justice\" brings you, $N! He\'s dead and I\'m bearing the very thing he was trying to stop!$B$BTake this piece of junk and put it on his tomb at the Sepulcher. I want nothing to do with it anymore... or him!','Place Clarice\'s Pendant on Yuriv\'s Tomb in Silverpine.','You place the worthless pendant on the grave. and the gemstone within the setting seems to dull noticeably.$b$bAs you stand to leave, you look down at the pendant , it lies lifelessly over the hands of the relief sculpted into the top of the coffin. Your thoughts are interrupted by a stiff, cool breeze passing over the Sepulcher. For a moment everything around you is silent.','The stone is cold to the touch. but has obviously been abused. Trash litters the area , nicks and gashes decorate the relief atop the coffin , and the foliage around the grave has started to grow over the site.$b$bNo one cares for whoever is buried here, especially not any victims of the plague.','','','','','',6145,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(265,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,262,0,0,266,2161,1,0,'The Shadowy Search Continues','Here is your book back. $N, and I bid you fortune with your search. If you ask others in town, perhaps they can offer you more clues.$B$BAnd here is one more for you - although the author of this book is a stranger to Darkshire, the book itself was purchased here.','See if other townsfolk have clues about the shadowy figure.','Ah. yes. I sold this book a month ago to a shady person. He didn\'t tell me his name, but he was a nervous, jittery chap, always looking over his shoulder.$B$BI hope that helps you...','Sometimes I\'ll sell blank books to scholars and mages. or to anyone who wants to keep a journal.$B$BI remember well everyone to whom I sold a book within the last few months...','','','','','',2161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(266,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,265,0,0,453,2161,1,0,'Inquire at the Inn','Here is your book. and good luck with your inquiries.$B$BYou might want to expand your search to the inn. If the person whom you seek spent time in town, then chances are someone saw him there.','Search the inn for clues about the shadowy figure.','Oh yeah. I remember this book. Its owner rented a room for a few days, and spent his nights at the bar, writing.$B$BHe left town in a hurry, muttering about being hunted by...something. Last I saw him he was heading west out of town, looking for a new spot to hide.$B$BThe first place he\'d find to the west is Raven Hill...','The Scarlet Raven doesn\'t see the business it used to. but we still do get travelers passing through.$B$BIf you can describe the person you\'re looking for, maybe I\'ll remember him.','','','','','',2161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(267,2,38,0,10,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Trogg Threat','$C, you may or may not be aware of the Trogg threat looming over Dwarven lands. With the Ironforge Reserve called up to the Alliance Front, we are left with a fraction of the defense forces needed to keep these lands safe. My regiment is assigned to watch over the Gate here and we cannot leave our post for fear of invasion.$B$BBut we need some pressure put on those damned Troggs lurking in the hills. If you\'re up to the task, wage an assault on the Troggs. Bring me back 8 Trogg Stone Teeth as proof.','Bring 8 Trogg Stone Teeth to Captain Rugelfuss in the southern guard tower.','I am quite impressed, $N. You have done the Dwarven race a great favor by defending our lands. King Magni Bronzebeard himself would be proud!','Do you have 8 Trogg Stone Teeth to show me? If not, there is still work to be done, $N.','','','','','',2536,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(268,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,453,0,0,323,2560,1,0,'Return to Sven','The book you found was only half finished. I had to leave it at Sven\'s farm when I fled there...$B$BHere. Take my completed journal to Sven. It describes more fully what happened at his farm.$B$BAlthough this journal has been my only company these past weeks. if giving it up keeps me from having to face Sven and his wrath, then I do it willingly!','Return to Sven with Jitters\' completed journal.','This journal explains much to me. and sets me on the path against the dark riders! I have seen these riders in Duskwood, and have seen them speak with the wizard Morbent Fel, at the Forlorn Rowe.','Did you find who the Shadowy Figure was?','','','','','',2560,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(269,2,10,0,20,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,323,0,0,270,2560,1,0,'Seeking Wisdom','Go to the city of Stormwind and speak with Bishop Farthing in the Cathedral of Light. Give him Jitters\' journal and tell him you mean to face Morbent Fel.$B$BAlthough Stormwind has forsaken Darkshire. Farthing is a kind soul and very wise. He may help you on your quest to save us.$B$BYour mission is perilous, but hurry, $N. With each passing hour, the shadows of Duskwood grow ever darker.','Give Jitters\' Completed Journal to Bishop Farthing in Stormwind.','$B$BAn evil taint has gained a foothold within the already beleaguered Duskwood. I thank the Light we have a hero such as you to face it.$B$BBut you must first prepare yourself for the coming trial...for the Necromancer Morbent Fel is immensely powerful. and has cast dark enchantments about himself to protect him from physical assaults. If you are to defeat him, you will need a weapon that is proof against these protections.','Rest. $gbrother:sister ,. I can tell you have traveled far, and you bear a heavy burden. Can you tell me what casts that dark shadow over you?','','','','','',2560,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,7,25,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(270,2,10,0,24,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,269,0,0,321,0,0,0,'The Doomed Fleet','Years ago, the Third Fleet of Kul\'Tiras sunk along the coasts of The Wetlands, an expanse of marsh north of the Dwarven kingdom of Ironforge. Aboard one ship was a load of Lightforge Iron.$B$BThis metal is precious to us, for items crafted from it strike with holy truth. If you are to face Morbent Fel, then you will need such a weapon.$B$BGo to Menethil Harbor and speak with my dwarven colleague Glorin Steelbrow. If that lost metal can be found, he\'ll know where to look.','Go to Menethil Harbor in the Wetlands, and speak with Glorin Steelbrow.','Lightforge Iron is a precious metal, but it sounds like your quest is a dire one. You\'ve come a long way, $gBrother:Sister;. With luck, you might just find what you seek!$B$BAnd if you do get the iron, I know who can fashion it into a weapon against this Necromancer you speak of in Duskwood.',NULL,NULL,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,0,0,0,0,0,469,54,72,0,0,19,19,75,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(271,2,38,0,15,20,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,258,0,0,531,0,0,0,'Vyrin\'s Revenge','I don\'t suppose you\'d be interested in a little payback for His Boldness? Daryl does have some skill, it pains me to say.$b$bA year ago, a large bear had been the target of the Farstrider Lodge, but none of the hunters had any luck with him. So, Daryl thought he\'d try his hand against him. All he had to show for his effort was that ugly scar over his eye.$b$bKill the bear, and I\'m sure even Daryl would be speechless for once.$b$bThe bear, Ol\' Sooty, can be found around his lair in the hills over Thelsamar.','Kill Ol\' Sooty then show your handiwork to Daryl the Youngling at the Farstrider Lodge.','Er... what\'s this? A bear\'s head, by the looks at it.$B$B$B$BWell, that\'s quite an interesting kill you have yourself there. Couldn\'t be that bear from back then...$B$B$B$BOh, take that away take it away! Get that grisly thing out of here!','Ah, $N! Back so soon? No doubt you\'ve been at the hunt again? Don\'t worry if you\'ve had some setbacks, in the long run it will make you better!$B$B... You couldn\'t get much worse, anyway...',NULL,NULL,NULL,NULL,NULL,2713,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(272,2,-263,0,16,0,0,32,0,0,0,0,0,0,0,0,0,0,0,0,29,0,0,31,0,0,0,'Trial of the Sea Lion','For the second trial, you\'ll need the two halves that make the Pendant of the Sea Lion. One half draws power from the agility of the sea lion aspect, gliding through water; the other draws power from the incredible endurance of the sea lion aspect. Druids draw on both these traits equally to embody the aspect of their aquatic form.$B$BSpeak with the locals of Moonglade to learn where the parts may lie, and bring both here to join them together. Once formed, take the pendant to Dendrite Starblaze.','Find the Half Pendant of Aquatic Agility and the Half Pendant of Aquatic Endurance. Speak with the residents of Moonglade to learn clues as to where these items may be located.$B$BForm the Pendant of the Sea Lion from the two pendant halves. You need to be in proximity of the Shrine of Remulos to do this.$B$BBring the joined pendant to Dendrite Starblaze in the village of Nighthaven, Moonglade.','You\'ve completed the Trial of the Sea Lion. $N - congratulations.$B$BEach task in acquiring the pendant shows that both agility and endurance are necessary to act in harmony with what you desire to do underwater. Neither can exist without the other, and both cannot be done without you willingness to embrace the aspect of the sea lion.$B$BRemember these lessons well, and count on them once you have gained your aquatic form.','Have you formed your pendant for me to inspect. $N? If you need help in locating the parts, try asking the local populace for information. Not only will you find what you seek, but it will give you a reason to explore this wondrous and sacred glade.','','','','','',15885,0,0,0,1,0,0,0,1,1,0,0,15883,15882,0,0,1,1,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(273,2,38,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,302,0,0,454,0,0,0,'Resupplying the Excavation','It\'s not too late though. you\'re welcome to go look for Huldar. He can\'t have made it very far, strong as they are, Miran and Saean can only move so fast laden down with those barrels.$B$BThey\'re taking the normal route to the site, leaving south out of town and following the curve of the Loch.$B$BShouldn\'t have a problem finding them unless they\'ve already gotten there.','Speak with Huldar.','Hmph. it\'ll take more than a Dark Iron ambush to stop the deliveries!$b$bBut Saean... I would never have suspected him to be one of their sympathizers. We\'ve been working with him for almost a year now... maybe I missed the signs.$b$bWell, I\'ll consider that later.','','Find Huldar. Miran, and Saean','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(274,2,11,0,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,161,0,0,278,2609,1,0,'A Dark Threat Looms','This ain\'t no ordinary blast powder. Look at the tiny silver crystals. And the distinct smell! Why it\'s clear as daylight that this is Seaforium Powder. Seaforium is harmless enough. But once it\'s wet it could blow Ironforge out of the mountain.$b$bThe chemical reaction can be defused by mixing four components: lurker venom, crushed Mo\'Grosh crystal, a crocolisk tear and this disarming colloid. Now tell Hinderweir before it\'s too late!','Ashlan Stonesmirk wants you to return to Chief Engineer Hinderweir and inform him of the new discovery.','A disarming colloid? For Seaforium? Oh heavens!','What is that you bring from Ashlan?',NULL,NULL,NULL,NULL,NULL,2609,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(275,2,11,0,20,26,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,277,0,0,0,0,0,0,'Blisters on The Land','I do not know why, but a festering grows within the Wetlands. Fen Creepers have risen. They are diseased, fevered blisters on the land, and for the fever to break they must be dispatched and allowed to settle back into the marshes.$B$BThe Fen Creepers shamble amidst the waterways of the Wetlands.','Kill 8 Fen Creepers, then return to Rethiel the Greenwarden in the Wetlands.','This land is soothed by your efforts, and for this I will grant you a boon.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1040,0,0,0,8,0,0,0,0,0,0,0,3558,1273,2263,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(276,2,11,0,20,21,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,463,277,0,277,0,0,0,'Tramping Paws','The Mosshide Gnolls have lived in the Wetlands peacefully for many years. but now grow in numbers. Their feet stamp flat the fen\'s bushes and flowers, and their foul axes cut too much wood to fuel their fires.$B$BThey are no longer in balance with the land. For the Wetlands to survive, the Gnolls must be reduced.$B$BKill 15 Mosshide Gnolls and 10 Mosshide Mongrels. Hunt them to the south, near the Dwarven gate of Algaz. After you do this, return to me.','Kill 15 Mosshide Gnolls and 10 Mosshide Mongrels. then return to Rethiel the Greenwarden in the Wetlands.','By reducing the Gnolls\' number, you have tended to the health of the Wetlands. Although my faith in your people has been taxed in the past, $R, it may yet be restored.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1007,1008,0,0,15,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(277,2,11,0,20,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,276,275,0,275,0,0,0,'Fire Taboo','The Mosshides are cutting the trees of the Wetlands. using the trees\' flesh to warm themselves with fire. I will suffer this pain no longer!$B$BRid the Mosshides of their crude flints, the tools they use to make fire. The flints are borne by all Mosshides except the smaller Mosshide gnolls and Mosshide mongrels.','Bring Rethiel the Greenwarden 9 Crude Flints.','... thank you. I will smash these flints and cast them into the sea. so that they may never again be used to burn living wood.','Do you have the Gnolls\' tools for fire?','','','','','',2611,0,0,0,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,4606,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(278,2,38,0,16,18,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,274,0,0,280,0,0,0,'A Dark Threat Looms','Begin collecting the disarming materials immediately. $N. Lurker Venom can be found on the indigenous spiders in Loch Modan. Crocolisk tears are found here in the Loch as well. But a Mo\'Grosh crystal will be very difficult to procure. The ogres to the northeast mine them but the crystals are a very rare commodity.$b$bWe need to be prepared to defuse a Dark Iron attack! Return to me once you\'ve collected the needed items and I will prepare the mixture.','Chief Engineer Hinderweir wants you to gather Lurker Venom. a Mo\'grosh Crystal, and a Crocolisk Tear.','Just in time. $N!','Do you have the needed items? Time is of the essence!!','','','','','',2606,2607,2939,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(279,2,11,0,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,281,0,281,0,0,0,'Claws from the Deep','Murlocs are crawling out from the deep waters and building their villages on the coastline. They are harassing our fishers and merchants and must be stopped.$B$BOne of these Murlocs. Gobbler. skulks with other Bluegill Murlocs and harries merchants along the road, always then retreating to the safety of the nearby Murloc hovels. Our merchants are in jeopardy, and we will pay to secure them.$B$BGobbler prowls the river inlet north of here. Find him, slay his kin, and bring me his head.','Kill 12 Bluegill Murlocs.$B$BSlay Gobbler and take his head.$B$BBring Gobbler\'s Head to Karl Boran in Menethil Harbor.','Ah. well done $N.$b$bAccept this as payment for fulfillment of your contract with the Merchant Marines.','Our merchants will not be safe until we are rid of Gobbler and those Murlocs.','','','','','',3618,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1400,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(280,2,38,0,16,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,278,0,0,283,2610,1,0,'A Dark Threat Looms','Earlier today I spotted some Dark Iron Insurgents swimming toward the Dam with a large keg. No Mountaineers were on hand to stop them! I\'m afraid they\'ve planted the Seaforium at the base of the Dam and it could blow at any minute! Let me combine all these ingredients into the Disarming Mixture. There we go.$b$bNow I need you to take this mixture and stir it into the keg before it\'s too late! Hurry!','Chief Engineer Hinderweir wants you to swim down to the base of the dam. locate the powder keg and stir in the Disarming Mixture to prevent an explosion.','The keg fizzles slightly as the Disarming Mixture settles in.','The top of the keg slowly twists off.','The keg fizzles slightly as the Disarming Mixture settles in.','','','','',2610,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(281,2,11,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,279,284,0,284,0,0,0,'Reclaiming Goods','Not long ago a merchant vessel. the Blind Princess. was raided by Murlocs. Although the ship escaped intact. much of its cargo was dragged overboard by the creatures. including a very valuable statuette of Terenas Menethil. We want that statuette recovered.$B$BSearch the coastal Murloc hovels for crates, barrels and other evidence of lost cargo. Find the Menethil Statuette and return it to me.','Search the crates and barrels at the coastal Murloc camps.','This crate is covered with clawed scratches. and the marks of water damage. Prying it open reveals soggy and rotted straw. as if something of value was stored in the crate. You search through the straw...$B$B...and find a an armload of red-colored bottles.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,0,5,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(282,2,132,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,218,0,0,420,2619,1,0,'Senir\'s Observations','I was planning on sending my apprentice to my brother Senir with my report. but I would feel much better were it placed in more... reliable hands. That is, of course, if you wouldn\'t mind?$B$BHmm... you\'ll have to take the tunnel to get to Kharanos.$B$BSpeak with Mountaineer Thalos before going through the tunnel. It\'s completely infested with troggs now.$B$BFollow the road back to Anvilmar, then keep heading east to the tunnel, Thalos is stationed nearby.','Speak with Mountaineer Thalos.','Hm. well, if Whitebeard is sending you to Dun Morogh on important business, I can\'t very well stop you, can I?$b$bAt least let me provide you with some advice and directions.','Hail! Have a care. $N, the tunnel to Dun Morogh is infested with troggs and is not safe for travel.$b$bIf you haven\'t any pressing business in Dun Morogh, I\'ll have to ask you to remain in Anvilmar until the tunnel is safer.','','','','','',2619,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,150,150,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(283,2,38,0,16,20,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,280,0,0,0,0,0,0,'A Dark Threat Looms','The keg fizzles slightly.','The Disarming Mixture seemed to take effect. Return to Chief Engineer Hinderweir to report the good news.','Thank you so much. $N!! You have saved the Stonewrought Dam! Without your help, the Dark Iron terrorists would have surely seen to this mighty landmark\'s demise. You have made the Kingdom and the Alliance proud, brave $C.$b$bThe Dam is once again safe. . . for the time being at least. . . .','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2907,2908,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(284,2,11,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,281,285,0,285,0,0,0,'The Search Continues','You thoroughly search this cluster of Murloc hovels. and find no trace of the Menethil Statuette.$B$BPerhaps one of the two nearby hovels to the north and northeast will have more clues.','Search for the Menethil Statuette.','This barrel is largely untouched. Prying it open...$B$B...you are assaulted by the pungent odor of cheese. It\'s a little wet. but still tasty!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,422,0,0,0,10,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(285,2,11,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,284,286,0,286,0,0,0,'Search More Hovels','This grouping of Murloc hovels. after a thorough inspection. reveals nothing.$B$B...but you\'re certain that the next clue you find will be fruitful.$B$BOne of the hovels to the north must have the Menethil Statuette!','Continue searching the Murloc hovels for the Menethil Statuette.','This barrel is halfway buried amidst the mud and grass ...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(286,2,11,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,285,0,0,0,2625,1,0,'Return the Statuette','After pulling the barrel free from the muck and opening it. a silvery figurine is found packed in fine straw. It depicts a young. long-haired Paladin with hammer upraised.$B$BThis must be the Menethil Statuette! You must now return it to Karl Boran in Menethil Harbor.','Bring Karl Boran the Menethil Statuette.','The captain of the Blind Princess will be relieved to hear this precious cargo has been recovered. You have well earned this payment for services rendered.$B$BIt is good to see dependable folk like you. especially in trying times such as these.','Do you have the statuette?','','','','','',2625,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2950,2949,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(287,2,1,0,7,9,0,1101,0,0,0,0,0,0,0,0,0,12,2,0,420,0,0,291,0,0,0,'Frostmane Hold','I\'m behind on my report, and could use your help, $N. I just managed to find where the trolls are holed up, but I saw so many trolls, I was afraid to go in.$B$BHere\'s what I need... Go down to the cave, poke around inside, kill a few of the trolls, then come back here.$B$BTake the road north out of Kharanos, when you get to the bridge, follow the frozen river west until you reach Iceflow Lake. You\'ll find Brewnall Village on the west bank. The Hold is southwest of the village.','Explore Frostmane Hold, and kill 5 Frostmane Headhunters for Senir Whitebeard in Kharanos.','Ah, $N! I didn\'t think you\'d have much trouble finding the place, my directions are excellent, you know...$b$bLet me just finish up my report then.$b$b$b$bThere! Well, haha, now this certainly is funny... I don\'t suppose, $N, that you would mind doing one last favor for me?','You can\'t find it? My directions were very clear! We don\'t have much time, you\'ve got to hurry! Don\'t come back until you\'ve found the cave.','','Fully explore Frostmane Hold','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1123,0,0,0,5,0,0,0,0,0,0,0,3216,2900,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,150,150,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(288,2,11,0,22,27,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,289,0,289,0,0,0,'The Third Fleet','I was once First Mate on the Wave Mistress. ship-of-the-line in the Kul Tiras Third Fleet. The Doomed Fleet. Doomed, for on its last voyage the fleet was attacked by Red Dragons. Dragons controlled by Orcs!$B$BWe didn\'t stand a chance against that dragonfire...and our fleet was burned and sunk off this here coast. I\'m the sole survivor of those poor vessels...$B$B...Oh, my head hammers and pounds! I\'ll need a fresh drink if I\'m to get a handle on this hangover and continue my tale.','Buy First Mate Fitzsimmons a Flagon of Mead.','Ah! That hits the spot. and loosens the tongue. Thanks, mate!','Oh. I\'m so very thirsty! Won\'t you buy a drink for this poor, pathetic fool?','','','','','',2594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(289,2,11,0,22,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,288,290,0,290,0,0,0,'The Cursed Crew','$B$BI am the sole survivor of the ill-fated Third Fleet of Kul Tiras, wrecked off the coast to the north. But although I\'m the only member of the fleet still breathing, I\'m not the only one still walking about! For on one of our ships was hidden a great, and terrible treasure, and the eerie power of it keeps the souls of my brothers trapped within the ships\' rotting hulls.$B$BBut if you can free some of my brothers, then perhaps you can break their curse.','Kill 13 Cursed Sailors. 5 Cursed Marines and First Mate Snellig. Bring Snellig\'s Snuffbox to First Mate Fitzsimmons in Menethil Harbor.','My thanks to you. $N. And the gratitude of my cursed brethren goes to you as well.','In my dreams. I can sometimes hear the doomed moans of my brethren! Please, good sir, free them from the bonds and quiet their cries.','','','','','',3619,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1157,1158,0,0,13,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,1900,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(290,2,11,0,23,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,289,292,0,292,0,0,0,'Lifting the Curse','To break the curse and free all of my brethren, the...thing...stowed on my ship must be retrieved and cleansed! I don\'t know what it was, but I do know that it was stored securely in the ship\'s strongbox, which Captain Halyndor lorded over.$B$BMy old captain is still in my dreams. I know he walks my doomed ship, the Intrepid. Get the key from him, and use it to open the Intrepid\'s strongbox.$B$BThen, after you have the cursed thing, bring it to the priest Glorin Steelbrow in town.','Get the Intrepid Strongbox Key from Captain Halyndor.$B$BUse the key to open the Intrepid\'s Locked Strongbox.','The key is rusted but it fits the lock neatly.','This chest is securely locked.','','','','','',2629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(291,2,1,0,1,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,287,0,0,0,2628,1,0,'The Reports','Excellent! Take my report to Senator Barin Redstone. He\'s a sour type, so don\'t let his less-than-sunny disposition get to you. He\'s in Ironforge, in the chamber where King Magni holds court.$B$BDon\'t know the way to Ironforge? Take the road out of Kharanos north, cross the bridge, then follow the road east--there are large banners flanking the road--up the mountainside.$B$BBy the way, if you might avoid mentioning how you assisted me? Can\'t let them think I\'m not working hard out here, you know?','Deliver Senir\'s report to Senator Barin Redstone in Ironforge.','$b$bAuthority of the KING!? Has Magni taken complete leave of his senses! And that damnable Whitebeard... Taken matters into his own hands, has he? The Senate will not be pleased to hear about this, not one bit.$b$bWhat, are you still here? Go, before I call the guards!','Hmm... it would seem that my guards are becoming less discriminatory with petitioners. Well, what do you want? Make it quick.','','','','','',2628,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,75,75,0,0,0,0,175,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(292,2,11,0,23,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,290,293,0,293,2944,1,0,'The Eye of Paleth','Opening the chest reveals a blackened orb. pulsing with an eerie light. It is the treasure of which Fitzsimmons spoke: a Cursed Eye of Paleth.$B$BTake the Cursed Eye of Paleth to the dwarven priest Glorin Steelbrow, in Menethil Harbor. Ask him how to remove the Eye\'s curse.','Bring the Cursed Eye of Paleth to Glorin Steelbrow.','An Eye of Paleth? Amazing! Hmm... there\'s something wrong with this one. You found it on one of those shipwrecks? Well that explains it! But... I didn\'t know they had such an Eye on the Third Fleet...$B$BIt\'s no wonder Fitzsimmons was so spooked. A Cursed Eye of Paleth is no cause for mirth.','That drunk Fitzsimmons sent you to me? Well. you can tell him I don\'t have any extra ale. He\'s going to have to panhandle someone else!','','','','','',2944,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(293,2,11,0,23,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,292,0,0,0,2944,1,0,'Cleansing the Eye','I can\'t lift the curse from the Eye of Paleth. The Eyes were crafted by Human Priests. so you\'ll have to go to Stormwind to find someone who can help you. Speak with Archbishop Benedictus. He is head of the Cathedral of Light in Stormwind. He can help.$B$BI hope, for your sake.','Bring Archbishop Benedictus the Cursed Eye of Paleth. Benedictus is in the Cathedral of Light. in the city of Stormwind.','An Eye of Paleth. But this one has seen much sorrow...it must have been witness to a terrible. terrible tragedy.$b$bLet me cleanse it, for the Eyes were created to shine bright, and their powers can be quite dangerous if tainted like this one.','What is that orb you have? It looks...soiled.','','','','','',2944,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2943,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(294,2,11,0,22,24,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,295,0,0,0,'Ormer\'s Revenge','The situation is severe. that much is for sure. When we uncovered these bones it attracted the Raptors. These filthy beasts killed my brethren and trapped me, Merrin and the poor Prospector up here.$B$BHelp clear the Wetlands of these Raptors, $N. Mottled Raptors and Mottled Screechers are just West of the bluff there. Kill 10 of each, if you can.$B$BThat will be a good start to the vengeance I have planned for them.','Ormer Ironbraid at the Whelgar Excavation Site wants you to kill 10 Mottled Screechers and 10 Mottled Raptors.','Killing is a dirty business. but you did your job well, $N. If I weren\'t obligated to stay with the Prospector and Merrin, I\'d be down there shedding blood right along side you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,1021,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,1700,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(295,2,11,0,22,27,0,0,0,0,0,0,0,0,0,0,0,8,0,0,294,0,0,296,0,0,0,'Ormer\'s Revenge','Now it\'s time to really make those dreaded Raptors regret their blood-thirst. Just down below there are scores of Mottled Scytheclaws and Mottled Razormaws. Make those rotten creatures pay by slaying 10 of each!','Ormer Ironbraid wants you to kill 10 Mottled Scytheclaw raptors and 10 Mottled Razormaw raptors then return to him at the Whelgar Excavation Site.','You did a bang-up job of clearing out those Raptors. $N!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1022,1023,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,2200,1320,0,0,0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0),(296,2,11,0,22,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,295,0,0,0,0,0,0,'Ormer\'s Revenge','While you were down there I happened to notice that one of those beasts stood out from the rest. He was bigger and more menacing. I bet he\'s the one who led the others here to cause the disruption to the dig site.$B$BI ask of you now one final task. $N. See to it that Sarltooth is brought to justice. And considering the gravity of his crimes, justice in this case means death! Bring me one of his talons as proof of his death.','Ormer Ironbraid at the Whelgar Excavation Site wants you to kill Sarltooth and return to him with one of his talons once the task is fulfilled.','Thank you. $N. Your efforts here will not be forgotten. Many innocent Dwarves died at this site, simply doing their jobs. The vengeance you delivered to those evil creatures should make them think twice before attacking King Magni\'s subjects ever again.','Is Sarltooth dead? Have you redeemed the memory of the fallen?','','','','','',3638,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3493,3566,5246,0,0,0,1,1,1,0,0,0,3682,0,0,0,1,0,0,0,47,0,0,0,0,350,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0),(297,2,38,0,13,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,436,0,0,0,0,0,0,'Gathering Idols','Recently, just before the Troggs surfaced within the site, we had uncovered a large number of strange, carved idols. But we didn\'t have the chance to study them, for soon after their discovery the Troggs chased us away from the ruins! And those idols have a strange effect on the Troggs. It makes them go berserk!$B$BBring me 8 idols - I want to study them, and I want them out of Trogg hands! You can find the idols on the Troggs infesting the site.','Bring Magmar Fellhew 8 Carved Stone Idols.','You got them! Nicely done, $N!$B$BAnd you don\'t look too worse for wear, even with those berserk Troggs about. I\'m going to keep my eye on you...you show some promise.','Do you have those Idols? We must study them and report our findings to Ironforge!','','','','','',2636,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5241,6186,3154,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(298,2,38,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,301,2637,1,0,'Excavation Progress Report','I need a progress report sent to Thelsamar - a progress report, and a restatement of my request for more blastpowder! Here\'s the report. Take it to Jern Hornhelm. He\'s our local contact in Thelsamar.$B$BIt\'s not a difficult task, but it must be done.','Bring Ironband\'s Progress Report to Jern Hornhelm in Thelsamar.','Bah! Ironband\'s having trouble with the Troggs. I wonder if he wants that blastpowder to aid his digging, or to aid his efforts against the Trogg beasts...$b$bWell, either way it\'s powder well spent!$b$bBut what\'s strange is, I sent him plenty of blastpowder weeks ago. I wonder where it went...','Oh, a progress report from the site? Very good!','','','','','',2637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(299,2,11,0,25,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Uncovering the Past','Just before the invasion I uncovered a large tablet called the Goaz Stone. The translated text breaks off in 4 places. The text speaks of a \"divine plan\" and a \"doomed prophecy.\"$B$BI fear we are running out of time. I am too old to go down and brave those beasts. But you are strong.$B$BScour the excavation site and uncover the 4 missing tablet fragments: Ados, Modr, Golm and Neru. Search for them in ancient artifacts or where the soil is loose. Bring them to me so I can begin unlocking the mystery!','Prospector Whelgar wants you to scour the excavation site in search of the 4 missing tablet fragments: Ados, Modr, Golm and Neru.','Ah the Goaz Stone is complete! Fine work, $N. Fine work indeed. Now I can continue with the delicate translation of this Titan script. I can make out new words already! Hmm. . .it says here, \"Old Gods. . .Chained Beneath the Land.\" This is the beginning of something epic.','Have you uncovered the four fragments yet, $N? Ados, Modr, Golm and Neru...','','','','','',2658,2659,2660,2661,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2913,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,2500,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0),(301,2,38,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,298,0,0,302,2637,1,0,'Report to Ironforge','We\'ll need approval to get Ironband more blastpowder. You\'ll have to take his report to the Explorers\' League headquarters in Ironforge.$B$BHere\'s the report. Give it to Prospector Stormpike. and don\'t forget to duck after you deliver it. Stormpike is hotheaded, and he won\'t be happy to hear of Ironband\'s slow progress at the site.$B$BYou\'ll find Stormpike in the Assembly of Explorers.','Take Ironband\'s Progress Report to Prospector Stormpike.','Curse that Ironband! I sent him a load of blastpowder weeks ago. but he\'s made no mention of it in this report.$b$bSo...where did the blastpowder go?!?','We Stormpikes don\'t like being bothered with trivial matters. $C. I hope you brought news worthy of my valuable attention.','','','','','',2637,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,175,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(302,2,38,0,11,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,301,0,0,273,0,0,0,'Powder to Ironband','If Ironband still needs blastpowder. then by Magni he\'ll have it! I sent the approval on ahead with a messenger to Jern Hornhelm in Thelsamar. He\'ll prepare the powder and other supplies to take to Ironband.$B$BAnd one more thing: I want you to personally see that the shipment of powder reaches its destination. The last one didn\'t, so keep your mind sharp and your eyes open.','Speak with Jern Hornhelm in Thelsamar.','What? Stormpike wants you to personally see the shipment to Ironband?$b$bI... suppose that\'s fine. the only problem is, I\'ve already sent Huldar with the porters, Miran and Saean. You just missed them, they left just a short while ago.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(303,2,11,0,25,30,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Dark Iron War','War rages both home and abroad. While mighty Dwarven soldiers give their lives in far off territories in the name of the Alliance, our own lands fall prey to the evil deeds of the Dark Iron Dwarves. They laid waste to the Thandol Span. Dun Modr fell soon after.$B$BWe need you to gather force and push the front back. If you can kill 15 Dark Iron Dwarves, 5 Tunnelers, 5 Saboteurs and 5 Demolitionists, the reserve might arrive in time to finish the drive.$B$BNow make haste!','Motley Garmason at Dun Modr wants you to kill 10 Dark Iron Dwarves, 5 Dark Iron Tunnelers, 5 Dark Iron Saboteurs and 5 Dark Iron Demolitionists.','You upheld your orders well, $C. You have proven yourself to be a valiant soldier and loyal servant to King Magni and for that I salute you! With the pressure you applied to the Dark Iron encampment, we now stand a chance of driving them off our lands for good. . .if only the damned reserve would show. . . .','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1053,1052,1054,15,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,54,47,0,0,0,62,250,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(304,2,11,0,26,34,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Grim Task','Many of my soldiers died in the battle of Dun Modr. My own brother perished when the West Bridge over the Thandol Span was destroyed. Aye, the Dark Iron dwarves are a devilish breed. From what Roggo was able to gather, the leader of the thugs in the Wetlands is a warlock named Balgaras the Foul. He is quite a coward, sending his soldiers to do his bidding but hides in his camp on Direforge Hill, to the southeast.$b$bIf you can find the spineless scum, slay him and bring me his ear. I will reward you, $c.','Kill Balgaras the Foul and bring his ear to Longbraid the Grim outside of Dun Modr.','Balgaras the Foul is finally dead. While his death will not bring back the many innocent dwarves who died needlessly by his hand. it will help to restore peace of mind to those who survived. With Balgaras dead, the remaining Dark Iron scum should be easy enough to manage. Now, we must wipe them out before a new leader is sent to these parts.$B$BYou have done well, $C.','Were you able to locate Balgaras the Foul yet. $C? He has been evading us for quite some time.','','','','','',3639,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2916,2917,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(305,2,11,0,21,24,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,306,0,306,0,0,0,'In Search of The Excavation Team','Oh my, you must be the scout Longbraid said he would send! You cannot imagine how worried I have been.$B$BMy wife, Merrin, has been sending me letters each week for the past month. She is part of the Whelgar Excavation team. But it has been nearly two weeks since her last correspondence. Surely something is wrong!$B$BLongbraid said that he would send a scout to check up on things if we did not hear from the team soon. I assume that scout is you, $N. Find Merrin at the excavation site to the east!','Tarrel Rockweaver wants you to travel to the Excavation Site and contact Merrin Rockweaver.','Oh, thank the heavens you are here!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(306,2,11,0,21,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,305,0,0,0,2639,1,0,'In Search of The Excavation Team','It was horrible! We were uncovering some rare artifacts and we began to discover these large bones.$B$BBefore we knew what was happening. these Mottled Raptors overwhelmed the dig site. Many lives were lost.$B$BOrmer here -- so brave -- saved the Prospector and me. He defended us as we ran for shelter. Now we are trapped. And our hard work lies in ruin.$B$BHere, take this note back to my sweet Tarrel. It will explain the situation to him.','Return to Tarrel Rockweaver with Merrin\'s note.','Such horrible news! At least 3 of them survived. But when will the killing end? I long for the day when King Magni\'s subjects can live without fear.','Were you able to find Merrin? Did she send word?','','','','','',2639,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(307,2,38,0,9,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Filthy Paws','The Silver Stream Mine to the east ran dry long ago. It was converted by the Miners\' League into a storage depot. but now Kobolds have moved in, putting their filthy paws on good, Dwarven tools!$B$BWe\'ll root out those vermin soon enough, but the League wants someone to get their gear out of the mine before we warriors tromp in there and break things. It\'ll be a tough delve - you might want cohorts at your side.$B$BThe gear is stored in Miners\' League Crates throughout the mine. Good luck.','Go to the Silver Stream Mine and collect 4 loads of Miners\' Gear.$B$BReturn to Mountaineer Stormpike.','Did you see a lot of Kobolds in there? I can\'t wait for the order to clear them out of the mine. The thought of their grimy hands clawing around our mine makes my stomach rumble!','Do you have that Miners\' Gear. $N?','','','','','',2640,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3166,3161,3160,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(308,2,1,0,0,7,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Distracting Jarven','','','For me? You\'re a true hero. $N!','Hmph! There is all this booze down here. but I have strict orders not to touch it. If only I could get a taste of some of our Thunder Ale...that would sharpen my wits. no lying!','','','','','',2686,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,55,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,308),(309,2,38,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,454,0,0,0,0,0,0,'Protecting the Shipment','Ready to go. $N?$B$BFirst. we need to get this powder to Ironband. It\'ll be a lot for me to carry, and these parts can get dangerous -- and who knows what else the Dark Irons might have in store for me.$B$BI\'ll feel a lot better with you coming along.','Ensure Miran and the shipment arrive at the excavation site. then inform Prospector Ironband.','Oh. thank the Light the powder is here. But it is troubling news that you bring as well. To think that the Dark Irons have sympathizers able to procure this sort of material for their dastardly plans.$b$bThat\'s a matter for someone else to consider. some other time. I must put this powder to good use.','','Escort Miran to the excavation site','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3217,6188,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(310,2,1,0,2,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,311,2548,1,0,'Bitter Rivals','I have to admit. those Thunderbrews make some good drinks. But they need to learn that theirs isn\'t the only decent brew! Maybe you can help me teach them that lesson...$B$BHere, take this barrel of Barleybrew Scalder. Sneak into the basement of the Thunderbrew Distillery in Kharanos and switch it with one of their barrels of Thunder Ale. Then we\'ll see how their patrons like my brew over theirs!$B$BAnd if the barrels are guarded, then you might have to distract the guard ...','In the basement of the Thunderbrew Distillery in Kharanos. replace a barrel of Thunder Ale with a Barrel of Barleybrew Scalder.','You quickly place Marleth\'s barrel of Barleybrew Scalder among the Thunderbrew barrels.','The date on this barrel shows that it\'ll soon be tapped.','','','','','',2548,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,25,25,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(311,2,1,0,2,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,310,0,0,0,2666,1,0,'Return to Marleth','Having inserted a barrel of Marleth\'s Scalder in the Kharanos Distillery\'s cellar. you grab a barrel of Thunder Ale as proof of the deed...','Bring the barrel of Thunder Ale to Marleth Barleybrew at the Brewnall Village.','Not bad. $N! Did you have a hard time getting past their guard?$b$bNo matter - many thanks, and if you\'re ever in need of stout with a kick, don\'t forget the Barleybrews!','Did you make the switch?','','','','','',2666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,250,250,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(312,2,1,0,7,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tundra MacGrann\'s Stolen Stash','I had a month\'s worth of dried meats salted and locked away for the cold season. Kept it locked so the bears wouldn\'t get it! But while I was off hunting deer. that beast, Old Icebeard, made off with the meat locker. He won\'t be able to smash through that Thorium though. But I\'ll starve if I can\'t get my meats back.$B$BYou seem a bit more stealthy than me. Perhaps you can retrieve my stash? I\'ll never make it in and out of that cave fast enough with this bum leg of mine.','Retrieve Tundra MacGrann\'s dried meats from the stolen meat locker in Old Icebeard\'s cave.','What a kind soul you are. $N! Thanks to your bravery I won\'t find myself starving when the cold season flurries blow in.','Were you able to get into my meat locker. $N?','','','','','',2667,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6177,10550,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(313,2,1,0,4,7,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Grizzled Den','Driving a Siege Engine isn\'t for everyone. It takes an iron grip and nerves of steel...lucky I have both! How about you? How\'s your mettle? Want to prove it to me?$B$BWell...I\'m looking to make my engine. Trollplow, a little more cozy. How about you get me a heap of Wendigo Manes from the Grizzled Den, west of Kharanos. Those manes would make a great rug for Trollplow\'s inside deck!','Gather 8 Wendigo Manes and bring them to Pilot Stonegear.','Ah yes. these manes will work great! You show a lot of grit, $C - I wager we\'ll see great things from you.','Hey. $N. Been to the Grizzled Den yet? Those Wendigos can be fierce.','','','','','',2671,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,250,100,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(314,2,1,0,6,12,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Protecting the Herd','We heard the cries in the middle of the night. Then this morning, sure enough, the herd was missing two rams. That dastardly beast known as Vagash has been preying on our livelihood. With most of King Magni\'s army off in distant lands fighting with the Alliance, there is no one to keep Vagash at bay.$B$BPerhaps you are brave enough to seek out the beast and slay him. Bring me one of his fangs and I will reward you. Vagash lurks just above the ranch here, but be warned, he is deadly.','Rudra Amberstill wants you to slay Vagash and bring his fang to her at the Ram ranch.','Very well done! Veron will be so happy when he hears the good news. To kill Vagash is no easy task. I imagine one day you\'ll be fighting alongside King Magni\'s men on the Alliance Front.','Vagash still terrorizes the herd! Please help us by killing the wretched beast.','','','','','',3627,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10549,2817,3103,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(315,2,1,0,5,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Perfect Stout','I\'m on a quest. a quest to make the perfect stout. I know I can do it -- brewing\'s in my blood. I just need to find the right recipe...$B$BThe Frostmane trolls grow a plant, shimmerweed, high up in the hills to the east. They use it in their strange, tribal rituals. We dwarves haven\'t found much use for it, but it has a unique taste...and I want to experiment with it in my brews!$B$BGet me some shimmerweed from Frostmane seers, or swipe it from the trolls\' shimmerweed baskets.','Bring 6 Shimmerweeds to Rejold Barleybrew in the Brewnall Village.','Great! I can\'t wait to use these in some of my recipes. There\'s one in particular I think it\'ll work great in...','Do you have that Shimmerweed? I almost have a batch of stout ready to brew. and I want to try throwing the weed in with this mixture.','','','','','',2676,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2905,2326,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(317,2,1,0,2,6,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,318,0,0,0,'Stocking Jetsteam','I\'m preparing to start a mission for the Siege Brigade. It\'s a long one. and I need to stock Jetsteam with a month\'s worth of supplies. So while Steelgrill is working on my tank, can you do some hunting for me?$B$BI\'ll need some fur for bedding, and boar meat for food. You can get meat from boars and fur from the bears... you can find them both in the snow fields south of the Grizzled Den.','Gather 4 Chunks of Boar Meat and 2 Thick Bear Furs. and deliver them to Pilot Bellowfiz at Steelgrill\'s Depot.','By Magni\'s beard. you sure did a lot of hunting!! Thank you, $N.','Preparations are going well. How goes your hunting?','','','','','',769,6952,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,350,150,0,0,0,0,250,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(318,2,1,0,3,7,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,317,0,0,319,0,0,0,'Evershine','Rejold Barleybrew experiments with his brews. Some of them taste good. some bad, and some...well, some will lay all but the stoutest dwarf flat.$B$BHe lives at Brewnall Village, west of Kharanos, and one of his drinks, Evershine, is what I want. It\'ll help keep me warm while I\'m on the cold road.$B$BAnd...the blessed stuff burns so hot I can throw it in Jetsteam\'s furnace for a burst of power! That little tactic has gotten me out of more than one tight spot.','Get a cask of Evershine from Rejold Barleybrew in Brewnall Village.','Bellowfiz needs some of my Evershine? Hm...all right.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,25,25,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(319,2,1,0,6,8,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,318,0,0,320,0,0,0,'A Favor for Evershine','I have a cask of Evershine handy. but...can you do me a favor? Brewnall village could use a hand against the wild animals that wander the nearby snows. Sometimes they wander close.$B$BWe\'re not afraid of these bears and cats and boars - no self respecting dwarf would be - but if you can take care of those animals for us, then we\'d have more time for our crafting and brewing.','Kill 6 Ice Claw Bears. 8 Elder Crag Boars, and 8 Snow Leopards, and then return to Rejold Barleybrew in Brewnall Village.','Thank you. $N. It\'ll be nice to work our crafts without hearing so many growls and snorts outside the village.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1196,1127,1201,0,6,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,150,75,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(320,2,1,0,2,8,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,319,0,0,0,2696,1,0,'Return to Bellowfiz','Here\'s your cask of Evershine. $N. And again, thank you for the hunting earlier.','Give the cask of Evershine to Pilot Bellowfiz at Steelgrill\'s Depot.','Yes. this will do just fine. I think I\'ll open a bottle right now and have a taste...','Did you get that Evershine?','','','','','',2696,0,0,0,1,0,0,0,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,1010,10547,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,350,350,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(321,2,11,0,20,29,0,0,0,0,0,0,0,0,0,0,0,8,0,0,270,0,0,324,0,0,0,'Lightforge Iron','The shipwrecks off the shore here are the doomed Third Fleet of Kul\'Tiras, burned and sunk by Red Dragons during the last Great War.$B$BThe Fleet hailed from Lordaeron, but one ship, an Elvish Destroyer: Flying Osprey, was with it. It was shipping a load of Lightforge Iron and joined the Third Fleet for protection. Ironic that it sunk to the same dragons...$B$BEnough history. The Flying Osprey is wrecked to the south of Menethil Harbor. If you find the Lightforge Iron there, bring it to me.','Search the wreckage of The Flying Osprey in the Wetlands.','This chest is waterlogged, and its siding broken. Many claw marks mar both the inside and outside of the chest...as if Murlocs have searched through it and stolen its treasure.$b$bBut tucked deep within the chest is a single Lightforge Ingot. Unfortunately, many more will be needed if enough metal to fashion a weapon is to be gained.',NULL,NULL,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,2702,0,0,0,1,0,0,0,54,72,0,0,0,6,25,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(322,2,11,0,20,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,325,2712,1,0,'Blessed Arm','There is a dwarven weaponsmith in the Dwarven District of Stormwind who can craft with lightforge iron. His name is Grimand Elmore.$B$BI\'ve packed the iron you found into a crate. Take it to Grimand and tell him your tale. I\'m sure he\'ll oblige someone on a quest such as yours. and craft for you a weapon - a weapon to give even Morbent Fel worry!','Take the Crate of Lightforge Ingots to Grimand Elmore in Stormwind.','That is quite a tale you have. And lightforge iron! Not for years have I worked with such a metal. It will be an honor to craft with it again. And you must return to me later with the story of your battle against the Necromancer.$b$bBut we get ahead of ourselves. First. your weapon against Morbent Fel...','How might I ply my craft for you. $C?','','','','','',2712,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,18,75,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(323,2,10,0,23,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,268,0,0,269,0,0,0,'Proving Your Worth','Morbent Fel is a necromancer. and an ally to the dark riders. I would pit you against the power of Morbent Fel, but I will not send you against that vile fiend without first knowing your strength.$B$BYou have already proven your bravery to me, but if you truly wish to face the necromancer, then you must now prove your skill against his minions.','Kill 15 Skeletal Raiders. 3 Skeletal Healers and 3 Skeletal Warders, and then return to Sven.','Your skill in combat, $N, can not be doubted. Your resolve may yet see us through to the end of Morbent Fel!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,787,785,0,15,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1800,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(324,2,10,0,25,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,321,0,0,322,0,0,0,'The Lost Ingots','Having grabbed the single lightforge ingot from the waterlogged chest. it is clear that murlocs have stolen the rest. Hunt the murloc raiders near the Flying Osprey wreckage for the lost lightforge iron.','Gather 5 Lightforge Ingots. then return to Glorin Steelbrow in the Wetlands.','Ah. you found them! Now let\'s get this lightforge iron hammered into something useful, eh?','Did you find the lightforge iron you need?','','','','','',2702,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,38,150,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(325,2,1519,0,20,29,0,0,0,0,0,0,0,0,0,0,0,0,0,0,322,0,0,55,7297,1,0,'Armed and Ready','Here is the weapon against the fiend of which you spoke. You\'re all ready. $N. Best of luck to you, and I look forward to your tale of glory!','Bring Morbent\'s Bane to Sven in Duskwood.','Ah. this will be proof against the fiend Morbent Fel! Well done!$b$bYou are ready. Morbent Fel will fall.','Hello. $N. You haven\'t been gone that long, but I see a fire in your eyes I did not see before.','','','','','',7297,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,7,25,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(328,2,33,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,200,0,0,329,2719,1,0,'The Hidden Key','Although no mention of Private Thorsen is found in these records. hidden within the binding of one of Herod\'s ledger books is a small, brass key.$B$BAnd after further study of his notes, a few references to a \"secure strongbox\" are contained among various papers. The box is somewhere within the Stockpile - the cavern complex at the back of Kurzen\'s Compound.$B$BIf this secure strongbox is found, and the small brass key can open it, then perhaps the mystery behind Thorsen\'s detection will be revealed.','Use the Small Brass Key to open Bookie Herod\'s Strongbox.','Opening the strongbox. it\'s clear that this is where Herod keeps his more valuable coins and items.','The strongbox is bound in bronze. very sturdy, and very heavy.','','','','','',2719,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4122,0,0,0,1,0,0,0,72,0,0,0,0,50,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(329,2,33,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,328,0,0,330,2720,1,0,'The Spy Revealed!','Among the valuables of the strongbox is a muddy. scribbled note. Although barely legible, it looks to be an itinerary for Private Thorsen. It details his patrol routes, who he speaks with and how he spends his time with the rebels. It\'s signed with only one letter: -M.$B$BBut whoever wrote this note must have stayed very close to Thorsen. Whoever wrote this note is the traitor within the rebel camp.','Take the Muddy Note to Lieutenant Doren at the Rebel Camp.','Thank you. $N. This note is the clue we need to root out the traitor!','Did you discover who knew Thorsen\'s secret? Is there a traitor among us?','','','','','',2720,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,50,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(330,2,33,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,329,0,0,331,0,0,0,'Patrol Schedules','The note you gave me is signed with an \"-M\"...I don\'t know what that could mean.$B$BBut...the note also says this person shared patrol routes with Thorsen last week. So whoever shared patrol with Thorsen last week must be the traitor!$B$BGo to Corporal Sethman. He handles the patrol schedules and can tell you who was with Thorsen.','Speak with Corporal Sethman.','Oh, yes I can check that for you. Let\'s see...last week it was...$B$B...why, it was Private Merle scheduled with Thorsen. They had the same patrol times all of last week.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(331,2,33,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,'Report to Doren','Did Lieutenant Doren want you to report back to him with that patrol information?','Speak with Lieutenant Doren.','It pains me to find out it was Merle who betrayed us. He has always been a brave soldier, and I had thought his heart was true. But it is a great relief to have found him out - with a spy like him among us...we would not last long against Colonel Kurzen.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4139,4123,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,469,72,0,0,0,65,250,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(332,2,1519,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2722,1,0,'Wine Shop Advert','If you talk to anyone about wine. then you know we Gallinas sell the best wine in Stormwind. And we\'re not far, still in the Trade District along the city\'s lovely canals.$B$BHere, take this pamphlet. Bring it to my sister Suzetta at our shop for a complimentary bottle of our famous pinot noir. You won\'t regret it!','Go to the Gallina Winery. and bring Suzetta Gallina the Wine Ticket for a free bottle of wine.','Ah. so you\'ve seen Renato? Well here you are, sir. A bottle of our special pinot noir. You\'ll not find its equal in all of Azeroth!','Greetings and welcome. $N. Have you yet tried one of our fine wines?','','','','','',2722,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2723,0,0,0,1,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(333,2,1519,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2724,1,0,'Harlan Needs a Resupply','We\'ve been doing a lot of business lately. It seems like everyone is buying armor and sturdy clothes. Almost like they expect a cold. harsh season ahead...$B$BBut those are future worries. My worry today is that I\'m running out of knitted clothing to sell. I need another load from our supplier.$B$BIf you can take this request to Rema Schneider at the Canal Tailor and Fit Shop, I\'d be most grateful.','Go to the Canal Tailor Shop and bring Rema Schneider the Cloth Request from Harlan Bagley.','It says here that Harlan\'s business is booming. That\'s good news. but I wonder why people have need of all that armor. I\'ve heard nothing of open war... is there something the nobles aren\'t telling us?$B$BWell, thank you for bringing the request. Here\'s your payment, and I\'ll see to it that Harlan gets his supplies.','You bring word from Mr. Bagley?','','','','','',2724,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,19,50,0,0,0,0,17,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(334,2,1519,0,1,2,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,1,0,'Package for Thurman','My son Thurman is an apprentice at the Larson Clothiers. in the Mage\'s Quarter. He was in a hurry today and forgot his shears and needles. I know a great $C like you must have important tasks at hand, but without his tools Thurman can\'t do his apprentice work!$B$BPlease, $N. Can you take my son\'s sewing kit to him? Larson Clothiers is one of two clothing shops in the Mage\'s Quarter - it\'s the one deeper in, near the Mage\'s Tower.','Go to the Larson Clothiers in the Stormwind Mage Quarter. and give Thurman Schneider his Sewing Kit.','Oh. blast! I thought forgetting my kit would free me from work. Now I guess I\'ll have to help the Larsons with their sewing...$B$BOh, well. Fun will come later I guess.','Are you here to buy clothes?','','','','','',2760,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(335,2,1519,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,336,0,0,0,'A Noble Brew','Lord Wishock is causing quite a stir amongst the House of Nobles. He was made aware of our little \"establishment\" down here and is lobbying for a full investigation. I have a plan to keep Wishock \"preoccupied.\" but I\'ll need your help. $B$BThere is a flower growing in the Garden of Stalvan on the outskirts of Darkshire. This small white flower is known as the Tear of Tilloa. I will also need a Musquash Root, found only at the very base of the falls far beneath the Stonewrought Dam in the Wetlands.','Zardeth the Black Claw wants you to bring him a Tear of Tilloa from Darkshire and a Musquash Root from the Wetlands.','Most excellent! These are fine samples indeed!','Wishock will soon garner enough support to cause us much grief. Were you able to obtain the Tear of Tilloa or Musquash Root yet?','','','','','',2779,2784,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(336,2,1519,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,335,0,0,0,2788,1,0,'A Noble Brew','Lord Wishock, like all men, has his weaknesses. His happens to be a fondness for liquor. The hypocrisy is astounding. The trite fool spends his days trying to shut down our little \"tavern\" while his nights are spent upstairs, running up a bill he never pays. Well, let\'s see how Wishock likes this special brew I have prepared for him: Black Claw stout. It\'s got quite a kick, $n.$b$bTake it to him and see how he likes it. Most likely the old fool is milling about the Hall of Petitioners.','Take the Black Claw Stout to Lord Wishock in the Hall of Petitioners.','Ah. thank you for bringing me this fine looking stout, servant. Here\'s a copper for you. Now, out of sight with you and let me enjoy my drink!','Can you not see that I am busy? My words must be heard! I am very important to the future of this Kingdom!$B$BOh... what have you there? Why it looks like a refreshing drink...','','','','','',2788,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(337,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,2794,1,0,'An Old History Book','Although the cover of this book is marred by scratches and caked with mud. the words \"The History of Stormwind\" can still be read along its spine. Upon opening the book, the seal of the Stormwind Library is clearly stamped on the book\'s first page.$B$BIt looks like someone checked out this book, and never returned it...','Return the book: The History of Stormwind. to the Stormwind Library.','Oh my! This book hasn\'t rested on these shelves since before the rebuilding of Stormwind. years ago. It will have to be restored of course, it\'s in bad shape, but I would be honored to place it within our rare books collection.$B$BThank you, $N. Please accept this as payment for returning the book!','Ooh! What\'s that old book you have there? Can I see it??','','','','','',2794,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,1400,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(338,2,33,0,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,583,0,0,0,0,0,0,'The Green Hills of Stranglethorn','Master Nesingwary will be so upset if he finds out!$B$BHe trusted me to proofread the manuscript of his novel, The Green Hills of Stranglethorn. Everything was going well, but a large gust of wind blew through the camp and scattered the pages everywhere!$B$BI was able to gather most of the pages but many are still strewn about the jungle. Collect the pages to complete each of the four chapters.$B$BI will help you organize them. Return the chapters to me once you have all four.','Collect the missing pages from The Green Hills of Stranglethorn manuscript. Once all four chapters are complete, return them to Barnil.','You\'ve certainly saved me a heap of trouble, $N! I can\'t thank you enough. It shouldn\'t be long now until we see Master Nesingwary\'s book in libraries throughout the world!','Have you assembled the chapters yet, $N?','','','','','',2756,2757,2758,2759,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,17688,8173,3928,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,5,18,1,0,0,1,0,0,0,0,0,0),(339,2,33,0,30,40,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-338,0,0,0,0,0,0,'Chapter I','Chapter I was quite riveting! Master Nesingwary sets the backdrop for the story and makes mention of his hunting companions, including me! $b$bBut that\'s besides the point. Let me see which pages are still missing. It seems pages 1, 4, 6 and 8 are still out there somewhere in the jungle!','Bring pages 1, 4, 6, and 8 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter I.','At last! Chapter I is complete!','I don\'t suppose you were able to track down pages 1, 4, 6 and 8? Those four are all we need to piece Chapter I back together.','','','','','',2725,2728,2730,2732,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,1,5,0,0,0,6,0,0,0,0,0,0),(340,2,33,0,30,40,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-338,0,0,0,0,0,0,'Chapter II','Chapter II was chock full of exciting tales of panther and tiger hunting. I could just kick myself for letting the pages blow away! $b$b It seems I was able to recover all of the pages with the exception of pages 10, 11, 14, and 16.','Bring pages 10, 11, 14 and 16 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter II.','Chapter II is finally complete! Well done!','We still need pages 10, 11, 14 and 16 to complete Chapter II, $N.','','','','','',2734,2735,2738,2740,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2757,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,1,5,0,0,0,1,0,0,0,0,0,0),(341,2,33,0,30,40,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-338,0,0,0,0,0,0,'Chapter III','Chapter III was my favorite. It tells of Sir Erlgadin and Lady Rouack\'s first kill with a dwarven rifle. And the end of Chapter III, why, such a cliffhanger! $b$bLooks to me as though we still need pages 18, 20, 21 and 24 to finish the chapter. Those pages are out there somewhere. . .','Bring pages 18, 20, 21and 24 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter III.','Phew! Good work, $N. Chapter III is now back together in one piece!','Any luck with pages 18, 20, 21 or 24? Those are the only ones we need to piece together Chapter III.','','','','','',2742,2744,2745,2748,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2758,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,1,0,0,0,0,6,0,0,0,0,0,0),(342,2,33,0,30,40,0,0,0,0,0,0,0,0,0,0,0,1,0,0,-338,0,0,0,0,0,0,'Chapter IV','Ah Chapter IV; the big finale! And what an ending it was! $b$bWe are only missing three pages for this chapter. We need pages 25, 26 and 27 to put Chapter IV back together.','Bring pages 25, 26, and 27 of Nesingwary\'s The Green Hills of Stranglethorn to Barnil Stonepot in order to complete Chapter IV.','Superb! We now have Chapter IV ready to go!','We just need three pages to finish off Chapter IV, $N. Do you have pages 25, 26 or 27 yet?','','','','','',2749,2750,2751,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,1,0,0,0,0,6,0,0,0,0,0,0),(343,2,1519,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,344,0,0,0,'Speaking of Fortitude','I\'m giving a speech on the Fortitude of the Spirit, and I\'d like to recite passages from a particular book on metallurgy - \"The Stresses of Iron.\" A copy of this book should be in the Royal Library, within Stormwind Keep. Can you retrieve it for me? If so, then may the blessings of the Light be with you!$B$BThe Royal Library is very large, but the head librarian, Milton Sheaf, knows each shelf like it was his own son. Speak to him, he\'ll retrieve the book for you.','Go to the Royal Library in Stormwind Keep and speak with Milton Sheaf. He can find for you the book on metallurgy that Brother Kristoff needs for his speech.','Metallurgy? Ah yes, we have many books on the subject, and are happy to aid Brother Kristoff with his speech! Now...which particular book was it the good brother needed?',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,10,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(344,2,1519,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,343,0,0,345,0,0,0,'Brother Paxton','The Stresses of Iron? Yes, I know the book. Quite a good one, written by the Dwarven miner Margulf Blaggon a few decades ago. He spent most his time deep in the mountains of Khaz Modan, digging ore. Smart fellow!$B$BBut where was I? Oh yes, the Stresses of Iron! I\'m afraid the book was moved to the Northshire Abbey. The caretaker of the Abbey\'s library, Brother Paxton, wanted to make a copy of the book for his own shelves.$B$BBut that was months ago. I wonder why it\'s taking him so long...','Speak with Brother Paxton in the Northshire Abbey.','Mr. Sheaf is wondering where his book is? Well this is a tad embarrassing. I have the book, but I\'m still making my copy and I\'m not quite ready to give the original up!',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(345,2,1519,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,344,0,0,347,0,0,0,'Ink Supplies','I\'ve been meaning to finish my copy of The Stresses of Iron, but...$B$BWell you see, I make my own ink for books I copy. It\'s my own recipe , it doesn\'t run or smear, and it dries very quickly Unfortunately, it dries too quickly! My last batch dried up before I could finish the copying job, and I haven\'t had the chance to make more ink!$B$BTo make more I need Rethban Iron Ore from the Redridge Mountains. Foreman Oslow in Lakeshire is my usual supplier.','Speak with Foreman Oslow in Lakeshire and ask him for Rethban Iron Ore.','You need what?? Maybe you haven\'t noticed, but we\'re busy fortifying Lakeshire\'s defenses and repairing damage from recent orc attacks. If you need Rethban Iron Ore, you\'ll have to get it yourself!',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(346,2,12,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,347,0,0,0,2795,1,0,'Return to Kristoff','Now that I\'ve finished copying the book. here\'s the original Stresses of Iron. Thank you for your patience, and if you see Milton please tell him I\'m sorry for the long delay.','Return to Brother Kristoff in the Cathedral Square. Give him the book The Stresses of Iron.','That\'s the one! Thank you. Isamant. May the Light shine brightly upon both your body and spirit!','Were you able to find the book?','','','','','',2795,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6095,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(347,2,44,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,345,0,0,346,0,0,0,'Rethban Ore','Rethban Ore is named after the man who first found it. Bart Rethban. When smelted it\'s not as strong as iron, but its ore has a dark, flat color that some scribes use in their dyes. It can be found in the Rethban Caverns, north of here.$B$BWe usually have some in stock, but we\'re too busy preparing for Orc attacks to gather any. And besides...Redridge Gnolls are now living in the Rethban Caverns and their Drudgers are gathering the ore themselves.$B$BSo if you need some, you\'ll have to get it yourself.','Gather 5 loads of Rethban Ore and bring it to Brother Paxton in the Northshire Library.','Oh. splendid! I can use this ore to make my dye, and then can finish copying The Stresses of Iron.$B$BThank you, $N!','Do you have the Rethban Ore?','','','','','',2798,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(348,2,33,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stranglethorn Fever','Sick...so...very s-s-sick....$b$b...have contracted Stranglethorn Fever...deadly v-v-virus...$b$b...only cure...is...is...to eat the heart of M-m-m-m-mokk the Savage...elusive white beast...$b$b...Witch doctor Unbagwa...only one who can s-s-summon....$b$b...seek Unbagwa in hidden cave on southern cape...$b$b...hurry...dying...dying....','Seek out Witch Doctor Unbagwa and have him summon Mokk the Savage. Bring the Heart of Mokk to Fin Fizracket.','...feel strength returning....$B$BWhere might be? Booty Bay? Oh my! I had the strangest dream...$B$B...the weakness has not completely left me....','....mother?$b$b...so cold...$b$b...heading into the Twisting Nether...h-h-h-hold me mother....','','','','','',2797,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4113,0,0,0,1,0,0,0,87,21,0,0,0,-500,500,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(350,2,1519,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,393,0,0,2745,0,0,0,'Look to an Old Friend','That Marzon would be contacting a member of the Defias and have ties to Lescovar...$B$BHaving killed VanCleef and Thredd, it would be hard to see Lescovar brought to proper justice, as your evidence is nothing without their testimonies. That is not even considering the fact that Lescovar is a noble and well connected. It effectively makes him above the law.$B$BYou\'ll need other help. I loathe to do so, but there is someone I know that will aid us. You\'ll find Trias in the Trade District of the city.','Speak to Elling Trias in Stormwind.','You\'re kidding? Shaw wants my help again? Of all the nerve...$b$bThe Defias Brotherhood, you say? Well, you\'re certainly the bearer of wonderful news, aren\'t you? Next you\'re going to tell me that Deathwing is still alive and attacking the city.$b$bAll right, tell me everything from the beginning. And don\'t leave out something you think might not be important. I need to know it all.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(351,2,440,0,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,648,8623,1,0,'Find OOX-17/TN!','You have uncovered some sort of strange. egg-shaped device made from metal. Fiddling with one of its knobs springs the egg to life, as it opens up into some sort of gnomish robotic contraption! A voice from inside the robotic egg crackles to life.$B$B\"The name\'s Oglethorpe, and my homing robot has gone missing! I will reward you for its recovery! Please take this beacon to the robot. Excellent, I now have computed the coordinates for you! It crashed near the Gaping Chasm in Tanaris!\"','Bring the distress beacon to Oglethorpe\'s homing robot.','You place the egg... distress beacon... inside the chicken... homing robot.$b$bHums and whirs are heard from inside the robot as it struggles to stand up. After the robot comes to life. Oglethorpe\'s voice is heard once more, but now from inside the robot:$b$b\"OOX-17/TN is working at least, but it needs major repairs! It is much too heavy for you to carry it... but I think I have an idea. Are you up for watching over it some more?\"','You appear to have uncovered the wreckage of... a robotic chicken? The voice from within the egg crackles to life again:$b$b\"Yes. excellent work! This is indeed my homing robot, though my sensors indicate that it needs a jump start before it can fly back to Booty Bay for repairs. Go ahead and place the beacon inside the rover. The beacon will take care of the rest!\"','','','','','',8623,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-238,250,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(353,2,1519,0,9,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1097,0,0,0,2806,1,0,'Stormpike\'s Delivery','The Stormpikes are a respected dwarven clan. and are well known for their fine and discerning tastes. So it\'s no wonder that Gringer Stormpike, a Mountaineer of Ironforge, commissioned me to craft him a weapon.$B$BThe weapon is finished, but... Mountaineer Stormpike is far away, in distant Loch Modan. If you plan on traveling to the north, can you deliver this package to him?$B$BMy last message from Mountaineer Stormpike said he\'s stationed at the northern guard tower in Loch Modan.','Deliver the Package for Stormpike to Mountaineer Stormpike in Loch Modan.','Aha! So Grimand finally finished my axe! I can\'t wait to try it against some troggs and kobolds!$b$bMany thanks. $N. It was a long distance to travel for this delivery. Here are some coins for your efforts.','You come all the way from Stormwind? I hear it\'s getting dicey down there in the human lands. with brigands and orcs running about. A perfect place for a $C to prove his worth!','','','','','',2806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(354,2,85,0,7,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,362,0,0,0,0,0,0,'Deaths in the Family','The Agamand family was the most prosperous family in Tirisfal Glades. I used to work their mills...before the Plague.$B$BWhen the Scourge first came. the Agamands fortified their home and convinced those in their employ to remain and help them defend. We were fools, but at least we were loyal fools.$B$BThe Agamands, in their pride, doomed us to undeath. And now they are minions of the Scourge!$B$BServe the Forsaken by defeating the Agamands who fell to the Plague. Serve me by bringing me their remains.','Bring Gregor\'s Remains. Nissa\'s Remains and Thurman\'s Remains to Coleman Farthing in Brill.','Revenge has a sweet taste. don\'t you think? When you destroyed the Agamands, did you catch any hint of free will within them? I hope so. I hope they knew fear before they were smashed into oblivion.$b$bIt is a foolish hope, I know. But it is a hope I foster nonetheless.','Do you have the remains of the Agamands? Are those cursed beasts finally destroyed?','','','','','',2829,2828,2830,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,400,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(355,2,85,0,8,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,354,0,0,408,0,0,0,'Speak with Sevren','You have given me the remains of the Agamands. and satisfied my desire for revenge. But the Agamand Mills hold a threat to all the Forsaken, not just to me.$B$BI have spoken to Magistrate Sevren of your exploits against the Agamands, and he wishes to speak with you.','Speak with Magistrate Sevren in Brill.','Coleman speaks well of you. $N, telling of your successful forays into the Agamand Mills.$b$bThe Forsaken have need of your talents once again...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(356,2,85,0,6,11,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Rear Guard Patrol','The defenders on The Bulwark protecting Tirisfal from the Plaguelands are on constant alert. But sometimes Scourge will slip past them.$B$BOur success at the Bulwark depends on a one-front battle - we cannot allow an attack from the rear. nor can we allow our defenders\' supply line to be cut.$B$BAssist the Bulwark. Patrol east and slay any Scourge you find. Spend particular effort at the Balnir Farmstead to the east. It has become a haven for interloping Scourge.','Kill 8 Bleeding Horrors and 8 Wandering Spirits. then report back to Linnea at her camp.','Very good. Your efforts do much to keep the Scourge at bay. A commendation will be sent to my superior. Executor Zygand.','Do you have a report of your patrol?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1529,1532,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,300,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(357,2,85,0,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,366,0,0,0,'The Lich\'s Identity','There is a lich who dwells on the island in Brightwater Lake to the north. Although he is a free-willed Forsaken. he believes all other Undead are Scourge slaves and has his minions attack anyone who approaches him.$B$BBut because he is Forsaken, the Queen will want him. And if he is skilled in Necromancy, then his knowledge would be...quite useful to us.$B$BTo discover his identity and his talents, I must see his spellbook. Steal into his camp and acquire it, then return to me.','Bring the Lich\'s Spellbook to Bethor Iceshard in the Undercity.','Very good. $N. I will study this book and determine the identity of that lich. You have served your Queen well.$b$b$b$bAstonishing! The book you retrieved belongs to no one other than Gunther Arcanus!$b$bGunther was a skilled Necromancer in life , he and I were friends and comrades-in-arms, before the Plague. And judging from his book he has grown even more powerful in death.$b$bHis skills would be a great boon to us.','$N. have you acquired the book?','','','','','',2833,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,175,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(358,2,85,0,4,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Graverobbers','The Mass Graves. southwest of Garren\'s Haunt to the north, were made to accommodate the...impressive...number of deaths Tirisfal suffered when the Plague first came. $B$BThe bodies in these graves have so far been spared an undeath, but the Scourge now send Rot Hide Gnolls to gather the corpses and use them to bolster their armies. This cannot be allowed!$B$BYour task is twofold: slay the Rot Hides at the Mass Grave and Garren\'s Haunt, and gather from them the Embalming Ichor that gives them life.','Kill Rot Hide Graverobbers and Rot Hide Mongrels. $B$BBring 8 Embalming Ichors to Magistrate Sevren in Brill.','Expertly done. $N. The Scourge are mistaken if they think they can use those corpses against us, and the fluid you gathered from the Rot Hide slaves will be studied by our Apothecaries. It may have secrets we can use against them.$b$bAs I said, well done. But our struggle continues, and the conflict will surely offer you more chances to prove your worth to the Forsaken.','Is your task complete? Have you destroyed those dog-things and drained them of their ichor?','','','','','',2834,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1941,1675,0,0,8,5,0,0,0,0,0,6063,3439,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,225,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(359,2,85,0,6,9,0,690,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,360,0,0,0,'Forsaken Duties','I need a fresh report from our Deathguard waystation to the east.$B$BI must know if more Scourge forces have slipped past The Bulwark and into Tirisfal. Our vigilance on the border to the Plaguelands must be maintained - we can\'t let the Scourge get a stronger foothold here!$B$BTravel south along the road, then east at the fork to the waystation. Speak with Deathguard Linnea. She has the information I need.','Speak with Deathguard Linnea.','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,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,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(360,2,85,0,6,9,0,690,0,0,0,0,0,0,0,0,0,8,0,0,359,0,0,0,0,0,0,'Return to the Magistrate','Now return to Magistrate Sevren with the information I gave you. He\'ll want it as soon as possible, so be swift.$B$BAnd if you see any Scourge on your way back, take them down - we can\'t let them wander our lands unchallenged.','Return to Magistrate Sevren in Brill.','It is troubling to hear of the Scourge slipping past the Bulwark. The Lich King and his minions are ceaseless in their assaults.$b$bBut we will not give in. He will not take us again!',NULL,NULL,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,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,150,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(361,2,85,0,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2837,1,0,'A Letter Undelivered','This is a letter written by Thurman. the eldest son of Gregor Agamand. It is addressed to an Yvette Farthing, though it does not appear to have reached her...','Find Yvette Farthing. and deliver to her the letter from Thurman Agamand.','Oh...my poor Thurman! I begged him to leave Agamand Mills with me and my father. but his family loyalty was too strong! And I knew it! I just knew it that Brand meant him harm!! Oh, curse this Plague, and the Scourge!$B$B$B$BBut regrets are for the weak. As a Forsaken, I have new goals and love is not one of them. I would thank you for delivering this letter, for I had wondered what happened to my past love.$B$BBut that life is over. Forever.','Yes?','','','','','',2837,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(362,2,85,0,7,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Haunted Mills','Devlin Agamand was the younger of two sons in the Agamand family. and in life the two could not be more different. Thurman was tall and gentle while his younger brother was weak and sharp tongued.$B$BWhen Agamand Mills fell to the Plague, I was not surprised to hear that Devlin was quick to succumb. His mad chattering can still be heard near the road leading to the Agamand Mills.$B$BI\'m collecting the remains of the Agamands, and I want poor Devlin. Find him, destroy him, and bring me his bones.','Slay Devlin Agamand. and bring Devlin\'s Remains to Coleman Farthing in Brill.','Thank you. Devlin\'s bones will rest nicely on my mantle.$b$bIf my cold heart can find warmth. it is in knowing that the Agamands are destroyed. They failed me and my family when the Plague came - now I swear I will smash their remains under my heel!','Did you find Devlin?','','','','','',2831,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(363,2,154,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,'Rude Awakening','About time you woke up. We were ready to toss you into the fire with the others. but it looks like you made it.$B$BI am Mordo. the caretaker of the crypt of Deathknell. And you are the Lich King\'s slave no more.$B$BSpeak with Shadow Priest Sarvis in the chapel at the base of the hill, he will tell you more of what you must know.','Speak with Shadow Priest Sarvis.','Another of the walking dead. hm? Must have been quite a shock. waking up in the crypt with only the cold and Mordo to greet you...$b$bI see the confusion on your face. Let me try to explain our... situation... to you.$b$bWe have been freed from the control of the Lich King by our new leader, Lady Sylvanas. The Dark Lady guides us in our war against the hated Scourge and the holdouts of humanity who dog our every step.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(364,2,154,0,1,2,0,690,0,0,0,0,0,0,0,0,0,8,0,0,363,0,0,0,0,0,0,'The Mindless Ones','We Forsaken are at war with the Lich King\'s army of the Scourge: necromantically raised armies of the undead. foul beasts of the north. and tormented spectres.$B$BThe northern part of the village has become overrun with the Mindless Ones, and they must be destroyed. Destroy them, show them no mercy, our former brothers and sisters as they might be. The Fallen are nothing but The Lich King\'s slaves.','Shadow Priest Sarvis wants you to kill 8 Mindless Zombies and 8 Wretched Zombies.','It is unfortunate that the Scourge cannot be brought into the fold. their large numbers would be useful in the battles ahead.$b$bBut they will not join us. so we have no choice but to destroy them.','You will not go far in this new life if you are unable to kill even the weakest of zombies. $N. Do not return until you have success to report.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1501,1502,0,0,8,8,0,0,0,0,0,0,3275,11847,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,17,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(365,2,85,0,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,407,0,0,0,'Fields of Grief','What have we here? You look like a fledgling $C. If you hope to prove yourself to The Dark Lady. you need to learn the ways of The Forsaken.$B$BTo the west you\'ll find a farm. Humans infest the land like mold on a rotting corpse. And worse yet, the Scarlet Crusade patrols nearby from their tower. Teach those scum a lesson and steal 10 of their precious pumpkins.$B$BOnce you have 10, take them to Apothecary Johaan in Brill.','Steal 10 pumpkins from the farm to the west. just north of Deathknell and take them to Apothecary Johaan in Brill.','You have performed your bidding well. young $C. You are proving yourself to be quite an asset to The Dark Lady\'s army.','Deathguard Simmer sent word that you were going to provide me with some much needed reagents. Were you able to gather 10 pumpkins yet. $N?','','','','','',2846,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(366,2,85,0,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,357,0,0,409,3016,1,0,'Return the Book','Long ago Gunther and I. along with the now Scourge Necromancer Thule Ravenclaw, were friends and students within the Kirin Tor - a society of mages in Dalaran.$B$BGunther and I both fell to the Plague, but I thought he either remained dead, or was raised into the ranks of the Lich King. It is good to know he is free.$B$BWe must have him. I have placed a spell on his book that, when he sees it, will show him that I too am free of the Lich King. After knowing this, it is my hope that he will join us.','Return Gunther\'s Spellbook to him. on the island of Gunther\'s Retreat.','My book?!? So you were the thief who stole it!$b$bBut...what is this new enchantment upon it...Bethor? He is in Lordaeron?$b$bIf he still exists. then perhaps he too escaped from the Lich King\'s grasp...','Your masters are fools to send you here. for I will never again be a Scourge slave!','','','','','',3016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(367,2,85,0,1,6,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,0,'A New Plague','Lady Sylvanas has called upon the Royal Apothecary Society. The Dark Lady believes our knowledge coupled with the newfound magic will provide the key to Arthas\'s demise. She has challenged us to concoct a new plague. a plague deadlier than any ailment on Azeroth. This new disease will bring Arthas\'s Scourge Army to ruin.$B$BMy studies show that the blood of beasts might prove to be the key. Bring to me 5 vials of darkhound blood so I can test my theory. ','Apothecary Johaan in the town of Brill wants you to collect 5 Vials of Darkhound Blood.','You have done well. $N and I thank you for your efforts.','Have you collected 5 vials of darkhound blood yet. $N? Time is fleeting!','','','','','',2858,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3382,0,0,0,3,0,0,0,68,0,0,0,0,250,0,0,0,0,0,125,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(368,2,85,0,6,9,0,690,0,0,0,0,0,0,0,0,0,0,0,0,367,0,0,369,0,0,0,'A New Plague','While you were collecting samples for me. my experiments led me to realize that more reagents will be required for this new disease to spread properly. Poisoning some hapless victim is child\'s play. Plaguing an entire world proves to be a bit more complicated.$B$BI will need 5 Vile Fin Scales from Murlocs in the vicinity. You will find the creatures along the coast to the north or to the west.','Apothecary Johaan of the town of Brill needs 5 Vile Fin Scales from Murlocs in Tirisfal Glades.','The scales are perfect. $N. Exactly what I needed for this concoction.','$N. were you able to obtain 5 Vile Fin Scales from the Murlocs?','','','','','',2859,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3434,0,0,0,5,0,0,0,68,0,0,0,0,250,0,0,0,0,0,300,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(369,2,85,0,6,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,368,0,0,492,0,0,0,'A New Plague','While you were out gathering. I uncovered some old text in one of my tomes that indicates that an ancient plague wiped out thousands of innocent victims. Later it was discovered that the deadly agent in the plague was preserved through the venom of Night Web Spiders.$B$BBring me some venom from a Vicious Night Web Spider to complete this experiment. I want to see if the contagious element from the venom will work with my new concoction. Rumor has it the spiders can be found in Eastern Tirisfal Glades.','Apothecary Johaan in the town of Brill wants you to bring him 4 samples of venom from a Vicious Night Web Spider.','Ah. this venom will do perfectly, $N. Everything else has been added to my concoction and boiled down. Finally, I am ready to try this new deadly agent!','Do you have some venom from a Vicious Night Web Spider yet. $N? It\'s the final component I need in order to test my experiment.','','','','','',2872,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,0,0,0,1,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(370,2,85,0,6,9,0,690,0,0,0,0,0,0,0,0,0,8,0,0,427,0,0,371,0,0,0,'At War With The Scarlet Crusade','The strategic documents from Executor Arren contain all the details we need to wipe the human infestation from the lands. According to the information. The Scarlet Crusade has assigned Captain Perrine and a brigade to the ruined tower southwest of Brill.$B$BKill Perrine along with 3 Zealots and 3 Missionaries and report back to me.','Executor Zygand in Brill wants you to kill Captain Perrine. 3 Scarlet Zealots and 3 Scarlet Missionaries.','Captain Perrine\'s death will undoubtedly please The Dark Lady. You have performed your duty well. $C.','Young $C. you shouldn\'t be wasting your time here in Brill when your people need you fighting for their cause. Now, take up arms and travel to the southwest, to the ruined tower, and slay Captain Perrine along with 3 Scarlet Zealots and 3 Scarlet Missionaries. We shall herd the Scarlet Crusade like cattle to their demise.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1662,1537,1536,0,1,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,300,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(371,2,85,0,7,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,370,0,0,372,0,0,0,'At War With The Scarlet Crusade','We are still at war and the Scarlet Crusade grows in strength. The report Executor Arren sent me indicates Scarlet Crusaders have been raiding from the ruined tower in southeastern Tirisfal near the Balnir Farmstead under the command of Captain Vachon.$B$BKill Vachon along with 5 Scarlet Friars. It should prove to be a devastating blow to the Crusade!','Executor Zygand in Brill has commissioned you to slay Captain Vachon and 5 Scarlet Friars.','Captain Vachon\'s death will slow down the Scarlet Crusade\'s advancement in Tirisfal quite a bit. But other threats loom.','I see you have returned but your task is not complete. Perhaps you are at ease with the mere humans interfering with The Dark Lady\'s plan? Or perhaps you can heed the call of duty and slay Captain Vachon and his band of Scarlet Friars!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1664,1538,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,350,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(372,2,85,0,5,12,0,690,0,0,0,0,0,0,0,0,0,8,0,0,371,0,0,0,0,0,0,'At War With The Scarlet Crusade','Scarlet Crusaders have been raiding from the ruined tower in northern Tirisfal. past Faol\'s Rest. According to the information we have, a ruthless commander named Captain Melrache is in charge of this evil crew.$B$BI am entrusting you now with a special and dangerous mission. Slay Melrache and his two bodyguards, in the name of The Dark Lady.','Executor Zygand in the town of Brill wants you to assassinate Captain Melrache and his two bodyguards.','You have done extremely well. $C. With ruthless fighters like you conquering in the name of The Forsaken our race is one step closer to defeating Arthas once and for all. I have a good feeling about you, comrade.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1665,1660,0,0,1,2,0,0,0,0,0,0,3445,3071,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0),(373,2,1581,0,16,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,389,2874,1,0,'The Unsent Letter','Searching Edwin VanCleef\'s person. you discover, among other things, an unsent letter. It is addressed to Baros Alexston, the City Architect of Stormwind, City Hall, Cathedral Square.$B$BIt appears to be recently written and sealed.','Deliver the Letter to the City Architect to Baros Alexston in Stormwind.','Edwin VanCleef. you say? I would as much expect a letter from my dead grandmother... So you\'ve killed him then? Pardon me in saying, but I\'m somewhat surprised. He was a peerless fighter in his younger years. Let\'s see what he finds the need to write to me about after so many years.$b$b$b$bEdwin... I see the years haven\'t changed you a bit, an idealist as ever, and a romantic. He doesn\'t care who he hurts, $N. Revenge has consumed him. But then, I\'m not sure I can blame him.','Yes? Is there something I can help you with?','','','','','',2874,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,18,75,0,0,0,0,700,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(374,2,85,0,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Proof of Demise','Executor Zygand tells me you\'ve been out killing Scarlet Crusaders. Tirisfal Glades is crawling with them.$B$BVarimathras. lieutenant to The Dark Lady, is seeing to it personally that the scum of Azeroth, the Human race, gets wiped into oblivion. Here in Tirisfal Glades we face a particularly annoying breed of humans: The Scarlet Crusade.$B$BVenture forth and wage an offensive on the Scarlet Crusade, $C. Bring me back 10 Scarlet Insignia Rings as proof of your loyalty to Varimathras and The Dark Lady.','Bring 10 Scarlet Insignia Rings to Deathguard Burgess in Brill.','Varimathras would be proud. You serve your leaders well. $C.','Have you collected 10 Scarlet Insignia Rings yet. $C?','','','','','',2875,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3435,3437,12299,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(375,2,85,0,7,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Chill of Death','It\'s so cold, now. The Plague of Undeath crawls through my veins like an icy serpent. The Mindless State will be upon me soon. But no doomed destiny will prevent me from serving our Dark Lady. When the call arose I sewed body bags for the fallen soldiers of Sylvanas\'s mighty army.$B$BNow my hands shake from the chill. If you would bring me five Duskbat Pelts and some Coarse Thread I could sew myself a blanket. Help me, $N, so that I can continue to serve the cause.','Bring five Duskbat Pelts and some Coarse Thread to Gretchen Dedmar in Brill.','I appreciate your efforts, $N. May Slyvanas recognize your bravery one day. . . .','Do you have five Duskbat Pelts and some Coarse Thread yet, $N?','','','','','',2876,2320,0,0,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,3833,5939,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,225,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(376,2,154,0,1,2,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Damned','My duties include tending to our wounded warriors. tailoring armor and clothes. and assisting Shadow Priest Sarvis with whatever else he might need.$B$BFrom the look of it. you\'ll be enlisted in his service also... hunting the Mindless Ones, if I know his mind. Well, if you\'d like to stay in one piece--and I\'ve no doubt you do--perhaps I can help. I\'m running out of paws and wings, and if you bring me some, I\'ll find some armor for you. You\'ll find a good number of wolves and bats to the south.','Novice Elreth requires 6 Scavenger Paws and 6 Duskbat Wings.','Thank you. $N. This armor should help you out.$b$bHopefully. it should do you more good than the last one to wear it...','Do try your best to keep yourself unharmed until I get you some armor.','','','','','',3265,3264,0,0,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,6060,2173,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(377,2,10,0,22,26,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crime and Punishment','As if the neglect for the residents of Duskwood was not bad enough. now the House of Nobles spits in the eye of the Darkshire Council with their decision to imprison Dextren Ward in Stormwind rather than behead the villain as per Lord Ebonlocke\'s sentence.$B$BWard was caught selling bodies from the cemetery to Morbent Fel, a crime punishable by death. Yet Stormwind claims Ward as their prisoner.$B$BAssassinate Ward in The Stormwind Stockade - bring me his hand - and I shall reward you.','Councilman Millstipe of Darkshire wants you to bring him the hand of Dextren Ward.','So Dextren Ward finally paid for his crimes against humanity? Good riddance to the scum I say. And cheers to you. my friend! Not only have you given the families of the dead the peace of mind they deserve, you sent a poignant message to those corrupt bureaucrats in the House of Nobles. Stormwind must rise to the needs of the people of Duskwood or we will break free from their tyranny.','So long as a molester of the dead like Dextren Ward is permitted to live. justice stands betrayed. Return to me once Lord Ebonlocke\'s sentence of death is carried out on that defiler, Ward. We shall give the families of the dead the closure they deserve and better yet, we will send a clear message to the House of Nobles in Stormwind.','','','','','',3628,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2033,2906,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1920,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(378,2,11,0,22,27,81,0,0,0,0,0,0,0,0,0,0,0,0,0,303,0,0,0,0,0,0,'The Fury Runs Deep','You have proven your loyalty to King Magni. $C. And your hatred for the Dark Iron scum is as great as my own.$B$BThere is a task I wish to complete myself but I am bound by honor to stay with Longbraid. But Roggo has gathered intelligence that proves Kam Deepfury was a conspirator in the attack on the Thandol Span. It was by Deepfury\'s planning that Longbraid lost his kin.$B$BDeepfury is being held for political reasons in the Stormwind Stockade. I want him dead, $N. For Longbraid! Bring me his head!','Motley Garmason wants Kam Deepfury\'s head brought to him at Dun Modr.','So Kam Deepfury finally got to feel what it is like to be on the receiving end of Death? Good. Serves the cowardly Dark Iron scum right. You have done well. $C. The victims of the Thandol Span attack were but mere victims in a world torn with war and unrest. Their families will have the peace of knowing Deepfury got the punishment he deserved. Longbraid\'s brother\'s death has been avenged.','I won\'t let foolish Human bureaucracy interfere with Dwarven matters. $N. Kam Deepfury is a proven conspirator in the Thandol Span attack. King Magni\'s good people lost their lives because of Deepfury\'s deceit. The Humans might be content to let Deepfury rot in The Stockade but I will not sleep soundly at night until Deepfury is slain.','','','','','',3640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3562,1264,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(379,2,440,0,38,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,243,0,0,0,0,0,0,'Slake That Thirst','You want a power source. I can help you with that. Know what I want? I want something to drink! Bring me five Wastewander Water Pouches. and I\'ll give you the 4711-FTZ.$B$BNow... guess where you can find Wastewander Water Pouches! Why don\'t you walk up to one of the Wastewander nomads to the east of here and ask them for one. Let me know how that works out for you.','Bring 5 Wastewander Water Pouches to Chief Engineer Bilgewhizzle in Gadgetzan.','Excellent. the power source is yours. Now, it isn\'t completely designed for use in a science kit like that, so you\'ll only have a limited amount of time before all the data you collect will go kablooey!$B$BWhen you collect everything you need for whatever it is you are doing, bring it to me and I\'ll shut it down properly. You\'ll have at most two hours to get what you need to get done, done.$B$BIf you don\'t get it done in time, I can always sell you another power source to try again. You heard me - sell!','Well. did the nomads \'volunteer\' up those water pouches for you?','','','','','',8483,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8524,0,0,0,1,0,0,0,369,68,0,0,0,150,150,0,0,0,0,0,2580,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(380,2,154,0,2,4,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,381,0,0,0,'Night Web\'s Hollow','One of our greatest struggles is obtaining the natural resources we need to survive. Gold was scarce even in the height of the Alliance\'s power.$B$BThere is a gold mine to the northwest that has been overrun with spiders. We need gold from the mine. but we can\'t very well get it while the spiders are crawling around in there. I\'ve not much manpower to commit to the task. so we\'ll just have to do it little by little.$B$BGet up there and see what you can do for us, $N.','Executor Arren wants you to kill 10 Young Night Web Spiders and 8 Night Web Spiders.','Hmm. well. it\'s a start. It\'ll take a few weeks or months to fully clean out the infestation. After that, we\'ll have to get down there with some torches to burn away the webbing.$b$bYou\'ve done your duty well, $N, I\'m sure I can find something else for you to do.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1504,1505,0,0,10,8,0,0,0,0,0,0,3270,3273,3272,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(381,2,154,0,2,4,0,690,0,0,0,0,0,0,0,0,0,0,0,0,380,0,0,382,0,0,0,'The Scarlet Crusade','You\'ll be happy to know we appear to be making progress in the mine. thanks in no small part to your efforts. We can now turn our eyes to other concerns.$B$BMy scouts have reported that a detachment of the Scarlet Crusade is setting up a camp southeast of here. The Scarlet Crusade is a despicable organization that hunts us. and they will not rest until every undead--Lich King\'s Scourge or no--is destroyed. We must strike first!$B$BBe careful, their unholy zeal makes them dangerous adversaries.','Bring Executor Arren 12 Scarlet Armbands from Scarlet Converts and Scarlet Initiates.','If only they listened to reason. eh. $N? Perhaps we could sit them down for reasonable discourse... ha!$b$bLight-blinded fools.','Those fools... They happily send themselves to their own graves.','','','','','',3266,0,0,0,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,3268,3269,3267,5779,0,0,1,1,1,1,0,0,159,0,0,0,5,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(382,2,154,0,2,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,381,0,0,383,0,0,0,'The Red Messenger','Reports from my superiors in Brill indicate that an agent of the Scarlet Crusade was dispatched from the Scarlet Monastery and sent here to Deathknell. According to the reports. the messenger possesses important information on his person. I do not have further details. but whatever it is, we must have it!$B$BYou\'re the most qualified person I have to send, $N. Find that messenger and bring me whatever information you can find.','Kill Meven Korgal. the messenger. at the Crusader camp, then return any information you find to Executor Arren.','Hmm... Let\'s see what you\'ve got...$b$b$b$bSome news of their exploits against us... Worthless. Scouting reports... New orders. \"Continue to build up a camp near the ruined city...\" Nothing we didn\'t know already... Ah. what\'s this? A map of the dispositions of some of their field commanders and agents! We can use this.','How goes your mission. $N?','','','','','',2885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3277,3276,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,500,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(383,2,154,0,2,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,382,0,0,0,2885,1,0,'Vital Intelligence','These will need to be taken to my superior. Executor Zygand. in Brill. With this information, we\'ll be able to deal a decisive blow to the Scarlet Crusade. Your services have been useful here in Deathknell, but I need someone to deliver this to Zygand, and I believe he\'ll be able to find you more appropriate work.$B$BTake the road north out of Deathknell. Soon after entering Tirisfal proper, you\'ll hit a crossroads. Take the eastern fork, and keep going east. You\'ll pass Cold Hearth Manor along the way.','Deliver the Scarlet Crusade Documents to Executor Zygand in Brill.','Yes. this is very good. You\'ve done well in obtaining this information. $N. Hmm... names of the officers in the Tirisfal Glades...$b$bImagine the blow we could deal to the morale of those bloody zealots if we were to kill their leaders in one swift strike.','Yes. what do you want?','','','','','',2885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,75,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(384,2,-304,185,5,7,0,1101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beer Basted Boar Ribs','Nothing my tavern patrons enjoy more than some Beer Basted Boar Ribs! Only problem is, the local trapper who used to bring me supplies enlisted in the King\'s Army to help with the war on the Alliance front. $B$BMaybe you can help me out? If you bring me six crag boar ribs and a Rhapsody Malt from the tavern here, I\'ll give you the family recipe for my famous Beer Basted Boar Ribs, not to mention a free sample! The secret\'s in the Malt!','Ragnar Thunderbrew in Kharanos wants 6 Crag Boar Ribs and a mug of Rhapsody Malt.','The Malt is brewed, the Boars are dead and before all is done and anything said wWe will have to fight for first dibs on these savory Beer Basted Boar Ribs!','I\'m going to need six crag boar ribs and a mug of Rhapsody Malt, $N.','','','','','',2886,2894,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2888,2889,0,0,5,1,0,0,54,47,0,0,0,250,100,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(385,2,38,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Crocolisk Hunting','Many a hunter is attracted to Loch Modan to hunt our famous crocs. There are always merchants who seek out crocolisk skins for clothing items or armor. and there are also some who enjoy the taste of their meat.$b$bWe do some trade in this, but not a huge amount, as the crocolisks are ferocious and have entrenched themselves on the islands in the Loch. But don\'t let me dissuade you, it\'s quite an experience, wrestling with the jaws of the beasts.$b$bWhy, this one time...','Get 5 pieces of Crocolisk Meat and 6 Crocolisk Skins for Marek Ironheart at the Farstrider Lodge.','Well now. these are excellent specimens you collected, $N. Good money for high quality materials, that\'s for sure.','Did I tell you about the time I almost lost my hand to one of the crocs? Nasty bugger it was. teeth like knives. But I was lucky... Jammed the brute\'s jaw shut with my knife. Still have the knife around here somewhere...','','','','','',2924,2925,0,0,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3678,2240,0,0,1,1,0,0,47,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(386,2,44,0,22,25,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'What Comes Around...','Targorr the Dread served under Gath\'Ilzogg as supreme Executioner. His methods were ruthless. even by filthy Orc standards. Men who fought bravely to defend the Kingdom were tortured on his whim. Now he is being held in the Stormwind Stockade, sentenced to die. Yet something is amiss. One of the bureaucratic nobles put a hold on his execution. I am sure foul play is in the works.$B$BPut an end to Targorr the Dread, $N. Travel to The Stockade and behead him before trickery is upon us.','Bring the head of Targorr the Dread to Guard Berton in Lakeshire.','Targorr the Dread has finally met his fate. I for one am glad to hear the beast now knows what it is like to be on the receiving end of Death\'s ruthless grip. You have done well. $N. Sometimes the truest justice can only be found outside the courtroom and beyond the clouded vision of politics.','Have you been to Stormwind yet. to The Stockade? I fear whatever trickery that has kept Targorr the Dread alive for this long will eventually bring about his freedom. He was sentenced to die, $N, not act as some political pawn on a noble\'s whim.','','','','','',3630,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3400,1317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,72,0,0,0,62,250,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(387,2,717,0,22,26,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Quell The Uprising','The uprising must be quelled! I need your assistance. If word gets out that the prison is overrun I will lose my job! This is a case of foul play if I\'ve ever seen one. But what\'s important now is forcing these prisoners into submission for the safety of Stormwind.$B$BThe punishment for insurgency is death. Kill some of these deviants! That ought to get things under control.','Warden Thelwater of Stormwind wants you to kill 10 Defias Prisoners, 8 Defias Convicts, and 8 Defias Insurgents in The Stockade.','Your efforts in The Stockade were valiant, $N. It\'s obvious this problem is bigger than the both of us. But you have performed well and for that I am thankful.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1706,1711,1715,0,10,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,72,0,0,0,87,350,0,0,0,0,4000,1920,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(388,2,1519,0,22,26,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Color of Blood','Bitterness flows through my veins like a cold river. My grandson. Mac, was such a good boy. A mere 14 years old. When the army was sent off to the front, Mac took up arms to defend the city. He was a guard in The Stockade, where the Defias gang is locked up. Mac reprimanded some of the prisoners for tearing their wool blankets to make scarves, a symbol of their gang. For that Mac was stabbed in the back.$B$BI want revenge. Bring me 10 of their precious Wool Bandanas. They are the color of blood.','Nikova Raskol of Stormwind wants you to collect 10 Red Wool Bandanas.','So these bandanas -- filthy tokens of corruption -- are what my $N had to die for? Such a waste. Such a tragic sacrifice. $b$bBut alas. I cannot return to the past. Just know, $N, that you have brought my family justice through your deeds.','I see you are back. $C. Have you collected 10 Red Wool Bandanas from those Defias Scum in The Stockade yet?','','','','','',2909,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,4000,1920,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(389,2,1519,0,16,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,373,0,0,391,0,0,0,'Bazil Thredd','VanCleef and I were members of the Stonemasons Guild. Our main project was to rebuild Stormwind after the War.$B$BWhen we had finished our duties, we were cheated. The nobles refused to pay us for our work. Some of the more senior of the Stonemasons were offered governmental jobs, but VanCleef refused it out of loyalty to all the Stonemasons. He led a riot and left the city, swearing revenge.$B$BHis lieutenant, Bazil Thredd, might know more about VanCleef\'s plans. He\'s being held prisoner in the Stockade.','Speak with Warden Thelwater in the Stockade.','What in the Light do you want? Can\'t you see we have a crisis here?$b$bBazil Thredd?! Why would you want to speak with that bastard? How am I supposed to know you\'re not one of his cronies, come down to help with his bloody riot? If all the blasted cells weren\'t open, I might throw you in one for a while!',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(391,2,1519,0,16,29,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,389,0,0,392,0,0,0,'The Stockade Riots','Let\'s get one thing straight. $N: I don\'t trust you. But, with the situation as it is, you probably won\'t make a difference.$B$BSo here\'s how it\'s going to be: go down there and have your talk with Thredd. If you\'re really on our side, then kill him and bring me his head when the job\'s done. And if it turns out you\'re on his side, and don\'t come out... when we find you, you\'ll die along with the rest of the maggots.','Kill Bazil Thredd and bring his head back to Warden Thelwater at the Stockade.','Without Thredd to lead them. hopefully the riots will be more controllable. We shall see.$b$bI must say, after a half hour, I hardly expected you to come out, but it seems I misjudged you.$b$bI\'d guess, then, that you didn\'t get much useful information out of him? But I know a thing or two that might be of interest to you about Thredd\'s activities.','Either you bring me Thredd\'s head. or I\'ll take yours, understand, $N?','','','','','',2926,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,63,250,0,0,0,0,2500,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(392,2,1519,0,16,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,391,0,0,393,8687,1,0,'The Curious Visitor','During the first years of Thredd\'s imprisonment. he never had any visitors. I figured that he was no longer of use to the Brotherhood, so they abandoned him.$B$BAnyway, a few months ago, that all changed , he started to get regular visits... once, maybe twice a week. It was a strange man--the quiet type. I had my suspicions, but all his papers checked out.$B$BHis documents claimed his name was Maelik , here\'s his description. I don\'t think he\'ll be coming to visit Thredd anymore.','Bring the Sealed Description of Thredd\'s Visitor to Baros Alexston in Stormwind.','Hmm. Maelik? No. the name doesn\'t sound familiar and neither does this description. But it could be anybody! A former Stonemason, one of the Defias Brotherhood... Though if he is as well connected as Thelwater suggests, perhaps someone else might recognize him. Let me think.','Yes. $N? What have you found?','','','','','',8687,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,7,25,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(393,2,1519,0,16,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,350,8687,1,0,'Shadow of the Past','I really haven\'t a clue. $N. There is someone else who might be able to help you, and it so happens that he owes me a favor for--well, let\'s not get into that. Master Mathias Shaw of SI:7 can be found in the barracks in Old Town. Shaw has his thumb on most of the shady, or underhanded dealings of the city.$B$BIf anyone knows, it\'d be him.','Bring the Sealed Description of Thredd\'s Visitor to Master Mathias Shaw in Stormwind.','What? What\'s this? Yes. I think I do know who this man is, but his name is not Maelik. Assassins wear many names and many masks, discarding them as they lose their usefulness. Another alias known to be used by this man is Marzon , though even that is surely not his true name.$b$bRegardless, he is an assassin and I know a good deal about him.$b$bMarzon is currently under the employ of Lord Gregor Lescovar, a lord of shady reputation, even given the corruption of the nobility of Stormwind.','Greetings. Of what service can I be to you. $C?','','','','','',8687,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,6,25,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(394,2,1519,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,434,0,0,395,0,0,0,'The Head of the Beast','Find Shaw in Old Town. Let him know that the Lescovar threat has been dealt with and about your involvement in the Lord\'s plots against the city. I\'m sure he\'ll be proud to have another hero among Stormwind\'s citizens.$B$BHe\'ll more than likely send you off to meet with the Prince or some other noble. Don\'t let it get to your head, $N. The nobles can think they rule the city all they want, but some things remain out of their hands.','Speak to Mathias Shaw in Stormwind.','He is dead, then? Your justice was swift, $N. I pray to the Light that I never become your quarry!$b$b$b$bI mean no criticism, $N. How could I, being the master of all assassins? But in truth, you have done the people of Stormwind a great service, and for that, I thank you.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(395,2,1519,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,394,0,0,396,0,0,0,'Brotherhood\'s End','Ah, I almost forgot. Alexston came while you were away, he wished to speak with you. No doubt he wishes to report the goings-on of the Defias Brotherhood to the nobles.$B$BA bit of advice, $N: if anyone should ask, I would provide all details but that it was your hand that slew Lescovar. Trust me. I am... acquainted... with the ways of such things.$B$BAnd as far as Trias goes, well, speak to no one of him... ever... if you can help it.','Speak with Baros Alexston in Stormwind.','It\'s good to see you, $N. I have heard that Lord Gregor Lescovar was found dead not long ago.$b$bIt would seem that you were successful in your mission. You have my gratitude that you have saved me, and many others, from VanCleef\'s revenge.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(396,2,1519,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,395,0,0,0,2956,1,0,'An Audience with the King','I have prepared a report for the King. I believe you should be the one to deliver it to him. along with an account of your findings. Do not worry, there is no doubt that he will commend you for doing your duty to the people of Stormwind.$B$BYour audience is scheduled soon, so you\'d best hurry, it\'s a bit of a ways to Stormwind Keep.','Deliver Baros Alexston\'s report on the Defias Brotherhood to King Varian Wrynn in Stormwind Keep.','You are to be commended for the service you have done for Stormwind. $N. If VanCleef had been successful in his machinations, he would no doubt have done considerable harm to the kingdom - something we must obviously avoid.$B$BTake this, $C, as a token of the King\'s appreciation. I am only sorry he cannot present it to you himself, but he is away on a diplomatic mission and shall not return for some time.','$N. yes? I was informed by Baros Alexston that you would be coming. I must say, I am most interested in what you have to say.','','','','','',2956,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2933,0,0,0,1,0,0,0,72,0,0,0,0,500,0,0,0,0,0,0,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(397,2,1519,-9,25,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,336,0,0,0,0,0,0,'You Have Served Us Well','I hear Lord Wishock enjoyed his beverage.$B$bYou have served us well, $N. The Warlocks of Stormwind will be able to practice our ways without disturbance, thanks to you. For your efforts, I have prepared a special gift for you. Speak with my servant, Zggi, and claim your reward.','Speak with Zggi, the servant of Zardeth the Blackclaw, to claim your reward.','Master says give gift to $N. Zggi wants to keep nice gift but Zggi knows better than to betray Master.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(398,2,85,0,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted: Maggot Eye','Wanted: Maggot Eye!$B$BA foul beast. even by Gnoll standards, Maggot Eye has been sentenced to death for his crimes against The Forsaken. This despicable villain has been stealing corpses for use by the Lich King\'s army. Maggot Eye was last seen pillaging the lands near Garren\'s Haunt to the north of Brill.$B$BThe town of Brill hereby offers a reward to the capable soul who can carry out the execution. Show Executor Zygand the villain\'s paw once the deed is done.$B$BMercy is for the weak.','Kill Maggot Eye and return to Executor Zygand in Brill with his paw for a reward.','Maggot Eye\'s dastardly acts have finally been avenged. Maybe your acts of valor will send a clear message to those who wish to bring harm to our people. On behalf of the town of Brill I thank you. $N.','Yes?','','','','','',3635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5941,3444,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,350,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(399,2,1519,0,10,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Humble Beginnings','It seems an eternity since I was a boy working the farm in Westfall. They say you can never go back. and it\'s true. Doubly true in my case, my family\'s home has been burned down and taken over by thieves.$B$BI have spoken with my father about the fate of some of my possessions, including my first compass. He was unable to save them. However, he also says that they should be hidden away on the farm.$B$BYou\'ll find the Alexston Farmstead west of Sentinel Hill. Perhaps you could go and retrieve it for me?','Go to Baros Alexston\'s house in Westfall and search for his compass. then return it to him in Cathedral Square of Stormwind.','Oh. thank you, $N! It\'s of no practical use to me, but the sentimental value... Needless to say, thank you for bringing this to me... at some cost to your own well-being, not to mention the time it took to go all the way down to Westfall. You have my gratitude, and have this as a token of my thanks.','$N! Did you have any luck?','','','','','',2998,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,62,250,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(400,2,1,0,2,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2999,1,0,'Tools for Steelgrill','Beldin Steelgrill owns the local mechanic shop. and he\'s the best siege engine tech there is! But he\'s not forgiving to his tools. I swear he almost breaks more arclight spanners than we can supply him with!$B$BWe just filled his last order for tools. If you deliver it to him I\'m sure he\'ll make it worth the effort.$B$BHis shop, Steelgrill\'s Depot, is just northeast of Kharanos. And it\'s a local haunt for veteran siege engine pilots, so keep your ears open for opportunities while you\'re there.','Deliver Steelgrill\'s Tools to Beldin Steelgrill.','You have my tools? Well done. lad, well done! I just broke my last fang-ratchet an hour ago and I need one of those to finish repairs on Pilot Stonegear\'s siege engine. You did a good thing by lugging those tools here, $N.$b$bHere, take these coins for your help.','Hm? You look a little young to be a siege engine pilot. But no matter...do you need something fixed?$b$bWell take a number and get comfortable. I\'m working on a couple engines right now and won\'t have time for another job for at least a few days.$b$bOr. were you here for something else...?','','','','','',2999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,25,25,0,0,0,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(401,2,10,0,23,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,251,0,0,252,0,0,0,'Wait for Sirra to Finish','I\'m almost finished translating that note. If you come back in a few moments I should be done.','Wait a moment, then speak with Sirra Von\'Indi again.','There we are. It\'s translated...$B$B','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(404,2,85,0,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Putrid Task','Scourge have trickled into Tirisfal Glades and have infested the area west of Brill. near the old bridge.$B$BGo there and beat back the Rotting Dead and Ravaged Corpses you find. Scatter their bones and bring back their Putrid Claws, and the Deathguards will reward you.','Bring 7 Putrid Claws to Deathguard Dillinger in Brill.','Well done. I regret not being there to see you smash those undead into rotting pulp!','Have you completed the task with which I have charged you? Do you have those Putrid Claws?','','','','','',2855,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,100,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(405,2,85,0,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,358,0,0,357,3017,1,0,'The Prodigal Lich','Bethor Iceshard. a high-ranking and powerful mage in the Undercity to the south, commands me to send him an agent with proven worth against the Scourge. You, $N, will be that agent.$B$BPresent these orders to Bethor. He will then instruct you on your mission. I don\'t know its details, but it deals with recruiting a wayward Lich. And it will be dangerous.$B$BSo ready yourself, $C. You must not fail.$B$BYou may find Bethor in the Magic Quarter of the Undercity.','Present Sevren\'s Orders to Bethor Iceshard in the Undercity.','Ah. you are the agent sent by Magistrate Sevren. Then yes, your business with me is crucial.$b$bI trust Sevren has mustered someone suitable for my task...but we shall see.','Greetings. Either you do not know who I am. or your business with me is urgent.$b$bBecause if neither of these were true, then you would not be foolish enough to disturb me...','','','','','',3017,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(407,2,85,0,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,365,0,0,0,3035,1,0,'Fields of Grief','Harmless pumpkins. right? Or so it would seem. If we are to defeat Arthas\'s advances from the North and the Human infestation from the South we need to start realizing the full potential of our gift of undeath.$B$BWith a little ingenuity a simple pumpkin becomes an agent for our Dark Lady. This pumpkin, laced with my latest formula, will prove to be quite a treat.$B$BYet another Scarlet Zealot has been captured and is being kept in the cellar of the Gallow\'s End Tavern. Take this pumpkin to the fool.','Take the Laced Pumpkin to the Captured Scarlet Zealot who is being held in the cellar of the Gallow\'s End Tavern.','By the Light! Finally some food! Sweet. sweet pumpkin. . . .','Stay away foul and unholy creature! May the Light protect me! The Scarlet Crusade shall rid Azeroth of your. . .$b$b. . .oh wait. Is that food for me? I am so hungry. . .','','','','','',3035,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,6,0,11,0,0,1,0,0,0,0,0,0),(408,2,85,0,7,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,355,0,0,0,0,0,0,'The Family Crypt','The Agamand Mills area has become a foothold for the Scourge. Their strongest point is the Agamand Family Crypt where their local military leader. a skeleton named Captain Dargol, has headquartered. With Necromancy he has raised the ancestors of the Agamands and plans to use them against us.$B$BThis cannot pass, and you must stop it. Travel to the Agamand Family Crypt and defeat the raised Agamand ancestors.$B$BAnd, bring me the skull of Captain Dargol.','Kill 8 Wailing Ancestors and 8 Rotting Ancestors.$B$BKill Captain Dargol. and bring his skull to Magistrate Sevren in Brill.','Your actions struck a telling blow against the Scourge. And your victory will not go unnoticed - not by the Forsaken. nor by our enemies.$b$bContinue the struggle as we all do, $N, and one day we will drive the Lich King himself from Azeroth!','Time is not a luxury we have. $N. With each passing hour, the Scourge\'s hold on Tirisfal Glades grows more firm.','','','','','',0,0,3082,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1534,1530,0,0,8,8,0,0,0,0,0,0,3446,3440,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(409,2,85,0,6,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,366,0,0,411,0,0,0,'Proving Allegiance','You say you are not bound by the will of the Lich King. and the enchantment Bethor placed upon my book corroborates this. But before I believe you I must have proof that you are enemy to the Scourge.$B$BThere is an old, bloody altar just off the southern coast of this island. it is used by a powerful Scourge agent, Lillith Nefara.$B$BTake a Candle of Beckoning from this crate here. Light it on the altar and Lillith will awake. Destroy Lillith, and I will believe you are the Lich King\'s foe.','Obtain a Candle of Beckoning.$B$BSummon Lillith Nefara and kill her.$B$BReturn to Gunther on his island.','You have defeated Lillith Nefara. proving you are an enemy of the Scourge. Incredible.$b$bI had believed I was the only Undead with free will, but you have shown me there are others who have broken the Lich King\'s domination.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1946,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(411,2,85,0,6,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,409,0,0,0,3081,1,0,'The Prodigal Lich Returns','Take this Nether Gem to my old comrade Bethor. It will let us communicate ... and I have much to tell him.','Bring the Nether Gem to Bethor Iceshard in the Undercity.','You convinced him to join us! You have done a great deed for the Forsaken. $N. The Dark Lady will be informed.','Have you returned Gunther\'s book? Has he responded?','','','','','',3081,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5940,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(412,2,1,0,7,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Operation Recombobulation','Upon further analysis of the Gnomeregan situation. it would appear as though we not only failed to eradicate the troggs but we also happened to turn most of the gnomish race into horrific, mindless, evil-doing leper gnomes.$B$BOzzie and I plan to reverse the horrible leper effect with our latest invention: The Recombobulator. The machine is almost complete but we are in dire need of some Restabilization Cogs and Gyromechanic Gears. Retrieve some from the leper gnomes out front of Gnomeregan for us.','Bring Razzle Sprysprocket in Kharanos 8 Restabilization Cogs and 8 Gyromechanic Gears.','These Gyromechanic Gears and Restabilization Cogs are in perfect accordance with Ozzie\'s schematics for the Recombobulation Device. Once I add some hyrdolubricant to the inner combustion pistons. adjust the crank-o-ratchet and increase of the viscosity of the electrogum gel, the gnomish race will be as good as new.','The Recombobulator will be up and running as soon as we have sufficient Restabilization Cogs and Gyromechanic Gears.','','','','','',3083,3084,0,0,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,3152,3153,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,250,250,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(413,2,1,0,8,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,414,3085,1,0,'Shimmer Stout','I\'d like my brother Wellart to try my new Shimmer Stout. He\'s a Mountaineer stationed in the southern guard tower. one of two towers on the border to Loch Modan.$B$BHe may not be a brewer like the rest of us Barleybrews, but he loves his drinks and I know he\'ll like this one.$B$BCan you bring him this Barrel of Shimmer Stout for me?','Take the Barrel of Shimmer Stout to Mountaineer Barleybrew.','$b$bOh. Whoa! This stuff really puts a shine in your eyes. I feel like I can see in the dark!','Hello. $C! And what business takes you all the way out here?$b$bSomething exciting, I hope. I haven\'t been in a good fight in days, and this barrel of ale is almost dry...','','','','','',3085,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,75,75,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(414,2,1,0,8,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,3086,1,0,'Stout to Kadrell','I\'ve been drinking more of that Shimmer Stout my brother made - it\'s great stuff! I want a fellow Mountaineer to try it. His name\'s Kadrell. and he\'s usually patrolling the road through Thelsamar in Loch Modan.$B$BTo get to Thelsamar, go southeast through the tunnel, then turn northeast when the path forks into a road. Follow that road straight into Thelsamar.$B$BGive Mountaineer Kadrell this cask of Shimmer Stout and see what he thinks!','Take the Cask of Shimmer Stout to Mountaineer Kadrell.','Now. let me have a taste...$b$bMagni\'s Beard! This stuff gets your head turning! And it lightens the limbs, too.$b$bI feel like I can fly!','Greetings. $C, and welcome to Thelsamar!','','','','','',3086,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,150,150,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(415,2,1,0,8,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,413,0,0,0,'Rejold\'s New Brew','Rejold Barleybrew at Brewnall Village has been asking for you.$B$BHe wants to talk to you about a new drink he\'s been brewing...said something about you helping him with it. You might want to head back to Brewnall Village and see what he has to say.$B$BThere could be some free booze in it for you...','Speak with Rejold Barleybrew.','$N! You know that Shimmerweed you brought me? Well I used it in a few recipes I\'ve been working on. and one of them turned out great!$b$bHere, try it out and tell me what you think...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3087,0,0,0,1,0,0,0,54,47,0,0,0,10,10,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(416,2,38,0,10,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rat Catching','We have a real infestation problem to the west. Tunnel rat kobolds have moved into the foothills. setting up dens and fouling our land with their filth!$B$BWe want them eliminated. Hunt them, bring me their ears and earn their bounty.$B$BYou can find tunnel rat kobolds and their dens west of Thelsamar, littered along the mountainside.','Bring 12 Tunnel Rat Ears to Mountaineer Kadrell in Thelsamar.','Ugh! When I asked for those ears I didn\'t realize they\'d smell so bad!$b$bHere\'s your reward. $N. Well done.','Hail. $N. How goes the rat catching?','','','','','',3110,0,0,0,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,3158,860,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,400,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(417,2,1,0,8,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,419,0,0,0,3117,1,0,'A Pilot\'s Revenge','Hildelve wrote in his journal that he was attacked by Mangeclaw. a \"huge Ice Claw Bear.\" He drove off the beast, but not before it mauled him savagely.$B$BJudging from the state of Hildelve\'s body, Mangeclaw must have later returned and killed him.$B$BHowever, Hildelve wrote in his journal his one, final wish:$B$BRevenge against Mangeclaw.','Kill Mangeclaw.$B$BBring his Mangy Claw and Hildelve\'s Journal to Pilot Hammerfoot.','This is grim news. for Hildelve was a good friend. And I wish I could have been there with you when you found the beast, Mangeclaw!$b$bThank you, $N. Your deed will be remembered by the pilots of the Ironforge Siege Brigade.','Hello. $N. Do you have word of my friend Hildelve?','','','','','',3183,3117,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2218,1009,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,150,150,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(418,2,38,0,7,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Thelsamar Blood Sausages','There\'s never a shortage of empty bellies here in Thelsamar. kids running in and out, workers from the excavation coming in after a hard day\'s work. We\'re famous for our blood sausages, I don\'t suppose you\'ve ever tried them?$B$BNo? Well, around here you\'ve got to work for your meals, and don\'t think just because you\'re a fancy $C, you\'ll be any exception.$B$BI\'ll need bear meat, boar intestines for the casings, and spider ichor for spice. You get me some of those, and leave the cooking to Vidra!','Bring 3 pieces of Bear Meat. 3 Boar Intestines, and 3 Spider Ichor to Vidra Hearthstove in Thelsamar.','Trust me. it seems a lot harder than it looks, but...$b$bOh, I\'ve never known someone to take much interest in the making of sausages, but I\'ll give you the recipe just in case. Here you go, mind you eat them fresh!','I\'m all ready to start cooking. do you have the ingredients for me?','','','','','',3172,3173,3174,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3220,3679,0,0,5,1,0,0,47,0,0,0,0,250,0,0,0,0,0,400,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(419,2,1,0,8,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,417,0,0,0,'The Lost Pilot','My friend and fellow Siege Engine pilot. Mori Hildelve, is lost in the hills. We were looking for a rare ore that\'s needed for a high-grade blastpowder, and during our search he drove his engine up a steep hill and busted it!$B$BStill convinced that ore was in these mountains, Hildelve charged me to guard our engines while he continued on foot, searching.$B$BIt\'s been days, and I\'ve heard some beastly growls in the hills at night. Mori\'s tough as nails, but I\'m worried.$B$BPlease, $N. Find him.','Find Pilot Hildelve.','Here is the corpse of a dwarf -- mauled. frozen, and picked clean by mountain scavengers. Clutched in its hand is a book containing the roughly scribbled notes of Mori Hildelve. And around its frame, still in superior condition, is a Brigadier\'s Vest.$b$bThis grisly scene must have been where the Siege Engine pilot met his end.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3151,0,0,0,1,0,0,0,54,47,0,0,0,75,75,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(420,2,132,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,282,0,0,0,2619,1,0,'Senir\'s Observations','The troggs in the tunnel are extremely hostile. and haven\'t shown any hesitation in attacking travelers through the tunnel. You seem tough enough, though, so you should probably be safe.$B$BDirections? If you\'re going to speak with Senir, you\'ll find him in Kharanos.$B$BMake your way through the tunnel, and after you come out on the other side, just keep following the road, it\'ll run right into Kharanos.','Deliver Grelin\'s report to Senir Whitebeard in Kharanos.','What\'s this? Ah. my brother\'s report. Hmm...$b$bI told him to be sparing with the use of the King\'s name, but he didn\'t listen. No harm, I suppose, though it\'s sure to ruffle some feathers in the Senate. Not that those weren\'t some feathers that needed ruffling! Hah!$b$bNonetheless, I guess that means that I should send my report on to Ironforge as well, but I must admit I\'m a bit behind. Bloody cold.$b$bI should have some work for you later, if you\'re interested.','How are you? Like to share a drink with me. perhaps? Not much else to do in the cold.','','','','','',2619,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,150,150,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(421,2,130,0,9,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,422,0,0,0,'Prove Your Worth','Lady Sylvanas has charged Varimathras with the conquering of the human and dwarven lands to the south.$B$BBut that fool. Arugal -- charlatan of Dalaran and now cursed beast of Shadowfang Keep -- let his reckless magic wreak havoc with the strategic stronghold of Silverpine Forest.$B$BI need someone skilled in the ways of combat to help clean up Arugal\'s mess. Prove yourself to me by killing 5 Moonrage Whitescalps. The wretched beasts can often be found just off the road, down the hill below.','Dalar Dawnweaver at the Sepulcher wants you to kill 5 Moonrage Whitescalps.','You have served me well. $C. It is obvious to me that you will be a worthy aide to me as I prepare to rid Silverpine Forest of Arugal\'s curse.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1769,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,350,510,0,1460,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(422,2,130,0,9,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,421,0,0,423,0,0,0,'Arugal\'s Folly','How Arugal gained acceptance within the Kirin Tor is beyond me. His spell-casting knowledge seemed as transparent as a blown glass bauble.$B$BWhat\'s important now is learning exactly what magic Arugal used so that I can turn it against him and secure Silverpine Forest for the Dark Lady.$B$BArugal first stayed at the wheat farm just north of the bridge. One of the Deathstalkers reported seeing some spellbooks but could not secure them. Retrieve for me the spell labeled Remedy of Arugal from those books.','Retrieve the Remedy of Arugal for Dalar Dawnweaver at the Sepulcher.','This is precisely the spell I was in search of. $C. If your dedication to The Dark Lady\'s cause remains infallible you will find you have quite a future amongst The Forsaken.','Before I know what we are dealing with here. $C, I need to study the spell known as Remedy of Arugal. Bring it to me now or I shall be forced to find myself a worthy servant.','','','','','',3155,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,540,0,1460,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(423,2,130,0,9,14,0,690,0,0,0,0,0,0,0,0,0,0,0,0,422,0,0,424,0,0,0,'Arugal\'s Folly','After examining Arugal\'s work my worst suspicions were confirmed. The old hack was not qualified to clean chamber pots in Dalaran let alone represent the Kirin Tor in its most dire hour. Fools!$B$BArugal used enchanted items to reinforce his weak magic. I need to examine these items first hand. Travel forth and slay Moonrage Gluttons and Moonrage Darksouls until you have collected enough of their enchanted shackles for my research. The foul creatures have been seen to the north and east.','Bring 6 Glutton Shackles and 3 Darksoul Shackles to Dalar Dawnweaver at the Sepulcher.','I hope I can acquire enough energy from such a limited sample. Perhaps I should have had you get more shackles.$b$bNonetheless. you showed great skill in collecting these, $C.','I will need 6 Glutton Shackles and 3 Darksoul Shackles before I can assess the situation and devise a final solution for Arugal. Now heed your bidding and slay Moonrage Gluttons and Moonrage Darksouls until you have what I need.','','','','','',3156,3157,0,0,6,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,600,600,0,1460,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(424,2,130,0,9,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,423,0,0,99,0,0,0,'Arugal\'s Folly','It will indeed take me longer than I had thought to uncover the dark secrets behind the enchantments Arugal was using.$B$BBut in the meantime I need you to take care of a slight problem our Darkstalkers have discovered. It seems that Arugal let his magic spread to the Deep Elem Mine in the hills to the southeast.$B$BThe mine would prove to be quite a resource for Varimathras\'s advance.$B$BI want you to behead the tainted foreman of the mine. Grimson the Pale. With his death, the mine shall be ours.','Kill Grimson the Pale and bring his head to Dalar Dawnweaver at the Sepulcher.','Most excellent. The mine will provide superb resources for our forces as we spread throughout Silverpine and into Azeroth.','Has Grimson the Pale been slain? Varimathras will not be pleased if we ignore his bidding.','','','','','',3634,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,700,660,0,1460,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(425,2,130,0,10,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,430,0,0,0,0,0,0,'Ivar the Foul','My brother Quinn and I were tasked to recon Silverpine Forest and report to High Executor Hadrec. But we didn\'t get far -- when moving through this farm we were attacked by the ghoul Ivar the Foul.$B$BWe escaped from Ivar. but he seriously mauled Quinn. He\'s healing from the potion you gave him, but Ivar may return before Quinn recovers.$B$BKill Ivar so Quinn will have time to heal. Ivar is usually in the barn yonder, waiting for my guard to drop.','Kill Ivar the Foul. and bring Ivar\'s Head to Rane Yorick at the Ivar Patch.','Ah. thank you. You have my gratitude, $N.$b$bAnd I will include you in the report I make to my superiors.','Have you killed Ivar the Foul? If you won\'t do it for me and my brother. then do it for the Forsaken.','','','','','',3621,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3453,3583,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,350,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(426,2,85,0,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,404,0,0,0,0,0,0,'The Mills Overrun','The Scourge are trying to form a base at the Agamand Mills. If they do. then they can stage further attacks within Tirisfal.$B$BThe orders have been given. The Scourge in the Mills must be destroyed.$B$BGo to the Mills. Collect Notched Ribs from Rattlecage and Cracked Skull Soldiers, and Blackened Skulls from Darkeye Bonecasters.$B$BTo get to the Mills, follow the road west. After crossing the bridge, take the next fork north then keep going north. When you see windmills, the battle will begin.','Gather 5 Notched Ribs and 3 Blackened Skulls. then return to Deathguard Dillinger in Brill.','Your efforts in the war are felt among us. $N. I will not thank you for doing what is necessary, but the Deathguards of Tirisfal will remember your name.','Our battles with the Scourge wage on. $N. Do your part and throw those cursed, mindless undead back into the Plaguelands!','','','','','',3162,3163,0,0,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,3447,3834,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,450,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(427,2,85,0,5,8,0,690,0,0,0,0,0,0,0,0,0,8,0,0,383,0,0,370,0,0,0,'At War With The Scarlet Crusade','The documents Executor Arren provided are just the break we needed in our battle with the wretched Scarlet Crusade. We now know their exact locations throughout Tirisfal Glades.$B$BBut the Deathguard has larger concerns. The Lich King\'s army grows in number each night. We need someone with \"initiative\" like yourself to drive the Scarlet Crusade to the grave.$B$BProve to me you are capable of serving The Dark Lady by travelling west to the tower past the Solliden Farmstead and slay 10 Scarlet Warriors.','Executor Zygand of Brill wants you to kill 10 Scarlet Warriors.','Most excellent. $C. Your skill in the art of combat is undeniable.','If you wish to prove your worth to The Dark Lady. slay 10 Scarlet Warriors, $C.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1535,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,225,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(428,2,130,0,10,12,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,429,0,0,0,'Lost Deathstalkers','A couple weeks ago two of our Deathstalkers. Rane and Quinn Yorick, were sent on a reconnaissance mission through northern Silverpine. We have not heard from them.$B$BThey may have become victim to the Scourge, though if that is true then I want it confirmed. Find these Deathstalkers.$B$BTheir first objective was to scout the farms in northern Silverpine. You should begin your search there.','Find the Deathstalkers Quinn and Rane Yorick.','You found us! And not a moment too soon...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(429,2,130,0,10,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,428,0,0,430,0,0,0,'Wild Hearts','My brother Quinn was badly hurt by the ghoul. Ivar the Foul, and I don\'t know if he will heal properly without magical aid. Although I am not an apothecary, I do know that our apothecaries can make healing potions from the discolored hearts of worgs.$B$BGather such hearts and take them to Apothecary Renferrel at the Sepulcher to the south. Then return here with the potion.$B$BYou can find plenty of worgs between here and Malden\'s Orchard to the east.','Gather 6 discolored worg hearts and bring them to Apothecary Renferrel at the Sepulcher.','$b$bIt is troubling to hear our Deathstalkers have failed their mission.$b$bLet us hope that these failures are rare.$b$bI\'ll give you the potion in a moment. but here is its recipe - if those Deathstalkers find themselves in need of future aid, then perhaps you can give it yourself.','My time is short. $C, for the Dark Lady has charged me with a grave task.','','','','','',3164,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4597,4596,0,0,1,1,0,0,68,0,0,0,0,75,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(430,2,130,0,10,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,429,0,0,0,3165,1,0,'Return to Quinn','Here is the potion to aid in Quinn Yorick\'s recovery.$B$BNow if you will excuse me. I have very important work to continue...','Bring Quinn\'s potion to Quinn Yorick at the Ivar Patch. north of the Sepulcher.','$b$bYes. I can feel it working. I will soon be able to travel.$b$bYou have done me a great favor, $N.','My sister told me you were here to aid us. Is that true?','','','','','',3165,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(431,0,85,0,6,10,0,690,0,0,0,0,0,0,0,0,0,8,1,0,-409,0,0,0,0,0,0,'Candles of Beckoning','','','You grab one of the candles and place it in your pack.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0),(432,2,1,0,6,9,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Those Blasted Troggs!','Those Light-blasted troggs. turning my work site into a wreck! Look at that, there goes another barrel of powder!$B$BOhhh, I wish I could go down there and wring every one of their scrawny little necks! I want to kill them all!$B$BThis can\'t be good for my health, all this stress and anger... What have they left me with? Nothing!$B$BI\'d kill them myself, but my aim\'s no good anymore! You go into the quarry and kill some of the filthy buggers! I\'ll pay you! Just hurt them, kill them!','Kill 6 Rockjaw Skullthumpers for Foreman Stonebrow at the Gol\'Bolar quarry.','Well. that makes me feel a little better...$b$bBut I won\'t be happy until they\'re all dead! All of them!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,150,150,0,0,0,0,200,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(433,2,1,0,6,11,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Public Servant','As a member of the Senate and the Explorers\' League. I\'ve taken it upon myself to take care of this part of the trogg infestation that has gripped our lands.$B$BThey\'ve certainly made a mess of Gol\'Bolar quarry, and for no reason. As we dug deep into the earth, they poured out, destroying our equipment and driving the miners out. There\'s not much for us to do but to exterminate the lot of them, rebuild, then get back to work.$B$BIf you help me with the troggs, I\'ll gladly recompense you for your time.','Kill 10 Rockjaw Bonesnappers for Senator Mehr Stonehallow at the Gol\'Bolar quarry.','It is a start. Hopefully we can take advantage of it. and move some Mountaineers in to secure the area. Then we can begin to restore our infrastructure and get the miners back to work.$b$bThank you for your assistance, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1117,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,150,150,0,0,0,0,300,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(434,2,1519,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2746,0,0,394,0,0,0,'The Attack!','After I put on Spybot\'s disguise. he\'ll head in to talk to Lescovar. The guards should let him pass no problem.$B$BWhile you were getting materials for me, I took care of informing Marzon that it was time for him and Lescovar to meet again. I even dropped some false information.$B$BLescovar will dismiss his guards and wait for Marzon out here in the garden. After you catch wind of talk about the Defias, make your move. You need to kill them both before the guards return! When you\'re done, speak to Trias.','Remain in the garden until Lord Gregor Lescovar and Marzon the Silent Blade have had their conversation. Afterwards. kill them both before returning to Elling Trias in Stormwind.','So it is done? Good. Thank you greatly for your discretion. $N. You\'ve proven worthy on more than one count. I\'ll be sure to keep my eyes on you and your progress within the Alliance.$B$BBe sure to keep your nose clean.','','Overhear Lescovar and Marzon\'s Conversation','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1754,1755,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,434,0),(435,2,130,0,10,11,0,690,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,449,0,0,0,'Escorting Erland','The wolves outside won\'t leave. and they eye me evilly every time I step foot out that door. They must be incredibly hungry to think I\'m worth eating.$B$BI have to report to my teammate, the Deathstalker Rane Yorick. And to get to Rane, I\'ll need help against those wolves.$B$BPlease escort me! And there are a lot of wolves out there, so we\'ll have a better chance if you have friends who can help...','Escort Erland through the wolves. to Rane Yorick.','Thank you for the aid. $N. I had feared Erland was overcome by the dangers of Silverpine. With your help, I see that he has not.','','Erland must reach Rane Yorick','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3455,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(436,2,38,0,13,18,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,297,0,0,0,'Ironband\'s Excavation','Prospector Ironband is heading an excavation of ancient ruins east of the lake. His progress has been slow lately, especially considering all the supplies we\'ve sent him.$B$BIronband\'s a stout, honest dwarf who values results, which has me worried that forces are at work against him.$B$BGo to Ironband\'s Excavation and speak with Magmar Fellhew. He manages the details of the site and will know why there\'s a slowdown.$B$BTo get to the excavation site, go around the southern tip of the lake, then head east.','Speak with Explorer Fellhew.','Jern wants to know what the slowdown is, eh?$b$bIronband is putting together his latest progress report with details, but I can tell you this:$b$bIt\'s the Troggs!!',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(437,2,130,0,10,14,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,0,'The Dead Fields','Our initial scouting reports of Silverpine show the rot hides have a base at an old farm to the north. the Dead Fields. We have sent small assaults against them, but each time they are reinforced by the banshee Nightlash, who uses her magic to rout our forces.$B$BWe want Nightlash destroyed.$B$BGo to the Dead Fields and assault the rot hides. If you don\'t see Nightlash then kill the rot hides until she appears, then defeat her.$B$BHer essence will turn to dust. Bring me that dust as proof.','Kill rot hide gnolls at the Dead Fields.$B$BWhen Nightlash appears. kill her.$B$BBring the Essence of Nightlash to High Executor Hadrec at the Sepulcher.','I heard of your successful raid against the rot hides. $N, and this essence is proof of Nightlash\'s death.$b$bThe Scourge have lost ground this day. Your value to the Forsaken grows.','Have you defeated Nightlash. $N? Our success against the rot hides depends on her destruction!','Enter the Dead Fields','','','','',3622,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3454,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(438,2,130,0,11,16,0,690,0,0,0,0,0,0,0,0,0,8,0,0,437,0,0,439,0,0,0,'The Decrepit Ferry','$N. we\'ve discovered a new hive for the Scourge: the Decrepit Ferry. The ferry lies east of the Sepulcher, and is heavily patrolled by rot hides and other undead.$B$BThere must be a reason for the Scourge\'s occupation of the area. Go to the Decrepit Ferry and find out why the Scourge are there.','Go to the Decrepit Ferry.$B$BSearch for the reason the Scourge are there.','Heaped within this boat is a pile of wrapped corpses. And looking east across Lordamere Lake. an opposing dock on Fenris Isle can be seen.$B$BThe fate of the corpses must lie on Fenris Isle.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(439,2,130,0,11,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,443,3234,1,0,'Rot Hide Clues','Among the corpses a hand protrudes. unwrapped. It is the hand of a woman, pockmarked from the plague but relatively fresh. $B$BOn the hand is a ring. Removing the ring and inspecting it reveals an engraving:$B$B\"For Deliah\"','Bring Deliah\'s Ring to High Executor Hadrec at the Sepulcher.','You say that this ring was worn by a woman. recently killed?$B$BThe only nearby source of such a body would be the mass graves in Tirisfal. The Rot Hide Gnolls must be taking those corpses to Fenris Isle!','$N. You return. so I assume your investigations bore fruit?','','','','','',3234,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(440,2,130,0,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,439,0,0,441,3234,1,0,'The Engraved Ring','If you want to find the husband or beloved who gave Deliah her ring... then speak with Magistrate Sevren in Brill. He should have records of recent deaths and. with luck, can discover who Deliah is.$B$BBut I wouldn\'t hope. Whoever gave her the ring is probably dead. Or if he\'s undead he probably no longer cares about Deliah.','Bring Deliah\'s Ring to Magistrate Sevren in Brill.','A Deliah did live in Brill not long ago. She was buried in the mass grave but if what you say is true. then the Rot Hide Gnolls must have stolen her body and taken it to Silverpine.$b$bThe Rot Hides, like all the Scourge, must be destroyed. I trust you are taking steps to make that happen.','Hello. $N. What brings you back to Brill?','','','','','',3234,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(441,2,85,0,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,440,0,0,530,3234,1,0,'Raleigh and the Undercity','Deliah had a husband. Raleigh, who now dwells in the Undercity. If the Deliah who lived in Brill is the one who owned this ring, then Raleigh will know.$B$BRaleigh is in the Trade Quarter of the Undercity.','Bring Deliah\'s Ring to Raleigh.','Yes. this ring was my wife\'s. Her fate was the fate of all who fail to endure these harsh times. I feel nothing for her death, nor for the story you tell of her body\'s abduction.$b$bSuch feelings have long since grown cold within me. But desire does still burn in my dead heart, $N.$b$bDesire for revenge.','Do I know you?','','','','','',3234,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(442,2,130,0,10,24,1,690,0,0,0,0,0,0,0,0,0,0,0,0,448,0,0,0,0,0,0,'Assault on Fenris Isle','Now is the time to assault the Scourge\'s place of strength in Silverpine: Fenris Isle.$B$BYou must again go to the Isle and destroy Thule Ravenclaw. I want his head!$B$BThis mission is as dangerous as it is vital. $N. You must not fail.','Bring Thule\'s Head to High Executor Hadrec at the Sepulcher.','The death of Thule Ravenclaw was no small event. $N. Renferrel tells me that the energies released when you destroyed Thule were felt even as far as the Sepulcher.$b$bYour actions ring through the ranks of the Forsaken. Your value to us grows.','The Scourge cannot be allowed to remain in Silverpine. $N. Come back to me when you have proof of Thule\'s death.','','','','','',3623,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3461,3462,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(443,2,130,0,10,17,0,690,0,0,0,0,0,0,0,0,0,0,0,0,438,0,0,444,0,0,0,'Rot Hide Ichor','Before we launch an assault on Fenris Isle. we must determine who is behind the rot hide gnolls. Our apothecaries believe their origin lies within the strange fluid that flows through their bodies.$B$BGo to Fenris Isle, east of the Decrepit Ferry, and collect rot hide ichor from the gnolls you find there. Bring it to Apothecary Renferrel, stationed outside the Sepulcher.','Bring 8 bottles of rot hide ichor to Apothecary Renferrel at the Sepulcher.','Very good. This ichor will help us understand the nature of the rot hides. and may show us their weakness...$b$b...if they have one.','Do you have the rot hide ichor. $N?','','','','','',3236,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,900,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(444,2,130,0,10,17,0,690,0,0,0,0,0,0,0,0,0,0,0,0,443,0,0,0,3237,1,0,'Rot Hide Origins','I have reduced the ichor you brought me and separated it into its base components. My findings are not conclusive. but I have determined that warlock and necromantic magics were used in the ichor\'s creation.$B$BWhile I continue to study the ichor, I want you to take a sample to Bethor Iceshard in the Undercity. Bethor is not an apothecary, but his knowledge of magic may help to unravel the mystery of the rot hides.$B$BGo. You will find Bethor in the Magic Quarter of the Undercity.','Bring the Sample Ichor to Bethor Iceshard in the Undercity.','This substance is laced with powerful spells. some of which I have not seen for a long, long time...$b$bOne moment -- I must invoke a spell of divination...','My studies require great concentration. So I hope your visit is not a frivolous one.','','','','','',3237,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(445,2,85,0,9,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3238,1,0,'Delivery to Silverpine Forest','Time is a luxury that is not afforded to those of us under the employ of Lady Sylvanas. Surely you know this by now.$B$BAs a member of the Royal Apothecary Society it is my duty to share my knowledge with my colleagues so that our collective efforts might one day provide The Dark Lady with the New Plague she so badly desires.$B$BTake these findings to Apothecary Renferrel who is stationed at The Sepulcher in Silverpine Forest. Follow the roads to the south from Brill. From the Undercity go southwest.','Take Apothecary Johaan\'s findings to Apothecary Renferrel in Silverpine Forest.','Ah. how good of Apothecary Johaan to send his research. With so many new developments here in Silverpine, I nearly forgot about the findings coming out of Lordaeron and Tirisfal Glades. Which reminds me, I need to get those samples off to the Necropolis soon.$b$bBut you must excuse my rambling. Extend your stay in Silverpine, $N. We could use an able bodied $C like you around here.','What business do you have with me. $C?','','','','','',3238,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,250,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(446,2,85,0,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,444,0,0,448,3250,1,0,'Thule Ravenclaw','This Ichor was crafted by an old colleague of mine: Thule Ravenclaw. He was a young. promising mage before the great war, but when the Lich King rose to power, he betrayed his brethren and allied with the Scourge.$B$BI did not realize he still lives, nor that he leads the Rot Hides in their forays against us!$B$BI know many of his spells, and can help concoct a potion to counter them. Take this scroll back to Apothecary Renferrel. It has the incantations needed for the potion.','Bring Bethor\'s Scroll to Apothecary Renferrel at the Silverpine Sepulcher.','This scroll is laced with powerful magic. I\'ve never used such forces in a potion ... it will be a powerful mixture. and should serve you well should you attack Thule in his stronghold on Fenris Isle.','Greetings. $N. What did Bethor have to say?','','','','','',3250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3251,0,0,0,1,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(447,2,130,0,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,'A Recipe For Death','Arthas\'s numbers are overwhelming. But with a New Plague we could eradicate both the Scourge Army and the Human infestation once and for all.$B$BMy studies have proven that spider blood combined with a toxin derived from a grizzled bear heart results in a deadly elixir. Collect samples from the spiders in the Skittering Dark to the northwest and from the bears wandering throughout Silverpine Forest. Deliver the reagents to Master Apothecary Faranell of the Royal Apothecary Society in the Undercity.','Collect 6 Grizzled Bear Hearts and 6 samples of Skittering Blood and deliver them to Master Apothecary Faranell in the Undercity.','How good of Apothecary Renferrel to send you to me. $N. These samples will indeed prove useful to the cause. I will begin studying their toxic and contaminable properties at once.','Hail. $C. What business do you have with the Royal Apothecary Society?','','','','','',3253,3254,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,0,20,0,0,0,68,0,0,0,0,250,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(448,2,130,0,10,16,0,690,0,0,0,0,0,0,0,0,0,8,0,0,446,0,0,442,0,0,0,'Report to Hadrec','Before you launch an assault on Fenris Isle. report to High Executor Hadrec. He may have additional information or equipment you\'ll need.','Report to High Executor Hadrec at the Sepulcher.','If what Bethor says is true then Thule Ravenclaw is a force that must be dealt with. and dealt with soon.$b$bTo aid in this task, you may take something from our arsenal here...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3240,2863,0,0,0,0,5,5,0,0,0,0,2313,0,0,0,1,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(449,2,130,0,10,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,435,0,0,3221,3252,1,0,'The Deathstalkers\' Report','Although Quinn\'s wounds are mending. I want to get our report to High Executor Hadrec as quickly as possible. It has information that is vital to the Forsaken\'s occupation of Silverpine.','Bring the Deathstalker Report to High Executor Hadrec at the Sepulcher.','I hadn\'t accounted for the level of Scourge presence we\'ve seen in Silverpine Forest. nor for the troubles our Deathstalkers have had in their scouting efforts.$b$bYour aid to our Deathstalkers was invaluable, $N. And you will be commended.','Did you discover the fate of the Deathstalkers?','','','','','',3252,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,200,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(450,2,85,0,9,15,1,690,0,0,0,0,0,0,0,0,0,0,0,0,447,0,0,451,0,0,0,'A Recipe For Death','You can be of further service to the Royal Apothecary Society. $N.$B$BWhen Arugal cast his wretched magic on the forest, he cursed one of our most promising members, Apothecary Berard. Now a mindless servant of Arugal, Berard is useless to us. But his findings might prove to be of worth. He was studying an ancient plague that killed off all the aquatic life in Lake Lordamere ages ago.$B$BRetrieve Berard\'s Journal from his study in the Pyrewood Village Inn and take it to Apothecary Renferrel.','Retrieve Apothecary Berard\'s journal from Pyrewood Village and take it to Apothecary Renferrel at the Sepulcher.','Apothecary Berard\'s journal! Why you are quite brave. $N. Now let\'s see what Berard was up to before he went mad. . .','I see you are back. $N.','','','','','',3255,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,1400,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(451,2,130,0,9,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,'A Recipe For Death','According to Berard\'s Journal the moss from Lake Skulkers and Creepers might prove useful for our quest to brew a new plague. Those beasts dwell on the islands in Lake Lordamere to the east.$B$BHe also mentions a very rare Hardened Tumor that he discovered on a Vile Fin murloc. Apparently the tumor is so rare Berard was only able to obtain one.$B$BCollect samples of the moss as well as the rare hardened tumor and take them to Master Apothecary Faranell in the Undercity.','Bring 6 samples of Lake Creeper Moss. 6 samples of Lake Skulker Moss and a Hardened Tumor to Master Apothecary Faranell in the Undercity.','Such a blow to the Royal Apothecary Society to lose Berard. But through your hard work and Apothecary Renferrel\'s diligent research Berard\'s studies will still be useful to The Dark Lady\'s plight.$b$bWe are on the cusp of something great here. $N. If you were not so skilled in the ways of combat I would try to recruit you for membership in the Society.','What brings you back to the Undercity. $N?','','','','','',3256,3257,3258,0,6,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3451,3582,0,0,0,0,1,1,0,0,0,0,2458,2459,0,0,1,1,0,0,68,0,0,0,0,500,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(452,2,130,0,12,15,1,690,0,0,0,0,0,0,0,3,0,2,0,0,0,0,0,0,0,0,0,'Pyrewood Ambush','You got here just in the nick of time. $N!$b$bThe Pyrewood Council will be returning any moment. Arugal has other matters to tend to in the keep. He uses the Council as mere puppets to keep the mindless minions of Pyrewood under his control. But I believe that without the guidance of the Pyrewood Council, the sons of Arugal will turn against their master.$b$bI cannot handle them all by myself. I need you to help me. Together we can lay waste to the Council for Lady Sylvanas.','Help Deathstalker Faerleia kill the Pyrewood Council.','You fought like a true disciple of the Dark Lady, $N. With the council dead, perhaps we can gain control of this town once and for all and drive Arugal from Shadowfang Keep. I salute you!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,2818,3449,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,1400,660,0,0,0,0,0,0,0,0,5,0,0,0,0,1,0,0,0,0,0,0),(453,2,10,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,266,0,0,268,2161,1,0,'Finding the Shadowy Figure','Good luck. $N. I hope you find the chap, and I hope you find him alive.$B$BIf he\'s left the safety of Darkshire then he could be prey to the beasts of the wilds.','Find the Shadowy Figure. Your clues:$B$BHe is not native to Darkshire.$B$BHe is a nervous. jittery person.$B$BHe left Darkshire and headed west.','$B$BYes. I\'m the author of that book. You finally found me, eh?$B$BWell if you read that journal...then you only know the half of it!','Who are you?? Leave me be!','','','','','',2161,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(454,2,38,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,273,0,0,0,0,0,0,'After the Ambush','We\'d been hauling the barrels of powder back and forth in trips before this... business. Now we have to split up the work. Miran\'s taking the barrels and I\'m watching over the other ones.$B$BI don\'t feel safe letting Miran haul the rest of the shipment by himself. When he\'s ready to go, maybe you could escort him on his next trip?','Speak with Miran.','Hello. $C.$b$bYou\'ll be escorting me to the excavation site? That\'s good to hear... After Saean and his cronies, who knows what else the Dark Irons might have up their sleeves?$b$bAnyways, let me just make some final checks. Talk to me again when you\'re ready to go.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(455,2,11,0,19,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,468,0,0,0,0,0,0,'The Algaz Gauntlet','Orcs of the Dragonmaw clan have a haven in the Wetlands. And now they have expanded into Dun Algaz! We can\'t let them keep their foothold here or Loch Modan will be cut off from Menethil Harbor, our port and stronghold in the Wetlands.$B$BBreak through Dun Algaz to the Wetlands beyond, and kill some orcs for good measure! Report to Valstag Ironjaw in Menethil Harbor.$B$BMenethil is through Dun Algaz, then north along the road, then west at the fork.$B$BWe\'re counting on you, $N. Do not fail.','Traverse Dun Algaz.$B$BKill 8 Dragonmaw Scouts and 6 Dragonmaw Grunts.$B$BReport to Valstag Ironjaw in Menethil Harbor.','Your report is full of bad news!$b$bI see the Dragonmaws are making a strong move into Algaz. Normally the Dragonmaws just hide up in the hills. What made them surge into Algaz is still a mystery...$b$bThank you, $N. And we\'ll probably want your help dealing with these orcs.',NULL,'Traverse Dun Algaz',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2103,2102,0,0,8,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,47,0,0,38,37,150,0,0,0,1000,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(456,2,188,0,1,2,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,457,0,0,0,'The Balance of Nature','Greetings. $N. I am Conservator Ilthalaine. My purpose in Shadowglen is to ensure that the balance of nature is maintained.$B$BThe spring rains were particularly heavy this year, causing some of the forest\'s beasts to flourish while others suffered.$B$BUnfortunately, the nightsaber and thistle boar populations grew too large. Shadowglen can only produce so much food for the beasts. Journey forth, young $C, and thin the boar and saber populations so that nature\'s harmony will be preserved.','Kill 7 Young Nightsabers and 4 Young Thistle Boars and return to Conservator Ilthalaine.','You performed your duties well. $N.','There is still work to be done. $N. Return to me once you have thinned the nightsaber and thistle boar populations.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2031,1984,0,0,7,4,0,0,0,0,0,0,5394,11187,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,35,90,0,0,0,0,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0),(457,2,188,0,1,3,0,0,0,0,0,0,0,0,0,0,0,8,0,0,456,0,0,0,0,0,0,'The Balance of Nature','Thinning the younger population of creatures here in Shadowglen was a good start, $N, but there is still work to be done.$B$BThe resources of the forest will be depleted too quickly if the problem is not addressed. Killing nature\'s beasts is a necessary evil for the good of all who share the land. Venture into the forest and slay mangy nightsabers and thistle boars in the name of balance.','Conservator Ilthalaine needs you to kill 7 Mangy Nightsabers and 7 Thistle Boars.','You have proven your dedication to nature well, $N. A young $C like yourself has a promising future.','Your task is not yet complete, $N. Return to me once 7 mangy nightsabers and 7 thistle boars have been killed.',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2032,1985,0,0,7,7,0,0,0,0,0,0,5405,6058,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,50,150,0,0,0,0,0,0,0,0,0,0,0,0,25,21,0,0,0,0,0,0),(458,2,188,0,1,1,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,459,0,0,0,'The Woodland Protector','Thank goodness you are here, $C. Strange news has traveled to me through the whisperings of the forest spirits.$B$BThe mysterious woodland protector, Tarindrella, has returned to Shadowglen. The dryad\'s presence has not been felt in the forests of Kalimdor in years. Something is surely amiss if she has journeyed back to this land.$B$BSeek out Tarindrella and see what business she tends to in our grove. One of the Sentinels reported seeing her to the southwest of Aldrassil.','Seek out the dryad known as Tarindrella.','I see you found me, young $R. Melithar is a wise $C to have sent you.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(459,2,188,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,458,0,0,0,0,0,0,'The Woodland Protector','Something evil is brewing in the forests of Teldrassil. Look long the hills to where the peaceful furbolgs used to dwell. They have deserted their homes and are amassing under the name of the Gnarlpine tribe.$B$BOnly the corruption of wicked Fel Moss could cause such a transformation. The grells and grellkin have infested the area and are threatening the residents of Shadowglen. $B$BEngage these grells and grellkin. $N, and see if they are indeed caught under the enchantment of the wicked Fel Moss.','Collect 8 Fel Moss and bring them to Tarindrella.','Your service to the creatures of Shadowglen is worthy of reward. $N.$b$bYou confirmed my fears, however. If the grells have become tainted by the Fel Moss, one can only imagine what has become of the Gnarlpine tribe of furbolgs who once lived here.$b$bShould you find yourself in Dolanaar, able $C, seek out the knowledgeable $C, Athridas Bearmantle. He shares our concern for the well being of the forest.','Satisfy my suspicions. $N. Bring to me 8 Fel Moss.','','','','','',3297,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5398,5399,11190,0,0,0,1,1,1,0,0,0,961,0,0,0,3,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(460,2,130,0,14,17,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,461,3317,1,0,'Resting in Pieces','You don\'t look like a rot hide. Good. I had lost hope...$B$BMy name is Alaric. and I was once Thule\'s head servant and bodyguard. He used his magic to \"protect\" me from the Plague of Undeath, but instead his spell gave me an unlife from which I cannot escape. And after creating the cursed rot hide gnolls, Thule beheaded me... and gave my head to the gnolls as a plaything!$B$BPlease, take me to my body. I believe the gnolls buried it here in Fenris Keep, near the stable, in an unmarked grave.','Bring Alaric\'s Head to his grave.','Thank you. $N. I had feared the Gnolls destroyed my body. It is good to know they did not.','This grave was hastily dug.','','','','','',3317,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(461,2,130,0,14,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,460,0,0,491,3318,1,0,'The Hidden Niche','I know of a hidden niche within the keep that holds an item dear to Thule. and his old colleagues. It also holds something you might find useful. Take me there!$B$BThe alcove is in the southwestern tower of the keep, behind a dusty shelf.$B$BTake my body, but leave my boots. They never fit me anyway...','Take Alaric to the hidden alcove.','There we are. it\'s open. Leave me here. I spent the best days of my life in this keep, and the thought of resting within its walls gives me comfort.$b$bBe sure to close the alcove tight - I don\'t want those Rot Hides to find me.$b$bOh, and take this. You\'ve earned it.','This is the spot! Bring me closer...','','','','','',3318,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,500,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(463,2,11,0,20,21,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,276,0,276,0,0,0,'The Greenwarden','You\'ve heard of the Greenwarden? You\'re not looking for him, are you? Well I say you\'re crazy if you are, but who am I to keep a fool from $ghis:her;, death?$B$BIf you are seeking that beast, then I hear he is in the marsh, east of the road where it forks to Dun Modr. He\'s lurking there among the crocs...and worse!$B$BAnd leave your money here. You won\'t need it where you\'re going...and you don\'t want to chip ol\' Greenie\'s tooth on your gold when he bites you in half, do you?','Find the Greenwarden.','The roots and ferns speak well of you, small one. Although I have many names, I answer to only a few. But you may call me Rethiel.$B$BAnd you must harken...for these lands weep from festered wounds, and I would charge you to heal them.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(464,2,11,0,23,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,473,0,0,465,0,0,0,'War Banners','The Dragonmaw orc clan was all but destroyed by the end of the Second War. after they lost control of their red dragon pets. The dragons were not very happy with their old masters, and fiercely hunted the Dragonmaws. What few remained fled from Grim Batol and into the Mountains east of Whelgar\'s Excavation.$B$BNow they\'ve gained strength, and have an encampment northeast of Menethil.$B$BWe want you to attack that encampment. Gather and bring me their war banners as proof.','Bring 8 Dragonmaw War Banners to Captain Stoutfist.','Well fought. $N. The Dragonmaws are not the same threat they were when they had dragons, but they\'re still fierce opponents.$b$bThe Dragonmaws are led by Nek\'rosh, son of Nekros, who was the former head of the Dragonmaws years ago. Nekros used powerful magic to tame the Red Dragons, but when that magic failed him...the dragons were not happy.$b$bNekros was killed, and his son has vowed revenge against the dragons who slew his father.','Have you attacked the Dragonmaw encampment?','','','','','',3337,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,62,250,0,0,0,0,2500,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(465,2,11,0,23,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,474,3339,1,0,'Nek\'rosh\'s Gambit','While you were fighting the Dragonmaws. we discovered more of their plans.$B$BNek\'rosh has built catapults and aims to lay siege to Menethil! And with the fighting in Dun Algaz, we\'re effectively blocked from reinforcements!$B$BYou need to take out those catapults. They\'re in the Dragonmaw encampment.$B$BHere, take this tinder. Fight your way to the catapults and light them with the tinder.$B$BAnd after you\'ve done that, find and kill Nek\'rosh. We need to cut this Dragonmaw beast down...at its neck.','Destroy the Dragonmaw catapults.','You place some of the tinder on the catapult then strike a spark onto it.$B$BFlame erupts and quickly spreads!','The first catapult is before you. Will you set it aflame?','','','','','',3339,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,38,150,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(466,2,1,0,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,467,0,0,0,0,0,0,'Search for Incendicite','I heard that a rare ore. incendicite, was found in the Wetlands, in a cave northwest of Algaz Gate. Incendicite is volatile stuff and hard to use without blowing yourself up, but I\'m sure if it\'s smelted the right way it could make cannon shells that pack a mighty punch!$B$BGet me incendicite ore and I\'ll find someone brave enough to experiment with it.$B$BOh, and to extract that ore from a vein you\'ll need skill in mining. If you don\'t have it, then ... bring a friend who does to that cave!','Bring 6 loads of Incendicite Ore to Pilot Stonegear in Dun Morogh.','You got the ore! Well done. $N! I\'ll get someone to work with this right away. Let\'s hope he doesn\'t blow himself up!','Where is that ore. $N?!','','','','','',3340,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3565,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(467,2,1,0,20,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,466,0,0,0,'Stonegear\'s Search','Pilot Stonegear loves his siege engine, as every pilot should! And he\'s always eager to find new ways to improve his tank\'s firepower!$B$BHe heard rumors of a rare ore and is looking for someone to hunt it down for him. If your boots are starting to itch, then find Stonegear at Steelgrill\'s Depot in Dun Morogh and see what he wants.','Speak with Pilot Stonegear.','Hello $N. You\'re here about the task I have, eh? It\'s good to see a young $R like yourself whose blood burns at the prospect of adventure!',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(468,2,11,0,19,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,455,0,0,0,'Report to Mountaineer Rockgar','Mountaineer Rockgar is looking for volunteers for a mission through Dun Algaz and into the Wetlands. $B$BIf you want to get your boots wet in that soggy county to the north, then speak with Rockgar at Dun Algaz. Dun Algaz is north up the road, beyond the guard tower.','Speak with Mountaineer Rockgar.','Hello, $C! You\'re here for the scouting mission, are you? Very good!$b$bI hope your gear is in good condition, because this \"scouting\" mission has changed into something more messy...',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(469,2,11,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,484,0,484,3347,1,0,'Daily Delivery','Greetings. traveler!$B$BDon\'t suppose you might be heading in the direction of Menethil, would you? If you\'re not, I\'d suggest you stop there, it\'s a good place to purchase goods and even have a pint and relax.$B$BNow, if it just so happens that you\'re heading in that direction, I don\'t suppose you\'d mind taking this bundle of crocolisk skins to James Halloran, the tanner?$B$BI\'d do it myself, but my wife\'s been in quite a mood lately, and I\'d like to put off facing her as long as possible.','Deliver the Bundle of Crocolisk Skins to James Halloran. the tanner, in Menethil Harbor.','Hmm. this is from Einar, right? Hasn\'t delivered his skins to me in person for almost a week now. No doubt it\'s some differences with the wife!$b$bMaybe I\'ll have my wife go speak with Sida sometime...','Hello there. $C. Could I interest you in a pair of boots? Perhaps some newly cured skins?','','','','','',3347,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,700,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(470,2,11,0,19,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Digging Through the Ooze','On my weekly visit to Ironbeard\'s Tomb I was attacked by dreadful. dripping oozes! Naturally, I panicked.$B$BI threw my bag at one, but it didn\'t do anything! The ooze just sucked it right up... Luckily, it did give me enough time to get away.$B$BThe bad news is that I really need to get the contents of my bag!$B$BI don\'t know which ooze I threw my bag at, they all looked the same! Ironbeard\'s Tomb is northeast of here, near Dun Modr. Thank you so much!','One of the oozes at Ironbeard\'s Tomb has Sida\'s bag. retrieve it and bring it back to her in Menethil Harbor.','Oh. thank you, $N! I was afraid that it was lost for good!$B$B$B$BHm, I don\'t have much use for this anymore, but wash it off and I\'m sure you could make use of it.','Did you find my bag?','','','','','',3349,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3352,0,0,0,1,0,0,0,47,0,0,0,0,350,0,0,0,0,0,3500,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(471,2,11,0,18,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,484,0,0,0,0,0,0,'Apprentice\'s Duties','I sent my apprentice out into the marshes to skin some of our famous giant Wetlands crocolisks. When he didn\'t return. I went out to look for him... Let\'s just say it wasn\'t a pretty sight.$B$BMidwife says he might pull through, but in the meantime I still need my skins!$B$B...If you\'d like to kill a few more of the brutes, I wouldn\'t be opposed, after what they did. You\'ll find the crocs north up the coast, beyond the murloc hovels.','Collect 6 Giant Crocolisk Skins and bring them to James Halloran in Menethil Harbor.','Hmm... Don\'t suppose you\'d be interested in becoming my apprentice, would you?$b$bHah! No, I\'m just kidding. You\'re much too old, for one thing. Besides - from the looks of you, it would seem that you have other ambitions in life. Nonetheless, these are some fine skins you\'ve procured, and I\'ll be able to put them to good use.','My apprentice is like a son to me. It\'s going to be hard for him to live his life with only one leg.$b$bAh. $N, how goes it? Do you have my skins?','','','','','',3348,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2545,3561,0,0,0,0,1,1,0,0,0,0,3681,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,11,18,0,0,0,0,0,0),(472,2,11,0,25,25,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Fall of Dun Modr','Dun Modr has fallen to the Dark Iron Dwarves!$B$BMy wounds are grave, $C. Most of the regiment was killed! The Dark Iron thugs attacked us before we could regroup from the Thandol Span ambush.$B$BOur leader, Longbraid, sounded the retreat horn. As we left the town I was hit by a stray axe in the back. All went black.$B$BI awoke here in Menethil but I fear for my fellow soldiers. Hope still burns within me. Perhaps Longbraid is still alive! See if you can find him near Dun Modr, $R!','Search for Longbraid near the town of Dun Modr.','What brave $C sends word from Menethil? Ah $N, they call you.$b$bYou bring hope to a hopeless situation. \'Tis good news indeed that young Harlo survived. While fleeing he received a grievous wound. We had but little time to send him on his way on the back of the only surviving steed with the regiment.$b$bBut now we face a perilous situation. Dun Modr has fallen and we are but a shadow of the great regiment we once were.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(473,2,11,0,23,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,464,0,0,0,'Report to Captain Stoutfist','$N. The Dragonmaw orc clan is showing its strength in more than just Algaz. Captain Stoutfist has asked to speak with those willing to offer aid against these orcs. He is inside the keep, in the war room.','Speak with Captain Stoutfist.','$N. Valstag briefed me on your past success with the Dragonmaw Orcs at Dun Algaz. You\'re a $R of worth.$b$bAnd I have a task for you.',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(474,2,11,0,23,32,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,'Defeat Nek\'rosh','Now that the catapults have been burned. find and kill Chieftain Nek\'rosh.','Kill Chieftain Nek\'rosh$B$BBring Nek\'rosh\'s Head to Captain Stoutfist.','Stoutly done. $N. You have dealt a telling blow to the Dragonmaw orc clan. They may never recover. And the destruction of those catapults has made Menethil Harbor safe.$B$BYou are a $R of merit. and the kingdom of Ironforge rewards those who serve it well.','Have you killed Nek\'rosh?','','','','','',3625,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3209,6194,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(475,2,141,0,4,6,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,476,0,0,0,'A Troubling Breeze','A troubling breeze blows through the forest.$B$BGaerolas Talvethren serves as Great Warden to the hibernating Druids of the Talon in the Ban\'ethil Barrow Den. His duty as the chosen protector of the Sleeping is to ensure their safety so that their pact with Ysera remains fulfilled.$B$BBut word from Gaerolas is now delayed and I grow nervous. Travel east to Starbreeze Village and bring back a report from Gaerolas so that I can put my worries to rest, knowing my dreaming brethren slumber safely.','Seek out Gaerolas Talvethren in Starbreeze Village.\r\n','Thank the forest spirits you are here! I knew Athridas would sense trouble and send help.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,50,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0),(476,2,141,0,4,6,0,0,0,0,0,0,0,0,0,0,0,8,0,0,475,0,0,483,0,0,0,'Gnarlpine Corruption','The Gnarlpine tribe has been corrupted!$B$BThe once peaceful furbolgs have turned against the protectors of the forest. They ambushed me as I left for the Ban\'ethil Barrow Den and proceeded to pillage Starbreeze Village. Ursal the Mauler, their chieftain, is using the evil powers of the Fel Moss to drive them mad.$B$BI am too wounded to return to Athridas to bring him this grave news. The task is left to you, young $C. We can only hope that the deranged Gnarlpines have not made it to Ban\'ethil yet!','Return to Athridas Bearmantle in Dolanaar.','By the stars! This is quite disturbing indeed!',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,125,330,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0),(477,2,130,0,10,14,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,478,0,0,0,'Border Crossings','As you may know. the town of Ambermill remains a source of human opposition, mainly through the support they receive from the wizards of Dalaran.$B$BI don\'t know what their plan is, but for them to show interest in a backwater village like Ambermill indicates that it must have some greater importance.$B$BThey\'ve been shipping crates by the wagon from Hillsbrad. Many of those supplies end up at a small camp north of Pyrewood Village. Retrieve the contents of a crate and return them to me.','Retrieve the contents of one of the Dalaran wizards\' crates. You will find Pyrewood Village to the south.','','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(478,2,130,0,10,14,0,690,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,481,3353,1,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?','','','','','',3353,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,500,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(479,2,130,0,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,482,0,0,480,0,0,0,'Ambermill Investigations','Dalar is attempting to locate the source of the wizards\' spellcasting. For now. we\'ll have to slow their progress in any way we can...$B$BThe conjurers, mages and protectors are no doubt carrying the pendants. Remove and retrieve them.$B$BTake the main road south and the eastern fork into Ambermill.','Obtain 8 Dalaran Pendants for Shadow Priest Allister at the Sepulcher.','Dalar has found that the weaving is quite far along. despite the setback.$b$bA wizard of great power is guiding the magic energy. He must be stopped quickly.','We must hurry. their plans must not come to fruition, or we may lose our hold on Silverpine Forest.','','','','','',3354,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(480,2,130,0,10,22,0,690,0,0,0,0,0,0,0,0,0,0,0,0,479,0,0,0,0,0,0,'The Weaver','An archmage of great power is overseeing the reactivation of the ley energy node. With the progress they have made. our only hope of stopping them is by killing him. It will be difficult, he is no doubt protected by many other mages and warders.$B$BYou must go, and you must dispatch him quickly. When he is dead, retrieve his staff for me. Go now.','Kill the Dalaran archmage. then retrieve his staff for Shadow Priest Allister at the Sepulcher.','The magic of the wizards dissipates. and the ley energies fade into dormancy. Your efforts have been fruitful, $N, and we have dealt a major blow to our enemies, and to the overbearing wizards of Dalaran.$b$bWe must be vigilant, however, knowing that source of energy lies so close at hand... Plans must be made for the future.','Quickly. time runs short, $N!','','','','','',3515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3452,3585,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(481,2,130,0,10,14,0,690,0,0,0,0,0,0,0,0,0,0,0,0,478,0,0,482,3353,1,0,'Dalar\'s Analysis','Take the pendant to Dalar Dawnweaver. perhaps he can shed some light on the wizards\' plans.','Take the rune-inscribed pendant to Dalar Dawnweaver at the Sepulcher.','Interesting. more machinations of the Kirin Tor, it would seem. This is a powerful artifact. It was used frequently by powerful wizards of the Kirin Tor to channel magical energies.$b$bThat they are delivering so many to Ambermill indicates that they must be undergoing a project of some magnitude.$b$bI will see if I can pierce their shields and ascertain their intent.','Yes. $C? What is it?','','','','','',3353,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(482,2,130,0,12,14,0,690,0,0,0,0,0,0,0,0,0,8,0,0,481,0,0,479,0,0,0,'Dalaran\'s Intentions','Of course! How could I have forgotten?$B$BAmbermill was one of the sites earmarked by the Kirin Tor. noted because it houses a dormant ley energy node. The wizards must be planning to reactivate the node and use its energies for some greater purpose.$B$BWe cannot allow this to happen...$B$BIt will take a great amount of power to activate the area\'s ley energies. we can stall them by taking the pendants away from the wizards.$B$BRelay this information to Allister, he will decide a course of action.','Speak with Shadow Priest Allister at the Sepulcher.','Ill news you bring. $N. If Dalar is correct--and I\'ve no reason to believe he isn\'t--we must move quickly.$b$bI must confer with him on our plan of attack. But in the meanwhile we will have to delay their progress.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(483,2,141,0,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,476,0,0,486,0,0,0,'The Relics of Wakening','Gnarlpine invaders were seen ravaging the Ban\'ethil Barrow Den to the west.$B$BThe slumbering druids will be trapped in the Emerald Dream for eternity. unaware of their fate, unless we help. The delicate hibernation ritual cannot be broken without the Relics of Wakening.$B$BJourney to the Den and retrieve the Raven Claw Talisman, Black Feather Quill, Sapphire of Sky, and Rune of Nesting. The druids store them in sacred chests. Return them to me and I will prepare the awakening ritual.','Retrieve the Relics of Wakening and bring them to Athridas Bearmantle in Dolanaar.','You have succeeded. young $C! Well done. And just in time I might add.','$N. the kidnapped Druids of the Talon will be forever trapped in the Emerald Dream if we cannot retrieve the Relics of Wakening from the Ban\'ethil Barrow Den to the west.$b$bFor every minute we delay their fate comes one step closer to eternal doom.','','','','','',3405,3406,3407,3408,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9599,9603,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,300,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(484,2,11,0,18,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,471,0,471,0,0,0,'Young Crocolisk Skins','I\'m James Halloran. the tanner. My cured crocolisk skins are sought after all over, shipments leaving by boat to ports around the world.$B$BMet Einar? He\'s one of the hunters that brings crocolisk skins in for me.$B$BI\'m a bit short on the softer skins that come off crocolisk young.$B$BBeing that I\'m running low, I\'ll pay you top coin for a stack of the skins. You can find the young crocs in the marshes right outside of town.','Obtain 4 Young Crocolisk Skins for James Halloran in Menethil Harbor.','Nice work you\'ve done here. $N. The quality of these skins is superb. I\'ll have to get them into the curing process as soon as possible. Oh, but before I get to that, there\'s some other work I need done that I think you might be able to take care of.','$N. right? Do you have my skins?','','','','','',3397,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1400,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(485,2,47,0,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,836,8704,1,0,'Find OOX-09/HL!','You have uncovered some sort of strange. egg-shaped device made from metal. Fiddling with one of its knobs springs the egg to life, as it opens up into some sort of gnomish robotic contraption! A voice from inside the robotic egg crackles to life.$B$B\"My name\'s Oglethorpe Obnoticus, and my homing robot has crashed! I will reward you for its recovery, please take this beacon to the robot!\"$B$B\"I now have computed the coordinates of the robot for you, it crashed at the head of the river near Skulk Rock!\"','Take the distress beacon to Oglethorpe\'s homing robot at the head of the river in the Hinterlands. near Skulk Rock.','You place the egg... distress beacon... inside the chicken... homing robot.$b$bHums and whirs are heard from inside the robot as it struggles to stand up. After the robot comes to life. Oglethorpe\'s voice is heard once more, but now from inside the robot:$b$b\"OOX-09/HL is working at least, but it needs major repairs! It is much too heavy for you to carry it... but I think I have an idea. Are you up for watching over it some more?\"','You appear to have uncovered the wreckage of... a robotic chicken? The voice from within the egg crackles to life again:$b$b\"Yes. excellent work! This is indeed my homing robot, though my sensors indicate that it needs a jump start before it can fly back to Booty Bay for repairs. Go ahead and place the beacon inside the rover - the beacon will take care of the rest!\"','','','','','',8704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(486,2,141,0,4,12,0,0,0,0,0,0,0,0,0,0,0,8,0,0,483,0,0,0,0,0,0,'Ursal the Mauler','Now the time has come to save the Druids of the Talon. If we fail now, $N, they will be forever lost in sleep.$B$BI shall prepare the Relics of Wakening and perform the ritual. For my work to take effect, the cursed beast responsible for this horrible situation must be slain. Only then will the ritual be complete.$B$BIt was Ursal the Mauler who meddled with our brethren\'s calling and it is Ursal the Mauler who must now pay so they can be freed. Travel to Gnarlpine Hold in the southwest and slay him.','Kill Ursal the Mauler and return to Athridas Bearmantle in Dolanaar.','$N you have proven yourself a most worthy and able $C. A night elf who follows the path of honor as sure as you do is certain to find great glory in this world.$b$bMay the forest spirits protect you wherever your travels may take you.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2039,0,0,0,1,0,0,0,0,0,0,0,5459,5587,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(487,2,141,0,5,8,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Road to Darnassus','The road to Darnassus must be kept safe. Travelers heading from Dolanaar to Darnassus have been reporting ruthless attacks by corrupted furbolgs from the Gnarlpine tribe.$B$BImportant news and commerce travels to and from Darnassus by way of this road daily. We cannot afford to have a rogue band of heathens terrorizing people.$B$BTake up arms in the name of the sacred forest, $C. Their den lies somewhere below this vantage point. Slay 6 of these Gnarlpine ambushers and report back to me.','Slay 6 Gnarlpine Ambushers and return to Sentinel Amara Nightwalker outside of Dolanaar.','You have served the good people of Dolanaar and Darnassus well, brave $C. As a member of the Sentinel force of Teldrassil I salute your efforts.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2152,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,225,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(488,2,141,0,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zenn\'s Bidding','Eager for work, I see. Lucky for you a day never goes by that I don\'t wish I had a fledgling $C to perform my bidding.$B$BYou see, $N, I can make you very happy and provide you with things you never dreamed of having. But in order for that to happen you must bring me certain items.$B$BMy business in the forest often requires certain. . .reagents. Fetch for me 3 Nightsaber Fangs, 3 Strigid Owl Feathers and 3 swatches of Webwood Spider Silk.$B$BLet\'s keep this our little secret, $R.','Bring Zenn Foulhoof outside of Dolanaar 3 Nightsaber Fangs, 3 Strigid Owl Feathers and 3 swatches of Webwood Spider Silk.','Ha ha! Well, done indeed.$b$bWho would have ever guessed that I, Zenn Foulhoof, would have a $R to do my bidding? Certainly not me! But so it goes... this beloved world of ours is full of surprises.$b$bThree cheers for the naive and gullible!','Have you been a busy little bee, $N? I\'ve been waiting for you to bring me what I need.','','','','','',3409,3411,3412,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5457,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,100,270,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0),(489,2,141,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,488,0,0,0,0,0,0,'Seek Redemption!','The Council of the Forest has news that you aided Zenn Foulhoof. The satyr is an enemy of the forest. As a $R. you should know better than to defile the forest by killing Nature\'s creatures.$B$BYou must redeem yourself in the eyes of the Council if you wish to remain a friend of Teldrassil.$B$BTeach Foulhoof a lesson and you shall be redeemed. Fel Cones are corrupted seeds that fall from the trees. They billow with green smoke.$B$BGive some to Foulhoof. He\'ll think you have brought him a harmless snack.','Collect 3 Fel Cones and give them to Zenn Foulhoof outside of Dolanaar.','Ah. what a sweet $R! I knew you would come in handy!','What do you have for me. $N? A lovely snack I presume?','','','','','',3418,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,489),(491,2,130,0,14,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,461,0,0,0,3425,1,0,'Wand to Bethor','Thule once told me that. long ago, he and two colleagues created a magic wand, woven together from the apprentice wands each mage possessed. This wand was a symbol of their friendship, and although Thule came to despise it he could not part with it, nor could he let the others have it. So he stole the wand, and hid it in Fenris Keep.$B$BHere. Take the wand to Bethor Iceshard, one of Thule\'s friends from years past. I\'m sure he will want it.','Take the Woven Wand to Bethor Iceshard in the Magic Quarter of the Undercity.','...what is this? Thule had our Woven Wand? I thought it was lost when our friendship sundered and he sided with the Lich King!$b$bHe must not have invoked its power. for if he had I would have sensed it. And it is good that he did not use it...$b$bThis is a marvelous find. You have my gratitude, $N, and will be rewarded.','$N. Have you defeated Thule Ravenclaw?','','','','','',3425,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3457,3458,3581,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(492,2,85,0,6,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,3460,1,0,'A New Plague','According to the Deathguard. another one of those foolish Dwarven Mountaineers has just been captured. The Deathguard likes to use the cellar of the Gallows End Tavern as a holding cell until prisoners can be \"properly\" dealt with.$B$BWhy don\'t you go see how the Captured Mountaineer enjoys this special drink I made for him? It contains a subtle hint of what The Dark Lady has planned for the rest of Azeroth.','Bring Johaan\'s Special Drink to the Captured Mountaineer.','Ah. a drink at last. I\'m sure it\'s no Rhapsody Malt but I\'ll take anything to whet the old whistle at this point.','Why if I had my trusted rifle you\'d be as good as dead. $C. Just wait until the Steam Tank Brigade arrives to rescue me!','','','','','',3460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(493,2,130,0,19,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3468,1,0,'Journey to Hillsbrad Foothills','The Royal Apothecary Society is under extreme pressure from the Dark Lady to develop a New Plague. We are working diligently and have made much progress. It is our belief that the success will be achieved much faster if we share information amongst the Society.$B$BFor that reason I want you to deliver my latest findings to Apothecary Lydon in Tarren Mill. a small town nestled in the Hillsbrad Foothills. The journey will be a long one.$B$BHead south and stick to the roads. Follow the signs closely!','Deliver Apothecary Renferrel\'s findings to Apothecary Lydon in the town of Tarren Mill in the Hillsbrad Foothills.','Ah. most excellent. Apothecary Renferrel has my utmost respect. I am anxious to study his work.','You have something for me?','','','','','',3468,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,900,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(495,2,1497,0,34,39,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,518,0,0,0,'The Crown of Will','Mug\'Thol and his ogre warband was sent to Alterac to retrieve the Crown of Will for Lady Sylvanas. Unfortunately, instead of returning it, the idiot decided to try it on... I suppose ogres can\'t resist anything bright and shiny.$B$BHis bumbling actions have become something of a problem, however. The Crown of Will enabled him to resist the possession placed upon him to serve Lady Sylvanas.$B$BThe Dark Lady wants an example made, travel to Tarren Mill in Hillsbrad and report to Melisara, my lieutenant.','Report to Melisara at Tarren Mill in the Hillsbrad Foothills.','You were sent by Shalindra? Very well then, you\'ll find I don\'t waste much time with idle chatter.$B$BMug\'Thol is an irritant, and we will deal with him quickly, thoroughly, and without incident.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(496,2,267,0,19,22,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,499,0,0,0,'Elixir of Suffering','Ah. another wretched day in Tarren Mill. All of this clean air puts me in such a foul mood. $N.$B$BThe sooner we can plague the humans here, the better. I\'ve been conducting intense studies on possible killing agents to use in my concoctions but I haven\'t the time to collect them all.$B$BIf you want to make yourself of use, procure the following items for me: 10 Gray Bear Tongues and the very rare and hard to find, Creeper Ichor. You\'ll find both bears and creepers just outside of Tarren Mill.','Apothecary Lydon of Tarren Mill wants 10 Gray Bear Tongues and some Creeper Ichor.','These specimens are perfect. Well. $N. you have managed to bring me the slightest hint of joy on yet another miserable day. Your efforts are appreciated.','I see you are back. I hope you were able to gather the agents I need. Another deathless day will put me in such a gloomy mood.','','','','','',3476,3477,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,150,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(498,2,267,0,17,22,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Rescue','Me and some other warriors were sent by the Warchief to retrieve an object from Durnholde and to investigate this so-called Syndicate.$B$BWe went to Durnholde to take a look around. but we were taken by surprise by a large number of the humans. We fought bravely, but their sheer numbers were enough to defeat us. They took a few of us captive, but I was able to escape.$B$BDurnholde is just southeast of here, across the river. Drull and Tog\'thar are being held there, you must go and rescue them.','Krusk in Tarren Mill needs you to free Drull and Tog\'thar from Durnholde Keep.','So the humans thought to turn our warriors into slaves. did they? We\'ll show them!$b$bIt would seem that they have taken Gol\'dir, our leader, to another location. We must find him and rescue him. But we currently have no clue where he is...$b$bWhen we have a lead, I will be sure to tell you, $N.','You must make haste. $C. I shudder to think what the humans might be doing to Drull and Tog\'thar.','','Rescue Drull','Rescue Tog\'thar','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1721,-1722,0,0,1,1,0,0,3366,3366,0,0,3752,3733,0,0,0,0,1,1,0,0,0,0,3734,0,0,0,1,0,0,0,76,530,81,0,0,350,88,87,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(499,2,267,0,19,22,0,690,0,0,0,0,0,0,0,0,0,0,0,0,496,0,0,0,3495,1,0,'Elixir of Suffering','It will take but a moment for me to mix these components into what I have deemed an Elixir of Suffering.$B$BThere we go! Ah. nothing brightens a gloomy day in these miserable foothills like bringing a little suffering into the world.$B$BLet us see if our little potion has achieved its desired effect.$B$BGive my assistant Umpi a taste of what the Dark Lady has planned for both humans and Scourge alike.','Give Umpi the Elixir of Suffering.','Croak!','Ribbit!','','','','','',3495,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(500,2,267,0,30,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,504,0,504,0,0,0,'Crushridge Bounty','Crushridge ogres have dug an ogre mound up in the Alterac Mountains near the ruined city of Alterac. And my scouts tell me they\'ve taken over those ruins as well.$B$BWe can\'t let them get cozy up there. if they think they\'re safe where they are. then their next step will be to move down into the foothills, which will put them right at our front door!$B$BGo north to the Alterac Mountains and hunt ogres. Bring me the Dirty Knucklebones they carry and you will earn a nice bounty.','Gather 9 Dirty Knucklebones from Crushridge ogres in the Alterac Mountains. Bring them to Marshal Redpath in Southshore.','Very good. $N You must have hacked through a whole mess of ogres to get all these knucklebones.$B$BThat should keep them out of our hair. At least. for a while.','$N. are you still hunting ogres? Do you have the knucklebones I had you gather?','','','','','',2843,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,7500,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(501,2,267,0,21,24,0,690,0,0,0,0,0,0,0,0,0,0,0,0,499,502,0,502,0,0,0,'Elixir of Pain','Oh. $N. . .the flowers are blooming in Hillsbrad and the air is so fresh and brisk. I can\'t help but to wallow in the misery of it all. I look out my grimy window and long for the day when our New Plague brings this world the death it deserves.$B$BAs much as I would love to sit and brood all day. my duty to the Dark Lady calls. Help me, would you? My research leads me to believe I can make the most splendid death-brew with the blood of a Mountain Lion. Bring some to me and we\'ll have a little fun.','Bring 10 vials of Mountain Lion Blood to Apothecary Lydon in Tarren Mill.','Superb collecting. $N.','I remember you. $N. You were going to help me out in concocting my latest elixir. I\'ll need that blood before I can bring my own special brand of misery to the inhabitants of Hillsbrad.','','','','','',3496,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2230,3741,6482,0,0,0,1,1,1,0,0,0,3735,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(502,2,267,0,21,24,0,690,0,0,0,0,0,0,0,0,0,0,0,0,501,0,0,0,3497,1,0,'Elixir of Pain','Ah. nothing like the smell of fresh blood in the foothills!$B$BNow we\'ll mix in a touch of this and a little of that and let the real fun begin! What I have created with this blood. I like to call an Elixir of Pain. If my calculations are correct this concoction could be the start of something very beautiful for Lady Sylvanas. But what we need is a test.$B$BTake this elixir out to the northern farm in Hillsbrad Fields to the southwest. Let\'s see how Farmer Ray\'s little dog Stanley likes this \"treat.\"','Feed the Elixir of Pain to Stanley.','You pour some of the elixir into your hand and hold it before Stanley\'s mouth.','Woof?','','','','','',3497,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(503,2,267,0,29,36,0,690,0,0,0,0,0,0,0,0,0,0,0,0,533,506,0,506,0,0,0,'Gol\'dir','From what I can tell of the documents you procured. Gol\'dir is being held in a large Syndicate base to the north. most likely in the Alterac Mountains. He has been held captive far too long and must be freed.','Free Gol\'dir then return to Krusk in Tarren Mill.','Thank you. $N. I led the expedition from Durotar under the Warchief\'s orders. but as you can see, our plans went somewhat awry. They have held me captive here in this town, forcing me to work, hauling burdens, digging...$b$bWhat I have suffered is unimportant, however. There is important information you must deliver to whomever is leading our group now.','Give me the key. $C. I will undo the lock myself.','Find where Gol\'dir is being held','','','','',3704,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(505,2,267,0,26,33,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Syndicate Assassins','I am the new magistrate of Southshore, recently assigned after the assassination of the previous magistrate. The assassins were never found, but through our investigations we\'re almost certain they were hired by the Syndicate - a group of thieves led by villainous nobles of the now fallen kingdom of Alterac.$B$BThe Syndicate has a camps in Sofera\'s Naze and Corahn\'s Dagger, north and west of the Horde-occupied Tarren Mill. Slay the Syndicate members you find in these camps.','Kill 12 Syndicate Footpads and 8 Syndicate Thieves. then return to Magistrate Henry Maleb in Southshore.','Thank you, $N. Although they may still be lurking about, we hope that some of the thieves and footpads you slew were responsible for the last magistrate\'s death. But even if they weren\'t, the Syndicate is a taint on this land and a stain on the human race. $B$BTheir deaths are welcome to Southshore.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2240,2241,0,0,12,8,0,0,0,0,0,0,3758,3759,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(506,2,267,0,29,36,0,690,0,0,0,0,0,0,0,0,0,8,0,0,503,507,0,507,0,0,0,'Blackmoore\'s Legacy','A day or two ago. I was visited by the leader of this Syndicate. His name was Aliden Perenolde, and styled himself lord of this land. He confided in me his plans to take the orcs that stood against him as slaves, just as his father and his mentor, the despised Blackmoore, had planned.$B$BMore important was that he brought his mistress, a wisp of a girl named Elysa. Around her neck was the pendant the Warchief desires.$B$BNow go, I will make my own way, after I have settled my business here.','Return the information gathered by Gol\'dir to Krusk in Tarren Mill.','The nerve of those overbearing humans! We\'ll show them that the orcs shall never submit to their will!$b$bThis will now be our mission. in addition to recovering the trinket the Warchief desires. It would seem that by accomplishing one, we will also accomplish the other.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,3000,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(507,2,267,0,29,42,0,690,0,0,0,0,0,0,0,0,0,8,0,0,506,508,0,508,0,0,0,'Lord Aliden Perenolde','It is clear that Perenolde must be killed. his foulness removed from the world. His manor lies a ways to the north of here. on the shores of Lordamere Lake. Do your duty, $N, then retrieve the pendant that the Warchief desires, and return here.','Kill Lord Aliden Perenolde and ask his mistress. Elysa. about Taretha\'s pendant.','No. no please don\'t hurt me! I never meant your people any harm. he\'s had me against my will! Please... spare me!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(508,2,36,0,29,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,507,0,0,0,3498,1,0,'Taretha\'s Gift','The pendant? Of course you can have it... Take it! I want no memory of him... just please. please leave in peace...','Return Taretha\'s pendant to Krusk in Tarren Mill.','It is strange that the Warchief would expend so much over such a small thing. I do not claim to understand him. but I will follow him. whatever his commands. You did well, $N, no doubt the Warchief will be glad to hear of your success.','You\'ve returned. $N. Success to report?','','','','','',3498,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3764,3765,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(509,2,267,0,24,28,0,690,0,0,0,0,0,0,0,0,0,0,0,0,502,513,0,513,0,0,0,'Elixir of Agony','Another day. another elixir to be made. If it were up to me. I\'d just let the pathetic humans and Scourge fight it out. They seem bent on killing each other as is.$B$BAlas, our Dark Lady wants to help speed up the process a tad so why not pass these morbid days by spreading a little death and disease across the land?$B$BHere\'s the plan, $N: you go out to Nethander Stead, south of Tarren Mill and east of the river and Southshore. Collect for me 6 Mudsnout Blossoms from the field for my next elixir.','Bring 6 Mudsnout Blossoms to Apothecary Lydon in Tarren Mill.','Ah. the horrible reek of Mudsnout Blossoms. At least those filthy Gnolls are good for something.','Any luck at Nethander Stead?','','','','','',3502,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2459,929,0,0,3,5,0,0,68,0,0,0,0,250,0,0,0,0,0,2500,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(512,2,267,0,26,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,'Noble Deaths','I fear the leadership behind the Syndicate is bent on Southshore\'s ruin. We must strike hard at these leaders before their plans are realized.$B$BEnter the ruins of Strahnbrad. in the Alterac Mountains to the north. We think the Syndicate is using the area as a headquarters.$B$BWe know this gang of cutthroats is run by former Alterac nobles. They may be hiding as normal Syndicate agents. but you\'ll know you\'ve killed a noble by the signet ring he wears.$B$BBring me those signet rings.','Bring 7 Alterac Signet Rings to Magistrate Maleb in Southshore.','Stripping the Syndicate of its nobility will remove its ability to act decisively. and reduce it to nothing more than a gang of thugs.$B$BYou serve your Alliance well. $N.','Have you been hunting the Syndicate? Do you have those rings?','','','','','',3505,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,4000,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(513,2,267,0,24,28,0,690,0,0,0,0,0,0,0,0,0,0,0,0,509,515,0,515,3506,1,0,'Elixir of Agony','Just when I thought another day was going to pass devoid of any joy. you brought me those marvelous Mudsnout Blossoms.$B$BFirst I will mix them down into a fine composite. We\'ll then need Master Apothecary Faranell in the Undercity to apply his colloid of decay to it and then we\'ll be ready for some good fun indeed!$B$BHere. take this Mudsnout Composite and run it off to Master Faranell at once, $N.','Take the Mudsnout Composite to Master Apothecary Faranell in the Undercity.','Apothecary Lydon sent you? Ah. why didn\'t you say so!$b$bDespite his gloomy disposition. Apothecary Lydon is one of our most dedicated and skilled members.$b$bThe good chap sends Mudsnout Composite! I know what our friend in Hillsbrad is up to now. And I like the way he thinks. The Dark Lady would be most impressed with the progress he is making toward the new plague.','Can you not see I am busy. $C? The Dark Lady insists on a new plague before the Scourge advance from Northrend overwhelms us. And with the human threat pressing from the south. time becomes my most precious commodity. This better be important!','','','','','',3506,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(514,2,267,0,30,34,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,511,525,0,525,3521,1,0,'Letter to Stormpike','I have a colleague in Ironforge who may be able to help decrypt this letter. Go to the Library in the Hall of Explorers in Ironforge and speak with Prospector Stormpike. Tell him I sent you and show him the letter. If there\'s anyone north of Blackrock Spire who can read this. it is he.','Take the Cleverly Encrypted Letter to Prospector Stormpike in Ironforge.','Ah. encryption! A specialty of mine. Let me see here...','Dibbs from Southshore sent you. did he? How is the old bookworm doing?','','','','','',3521,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(515,2,85,0,24,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,513,517,0,517,3508,1,0,'Elixir of Agony','A mudsnout composite? Absolutely brilliant! Why didn\'t I think of that?$b$bLet me contribute my colloid of decay to this devilish brew.$b$bIn order to activate the contaminating agents in this mudsnout mixture. Lydon is going to need a strong troll\'s blood potion, as well as some daggerspine scales and torn fin eyes from the southern coast of Hillsbrad. He\'ll know what to do once you\'ve gathered him all the reagents. And my, how anxious I am to hear how his experiment goes!','Bring the Mudsnout Mixture. a Strong Troll\'s Blood Potion. 5 Daggerspine Scales and 5 Torn Fin Eyes to Apothecary Lydon in Tarren Mill.','The excitement of this experiment has me feeling giddy! You have been such a great help. $N. Together we will spread death and disease to this land!','So glad to see you back. $N. I was growing so terribly bored here. Not a single entertaining thing to do besides poison and disease Umpi and reanimate her. . .over and over and over again.$b$bHow went the trip to the Undercity? Were you fortunate enough to slaughter any humans along the way?','','','','','',3508,3388,3509,3510,1,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,3749,3747,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,6,5,0,5,0,1,0,0,0,0,0,0),(516,2,130,0,16,21,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Beren\'s Peril','I have received reports that a group of undead are holing up to prepare for an attack against us. Armed with this information. we can turn the tables and attack them first, nipping their little plan in the bud.$B$BUnfortunately, my information is spotty, at best. They are reported to be hiding in a location known as Beren\'s Peril. The exact location is unknown, but it appears to be a cave in the hills, near a pocket of Dalaran wizards.$B$BI trust your resourcefulness. Find them, and put them down.','Locate Beren\'s Peril. then kill 6 Ravenclaw Drudgers and 6 Ravenclaw Guardians, then return to Shadow Priest Allister at the Sepulcher.','If our scouts and agents continue to procure valuable information such as this. we shall have the Lich King\'s Scourge removed from our lands in no time.','Have you located their base yet. $N? Time is of the essence!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1974,1973,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5252,0,0,0,1,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(517,2,267,0,24,30,1,690,0,0,0,0,0,0,0,0,0,0,0,0,515,524,0,524,0,0,0,'Elixir of Agony','This new elixir is finally ready to be tested. But why let a perfectly good. highly contagious plague go to waste on a mere frog or dog? Let\'s have us some true fun in the name of Lady Sylvanas.$B$BHead down to Dun Garok. You know the barracks where those filthy little dwarves skitter about. Steal me a keg of their Shindigger Stout. Once I have that keg. you and I will have quite the party, $N.','Bring a keg of Shindigger Stout to Apothecary Lydon in Tarren Mill.','Finally! Now we are ready for action!','Sometimes I get so bored out here in Tarren Mill I like to open up the formaldehyde jar and let the lovely aroma waft through the air. Makes Umpi a little nervous though.$b$bSo were you able to get a keg from the Dwarves? I swear if I have to stare at this deadly elixir without using on it someone for another day I am going to scream.','','','','','',3517,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(518,2,267,0,34,39,0,690,0,0,0,0,0,0,0,0,0,8,0,0,495,0,0,519,0,0,0,'The Crown of Will','Mug\'Thol and his Crushridge ogres have overrun the ruins of Alterac. It will be hard to inflict any serious punishment upon him without thinning out the ogres\' numbers.$B$BAfter softening them up. we\'ll proceed.$B$BUnderstood? Good. Now go.','Kill 10 Crushridge Maulers for Melisara in Tarren Mill.','The snow blooms red with the blood of the ogres, but we cannot cease our efforts until the spirit and numbers of the Crushridge have been crushed and ground into the dirt and snow.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2254,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,100,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(519,2,267,0,34,41,1,690,0,0,0,0,0,0,0,0,0,0,0,0,518,0,0,520,0,0,0,'The Crown of Will','Targ. Muckrake, and Glommus are Mug\'Thol\'s lieutenants. They are loyal to him, though who can say what drives an ogre to loyalty.$B$BBring me their heads, $N, and then all that will remain is to remove Mug\'Thol\'s head, crown and all.','Kill Targ. Muckrake, and Glommus and bring their heads to Melisara in Tarren Mill.','...and I thought ogres smelled foul enough to begin with.$b$bWhen you bring me Mug\'Thol\'s head. I will have the four of them mounted on pikes above Alterac. A fitting monument to those who go against the Dark Lady\'s wishes.','I want their heads. $N, not excuses.','','','','','',3550,3551,3552,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,100,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(520,2,267,0,34,43,1,690,0,0,0,0,0,0,0,0,0,0,0,0,519,0,0,521,0,0,0,'The Crown of Will','With Mug\'Thol\'s lieutenants dead, all that remains is to kill Mug\'Thol and retrieve the Crown of Will. I have no doubt he\'ll be reluctant to part with it. Most likely expecting you, too, given the... departure... of his fellows.$b$bFind Mug\'Thol, and deliver his head and the Crown to me. The Crushridge resistance will be at an end.','Kill Mug\'Thol. and return his head with the Crown of Will to Melisara in Tarren Mill.','You have done your duty well. $N. Mug\'Thol\'s head shall adorn the highest peak of the ruins of Alterac, and the Deathguard will sweep the remnants of the Crushridge into the ground.','Three heads I have. a fourth I need. It will be Mug\'Thol\'s, or it will be yours, $N. That I promise.','','','','','',3553,3554,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(521,2,267,0,34,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,520,0,0,0,3554,1,0,'The Crown of Will','All that remains is to deliver the Crown of Will to Sharlindra in the Undercity. She will see that it is delivered to Lady Sylvanas. I would warn you against thinking to use it for your own purposes. $N, Mug\'Thol\'s fate should be illustration enough.','Deliver the Crown of Will to Sharlindra in the Undercity.','So this is the relic the ogre used to duck the will of the Dark Lady...$b$bStrange that something so simple could wield so great a power. And to fall into as clumsy hands as those. Well done. $N, I will deliver the crown to Lady Sylvanas, and see that she hears of your accomplishment.','Yes? Do you have something to report?','','','','','',3554,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4430,0,0,0,1,0,0,0,68,0,0,0,0,100,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(523,2,267,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,522,0,0,0,0,0,0,'Baron\'s Demise','The contract you recovered was signed by Baron Vardus. a noble of the former kingdom of Alterac. and one known for a cold heart and brutal practices. I\'m not surprised someone like the Baron was behind this.$B$BFind this man. Find him, and bring him to justice. He must be among the Syndicate haunts - perhaps at the ruins of Strahnbrad, or perhaps within the valley north of them.','Bring the Head of Baron Vardus to Magistrate Maleb in Southshore.','Thank you. $N. My head rests a little easier. knowing that villain lost his.','Baron Vardus cannot think Southshore will allow him to send his thugs against us with impunity. I want his head!','','','','','',3626,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,10000,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(524,2,267,0,24,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,517,0,0,0,3520,1,0,'Elixir of Agony','Next door the Deathguards are holding a few captured farmers hostage. High Executor Darthalia suspected one of the military strategists from Stormwind to be hiding out amongst them. Apparently the military chap was found dead in the Plaguelands last night. Darthalia. always looking out for me. decided the prisoners would be left to my disposal.$B$BI think it\'s time we threw those farmers a party. Sounds like a grand ol\' time!$B$BPlace this tainted keg on the rug in their room. Plagued brew for all!','Place the Tainted Keg on the rug for the captured farmers.','You rest the tainted deg on the dusty rug.','A musty smell emanates from the rug.','','','','','',3520,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,500,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(526,2,11,0,20,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,324,0,0,322,0,0,0,'Lightforge Ingots','You might have found one lightforge ingot in that chest, but that\'s not enough to craft anything decent!$B$BYou should go back there and look for more. Maybe the murlocs around that wrecked ship have lightforge ingots on them.','Gather 5 lightforge ingots. then return to Glorin Steelbrow in the Wetlands.','Ah, you found them! Now let\'s get this lightforge iron hammered into something useful, eh?','Did you find the lightforge iron you need?','','','','','',2702,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(527,2,267,0,19,24,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,528,0,528,0,0,0,'Battle of Hillsbrad','Stand at attention while addressing me. $C.$B$BI am under direct command of Varimathras. We are to quell the human infestation until our apothecaries can develop the new plague.$B$BOur information leads us to believe that the town of Hillsbrad is vulnerable to attack. Your first assignment is aimed at disrupting their food supply and infrastructure.$B$BTravel west. Raid the northernmost farms of Hillsbrad Fields. Make sure that the landowners. Farmer Ray and Farmer Getz, are executed as well.','Kill 6 Hillsbrad Farmhands. 6 Hillsbrad Farmers. Farmer Ray and Farmer Getz and report back to Darthalia in Tarren Mill.','At ease. $C. I see you have returned from battle. My sources tell me you performed well on the Hillsbrad front.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2266,2360,232,2403,6,6,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,1700,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(528,2,267,0,19,25,0,690,0,0,0,0,0,0,0,0,0,8,0,0,527,529,0,529,0,0,0,'Battle of Hillsbrad','Word of the attack on the northern farms has the townsfolk panicked. Most excellent.$B$BOur Deathstalkers report peasants fleeing to the fields in southern Hillsbrad. The fools think they can hide in the orchards and escape their doom.$B$BProve them wrong. $N. Return to Hillsbrad Fields and seek out the cowering peasants. Lay waste to them in the name of our Dark Lady.$B$BDismissed!','Kill 15 Hillsbrad Peasants and report back to Darthalia in Tarren Mill.','The grip of death is tightening around the town of Hillsbrad. The battle goes well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2267,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,1800,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(529,2,267,0,19,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,528,532,0,532,0,0,0,'Battle of Hillsbrad','The humans of Hillsbrad have been putting up unexpected resistance. The problem appears to be that the townsfolk are being armed by the local blacksmith. We need to shut down all supply lines.$B$BYour mission will be to execute Blacksmith Verringtan. Slay his apprentices as well. While there. bring back a shipment of iron from their stockpile. The supplies will come in handy when we are done with the conquering of Hillsbrad and begin razing Southshore.','Kill Blacksmith Verringtan and 4 Hillsbrad Apprentice Blacksmiths.$B$BRetrieve a shipment of iron and report back to Darthalia in Tarren Mill.','Mission accomplished. $C. And carried out quite skillfully. I might add.','Were you able to carry out your orders. $C? Did you dispose of Verringtan and his assistants? And where is that iron shipment?','','','','','',0,0,3564,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2404,2265,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,2000,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(530,2,85,0,10,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,441,0,0,0,0,0,0,'A Husband\'s Revenge','Valdred. once my good friend, was my wife\'s murderer. Although I am incapable of grieving, I do yearn for revenge. If you kill Valdred and bring me his cursed hands, then I will reward you.$B$BI last heard he was at the Greymane Wall in southern Silverpine, trying to flee into the kingdom of Gilneas.','Kill Valdred Moray.$B$BBring his hands to Raleigh Andrean in the Undercity.','Ah. good. These hands killed my wife, Deliah. Revenge for her murder was my only care, and you were the instrument of that revenge.$b$bHere, take the ring you returned earlier. Deliah has been dead to me for so long, her ring is a bauble I no longer care to keep. Instead, I will keep these hands as a remembrance of my friend\'s betrayal.','Do you have those hands. $N?','','','','','',3613,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3235,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,1200,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(531,2,38,0,15,20,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,271,0,0,0,2713,1,0,'Vyrin\'s Revenge','Light! Don\'t bring things like that into the Lodge... it\'s unsanitary, unspeakable, un... un... unsanitary!$b$bJust get it out of here, will you? No one wants to see your bloody little trophy, really!','Bring Ol\' Sooty\'s head to Vyrin Swiftwind at the Farstrider Lodge.','Thanks for helping me out with my little plan, $N. I\'ve been itching for months to get back at that snooty, stuck-up boy, and I\'d say we did a pretty good job! Here, have this, you\'ve earned it.','Great job, $N! We really showed him! Here, give me the head and I\'ll take care of it.',NULL,NULL,NULL,NULL,NULL,2713,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3574,3573,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(532,2,267,0,19,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,529,539,0,539,0,0,0,'Battle of Hillsbrad','The town of Hillsbrad is in disarray and we believe it will soon fall. We must. however. persist in our ruthlessness until the human scum are wiped from the foothills for eternity.$B$BDespite their overwhelming losses. the humans rally around their leadership and keep fighting. We must eliminate their leader, Magistrate Burnside, as well as the town council. Destroy their revered political document as well, the Hillsbrad Proclamation. And while you\'re at it, steal the town registry.','Kill Magistrate Burnside and 4 Hillsbrad Councilmen. Destroy the Hillsbrad Proclamation. Steal the Hillsbrad Town Registry. Report back to Darthalia in Tarren Mill afterwards.','News of your glories in Hillsbrad traveled fast. You have done well. $C.','What news have you?','','','','Hillsbrad Proclamation destroyed','',0,0,0,3657,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,2335,2387,-1761,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,68,0,0,0,0,250,0,0,0,0,0,2000,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(533,2,267,0,29,34,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,503,533,503,0,0,0,'Infiltration','At last we begin to hear word and rumor. find evidence of Gol\'dir\'s whereabouts. The humans have been moving him around. but we are narrowing down our search and focusing on the large Syndicate camp just north of here.$B$BGo there. $N. and bring back whatever information you can get your hands on.','Retrieve information about Gol\'dir\'s whereabouts for Krusk in Tarren Mill.','Finally. we know where Gol\'dir is being held. The camp in question is not too far from here. and hopefully they will not be as well prepared as they were when they captured us the first time.','Have you found anything? I fear Gol\'dir\'s prospects grow worse by the day...','','','','','',3601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,3500,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(536,2,267,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,559,0,559,0,0,0,'Down the Coast','Transferred from the Stormwind city guard to Southshore. a town that should be abandoned by the looks of it... Smell of the harbor day and night.$B$BNot to mention ol\' Redpath... Wants me to take care of the murlocs. Ha! $B$BI can barely rouse myself to go out to some of the pockets of the overgrown fish down the Western Strand. If you would go in my place and take care of them. I\'d appreciate it.','Kill 10 Torn Fin Tidehunters and 10 Torn Fin Oracles for Lieutenant Farren Orinelle in Southshore.','I hope this will be enough to convince Redpath that I\'ve--ha!--been carrying out his orders and ridding Southshore of the terrible and horrible menace of the dreaded murlocs! For there could be no greater evil than the ravages of overgrown fish!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2377,2376,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(537,2,267,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,525,0,0,0,0,0,0,'Dark Council','The letter you brought me was written by a being who calls himself Nagaz. a member of the Argus Wake. I don\'t know what this Argus Wake is. but if they\'re in alliance with the Syndicate then they must be a threat.$B$BI want you to find Nagaz and the Argus Shadow Mages mentioned in that letter. I want you to find them. and kill them.$B$BSearch in the Uplands, where the Syndicate is strongest. It is north of Strahnbrad.$B$BWith luck, you\'ll find these envoys of the Argus Wake there.','Kill 4 Argus Shadow Mages.$B$BBring the Head of Nagaz to Magistrate Maleb in Southshore.','Well done. $N. The Argus Wake does not sound like a group we want running the Syndicate.$B$BAnd although you may have destroyed their leader here. Nagaz was merely the servant of another. The Argus Wake might run deep through the continent of Azeroth.$B$BOr even the world.','Did you find the envoys of The Argus Wake?','','','','','',3672,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,100,0,0,0,0,0,5000,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(538,2,1519,0,20,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,337,0,0,540,0,0,0,'Southshore','$N. If you don\'t mind a long journey then I have a task for you, to again help Stormwind fill its library.$B$BThe old kingdom of Alterac fell after the great war, and it had a large collection of books. It\'s a tragedy that the city is ruined, but even more tragic is all of their knowledge lost! We must recover what we can.$B$BSouthshore is the closest town to the Ruins of Alterac. Go there and speak with Loremaster Dibbs. He can direct you to the ruins, and to what books may be found there.','Speak with Loremaster Dibbs in Southshore.','Ah yes, I remember Milton. A bookworm, no doubt. Bless him.$B$BAnd he\'s right. The Ruins of Alterac still hold stores of knowledge in danger of being lost!$B$BOgres now dwell in Alterac, and they don\'t care much for higher learning.',NULL,NULL,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,0,0,0,0,0,469,54,72,0,0,6,6,25,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(539,2,267,0,21,28,0,690,0,0,0,0,0,0,0,0,0,8,0,0,532,541,0,541,0,0,0,'Battle of Hillsbrad','The Hillsbrad Town Registry indicates that the Azureload 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 Azureload Mine fervently.$B$BThe mine lies due south of Hillsbrad. Go there and slay the foreman, a human by the name of Bonds. Kill his miners as well. That should send a clear message to the Alliance.','Kill Foreman Bonds and 10 Hillsbrad Miners and report back to Darthalia in Tarren Mill.','The Dark Lady will be pleased when she learns that she has a new mine from which she can arm her soldiers.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2305,2269,0,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,2500,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(540,2,267,0,20,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,538,0,0,542,0,0,0,'Preserving Knowledge','Those beastly ogres now reside within Alterac\'s ruins. and I shudder to think what they\'re doing with the precious books still there. You must recover what you can!$B$BEnter the Ruins of Alterac and search for tomes looted by the ogres. Get whatever you can find and bring them to me, but also seek out one book in particular: The Arm of Gri\'lek. It contains ancient troll lore that I must learn, and the Ruins of Alterac was the last known location of an intact copy of this book.','Bring 5 Recovered Tomes and the Worn Leather Book containing The Arm of Gri\'lek to Loremaster Dibbs in Southshore.','Oh. you got them! Splendid! I must begin studying the Arm of Gri\'lek immediately!','I wish I could search the ruins too. but I fear these bones wouldn\'t hold me during my climb up the mountains. However, how does your hunt for knowledge progress, $N?','','','','','',3658,3659,0,0,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,54,72,0,0,87,88,150,0,0,0,0,2940,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(541,2,267,0,25,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,539,550,0,550,0,0,0,'Battle of Hillsbrad','Dwarves aiding the humans? Damn those filthy little beasts.$B$BWe shall test the strength of the so-called Alliance. We\'ll see how anxious those little ankle-bashers are to help the humans once they feel our wrath. We know exactly where their stronghold is in this territory.$B$BThey have established a barracks in southeastern Hillsbrad along Thoradin\'s Wall called Dun Garok. The final mission of this battle is to lay siege on Dun Garok. $C. Captain Ironhill. their leader, must die.','Travel to Dun Garok and kill 8 Mountaineers, 4 Riflemen, 2 Priests and Captain Ironhill and report back to Darthalia in Tarren Mill.','Your actions on the battlefield are worthy of the highest praise.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2344,2345,2346,2304,8,4,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(542,2,267,0,20,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,3660,1,0,'Return to Milton','I need to spend some time studying the Arm of Gri\'lek book you brought me. though I\'m sure Milton is eager to get the other recovered books into Stormwind\'s collection.$B$BHere are the books you gathered from the Ruins of Alterac, packed and catalogued. Take them back to Milton Sheaf in Stormwind and I\'m sure he\'ll be grateful.','Bring the Tomes of Alterac to Milton Sheaf in Stormwind.','My oh my! Look at these! I can\'t believe they survived the ruination of Alterac. And all those ogres too!$B$BThank you. $N. Thank you so much! You have helped preserve human knowledge, and you add to the grandeur of the Royal Library of Stormwind.','$N. you\'ve returned! How did your foray into Alterac go? Did you bring anything back with you?','','','','','',3660,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,54,72,0,0,87,88,150,0,0,0,8500,2940,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(543,2,1519,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Perenolde Tiara','The Perenolde Tiara is an old heirloom of the Perenolde \"nobles\" - the ruling family of Alterac before that kingdom fell to ruin. It is said to have been crafted by master jewelers in Ironforge. and fitted with the finest of emeralds.$B$BWhen Alterac was destroyed the Tiara was lost, but there are rumors that an Ogre Mage, Grel\'borg the Miser, found the tiara and now wanders the Ruins of Alterac searching for more treasures.$B$BWe would have you acquire the tiara for us.','Bring the Perenolde Tiara to Remington Ridgewell in Stormwind.','Ah. this is splendid. This will have to be cleaned of course, but you really outdid yourself, Pluto. I will have someone prepare the tiara and place it within our collection posthaste.$b$bAs I\'m sure you will agree, our gratitude is as grand as our collection.','Salutations. Pluto. Do try to avoid stepping on my pant cuffs. This outfit is newly tailored.','','','','','',3684,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,20,0,0,0,0,0,15000,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(544,2,267,0,30,34,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,545,0,545,0,0,0,'Prison Break In','I came to Tarren Mill to research. but now must resolve a crisis. You see. four Forsaken fled the Undercity a few months ago. They turned their backs on their brethren, but what\'s worse...they stole from the Dark Lady.$B$BThese thieves broke into a secure vault and stole four artifacts, items our apothecaries required in certain studies. Sylvanas would have these artifacts returned.$B$BThe thieves fled the Undercity to Dalaran, and those wizards quarantined them in the Lordamere Internment Camp.','Find the traitors and recover their artifacts. then return to Magus Voidglare in Tarren Mill.','You have done a great service for the Forsaken. $N. These artifacts have been sorely missed.$b$bAnd it is good to hear that Kegan and the other betrayers have found justice.','Did you find the thieves? And more importantly. did you find what they stole?','','','','','',3691,3689,3690,3688,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,7000,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(545,2,267,0,30,35,0,690,0,0,0,0,0,0,0,0,0,8,0,0,544,0,0,0,0,0,0,'Dalaran Patrols','The wizards of Dalaran constructed a vast. magical dome around the heart of their city. Some believe it was for protection from the violence of these times, while others say they merely wanted solitude, to study and plot.$B$BI don\'t care what the reason was. I do care that the ruined outskirts of their city, outside the dome, may hide valuable magical treasures.$B$BBut the area is patrolled by the wizards and their elemental slaves.$B$BSo hunt them, and return when their numbers are sufficiently reduced.','Kill 6 Dalaran Summoners and 12 Elemental Slaves. then return to Magus Voidglare in Tarren Mill.','Very good. Those ruins should now be safe enough to search, if one is careful.$B$BThank you, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2358,2359,0,0,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(546,2,267,0,20,25,0,690,0,0,0,0,0,0,0,0,0,0,0,0,527,0,0,0,0,0,0,'Souvenirs of Death','I hear you were enlisted by Darthalia to wage war on the humans of Hillsbrad. So jealous I am. . .$B$BWhile you\'re off having all the fun -- slaying humans. pillaging the town. terrorizing innocent people -- I am stuck standing guard here in Tarren Mill.$B$BPerhaps you\'ll take pity on an old Deathguard like myself? You see I am collecting human skulls. And you will be fighting humans for quite some time. Over the course of your long battle, bring me 30 skulls and I will make it worth your while.','Deathguard Samsa of Tarren Mill wants 30 Hillsbrad Human Skulls.','Precious skulls! So beautiful! I owe you as promised. $N!','So the lucky $N returns? How many humans have you slaughtered today? Hundreds I do hope!$b$bHave you any skulls for me?','','','','','',3692,0,0,0,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,3739,0,0,0,1,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(547,2,267,0,26,30,1,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Humbert\'s Sword','High Executor Darthalia sent me to keep watch of Dun Garok from a distance. I had set up camp just out of sight. But when morning came and I had to boil water. I left to gather firewood.$B$BWhen I returned to camp. I discovered my gear was missing.$B$BApparently some dwarven scouts from Dun Garok had passed by and made off with it. I need my sword! If you can get it back for me I would be so grateful. So many dwarves there...it will be quite difficult to find the dirty little thief who stole it.','Retrieve Deathguard Humbert\'s sword from Dun Garok and return it to him in Tarren Mill.','You found it!$b$bAh. I feel so complete with my precious sword back in my hand. Many thanks to you!','Were you able to retrieve my sword. $N? High Executor Darthalia will hang me from the rafters if she discovers my folly.','','','','','',3693,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3750,3751,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(549,2,267,0,17,22,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,566,0,566,0,0,0,'WANTED: Syndicate Personnel','By the authority of Lady Sylvanas. all members of the organization known as the Syndicate are wanted dead. Those brought into custody or taken prisoner will be summarily executed. They are currently known to be amassing in the ruins of Durnholde Keep. to the southeast of Tarren Mill.$B$BA handsome reward is offered to all who bring proof of their deeds to High Executor Darthalia.','Kill 10 Syndicate Rogues and 10 Syndicate Watchmen. Return to High Executor Darthalia in Tarren Mill for your reward.','Excellent, $C. At this rate, the Syndicate pest will be rid from the land in no time.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2260,2261,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,1400,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(550,2,267,0,19,32,0,690,0,0,0,0,0,0,0,0,0,0,0,0,541,0,0,0,3701,1,0,'Battle of Hillsbrad','Because you fought with such valor and perseverance in the Battle of Hillsbrad. I have written this commendation. extolling your heroics in combat for the high command to recognize.$B$BTake this sealed commendation to Varimathras in the Undercity. Go with pride, $C.','Take Darthalia\'s Sealed Commendation to Varimathras in the Undercity.','So you are the infamous $C who struck such a decisive blow against the Alliance forces in the Hillsbrad Foothills? Word of your glorious exploits traveled quickly to the Undercity.$b$bYou have quite a future in the Dark Lady\'s ranks if you continue to show such leadership and expertise in battle.$b$bWhile our primary threat is the Lich King\'s Scourge army descending from the north. the human \"problem\" continues to impede our battle plans. You. however, have shown that the humans can and will fall.','What brings a $C all the way to the Undercity from the battlefield?','','','','','',3701,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6282,3761,3822,0,0,0,1,1,1,0,0,0,3760,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(554,2,267,0,28,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,551,0,0,0,3706,1,0,'Stormpike\'s Deciphering','Prospector Stormpike is a master of decryption and deciphering. If you take the parchment you found to him. then with luck he can make sense of it. Stormpike is currently studying in the Prospector headquarters in Ironforge.$B$BAnd when you see him tell him you spoke with me - I\'ve been sending him quite a lot of business lately.','Take the Ensorcelled Parchment to Prospector Stormpike in Ironforge.','A wise decision. I don\'t believe there is a scholar other than myself with the skills to translate this scroll. And if its contents prove interesting. fear not. I will send for you.','More interruptions?$B$BAh. this parchment is covered with a very intricate. finely woven spell. I can untangle it, of course, but it\'s going to take time. And time is very valuable to me...$B$BPerhaps I will just purchase it from you?','','','','','',3706,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,5000,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(555,2,-304,185,28,31,0,1101,175,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Soothing Turtle Bisque','If there\'s one thing you\'ll learn about Southshore it\'s that we have some of the best cuisine north of Stormwind!$B$BTake my secret recipe for Turtle Bisque. for example. I\'ve known folks to travel from as far as Darkshire just to enjoy a bowl. Speaking of which. I haven\'t been able to make any lately. I used to head up past Dalaran to Lake Lordamere myself to hunt Snapjaws but it\'s just too dangerous now. If you bring me some Turtle Meat from the Snapjaws up north and Soothing Spices, I\'ll whip some up!','Bring 10 pieces of Turtle Meat and some Soothing Spices to Chef Jessen in Southshore.','Everyone will be so pleased: Chef Jessen\'s Soothing Turtle Bisque is served once again!','Any luck finding the ingredients? I\'ll tell you. this territory isn\'t the peaceful place it once was. Ah. if only this unrest never occurred...','','','','','',3712,3713,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,3737,3729,0,0,1,3,0,0,72,0,0,0,0,250,0,0,0,0,0,3000,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(556,2,267,0,30,32,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,557,0,557,0,0,0,'Stone Tokens','A notable talent of the wizards of Dalaran is their familiarity with elementals: powerful creatures from other dimensions. The wizards use magical tokens as a means to control these elementals. Magus Voidglare would like some of these tokens to study.$B$BEnter the territories of the Dalaran wizards. west of Hillsbrad. and gather the tokens.$B$BYou might find the tokens on any citizen of Dalaran, but I suggest hunting at the internment camp. It\'s safer than Dalaran itself.','Bring 10 Worn Stone Tokens to Keeper Bel\'varil in Tarren Mill.','These will do nicely. Although it looks like their magic is faded. it would be best if the Magus\' initial experiments were on inert specimens such as these.$b$bThank you. $N.','Do you have the Worn Stone Tokens. $N? The Magus is eager to unlock their secrets.','','','','','',3714,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,3000,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(557,2,267,0,30,34,0,690,0,0,0,0,0,0,0,0,0,0,0,0,556,0,0,0,0,0,0,'Bracers of Binding','The Magus will be busy studying those stone tokens you gathered. but I know he\'ll eventually want examples of their counterpart: bracers of binding. These are set around the wrists of actual elementals. and bind them into the mage\'s service.$B$BHunt elementals in the ruins of Dalaran and gather their Bracers of Earth Binding, and the Magus will be pleased.','Bring 4 Bracers of Earth Binding to Keeper Bel\'varil in Tarren Mill.','You found them. I trust the elementals from which you removed these bracers were amenable?$b$bHm...death has not only stopped my heart. but robbed me of my comedic timing. it seems.$b$bWell thank you, $N. You serve the Magus, and hence the Dark Lady, well.','Hello. $N. Elementals are tough quarry. but I know you\'re up to the task. Do you have those bracers of binding?','','','','','',3715,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,3500,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(558,2,-284,0,58,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23122,'Jaina\'s Autograph','They say that Lady Jaina Proudmoore in Theramore is one of the greatest heroes the Alliance has ever had. When I grow up. I wanna be a hero of the Alliance too!$B$BDo you know Jaina, $N? Could you do me a favor, please? Could you get her autograph for me? I dunno how to ask her, and she\'d probably be too busy for someone like me... but you! You\'re an adventurer just like she is! I bet she\'d give you her autograph easy!$B$BPlease?','Travel to Theramore to see about getting Lady Jaina Proudmoore\'s autograph for your ward.','WOW! You got Lady Jaina\'s autograph for me! Thank you very much! And wow... she wrote a personal message on here - to me! I knew she\'d be totally cool, and maybe someday I\'ll thank her myself... when I become a hero of the Alliance!$B$BYou\'re the best, $N. Thank you for being so nice to me.','Someday, I wanna be a hero just like Jaina... well, a boy hero that is.','','','','','',18642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(559,2,267,0,26,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,536,560,0,560,0,0,0,'Farren\'s Proof','Would you believe it. $N? Redpath wasn\'t satisfied with all the murlocs we killed--oh now. don\'t be modest, you had some hand in it. Now he wants me to bring proof of the dead, hacking off cold, slimy murloc heads to submit for his approval.','Collect 10 Murloc Heads from the murlocs on the Western Strand for Lieutenant Farren Orinelle in Southshore.','Oh for the Love of the Light... they\'re dripping on the ground.$b$bCan\'t stand touching those things. myself. Fish are all well and good. but when they grow legs and start walking around... Haven\'t eaten a fish in weeks, let me tell you, and in Southshore, that means you aren\'t eating much.','Did you get those heads for me. $N?','','','','','',3716,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(560,2,267,0,25,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,559,561,0,561,3717,1,0,'Farren\'s Proof','You know. $N. I\'d really rather not take these heads... Since you\'ve already got a handle on them, would you mind delivering them to Redpath for me?','Deliver the sack of murloc heads to Marshall Redpath in Southshore.','Farren\'s errand boy. are you?$b$bIf you assisted Farren in procuring these heads. then thank you. Southshore needs hard workers and effort to maintain its protection.','Greetings. citizen. Have you come to lend your arm to upholding the safety of Southshore?','','','','','',3717,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(561,2,267,0,26,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,560,562,0,562,0,0,0,'Farren\'s Proof','Please inform Lieutenant Orinelle that I would like him to refocus his efforts on the naga infesting the Eastern Strand. When he has results. tell him to report to me in person.','Speak with Lieutenant Farren Orinelle in Southshore.','The naga. eh? Redpath must have just received the same information as me... Ha! He\'ll not receive a promotion from my toil. Let me explain.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(562,2,267,0,26,32,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,561,563,0,563,0,0,0,'Stormwind Ho!','My former mentor in the Stormwind city guard sent a message to me that Alliance High Command is becoming concerned with the threat posed by the naga. From what he\'s heard. there\'s good chances for promotion--or at least reassignment--for anyone who proves valuable in this regard.$B$BThere\'s just one small problem... I can\'t handle the naga. $N. Oh sure, I could break up a drunken barroom brawl, or haul off a belligerent beggar, but the naga are too much for me. You\'ve got to help me, $N!','Kill 10 Daggerspine Shorehunters and 10 Daggerspine Sirens for Lieutenant Farren Orinelle in Southshore.','With the naga put down in Southshore, I\'ll be a shoe-in to be reassigned. I\'ll get to see Stormwind again... get away from this Light-forsaken port.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2369,2371,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3755,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(563,2,267,0,25,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,562,0,0,0,3721,1,0,'Reassignment','It shouldn\'t be a problem getting my report seen. The new captain of the guard. Major Samuelson. was my mentor while I was stationed in Stormwind. It should give him more than enough excuse to have me transferred back to the city. I\'ll need you to carry my report to him, though... wouldn\'t want ol\' Redpath to catch on.','Deliver Farren\'s report to Major Samuelson in Stormwind Keep.','What\'s this? Ah... so my attentive pupil has applied himself to the problem of the naga in Southshore. Thank you for bringing this to me. I will certainly take it into account when I review personnel assignments in the next month.','Greetings. citizen. May the Stormwind city guard be of assistance?','','','','','',3721,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(564,2,267,0,30,34,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Costly Menace','Ain\'t nothin\' that irks me more than losin\' these here beautiful horses. And believe me. we\'ve lost quite a few between them pesky undead creeps, the dang Syndicate gang and all the other good-for-nothin\' scoundrels pokin\' about these parts.$B$BBut I swear on my ol\' grand-daddy\'s grave there ain\'t no bigger menace to our horses here than them Mountain Lions up in Alterac. Always comin\' down from the hills and makin\' my life difficult!$B$BYou fancy yourself a hero? Go and do somethin\' about it then!','Darren Malvew of Southshore wants you to kill 8 Mountain Lions and 10 Hulking Mountain Lions.','Ain\'t that great news! Should-a gone and found me a regular ol\' war hero from day one to take care of them beasts. You\'d-a made your pappy proud, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2406,2407,0,0,8,10,0,0,0,0,0,0,3753,3754,0,0,0,0,1,1,0,0,0,0,3736,3728,0,0,1,5,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(565,2,267,0,29,34,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bartolo\'s Yeti Fur Cloak','I. the great Bartolo, shall make for you the world famous, Alliance renowned, Yeti Fur Cloak!$B$BTravel the planet and find yourself a better cloak, I dare you. Oh wait, what is that, little $R? \"Bartolo, there is no finer cloak!\" Yes, yes! That, I have heard before.$B$BBartolo requires a Bolt of Wool, a Hillman\'s Cloak made by a skilled leatherworker, Fine Thread and Yeti Fur, of course! Bring to me these items and you shall be a happy customer!','Bring Bartolo Ginsetti of Southshore a Bolt of Wool. a Hillman\'s Cloak, Fine Thread and 10 clumps of Yeti Fur.','Now it is time for the great Bartolo to work his magic! I require no wizard\'s staff. no $C\'s rod. For I, the great Bartolo, work magic with a mere needle and thread!','So you have returned to the great Bartolo. Perhaps you have finished gathering the materials needed for your Yeti Fur Cloak? Or maybe you just enjoy basking in the greatness of me. Bartolo!','','','','','',2997,2321,3719,3720,1,1,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2805,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(566,2,267,0,20,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,549,0,0,0,0,0,0,'WANTED: Baron Vardus','By order of High Executor Darthalia. the human known as Baron Vardus is wanted for crimes against the Forsaken. Vardus is known to be a high-ranking member of the organization known as the Syndicate.$B$BHe was last spotted in the Uplands in the Alterac Mountains. north of Tarren Mill.$B$BHe is wanted dead. Bring evidence of his demise to High Executor Darthalia to claim the reward.','Kill Baron Vardus and deliver his head to High Executor Darthalia in Tarren Mill.','Productive work you do. $N. With Baron Vardus dead. the number of Syndicate leaders grows smaller. Their resistance and irritation will be short-lived.','Ah. $N. Perhaps you\'ve come to collect the bounty on the head of Baron Vardus?','','','','','',3626,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2231,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(567,2,267,0,20,28,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Dangerous!','Dangerous!$B$BThe following humans of Hillsbrad have been deemed dangerous and are marked for bounty by High Executor Darthalia:$B$BClerk Horrace Whitesteed. Wanted for the murder of Deathguard Toma.$B$BCitizen Wilkes. Wanted for the murder of Apothecary Eli.$B$BMiner Hackett. Wanted for the murder of Deathstalker Fry.$B$BFarmer Kalaba. Wanted for the ambush of supplies from the Undercity.$B$BAll of these enemies are hiding and will be hard to find. A reward will be granted upon notice of their death.','High Executor Darthalia of Tarren Mill is offering a bounty on Clerk Horrace Whitesteed. Citizen Wilkes. Miner Hackett and Farmer Kalaba.','You are quite the bounty. $C. Well done.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2448,2449,2450,2451,1,1,1,1,0,0,0,0,3742,3743,5250,0,0,0,1,1,1,0,0,0,3732,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(568,2,33,0,33,36,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,569,0,0,0,'The Defense of Grom\'gol','Throm\'ka. $C!$B$BYour arrival at Grom\'gol is timely, indeed. As commander of the Warchief\'s base camp here in the jungle I am bound by honor to ensure the safety of all members of the Horde. Our mission to provide a safe chain of supply to Stonard is being hampered by some of the local inhabitants.$B$BI am putting you in charge of thinning out the raptor population outside of Grom\'gol. Once you have made significant progress, report back to me for reassignment.','Commander Aggro\'gosh of the Grom\'gol base camp wants you to kill 15 Lashtail Raptors.','Your duty was performed with honor. $C.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,4000,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(569,2,33,0,33,37,0,690,0,0,0,0,0,0,0,0,0,8,0,0,568,0,0,0,0,0,0,'The Defense of Grom\'gol','When we first arrived in this jungle we did not intend to wage war on the local tribes. Our mission to supply Stonard is of the highest priority. But complications have arisen. A local band of ogres has occupied the Mizjah Ruins to the southeast of Grom\'gol. Despite warnings, they continue to ambush our supply caravans.$B$BI am putting you in charge of dealing with these uncooperative ogres.$B$BTravel to the ruins and attempt to drive them from the area. At the very least it will send a firm message.','Commander Aggro\'gosh of the Grom\'gol base camp wants you to kill 10 Ogre Brutes and 5 Ogre Witch Doctors.','Well done. You have served the Warchief with honor.','Have you made any progress with the ogres of the Mizjah Ruins yet, $C?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1142,1144,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4115,0,0,0,1,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(570,2,33,0,33,38,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,572,0,0,0,'Mok\'thardin\'s Enchantment','The power of the jungle\'s magic must be realized and then harnessed by the Horde. My rituals have proven successful so far. I can cast very powerful enchantments. For you. brave $C, I shall make a special item indeed.$B$BBring to me some Shadowmaw Panther claws along with a Tigress fang. Not just any fang will do. It must be in pristine condition.$B$BThe beasts lurk throughout the jungle but you will find some close by, just across the river from Mizjah Ruins to the southeast.','Far Seer Mok\'thardin at the Grom\'gol base camp wants 8 Shadowmaw Claws and a Pristine Tigress Fang.','Your knowledge of the jungle is strong. $N. These specimens will be perfect. I will thank the spirits for sacrificing such fine beasts for the cause of the Horde.','What news do you bring?','','','','','',3838,3839,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(571,2,33,0,33,41,0,690,0,0,0,0,0,0,0,0,0,0,0,0,572,0,0,573,0,0,0,'Mok\'thardin\'s Enchantment','What I need from you now will be very difficult to obtain.$B$BTo hold all these feathers. claws and the pristine fang in place I require a magical tether. Only an aged gorilla sinew will work.$B$BYou will only be able to find one on an Elder Mistvale Gorilla. They are known to forage to the east of Booty Bay.$B$BThe sinew must be perfect. It might take quite a few kills for you to find exactly what I need but it will be well worth the hunt.','Bring an Aged Gorilla Sinew to Far Seer Mok\'thardin in Grom\'gol.','A most ideal sinew. $N. Your efforts will pay off soon.','Has fortune been on your side. $N? Were you able to obtain an aged gorilla sinew?','','','','','',3862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(572,2,33,0,33,41,0,690,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,571,0,0,0,'Mok\'thardin\'s Enchantment','The items you gathered from the feline beasts of the Vale are only the first requirement for a powerful enchanted item. These jungle trinkets combined with my shamanistic ritual will provide you with a very useful tool in assisting the Horde and the Warchief.$B$BBut now you must gather for me some Jungle Stalker Feathers. The feathers are traditionally worn by the beasts on their armbands. You will find a tribe of the raptors directly south of Grom\'gol. not far from the great arena.','Bring 10 Jungle Stalker Feathers to Far Seer Mok\'thardin at the Grom\'gol base camp.','Most excellent. I will prepare these at once.','Did your gathering efforts prove fruitful?','','','','','',3863,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(573,2,33,0,33,44,0,690,0,0,0,0,0,0,0,0,0,0,0,0,571,0,0,0,0,0,0,'Mok\'thardin\'s Enchantment','There is but one final reagent needed to complete the enchantment.$B$BIn the south. towards the western coast, high above the bluffs, lies a Holy Spring. This spring is the subject of great conflict amongst religious and mystical scholars. Every race in Azeroth claims that the spring waters were made divine for their people.$B$BMy final request of you: bring to me Holy Spring Water. Be warned. An expedition of naga explorers have advanced upon the spring. They will need to be dealt with as well.','Far Seer Mok\'thardin of Grom\'gol needs Holy Spring Water. He also wants you to kill 10 Naga Explorers.','With this Holy Spring Water the ceremonial choker is ready for enchantment.$B$BWear this with pride. $N, in the name of the Warchief and in defense of the mighty Horde.','I am almost ready to complete the enchantment. Have you performed my bidding?','','','','','',737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1907,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4112,0,0,0,1,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(574,2,33,0,30,38,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,202,0,0,0,'Special Forces','Now that many of his regular troops are reduced. you must face his highly trained forces. When they\'re not in the wilderness slaughtering our rebel soldiers, they are found deep in the back of the Kurzen Compound, in a cave they call the Stockpile.$B$BI know many of Kurzen\'s troops personally, and I know they are skilled, loyal, and cruel. This is no easy task I set before you, $N.$B$BAfter you defeat them, report to Lieutenant Doren, my commanding officer. He will want your report firsthand.','Kill 10 Kurzen Commandoes and 6 Kurzen Headshrinkers.$B$BReport to Lieutenant Doren at the Rebel Camp.','$N. Sergeant Yohwa trusted your abilities. and I trust her. The defeat you brought to Kurzen\'s forces is almost too much to hope for. I had feared we rebels were alone, and alone we could never stand up against the Colonel\'s brilliance.$b$bPerhaps hope of our survival yet remains.','Sergeant Yohwa tells me you are skilled and brave. $C. Do you have something to rep','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,938,941,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,72,0,0,0,63,250,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(575,2,33,0,26,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supply and Demand','\"The finest leathercrafter of the South Seas and the worlds old and new.\" That\'s what they call me. Me! Drizzlik! The finest lea... Ahem. Well.$b$bMy leather goods are known far and wide as the most exquisite, a connoisseur\'s choice!$b$bI\'ve just received an order from Director Riddlevox of the Tinkers\' Union for a dozen of his favorite Excelsior-line boots. Our best sellers, actually.$b$bTo start on the basic shape, I\'ll need crocolisk skins from the crocs along the river in northern Stranglethorn.','Bring 2 Large River Crocolisk Skins to Drizzlik in Booty Bay.','These skins should do. Their quality isn\'t too important. given that they\'ll make up the inside layer of the boots, but it\'s still important that they\'re comfortable.$b$bIf they\'re a bit too rigid, I\'ll use some tiger blood to soften it up. Tricks o\' the trade, you know?','My equipment is all ready to go, $n, I just need those skins. We don\'t want to keep Riddlevox waiting, that\'s for sure.$b$bIt\'s not a good idea for anyone to keep the chief inventor of the Tinkers\' Union unsatisfied.','','','','','',4053,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,2200,780,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(576,2,33,0,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,'Keep An Eye Out','Avast! Who goes there?$B$BArgh. I am but useless without me special enchanted eye. Bad enough to have lost me eyes in battle in the first place! But by some stroke o\' luck we docked in Menethil and a traveling wizard enchanted a special glass eye that let me see again.$B$BLast night I ended up gettin\' jumped by some Bloodsail Buccaneers on me way out. Took me eye, they did! Seems those blokes have found their way to Booty Bay.$B$BHelp an old sea dog out by gettin\' me eye back?','Dizzy One-Eye in Booty Bay wants you to retrieve his eye from the Bloodsail Buccaneers.','Shiver me timbers and timber me shivers! Ye found me beautiful eye! Let\'s see if she still fits.$b$bShavas ho! Blimey. I can see!!','Ahoy. me bucko! Might not be able to see but I can smell ye from halfway across port.$b$bCould really use me eye back. Captain\'s going to keelhaul me when he finds out me peeper is in the hands of them dirty Bloodsail Buccaneers.$b$bWhat good is a lookout who can\'t see? The crow\'s nest used to be me home...without me deadlights I\'d be lucky to scrub the bilge.','','','','','',3897,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4114,0,0,0,1,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,0,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(577,2,33,0,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,575,0,0,628,0,0,0,'Some Assembly Required','Well. I\'ve got the basic shape of the boots worked out, and they\'re coming along fine, but the skins you brought aren\'t going to be quite enough for the inner layers.$B$B\"What are we going to do, Drizzlik?\" No doubt the question on your lips, and well, isn\'t it lucky you\'re talking to Drizzlik, because he\'s going to tell you what we\'re going to do!$B$BThe inner layers will never really be seen, so we\'ll just get some of the thicker, cheaper skins from the crocs around Lake Nazferiti to fill the boots out.','Bring 5 Snapjaw Crocolisks Skins to Drizzlik in Booty Bay.','My boots... they\'re like sausages. $N. Look great, taste great. I tell you they\'re filled with nothing but the finest ingredients and meats, and you eat it, and you love it.$b$bIt\'s safer--and more enjoyable--if you just trust me, and don\'t ask too carefully what\'s really inside.','Drizzlik\'s Excelsior leather boots. finest workmanship, one-hundred percent high quality saltwater crocilisk skin boots. None finer!$b$bCan\'t beat a glowing description like that, can you?$b$bExcept, maybe, if you have those skins for me?','','','','','',4104,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,3000,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(578,2,33,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,2,0,616,0,0,601,3898,1,0,'The Stone of the Tides','If there is indeed a goblin mage and water elementals haunting the island, it could mean the Stone of the Tides can be mine!$B$BI want you to locate this haunted island... find out what\'s going on. Oh, and if you perhaps want to find out more about the Stone of the Tides, take this scrip to the Stormwind Library, they should be able to find you a copy of the book I first came across the legend in.$B$BCould it be that Gazban actually discovered the Stone...?','Find the haunted island for Baron Revilgaz in Booty Bay.','So the stories were true! Incredible!$B$BHowever, we will need to figure out a way to defeat the curse of the Stone of the Tides, if we are to retrieve it. The curse is magical business, we\'ll need one of those wizards to help us out.',NULL,'Locate the haunted island',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,0,0,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,4000,2220,0,0,0,0,0,-12113,925,0,0,0,0,0,0,1,0,0,0,0,0,0),(579,2,1519,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Stormwind Library','','','Do any of these titles interest you, $N?','King Anduin has placed great importance on learning, and thus has provided funds for making copies of various tomes and writings available to the public. It\'s very simple. You bring me a library scrip, and I can give you a copy of one of the available books.','','','','','',3898,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2154,3899,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(580,2,33,0,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Whiskey Slim\'s Lost Grog','We was splicin\' the mainbrace somethin\' fierce off of the Overlook Cliffs, ol\' Hinterlands just in the distance. Thought the seas was goin\' to swallow us whole.$b$bOl\' Slim knows all about liquid courage! Cap\'n had a crate of Pupellyverbos Port we commandeered from a privateer en route to Stormwind.$b$bSo when that storm off of Hinterlands hit, I busted into the grog. Big wave hit and tossed them bottles overboard. Cap\'n is goin\' to give me a taste o\' the cat if ye don\'t help me get \'em back though!','Whiskey Slim in Booty Bay wants you to bring him the bottles of Pupellyverbos Port he lost.','Shiver me timbers! Ye found the Cap\'n\'s grog!$b$bI owe ye big time. friend.$b$bSeems like a storm is a brewin\' outside. Maybe I\'ll just keep warm with one o\' these here bottles while we wait for it to pass....','Sink me! I\'m almost outta booze here! Cap\'n is goin\' to weigh anchor and Ol\' Slim will be caught dry as the Tanaris Desert. And once he discovers his port is missing. . . blimey!','','','','','',3900,0,0,0,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,17048,0,0,0,5,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,1,5,0,0,0,1,0,0,0,0,0,0),(581,2,33,0,30,34,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,'Hunt for Yenniku','A doom. there is. A doom on my chief\'s youngest son, Yenniku. As is a custom with our people, he was given to the Gurubashi Trolls of Zul\'Gurub, but after my tribe, the Darkspear tribe, left with the orc Thrall, poor Yenniku was lost to us. I was sent from distant Orgrimmar, back to Stranglethorn, to search for my chief\'s son.$B$BAnd I believe the Bloodscalp tribe has him.$B$BIf you would help me, then hunt the Bloodscalps. You may find them to the north. Gather their tusks and return to me.','Bring 9 Bloodscalp Tusks to Nimboya at the Grom\'gol Base Camp.','These are good tusks. $N. You prove that you have the strength to hunt the Bloodscalps.$b$bAnd that is good, because you are not done hunting them.','$C. Show me you have made prey of the Bloodscalp tribe.$b$bShow me your trophies.','','','','','',3901,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(582,2,33,0,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,581,0,0,0,0,0,0,'Headhunting','We must find if Yenniku is dead.$B$BSlay the Bloodscalp Headhunters and take from them their Shrunken Heads. You must gather many. many heads, and I will inspect them to make sure Yenniku\'s head is not among them.$B$BAnd if Yenniku was killed by the Bloodscalps, then may a 600-year curse fall on the spirit of their chief, Gan\'zulah!$B$BGo, $N. You may find many Headhunters at the ruins of Zuuldaia and Zul\'Kunda, along the coast to the north.','Bring 20 Shrunken Heads to Nimboya at the Grom\'gol Base Camp.','Thank you. $N. I will inspect these heads to ensure poor Yenniku was spared the headhunter\'s axe.','$N. I fear for our chief\'s son. Do you have the shrunken heads so I may inspect them?','','','','','',1532,0,0,0,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,4133,4132,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(583,2,33,0,28,30,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','Welcome to Stranglethorn!$b$bPerhaps you\'re not aware of this, but that dwarf over there is the son of the one and only Hemet Nesingwary, renowned war hero of the Alliance and master big game hunter. Like his father, he\'s not one for welcoming strangers into his camp, but you look like you\'ve seen quite a bit of action in your day, $c.$b$bGo and speak with him. He\'s a chip off the old block, so perhaps he can give you some hunting pointers.','Speak with Hemet Nesingwary Jr.','Jolly nice to make your acquaintance, $N. Haven\'t seen a $C around these parts for some time.$b$bI situated myself with this expedition for one purpose: to hunt a great and elusive beast. Seeing that you\'re a hero of sorts I am willing to let you take part in the hunt, but you must first prove yourself.$b$bI shall teach the ways of raptor killing to you. Ajeck will train you with tiger hunting. And Sir Erlgadin is a master of panther tracking.$b$bProve your skill and I\'ll let you in on the big hunt.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(584,2,33,0,30,41,0,690,0,0,0,0,0,0,0,0,0,0,0,0,582,0,0,0,0,0,0,'Bloodscalp Clan Heads','Yenniku was not among the heads, and I thank the Great Serpent for it. But we are no closer to finding him.$B$BWe must know the truth, and I fear that only the Bloodscalp chief and his witchdoctor know it. They are the enemies of the Darkspear tribe and will not speak freely, so we must force the truth from their dead lips!$B$BBring me the heads of Gan\'zulah and Nezzliok the Dire and place them within this cauldron.$B$BThey are deep within Zul\'Kunda. Bring their heads...we will then make them talk.','Bring Gan\'zulah\'s Head and Nezzliok\'s Head to the bubbling cauldron at the Grom\'gol Base Camp.','You place the heads of Gan\'zulah and Nezzliok within the cauldron...','The greenish broth within the cauldron bubbles.','','','','','',3904,3905,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(585,2,33,0,36,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,584,588,-585,0,0,0,0,'Speaking with Nezzliok','$B$BIt is true. I know where the child of the Darkspears was taken. You have bested me and bound my spirit, but I will say nothing without appeasement!$B$BThe Bloodscalps war with the Skullsplitters. To gain my favor, steal from the Skullsplitters 3 of their trophy skulls and place them here with us, so that my spirit will have slaves in the Nether. One skull must be from their trophy pile in Balia\'mah, another from Ziata\'jai, and the last from Zul\'Mamwe.','Bring a Balia\'mah Trophy, a Ziata\'jai Trophy and a Zul\'Mamwe Trophy to the Bubbling Cauldron at the Grom\'gol Base Camp.','Yes. These will serve me well. When my spirit is freed, I will enter the Nether with three fine servants!$b$bYou are a credit to your $R clan, and you have appeased me.','I await the skulls...','','','','','',3906,3907,3908,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(586,2,33,0,36,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,584,588,-585,0,0,0,0,'Speaking with Gan\'zulah','$B$BCurse you! And curse your ancestors!!$B$BOnly blood and revenge can cool my rage, so if that is your wish, then... do this:$B$BThrow yourself into the heart of the Skullsplitters to the east. Slay the fiercest among them, and if you survive...then break yourself against their chief, Ana\'thek the Cruel. Hah! Bring me his shattered armor if you can!$B$BMay he tear off your limbs and leave you to rot and be eaten by carrion.','Kill 8 Skullsplitter Hunters, 6 Skullsplitter Headhunters, and 4 Skullsplitter Berserkers.$B$BBring the Broken Armor of Ana\'thek to the Bubbling Cauldron at the Grom\'gol Base Camp.','I do not want to believe it. but I cannot deny what you have done. And my rage eases, now that Ana\'thek is defeated. $b$bYour might will drive you to great deeds, $N. But one day...I will see you in the Nether and we will again match strength.$b$bI will be waiting.','Although my own flesh boils off my skull, I can still smell your fear.$B$BHah! You will never complete my task...','','','','','',0,0,0,3909,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,669,781,783,0,8,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(587,2,33,0,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,595,0,0,0,0,0,0,'Up to Snuff','Ah, the sea life. I ain\'t gonna say it\'s the good life, but it\'s my life.$b$bWhen I get into port I like to find me a good bottle of grog and some high quality snuff. Nasty habits but what\'s a pirate without his vices, right?$b$bSo you can imagine how heartbroken I was to find out the herbalist here in town has gone and sold out of the stuff. Says his shipment got hijacked by those damned Bloodsail Raiders.$b$bI bet a fearless $c like you could convince \'em to share the goods, eh?','Deeg in Booty Bay wants you to bring him 15 shares of Snuff.','Good show. $N! And just before I need to ship out too! Can\'t thank you enough, old friend.','Any luck finding the goods. matey?','','','','','',3910,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,1,6,0,0,0,1,0,0,0,0,0,0),(588,2,33,0,38,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,'The Fate of Yenniku','$B$BYou have appeased myself and my chief, so I will tell you that which you seek to discover...$B$BYoung Yenniku is lost to his clan.$B$BHe was taken by the witchdoctor Zanzil the Outcast. Now Zanzil controls him, body and soul, and only the most potent magic could set him free.$B$BA magic that you do not have, $c.$B$BPerhaps your Darkspear allies can offer a hope of Yenniku\'s salvation. But that, I doubt.','Speak with Kin\'weelay.','Zanzil the Outcast??$b$bIf Yenniku is held by that troll, a vile and powerful witchdoctor, then I fear that only a faint hope remains. Faint. And tiny as the smallest insect.$b$bBut still, it is hope.',NULL,NULL,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,0,0,0,0,0,530,0,0,0,0,25,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(589,2,33,0,30,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,588,0,0,591,0,0,0,'The Singing Crystals','Legends tell of a jewel. hidden deep in the heart of Stranglethorn. We call it the Mind\'s Eye, and it has great powers. If you gain this Eye then, perhaps, we can use it to bring lost Yenniku back from the darkness.$B$BI will consult with the spirits of the jungle to find the Mind\'s Eye. While I do this, you enter the Crystalvein Mine, southeast of here, and gather Pulsing Blue Shards from Ironjaw Basilisks. The shards are rare, but we will need their magic to bend the Mind\'s Eye to our will.','Bring 3 Pulsing Blue Shards to Kin\'weelay at the Grom\'gol Base Camp.','You have done well. $N. These shards are well formed. Already I hear them sing to me.$b$bAnd while you were gone, I spoke with the spirits of the jungle. I know where the Mind\'s Eye rests...$b$b...And who guards it.','Do you have the shards. $N? They are needed for my final ritual, after we have the Mind\'s Eye.','','','','','',3911,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(590,2,154,0,1,5,0,690,0,0,0,0,0,0,0,0,0,2,0,0,8,0,0,0,0,0,0,'A Rogue\'s Deal','What?$B$BWhat?!$B$BYou want money? I don\'t owe you any money.$B$BLetter? What letter? Oh. you wanna fight then? All right, mate... let\'s do this! Owe you any money...','Defeat Calvin Montague in Deathknell.','Incredible! What skill!$b$bThought you\'d be easy prey. $N. Got me good, you did.$b$bHere\'s the coin I promised... not as much as I said it\'d be, but that\'s on a count o\' me lying to ya in the first place.','','Defeat Calvin Montague','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,50,0,0,0,0,0,25,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(591,2,33,0,30,46,1,690,0,0,0,0,0,0,0,0,0,0,0,0,589,0,0,0,0,0,0,'The Mind\'s Eye','The Mind\'s Eye is held by an ogre mage. east of here and deep within the Mosh\'Ogg ogre mound. His name is Mai\'Zoth. I know him from when the Darkspears dwelt in Stranglethorn - he is vicious, and his magic is strong.$B$BAnd if he has the Mind\'s Eye, then his magic will be stronger still.$B$BYou must face Mai\'Zoth and wrest from him the Mind\'s Eye. It is a perilous task, but it is the only hope we have of saving Yenniku.','Bring the Mind\'s Eye to Kin\'weelay at the Grom\'gol Base Camp.','You retrieved the eye! Your might is the stuff of legends. $N!$b$bAnd in getting the Eye, you must have defeated Mai\'Zoth and sent him to the Nether. That is why the spirits would not mention him before.$b$bIt is good that he is gone from the world of flesh and bone, but now that he is in the realm of spirits...I fear he will begin a new reign.$b$bBut that is a worry for another time. Now, I must perform a ritual to bend the Mind\'s Eye to our needs...','Greetings. $N. The spirits sing praise of your bravery, yet they tell me no tales of your quest against Mai\'Zoth.$b$bDo you have the Eye?','','','','','',3616,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,350,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(592,2,33,0,30,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,591,0,0,0,3912,1,0,'Saving Yenniku','I have reshaped the Mind\'s Eye into a Soul Gem. Its purpose is twofold: you must use it to stun Yenniku. and once stunned place it upon his head to entrap his soul.$B$BThen, bring the gem to Nimboya.$B$BYenniku dwells with Zanzil the Outcast, at the Ruins of Aboraz, along the Crystal Shore on the distant Cape of Stranglethorn.','Bring the Filled Soul Gem to Nimboya.','You\'ve done it! You freed Yenniku from the will of Zanzil. and completed the mission I had thought was so desperate.$b$bOur tribe will remember your name in songs, $N, and we will etch your tale in stone so that it will live forever.','$N. Kin\'weelay told me you set out to capture Yenniku.$b$bIs it true? Do you have him?','','','','','',3913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4134,6723,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,350,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(593,2,33,0,38,46,0,690,0,0,0,0,0,0,0,0,0,0,1,0,-592,0,0,0,0,0,0,'Filling the Soul Gem','','','You place the Soul Gem upon his forehead. He shudders as his soul is sucked in, leaving his body, a mindless husk, behind.','Yenniku stands stunned before you, his mind in another place...','','','','','',3912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(594,2,33,0,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,'Message in a Bottle','The note reads, in fairly good handwriting:$B$BTo any that can aid me-$B$BPlease, my need for help is dire. A great Skymane holds me captive on an island in the South Seas.$B$BThe stars at night are foreign to me and obscured by the jungle trees, but on the clearest days I see Wild Shore to the northwest, and what seem to be large sailing ships to the southwest.$B$BI beg of you, my would-be savior, please help me.','Find the author of the message in a bottle.','Have you come to free me?',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(595,2,33,0,37,41,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,597,0,0,0,'The Bloodsail Buccaneers','You sure seem eager to work, matey. Not sure why some land-loving $R $C is offering help to the Blackwater Raiders, but I\'m not going to turn you away.$B$BOur ship just docked here in Booty Bay and word has it that our rivals--those damned, dirty Bloodsail Buccaneers--have been spotted all over southern Stranglethorn.$B$BAll the boys are too busy hitting the grog and looking for ladies! What I need is a scout.$B$BCheck the cove just north of Booty Bay along the Savage Coast and see what you find.','First Mate Crazz wants you to check the cove north of Booty Bay.','Inside the skiff, you discover a map with some hastily written text on it along with some coins.',NULL,NULL,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,0,0,0,0,0,87,21,0,0,0,-150,150,0,0,0,0,4000,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(596,2,33,0,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bloody Bone Necklaces','I was sent to Grom\'gol to aid Nimboya on his quest. but... I too have reasons for being here.$B$BThe Bloodscalp tribe is enemy to our tribe. Collecting trophies of our enemies gives us power over them. You may aid our tribe by hunting our enemies.$B$BThey dwell to the north. Slay Bloodscalp trolls and take from them their bloody bone necklaces. Collect many, and your reward will be great.','Bring 25 Bloody Bone Necklaces to Kin\'weelay at the Grom\'gol Base Camp.','Ah. very good. I will boil these, and leech them, and the spirits of their owners will weaken as I render their necklaces to paste!$b$bHere, $N. This will repay my debt to you.','The Bloodscalps will one day be crushed by the Darkspears! Do you have the necklaces of our doomed foe?','','','','','',3915,0,0,0,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,4135,0,0,0,1,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(597,2,33,0,37,41,0,0,0,0,0,0,0,0,0,0,0,8,0,0,595,0,0,599,0,0,0,'The Bloodsail Buccaneers','The map shows Booty Bay with a red \"X\" drawn precisely at the spot at which you are standing.$B$BThe scribbled text reads:$B$B\"You men are to secure a camp at this location and keep quiet. Wait for the signal from the southern command post before attacking. If anyone approaches you, kill them.\"','Report your findings to First Mate Crazz in Booty Bay.','Sure, I remember you, $C. Back from scouting I see....',NULL,NULL,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,0,0,0,0,0,87,21,0,0,0,-150,150,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(598,2,33,0,30,42,0,690,0,0,0,0,0,0,0,0,0,0,0,0,596,0,0,0,0,0,0,'Split Bone Necklace','Now that you have gathered Bloodscalp trophies. I have another task for you. The Skullsplitter tribe of trolls live to the southeast, and for years we have warred with them. Although the Darkspears no longer dwell in Stranglethorn, we are bound to our conflict with the Skullsplitters.$B$BSo, hunt them. Gather their Split Bone Necklaces and return to me. Aid us in our war, and you will earn the friendship of the Darkspears.','Bring 25 Split Bone Necklaces to Kin\'weelay at the Grom\'gol Base camp.','Your strength is great to have gained these necklaces. $N. The Skullsplitters fall to you like young saplings stomped to earth by a Basilisk!$b$bYour deeds are a boon to us.','The Skullsplitters will curse the day they brought us to war! Is your task complete?','','','','','',3916,0,0,0,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,4137,4136,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(599,2,33,0,37,41,0,0,0,0,0,0,0,0,0,0,0,8,0,0,597,0,0,604,0,0,0,'The Bloodsail Buccaneers','Shiver me timbers! So the Bloodsail Buccaneers are planning some sort of attack on Booty Bay? Why, the nerve of those scoundrels. Booty Bay will always be run by the Blackwater Raiders!$B$BThis is bigger than I thought. Report what you have learned to Fleet Master Seahorn at once! The ol\' sea dog is around town somewhere....','Report the planned Bloodsail attack to Fleet Master Seahorn.','Bloodsail Buccaneers attacking Booty Bay? They might as well throw themselves off the Overlook Cliffs. Nonetheless, by bringing me this information you have done my fleet of swashbucklers a great service. The Blackwater Raiders thank you.',NULL,NULL,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,0,0,0,0,0,87,21,0,0,0,-25,25,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(600,2,33,0,30,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,605,0,0,0,0,0,0,'Venture Company Mining','The Venture Company has a string of operations through Stranglethorn which keeps hard-working goblins. like me, from making honest gold! Please, you must help me!$B$BThe Venture Company is mining near the Crystalvein Mine to the north. They can\'t get into the mine because of all the basilisks, but they\'re still able to dig up Singing Crystals from the surrounding hills.$B$BTake their crystals from them, and show them they don\'t have the run of the jungle.$B$BAnd... um... bring me those crystals as proof!','Bring 10 Singing Blue Crystals to Crank Fizzlebub in Booty Bay.','Great! Wonderful! I can get a bundle for these!!$b$bThat Venture Company sure picked the wrong jungle to mine in. didn\'t they? We\'d all be in better shape if they moved out of here.$b$bThank you, $N. You\'ve done a good deed this day.','Do you have those crystals?? I need them!!$b$bI mean...I need to know the evil Venture Company is losing ground in Stranglethorn. Because. you know, we honest folk have to make a living!','','','','','',3917,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5253,4128,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(601,2,33,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,602,0,0,0,'Water Elementals','The water elementals were no doubt summoned by Gazban. the goblin wizard rumored to have discovered the Stone of the Tides. As you may know, the Stone of the Tides curses its bearer, causing him to fade in and out of existence...$B$BPerhaps we can find a way to counteract the curse. We can have a mage of Dalaran analyze the magical residue of one of the water elemental\'s bracers. I need you to go back to the island and retrieve a few specimens.','Acquire 6 Water Elemental Bracers for Baron Revilgaz in Booty Bay.','Hm, I haven\'t the eye to examine these bracers to see if any of them will be of any use, but I\'m sure at least one of them will be able to help. Take them to Dalaran and have a mage look at them.$B$BAfter all, I can\'t very well leave Booty Bay just to chat with those tiresome old mages.$B$BNot that I\'m worried anyone would try to elbow their way into being the new baron. No one crosses Revilgaz and lives to tell of it.','Have you had any luck, $N?','','','','','',3923,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(602,2,33,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,601,0,0,0,3960,1,0,'Magical Analysis','From what I\'ve heard. the mages of Dalaran are busy with the reconstruction of their destroyed city, I\'m sure you can find one of them who will 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 in particular. I\'ve dealt with him before, and his knowledge is vast.','Bring the water elemental bracers to Archmage Ansirem Runeweaver in Dalaran.','The Stone of the Tides? Most interesting. It might surprise you to know that I wrote a tome - several years ago - pertaining to the legends of the Gurubashi Empire. I do know quite a bit about the Stone.$B$BAt least one of these bracers appears to have some magical residue I can analyze.$B$BLet\'s see what I can see...','If you wouldn\'t mind. I am rather busy right now.','','','','','',3960,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,19,75,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(603,2,33,0,34,37,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,602,0,0,610,0,0,0,'Ansirem\'s Key','The mage that is in possession of the Stone is amplifying its power through some focal point... an altar of some sort. You should be able to disrupt it by overpowering it.$B$BAs it happens, I know just the thing: an ancient dagger, another troll relic. There\'s just one... little problem.$B$BYou see, I found the dagger while researching in Stranglethorn, but I gave it to my willful daughter, Catelyn, who ran off to Booty Bay to become a pirate.','Talk to Catelyn in Booty Bay.','My dagger? What are you, some sort of comedian?$B$BWhat? Do you just want me to repeat the story of how I\'ve gone from the best knife fighter in Booty Bay to the laughing stock of piratedom!$B$BI lost a knife fight to one of the Bloodsail Buccaneers--bunch of right bastards they are!--and he took my blade as spoils.$B$BIt\'s not as though I can get by as a knife fighter with insults and a sharp tongue alone...',NULL,NULL,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,0,0,0,0,0,87,21,0,0,0,-75,75,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(604,2,33,0,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,599,0,0,608,0,0,0,'The Bloodsail Buccaneers','Crazz speaks highly of your dedication to the Blackwater Raiders. I am going to trust you with a mission of extreme importance to the fleet.$B$BInfiltrate the so-called southern command post the Bloodsail Buccaneers have established on the Wild Shore. Raid the encampment. Bring me their charts along with their written orders. We shall see exactly what those scum are up to.','Fleet Master Seahorn in Booty Bay wants you to kill 10 Bloodsail Swashbucklers and bring back the Bloodsail Charts and the Bloodsail Orders.','Perfect. $N. Now that we know their plan, it\'s just a matter of time.$B$BAnd to think the fools have dropped anchor just off the cape....','Ahoy. $N. What word do you bring of the Bloodsail encampment to the south?','','','','','',3921,3920,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1563,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(605,2,33,0,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,'Singing Blue Shards','The Singing Crystals are unique to Stranglethorn, and are very valuable to certain parties. I can move those crystals, but the cursed Venture Company makes it hard for an honest entrepreneur like myself to gather any!$B$BI\'d like to hire you.$B$BThe basilisks in Stranglethorn eat the crystal. This gives them their hardened skin, and sometimes decent quality crystal can be harvested from it.$B$BYou can get it from any basilisk, but the less nasty ones are along the shores south of Zul\'Kunda, to the north.','Bring 10 Singing Crystal Shards to Crank Fizzlebub.','Aha! These will do nicely. $N. Yes, quite nicely!$b$bHere is your cut, and...it was a pleasure doing business with you.','Do you have those shards yet? I\'ll give you a decent cut from the profits!','','','','','',3918,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,3500,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(606,2,33,0,30,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,607,0,0,0,'Scaring Shaky','If there\'s one thing I can\'t stand, it\'s people who don\'t pay their gambling debts! And there are a lot of people who owe me. Think you can help me collect?$B$BFirst, there\'s \"Shaky\" Phillipe down by the docks. He owes me plenty after last week\'s game and I want my due! But to get it, we\'ll have to scare him.$B$BGo out of town and hunt Elder Mistvale Gorillas. Find a nice selection of giblets, then take them to Shaky. Don\'t let on that they\'re from an animal; let him think the worst.','Bring 5 Mistvale Giblets to \"Shaky\" Phillipe in Booty Bay.','Ack! Where\'d you get these? No. don\'t tell me. I don\'t want to know!$b$bWho sent you? Sea Wolf?','Hey! I don\'t like the look you\'re giving me. mister.','','','','','',3919,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-25,25,0,0,0,0,0,660,0,0,0,0,0,0,0,0,5,1,0,0,0,1,0,0,0,0,0,0),(607,2,33,0,30,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,606,0,0,609,3922,1,0,'Return to MacKinley','Here. take this pouch and give it to Sea Wolf. And tell him I meant to pay him back! I swear!!$B$BI just got a little drunk and lost my way, and...you know how things are. He\'ll understand - you don\'t have to get rough!','Bring Shaky\'s Payment to \"Sea Wolf\" MacKinley.','Heh heh. well done! And when you showed Shaky those giblets, how hard did he shake?$b$bHah! He\'s so easy to read, when I play cards with him I can\'t help but win!$b$bThanks for your help, $N. Now it\'s your turn to get paid...','Here here. $N. Did you get Shaky\'s payment?','','','','','',3922,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-150,150,0,0,0,0,4000,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(608,2,33,0,37,45,0,0,0,0,0,0,0,0,0,0,0,8,0,0,604,0,0,0,0,0,0,'The Bloodsail Buccaneers','Blast the nerve of Firallon! He couldn\'t sail a skiff through Crystal Lake let alone lead an entire fleet against us.$B$BThe Bloodsail Buccaneers will pay for their carelessness. Now that we know their plan of attack, we can counter before they know what hit them.$B$BBut why send the entire fleet to do the work of one brave adventuring party? $N, take some of your most skilled comrades out to Firallon\'s landing spot and assassinate the Bloodsail leadership. Their fleet will sink soon after....','Fleet-Master Seahorn in Booty Bay wants you to kill Captain Stillwater, Captain Keelhaul and Fleet Master Firallon.','Ah, what a great day for the Blackwater Raiders! Three cheers to you, $N!','What\'s the problem, $N? We need to attack before the Bloodsail Buccaneers do!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2550,2548,2546,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4138,0,0,0,1,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(609,2,33,0,30,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,607,0,0,0,0,0,0,'Voodoo Dues','My list is shortening, but there are still people who owe me.$B$BNext, we have Maury \"Club Foot\" Wilkins, Jon-Jon the Crow, and Chucky \"Ten Thumbs.\"$B$BThese scurvy dogs\' debts are months outstanding and I thought they skipped town to avoid paying up! Later, I heard they\'re cursed and bewitched and now wander the jungle ruins. But I don\'t care what their fate is - I want what\'s mine!$B$BThey\'re at the Ruins of Aboraz and the Ruins of Jubuwal, northeast of here. Find them, and collect.','Bring Maury\'s Clubbed Foot, Jon-Jon\'s Golden Spyglass, and Chucky\'s Huge Ring to \"Sea Wolf\" MacKinley in Booty Bay.','Great! I can get a good price for these, especially for what\'s inside Maury\'s foot! Thanks much, $N!$b$bI hope those three learned their lesson: don\'t bet something you can\'t afford to lose.$b$bAnd maybe it\'s too late for them, but...they should be careful of who they gamble with.','$N, did you find those three dogs? Did you collect their valuables?','','','','','',3924,3925,3926,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,6500,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(610,2,33,0,32,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,603,0,0,611,0,0,0,'\"Pretty Boy\" Duncan','My FATHER sent you? I\'d have thought that old codger would have given up on me by now.$B$BIt wasn\'t really his fault I ran off. he just shouldn\'t have expected I\'d be willing to live a boring life, reading over musty books and associating with grey-haired, stiff-backed, stuffy mages!$B$BIf you need my dagger, you\'ll have to get it back from \"Pretty Boy\" Duncan, one of the Bloodsail Buccaneers. Put something \'tween his shoulders and I\'m sure he\'ll give it up.','Get Catelyn\'s dagger from \"Pretty Boy\" Duncan.','You beat Duncan? I guess you aren\'t as wet behind the ears as you looked at first glance.$b$bI suppose that also means I shouldn\'t challenge you to a fight any time soon!','I\'d never been beat before. you know, Pluto? Sure I\'d been cut, can\'t get in a knife fight without that, but he just smacked me on the side of the head, blacked me out. When I came to my blade was gone.$b$bAs much as my nickname might indicate, I still need a knife to fight, and for me, it has to be that one.','','','','','',4027,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(611,2,33,0,32,40,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,610,0,0,0,4027,1,0,'The Curse of the Tides','So you\'re looking for an altar of some sort? Well, I\'m no expert on troll ruins like my father, but I have heard about a sunken troll city out near that island you\'re looking for. Maybe you should try there.$B$BYou got my knife back for me, so I guess you can borrow it... but I want it back when you\'re done!','Destroy the Altar of the Tides with Catelyn\'s Blade, kill Gazban and bring the Stone of the Tides and Catelyn\'s Blade back to Baron Revilgaz.','Amazing! The Stone of Tides! It shall have a place of prominence in my collection of ancient troll artifacts. Did you see how it almost seems as though a tide is trapped within its surface? Magnificent!','Have you retrieved the Stone of the Tides for me, $N? I\'ve already cleared out a space and purchased a fine stand for it.',NULL,NULL,NULL,NULL,NULL,4034,4027,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4120,0,0,0,1,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(613,2,33,0,30,44,1,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,0,0,'Cracking Maury\'s Foot','Curses! That swab Maury put a lock on his foot. and I can\'t open it! His loot\'s inside the foot, and that\'s what he owes me!$B$BWe need to find the key to open the lock. Maury was known to gamble with the Mosh\'Ogg ogres, at their mound to the northeast. And he told me, when he was still alive, that the last time he went to the mound he was chased off after winning too much. Maybe the Ogres there have his key.$B$BBut if they do, you might have to kill a load of them to find the right one...','Bring Maury\'s Key to \"Sea Wolf\" Mackinley in Booty Bay.','You found it! Thanks a million. $N. You\'ve been a big help to me!$b$bHere you go - you earned this!','Ahoy. $N! Have you yet found Maury\'s Key?','','','','','',3930,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4129,0,0,0,1,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(614,2,33,0,35,47,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Captain\'s Chest','I used to sail a ship from here all the way to Ratchet, in Kalimdor. I was a successful captain with a sterling reputation.$B$BUntil...$B$BThose cursed sea giants ruined me! They smashed my ship, killed my crew, and set me on a lifeboat to Booty Bay. And one of the giants, Gorlash, stole my Captain\'s Chest. He said he wanted it for a snuffbox. The nerve!$B$BI hear Gorlash wanders the coast east of here. Find him and get back my chest! Do that, and you\'ll have earned a captain\'s gratitude.','Bring Smotts\' Chest to Hecklebury Smotts in Booty Bay.','You found it! Oh happy day. this is! Thank you, $N. Getting back my chest cools some of the fire in me.$b$bBut my revenge isn\'t complete...','Ahoy. $N! Did you find Gorlash? That chest was my favorite, and it has a hidden compartment that held my greatest treasures!','','','','','',3932,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11469,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(615,2,33,0,35,50,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,8552,0,0,618,0,0,0,'The Captain\'s Cutlass','After I lost my first ship to those giants, I bought another. Named Smotts\' Revenge, I filled it with supplies and crew, and set out to find the villains. I found them, but...they beat me. They smashed Smotts\' Revenge, killed my second crew and set me on another lifeboat.$B$BThis time another of the giants, Negolash, stole my cutlass.$B$BFace Negolash and bring me my cutlass!$B$BSpeak with Sprogger. He was my cook on the Smotts\' Revenge, and survived the last attack. He can help you find the giant.','Speak with Sprogger.','Hello hello, $N. Captain told me you\'re going after Negolash, eh?',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(616,2,33,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,578,0,0,0,'The Haunted Isle','Baron Revilgaz has had me keep an ear out for rumors of the strange and out-of-place in Booty Bay and Stranglethorn. I don\'t usually put much stock in ghost stories, but I heard some sailors in the tavern talking about a haunted island off the coast. Water elementals and a raving goblin ghost, they say.$B$BIf you\'re going to go talk to Revilgaz, could you relay that story to him?','Speak with Baron Revilgaz in Booty Bay.','Interesting. Some time ago, I seem to remember reading a book once that suggested...$b$bAh, of course, a troll legend it was. If what Krazek reports is true, perhaps I will soon be able to add the Stone of the Tides to my collection of ancient artifacts and relics.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(617,2,33,0,38,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Akiris by the Bundle','You looking fer work, $N? I might have some if you\'re up for a little challenge.$B$BI got a friend named Groy who makes a killing selling what the naga call akiris reed: it\'s some kind of valuable ocean reed. Not too sure what it\'s for, but he pays well for bundles of the stuff.$B$BYa bring me ten stalks of the stuff, and we\'ll have business to do. The naga were last seen along the beach to the north of here.','Bring 10 Bundles of Akiris Reed to Privateer Bloads in Booty Bay.','Well done. $N. 10 stalks of akiris reed wasn\'t too much a challenge after all, huh? No offense to the naga, but hey, everybody\'s gotta make a living.','If ya got no business with me. then move along, $N.','','','','','',4029,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4117,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,6000,3000,0,0,0,0,0,0,0,0,6,1,1,0,0,1,0,0,0,0,0,0),(618,2,33,0,35,50,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,615,-619,0,0,0,0,0,'Facing Negolash','Negolash is a hungry giant.$B$BWhen the giants destroyed our ship, Negolash went straight for my kitchen. He wasn\'t hungry for crew like the other giants. Negolash wanted wine...and my Barbecued Buzzard Wings. They\'re my specialty, and I had to go all the way to the Badlands for the recipe!$B$BIf you want to lure the giant, then get some wine and a heap of buzzard wings. Put them in our old lifeboat, southeast of here along the coast. When Negolash smells all that food, he\'ll come for sure!','Bring 10 Barbecued Buzzard Wings and 5 bottles of Junglevine Wine to Captain Smotts\' Lifeboat.$B$BKill Negolash. and bring Smotts\' Cutlass to Captain Smotts in Stranglethorn.','You got my cutlass from Negolash! I can\'t believe my fortune. $N! Meeting you has turned my luck to the better, make no mistake there!$B$BThank you! And if I ever get a new ship and you\'re looking to sail the seas, you would be my honored guest.','Did you get my cutlass. $N?','','','','','',3935,4457,4595,0,1,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,4130,0,0,0,1,0,0,0,21,87,0,0,0,500,-500,0,0,0,0,0,4200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,618,0),(619,2,33,0,35,52,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Enticing Negolash','',NULL,'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\"',NULL,NULL,NULL,NULL,NULL,4457,4595,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,619),(621,2,33,0,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1119,-621,0,0,0,0,'Zanzil\'s Secret','Zanzil the Outcast dwells with his followers in the Jubuwal and Aboraz Ruins, northeast of Booty Bay. He is exiled from his tribe. Why? Well...$B$BZanzil has methods of bending the minds of others, and his leaders fear him. He uses a mixture of jungle plants on his followers to suppress their will and strengthen their bodies.$B$BHis mixture would be worth much to those who wish to control others.$B$BBring me samples of his mixture, and I will find a use for them.','Bring 12 samples of Zanzil\'s Mixture to Crank Fizzlebub in Booty Bay.','Ah. very good! Here is your pay.$B$BAnd here is a little something extra... for your discretion.','Do you have the samples of Zanzil\'s Mixture??','','','','','',4016,0,0,0,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,4131,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,6500,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(622,2,33,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,627,0,0,0,1987,1,0,'Return to Corporal Kaleb','While you were gone I fixed the pot you brought me. I even added an extra steam whistle. and look! There\'s a new chopper at the bottom that\'ll cut through leg bones!$B$BYes yes, Krazek\'s Crock Pot is a 100% cook pleaser! I\'m sure its owner will be satisfied.','Bring Krazek\'s Fixed Pot to Corporal Kaleb at the Rebel Camp.','It\'s fixed! This is great. now I can get dinner started! Thanks so much, $N.$B$BI hope you were okay in Booty Bay. That place can get pretty rough, and... I heard rumors that the goblins will sometimes drag drunk sailors to their slave boats and take them to who-knows-where... to do who-knows-what...','Hello. $N. Did you make it to Booty Bay? Did the goblin Krazek fix my pot??','','','','','',1987,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4124,0,0,0,1,0,0,0,469,72,0,0,0,63,250,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(623,2,33,0,38,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,617,0,0,0,4028,1,0,'Akiris by the Bundle','$N. since I have you here, I got a message from Groy while you were gone. He mentioned bein\' satisfied with the last shipment that arrived and has a client that wants some more of the stuff right away.$B$BI won\'t be headin\' to Theramore for a week, but if you\'re willin\' to make the journey, there\'s no reason you can\'t take the stuff for me.$B$BFeeling adventurous? You do know where Dustwallow Marsh is, doncha? I\'d be careful though, Theramore can be dangerous if you\'re the wrong kind of crowd.','Bring a Bundle of Akiris Reeds to Privateer Groy in Theramore.','What?! I got a lot better things to do then talk to the likes of you. $C. Make it worth my while or get outta my face.$B$BHuh? Bloads sent ya, huh? Well, whaddaya got for me?$B$B$B$BNot bad, not bad at all. Another bundle will make my client quite happy.$B$BI suppose yer next question\'s gonna be about money, huh, $C? Of course it is!$B$BHere, take this coin and some advice: get off my docks.','Yeah?','','','','','',4028,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-350,350,0,0,0,0,4500,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(624,2,33,0,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,625,0,0,0,'Cortello\'s Riddle','There is an ornate, well-traveled bridge$BEast of Deadwind and south of Redridge$BUnderneath there waits something for you$BSome call it a hint, others a clue$BThere it will lie for endless tomorrows$BBiding its time in the Swamp of Sorrows','Solve the riddle!','The soggy parchment contains the next clue....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(625,2,33,0,37,43,0,0,0,0,0,0,0,0,0,0,0,8,0,0,624,0,0,626,0,0,0,'Cortello\'s Riddle','A far off land in Kalimdor awaits$BWhere peril has dashed hopes and fates$BEast of Barrens the weather is harsh$BGloom and danger pock Dustwallow Marsh$BBut there lies a clue for those up to the test$BWaiting to be found in a cave in the southwest','Solve the riddle!','You find a musty scroll.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(626,2,15,0,35,51,0,0,0,0,0,0,0,0,0,0,0,8,0,0,625,0,0,0,0,0,0,'Cortello\'s Riddle','To Lordaeron! The great land of turmoil$BWhere brave soldiers with death do toil$BFind your way through the great unrest$BThere you will find the end to this quest$BAlong the coast of the Hinterlands, at the base of the great falls$BUnderneath the water there does your treasure call!','Solve the riddle!','You open the chest to discover....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11324,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(627,2,33,0,32,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,622,0,0,0,'Favor for Krazek','There is a mountain cave in Drywhisker Gorge. far to the north in the Arathi Highlands. In that cave is rare ore: bloodstone. The bloodstone in this cave is not of the highest grade, but even low-quality bloodstone is valuable... to those with the knowledge to use it.$B$BI would like some.$B$BI will fix your crock pot, but while I work on it... bring me samples of bloodstone. Bring me enough, and I\'ll even give you a bonus.$B$BOh, and if you don\'t have the skill to mine it... find someone who does!','Bring 4 loads of Lesser Bloodstone Ore to Krazek in Booty Bay.','Ah. splendid! That was a big favor you did for me.$B$BHere is your payment...','Hello. $N. Did you have luck getting the bloodstone?','','','','','',4278,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-375,150,0,0,0,0,3000,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(628,2,33,0,31,38,1,0,0,0,0,0,0,0,0,0,0,0,0,0,577,0,0,0,0,0,0,'Excelsior','With the inside finished. all that\'s left is to add the outer layer. For this, I use only the best elder croc skins. They are more durable and a better canvas--if you will--for adding the designs and accents that make Drizzlik\'s Excelsior line.$B$BIt\'s hard to find that perfect skin though, the only one that fits my plan is the skin of an elder saltwater crocolisk. The elders only come out to defend the other saltwater crocs, so you might need to kill a few to draw one out.','Bring an Elder Crocolisk Skin to Drizzlik in Booty Bay.','Great! Thanks to your help I\'ll have this order filled and sent off to Director Riddlevox on the next boat to Undermine. Ahead of schedule. even!$b$bFor all your hard work, here, I made some extras, so take a pair. It\'s on Drizzlik.$b$bAnd remember, there\'s no boot so fine as one of Drizzlik\'s Excelsior line!','I read somewhere that the saltwater crocilisks are slowly dying out... bad news for my business. isn\'t it?$b$bAnyways, I hope you have that elder saltwater crocolisk skin for me!','','','','','',4105,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4109,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(629,2,33,0,30,37,1,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Vile Reef','Long ago. a great shudder of the earth sunk an old troll city beneath the waters of the Savage Coast to the northwest. We call that place the Vile Reef, for murlocs now reside in the ruins of the city, attacking any who draw close.$B$BThere is an old tablet among those ruins that tells the ancient tale of Gri\'lek, a hero of troll legends. The tale is sacred to the Darkspear tribe, and although the tablet is too large to move, I want a shard of it to enshrine in our new home in Orgrimmar.','Bring a Tablet Shard to Kin\'weelay at the Grom\'gol Base Camp.','This is good. When I return to Orgrimmar I will place this shard in a sacred place. It will remind us of the might and honor of Gri\'lek.$b$bThank you. $N. Your deeds mark a growing friendship with the Darkspear tribe.','I await the Tablet Shard. $N.','','','','','',4094,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(630,2,33,0,45,51,1,0,0,0,0,0,0,0,0,0,0,0,0,0,594,0,0,0,0,0,0,'Message in a Bottle','$N. I put my faith in you and anyone you can muster to help free me. The great Skymane King Mukla is my captor. He commands the beasts of this island, and they keep me here against my will with the aid of this chain. If you can slay him and find the key to this shackle, I shall be indebted to you greatly.$B$BI often hear him to the southeast side of the island, but please be careful: he is not to be trifled with.','Slay King Mukla and return to Princess Poobah with the Key to free her.','$N. you have saved me from a great dishonor. If it was within my power, I would offer you a place among my tribe. But for now, all I can only offer you is this token for the courage and nobility you have shown.','I thank my ancestors someone has come to aid me. Do you have the key that will free me?','','','','','',4103,0,0,0,1,0,0,0,1,0,0,0,4103,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4118,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(631,2,11,0,28,31,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,632,0,0,0,'The Thandol Span','A tremendous explosion roared through the hills. \'Twas horrible, I tell you!$B$BGood soldiers died defending the Thandol Span. Longbraid says we\'ll take revenge on the Dark Irons before all is said and done.$B$BWe\'re in a world of hurt though and I don\'t see any reinforcements in sight. Longbraid sent Ol\' Rustlocke to scout the eastern bridge to see if we could secure it.$B$BThat was days ago. We haven\'t the manpower to search for him with Dun Modr under siege.$B$BPerhaps you can find him...','Rhag Garmason wants you to locate Ol\' Rustlocke.','You search the tiny, dwarven corpse. Engraved into the helmet you can clearly read: Ebenezer Rustlocke.',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(632,2,45,0,28,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,631,0,0,633,4429,1,0,'The Thandol Span','It seems as though poor Ol\' Rustlocke ran into a Dark Iron ambush. You notice a parchment next to his clenched fist.$B$BReport the grim news to Rhag Garmason and show him what you found.','Report back to Rhag Garmason and show him the parchment you found on Rustlocke\'s corpse.','Oh my. the news is grave....','Any sign of Ol\' Rustlocke. $N?','','','','','',4429,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(633,2,11,0,28,31,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,632,634,0,634,0,0,0,'The Thandol Span','Heavens no! Poor Rustlocke. \'Tis quite a tragedy indeed.$B$BWe must not let his death pass in vain. This parchment you discovered indicates that Kam Deepfury. the mastermind behind the original attack, arranged for a cache of explosives to be stashed just across the Thandol Span, in Arathi Highlands.$B$BIf those explosives make it to the bridge, our major supply line to the north will be severed! The cache must be destroyed, $N! Return to me when your mission is complete.$B$BYou\'re our only hope.','Destroy the cache of explosives.','The remaining bridge is saved! You have done a great service to King Magni and the people of Khaz Modan.$B$BNow if we can only hold out long enough for reinforcements to show...','','','Cache of Explosives Destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-2704,0,0,0,1,0,0,0,0,0,0,0,4504,4505,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(634,2,11,0,28,31,0,0,0,0,0,0,0,0,0,0,0,8,0,0,633,0,0,0,0,0,0,'Plea To The Alliance','I ask of you one more small favor, $C. We await the reserves of Ironforge. However, Roggo has knowledge of an Alliance camp to the north in Arathi Highlands at Refuge Pointe.$B$BTravel there and seek out Captain Nials. Ask the good Captain if the Alliance can spare some soldiers to help us reclaim Dun Modr and the Thandol Span.','Seek out Captain Nials at Refuge Pointe.','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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(635,2,722,0,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4614,1,0,'Crystal in the Mountains','This shard pulses as you hold it...$B$BYou feel a sense of pleading coming from the shard. as if someone is trying to communicate, someone who desperately needs your help.$B$BA vision appears in your mind - of the northern mountains of Arathi, and of a brilliant crystal jutting from the earth there.$B$BYou feel drawn to that place.','Find the crystal from your vision.','This crystal pulses. as if a living force is trapped within it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(637,2,330,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4432,1,0,'Sully Balloo\'s Letter','The waterlogged and war-torn envelope dissolves in your hands, leaving you with a few pages of a letter in your grasp, written with painstaking care.$b$bThe letter is addressed to a Mrs. Sara Balloo of Ironforge and begins, \"My dear Sara....\"','Deliver Sully Balloo\'s Letter to Sara Balloo.','You say you saw my Sully pinned beneath the icy waters? Say it isn\'t so!$B$BLet me read what he wrote....','You look as though you have traveled a great distance and seen much turmoil in your time. $C. These times we live in are trying on the soul. What news do you bring to me now?','','','','','',4432,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(638,2,33,0,32,37,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,639,0,639,0,0,0,'Trollbane','With Thoras Trollbane dead and Stromgarde in ruins. Vol\'jin has instructed that we make every effort to spirit the legendary sword Trol\'kalar from the humans\' hands, so that we might use it in our coming battles against the trolls of Zul\'Gurub.$B$BZengu, one of our seasoned hunters, was dispatched to Hammerfall in northeastern Arathi Highlands to oversee its procurement.','Travel to Hammerfall in the Arathi Highlands and speak with Zengu.','How you doing. $C? The task set before us by Vol\'jin will be a difficult one, and any assistance you might provide will be appreciated and necessary.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,25,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(639,2,45,0,32,37,1,690,0,0,0,0,0,0,0,0,0,0,0,0,638,640,0,640,0,0,0,'Sigil of Strom','In ancient times. trolls fought against the Arathorian Empire and our most capable adversary. Lord Ignaeus of Strom, named Trollbane. He rode into battle wielding Trol\'kalar--troll slayer, in their ancient tongue.$B$BBut now the sons of Trollbane are weakened, their stronghold brought to ruin.$B$BThe sword is protected by several sigils that were divided among the survivors of Stromgarde, and we must retrieve them.$B$BThe first was taken by the Syndicate, one of their men in Stromgarde should have it.','Get the Sigil of Strom for Zengu in Hammerfall.','Excellent. mon. That\'s a good start to collecting the sigils we\'ll need to remove Trol\'kalar from Trollbane\'s tomb.','Have you located the first sigil yet? It is most likely carried on the person of one of the Syndicate agents in Stromgarde.','','','','','',4440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(640,2,45,0,32,40,1,690,0,0,0,0,0,0,0,0,0,0,0,0,639,641,0,641,0,0,0,'The Broken Sigil','Thoras Trollbane\'s tomb is protected by three sigils--the first of which you retrieved from the Syndicate. The other two will be harder to get. as they\'re held by the firmly entrenched Stromgarde militia.$B$BThe sigil of Thoradin was divided into eleven pieces by Thoras\' son. Galen, and dispersed among the Stromgarde defenders. Retrieve the pieces and bring them to Tor\'gan, the troll shaman, he will be able to bind them into the complete sigil.','Retrieve the 5 Sigil Fragments from the defenders in Stromgarde, and bring them to Tor\'gan in Hammerfall.','Ah. you need me to reconstruct this sigil? It shouldn\'t be too difficult... all the pieces seem to be here and the magical structure will be easy to reform.$b$bYou might want to close your eyes.','Throm\'ka. $C. Zengu informed me that you required my assistance?','','','','','',4450,0,0,0,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,5000,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(641,2,45,0,32,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,640,643,0,643,4453,1,0,'Sigil of Thoradin','The reconstruction worked flawlessly. The sigil can now be used to unlock the seal on Trollbane\'s tomb. Return it to Zengu. no doubt he has additional tasks for you to complete.','Bring the restored Sigil of Thoradin to Zengu in Hammerfall.','We\'re halfway to being able to remove Trol\'kalar from Trollbane\'s tomb. We are not exactly sure where the third sigil is. as its holders seem to move around Arathi quite a bit. but I have faith that you\'ll be able to find it.','$N! Do you have the second sigil?','','','','','',4453,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,25,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(642,2,45,0,30,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,651,0,651,0,0,0,'The Princess Trapped','My name is Myzrael. I am a princess of the earth. and my captors. the giants, have trapped me deep beneath the Arathi Highlands. These crystal shards are the only way I can speak with the surface world.$B$BPlease help me. Allies of the giants, the Drywhisker Kobolds, have a shard like this one in their Drywhisker Gorge, to the east. To power the cluster, you must gather Motes of Myzrael from the kobolds and apply them to it.$B$BI beg you, $N, aid me!','Gather 12 Motes of Myzrael. then bring them to the Iridescent Shards in Drywhisker Gorge.','Ah! You activated these shards. Already I feel more myself!$b$bBut alas. I am still far from free...','This cluster of shards looks much like the Shards of Myzrael. But the same feeling of security does not pulse through them.','','','','','',4435,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(643,2,45,0,33,41,1,690,0,0,0,0,0,0,0,0,0,0,0,0,641,644,0,644,0,0,0,'Sigil of Arathor','Though they can barely be said to control Stromgarde. let alone the whole of Arathi Highlands. the human prince trots the remnants of his cavalry over the countryside. I can\'t understand why he does it. but who understands the way the humans think, hm?$B$BWhatever his reasoning, more importantly, he has given one of the sigils to Lieutenant Valorcall, their cavalry leader. Locate him and bring his sigil back to me.','Retrieve the Sigil of Arathor and return it to Zengu in Hammerfall.','Losing their cavalry leader will prove a large blow to the Stromgarde defenders. Better yet. it means that we are only one sigil from being able to have Trol\'kalar for ourselves.','Valorcall will not be easy to track down. $N. Mounted on horseback. he can cover ground quickly. Nonetheless. we must have his sigil.','','','','','',4458,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,5500,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(644,2,45,0,32,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,643,645,0,645,0,0,0,'Sigil of Trollbane','The final of the sigils needed to unlock the tomb of Thoras Trollbane is held by his son personally. He resides deep within Stromgarde. in a chapel in the militia-held districts. Prince Galen is well protected and no slouch of a warrior himself. so this task could prove most difficult.','Kill Prince Galen Trollbane and bring the Sigil of Trollbane to Zengu in Hammerfall.','Quite a day this is. $C. The blood of Trollbane will no longer haunt my people. and the sigils needed to take Trol\'kalar are in our possession. Soon. very soon, we will strike against the hated trolls of Zul\'Gurub.','You\'ve returned. $N. Is the line of Ignaeus Trollbane broken?','','','','','',4466,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,5500,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(645,2,45,0,32,42,1,690,0,0,0,0,0,0,0,0,0,0,0,0,644,646,0,646,4467,1,0,'Trol\'kalar','What\'s this? With the four sigils brought together. they have formed together to create one sigil. There can be no doubt that this will be able to break the wardings placed upon Trollbane\'s tomb.$B$BTrollbane\'s remains are entombed in the Sanctum behind the chapel in Stromgarde. Retrieve Trol\'kalar.','Retrieve Trol\'kalar from Trollbane\'s tomb in Stromgarde.','Matching the lines on the face of Trollbane\'s tomb with the glowing lines of the Sigil of Ignaeus. a flash of light consumes the Sigil. and the legendary sword Trol\'kalar is released from the stone hands\' grip.','Etchings in the stone upon the face of the tomb of Trollbane match the glowing lines of the Sigil of Ignaeus...','','','','','',4467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,25,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(646,2,45,0,32,42,1,690,0,0,0,0,0,0,0,0,0,0,0,0,645,0,0,0,4468,1,0,'Trol\'kalar','The light slowly fades. the sword Trol\'kalar. held within a stone sheath has been released.','Deliver Trol\'kalar to Zengu in Hammerfall.','For generations. the forces of Strom and Arathor ravaged the trolls. Now their greatest weapon is in our hands. Our inching progress in the steamy forests of Zul\'Gurub will be no more.$b$bYour assistance has been great. $N, and the Darkspear trolls are indebted to you.$b$bI will be sure that the sword is delivered to Nimboya at Grom\'gol.','$N! Have you taken the sword?','','','','','',4468,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4508,4507,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,350,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(647,2,11,0,28,30,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,4441,1,0,'MacKreel\'s Moonshine','Had quite a bit of the ol\' Moonshine last night! Longbraid would have my head if he knew that I passed out during my watch.$B$BThe noggin hurts something fierce. Felt as though a whole brigade of siege engines passed overhead. all that rumbling.$B$BOh my, look at the time! I promised Brewmeister Bilger in Southshore that I\'d repay my debt to him by sending some Moonshine.$B$BBut there are just 15 minutes left before I\'m overdue! Take him this batch, would you please? And hurry!','Take MacKreel\'s Moonshine to Brewmeister Bilger in Southshore.','Ah. nothing like Foggy MacKreel\'s Moonshine to warm you up on a brisk day! And here I was thinking the little bugger was going to be overdue on his bills again. Thank you, friend! Many thanks indeed!','What\'s the good word. $R?','','','','','',4441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,5500,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(648,2,440,0,43,48,0,0,0,0,0,0,0,0,0,0,0,2,0,0,351,3721,-648,0,0,0,0,'Rescue OOX-17/TN!','The gnome\'s voice crackles once again from the robot:$B$B\"I need to move OOX-17/TN to an open, safe place so it can begin a lengthy take-off procedure. It has built-in cloaking, but I need time on my end to make it operational again. I need you to escort the robot from its current location to, let\'s say, Steamwheedle Port! That should be a perfect place, and long enough, to get things on line!\"$B$B\"Escort it safely to the port, and then come talk to me in Booty Bay! Oglethorpe Obnoticus - out!\"','Escort OOX-17/TN to Steamwheedle Port, then report to Oglethorpe Obnoticus in Booty Bay.','Oh, YOU\'RE the great savior of OOX-17/TN! I cannot even begin to express my thanks for your assistance! My homing robot series needs more developing, but your recovery has saved me countless hours of rebuilding time, as well as many gold pieces in rebinding costs!$b$bPlease, take your choice of any of these items I have. Hopefully, you will make good use of one of them. Thank you again for your generous assistance, my robots and I are in your debt!',NULL,'Escort OOX-17/TN to Steamwheedle Port',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,9643,9644,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-334,250,0,0,0,0,0,4650,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(649,2,1637,0,42,48,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,650,0,0,0,'Ripple Recovery','I\'ve got some salvage work for you, and if you\'re an aficionado of fine ripple like I am, then you\'ll love this task. Ripple!$B$BIt\'s a drink, you dummy.$B$BAn abandoned Horde outpost has a stash of Hinterlands Honey Ripple from when they were in business. You can\'t get fine ripple like that anymore! One of Malton\'s dummy associates knows the shot, so you\'ll go out there and bring me a case of packaged ripple, and two for my own collection! Talk to Malton, he\'ll fill you in on the details.','Talk to Malton Droffers in Orgrimmar.','Oh yeah, about the ripple dad wants! He wants to sell the ripple to a tavern here in Orgrimmar, but we\'ll get more money if it is in its original packaging. I know someone who can do that, and he\'s in the Hinterlands where the ripple is. But he\'s, um, a high elf.$b$bWell, he\'s a good high elf, as he\'s not a part of the Alliance. Well, he\'s not so much a good high elf as he is a drunken high elf. He loves, and I mean LOVES the hooch.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(650,2,1637,0,42,48,0,0,0,0,0,0,0,0,0,0,0,8,0,0,649,0,0,77,0,0,0,'Ripple Recovery','The elf you will need to talk to is Gilveradin Sunchaser. He can name any wine, vintage and all, just by smell alone! He can package up the ripple we need, so you\'ll need to talk with him. We need six bottles for packaging, two for dad, and how ever many he\'ll want... and believe me, he\'ll want some. When you\'ve packaged the ripple and got dad\'s two bottles, come back here!$B$BGilveradin\'s camp is near some high elf lodge in the Hinterlands, and those high elves are not good. Trust me.','Talk to Gilveradin Sunchaser; his camp is located in the Hinterlands.','Ah, so you know Malton? He is an old drinking companion of mine. You see, I have found something that transcends the boundaries of artificial treaties and alliances - alcohol. Were we all to slake our thirsts on its blissful qualities, we all would be in a much better place spiritually.$b$bAlas, something tells me that your visit here is not to learn of alcohol\'s redeeming values, now is it.',NULL,NULL,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,0,0,0,0,0,76,0,0,0,0,100,0,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(651,2,45,0,31,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,642,652,0,652,0,0,0,'Stones of Binding','Four Stones of Binding are scattered throughout Arathi. These stones keep me pinned beneath the earth.$B$BTo unlock them you must unlock the strongest: the Stone of Inner Binding. And to do that. you must gather keys from the other three.$B$BThese stones are watched by guardians, but if you are clever, or lucky, you may find ways to banish them.','Gather the Burning Key. the Cresting Key and the Thundering Key from the Stone of West Binding, the Stone of East Binding and the Stone of Outer Binding.$B$BBring them to the Stone of Inner Binding.','$b$bYou have done it! You opened the Stones of Binding! I can feel the shackles about me loosen. and freedom draws ever closer.$b$bYou are a noble $C, $N. My rescuer!','This is the Stone of Inner Binding. It is the strongest of the binding stones and must be unlocked for the others to open.','','','','','',4483,4484,4485,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(652,2,45,0,30,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,651,0,0,0,0,0,0,'Breaking the Keystone','Opening the Stones of Binding loosened much of my confinement. but a lock still holds me chained. It is the Keystone you see among this circle of stones. And the key is held by one of my captors. the stone watcher Fozruk.$B$BYou must obtain that key, which the stone watchers call the Rod of Order, from Fozruk and use it to open the Keystone.$B$B$N, you have done so much to aid me. Just a little more...and my gratitude will shake the very foundations of the earth!','Find and kill Fozruk. Bring the Rod of Order to the Keystone in the Arathi Highlands.','You place the rod in the keystone. And a shudder is felt beneath you...','The Keystone is charged with tremendous geomantic energy.','','','','','',4469,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,652),(653,2,45,0,31,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,652,687,0,687,0,0,0,'Myzrael\'s Allies','$B$BFree! I AM FREE! I am free to gather strength. hidden from my captors. For if they faced me now they would surely overpower and again imprison me.$B$BBut in time I will confront the giants, and they will regret their wardship of me!$B$BYou are a noble ally, $N. I will need your help again in time. When I am ready, I will need you to summon me to the surface.$B$BSpeak with Gerrig Bonegrip. He is in Ironforge, in a shop of the Forlorn Cavern. He knows how I can be summoned.','Speak with Gerrig Bonegrip in the Forlorn Cavern of Ironforge.','The Lady told me of your coming, $C. You are welcome in my abode for you, like I, serve a higher cause.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(654,2,440,0,41,46,0,690,0,0,0,0,0,0,0,0,7200,0,0,0,379,0,0,864,0,0,0,'Tanaris Field Sampling','Activating the power source makes the field testing kit start to glow and vibrate. It would seem to be working as planned.$B$BAccording to Chief Engineer Bilgewhizzle, you now have two hours to collect the data you need in the Tanaris desert. If you do not collect it within two hours, all the data will be lost and you will need to buy another power source from him.$B$BReturn to him when you have completed the task.','Acquire acceptable samples for 8 basilisks, 8 hyenas, and 8 scorpions. Bring the testing kit back to Chief Engineer Bilgewhizzle in Gadgetzan before the power source runs out.','All right then. it will take me just a second to remove the power source. After that, you can do with it whatever you like now without having to worry about losing the data inside.','Well. did you get everything you needed? If you didn\'t and the power runs out, everything inside will be ruined and you\'ll have to start over.$B$BHey, don\'t look to me for sympathy; I\'m all about the Gadgetzan Water Company making a profit, and if that means selling you power sources until we can afford to import water in from the icy springs of Dun Morogh, so be it!','','','','','',9440,9441,9438,8523,8,8,8,1,20,20,20,0,9437,9439,9442,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,0,530,68,0,0,0,62,250,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0),(655,2,45,0,29,34,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,672,0,672,0,0,0,'Hammerfall','It is still clear to me. like yesterday... So many years without hope, with wood and steel to bind me to this terrible place. Then finally, finally! There was the Warchief. Doomhammer in his midnight plate, his warhammer held high.$B$BIt was... too terrible... That the blow of a coward would strike down our greatest hero. From behind he charged on his horse, and then his lance ran him through... I fell to my knees. What hope was there? What hope is there...','Speak with Tor\'gan in Hammerfall.','Ah. Gor\'mul you speak of. Yes, from what he says, it seems he has never recovered from the death of Doomhammer.$B$BGor\'mul was a captive here when Thrall and Orgrim fought to free the camp, but as the earth shook and our brethren escaped, he was left behind. He wandered alone and lost for years without direction or hope, until we returned to establish ourselves here in Hammerfall.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(656,2,3,0,30,50,1,0,0,0,0,0,0,0,0,0,0,0,0,0,692,0,0,0,4472,1,0,'Summoning the Princess','You must defeat Myzrael before she grows in strength. If you do not. then once she has gathered enough power she will challenge her captors! There are some who think they can control her. but if she can be controlled then why did the giants chain her in the first place??$B$BCrazy logic, eh?$B$BTo defeat her, summon her at the Shards of Myzrael where you first spoke with her. Defeat her and gather her Eldritch Shackles, then bind them to the Shards of Myzrael.$B$BDo that, and she will again be trapped.','Go to the Shards of Myzrael. summon her and defeat her.$B$BGather her Eldritch Shackles and bind them to the Shards of Myzrael.','As the eldritch shackles are placed around the Shards. an unhuman wail is heard from far below. The scream is followed by a roar.$b$bThe Shards of Myzrael no longer invoke feelings of warmth and security as they once did. Now they pulse with an open menace... as if the thing beneath them holds ill will toward the surface.','The Shards of Myzrael are now strangely quiet.','','','','','',4473,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4743,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(657,2,267,0,30,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,658,660,0,660,0,0,0,'Hints of a New Plague?','$B$BThis IS interesting. Seems Apothecary Jorell has been working on some deadly experiments here at Go\'Shek. Not sure what that has to do with Hillsbrad. but Phin wouldn\'t like it if we let it continue.$B$BWe had a run-in with some orcs while you were gone, and I\'m not in good enough shape to help Kinelory. If you\'re up for it, she\'s going to need some protection when she goes down to the farm to steal whatever research Jorell still hasn\'t sent to Tarren Mill.','Speak to Kinelory.','If it brings Phin peace, I\'ll destroy every single one of the Forsaken personally. He\'s done so much for us since the plague. We never thought we\'d find friends or family again.$B$BWhen you\'re prepared, come let me know. We\'ll get started right away.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(658,2,45,0,30,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,659,657,0,657,0,0,0,'Hints of a New Plague?','So. Phin sent you to check on us? Not surprised--he worries too much.$B$BWe\'ve been watching the farm for days. and Kin claims she saw a courier come out of that small house to the south not long ago.$B$BShe talks a lot. but I can always trust her senses when we\'re in dangerous areas.$B$BYou wouldn\'t happen to be a skilled tracker, would you? We think the courier might be carrying notes to Tarren Mill. If we could get our hands on those documents, it might shed some light on what\'s happening in Hillsbrad.','Find the Forsaken Courier and bring back her Sealed Folder to Quae near the Go\'Shek Farm.','Excellent!$B$BLet\'s see what this is about...','We appreciate your help in looking for that courier. $N.$B$BWhile you were gone. Kin saw an apothecary come out of that same house to the south of here. I\'m confident that they\'re up to no good--I just need proof of it before we go off and do something rash.$B$BHave you had any luck yet?','','','','','',4482,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(659,2,267,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,658,0,658,0,0,0,'Hints of a New Plague?','Hail. and well met, $N. I lead a group of adventurers investigating odd happenings in this area.$B$BMy cousin in Hillsbrad recently put down his dog Stanley because the animal mystically grew to an immense size and savagely attacked anyone who came near him.$B$BI believe the undead are involved, and we\'re looking for signs to prove as much.$B$BTwo of my companions, Quae and Kinelory, headed to the Go\'Shek Farm in the Arathi Highlands, and haven\'t checked in for days. Find them for me? I grow concerned.','Find Quae and Kinelory near the Go\'Shek Farm in the Arathi Highlands.','Try and stay as quiet as possible, traveler.$B$BOrcs don\'t take too well to being spied on, and there is more to this farm than meets the eye.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(660,2,267,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,657,661,0,661,0,0,0,'Hints of a New Plague?','All right. $N. I\'m ready if you are.$B$BShall we?','Protect Kinelory until she returns to Quae.','You\'ve done a great service for us, $N. Thank you.$B$BI hope Kin wasn\'t too much of a handful down there. She\'s very friendly, but can be just as deadly when you\'re her enemy.','','Protect Kinelory','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(661,2,45,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,660,0,0,0,0,0,0,'Hints of a New Plague?','I\'ve seen Kinelory look way worse after a night in the tavern than she does now. You obviously did a good job protecting her.$B$BThese items she brought back from the farm should at least let Phin get an idea of what\'s going on out here in Arathi. Just to make sure there\'s no retaliation after your attack. we\'re going to stay here for a bit longer. Would you be willing to head back to Southshore and talk to Phin?','Find Phin Odelic in Southshore.','So, the two troublemakers are all right after all? Haha, I\'m glad to hear it. I thank you for bringing me news of their whereabouts and status--it pleases me greatly that they are still alive; the two of them are irreplaceable as friends and traveling companions.$B$BBut... it\'s more important I thank you properly for your help. Here. Take this along with my group\'s thanks.$B$BWith any luck, we\'ll figure out what the Forsaken are up to, and put an end to it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15455,15456,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(662,2,45,0,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deep Sea Salvage','O\'Breen led the ships into the cove. We were certain this is where the treasure could be found. The Harbinger docked safely but as the Maiden\'s Folly and Spirit of Silverpine approached the tides began to lower. Strangest thing I\'ve ever seen!$B$BThose two ships ran aground into something... some sort of temple in the reef. They sank so quickly. was quite a tragedy.$B$BWe need to retrieve their Logs as well as their Charts before we leave. We can\'t leave that information behind for prying eyes!','First Mate Nilzlix wants you to retrieve the Charts and Logs from the Maiden\'s Folly and the Spirit of Silverpine.','Knowing this information is secure will bring some ease to the command in Booty Bay. Well done. $N.','How goes the search and recovery mission. $N? We really need to get those Logs and Charts back from the Maiden\'s Folly and Spirit of Silverpine.$B$BIf the information from those sources were to fall into enemy hands, Fleet Master Seahorn would force us down the plank.$B$BThat is if we ever get out of this mess...','','','','','',4487,4489,4488,4490,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4511,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(663,2,45,0,31,35,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Land Ho!','Lolo sees a tiny $R! Always on the lookout. Lolo is!$B$BWelcome to Faldir\'s Cove. Captain O\'Breen said we\'d only be here for a few hours. Just long enough to gather the treasure and get back to Booty Bay.$B$BBut Lolo thinks we\'re going to be here a lot longer than that. We lost the other two ships from our formation. Poor Spirit of Silverpine and Maiden\'s Folly. On the bottom of the sea they rest now!$B$BLolo suggests you talk to Captain O\'Breen if you plan on sticking around here.','Talk to Captain O\'Breen in Faldir\'s Cove.','Ahoy. matey.$b$b\'Twas a horrible mess. Seahorn will have my ship if he finds out what went down.$b$bOne of the Professor\'s contraptions indicated the lost treasure was near this cove. I brought the Harbinger in to dock and signaled for the Spirit of Silverpine and Maiden\'s Folly to follow suit.$b$bThen the sea rumbled. The tides lowered and the two ships crashed into the reef.$b$bIt\'s not just a reef. Something\'s down there....$b$bHelp my crew out and you\'ll be rewarded handsomely.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-25,25,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(664,2,45,0,35,40,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Drowned Sorrows','Argh. \'tis a horrible life. I should be in a watery grave right now, not sittin\' here by the fire, breathin\' fresh air.$B$BThe crew tried so hard to save my beautiful Maiden\'s Folly. Bless the boys, bless their hearts.$B$BO\'Breen made it to shore safely but we weren\'t so lucky. The seas just sank on us, I swear.$B$BOne second we\'re afloat and the next water is rushin\' in. And those beasts! Killed all the survivors. Horrible naga scum. I went black and ended up here, saved.$B$BI want those beasts dead.','Captain Steelgut in Faldir\'s Cove wants you to kill 10 Daggerspine Raiders and 3 Daggerspine Sorceresses.','Nice work out there. $N.$b$bThose scum deserved what they got. While nothin\' will ever bring me ship or me crew back, the death of those naga gives me some solace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2595,2596,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4509,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(665,2,45,0,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,666,0,666,0,0,0,'Sunken Treasure','Now that we are full-fledged Blackwater Raiders it is our job to help Mr. O\'Breen locate the lost elven treasure.$B$BIt is next to impossible to find the gems in the dark sea without aid. The doctor has constructed some goggles that will help. He needs the goggles charged with the energy derived from the enchanted stone in the cave just up the hill.$B$BBut the cave is cursed! When we get close. we get ambushed. Defend me and I can harness the energy from the stone into the goggles.','Escort Professor Phizzlethorpe to the cave and back.','The goggles work perfectly now! Well done. $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(666,2,45,0,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,668,0,668,4491,1,0,'Sunken Treasure','The treasure has been on the sea floor so long that the gems have calcified into thick stone. But the power harnessed in these goggles will allow you to locate them easily.$B$BA little gnomish ingenuity goes a long way!$B$BSo borrow the Goggles of Gem Hunting. $N. and see if you can collect some of the lost treasure for Captain O\'Breen.$B$BI\'d swim down there myself but...um...well. I have important scientific business to tend to up on the safe, dry land....er, yeah.','Doctor Draxlegauge in Faldir\'s Cove wants you to collect 10 Elven Gems and return the Goggles of Gem Hunting once you are done.','Most superb. $N! The Captain will be very pleased! And just wait until word gets back to Fleetmaster Seahorn!','How did the goggles work? Did everything function properly? Adjustments can be made if necessary.$b$bOh. and I\'ll need those goggles back when you\'re done. I am sure Captain O\'Breen will have many uses for them later on.','','','','','',4492,4491,0,0,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,4547,4548,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(667,2,45,0,35,44,0,0,0,0,0,0,0,0,0,0,0,2,0,0,670,0,0,0,0,0,0,'Death From Below','This is bad. It seems the Daggerspines are amassing for an attack.$B$BNaga are known for their ruthlessness in battle. They will keep attacking until I am dead.$B$BI don\'t value my own life above that of my crew members. but you must help to defend me. The crew will not be able to make it back to Booty Bay without my knowledge of the seas.$B$BThe naga will be coming from the sea. I need you to remain up here with me to fend off the attack. Man the cannon and drive them back.$B$BAre you ready, $N?','Protect Shakes O\'Breen during the attack.','We survived the attack!$b$bWe could not have done it without you. $N.$b$bWe\'ll be heading out as soon as the tide rises. If you weren\'t such a promising hero I\'d offer you a place on my crew. But I can tell you have bigger fish to fry.$b$bEven if you are a puny troll....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4550,4549,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(668,2,45,0,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,666,669,0,669,4493,1,0,'Sunken Treasure','Let\'s not leave Captain O\'Breen waiting. He\'ll want to see these gems first hand. After all. that\'s why we\'re here!$B$BAnd after a few weeks of consorting with these pirates. the professor and I have realized the last thing that\'s good for our health is to be caught hanging on to their treasure.$B$BHere, $N, take these to O\'Breen.','Take the Elven Gems to Captain O\'Breen.','So the little gnomes proved their worth after all? I knew we kept those ankle biters around for a reason!','Ahoy. $C. What brings you to the bridge?','','','','','',4493,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-75,75,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(669,2,45,0,37,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,668,670,0,670,4502,1,0,'Sunken Treasure','Fleet Master Seahorn will want to hear about our find at once.$B$BBut as you can see. we\'re not in much of a position to get out of here. Not only is the tide too low. but those damned creatures we disrupted are keeping a close eye on our movements.$B$BYou can be of great service to the Blackwater Raiders if you can get word to Fleet Master Seahorn in Booty Bay that we discovered the treasure and are working on extracting more. Take him this sample as proof.','Take the Sample Elven Gem to Fleet Master Seahorn in Booty Bay.','Ah. leave it to good old Shakes O\'Breen! I knew that he was the right Captain for the mission!','What brings you to Booty Bay. $C?','','','','','',4502,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(670,2,33,0,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,669,0,0,0,4494,1,0,'Sunken Treasure','Say. $N. you seem to be an adventurous type. My fleet is stuck in Booty Bay until we can restock.$B$BThere are some heavy things brewing here and abroad and I need to get some top secret correspondence to Shakes O\'Breen who is tied up off the Arathi coast.$B$BCan I trust you to deliver this message safely and in confidence?','Deliver Seahorn\'s Letter to Shakes O\'Breen in Arathi Highlands.','Thank you for making such a long and perilous journey. You have the gratitude of the Blackwater Raiders.','So was Seahorn impressed? I bet you his smile reached from Booty Bay to Ratchet.','','','','','',4494,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(671,2,45,0,30,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Foul Magics','I have felt a strangeness in the air... a feeling that simmers in my blood. I had my suspicions. I set off to find the source of my unease and discovered to the west. at Northfold Manor. the residual traces of demonic summoning. As I got close, my blood began to boil and the rage within me grew.$B$BOn the ground I spied an amulet of bloodstone, used to assist in demonic summoning. The one I found was depleted, however. I\'ll need another to examine, but I dare not return to the manor. Can you bring me some?','Get 10 Bloodstone Amulets for Tor\'gan in Hammerfall.','It will take some time for me to ascertain the true intentions of the Syndicate. but their obvious association with dark. demonic magic troubles me. I will tell you when I know more.','Once-cursed blood still runs through my veins. $N. If someone... something is summoning demons. it must be stopped.','','','','','',4495,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(672,2,45,0,29,34,0,690,0,0,0,0,0,0,0,0,0,0,0,0,655,674,0,674,0,0,0,'Raising Spirits','We tried to settle him in. cheer him up. telling him stories of our mighty city at Orgrimmar in Kalimdor, but nothing would move him.$B$BTales of our young Warchief, Thrall, who bears the armor and hammer of Orgrim... but, perhaps... Perhaps! A demonstration of our newly found shamanistic magic would give him new hope. It is worth a try!$B$BA small object we could make for him, yes... Bring me some raptor eyes, and I will see what I can do.','Acquire 10 Highland Raptor Eyes from Highland Striders and Highland Thrashers for Tor\'gan in Hammerfall.','Excellent. The spirits of the raptors that gave these eyes will lend strength to the bearer of this amulet.','I will create an amulet that will give Gor\'mul some of the strength of the raptors. Perhaps that will awaken some flame within him...','','','','','',4512,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(673,2,45,0,35,40,1,690,0,0,0,0,0,0,0,0,0,0,0,0,671,0,0,0,0,0,0,'Foul Magics','There is no doubt in my mind that a powerful warlock resides within the walls of Stromgarde. From time to time. using an arcane magical relic. this warlock has summoned forth terrible demons in large numbers. We must remove the source of his energy.$B$BFind the warlock and kill him. Bring me whatever magical object you find on his person, and I will take steps to destroy it and see that its power is not used to taint this land any longer.','Retrieve Marez Cowl\'s Bloodstone Orb and bring it to Tor\'gan in Hammerfall.','My restless nights will turn to peaceful slumber when I have destroyed this orb. Thank you. $N. It is a chilling reminder of the terrible power the demons held over the orcs before Hellscream released us from their curse.','The burning in my blood... it grows by the day. The $C must be stopped.','','','','','',4510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4543,4545,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(674,2,45,0,29,34,0,690,0,0,0,0,0,0,0,0,0,0,0,0,672,675,0,675,4526,1,0,'Raising Spirits','Here. take this amulet to Gor\'mul. and see if the raptors\' strength can awaken the flame of the warrior that once burned through his veins.','Give the Raptor Talon Amulet to Gor\'mul.','What is this? Polished bone. What use have I for polished bone? Will a trinket restore the Horde to its glory?','What hope is there when the hand of a coward can slay the mightiest of the mightiest? What hope. I ask you!','','','','','',4526,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(675,2,45,0,29,34,0,690,0,0,0,0,0,0,0,0,0,8,0,0,674,701,0,701,0,0,0,'Raising Spirits','$B$BTor\'gan sent you. didn\'t he? Pah! Why he feels some mercy towards me I would not understand. Mercy was denied me when I was not allowed to die with my Warchief in battle. A cruel blow fate has dealt me...','Speak with Tor\'gan.','It did not work. I see. Nonetheless, I feel that showing him the power of the shamans will eventually return Gor\'mul to his once proud self. The amulet\'s power was not great enough to show him our newfound power.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(676,2,267,0,30,32,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,677,0,677,0,0,0,'The Hammer May Fall','Weaklings... all of them. You. $C. what are you looking at? Think you\'re something special, huh? Why not prove it?$B$BThe Hammerfall outpost in Arathi\'s under attack. Unless we send them help soon, their demise is imminent.$B$BBut before you go rushing off, you may want to test your skills first. Northeast of Stromgarde in Arathi is an ogre mound inhabited by the Boulderfist tribe. When you can handle the ogres and enforcers there, then report to Drum Fel in Hammerfall.','Kill 8 Boulderfist Ogres and 10 Boulderfist Enforcers. then find Drum Fel in the Hammerfall outpost in Arathi Highlands.','So. you think you\'re strong enough to help Hammerfall? So be it.$b$bTallow either sent you to that ogre mound in the hopes that you would kill yourself or he thinks you\'re strong enough to aid us. Either way. you\'re here now and I am in need of more soldiers in our fight against the constant attacks.$b$bIf you plan on staying in Hammerfall then get some rest, and come speak to me again when you\'re ready. There\'s no shortage of fighting to be had.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2562,2564,0,0,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,3000,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(678,2,45,0,30,38,0,690,0,0,0,0,0,0,0,0,0,8,0,0,677,679,0,679,0,0,0,'Call to Arms','Your strength is evident. $N. Now to see how you fare against a real enemy.$B$BThe Boulderfists have a lair to the southwest of here towards the dwarven bridge. and, if I\'m not mistaken, the maulers and magi there shall present to you a greater challenge--they have done so to us thus far.$B$BSlay as many as you can and come to me in body when you are successful, or come to me in spirit when you fail. I shall give praise to your tenacity in battle either way.','Kill 10 Boulderfist Brutes and 4 Boulderfist Magi. and return to Drum Fel in the Hammerfall outpost.','You are as strong as a kodo. and your lust for battle does your people proud.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2566,2567,0,0,10,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(679,2,45,0,30,40,1,690,0,0,0,0,0,0,0,0,0,8,0,0,678,0,0,0,0,0,0,'Call to Arms','The head of the beast is ready to be taken off... with great force. $N. You have shown every sign that you are able to help us with this final mighty blow. The leaders of these attacks have made their lair within the ruins of Stromgarde, a glaring symbol of human frailty.$B$BFind and slay those Boulderfist lords and their lackey shaman who would try and drive us from these lands.','Kill 7 Boulderfist Shaman and 3 Boulderfist Lords and return to Drum Fel in the Hammerfall outpost.','You do your people proud. $N. The threat has been greatly lessened, and I am sure we will begin to thrive here in the Highlands.','I see your courage finally wanes. It seems my instincts were correct about you: your strength is nothing compared to your bravado.$b$bReturn to me when the beast\'s head has been severed. or return never again.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2570,2571,0,0,7,3,0,0,0,0,0,0,9520,9521,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,5000,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(680,2,45,0,30,40,1,690,0,0,0,0,0,0,0,0,0,0,0,0,676,0,0,0,0,0,0,'The Real Threat','You serve my husband well. $C. but he does not know why Hammerfall is under attack.$B$BOr\'Kalar, Mug\'thol\'s pawn in Stromgarde, has an intense hatred for my husband, and wishes nothing more than my husband\'s death for defeating him years ago.$B$BMy auguries tell me that Or\'Kalar has laid a trap for my husband, so I have hidden signs of the ogre\'s presence from him.$B$BMy husband will rush off foolishly if he learns of the ogre\'s whereabouts and I would ask for your help in slaying the creature.','Slay Or\'Kalar and bring his Head to Korin Fel in the Hammerfall outpost.','You have done me a great service. $N. Know that my husband\'s life and the safety of Hammerfall has been protected for another day because of your deeds. Please take this as a reward for your courage.','Near the Tower of Arathor--that is where you will find Or\'Kalar. His death will stop the attacks on Hammerfall and protect my husband\'s life.$B$BI see in your eyes that you think me weak--even dishonorable--for my silence. Some day you will learn what it is to love as I do. Perhaps then you will understand a different kind of strength and honor.$B$BIn the meantime. do as I ask. and slay Or\'Kalar.','','','','','',4551,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4976,4977,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(681,2,45,0,30,31,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Northfold Manor','We are fighting a war for Stromgarde. and we are losing. The ogres, the Syndicate and we have divided our once great city, and each faction battles the other into a bloody stalemate.$B$BBut our forces dwindle while our enemy grows.$B$BWe need help from the town of Southshore, but supplies are difficult to receive while the Syndicate holds territory between us.$B$BGo to the Syndicate base in Northfold Manor and slay them. Then, perhaps, pressure on our supply trains will lessen and more will get through.','Kill 10 Syndicate Highwaymen and 6 Syndicate Mercenaries.$B$BReturn to Captain Nials at Refuge Pointe.','Very good. $N. With the deaths of those Syndicate members we should have an easier time receiving supplies from Southshore.$b$bPerhaps our cause yet has hope.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2586,2589,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(682,2,45,0,30,37,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,681,0,0,0,0,0,0,'Stromgarde Badges','The Syndicate in Stromgarde do battle with our contingent of militia there. In order to urge the rabble to fight our more disciplined troops. the Syndicate leaders have placed a bounty on our soldiers. awarding gold for each Stromgarde Badge gathered off killed militiamen.$B$BWe want those badges retrieved - we cannot allow the cutthroats to take trophies from our brave fallen!$B$BEnter the Syndicate-controlled area of Stromgarde and hunt them for our badges.','Bring 7 Stromgarde Badges to Captain Nials at Refuge Pointe.','Thank you. $N. We will inform the families of these fallen soldiers that they were killed in battle.$b$bIt will be grim news to bear. but it is better than the uncertainty of a missing loved one.','Have you retrieved any Stromgarde Badges. $N? The Syndicate must learn they cannot profit from our dead.','','','','','',4506,0,0,0,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,4741,0,0,0,1,0,0,0,469,72,0,0,0,87,150,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(683,2,1,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,637,0,0,0,4514,1,0,'Sara Balloo\'s Plea','$n, I have but a small request to ask of you.$b$bTake this note I have prepared to our great monarch of Ironforge, King Magni Bronzebeard. \'Tis a small task to ask of one such as yourself, someone who has shown great valor to the cause of the Alliance thus far.$b$bFor me to go before the King in my grief-ridden state would not serve the purpose of my cause. Surely you understand.','Take Sara Balloo\'s note to King Magni Bronzebeard of Ironforge.','It will take but a moment for me to peruse this letter...','So you are $N the $C? News of your contributions to the Alliance has traveled quite far. you know?$B$BOn what business do you come before me today?','','','','','',4514,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(684,2,45,0,29,39,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Marez Cowl','A bounty has been placed on the head of Marez Cowl. a high-level advisor and operative of the Syndicate. She was last seen within the Syndicate controlled territory of Stromgarde.$B$BBounty may be collected from Captain Nials.$B$BBe warned: Marez is a skilled and cunning Warlock. known for her trafficking with demons. Extreme caution is advised when hunting her.','Bring Marez\'s head to Captain Nials at Refuge Pointe.','You took down Marez Cowl? Well done. $N. Well done indeed!$b$bMarez menaced our Stromgarde defenders. and it is rumored she was an emissary between the Syndicate and some other, darker power. We are glad to see she\'ll longer ply her powers against us.','Greetings. $C. You have a report to make?','','','','','',4515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4744,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(685,2,45,0,29,40,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wanted! Otto and Falconcrest','The Stromgarde Militia has placed bounties on the heads of Lord Falconcrest. and his bodyguard Otto. Falconcrest heads the Syndicate\'s efforts in the Arathi Highlands, and his death would cause a major disruption in those efforts.$B$BHis bodyguard Otto, although not a strategic target, is a fierce opponent and has killed dozens of our defenders.$B$BTheir bounties may be collected from Captain Nials.','Bring Otto\'s Head and Falconcrest\'s Head to Captain Nials at Refuge Pointe.','Falconcrest and Otto? Wonderful!$b$bHere is your reward. $N. I am happy to pay it.','Hello. Do you have a report to submit?','','','','','',4516,4517,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5247,4745,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(686,2,1537,0,26,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,683,0,0,689,0,0,0,'A King\'s Tribute','I do not expect good dwarves like Mrs. Balloo to understand why the travesties of war must be endured for the greater good of our people. The loss of her husband, and the loss of every dwarf that fights in the name of the Alliance, weighs heavy on my soul.$b$bWhile I cannot bring her husband back from the Twisting Nether, I can pay tribute to him.$b$bI am going to commission a memorial to Sully Balloo to be built by Grand Mason Marblesten.$b$bSend word to him now, $c. You shall be custodian of my bidding.','King Magni Bronzebeard wants you to speak with Grand Mason Marblesten.','So King Magni Bronzebeard himself sent ye?$B$BMy, my! This must be important!',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(687,2,45,0,35,40,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,692,0,692,0,0,0,'Theldurin the Lost','Theldurin the Lost was once a member of our order. the Twilight\'s Hammer. But he lost his mind and scorned our teachings. And before he fled from us, he stole the scroll of Myzrael! We could not catch him, but rumors say he hides in the Badlands, gibbering and mad.$B$BTo bring the Lady back to us, you must find the scroll. And to do that, you must find Theldurin.','Find Theldurin the Lost.','Hello. Hello. hello hello hello hello HELLO!$B$BI\'m sorry - wait, no I\'m not! Don\'t be rude!$B$BOh no...that was crazy talk.$B$BBut...sometimes being crazy is my only solace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(688,2,45,0,33,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,652,687,0,687,0,0,0,'Myzrael\'s Allies','$B$BFree! I AM FREE! I am free to gather strength. hidden from my captors. For if they faced me now they would surely overpower and again imprison me.$B$BBut in time I will confront the giants, and they will regret their wardship of me!$B$BYou are a noble ally, $N. I will need your help again in time. When I am ready, I will need you to summon me to the surface$B$BSpeak with Zaruk in Hammerfall. He knows how I can be summoned.','Speak with Zaruk in Hammerfall.','Welcome. $C. The Lady has informed me of your coming, and if we are to bring her back to the surface then we have much to discuss...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(689,2,1,0,25,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,686,0,0,0,0,0,0,'A King\'s Tribute','So our good King would like a memorial built in honor of a soldier named Sully Balloo? And you say the poor chap died during the Thandol Span tragedy?$b$bBah, will there ever be peace on Azeroth?$b$bNonetheless, any commission from the King is of utmost importance. To build a truly epic and lasting piece I want to work with one of the finest stones available. Travel to Darrow Hill in Hillsbrad and gather for me some Alterac Granite.','Grand Mason Marblesten of Ironforge wants 5 pieces of Alterac Granite.','Perfect! Better than I could have imagined!$B$BAnd I have quite an imagination you know...','$N. $N, $N! Tell me you have enough Alterac Granite for me to begin my masterpiece in honor of Sully Balloo.','','','','','',4521,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(690,2,1519,0,30,32,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,691,0,691,0,0,0,'Malin\'s Request','Greetings. $N. You have the look of an adventurer about you. and I have a task that needs some tending to.$B$BArchmage Trelane, my original master, fled Stromgarde in the Arathi Highlands not too long ago, and he\'s asked me to help him in recovering some of the items he left behind.$B$BThe city fell under siege, and he attempted to defend the Tower of Arathor, but to no avail. I have agents in the Highlands already, but they\'ve requested I send more aid. Are you interested?','Find Skuerto at Refuge Pointe in the Arathi Highlands.','So. Malin sent ye? I don\'t care if Muradin rose up from the dead and whisked ye here on a dragon. I\'m busy! Talk to Kryten if you need somethin\'.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(691,2,45,0,30,36,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,693,0,693,0,0,0,'Worth Its Weight in Gold','Archmage Malin sent Skuerto and I here to collect reagents for him. I was at a loss as to how I was going to collect the items. but now that you\'re here. I think my problem\'s solved.$B$BI need the following: Witherbark tusks, Witherbark medicine pouches and a shadow hunter knife.$B$BCould you find those for me? The Witherbark live to the southeast of Arathi.','Find 10 Witherbark Tusks. 4 Witherbark Medicine Pouches and a Shadow Hunter Knife for Apprentice Kryten at Refuge Pointe.','Incredible! I can see why Malin asked you to come join us - very well done indeed!$B$BAt this rate. Skuerto and I will be headed back to Stormwind in no time at all.$B$BI believe my dwarven companion is back from scouting Boulderfist Hall; go speak to him when you\'re ready.$B$BIt looked as though he might have had a bit of a scuffle with the ogres. Don\'t mention that to him. though; he\'s very sensitive about criticisms to his skills at scouting.','Have you had any luck so far. $N?$B$B$B$BIf my research is correct. the tusks should come from any Witherbark troll. The medicine pouches come from the Witherbark witch doctors, and the strongest of the Witherbark shadow hunters should carry the special knife given to them after they\'ve completed their rites of passage. There\'s no way to tell which shadow hunters will have the knife until you do battle.','','','','','',4503,4522,5040,0,10,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,7500,2640,0,0,0,0,0,0,0,0,1,1,6,0,0,1,0,0,0,0,0,0),(692,2,3,0,30,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,656,0,0,0,'The Lost Fragments','The Scroll of Myzrael...the Scroll of Myzrael?! You don\'t want that! Its magic can pull Myzrael to the surface world and if you do that. we are in trouble!$B$BOr...maybe it\'s too late. Maybe she already is free. Maybe she\'s just gathering strength before unleashing herself upon us. If so. then you\'ll NEED the scroll!$B$B...too bad it\'s destroyed. Enraged elementals stole it and tore it up and now fight over the fragments.$B$BBut if you can gather those fragments, maybe we can fix it...','Bring the Torn Scroll Fragment. the Crumpled Scroll Fragment and the Singed Scroll Fragment to Theldurin the Lost.','Ah. you found them! Good work. $N! These might be the only chance we have against the evil of Myzrael!$b$bJust let me find my scrap-ratchet and see if I can re-attach these fragments...','Did you find those fragments?!?! You\'ll need the Scroll of Myzrael if you want to trap her again. before it\'s too late!','','','','','',4518,4519,4520,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(693,2,45,0,30,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,691,694,0,694,0,0,0,'Wand over Fist','Hey. $N. Sorry to be so short with ye earlier... and no. that ain\'t a pun.$B$BI figured out where Trelane\'s first item ended up: Kor\'gresh has it in Boulderfist Hall. An\' by the way he was throwing down blasts of ice at his kin to keep them in line. he must be close to figurin\' out how to use all of its powers.$B$BBoulderfist Hall\'s south of here an\' then east of Thandol Span. Find the ogre an\' get back that wand.$B$BWhile you\'re gone, I\'ll figure out what we\'re gonna do about Stromgarde.','Find Trelane\'s Wand of Invocation and return it to Skuerto at Refuge Pointe.','Brilliant. $N. One item down an\' three more to go. based on my list. The other three items are all in Stromgarde.$B$BTake a rest an\' get your strength back--the next phase of my plan\'ll require a little more time an\' effort. Come back to me after you\'ve gotten a warm meal an\' some rest.','Our goal is the wand. $N. Focus on that for now.','','','','','',4525,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(694,2,45,0,32,39,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,693,695,0,695,0,0,0,'Trelane\'s Defenses','All rested?$B$BHere\'s our next step: there\'re ogres all around the Tower of Arathor in Stromgarde. We\'re gonna need to activate the tower\'s defenses if you\'re gonna stand a chance against \'em an\' still make it to the items alive. To do that. we\'re gonna need some gems the Boulderfist shaman have taken a liking to. They took \'em from the tower. but they\'re not gonna stay in their possession for long.$B$BGet one of them gems an\' bring \'em to Kryten--he knows the spell to enchant \'em so they\'ll work as a key.','Find an Azure Agate and bring it to Apprentice Kryten at Refuge Pointe.','You amaze me. Pluto. Well done again.$b$bGive me a moment to cast the proper spell to enchant the gem. an\' you\'ll be ready.','$N. hello again. Have you found an azure agate yet?','','','','','',4527,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(695,2,45,0,30,39,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,694,696,0,696,4529,1,0,'An Apprentice\'s Enchantment','Here you are. $N. The gem only needs to be pressed against one of the pedestals near the base of the tower to activate its defenses. Use it when you\'re ready to enter the tower and find Trelane\'s remaining items. $B$BGood luck to you. I\'ll be awaiting your return here at the camp. Oh. and speak to Skuerto before you leave. He\'ll give you the rest of the details you\'ll need.','Speak to Skuerto.','Good. good.$b$bIf there are no other delays. how about we get started?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(696,2,45,0,30,39,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,695,697,0,697,0,0,0,'Attack on the Tower','Here\'s what your lookin\' for: Trelane\'s phylactery. Trelane\'s orb. an\' Trelane\'s ember agate.$B$BAll three should be in chests within the tower an\' you shouldn\'t have a problem opening the chests on your own; you just have to be careful of the ogres.$B$BThe tower\'s defenses won\'t take care of \'em on their own; you\'ll need to have your weapons at the ready. Those ogres find out you\'re there and stealing from \'em, an\' they\'ll be sure to put the hurt on you.$B$BBe careful, an\' good luck.','Find Trelane\'s Phylactery. Trelane\'s Orb. and Trelane\'s Ember Agate, and return them to Skuerto at Refuge Pointe.','Malin couldn\'t\'ve asked a worthier person to come here an\' aid us. Pluto. You\'ve done a grand job!$b$bHe\'ll be pleased to see what an overwhelming success our mission\'s been.','You do this. an\' I\'m sure Malin\'ll be more than pleased with you.','','','','','',4530,4531,4532,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(697,2,45,0,30,39,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,696,0,0,0,4533,1,0,'Malin\'s Request','Take this letter back to Stormwind and let Malin know that Kryten an\' I\'ll be home soon. He\'ll reward you well for helping us here. $N. of that I\'ve no doubt.$B$BTravel safely.','Take the Sealed Letter to Archmage Malin in the Mage Quarter of Stormwind.','$b$bBy the Light. you\'ve done it. How wonderful. Trelane will be so pleased. I\'m sure Kryten and Skuerto are just as excited as I am to have them on their way back to Stormwind.$b$bThank you, Pluto. Please, take this to help you in your journeys.','Yes? You look vaguely familiar. I do apologize. but have we met? I get so busy I lose track.','','','','','',4533,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4975,15104,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,9000,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(698,2,8,0,35,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,699,0,0,0,'Lack of Surplus','I\'m working on getting some supplies together for our outpost near the beach to the east--Tok\'kar does what he can. but between shifts of guard duty and cooking for his soldiers there\'s not much time left in the day.$B$BThey do enjoy cooking up some sawtooth meat when they can, but I haven\'t had time to get them another shipment. Would you mind helping them out?$B$BThe young sawtooths aren\'t as tasty as the older ones, so stay clear of those; give them a year or two to get to full size.','Bring 8 Unprepared Sawtooth Flanks to Tok\'Kar in Swamp of Sorrows.','Ah! Wonderful. Fresh meat for the fire tonight. Thank you. $N.$b$bYou\'ve helped make the coming nights more tolerable. The fire burns bright, and our stomachs will be full.$b$bIts a pleasant surprise to have you bring us a shipment; Dar\'s not the most attractive orc anyone\'s laid eyes upon, but at least his attitude reeks far less than his smell.','Lok\'tar. $C. Traveling through the swamps isn\'t a risk taken lightly. You\'re brave to test your mettle here.','','','','','',6169,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,2,0,0,0,0,1,0,0,0,0,0,0),(699,2,8,0,35,42,0,690,0,0,0,0,0,0,0,0,0,0,0,0,698,0,0,1422,0,0,0,'Lack of Surplus','With the threat of murlocs along the coast. we\'re stationed out here to protect--or warn if the force is too large--of any coming threats to Stonard. It doesn\'t give us much time for relaxation, and we could use some more help if you\'re able.$B$BThe sawtooth snappers\' claws make for fine weapons when properly prepared. Bring me some of their claws and I\'ll see you\'re rewarded with one of our weapons in thanks for the fresh meat and the good company.','Bring 6 Sawtooth Snapper Claws to Tok\'Kar in the Swamp of Sorrows.','Glad to see you\'re alive and well. $N.$b$bThese claws should make do nicely. The more weapons we have at the ready for attacks against us, the better off we\'ll be.$b$bI\'ll get started on your weapon as soon as possible. It will only take a short time. I\'ve become quite adept and quick at their production.','Good mead. a warm fire, an army of orcs and an arsenal of weapons... that\'s all we really need out here along the coast. I don\'t regret my position out here safeguarding Stonard, but it would be nice if we could one day get a burrow, or at least a tower.','','','','','',6168,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(700,2,1,0,25,31,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,689,0,0,0,0,0,0,'A King\'s Tribute','Ah, such fine stone comes from Lordaeron. Such a shame the land is in such shambles.$b$bBut the Memorial came out quite well! I should think the King will be most pleased with it.$b$bNow if you will, please send word to His Majesty that the Memorial is complete as requested. ','Report to King Magni Bronzebeard.','The granite seems but a small token compared to a great dwarf\'s life. But no dwarf shall last on this planet for eternity.$B$BLet us just hope that the memorial stands as a reminder to those who will trod the great Azeroth of the future. Lest we not forget it is for them that brave soldiers such as Sully Balloo so valiantly gave their lives.',NULL,NULL,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,4535,0,0,0,1,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(701,2,45,0,29,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,675,702,0,702,0,0,0,'Guile of the Raptor','With some additional objects. I will be able to create an item that will imbue Gor\'mul with the guile of the raptor! With the power of the raptor flowing through him. Gor\'mul will know our new power and rediscover the warrior that lies dormant!$B$BI will require raptor hearts to fashion the item and spell.','Acquire 12 Raptor Hearts from Highland Fleshstalkers for Tor\'gan.','Yes. these will work perfectly. I will transfer their power and the spirit of the raptors into this orb. This orb will imbue Gor\'mul with the fiery strength and intelligence of the raptor.','My preparations are made. all I require are the raptor hearts.','','','','','',4513,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(702,2,45,0,32,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,701,0,0,0,4528,1,0,'Guile of the Raptor','Take this orb and use its energy to give Gor\'mul the essence of the raptor. Surely this will invigorate his spirit and give him new purpose in life. With him returned to normal. we can explain to him the current state of the Horde. and we will have a great warrior\'s assistance in our unceasing battles.','Give Tor\'gan\'s Orb to Gor\'mul.','At least it is something interesting you bring to me this time. A strange power it emits...','Returned again have you? Indeed there is nothing more I could wish for now than more of Tor\'gan\'s pity.$B$BWhat have you for me this time? Perhaps a piece of brightly colored string? Or a length of rope to end this misery of mine...','','','','','',4528,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(703,2,3,0,33,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Barbecued Buzzard Wings','Oh yes. my barbecued buzzard wings are a favorite! The sauce is rich and the meat is tangy. And the smell will bring the hungry running from miles away!$B$BI have everything I need to cook up a batch. Everything...except the buzzard wings!$B$BIf you want some then get me the buzzard wings. Bring me enough, and I might even share the recipe with you!','Bring 4 Buzzard Wings to Rigglefuzz.','Ah. I\'ll get started on those wings right away. I can almost taste them already!$b$bAnd here\'s the recipe in case you want to make them yourself!','Hello. $N. Did you bring me my wings?','','','','','',3404,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4457,4609,0,0,2,1,0,0,87,21,0,0,0,-262,150,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(704,2,38,0,30,38,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,739,0,0,0,0,0,0,'Agmond\'s Fate','The last report I received from Agmond is troubling. more so now that he\'s dead! He mentioned that his diggers uncovered \"ancient urns\" at the dig site outside Uldaman. I fear that the urns he found at that site incited the troggs, just as did the idols I found here.$B$BI need you to get those urns for our studies. Go to the Uldaman site, gather the urns, then return to me.','Bring 4 Carved Stone Urns to Prospector Ironband in Loch Modan.','Well done! With luck and diligence. we will find whatever link exists between the troggs and these ancient artifacts.$B$BYou have done a great deed for the Prospectors, $N. Your efforts will not be forgotten. And neither will Agmond.','Did you find those urns. $N? We must find the link between them and the troggs!','','','','','',4610,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4980,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(705,2,3,0,30,37,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Pearl Diving','The Badlands is a harsh place. filled with vicious predators and bold scavengers. Scary, especially for a short little goblin. To survive, I have to be tricky!$B$BI know the recipe for flash bombs. I use those to scare away wildlife. But I\'m running low on one of the ingredients: crushed blue pearl powder. Get me some and I\'ll make it worth your efforts.$B$BHeh, and I hope you have good boots on. The Blue Pearls I need are found from clams at the Vile Reef.$B$BYep, the Vile Reef in Stranglethorn!','Bring 9 Blue Pearls to Rigglefuzz in the Badlands.','These will work great! I just need to smash them into powder...then mix them with a little of this and a little of that.$b$bWatch out. scavengers! Prepare to be flashed!','Did you get my pearls? I\'m almost out of flash bombs!','','','','','',4611,0,0,0,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,4086,5248,0,0,0,0,1,1,0,0,0,0,4852,0,0,0,1,0,0,0,87,21,0,0,0,-750,120,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(706,2,3,0,40,45,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fiery Blaze Enchantments','As an apprentice to Feranor Steeltoe. I learned his special technique for imbuing weapons with fiery enchantments. Last I heard of him, he was working at a smithy with a hunting party up in Lordaeron.$B$BI can\'t tell you too many of the details about the process, but I can tell you it requires blood from a rare, still-beating black drake whelp\'s heart. I don\'t have much to do waiting for word from Ironforge. If you bring me a heart from the whelps in Lethlor Ravine, I\'ll show you my skill!','Acquire a Black Drake\'s Heart for Sigrun Ironhew.','Ah yes. this will do excellently. This will enable your weapons to strike with searing heat!','How goes the hunt. $C?','','','','','',4612,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5421,0,0,0,1,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(707,2,1537,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,738,0,0,0,'Ironband Wants You!','$N. I received reports from Prospector Ironband at his excavation site in Loch Modan--he needs some legwork done concerning another of our excavations.$B$BI don\'t have more details than that, but if you want to stretch your legs then go speak with Ironband.','Speak with Prospector Ironband at Ironband\'s Excavation Site in Loch Modan.','So Stormpike sent you, did he? Good.$B$BI have a big task for you...',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(708,2,3,0,35,40,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,4613,1,0,'The Black Box','The surface of this metallic black box is heavily pitted, as if it had been immersed in acid - it must have been sitting in the giant condor\'s stomach for a long time.$B$BTurning the box over, a symbol is found stamped on its bottom. Below the symbol are the words:$B$B\"Engine #19 - Ironforge Siege Brigade\"','Take the Corroded Black Box to the Hall of Arms in Ironforge.',NULL,NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(709,2,1517,0,30,40,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Solution to Doom','Oh my! Oh my! There is a doom approaching. Mark me! A doom!$B$BNo. I cannot speak of it...cannot utter their names or they may hear me! But if we learn, yes, if we learn more of them...then maybe we can learn how to foil them!$B$BMaybe.$B$BGo into Uldaman. No! I said it! You must find...find the tablet of...Ryun\'eh. Yes, find it! And don\'t make me speak that name again!$B$BIt is deep in that place, in an ancient chest. That\'s where it hides...in a chest crafted before the works of any dwarf.','Bring the Tablet of Ryun\'eh to Theldurin the Lost.','Oh. fortune is with us! Thank you! We may yet be saved!','Did you find the tablet? It must hold secrets! Secrets to save us!','','','','','',4631,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(710,2,3,0,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,0,0,0,'Study of the Elements: Rock','Here in the Badlands I\'ve stopped to work on my latest project: my shackles of elemental binding.$B$BWhen complete. they will allow mages to summon even more powerful elementals for use in even greater capacities. To start things off, I need small stone shards to test some of my newest offensive spells along with a few gizmos I\'ve pieced together.$B$BThe shards are easily collected from the lesser rock elementals to the west of here. Could you bring me some?','Find 10 Small Stone Shards and bring them to Lotwil Veriatus in the Badlands.','These shall do nicely. $N. Thank you. Hmm, a bit more sand than I\'d anticipated. Have to adjust the coefficient of friction. No, wait; it should still be negligible with the frost oil.$B$B','This area\'s perfect for-- Could you hold these in place for a moment? Yes. just like that, along the vector normal. Now, what was I... Right. Perfect for testing my latest project. The raw materials, the open space... what more could an intelligent and enlightened practitioner of the arts ask for?','','','','','',4626,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(711,2,3,0,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,710,0,0,712,0,0,0,'Study of the Elements: Rock','$N. you\'ve already proven more able than all my apprentices combined.$B$BThe next parts I need require a little more strength. Large stone slabs can be found on rock elementals if you\'re careful enough. Their bodies are stronger and larger, and therefore more prone to having pieces large enough for my tests. You can find them further west of here or southeast along the mountains\' edges.$B$BTake your time; I\'ll need a while to test these smaller pieces you brought me.','Bring 3 Large Stone Slabs to Lotwil Veriatus in the Badlands.','$N. simply amazing! I would have thought it\'d take half a dozen tauren to bring all these to me.','I\'m most pleased. $N. My spells affected the smaller pieces just as I predicted. If this experiment is as successful as I foresee, then the elementals I\'ll be able to control will put anything summoned prior to this to shame.','','','','','',4627,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(712,2,3,0,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,711,734,-734,0,0,0,0,'Study of the Elements: Rock','$N. there\'s one more part I need from the elementals here in the Badlands: the bracers of rock binding from the greater rock elementals. By my calculations, those bracers should be enough to gauge the strength of my own shackles.$B$BMy attempts at scrying the greater rock elementals showed a group of them southwest of here, near some ogres if I recall.$B$BBring me 5 of their bracers just so I have extras. Servo\'s notorious for misplacing my reagents and research.','Bring 5 Bracers of Rock Binding to Lotwil Veriatus in the Badlands.','$N. have you ever considered becoming a research assistant? No? I\'m not sure what I\'ll do without your abilities here. Intelligence, curiosity, and strength--all combined into one package.','The stone slabs you found were ideal. $N. Lucien will be taking the extra ones back to Kharanos when we\'re done here. After all, they could prove useful again.$B$BFor instance, they\'d be a nice basis for a handy little shelter once I start looking into a multidisciplinary approach to high-yield explosives...','','','','','',4628,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(713,2,3,0,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,0,0,0,'Coolant Heads Prevail','Let me tell you something about Frost Oil: nothing can keep an engine or gears from overheating quite like it.$B$BIts cooling properties are extraordinary. and its longevity as a lubricant without equal. That\'s not all: it also aids in retaining enchantments on magical items.$B$BI need a vial of it to increase the magical capacity of my shackles and make them powerful enough to stop our summoned friend from killing us all.$B$BBro\'kin, a goblin friend of mine, can teach you to make it. He\'s in Alterac.','Find Frost Oil and bring it to Lotwil Veriatus in Badlands.','Stupendous! This should be the perfect coolant for my new bracers. If the enchantments don\'t last a century. then I\'ll give all my belongings to Servo.$b$bAll the mages of the Assembly will be in such awe after I finish this, $N. You just wait and see.','Have you found the oil I need? It would be so helpful if you were able to find some.','','','','','',3829,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(714,2,3,0,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,713,734,-734,0,0,0,0,'Gyro... What?','$N. you\'ve done your job well beyond all standards.$B$B$B$BIf we ever meet in Kharanos, feel free to come apply for work.$B$BWhoops! Quick, grab the... yes, that. Thanks.$B$BNow I just need one more thing. It\'s a small part, but rather crucial, I\'m afraid: a gyrochronatom.$B$BIf you could just go grab one and bring it to me, I should be ready to complete this.','Bring a Gyrochronatom to Lotwil Veriatus in the Badlands.','HA!$b$b$b$bPerfect... just about done. No. really. I AM almost done now. This project is my top priority... at the moment. Let me pop this into place, and you can see for yourself what you\'ve helped me create. It\'ll just take me a few more minutes... maybe... possibly longer. Well, maybe a lot longer. We\'ll see...','Yes. yes, yes. Just a moment.$b$b','','','','','',4389,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(715,2,3,171,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,714,0,0,0,0,0,0,'Liquid Stone','I\'m thinking those items you acquired for Lotwil are going to be the least of our worries, $N. On the other hand, you\'ve proven more than adept at the sciences Lotwil holds sacred, so how about helping me out?$B$BI need an invisibility potion and a healing potion; both might come in handy real soon if he pulls this off.$B$BIn return, I\'ll give you this recipe for a potion I\'ve been developing while learning from Lotwil. It\'s based on some of the research he\'s been doing here in the Badlands.','Bring a Healing Potion and a Lesser Invisibility Potion to Lucien Tosselwrench in the Badlands.','YES!$b$bI mean, thank you, $N. These will be helpful while traveling through the Badlands.','He\'s getting closer to finishing. How are things going on your end?','','','','','',929,3823,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4624,4623,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(716,2,3,0,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,712,0,0,0,0,0,0,'Stone Is Better than Cloth','I know how cheap Lotwil can be. $N, so let me make you something for all your troubles. Maybe it\'ll even help protect you from the coming atrocity that is Lotwil\'s newest invention.$B$BI\'ve been working with all the extra stones you collected for him, and I can make some nice bracers that you might want to use. They\'re enchanted, of course.$B$BI\'ll just need patterned bronze bracers crafted by a blacksmith so I can complete the bracers I\'m making for you.','Bring some Patterned Bronze Bracers to Lucien Tosselwrench in the Badlands.','Here you go, $N. Try these on.','I wouldn\'t wait too long to get that bracer. Orthanc.$b$bWho knows what\'s going to happen next?','','','','','',2868,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4979,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(717,2,3,0,40,50,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,732,0,0,0,4640,1,0,'Tremors of the Earth','It has become obvious that we cannot ensure that Blacklash and Hematus will remain imprisoned in Lethlor. That black dragons have taken up residence there, and that the ogres managed to steal the Sign indicates that more drastic measures will have to be taken.$B$BThe drakes\' prison is maintained by three runestones that may only be retrieved using the Sign of the Earth. Those runestones can then be used to break the seal which imprisons them.$B$B$N... assure that their dreams are eternal.','Use the Sign of the Earth to activate the Pillars of Amethyst, Opal, and Diamond and obtain the Runestones.$b$bPlace the runestones in the Seal of the Earth to free Blacklash and Hematus.$b$bSlay them and return Blacklash\'s Bindings, the Chains of Hematus, and the Sign of the Earth to Garek.','No longer will the Kirin Tor need to worry over the prisoners of Lethlor. I will return to report success to my master. Krasus will no doubt be pleased.','Strong magics and powers held the drakes\' prison for so long, but we cannot allow any possibility that Blacklash and Hematus may be released.',NULL,NULL,NULL,NULL,NULL,4615,4645,4640,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11193,11194,11195,11196,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,72,0,0,0,87,150,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(718,2,3,0,35,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,733,0,0,0,'Mirages','In our hurry to leave the Uldaman excavation site. we were forced to abandon many wagons and crates of supplies along the way. The local ogres from Camp Kosh have been on our abandoned equipment like vultures on a rotting corpse. Don\'t smell much better, either. Than the corpses, I mean.$B$BAnyways, they took the cart that was carrying all our weapons and such... so--well, this is a bit embarrassing--we haven\'t been able to get any food.$B$BWe\'re in a bit of a pickle here, suppose you could help us out?','Retrieve the Supply Crate for Sigrun Ironhew.','Thanks so much. $N. While you were gone, I... er... swallowed a mouthful of sand. It...$B$BWell, enough of that, we\'ll go out and get some food tonight. Eat like kings!','The desert\'s a bad place to be hungry. my friend, let me tell you that.$B$BHey... what\'s that over there...','','','','','',4629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(719,2,3,0,35,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Dwarf and His Tools','Hey. $N. Be careful \'round here. There be Dark Iron dwarves all around--looked like the Shadowforge clan.$B$BThey just attacked the excavation site I was workin\' at--killed nearly everyone there, including my boss Hammertoe. I barely escaped with me life.$B$BThe site\'s just to the north of here, and I\'m tryin\' to plan a way to get some of our supplies back, especially me lucky pick.$B$BThink you\'d be up to helpin\' me out some? One of those damned Dark Iron must have my pick! Could be anyone of them.','Find Ryedol\'s Lucky Pick and return it to Prospector Ryedol south of Hammertoe\'s Dig Site.','Ye\'re me savior. $C. I\'m glad someone could teach those Shadowforge a lesson or two. Thanks for yer help.','Not sure what the Shadowforge were lookin\' for. but they definitely had a purpose.','','','','','',4616,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4978,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(720,2,3,0,35,35,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,721,0,0,0,'A Sign of Hope','$B$B\"Ryedol,$BThey\'re taking me to Uldaman. Send help.$B-Hammertoe\"','Find Prospector Ryedol and let him know Hammertoe Grez is alive.','Hammertoe\'s alive?! This is amazin\', $N!',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(721,2,1517,0,35,35,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,720,0,0,722,0,0,0,'A Sign of Hope','$N, can ye find him? Can you find Hammertoe in Uldaman?$B$BIf those dirty Shadowforge are holdin\' him hostage to figure out what he knows about the titan excavations, then all of Ironforge could be in huge trouble.$B$BFor a long time now those Dark Irons have been lookin\' for magics to make more powerful golems. Hammertoe was doin\' the same, of course, but only to stop them.$B$BThey\'re probably keepin\' him alive until they learn what he knows.Ye\'ve got to hurry if you\'re gonna save him!','Find Hammertoe Grez in Uldaman.','Yes? Ah\'m sorry... Feel so weak. Can ye come closer, $C?$B$BRyedol sent ye? Muradin be praised, that boy\'s not as slow in the head as I once thought. ',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,80,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(722,2,1517,0,35,40,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,721,0,0,723,0,0,0,'Amulet of Secrets','Ye\'re brave... ... to come into Uldaman fer me. $C.$B$BIf ye\'re really here to help... ol\' Hammertoe, then... ... you\'ll need to find... me amulet.$B$BDeepshadow\'s got it... Magregan Deepshadow. He\'s \'round here... in the ruins fer sure. That amulet\'ll lead \'em... ... right to the scrolls if he ain\'t stopped. It\'s up to you, $N. Please... get that amulet.$B$BThe scrolls will surely help the Dark Irons create even more powerful golems. I just know it. I can feel it in me bones.','Find Hammertoe\'s Amulet and return it to him in Uldaman.','Ha! $B$BAh knew you\'d find me amulet, $N.$B$B Well done indeed, $N. ','The Shadowforge clan... is dangerous. Be careful. You must find the amulet.','','','','','',4635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(723,2,3,0,35,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,724,4635,1,0,'Prospect of Faith','$B$BFind Ryedol. $N. Bring \'im me amulet. He\'ll... figure out what to do. He knows I was seeking the origins of our people, and he... ... knows it was also my mission to stop the Shadowforge clan. They must not be allowed to find the scrolls... ','Take Hammertoe\'s Amulet to Prospector Ryedol in the Badlands.','Hammertoe\'s amulet? I think my spirits were higher when I thought he was dead. Knowin\' fer sure only makes the pain worse. This amulet was his life\'s work. I can\'t let his death be in vain.','I\'d say it was a bad day. but this is the Badlands: every day\'s a bad day.','','','','','',4635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(724,2,3,0,35,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,723,0,0,0,4635,1,0,'Prospect of Faith','Okay. okay... who would know what to do?$B$BHistorian Karnik! That\'s it!$B$BHe\'s in Ironforge. He\'ll be able to help. He and Hammertoe were workin\' together to find the lost artifacts in Uldaman.$B$BGuess the Shadowforge found out the two of them knew more than they were lettin\' on.$B$BTell Karnik what\'s happened to Hammertoe and give him the amulet--he\'ll tell you what needs to be done next.','Take Hammertoe\'s Amulet to Historian Karnik in Ironforge.','Oh! Well. this is a different matter entirely. You probably don\'t realize the gravity of this matter yet, do you?$B$BI care deeply about Hammertoe\'s demise, but if he sent you here with his amulet, then he understood what\'s at stake.$B$BWe will have to take time to mourn his death later.$B$BLet me show you one of the reasons this amulet is so valuable.','Ah. yes. Another traveler seeking something from the dwarves.$B$BMa\'am, I\'m truly sorry, but I\'ve no time to answer meaningless questions right now.','','','','','',4635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(725,2,1,0,35,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,724,0,0,726,4622,1,0,'Passing Word of a Threat','$N. run and find Advisor Belgrum as quickly as you can. Tell him what you\'ve witnessed and ask him how he wants us to proceed. This note will explain more to him.$B$BIn the meantime, I will take the time to speak to Hammertoe\'s spirit. Maybe he knows something that will help us put a stop to those Shadowforge cretins\' activities in the Badlands. We can only pray.','Find Advisor Belgrum and give him his note.','Ah. word from Historian Karnik. Excellent.$B$BI always have time for his business.$B$B','Hmm? Yes. $C.','','','','','',4622,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,50,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(726,2,3,0,35,40,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,725,0,0,762,0,0,0,'Passing Word of a Threat','$B$BOch, these are evil tidings.$B$B$N, please return to Historian Karnik and tell him on the king\'s authority to act on this information swiftly and decisively. He must halt the Shadowforge\'s activities in the Badlands.','Speak to Historian Karnik.','You\'re treating this matter with an urgency I\'d expect from the king himself, $n.$B$BAll right, then. I know what\'ll bring the Shadowforge down.$B$BTheir presence in Uldaman can be slowed if we strike them at their base of operations: Angor Fortress.',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(727,2,3,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,709,0,0,735,4648,1,0,'To Ironforge for Yagyin\'s Digest','The Tablet tells much. But not enough! Not nearly enough!$B$BThere is a book. a digest that Yagyin wrote in ages past. The ... people I fled ... they keep this book in many places. And their most learned study it. It holds vast knowledge. Knowledge to protect us!$B$BGo to Gerrig Bonegrip. He is in a shop in Ironforge, in the Forlorn Cavern. Show him this sigil and he\'ll think you one of them. Ask him for Yagyin\'s Digest ... and bring it to me!','Give the Sigil of the Hammer to Gerrig Bonegrip in the Forlorn Cavern of Ironforge.','Oh. Greetings. brother.$B$BAnd praise to the dwellers beneath.','Hello. Welcome to my shop. but watch what you touch.$B$BKnowledge can be deadly.','','','','','',4648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(728,2,3,0,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,709,0,0,736,4648,1,0,'To the Undercity for Yagyin\'s Digest','The tablet tells much. But not enough! Not nearly enough!$B$BThere is a book, a digest that Yagyin wrote in ages past. The... people I fled from... they keep this book in many places. And their most learned study it. It holds vast knowledge. Knowledge to protect us!$B$BGo to Keeper Bel\'dugur in the Undercity of Lordaeron. Show him this sigil and he\'ll think you one of them. Ask him for Yagin\'s Digest...and bring it to me!','Bring the Sigil of the Hammer to Keeper Bel\'dugur in the Undercity.','Be discrete with your signs. $C. There are those who do not believe the righteousness of our pledge.$B$BAnd there are those who would see us fail if they knew of us.$B$BWe must always be careful. And watchful. And patient.','Ah. we have an eager $C, I see. Are you here to learn from my collection? Good!$B$BBut be warned: just as knowledge gives power to the strong...it will drive the weak mad.','','','','','',4648,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(729,2,148,0,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,730,731,0,0,0,0,0,'The Absent Minded Prospector','What an honor it was when Master Greywhisker assigned me to work under the guidance of the great Prospector Remtravel. At the academy in Ironforge everyone knew of Remtravel\'s great discoveries.$b$bBut the prospector is rather... um... oblivious ...to his surroundings.$b$bWe had uncovered evidence of a great society. Horrible golems sprang forth from the ground and overran the site. Remtravel never seemed to notice. I ran back to Auberdine for help.$b$bPlease travel south and see if the prospector is okay!','Travel south and check on Prospector Remtravel.','Hollee, is that you? I need some help chiseling this stone. Hand me my stone brush, I think I see something.$b$bHey, you\'re not Hollee! Don\'t suppose you\'ve seen my stone brush?$b$bNever mind that now! I promised the League I\'d send the mysterious fossil I found. Where did Hollee go?$b$bSo much work to be done! Now where is that mysterious fossil... and my brush... and Hollee...$b$bAnd who are you... \'tis no matter, so long as you\'re here to help.$b$bLet me know when you\'re ready to start looking.',NULL,NULL,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,0,0,0,0,0,469,47,0,0,0,37,150,0,0,0,0,720,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(730,2,1657,0,14,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,729,0,0,0,'Trouble In Darkshore?','How nice it is to see a $c interested in the great archeological wonders of our world.$b$bOftentimes our work is dismissed as mere hobby by our friends in the Alliance. But what many fail to realize is that recent discoveries in Khaz Modan have proven that a great and powerful force threatens all of Azeroth, from Lordaeron to Kalimdor.$b$bI am most worried about my crew that I sent to Darkshore. They haven\'t sent word in weeks.$b$bTravel to Auberdine and look for a clue as to their whereabouts.','Travel to Auberdine and look for signs of the dwarven excavation team.','I\'m so glad Chief Archeologist Greywhisker sent for us....',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,300,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(731,2,148,0,16,20,1,1101,0,0,0,0,0,0,0,2,0,2,0,0,729,0,0,741,0,0,0,'The Absent Minded Prospector','So then, Hollee... oh that\'s right, you are not Hollee. Where\'s Hollee?$b$bBah, that\'s beside the point. We must find that stone brush... I mean the mysterious fossil! We must find that fossil. The Explorers\' League in Darnassus will want some indication as to what I\'ve been doing.$b$bLet me know when you are ready and we will hunt down that brush.... I mean fossil! We shall find something in writing to satisfy the League.$b$bSo are you ready yet?','Protect Prospector Remtravel as he searches for the mysterious fossil, then return to Archaeologist Hollee in Auberdine.','Thank the stars Prospector Remtravel is safe! I told you he was absent minded. I can\'t believe he insisted on staying there with all of those horrible creatures lurking about.',NULL,'Escort Prospector Remtravel',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,0,0,0,0,0,469,47,0,0,0,87,350,0,0,0,0,1200,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,731,0),(732,2,3,0,40,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,717,0,0,0,'Tremors of the Earth','I heard from Sigrun that you have been a great help to him. Perhaps I might enlist your help. I was sent here by my master. Krasus of the Kirin Tor, to put an end to the trouble brewing in Lethlor Ravine.$B$BI cannot divulge the exact nature of my assignment here or the tasks that I must undertake, but be assured it is of vital importance.$B$BA band of wandering ogres, sometimes seen near Camp Boff, stole an object called the Sign of the Earth; I must have it. Bring it to me, and I will tell you more.','Retrieve the Sign of the Earth for Garek.','Good tidings you bring bearing the Sign. $N. The Sign of the Earth was created by the Dark Iron dwarves of Angor Fortress to bind two of Deathwing\'s ruthless lieutenants, the twins Blacklash and Hematus.','The nomadic band of ogres travels between their camps across the Badlands; heat rising from the dry earth and the swirling winds will make it difficult to track their progress. I have heard that sometimes they travel through Camp Boff. If you are lost. you might try your search there.','','','','','',4640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(733,2,3,0,35,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,718,0,0,0,0,0,0,'Scrounging','It\'s going to be tough going here if I can\'t manage to scrounge up some materials to construct some defenses and other necessities. I\'ve noticed that the ogres in the area seem to be well equipped with scrap metal. Maybe the stories of siege engines in the Badlands weren\'t so far off after all...$B$BAnyways. the Prospector\'s been getting worried about the state of our little camp, so I\'d like to get working soon if I can.$B$BThe main ogre camp is at Dustbelch Grotto, a good trek to the west of here.','Get 7 pieces of Scrap Metal for Sigrun.','It\'s a start. $N, and it\'ll have to do until we hear word from Ironforge or the Explorers\' League.$B$BNow, if only I could find some salt somewhere for my quenching barrel...','Well. I\'ve made do with what I could, but... it\'s not much. Have you found any more supplies?','','','','','',4630,0,0,0,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,4652,4653,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(734,2,3,0,35,42,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,777,0,0,0,'This Is Going to Be Hard','Wonderful, wonderful.$B$B$B$BGo speak to Lucien, $N. I need a cog #5. Bring it to me, will you?','Speak to Lucien Tosselwrench in the Badlands.','Cog #5, huh? Yeah, this isn\'t going to be good.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(735,2,1,0,30,44,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,727,737,0,737,4649,1,0,'The Star. the Hand and the Heart','Yagyin\'s Digest. eh? Are you starting a new chapter of us, somewhere? Never mind, it is not my place to ask.$B$BI will help you, for I have an extra copy. We must aid each other, yes? That is how we flourish.$B$BI require three items of power. Bring them to me and I will give you the digest.$B$BI will not speak their names. Ears may be on us. But here, I will write them down.','Return the items on the Bonegrip\'s Note to Gerrig Bonegrip in Ironforge.','You are resourceful. $C. If it truly is your charge to begin a new chapter of our order, then I believe you will run it well.','Do you have the relics for which I asked?','','','','','',4646,4641,4644,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(736,2,85,0,30,44,1,690,0,0,0,0,0,0,0,0,0,0,0,0,728,737,0,737,4650,1,0,'The Star. the Hand and the Heart','You need Yagyin\'s Digest? Your plan. then, is to gather another flock? Of course it is...and of course I will help you, $Gbrother:sister;.$B$BBut you must help me too.$B$BI require three items of power. Bring me these and the digest will be yours.$B$BI cannot utter the names of these items, but I will write them down.$B$BGet me the items on this list. If you can do that, then you are truly worthy of opening your own chapter of our order.','Bring the items on Bel\'dugur\'s Note to Keeper Bel\'dugur in the Undercity.','I am impressed! You possess great skill. or great fortune, to have gained these relics. Either way, you are an asset to us.','How goes your mission. $C.','','','','','',4646,4641,4644,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(737,2,85,0,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4647,1,0,'Forbidden Knowledge','I have the digest for you. $N. I need not tell you to take great care with it. And to keep it far from unfriendly hands. $B$BThis book holds many truths...$B$B...And the truth can burn.','Bring Yagyin\'s Digest to Theldurin.','You got it! Oh. hope glimmers!$B$BYour efforts may yet save us, $N. A monument they should make of you! A shrine they should build! May your name be praised until your grandchildren have grandchildren!$B$BUnless...THEY are freed and rise to the surface. If that happens then you can forget about children.$B$BIf THEY are freed, then we\'re all worm food.','Ho! You were gone a long time. Did you get the digest?','','','','','',4647,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4984,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(738,2,38,0,30,38,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,707,0,0,739,0,0,0,'Find Agmond','Prospector Agmond was in charge of our excavation sites in the Badlands, to the southwest. I say \"was\" because...well, I haven\'t heard from him in weeks. I need you to find Agmond so I can get his report.$B$BLast I heard Agmond was at the southernmost dig site in the Badlands--a tiny operation past the Angor Fortress. I\'d start your search for him there.','Find Agmond.','This skeleton must be the unfortunate remains of Agmond. His body is broken and battered, and his bones picked clean.',NULL,NULL,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,4982,1529,2776,0,1,1,2,0,47,0,0,0,0,75,0,0,0,0,0,400,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(739,2,3,0,30,42,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,738,0,0,704,0,0,0,'Murdaloc','Agmond\'s tracks lead from the west. It is easy to tell from the bloody smears across rock and sand that the dwarf crawled some distance.$B$BAnd here he died.$B$BUpon close inspection. the word \"Murdaloc\" is roughly scrawled in a patch of Badlands sandstone.$B$BScrawled next to Agmond\'s dead hand.','Slay Agmond\'s killer. Murdaloc.$B$BSlay 12 Stonevault Bonesnappers.$B$BReport to Prospector Ironband in Loch Modan.','This is sobering news, $N. But Agmond had a strong arm and a fierce hammer-swing, and his skull was as thick as they come! Although he was killed by those cursed troggs I\'m sure he took a lot of them down with him.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2945,2893,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4983,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(741,2,148,0,15,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,731,0,0,942,4654,1,0,'The Absent Minded Prospector','So the prospector wants to send the mysterious fossil to the Explorers\' League in Darnassus? I don\'t feel right leaving Darkshore without him.$B$BHere. $N, deliver the mysterious fossil to Chief Archaeologist Greywhisker in Darnassus.','Take the mysterious fossil to Chief Archaeologist Greywhisker in Darnassus.','Oh my! Leave it to Prospector Remtravel to discover such a find!','What can I do for you. $R?','','','','','',4654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5629,5630,11936,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,469,54,47,0,0,38,38,75,0,0,0,720,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(742,2,1638,0,20,20,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,235,0,0,0,0,'The Ashenvale Hunt','Attention, young adventurers! The wilds of Ashenvale await you!$B$BThe Horde has established a strong presence in the lands north of the Barrens. Our two outposts - Splintertree Post and the Zoram Strand Outpost - strive to bring glory to the Horde! Those who would prove themselves should seek out guidance there. Of note: Senani Thunderheart in Splintertree Post, directly north of the Barrens, seeks adventurers willing to take part in a great hunt of Ashenvale!','Speak with Senani Thunderheart at Splintertree Post, Ashenvale.','Welcome to the new frontier, $N. Ashenvale is a land of opportunity, one where a young $C like yourself is able to find boundless chances to prove their mettle. Look around the outpost here, and be sure to travel out to the Zoram Strand, as the Horde has another outpost there as well.$B$BYour presence here tells me that you\'ve come to learn more about the hunt. Listen close, and I will gladly share with you what you need to know.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(743,2,215,0,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dangers of the Windfury','Thank you for taking the time to speak to me. $N. I am Ruul, warrior and teacher.$B$BYou have obviously reached an age when you must prepare for your trials if you are to adventure much further out of Mulgore.$B$BIf you wish a test of your strength, start by seeking out the Windfury harpies to the southeast. They nestle along the mountain\'s edges away from the road.$B$BThey are one of our natural enemies here in Mulgore and will be a good gauge of your skill.','Bring 8 Windfury Talons to Ruul Eagletalon in Bloodhoof Village.','You have done well. Kowanchee. You seem well prepared to travel onward. Let the wind always be at your back.','The Windfuries are deadly foes. Their strength in battle is only rivaled by their desire for fresh meat.','','','','','',4751,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,225,420,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(744,2,215,0,7,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Preparation for Ceremony','$N, my brother soon stands before Chief Bloodhoof, and it is my honor to make his headdress for him.$B$BI want to ask a favor of you while I finish tanning these leather straps. There is not time for me to find enough feathers, and I was wondering, would you gather more for me?$B$BYou can find feathers of the correct size from the harpies residing far to the north and northwest of Thunder Bluff. I need only 6 azure and 6 bronze feathers to complete the design.','Collect 6 Azure Feathers and 6 Bronze Feathers, and bring them to Eyahn Eagletalon in Thunder Bluff.','Thank you for your help, $N.$b$bMy part in my brother\'s ceremony is almost complete. Giving him his headdress and witnessing the ceremony are all my duty requires of me.','This headdress will certainly be a wonderful gift for my brother.','','','','','',4752,4753,0,0,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,4968,4967,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(745,2,215,0,1,6,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Sharing the Land','$N. there are many conflicts that wound this land. It is my hope that you will not bear witness to as many of them as I have. Yet there is one that I would ask you to seek out. It will give you some sense of how terrible, if left unchecked, even a small threat can be to the land.$B$BPalemane gnolls have settled to the south of Bloodhoof and in a cave to the west. They disrespect our attempts to communicate with them, and they slay the wildlife of Mulgore unbridled.$B$BWords are no longer the answer.','Kill 10 Palemane Tanners. 8 Palemane Skinners, and 5 Palemane Poachers, then return to Baine Bloodhoof in Bloodhoof Village.','Kowanchee. it is good you\'ve taken my task seriously. Respect of the land and its creatures is important. Death and life are a circle... a necessity. One cannot exist without the other. Take time to ponder this and do well to never forget it.','If the Palemanes had respected the land and its inhabitants more. this conflict would have never occurred.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2949,2950,2951,0,10,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4960,0,0,0,25,0,0,0,81,0,0,0,0,250,0,0,0,0,0,125,330,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(746,2,215,0,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dwarven Digging','There are dwarves preparing a dig site to the northwest. They think secrets lie in the earth. and that is true, but hollowing and defiling the land is no way to earn its teachings.$B$BCollect the dwarven tools of digging, smash them, and return to me with the dwarves\' broken tools.$B$BYou can smash the tools at a forge. You will find one in Thunder Bluff, but any forge -- even a forge at the dwarven camp -- will suffice.','Collect 5 Prospector\'s Picks.$B$BAt a forge. smash the Prospector\'s Picks to create Broken Tools.$B$BBring 5 Broken Tools to Baine Bloodhoof in Bloodhoof Village.','Thank you. $N. This will calm the beasts of Mulgore. And, spirits willing, it will teach the dwarves that hollowing the land is not the path to knowledge.','Hello. $N. Do you have the Broken Tools? The dwarves\' digging will enrage the kodos of Mulgore. This defilement must be stopped!','','','','','',4703,0,0,0,5,0,0,0,5,0,0,0,4702,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4969,4970,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(747,2,220,0,1,2,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunt Begins','You have a promising air about you. and will prove yourself to the tribe. Perhaps someday soon you will be welcomed into the great city of Thunder Bluff. But before that can happen you must prove yourself to my father, Chief Hawkwind.$B$BUp here on Red Cloud Mesa we pride ourselves on keen hunting skills. Tauren hunt out of necessity and for sport. Our supply of meats has run low and we require feathers for clothing. Hunt the nearby plainstriders and prove yourself by resupplying the village.','Grull Hawkwind in Camp Narache wants you to bring him 7 Plainstrider Feathers and 7 pieces of Plainstrider Meat.','The $R of Narache thank you. Kowanchee. You show much promise.','Providing meat and feathers for the tribe is the first step in proving yourself as a $C before the Chief.','','','','','',4739,4740,0,0,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4954,4910,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(748,2,215,0,4,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Poison Water','Goblins and their servants have tainted our sacred water wells! We cannot allow this.$B$BTo cleanse each well. I must create a cleansing totem, then you must bring the totem to the well and perform a cleansing ritual.$B$BFirst we will create a cleansing totem for the Winterhoof Water Well. To do this, the land must offer its aid. Hunt prairie wolves for their paws and adult plainstriders for their talons. They are to the southwest.$B$BReturn to me with the paws and talons, $N.','Bring 6 Prairie Wolf Paws and 4 Plainstrider Talons to Mull Thunderhorn in Bloodhoof.','You have done well. Kowanchee. I will take these and bind their power into a totem of cleansing.','Do you have the paws and talons. Kowanchee?','','','','','',4758,4759,0,0,6,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(749,2,215,0,5,8,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,751,0,0,0,'The Ravaged Caravan','A few days ago. we found a Venture Co. caravan traveling under guard on the northern shore of Stonebull Lake. We\'d lost two of our number in an earlier battle, so we were quick to attack and lay waste to the caravan.$B$BWe left their supply crates, thinking that our torches would destroy anything of value, but given that Venture Co. salvagers have been spotted near the burned wagons, maybe we were wrong.$B$BPerhaps you could go to the caravan and examine the contents of the crates.','Morin Cloudstalker wants you to examine the contents of a supply crate at the Ravaged Caravan.','All sides of the crate are stamped with the sign of the Venture Co. Mining Division. Notes printed carefully on the side of the carton indicate that the contents are due for processing at one of their central plants.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(750,2,220,0,1,3,0,690,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,780,0,0,0,'The Hunt Continues','A tauren skilled in the ways of the hunt knows that his prey is not for mere trophy. The beasts of the plains provide us with a means of survival. You will make quite an impression on the elders if you can bring back some highly valued Mountain Cougar Pelts. You can find the beasts lurking in the hills to the south.$B$BOur children need clothing and our tents need mending.','Grull Hawkwind in Camp Narache wants you to bring him 10 Mountain Cougar Pelts.','The $R of Narache thank you for these provisions. Kowanchee. With your skill in the ways of the hunt you will surely be revered in Thunder Bluff someday.','If you can provide pelts for the tribe I will pass word along to my father. Chief Hawkwind, of your generous deeds.','','','','','',4742,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4908,4913,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(751,2,215,0,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,749,0,0,0,4834,1,0,'The Ravaged Caravan','Prying open the lid reveals a tightly packed assortment of ore and minerals. more evidence of the Venture Co.\'s mining operation in Mulgore. On the top of the ore and minerals you remove a tightly bound sheaf of papers.$B$BUp in the foothills to the east, you can barely hear the sounds of work, and see smoke rising from a large fire.','Return the Venture Co. Documents to Morin Cloudstalker near Bloodhoof Village.','It does indeed appear that the Venture Co. is attempting to rob us of our natural resources. It is good to know this for true. and now it seems, we must do something about it.','Hail. Kowanchee. Have you learned anything new about the Venture Co.\'s plans and operations in our homeland?$b$bIf they plan to exploit our lands as they have others, the Outrunners will be quick to put an end to it.','','','','','',4834,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(752,2,220,0,1,2,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,753,0,0,0,'A Humble Task','All members of the tribe share in the harmony of life. We live together and work together.$B$BOur commitment to one another carries with it a high degree of responsibility. I ask of you now a humble task.$B$BMy mother set out this morning to fetch water from the well to the southeast of Narache. It has been quite some time now. Perhaps you could check on her for me while I attend to tribal matters here?','Chief Hawkwind wants you to search for his mother near the water well to the southeast of Camp Narache.','You traveled all this way just to help an old woman? My my. aren\'t you a keeper?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,75,0,0,0,0,0,17,60,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(753,2,220,0,1,3,0,690,0,0,0,0,0,0,0,0,0,0,0,0,752,0,0,755,0,0,0,'A Humble Task','I have traveled many paths through life and these old legs lack the vigor they once had. I can still perform my duties to the tribe. Sometimes it just takes an old woman a little longer to do the task.$B$BBut you look like an eager $C. Let\'s put some of that youthful vitality to the test. Take a water pitcher from the well and bring it to my son. the Chief, in Camp Narache.$B$BRemember that even the most humble task can gain the recognition of elders.','Take a Water Pitcher from the water well.$b$bReturn the pitcher to Chief Hawkwind in Camp Narache which is northwest from the water well.','You carried this pitcher back at the Greatmother\'s bidding. I see.$b$bYour willingness to help others and provide for the tauren of Camp Narache leads me to believe you would make the tribe proud in Thunder Bluff someday.','You look as though you have returned from the plains. Do you have any word from Greatmother Hawkwind?','','','','','',4755,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,40,150,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(754,2,215,0,4,6,0,32,0,0,0,0,0,0,0,0,0,2,2,0,748,0,0,0,5411,1,0,'Winterhoof Cleansing','I have crafted the totem to cleanse the Winterhoof Water Well. Now. you must take it to the well and perform a cleansing ritual. You will find it to the southeast. guarded by foul goblins!$B$BThis will not be an easy task. but you must do it if we are ever to use its waters again.$B$BFortune to you. $N.','Use the Winterhoof Cleansing Totem at the Winterhoof Water Well. then return to Mull Thunderhorn.','News of your deed reached me moments ago -- already the beasts near the well drink from it eagerly.$b$bYou have done a great thing for the land. Kowanchee. And you have done a great thing for the Tauren people.','','Cleanse the Winterhoof Water Well','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(755,2,220,0,1,3,0,690,0,0,0,0,0,0,0,0,0,8,0,0,753,0,0,757,0,0,0,'Rites of the Earthmother','Your willingness to perform a humble task for the tauren of Narache and your eagerness to learn are noble traits. $N. I believe one day you will be heralded in Thunder Bluff as a $C of greatness.$B$BBefore that you must embark on the Rites of the Earthmother, of which there are three.$B$BThe first test is the Rite of Strength. Travel to Seer Graytongue and tell him Chief Hawkwind has sent you.$B$BYou will find the seer\'s abode directly to the south of Camp Narache, tucked away in the hills.','Travel to Seer Graytongue who lives in the hills directly south of Camp Narache.','Chief Hawkwind sent you? Embarking on the Rites of the Earthmother is no small task...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,150,0,1126,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(756,2,215,0,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,754,0,0,0,0,0,0,'Thunderhorn Totem','To create the Thunderhorn Cleansing Totem. you must gather the claws of the predators of the Mulgore plains. Hunt prairie stalkers for their stalker claws and flatland cougars for their cougar claws, then return to me.$B$BYou will find the prairie stalkers and flatland cougars to the east and west.','Bring 6 Stalker Claws and 6 Cougar Claws to Mull Thunderhorn.','Thank you. Kowanchee. 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.','Kowanchee. do you have the claws I sent you to gather? The Thunderhorn Water Well grows more tainted with each passing hour!','','','','','',4801,4802,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(757,2,220,0,1,4,0,690,0,0,0,0,0,0,0,0,0,0,0,0,755,0,0,763,0,0,0,'Rite of Strength','The Rites of the Earthmother are the steps a young tauren needs to take to gain respect in Thunder Bluff.$B$BFirst you must pass the Rite of Strength. In this test you must prove your bravery by slaying enemies of the tribe.$B$BBristlebacks of Brambleblade Ravine to the east are encroaching on our tribal lands. They ambush our hunting parties and steal from the village by dark.$B$BShow your valor by slaying these villains and return to the Chief in Camp Narache with their belts as proof of your deeds.','Kill Bristlebacks in Brambleblade Ravine and bring 12 Bristleback Belts to Chief Hawkwind in Camp Narache.','You have passed the first test of the Rites of the Earthmother. The tribe will be proud.','Have you completed the Rite of Strength. Kowanchee? I require proof of your valor against the enemy of our tribe, the Bristlebacks.','','','','','',4770,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,1382,1383,2137,5776,5777,0,1,1,1,1,1,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(758,2,215,0,4,8,0,32,0,0,0,0,0,0,0,0,0,2,2,0,756,0,0,0,5415,1,0,'Thunderhorn Cleansing','The totem is ready. $N. And again. it is your task to perform the ritual of cleansing.$B$BGo to the Thunderhorn Water Well. north of the village, and use the Thunderhorn Cleansing Totem in your ritual. After you do this, return to me.$B$BMay the spirits guide you.','Use the Thunderhorn Cleansing Totem at the Thunderhorn Water Well. then return to Mull.','Ancestors of the Thunderhorn clan spoke to me in a dream. praising you for your actions near their well.$b$bFor their gratitude. they wish to give you this...','','Cleanse the Thunderhorn Water Well','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4963,0,0,0,1,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(759,2,215,0,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,758,0,0,0,0,0,0,'Wildmane Totem','There is but one water well left to cleanse. named after the Wildmane clan. For this well to be pure, the land must offer the teeth of a fierce predator, the prairie wolf alpha. Find the alphas to the north, then return to me when your hunt is finished.$B$BAlphas often wander around the base of our mighty city, Thunder Bluff.','Bring 8 Prairie Alpha Teeth to Mull Thunderhorn in Bloodhoof Village.','Very good. Kowanchee. I can feel the sacrifice of the land in this offering, and my spirit swells with sadness, and pride.','Kowanchee. Do you have the teeth I asked for?','','','','','',4803,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(760,2,215,0,4,10,0,32,0,0,0,0,0,0,0,0,0,2,2,0,759,0,0,0,5416,1,0,'Wildmane Cleansing','Your cleansing of the Winterhoof and Thunderhorn wells is spoken among the spirits. young $N. The Wildmane Totem is made, and your last task lies ahead.$B$BThe Wildmane Water Well lies north of Thunder Bluff. Perform the ritual! Heal the land of the goblins\' poisons! Let clean water flow once again!','Use the Wildmane Cleansing Totem at the Wildmane Water Well. then return to Mull Thunderhorn.','You\'ve done it. You have cleaned the wells. and healed our land. Bloodhoof village is grateful, Kowanchee.$b$bMay the wind whisper your deeds for a hundred seasons, and may the waters of Mulgore remain clean forever.','','Cleanse the Wildmane Well','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,4961,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(761,2,215,0,4,6,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Swoop Hunting','The swoop is a cunning bird. and difficult to find and hunt. A collection of Swoop Quills is a badge of cleverness and determination for a hunter.$B$BIf you are willing to take up this task, then enter the plains and hunt the swoop.$B$BBring me their quills, and bring honor to your clan.$B$BThe swoops may be found anywhere in Mulgore, but your eyes must be sharp to spot them, and your hooves must be quick to catch them.','Bring 8 Trophy Swoop Quills to Harken Windtotem in Bloodhoof Village.','I know that gathering these quills was not an easy task. Kowanchee. 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. Kowanchee. Do you have their quills?','','','','','',4769,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,250,420,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(762,2,1,0,35,44,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,726,0,0,0,0,0,0,'An Ambassador of Evil','Ambassador Infernus was sent to Angor Fortress by Ragnaros himself to mind the Shadowforge seeking lost artifacts in Uldaman.$B$BIt has already meant tremendous casualties for our people. but it has obviously grown worse. I hesitate to guess how many artifacts they would be able to find and use against Ironforge.$B$BOur goal is simple, $C. Return to the Badlands and destroy Ambassador Infernus. Once the threat is eliminated, return to Advisor Belgrum with proof of your victory.$B$BIt is in your hands now.','Kill Ambassador Infernus in Angor Fortress and bring proof of his death to Advisor Belgrum in Ironforge.','$N. your dedication to Ironforge and to the dwarven people cannot be refuted. I thank you for your help in this matter.$B$BI shall send word to Historian Karnik informing him that you have succeeded, and I shall also have aid sent to the Badlands as soon as possible to help recover the excavation site. Thank you again.$B$BBefore you go, there is one more thing I would ask of you in the name of King Bronzebeard.','Time is of the essence. $N. Ragnaros will not wait for us to prepare.','','','','','',4621,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4987,0,0,0,1,0,0,0,47,0,0,0,0,150,0,0,0,0,0,12500,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(763,2,220,0,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,757,0,0,0,4783,1,0,'Rites of the Earthmother','For you to continue with the Rites of the Earthmother you must pass two more tests. It is time for you to broaden your experience. $N.$B$BTravel to Bloodhoof Village and seek out the Chief, Baine Bloodhoof, son of Cairne. There you may continue your journey and earn the acceptance of the elders of Thunder Bluff.$B$BTake this totem to Baine. He will recognize my carvings and help you on your path.$B$BFollow the road out of Camp Narache and travel with haste. Do not stray or you will lose your way.','Take the Totem of Hawkwind to Baine Bloodhoof in Bloodhoof Village. Follow the road out of Camp Narache.','Word from my good friend. Chief Hawkwind! Ah, I can see by his carvings you are of a special breed.','What brings you to my village. $C?','','','','','',4783,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(764,2,215,0,6,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Venture Co.','This explains the buildup of Venture Co. employees and equipment we\'ve seen in Mulgore. Those goblins... their company is expanding too quickly for their own good. It\'s how they say. show a goblin something, and you can hear the scales in the background.$B$BGreedy little things, they are. Unfortunately for their business enterprise, we tauren cannot allow them to conduct their operations in our lands. Go to their mine northeast of the ravaged caravan and send them a message.','Kill 14 Venture Co. Workers and 6 Venture Co. Supervisors for Morin Cloudstalker at Bloodhoof Village.','I don\'t think there could be too much misinterpreting or ignoring of that signal. hm? The Venture Co. will know not to take the tauren lightly, or to be so arrogant as to believe we would allow them to steal the natural resources around us without protest.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2978,2979,0,0,14,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,250,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(765,2,215,0,5,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supervisor Fizsprocket','According to the documents you salvaged from the caravan. the Venture Co. created many plans to attempt to drive us from our lands here, so that they could have free reign to plunder our lands.$B$BThe depths that they would sink to accomplish their goals disgusts and appalls me. I want the mastermind behind their plans killed. His name is Supervisor Fizsprocket, you will find him at the Venture Co. mine east of the ravaged caravan. Bring me his clipboard, we shall see if we find out anything useful.','Kill Supervisor Fizsprocket and return his clipboard to Morin Cloudstalker at Bloodhoof Village.','My anger is somewhat lessened at the news that the villain Fizsprocket is dead. I will go through his personal effects and see if there is any additional information about what the Venture Co. has planned for the future. Thank you for your efforts. $N.','I seethe with anger at the thought of the atrocities the Venture Co. is willing to perpetrate against us in the name of profit.','','','','','',4819,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4974,4964,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(766,2,215,0,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mazzranache','My grandfather told me stories about his battles with a strider named Mazzranache. He told me of its demonic red eyes. razor-sharp talons and venomous bite.$B$BAs fortune would have it, while traveling across the plains, I encountered it, and it took a nasty bite from my shoulder. He was as terrible as my grandfather described. I will need some hard-to-find animal parts to clean the infection from his bite: a wolf heart, cougar femur, plainstrider scale and swoop gizzard.$B$BHurry, time is of the essence.','Bring a Prairie Wolf Heart. Flatland Cougar Femur, Plainstrider Scale and Swoop Gizzard to Maur Raincaller at Bloodhoof Village.','Ah. thank you, Kowanchee. Using the items you brought me, I will be able to create the remedy I need to stop the spread of the infection and, eventually, cure it completely. I owe you my life in thanks.$b$bBut I\'ll never forget that screeching call when Mazzranache came upon me, the blaze of color as its beak descended...$b$bBe wary on your travels.','My fever grows worse and I find my mind drifting into delirious nightmares... I should have known that I wouldn\'t be able to handle a beast my grandfather was unable to defeat...$b$bDo you have the ingredients for the remedy? I fear if I do not clean the infection soon. it will be the death of me.','','','','','',4804,4805,4806,4807,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4972,4973,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(767,2,215,0,3,6,0,690,0,0,0,0,0,0,0,0,0,0,0,0,763,0,0,771,0,0,0,'Rite of Vision','The Rite of Vision. one of the Rites of the Earthmother, will help guide you toward earning the respect of the elders of Thunder Bluff.$B$BOur people have learned that the land is our most holy provider. In order to take part in the ritualistic vision, you must speak with the spiritual leader of the village, Zarlman Two-Moons.','Speak with Zarlman Two-Moons in Bloodhoof Village.','I sensed you would be coming to me. $C. I can always recognize one who is trying to pass the Rites of the Earthmother.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,4,0,0,0,0,1,2,0,0,0,0,0),(768,2,215,0,4,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gathering Leather','Greetings, young one. You have a gleam in your eye; I can tell you are eager to venture back to the plains for the hunt. May you bring honor to your clan!$B$BI work with the skins of beasts, fashioning them into clothes and armor for the people of Thunder Bluff.$B$BIf you hunt beasts and bring me their skins, then I will fashion something for you.','Bring 12 pieces of Light Leather to Veren Tallstrider in Thunder Bluff.','Ah. these are very nice pieces. They\'ll make fine leather goods.$B$BHere, $N. Take this in trade...','Hello again. Have you been hunting? Do you have skins for me?','','','','','',2318,0,0,0,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,5936,4962,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(769,2,215,0,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,768,0,0,0,0,0,0,'Kodo Hide Bag','The kodo beasts of Mulgore are strong and sturdy -- traits much respected among us. If you are skilled in leatherworking and wish the knowledge to make a Kodo Hide Bag. then bring me supplies for my trade.$B$BDo this, and I will share my knowledge with you.','Bring 4 Light Leather and 4 Coarse Thread to Veren Tallstrider in Thunder Bluff.','Ah. good. Thank you, $N. My heart swells with pride to see youths interested in the craft of leatherworking.','Do you have my supplies. $N?','','','','','',2318,2320,0,0,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,5083,0,0,0,1,0,0,0,81,0,0,0,0,75,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(770,2,215,0,6,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4854,1,0,'The Demon Scarred Cloak','The ragged hide of Ghost Howl still bears a terrible wound. gained from the wolf\'s battles against the Burning Legion.$B$BPerhaps someone in Bloodhoof Village should know of Ghost Howl\'s demise....','Find someone who knows of Ghost Howl.','I can barely believe my old eyes! You defeated the great wolf Ghost Howl? I look upon you with new respect. young $C. You are a $C of extreme skills!$b$bLet me offer you something. My days of hunting are over, but I would be honored if you used one of my weapons in your hunts.$b$bMay it strike true, and bring you renown.$b$bAnd let us hope that Ghost Howl\'s spirit has finally found peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4971,3079,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(771,2,215,0,3,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,767,772,0,0,0,0,0,'Rite of Vision','In order to pass through the Rite of Vision. you must gather the reagents needed to make the Water of the Seers.$B$BI will need well stones, which can be found around the water wells in Mulgore. With those I will combine Ambercorn, which fall beneath the mighty trees in our land.$B$BThese reagents contain magical elements, and when brewed and consumed before the tribal fire, will cause you to encounter a vision. Follow it, and it will lead you to the next step of this holy quest.','Collect 2 Well Stones and 2 Ambercorn and bring them back to Zarlman Two-Moons in Bloodhoof Village.','I see you have learned to gather from our sacred land. Kowanchee. It will take but a moment for me to brew the Water of the Seers.','Once you have gathered enough well stones from around the water wells and Ambercorn from beneath the trees. I will prepare the Water of the Seers for you.','','','','','',4808,4809,0,0,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(772,2,215,0,3,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,771,0,0,773,4823,1,0,'Rite of Vision','I now present you with the Water of the Seers.$B$BWhen you are ready. consume the waters near the tribal fire. Once you have ingested the holy waters, it will take a few moments before the vision materializes before the fire.$B$BAt that point, it is up to you to follow it to your destiny....','Consume the Water of the Seers in front of the tribal fire in Bloodhoof Village and follow the vision once it appears.','Be not afraid. Kowanchee. You have successfully passed the Rite of Vision.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4906,4958,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,270,0,1126,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(773,2,215,0,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,772,0,0,775,0,0,0,'Rite of Wisdom','To gain acceptance amongst the elders of Thunder Bluff you must next complete the Rite of Wisdom.$B$BNow that you have passed the Rite of Vision. the ancestral spirits of Red Rocks will give you the blessing of our ancestors. Only those who have drunk from the Water of Seers can gain the blessing.$B$BTravel east of Thunder Bluff, to Red Rocks and seek out the Ancestral Spirit, $N.','Travel to Red Rocks east of Thunder Bluff and speak with the Ancestral Spirit.','You have shown great diligence in your yearning to pass the Rites of the Earthmother. Kowanchee.$b$bWe, the Ancestral Spirits, represent the mighty tauren who gave their lives bravely to found and protect our great city of Thunder Bluff. I hereby pass the duty of that protection over to you.$b$bYou have passed the Rite of Wisdom, young $C. Enter Thunder Bluff with pride.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(775,2,215,0,6,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,773,0,0,776,0,0,0,'Journey into Thunder Bluff','You will now be revered within our great city. Any $R worthy of completing the Rites of the Earthmother earns that honor.$B$BFor your final quest. seek out our noble leader, Cairne Bloodhoof, who dwells atop the highest mesa in Thunder Bluff.','Speak with Cairne Bloodhoof in Thunder Bluff.','Hail. young $C. I see you found your way to my doorstep.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,75,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(776,2,215,0,3,14,0,690,0,0,0,0,0,0,0,0,0,0,0,0,775,0,0,0,0,0,0,'Rites of the Earthmother','You have passed the Rites of the Earthmother and earned your place in Thunder Bluff.$B$BBut in order to maintain the spot that you strived so hard to achieve. you must continue to prove your worth to your people.$B$BWe are hunters, $N. Down below in Mulgore there is a mighty kodo named Arra\'chea. Show me your skills in the ways of tracking and hunting by bringing me the Horn of Arra\'chea.','Cairne Bloodhoof in Thunder Bluff wants you to bring him the Horn of Arra\'chea.','Well done! A fine kill that was.$b$bI will send a gathering party to collect the carcass so we can retrieve the hide and meat.$b$bYou have done a great deed for your people. $N.','Have you tracked down Arra\'chea yet?','','','','','',4841,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4909,0,0,0,1,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(777,2,3,0,35,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,734,0,0,778,4846,1,0,'This Is Going to Be Hard','Okay. here you go.$B$BI\'m going to be over here... behind cover.$B$BFeel free to join me.','Bring Cog #5 to Lotwil Veriatus.','Ah. perfect. Stand back while I prepare to make more history!$b$b','$B$BThe cog, $N, the cog!','','','','','',4846,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(778,2,3,0,35,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,777,0,0,0,0,0,0,'This Is Going to Be Hard','Haha! Done! The shackles are done!$B$BIt\'s time. Lucien. It\'s time, Servo!$B$BAre you ready to bear witness to the perfect blend of alchemy, engineering, and the arcane, $N?$B$BI shall summon forth a powerful elemental now. This is a groundbreaking day for all of us.','Defeat the Fam\'retor Guardian and bring Lotwil\'s Shackles of Elemental Binding back to Lotwil Veriatus.','Thank you. $N. That was quite an ordeal, wasn\'t it?$b$bI\'m not sure what could have gone wrong. It was a good thing my magics were here to help send the creature back to its home plane.$b$bPerhaps a little token of appreciation for all your hard work...','Not quite the outcome I was expecting. Could you get my shackles back?','','','','','',4847,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2820,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(779,2,3,0,40,50,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,-717,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.',NULL,NULL,NULL,NULL,NULL,4845,4844,4843,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,779),(780,2,220,0,1,4,0,690,0,0,0,0,0,0,0,0,0,0,0,0,750,0,0,0,0,0,0,'The Battleboars','The Battleboars of Brambleblade Ravine to the east are encroaching on our tribal hunting grounds. They are trained to be malicious by the Bristleback Quilboars with whom we are at war.$B$BGo and slay the vile creatures and bring back some snouts and flanks so that we can make stew for our young.','Grull Hawkwind in Camp Narache wants you to kill Battleboars and bring back 8 Battleboar Snouts and 8 Battleboar Flanks.','Most excellent. These ingredients will make a fine stew and the loss of those boars should be a fair lesson to those vile Bristlebacks.','The aggression of the Battleboars is increasing. Have you sent them a clear message and brought back some snouts and flanks yet?','','','','','',4848,4849,0,0,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,6059,4540,0,0,1,10,0,0,81,0,0,0,0,350,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(781,2,220,0,1,4,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4850,1,0,'Attack on Camp Narache','After carefully evaluating the map. you realize that what you discovered are the plans made by the Bristleback warchief for an extended siege on Camp Narache.$B$BSurely Chief Hawkwind could use this information!','Bring the Bristleback Attack Plans to Chief Hawkwind in Camp Narache.','This is quite alarming indeed! But with this information we can call on our brethren from Bloodhoof Village to help thwart the attack. You have saved the lives of many tauren. $N.','You have a look of concern about you. $N. What news do you bring?','','','','','',4850,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4911,0,0,0,1,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(782,2,3,0,40,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,793,0,0,0,'Broken Alliances','From the Horde\'s alliance with the dragon Deathwing during the Second War. we know that two of his lieutenants, Blacklash and Hematus, were imprisoned within Lethlor Ravine far to the east. We must silence our depraved allies of old to restore honor to the Horde!$B$BWe hired Tho\'grun and his band of ogre mercenaries to help us obtain the Sign of the Earth, a key needed to unlock the drakes\' prison. Tho\'grun betrayed us though, overwhelming us and taking it for himself. Go to Camp Boff and take it back!','Kill Boss Tho\'grun and bring the Sign of the Earth to Gorn in Kargath.','With Tho\'grun dead. his corpse picked clean by the desert winds and scavenging buzzards, the ogres will be put into disarray. Though a small victory, this will lead to a much larger one$b$bThe Sign of the Earth is now in our possession, and we can open the black drakes\' prison in Lethlor. We shall free them from endless imprisonment, albeit to their doom!','Tho\'grun\'s betrayal... is there any wonder why the ogres are part of the Horde no longer? I will be glad to see him dead. and the Sign of the Earth returned.$b$bIf you\'ve not dispatched him yet, then waste no time going to Camp Boff. It is to the southeast of Kargath.','','','','','',4640,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(783,2,9,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,'A Threat Within','I hope you strapped your belt on tight, young $C, because there is work to do here in Northshire.$B$BAnd I don\'t mean farming.$B$BThe Stormwind guards are hard pressed to keep the peace here, with so many of us in distant lands and so many threats pressing close. And so we\'re enlisting the aid of anyone willing to defend their home. And their alliance.$B$BIf you\'re here to answer the call, then speak with my superior, Marshal McBride. He\'s inside the abbey behind me.','Speak with Marshal McBride.','Ah, good. Another volunteer. We\'re getting a lot of you these days.$b$bI hope it\'s enough.$b$bThe human lands are threatened from without, and so many of our forces have been marshaled abroad. This, in turn, leaves room for corrupt and lawless groups to thrive within our borders.$b$bIt is a many-fronted battle we wage, $N. Gird yourself for a long campaign.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(784,2,14,0,3,7,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,825,0,0,0,'Vanquish the Betrayers','Led by Admiral Proudmoore. the humans of Kul Tiras encroached on Durotar, violating the Warchief\'s pact made with Jaina Proudmoore in order to defeat Archimonde years ago.$B$BThe human aggression was repelled and Tiragarde Keep fell. But recently, the Admiral\'s reserves, led by Lieutenant Benedict, have retaken the keep and once again pose a threat to our homeland. These humans show no respect for diplomacy.$B$BProve your honor and travel south to Tiragarde Keep to eliminate the human invaders.','Kill 10 Kul Tiras Sailors. 8 Kul Tiras Marines and Lieutenant Benedict and return to Gar\'Thok in Razor Hill.','Word of your bravery travels fast. $C. Tales of your victory at Tiragarde Keep will be heralded in Orgrimmar.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3128,3129,3192,0,10,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(788,2,363,0,1,2,0,690,0,0,0,0,0,0,0,0,0,8,0,0,4641,0,0,0,0,0,0,'Cutting Teeth','The first order of business will be to put a little strength in your backbone. I could send you out to the Barrens to hunt kodo, but well, in all honesty, you\'re more useful to us alive than dead.$b$bI believe you would find a good match with the mottled boars you\'ll find to the north of here.','Kill 10 Mottled Boars then return to Gornek at the Den.','Hmmm. not bad, $N. But don\'t let it get to your head...you\'ll fight tougher than boars in your career.$b$bNonetheless, you\'ve proven yourself well, and your next trial will be against a considerably more dangerous opponent, so you\'ll need some extra protection.','I hope you haven\'t returned to try and convince me that you have completed your task. $N? No, of course not. I would think better of you.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3098,0,0,0,10,0,0,0,0,0,0,0,4915,4914,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(789,2,363,0,1,3,0,690,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,0,0,0,'Sting of the Scorpid','Powerful warrior and awkward novice alike have fallen to the venomous sting of the scorpid. You will find large numbers of scorpids northwest of here. Bring me ten of their tails as proof of your prowess in battle.$B$BThe antidote for their sting is actually made from venom extracted from their stingers. We keep large quantities of antidote for scorpid venom on hand to heal young bloods just like you...$B$BBut I\'m sure you won\'t be needing any of that. will you?','Get 10 Scorpid Worker Tails for Gornek in the Den.','There is an important lesson that you must take away from fighting scorpids. The smallest or largest of opponents can still send you to your doom. In fierce combat. any number of things can prove your downfall.$b$bI have no more to teach you, $N. You have done well, and I will watch your progress with interest.','The carapace of a scorpid isn\'t so thick that the strength of a determined $C will be deterred. Strike strongly and without doubt. and the scorpids should prove easy prey.','','','','','',4862,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4919,4920,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(790,2,363,0,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,804,0,0,0,'Sarkoth','$C! I thought I would die out here with none to know of it. While I was hunting the scorpids of the Valley. I came across a particularly vicious-looking one. Hurling myself at it, I managed to inflict a massive blow to its claw before it closed around my leg.$B$BI wasn\'t ready for its stinger though, and it sliced down and into my chest, cutting into my flesh and letting my blood. Please, you must kill the scorpid for me! My honor must be upheld! I fought it up on the plateau to the south.','Kill Sarkoth and bring his claw back to Hana\'zua.','My blow was not enough to kill him. but looking at the damage I inflicted gives me some small measure of pride. That small measure will be all I have to sustain myself if I die, and in that light, the short list of my life\'s accomplishments fills me with anger.','Ahhh... my father always said I would never amount to much. and here, lying beneath a tree as life seeps away, I\'m afraid it looks like he was right.$b$bAt least I wish to die knowing that my last enemy in life lays dead.','','','','','',4905,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,250,250,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0),(791,2,14,0,4,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Carry Your Weight','Age has rendered me useless in battle. Now I make myself useful in other ways.$B$BFrom this vantage point I watch for invaders. As our strength here grows. I find myself blowing the signal horn less and less.$B$BTo pass the time I fashion goods to help younger, more able warriors defend our homeland.$B$BFor you, I can fashion you a bag for your belongings. If such an item would be of use to you, bring me some canvas, a material common to the humans and centaurs.','Furl Scornbrow in the Razor Hill watchtower wants 8 Canvas Scraps.','Most excellent. $N. Any good $C will surely find a use for this bag on the battlefield.$b$bI salute your vigor and willingness to die in the name of the Horde!','I fought proudly alongside the Warchief when these lands were pioneered. The scars of battle mark my skin.$b$bThe honor of the Horde has been upheld with the help of my axe and battlecry during the defeat of Archimonde. when the unholy alliance was made with the humans and elves, wrought from necessity.$b$bBut my position as watchman and provider has given me a new sense of worth.','','','','','',4870,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11845,0,0,0,1,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(792,2,363,0,2,4,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,794,0,0,0,'Vile Familiars','I trust the Valley of Trials will teach you much. young $C.$B$BI was sent to the Valley to guide you, but I have discovered a growing taint here...$B$BA group that calls itself the Burning Blade has a coven here in the Valley of Trials. They are skulking in a cave to the northeast, and their Vile Familiars have spilled from its mouth to cause havoc.$B$BAs your first task against the Burning Blade, I bid you, defeat these familiars. Slay many and, if you survive, return to me.','Kill 12 Vile Familiars.$B$BReturn to Zureetha Fargaze outside the Den.','You have done well. $N.$b$bAlthough the Vile Familiars were merely pets of the darker powers within the Burning Blade, your success against them foretells greater deeds ahead.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3101,0,0,0,12,0,0,0,0,0,0,0,4924,4925,4923,5778,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,350,350,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(793,2,3,0,40,50,1,690,0,0,0,0,0,0,0,0,0,0,0,0,782,0,0,0,4640,1,0,'Broken Alliances','The Seal of the Earth is held by three runestones, held in the Pillars of Diamond, Opal, and Amethyst in Lethlor Ravine. Using the Sign of the Earth, you will be able to remove the runestones and unlock the Seal of the Earth.$B$BBe wary though, $N, the black drakes Blacklash and Hematus are not to be trifled with. See them dead and return their bindings to me.$B$BTo reach the ravine, travel to the far eastern part of the Badlands. Be careful though, for the ravine is home to countless drakes.','Use the Sign of the Earth to activate the Pillars of Diamond, Opal, and Amethyst and obtain the Runestones.$b$bPlace the runestones in the Seal of the Earth to free Blacklash and Hematus.$b$bSlay them and return Blacklash\'s Bindings, the Chains of Hematus, and the Sign of the Earth to Gorn.','The black dragonflight continues to ally with the renegade Blackrock orcs, and both must be brought into line, or removed. With Blacklash and Hematus dead, we can turn our attentions westwards, towards Blackrock Spire.','There are few enemies more deadly than dragonkind, and there were few dragons that fought as ferociously as Blacklash and Hematus.','','','','','',4615,4645,4640,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11193,11194,11195,11196,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,5100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(794,2,363,0,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,792,0,0,805,0,0,0,'Burning Blade Medallion','Through my divinations. I see that an item of power hides deep within the Burning Blade Coven, guarded by beasts and black magic.$B$BIt is called the Burning Blade Medallion, and your next task is to find it and remove it from the coven.$B$BBut be wary, for the medallion may be possessed by an agent of the Burning Blade, and if so then the agent\'s power would be greater than the familiars you have already encountered.$B$BGo, $N. You will find the coven in a cave, to the north and west.','Bring the Burning Blade Medallion to Zureetha Fargaze. outside The Den.','You retrieved it! Well done!$b$bYour efforts within the Burning Blade Coven are key in rooting out this cult in the Valley of Trials. But I fear they have further aims in our land.$b$bWe have not seen the end of them.','Is your task complete. $N? Do you have the Burning Blade Medallion?','','','','','',4859,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4921,4922,6713,0,0,0,1,1,1,0,0,0,118,0,0,0,1,0,0,0,530,76,0,0,0,500,500,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(795,2,3,0,40,50,0,690,0,0,0,0,0,0,0,0,0,0,1,0,-793,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.',NULL,NULL,NULL,NULL,NULL,4845,4844,4843,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,795),(804,2,363,0,2,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,790,0,0,0,0,0,0,'Sarkoth','Seeing the deed you have done for me steels my heart. I cannot fall so easily! I must endure!$B$BBut it remains that I cannot make the trek back to the Den unassisted. Please. $N, return to the Den and tell Gornek of my situation. Perhaps he can help me.','Bring the news of Hana\'zua\'s plight to Gornek at the Den.','From your description of the beast. I believe you must be speaking of Sarkoth! It is no wonder that Hana\'zua was overtaken by it. Aid will be dispatched to him immediately, trouble yourself no more with Hana\'zua\'s plight.$b$bHowever, I must say, I am most impressed to hear that you brought Sarkoth to death. It is a feat to be proud of, $N. And that you would fight for a stranger\'s honor, while other tasks occupied your time, your own honor is heightened.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4916,4917,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,25,25,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(805,2,363,0,4,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,794,0,0,0,0,0,0,'Report to Sen\'jin Village','Your trials against the Burning Blade are finished... here in the Valley. But I want you to report your findings.$B$BGo to the troll village of Sen\'jin and seek out Master Gadrin. Sen\'jin Village is east out of the valley. then right at the fork.$B$BTell Gadrin of the Burning Blade, and that they have reached the Valley of Trials. Discover from him if they have yet reached Sen\'jin.$B$BGo, $N, and be swift. I fear the evil found in the Burning Blade Coven is but the herald of a larger threat...','Speak with Master Gadrin in Sen\'jin Village.','Hm... your report comes at a bad time. The Burning Blade is not seen here in Sen\'jin. but their evil has taken seed off the coast, on the Echo Isles.$b$bThe orcs are friends of the Darkspear Trolls. Honorable friends. We want to help the orcs, but... we need help too.$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,75,75,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(806,2,14,0,4,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,823,0,0,0,0,0,0,'Dark Storms','We cannot allow the Burning Blade a foothold in Durotar! We must destroy them before their evil festers!$B$BI have undergone my own investigations and found that a Burning Blade warlock. the goblin Fizzle Darkstorm, has camped within Thunder Ridge to the northwest. There he and his cultist minions spread chaos.$B$BFind and defeat Fizzle, and bring me his dead claw!','Bring Fizzle\'s Claw to Orgnil Soulscar in Razor Hill.','Aha! You got him!$b$bYou do your clan proud. Mujoboa. And because of you, Durotar is free of one more agent of evil.','Did you find Fizzle. Mujoboa? He, and and rest of the Burning Blade, must be scoured from our lands!','','','','','',4869,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4942,0,0,0,1,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,806),(808,2,14,0,4,9,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Minshina\'s Skull','I hear the voice of my brother. Minshina, calling to me in my dreams.$B$BHe was taken by Zalazane, the warlock on the Echo Isles to the east. And he is dead.$B$BBut death is not freedom for my brother. Minshina\'s spirit was trapped within his own skull by Zalazane\'s magics. In my dreams I see it with other skulls, in a circle of power on the largest Echo Isle. As long as it remains there my brother\'s soul is doomed.$B$BPlease, $N. Find the circle and retrieve Minshina\'s skull. Bring it to me.$B$BFree him!','Retrieve Minshina\'s skull from the circle of power on the Echo Isles.$B$BBring it to Master Gadrin in Sen\'jin Village.','Thank you. $N. You have saved Minshina. You have saved my brother\'s spirit from slavery!','Do you have my brother\'s skull. $N? Is he finally free?','','','','','',4864,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4945,0,0,0,1,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(809,2,14,0,9,13,0,690,0,0,0,0,0,0,0,0,0,8,0,0,829,0,0,924,0,0,0,'Ak\'Zeloth','Since the last great war when the Burning Legion was defeated. I have searched for sources of demonic corruption in orc society. The collar you brought me confirms my fears.$B$BIt belongs to the Burning Blade, a cult that rallies around an item of demonic power. It is called the Demon Seed, and it resides in the Barrens atop Dreadmist Peak. It must be destroyed!$B$BGo to Far Watch Post, on the border of the Barrens to the west, and speak with my assistant, Ak\'Zeloth. He will direct you further.','Speak with Ak\'Zeloth in the Barrens.','Neeru wants the Demon Seed destroyed. does he? Strange...$b$bVery well. If he wishes the seed gone, then I will tell you how to remove it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,75,75,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(812,2,14,0,7,9,0,690,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,0,0,'Need for a Cure','$N... your timing is perfect. I just hope I can compliment your haste as well.$B$BI was careless while fighting a few of the venomtails nearby. and one of them stung me deeply. I can feel its poison weakening me even as we speak. At this rate, I got maybe an hour left to live. But I\'ll need your help if I\'m to do so...$B$BKor\'ghan in Orgrimmar knows how to make the antidote. Find him... and hurry, $N. I won\'t be able to last much longer. He should be in the Cleft of Shadow.','Find Kor\'ghan in Orgrimmar and get the Venomtail Antidote. Then bring the antidote to Rhinag near the northwestern border of Durotar.','$N. you\'ve saved my life. Thank you.$B$BPlease take this; I hope it can at least help you in your travels, if not bring you some coin. From what you say, I won\'t be usin\' it anytime soon. Kor\'ghan is gonna march me through more of his rituals until I prove myself. More killin\' boars, more gatherin\' scorpid tails... ','I\'m almost glad I can\'t return to Sen\'jin as I am now. My weakness and stupidity would surely be mocked.','','','','','',4904,0,0,0,1,0,0,0,0,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,0,0,0,0,0,0,0,0,530,76,0,0,0,350,350,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(813,2,14,0,7,9,0,690,0,0,0,0,0,0,0,0,0,1,1,0,-812,0,0,0,0,0,0,'Finding the Antidote','Venomtails are some of the deadliest scorpids in Durotar. It was unwise for Rhinag to hunt them without having some of the antidote with him. but right now. chastising is the last thing he needs.$B$BBring me a few venomtail poison sacs from any of the venomtails near the entrance of Orgrimmar and I\'ll make an antidote for him.$B$BMake haste. $N. One of our own needs your help.','Bring 4 Venomtail Poison Sacs to Kor\'ghan in Orgrimmar.','Here is the antidote. $N. Take it to Rhinag as soon as you can. and be cautious.','Remember. no matter what creature you hunt. you would do well to study it and understand its behavior. That knowledge could save your life.','','','','','',4886,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4904,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(815,2,14,0,6,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Break a Few Eggs','Bah! I almost forgot I need to get breakfast ready.$B$B$N. get yourself movin\' and get me some taillasher eggs. I\'ll need at least three of them if I\'m going to have enough for tomorrow\'s meal.$B$BThe Bloodtalon taillashers can be fierce, and protect their eggs to the death more often than not. They sometimes bury their eggs too deep in the earth to uncover safely, but if you head to the Echo Isles to the southeast of Sen\'jin Village, you can usually find them all over those islands.','Bring 3 Taillasher Eggs to Cook Torka in Razor Hill.','You might be weak. but at least you\'re not clumsy, $N.$b$bHere, take this and get outta my way. I\'ve got cooking to do.','Breakfast. lunch, dinner! Who cares which meal it is? It still has to be cooked by someone--namely me!','','','','','',4890,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,117,0,0,5,5,0,0,530,76,0,0,0,250,250,0,0,0,0,225,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(816,2,14,0,8,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Lost But Not Forgotten','$N. please, can you help me? My son Kron went hunting days ago, and he still hasn\'t returned. He went west towards the Barrens to hunt crocolisks along Southfury River. I fear the worst.$B$BAs strong as he was, his stubborn pride has always drawn him into trouble. I warned him that the crocolisks were powerful and vicious. He grew angry and stormed off.$B$BIf you can\'t find him, at least bring me a sign of his fate... even if you have to open up the stomach of every crocolisk along the Southfury\'s banks.','Bring a sign of Kron\'s fate to Misha Tor\'kren at the farmstead northwest of Razor Hill.','Oh. my son... my beautiful son.$b$bUncertain of my son\'s fate, I have tormented myself since he left. Now that I know what\'s happened, perhaps I can finally begin to mourn.$b$bThank you, Weir. Please take this. I was going to give it to Kron as a gift when he returned successful. Now that I know he is dead, I cannot bear to look at it.','I pray that Kron will return to me. but I\'m almost certain I know his fate already.','','','','','',4891,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4944,0,0,0,1,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(817,2,14,0,5,8,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Practical Prey','Many of the hides we use come from Durotar tigers. $N. Blankets, armor, tents: there are a great many reasons we hunt the beasts, and many reasons we let them thrive at the same time.$B$BThe time has come for us to cull the flock, so to speak. Our numbers grow, and our needs are beginning to overwhelm our stocks. I need more hides if I\'m to prepare suitable goods for our people.$B$BBring me 4 Durotar tiger furs, and I shall reward you. You can find them on the islands south of here.','Bring 4 Durotar Tiger Furs to Vel\'rin Fang in Sen\'jin Village.','I am pleased. $N. Because of your help, our people will be protected, and not go cold as the seasons change.$b$bThank you.','I remember my first tiger hunt. $N. I chose to hunt on the largest of the Echo Isles, and I sat perfectly still in the shadows of its foliage for almost a full day... watching... waiting.$b$bMy muscles were taut, and I was ready to strike. It was one of my greatest victories when that tiger finally took the bait.','','','','','',4892,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,250,250,0,0,0,0,225,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(818,2,14,0,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Solvent Spirit','Although my eyes fail me. I still can see clearly enough. More often I must rely on my alchemical skills to aid me in magics that once came easily. But I refuse to take on an apprentice--no troll or orc worthy enough has ever come forward.$B$BAre you worthy? Yes, of course you are... of course you think you are.$B$BI need a few things. Will you get them for me?$B$BI need intact makrura eyes, and vials of crawler mucus. You can find them on any makrura or crawler in Durotar. We shall speak again soon.','Bring 4 Intact Makrura Eyes and 8 vials of Crawler Mucus to Master Vornal in Sen\'jin Village.','Well done. young one... well done indeed.','Time is the true test of your strength and will. Lose patience or give in to weakness. and your true self will be shown.','','','','','',4887,4888,0,0,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,4941,0,0,0,10,0,0,0,530,76,0,0,0,250,250,0,0,0,0,175,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(819,2,17,0,11,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,821,4926,1,0,'Chen\'s Empty Keg','A small placard on one of the ends of the keg says,$B$B\"Chen Stormstout-$B$BMay your spirit be raised and always raise your spirits.\"','Find someone who knows about Chen\'s Empty Keg.','Well, I\'ll be...$B$BThis was one of Chen Stormstout\'s kegs. He traveled with Rexxar a long time ago. I haven\'t seen or heard about him in a kodo\'s age. I appreciate you bringing this to me, $N.','Yes?',NULL,NULL,NULL,NULL,NULL,4926,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(821,2,17,0,11,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,819,0,0,822,0,0,0,'Chen\'s Empty Keg','Would you like a taste of Chen\'s namesake? Ahh, the stormstout is a mighty brew. Chen taught the recipe to my mentor, and my mentor passed it on to me. I\'ll need you to get me a few things, but I can tell you this: the kick is worth it.$B$BBring me 5 savannah lion tusks from any savannah lion, 5 plainstrider kidneys from any plainstrider, and 1 thunder lizard horn from any species of thunder lizard. That should do the trick nicely.$B$BYou can find these ingredients throughout the Barrens.','Bring 5 Savannah Lion Tusks, 5 Plainstrider Kidneys, and 1 Thunder Lizard Horn to Brewmaster Drohn in Ratchet.','Haha... I never thought I\'d make more of this stuff ever again.$B$BYou\'ve stirred in me a great sense of nostalgia, $N. Kind of reminds me of the last time I blacked out from too much trogg ale. Thank you. The memories warm my stomach.','How\'s the search going?',NULL,NULL,NULL,NULL,NULL,4893,4894,4895,0,5,5,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4952,0,0,0,5,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(822,2,17,0,11,24,0,690,0,0,0,0,0,0,0,0,0,0,1,0,821,0,0,0,0,0,0,'Chen\'s Empty Keg','Good stuff, that stormstout, huh?$B$BI have another recipe that I learned from Chen. Would you be interested? It won\'t take long to make, and it might be useful if you plan on adventuring some more.$B$BBring me 5 lightning glands from any stormhide, 1 thunderhawk saliva gland from greater thunderhawks, and a kodo liver from any of the Barrens\' kodos.$B$BLike I said, this stuff has kick; it\'s the trogg ale that I mentioned to you before.','Bring 5 Lightning Glands, 1 Thunderhawk Saliva Gland and 1 Kodo Liver to Brewmaster Drohn in Ratchet.','Haha! I knew you couldn\'t resist some of this brew. Come back again anytime you want some more, $N. Just bring me more of the ingredients I had you collect.','You working hard at finding those ingredients, $N?','','','','','',4898,4897,4896,0,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4953,0,0,0,5,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(823,2,14,0,4,7,0,690,0,0,0,0,0,0,0,0,0,8,0,0,805,0,0,0,0,0,0,'Report to Orgnil','We at Sen\'jin Village are not without our own troubles. and we thank you for your aid. But the news you bring regarding the Burning Blade could be trouble for everyone.$B$BThere is an orc stationed at Razor Hill, Orgnil Soulscar, who polices Durotar from evils such as the Burning Blade! Go to Orgnil and tell him of our plight, as well as your news from the Valley of Trials. He will want to know these things.$B$BRazor Hill lies to the north.','Speak with Orgnil Soulscar in Razor Hill.','Yes? You have something to report? Well then. let\'s have it!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,75,75,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(824,2,331,0,23,27,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1918,0,0,0,16408,1,0,'Je\'neu of the Earthen Ring','The Earthen Ring is a shamanistic group dedicated to studying and preserving the elements. They have forgotten more about crazy old gods. ancient legends and lore than most scholars will ever know.$B$BLucky for you, I know someone in the Earthen Ring here in Ashenvale. Head over to Zoram\'gar Outpost on the coast of the Zoram Strand; show Je\'neu Sancrea what you found. If anyone can figure out that globe\'s significance, it\'d be him.','Bring the Befouled Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost. Ashenvale.','This globe... it is most disturbing. Many of the more powerful elementals receive their power and energy through such devices. To find one like this nearly intact is one thing - to find it so tainted is another.$b$bI will see that this globe is studied properly by the Earthen Ring. Perhaps we can bring an end to this corruption of the elements. Please - accept this as a fair exchange for bringing this globe to the attention of the Earthen Ring.','Ah. hello there. I spend a great deal of time studying the water - all the elements really - so much so that sometimes I don\'t even notice people around me.$b$bIs there something I can help you with?','','','','','',16408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16659,16660,16661,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(826,2,14,0,4,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Zalazane','The witchdoctor Zalazane dwells on the Echo Isles to the east. They are the isles we once called home.$B$BFrom there he sends his trolls to the mainland. to hex our people and drag more of them under his sway.$B$BHe must be stopped.$B$BDefeat Zalazane and his minions -- former Darkspear trolls, now lost to us. Bring me his head and I will know his reign of evil is over.','Defeat Zalazane.$B$BKill 8 Voodoo Trolls and 8 Hexed Trolls.$B$BBring Zalazane\'s Head to Gadrin.','With Zalazane gone. our tribe can again sleep in peace.$b$bThank you, $N. The Darkspear tribe owes you much. If you suffer from an ailment, visit my assistant Bom\'bay, behind me. His voodoo is strong...','Is Zalazane defeated. $N?','','','','','',4866,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3207,3206,0,0,8,8,0,0,0,0,0,0,4946,4940,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(827,2,14,0,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,828,0,0,0,0,0,0,'Skull Rock','$N. The Burning Blade has infested the cave east of Orgrimmar known as Skull Rock. Inside that cave they perform vile rituals. and burn their own flesh with Searing Collars.$B$BBy wearing these collars, I believe the cultists attune themselves to demonic power. But to confirm this, I must have a collection of the collars to study.$B$BGo to Skull Rock and gather Searing Collars from the cultists you find there. Bring them to me, and I will uncover their secrets.','Gather Searing Collars from the cultists in Skull Rock.$B$BBring them to Margoz at his camp.','Good. Hiding within these collars is the secret behind the Burning Blade. And I will uncover that secret...','Have you yet entered Skull Rock. $N? Do you have the Searing Collars?','','','','','',4871,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4947,4939,4948,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(828,2,14,0,7,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,806,0,0,827,0,0,0,'Margoz','One of our Shamans. Margoz, knows more of the Burning Blade\'s corruption. He speaks of a cave called Skull Rock in the mountains - just outside Orgrimmar! - that shelters a large band of Burning Blade cultists.$B$BBefore you go to Skull Rock speak with Margoz. He is wise and his council is valued.$B$BHe is camped to the northeast, between the coast and Drygulch Ravine.$B$BFollow his advice, but whatever Margoz says, $N, I still want you to crush those cultists!','Speak with Margoz.','Welcome. $N. Word reached me of your coming, and of your exploits in Durotar.$b$bYou are a $C of growing skill and renown.$b$bStay on the pure path, and your future will be great indeed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,10,10,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(829,2,14,0,4,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,827,0,0,809,6658,1,0,'Neeru Fireblade','The Searing Collars you brought me are powerful. demonic implements. Divining their origin is, I\'m afraid, beyond my skills as a shaman. We will need a warlock to study them.$B$BTake a searing collar to Neeru Fireblade. Although he is a skilled warlock, he professes to use his powers to thwart demons, and claims his research in the occult is benign. Be that true or false, we may need his aid against the demonic cult in Durotar.$B$BYou may find Neeru in Orgrimmar in the Cleft of Shadow.','Bring an Example Collar to Neeru Fireblade in Orgrimmar.','Ah. and where did you get this? Good Margoz in Razor Hill sent you to me, did he?$b$bWell, let me take a closer look...','My most humble greetings. $C. How might I help my $R brother today?','','','','','',6658,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,75,75,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(830,2,14,0,5,7,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,831,4883,1,0,'The Admiral\'s Orders','You open the aged and weathered envelope and discover an official looking document. You recognize the seal of Admiral Proudmoore.$B$BThis looks important. Perhaps Gar\'Thok. the commander of Razor Hill, would be interested in having this information.','Take Admiral Proudmoore\'s Orders to Gar\'Thok in Razor Hill.','This does not bode well at all. You were wise to bring this information to my attention.','There is a look of concern on your face. $C. What have you there?','','','','','',4883,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,250,250,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(832,2,14,0,4,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4903,1,0,'Burning Shadows','$B$BGazz\'uz?$B$BGazz\'uz...report!$B$BThere is word of your discovery in Skull Rock. You must prepare for an attack!$B$BGazz\'uz. I order you to speak! Speak or I will make sure Neeru Fireblade knows of your presence, and he will descend on you with swift brutality.$B$BDo not test your skills against Neeru...$B$B...Gazz\'uz, are you there...?','Take this eye to Neeru Fireblade.','$b$bIntriguing. The voice you heard mentioned my name? I am known for hunting down enemies of our Warchief. but...it is strange that I was singled out. Stranger still that the Burning Blade cultists from whom you recovered this pendant have a name so close to my own.$b$bI must study this pendant. I must study and, and must ponder the meaning of its message.$b$bThank you for bringing this to my attention, $N. You have done your people a great service.','You have something vital to report. I can sense it behind your eyes.','','','','','',4903,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,150,150,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(833,2,215,0,7,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'A Sacred Burial','Only the most valiant tauren are laid to rest at Red Rocks. our sacred burial ground. It is an honor bestowed upon the great warriors who helped found and defend Thunder Bluff and those who have given their lives for the greater good of their tribes and chieftains.$B$BBut it appears a foul menace has made its way onto our holy land. A band of Bristleback Interlopers is ravaging the grave site and I am too old and past my prime to drive them away.$B$BThey must be driven off with force, $N.','Lorekeeper Raintotem wants you to kill 8 Bristleback Interlopers at Red Rocks.','Well done. You have sent those foul Bristlebacks a clear message. They will think twice before attempting to meddle in this holy spot again.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3232,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,250,390,0,0,0,0,0,0,0,0,4,0,2000,1000,5,1,0,0,0,0,0,0),(834,2,14,0,7,9,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,835,0,0,0,'Winds in the Desert','I\'m Rezlak. one of Gazlowe\'s boys. Boss sent me to help the orcs here in Durotar. Things\'d been going good except for the caravans. Can\'t manage to keep them safe! Makes my job a little harder, you know?$B$BThe last shipment--they promised it\'d get through!--was snatched by the Dustwind harpies of...where was it...Razorwind Canyon?$B$BI gotta have those supplies or I\'ll never get anything done! Follow the big canyon to the south, you\'ll find the ravine cut right into the west and east sides of the walls.','Retrieve 5 Sacks of Supplies and return them to Rezlak near Orgrimmar.','Hey. now isn\'t that just the thing! You\'ve got our supplies back for us. That\'s great. I\'ll be able to get back to work just as soon as I can find someone to haul these sacks for me.','I\'m great at what I do. don\'t get me wrong, but this is ridiculous! What am I supposed to do, build sand castles?','','','','','',4918,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,470,0,0,250,250,250,0,0,0,300,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(835,2,14,0,7,11,0,690,0,0,0,0,0,0,0,0,0,8,0,0,834,0,0,0,0,0,0,'Securing the Lines','Gazlowe told me once. \"Rezlak. There\'s one thing you need to know in life, and that\'s if you want something done well, do it yourself.\"$B$BI can\'t deal with losing all our caravans, so I\'m just going to take matters into my own hands. Drygulch Ravine lies through the eastern part of Razorwind Canyon. If we kill all the harpies there, the routes will be safe.$B$BOf course, there was one other thing that Gazlowe taught me, and that\'s \"You can get anything done for a price.\" So, going to help me out, $N?','Kill 12 Dustwind Savages and 8 Dustwind Storm Witches for Rezlak near Drygulch Ravine.','I think I can breathe easy now. knowing that the harpies won\'t be bothering our supply caravans anymore. And not one moment too soon, either. I hear I\'m being sent some fun little toys with the next shipment!$b$bYou\'re pretty good at what you do, Mujoboa, 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.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3117,3118,0,0,12,8,0,0,0,0,0,0,4932,4931,4938,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,76,470,0,0,250,250,250,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(836,2,47,0,43,48,0,0,0,0,0,0,0,0,0,0,0,2,0,0,485,3721,-648,0,0,0,0,'Rescue OOX-09/HL!','The gnome\'s voice crackles once again from the robot:$B$B\"I need to move OOX-09/HL to an open, safe place so it can begin a lengthy take-off procedure. It has built-in cloaking, but I need time on my end to make it operational again. Escort the robot from its current location to, let\'s say, the shoreline beyond Overlook Cliff! That should be a perfect place, and long enough, to get things online!\"$B$B\"Escort it safely to the shore, and then come talk to me in Booty Bay! Oglethorpe Obnoticus - out!\"','Escort OOX-09/HL to the shoreline beyond Overlook Cliff, then report to Oglethorpe Obnoticus in Booty Bay.','Oh, YOU\'RE the great savior of OOX-09/HL! I cannot even begin to express my thanks for your assistance! My homing robot series needs more development, but your recovery has saved me countless hours of extra rebuilding time, as well as many gold pieces in manufacture costs!$b$bPlease, take your choice of any of these items I have. Thank you again for your generous assistance $N, my robots and I are in your debt!',NULL,'Escort OOX-09/HL to the shoreline beyond Overlook Cliff',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,9645,9646,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-350,250,0,0,0,0,0,4650,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(837,2,14,0,6,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Encroachment','When we arrived. the Razormane quilboars possessed much of the land, and proved a thorn in our sides. Through our efforts we have driven out the largest part of their numbers, but still they remain well-fortified in some areas.$B$BIt has gone on long enough, however. For our own protection, we cannot allow the Razormane any hold in our lands. Their camps can be found to the west of here. Look for the brambles and you will find them. Today we drive them from Durotar, tomorrow, perhaps from all of Kalimdor.','Kill 4 Razormane Quilboars. 4 Razormane Scouts, 4 Razormane Dustrunners and 4 Razormane Battleguards for Gar\'Thok at Razor Hill.','I will pass along word that the quilboars have been removed from their lairs. and that their structures may be set to fire. The removal of the Razormane from Durotar brings us closer to fully securing the borders of our new homeland.','Though they do possess some intelligence and some organization. I find it constantly amazing that the quilboars were able to capture and hold so much territory in Kalimdor. Perhaps they are more crafty an enemy than I give them credit for...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3111,3112,3113,3114,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,150,150,0,0,0,0,250,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(838,2,28,0,55,55,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,964,0,0,0,'Scholomance','On the island of Caer Darrow lies Scholomance - a school that serves as a stronghold for the Scourge. Our enemy dwells within, safely allowed to pursue research that strengthens their power. A door bars the way, and try as we might no entry is to be had without a proper key.$B$BApothecary Dithers is well versed on Scholomance, and has an idea how to obtain a key. You have proved your value to me as someone who can get things done; I now entrust this task to you. Speak with him on this matter.','Speak with Apothecary Dithers at the Bulwark, Western Plaguelands.','Yes, $C, the High Executor mentioned you might be the one to trust in the matter of they key. I\'ve dedicated a fair portion of my recent studies to the Scholomance, and I believe I know a means by which you can acquire one that will let you past the front door at will.$b$bThis task will not be easy, but such tasks seldom are. You most assuredly look like the type to know this as fact.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(840,2,14,0,10,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,842,4992,1,0,'Conscript of the Horde','Hmm. you look pretty strong.$B$BListen, my good friend Kargal needs some new recruits for Barrens duty. I know you want to do what\'s right for the Horde. Well, this is your chance.$B$BTake this recruitment letter to Kargal and see if he\'ll sign it.','Follow the western road from Razor Hill to the Barrens over a bridge.$B$BStop at the orc outpost across the bridge.$B$BGive Kargal Battlescar at the Barrens outpost your recruitment letter.','Oh. so Takrin sent you? He\'s an excellent scout, I\'m not sure what I\'d do without him.$b$bI\'ll sign your recruitment letter, but what we really need is someone at the Crossroads.','What do you want. pup? If you\'re not here for recruitment, I don\'t have time for you.','','','','','',4992,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,75,75,0,0,0,0,0,270,0,0,0,0,0,0,0,0,25,0,0,0,0,1,0,0,0,0,0,0),(841,2,440,0,38,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,379,0,0,0,0,0,0,'Another Power Source?','Let me guess - you didn\'t get whatever world-ending, nefarious deed you were doing done in time. No wait, better still... you dropped it in the sand! Well, whatever the reason, I do have additional power sources I will sell to you. This time, however, it will cost you ten, YES TEN Wastewander Water Pouches!$B$BTimes are tough all around, $n, and power sources don\'t grow on trees! Hrm, but what if they did. Maybe we could MAKE a power source tree...','Bring 10 Wastewander Water Pouches to Chief Engineer Bilgewhizzle in Gadgetzan in exchange for another power source.','Very well. here is another power source. I highly recommend you using it properly this time, unless you are eager to spend ten more water pouches for another water source.','Well. have you got the ten water pouches?','','','','','',8483,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(842,2,17,0,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,4995,1,0,'Crossroads Conscription','Take this signed recruitment letter to the Crossroads.$B$BSergra Darkthorn. curse her hide, is in charge there. She\'s a nasty shaman who will talk your head in circles before she lets you do anything useful. Thrall is convinced she\'s something special, but I\'m not so sure.$B$BYou\'ll just have to decide for yourself, pup...','Follow the western road from Kargal\'s Far Watch Outpost.$B$BAt the T intersection. turn left and follow the road south. $B$BFind Sergra Darkthorn at the crossing of roads within the Crossroads.','Alright, $N. You want to earn your keep with the Horde? Well there\'s plenty to do here, so listen close and do what you\'re told.$B$BI 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.','Well well well. what do we have here? Has Kargal deemed me worthy of another recruit?','','','','','',4995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,250,250,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(843,2,17,0,17,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,'Gann\'s Reclamation','In solitude I wander these roads.$B$BThe dwarves of Bael Modan show no respect for my land. Horrendous blasts drive holes deep into the ground as noisy machines rip apart the hills. Lands which once served as home and provider to my tribe are now riddled with destructive dwarves.$B$BAttempts at reaching a diplomatic resolution have failed. Now is the time for decisive action.$B$BDrive the dwarves from the Bael Modan excavation by force and bring to me the journal of their leader, Prospector Khazgorm.','Gann Stonespire wants you to kill 15 Bael\'dun Excavators and 5 Bael\'dun Foremen.$b$bBring Khazgorm\'s Journal to Gann Stonespire.','Khazgorm met the fate he earned. I feel no remorse for the fool. He was an infidel on these lands.$B$BMay his death serve as a warning to all those who threaten to disrupt our way of life.$B$BNow let me take a moment to study the dwarf\'s journal....','Many innocent tauren lost their lives or were forced off their ancestral birthplace when the dwarves of Bael Modan arrived. My land must be reclaimed!',NULL,NULL,NULL,NULL,NULL,0,0,5006,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3374,3375,0,0,15,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,1500,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(844,2,17,0,10,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,860,0,0,845,0,0,0,'Plainstrider Menace','Your first prey will be easy.$B$BThe plainstriders to the east have been harassing our food supplies and have become a nuisance.$B$BPut down the plainstriders and return to me with their beaks.','Collect 7 Plainstrider Beaks and return them to Sergra Darkthorn in the Crossroads.','Very good. $N. With the plainstriders gone we\'ll have an easier time keeping our supply chains intact. And I hope you learned a few tricks out there in the Barrens, for your next prey has a little more fire in its blood than the plainstriders...','Have you collected the plainstrider beaks?','','','','','',5087,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(845,2,17,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,903,0,0,0,'The Zhevra','The zhevra, although not the fiercest beast in the Barrens, are a shade tougher than the plainstriders. Don\'t worry -- we\'ll send you against bigger prey in good time, but for now your teeth could use a little more cutting.$B$BHunt the zhevra to the north and south, and collect their hooves. Bring them to me and perhaps we\'ll next send you against something tougher.','Slay Zhevra Runners to collect 4 Zhevra Hooves for Sergra Darkthorn in the Crossroads.','Not bad, $N. Those zhevra hold a lot of strength in their legs. A sharp kick from them can knock even a tauren on its haunches!$B$BIt looks like you have some strength in you too. Are you ready for a real challenge?','How many zhevra have you slain?',NULL,NULL,NULL,NULL,NULL,5086,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,76,0,0,0,0,250,0,0,0,0,0,600,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(846,2,17,0,17,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,843,849,0,849,0,0,0,'Revenge of Gann','It is clear the prospector depended on explosives and those noisy vehicles to rip the ground apart. We can expect a new foreman to take over soon.$b$bI want to give the dwarves a taste of their own medicine. According to these plans if we combine nitroglycerin with wood pulp and sodium nitrate we can create an explosive charge. The rifleman, soldiers and officers in the Keep are known to have the supplies.$b$bCollect these items and bring them to me. I will fashion a charge that the dwarves won\'t forget!','Gann Stonespire wants you to bring him 6 vials of Nitroglycerin, 6 bundles of Wood Pulp, and 6 samples of Sodium Nitrate.','I see you are quite industrious, $C.$B$BNo doubt we shall soon have a fitting surprise for those dwarves.','I see you are back, $N.$B$BWhile Khazgorm\'s death might delay the digging in my ancestral lands some, it will by no means bring a total end to the destruction.$B$BThe Keep at Bael Modan is an increasing military threat. Built to defend the dig site, it is now poised for offensive force as well.$B$BIf you have the ingredients I requested, I can fashion a charge that will make the hasty dwarves reconsider their actions here in the Barrens.',NULL,NULL,NULL,NULL,NULL,5017,5018,5019,0,6,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,2000,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(847,2,45,0,32,37,0,690,0,0,0,0,0,0,0,0,0,8,0,0,702,0,0,0,0,0,0,'Guile of the Raptor','This... this power.... Is this the power of the shamans that Tor\'gan tried to show me? I must say. it is interesting. Tell Tor\'gan that he has convinced me... for the time being. I will listen to what he has to say.','Speak with Tor\'gan.','When the enchantment wears off. I will speak with Gor\'mul. My thanks to you for your help in returning Gor\'mul to the land of the living. I have no doubt he thanks you greatly as well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4546,0,0,0,1,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(848,2,17,0,10,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fungal Spores','The oases of the Barrens hide a mystery. Life energy flows from their waters, invigorating the plants and beasts that drink it.$B$BInvigorating, and altering.$B$BThere is a mushroom that grows near these oases. Its spores hold properties that we, the apothecaries of Lordaeron, find useful.$B$BBring me these spores and you will earn our gratitude.','Bring 4 Fungal Spores to Apothecary Helbrim at the Crossroads.','Ah, yes. These are good specimens. Potent.$B$BI am Forsaken, and we honor our contracts. Here is your reward, $N.','Do you have the spores, $N? There is a concoction I must send to my associate in Thunder Bluff, which requires the spores...',NULL,NULL,NULL,NULL,NULL,5012,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,68,0,0,0,0,250,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(849,2,17,0,17,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,846,0,0,0,5021,1,0,'Revenge of Gann','Following Khazgorm\'s plans it should be no problem to fashion an explosive charge$B$BAh, there we go.$B$BNow, $N, I am going to entrust you with a special task. Take this explosive stick and use it to blow up the flying machine at Bael Modan.$B$BNot only is the flying machine a key part of the site\'s infrastructure it also serves as a weapon of war. More importantly it is an icon of power and an insult to the memory of my tribe.$B$BMake me proud by completing this heroic task and you shall be rewarded.','Destroy the flying machine at Bael Modan and return to Gann Stonespire.','You have done well, $N! May you be revered in Thunder Bluff as a defender of sacred tauren lands and a champion of the lost tribe.',NULL,NULL,'Bael Modan Flying Machine destroyed',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3644,0,0,0,1,0,0,0,5140,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5313,0,0,0,1,0,0,0,81,0,0,0,0,250,0,0,0,0,0,2000,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(850,2,17,0,11,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kolkar Leaders','The centaurs have plagued the Tauren for years. And recently, the Kolkar centaurs of the Barrens have grown into a real threat. Normally they were disorganized in these lands, but new leaders have risen among them. Rallying them.$B$BTo preserve our holdings here, these centaur leaders must be destroyed.$B$BBring me the head of Barak Kodobane. He camps near the Forgotten Pools to the north.$B$BDefeat him, then return to me.','Bring Barak\'s Head to Regthar Deathgate, west of the Crossroads.','Well done, $N. The centaur are low, brutish creatures, but a few have the wit and vision to lead. And those are the most dangerous.$B$BBarak was such a centaur. It is good that he is dead.','Hello, $N. Do you have Barak\'s Head for me?',NULL,NULL,NULL,NULL,NULL,5022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,800,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(851,2,17,0,12,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,850,0,0,852,0,0,0,'Verog the Dervish','The centaur Verog the Dervish wanders the Barrens. and will be difficult to find. But he is based at the centaur command tent at the Stagnant Oasis to the southeast. It may be possible to draw him to you.$B$BTravel to the Stagnant Oasis to the southeast and attack centaur near the command tent. It will be dangerous, but if you can kill enough centaur then they should raise an alarm. And Verog will come.$B$BBring me his head and I will place it with Barak Kodobane\'s.','Bring Verog\'s Head to Regthar Deathgate. west of the Crossroads.','Very good. You must have really stirred up those centaur -- our guards spotted activity down near the Stagnant Oasis. which was probably you.$B$BYou should be proud of your deed, $N. There is much bravery in you.','Did you find Verog. $N?','','','','','',5023,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,1000,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(852,2,17,0,11,19,0,690,0,0,0,0,0,0,0,0,0,0,0,0,851,0,0,0,0,0,0,'Hezrul Bloodmark','Hezrul Bloodmark is the leader of the Kolkar centaurs in the Barrens. He is fierce. brutal and cunning. Defeating him would disrupt and fracture the Kolkars, greatly reducing their threat to us.$B$BSo kill him. As with Barak and Verog, bring me Hezrul\'s Head.$B$BHe leads his people from the Lushwater Oasis, to the south.','Bring Hezrul\'s Head to Regthar Deathgate. west of the Crossroads.','I commend you. $N. These centaur are undisciplined and cannot focus their rage as the orcs can, but they are fierce nonetheless. In defeating them, your valor is proven.','Is Hezrul defeated. $N?','','','','','',5025,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5351,0,0,0,1,0,0,0,76,0,0,0,0,75,0,0,0,0,0,800,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(853,2,17,0,10,15,0,690,0,0,0,0,0,0,0,0,2700,0,0,0,848,0,0,0,5027,1,0,'Apothecary Zamah','I have rendered the spores you gave me into an emulsion. I must now send it to my associate. Apothecary Zamah. If you were to carry this to her, she can offer you something from our stores of alchemical goods.$B$BShe is in the Pools of Vision, a cave beneath the shamans of Thunder Bluff. The path to this cave is well hidden, but you may find it on the Spirit Rise bluff.$B$BDo hurry. This emulsion will maintain its potency for only a short time, and must be resealed and processed before then.','Bring the Rendered Spores to Apothecary Zamah in Thunder Bluff. before the time limit is up.','Ah. the spores from the Barrens that Helbrim was gathering. He garnered your aid in delivering them? Good.$B$BAnd the emulsion is still potent, so you must have wasted no time in the delivery. Well done, $C.','You have something from Apothecary Helbrim?','','','','','',5027,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2458,2457,2456,2459,0,0,4,4,3,2,0,0,5340,0,0,0,1,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(854,2,215,0,9,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Journey to the Crossroads','I have foreseen your arrival. young $C. Though perhaps you are not so young anymore.$B$BI think that it is time for you to move deeper into this land. I can sense that you are destined for great things.$B$BIt is the Crossroads that you must seek out, for our lives with the orcs have become intertwined and they need assistance. Continue down this road towards the east and follow it north to the Crossroads. Find Thork within its walls, he has the Earthmother\'s blessing.','Speak with Thork at the Crossroads in the Barrens.','It is good to see that more of our $R allies have come to assist us from as far away as Thunder Bluff. Again. I welcome you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(855,2,17,0,9,14,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bracers','The Kolkar are a threat to the Horde\'s claims in the Barrens; we must reduce the numbers of their troops. And so, I have a bounty task for you.$B$BWhile in Kolkar territories, slay their warriors and collect centaur bracers. Return when you have a heap of bracers and the Horde will reward you well.','Bring 15 Centaur Bracers to Regthar Deathgate, west of the Crossroads.','Nicely done. I\'m sure you\'ve struck fear into the surviving centaurs, $N. If they have sense, they\'ll now calm themselves and stop their advances.$B$BBut I don\'t think they will, and that is unfortunate.$B$BUnfortunate...for them.','How goes your hunting, $N?',NULL,NULL,NULL,NULL,NULL,5030,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,5346,5344,5345,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(857,2,17,0,22,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Tear of the Moons','The power was mine! In my very hands! And I want it back! Back I say!$B$BThose dirty excavators uncovered it... so beautiful it was. Deemed the Tear of the Moons, it was the first great discovery we made at Bael Modan.$B$BIt should have been mine! Mine I say!$B$BGeneral Twinbraid grew jealous of the power it gave me. He locked it away in the Keep. Called it cursed, he did! The fool!$B$BOthers wanted it and they had to be stopped! That bastard Twinbraid drove me off.$B$BNow I want it back. Back I say!','Feegly the Exiled wants you to retrieve for him the Tear of the Moons.','At last, the power is mine again! Mine I say!','Where is the Tear of the Moons? I need it now! Need I say!',NULL,NULL,NULL,NULL,NULL,5038,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,4,0,2000,2000,0,1,0,0,0,0,0,0),(858,2,17,0,13,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Ignition','I don\'t suppose Sputtervalve sent you? I\'m in a bind here. I hopped in without realizing that I need a key to unlock the shredder\'s movement column. One of the other shredder operators asked me if everything was okay. and I panicked! Instead of telling him that I was missing my key, I told him there was some sort of mechanical problem.$B$BWe need to get out of here on the double! Go up to the control room at the top of the derrick, the supervisor should have a key for this shredder.$B$BHelp me out here!','Get the Ignition Key and bring it to Wizzlecrank.','Yep. this looks like the right key. Let me just make sure I know how to work this thing...$B$BHmm... rotation control... This regulates speed and stability... fine arm movement control. Just look at this! I can\'t believe the Venture Company could design something this much better than ours. I\'ve got to get this back to Ratchet!','Quick. we need to get out of here before someone gets suspicious!','','','','','',5050,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(860,2,17,0,0,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,844,0,0,0,'Sergra Darkthorn','If you wish to walk the hunter\'s path. then your journey leads to the Barrens. Its beasts are strong-willed and fierce. You will learn much by hunting there, and your spirit will grow.$B$BSpeak with Sergra Darkthorn. She will be your first guide in the Barrens.$B$BSergra is at the Crossroads. To reach her, travel east from Bloodhoof Village into the Barrens, then north as the road forks. And have care as you travel--the Barrens holds great danger for the unprepared and unwary.','Speak with Sergra Darkthorn at the Crossroads.','You want to hunt in the Barrens?$b$bYour eyes are eager. and young. They\'re not yet squinted from tracking your prey across this land\'s dry plains.$b$bBut worry not. We\'ll toughen your body and your mind. And we\'ll teach you that there is more to hunting than finding and killing your quarry.$b$bPrepare yourself. Your journey begins. Now.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(861,2,215,0,1,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Hunter\'s Way','You are eager to explore. I can tell. I too had the lust to wander, once...$B$BWander, and hunt. For hunting is a Tauren\'s greatest honor.$B$BIf you truly wish to follow the ways of the hunter, then Melor Stonehoof can show you the path. He is in Thunder Bluff, on the Hunter\'s Rise.$B$BAnd to show him your skill and resolve, bring him the claws of the flatland prowlers of Mulgore. They are tough and cunning -- fitting prey for a young $C on the hunter\'s path.','Bring 4 Flatland Prowler Claws to Melor Stonehoof in Thunder Bluff.','Skorn Whitecloud is a wise tauren. He has hunted for years and years. and although his body is old, his spirit burns fiercely. We are honored to have him with us.$b$bIf Skorn sent you to me, then you too must have the $C\'s spirit. And to have gathered these claws shows your burgeoning skills.$b$bPerhaps you are ready to walk the path.','Greetings. There is an air about you that tells me much. Do we have business. you and I?','','','','','',5203,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(862,2,-304,185,15,23,0,690,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Dig Rat Stew','A $c like you must get pretty hungry out here in The Barrens. Me, I\'m starving all day long.$b$bTell you what, I\'ll fix you up a nice stew. Just need a few dig rats.$b$bSeems those filthy dwarves at Bael Modan are overrun with everyone\'s favorite feast. Now head on down south to Bael Modan and bring me back some dig rats.$b$bYou can\'t call yourself a seasoned adventurer until you\'ve spent some time killing rats! Haw!','Bring 8 Dig Rats to Grub east of the Crossroads.','Normally I don\'t like to eat these rodents when they\'re so.... so... ripe. Like to let them rot for a few weeks to really bring out the flavor. But you look so hungry.$B$BLet me fix you some Dig Rat Stew. Ah. there we go.$B$BHere you go!','Whack enough dig rats yet. $N?','','','','','',5051,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5487,5478,10919,0,1,5,1,0,76,0,0,0,0,100,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,4,3000,5000,0,0,1,0,0,0,0,0,0),(863,2,17,0,13,18,0,690,0,0,0,0,0,0,0,0,0,2,0,0,858,0,0,0,0,0,0,'The Escape','I suppose I\'ll learn as we go... Couldn\'t be too hard. Just some buttons here, and a lever or two... Well, are you ready to go?','Protect Wizzlecrank and the stolen goblin shredder on the way to Sputtervalve in Ratchet.','Hopefully we\'ll be able to get something of value from the wrecked shredder prototype... my time\'s running out! I\'ll dispatch a salvage team to Wizzlecrank\'s location on the double.$B$BOh, let me give you something for your trouble, too.',NULL,'Escort Wizzlecrank out of the Venture Co. drill site','',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,5326,5327,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,350,0,0,0,0,0,2000,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(864,2,440,0,38,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,654,0,0,0,8527,1,0,'Return to Apothecary Zinge','\"Here you go, the power source is safely removed and the data is preserved. Well, safe journeys and all that. Hope the nefarious science experiment worked out for you and all.\"$B$BThe goblin turns away from you to attend to the demands of the Gadgetzan Water Company. You secure the sealed testing kit for the journey back to the Undercity. Apothecary Zinge waits for you and the sealed field testing kit there.','Bring the Sealed Field Testing Kit to Apothecary Zinge in the Undercity.','I will analyze this data immediately. Perhaps Keever\'s insanity will prove to be my genius after all.$B$BAs for you... you are useful to me. and I reward quite well those who remain useful. Take this item, this coin, and most importantly my thanks along with them.$B$BCheck back with me from time to time - I wager that our working together on this project is not at an end.','Welcome back. At least. welcome back if you have returned with a sealed testing kit. Otherwise, I will pretend not to notice your utter incompetence and spare my wrath from you until you do as you have been tasked and accomplish my task.','','','','','',8527,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9634,9635,11502,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,13000,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(865,2,17,0,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Raptor Horns','The raptors of the Barrens are smarter than raptors in other lands. And I think all that smarts is hiding in their horns! If so, then I could grind their horns into powder and use it to make \"smart drinks.\" I could sell them for a fortune!!!$B$BAnd you can help me. Find me Intact Raptor Horns from Sunscale Scytheclaws. They roam in the southern Barrens, and in the northern Barrens near the border of Ashenvale Forest.','Gather 5 Intact Raptor Horns from Sunscale Scytheclaws, and bring them to Mebok Mizzyrix in Ratchet.','Great, you got them! Now I just need to ground them down and mix them with some wine, and...','Did you get the horns, $N? Those things are going to make me a fortune!',NULL,NULL,NULL,NULL,NULL,5055,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5342,5343,0,0,5,1,0,0,470,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(866,2,-24,182,9,16,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Root Samples','The herbs of the Barrens are not quite like herbs in other lands. Their properties are mostly the same, but the oasis water here alters the plants; they are just slightly different.$B$BI want to study those differences... to see if they\'re exploitable!$B$BIf you are skilled in herbalism, then gather root samples off the herbs you find in the Barrens. Bring back these samples so that I may compare them with herbs from other regions.','Bring 8 Root Samples to Mebok Mizzyrix in Ratchet.','Yes yes. these are very nice! I will grow specimens from these roots and study them. I hope to find new properties from them. Hidden, valuable properties...!$B$BAnd don\'t worry -- if I do then you\'ll be the first to know. Because I\'ll need someone to gather more!','Hello. $N. Did you get those root samples?','','','','','',5056,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5341,0,0,0,1,0,0,0,470,0,0,0,0,100,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(867,2,17,0,12,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,875,0,0,0,'Harpy Raiders','The blasted harpies have been ravaging our caravan supplies for too long. It\'s time we slit a few of their throats and diminished their numbers.$B$BI\'ve been snooping around their nests and figured out who leads who. The most devastating attack will destroy a good section of their lower chain of command and then we can work our way to the top.$B$BI\'ll start you off slow, take out Witchwing Harpies and Witchwing Roguefeathers in the Northwest and bring me 8 Witchwing talons. That should be a good start...','Collect 8 Witchwing talons.$B$BReturn them to Darsok Swiftdagger at the Crossroads.','Oh, these are nice. Real nice... Good job, $N. I look forward to seeing more of your work in the future.','Cut up enough of them yet? Keep slicing and taking trophies. I want 8 Witchwing talons.',NULL,NULL,NULL,NULL,NULL,5064,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(868,2,17,0,17,22,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5059,1,0,'Egg Hunt','Hey, $N. I been sent to the Crossroads to watch over the land and take note of its happenings for my masters in Orgrimmar.$B$BOne object of my studies are the insect-like creatures found to the south in the Field of Giants. We know little of the creatures, so I be makin\' it a point to discover more. They seem to have intelligence to them, more so than any normal animal.$B$BTake this digging claw and collect some of the creatures\' eggs from their mounds, but be careful: if alerted, they will attack you.','Bring 12 Silithid Eggs and the Digging Claw to Korran at the Crossroads.','You please me, $N. The eggs and the tool. Well done.$B$BAnd for your reward...','Be careful with the eggs you find, $N. If they break, they be no good to me.',NULL,NULL,NULL,NULL,NULL,5058,5059,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6503,6502,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(869,2,17,0,9,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3281,0,0,0,'Raptor Thieves','Not long ago. a shipment of silver was stolen from our guard tower. It was meant as payroll to the Crossroads\' guards, and we want that silver back.$B$BThe strange thing is... we caught one of the thieves on the night of the theft. And... it was a raptor! Unbelievable!$B$BI don\'t know what raptors would want with silver. But I don\'t care -- I want the raptors dead so they won\'t steal from us again!$B$BHunt raptors in the Barrens. Collect for me their heads!','Bring 12 Raptor Heads to Gazrog at the Crossroads.','You got rid of the raptors!$B$BThank you. $N. You are a $C of worth.','Do you have those heads. $N?','','','','','',5062,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,600,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(870,2,17,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,2,0,886,0,0,877,0,0,0,'The Forgotten Pools','Long ago. the Barrens was a lush place, teeming with life. But war and cataclysm raged across the land, scorching it and leaving a dry husk. Such is the way of things, and it saddens my heart.$B$BBut within the past few years, new oases have formed in the Barrens, and life stirs. And deep down, we druids sense a power leaking its way to the surface.$B$BWe must find its source. Travel to the Forgotten Pools, northwest of the Crossroads. Search its waters for a source of power, then return here.','Report back to Tonga Runetotem with your findings.','You found a fissure in the earth. with gases bubbling from it? Strange. This may be an answer to our questions, but we cannot yet be sure.$B$BBut it is a clue. And I am grateful that you found it.','','Explore the waters of the Forgotten Pools','Explore the waters of the Forgotten Pools','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,420,0,0,0,0,1,95,-2013,0,0,0,0,0,0,1,0,0,0,0,0,0),(871,2,17,0,9,12,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Disrupt the Attacks','All the quilboars are our enemies. $N. Some just prove to be more of a nuisance than others.$B$BThe Razormane tribe has been attacking our supply lines from Durotar, causing us no end of annoyance. I have scouts seeking the leader of these raids, but until then, any losses you can inflict on the filthy pig men would aid us.$B$BStart in the northeast towards Durotar. You can always tell their dens from the huge thorny vines that come up from the earth. Seek them out, and slay them.','Of the Razormane tribe. kill 8 Water Seekers, 8 Thornweavers and 3 Hunters, and then return to Thork in the Crossroads.','You have done well. $N. Those insolent quilboars will finally learn that the might of the Horde is not to be ignored.','The longer it takes to stop these attacks. the harder it will be to provide supplies for the people of the Crossroads.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3267,3268,3265,0,8,8,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(872,2,17,0,9,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,5041,0,0,0,0,0,0,'The Disruption Ends','One of my scouts witnessed an attack on a caravan from Durotar, $N. The culprits are indeed the Razormane tribe of quilboars. One of the quilboars in particular is leading the raids: Kreenig Snarlsnout. He was seen northeast of here, just south of the road from Durotar. If the threat is to be ended, then Kreenig must die.$B$BTo be sure the attacks cease, though, I say we add insult to their injury. Kill Kreenig along with more of their tribe, and return to me when you have his tusk.','Kill 8 Razormane Geomancers, 8 Razormane Defenders, and Kreenig Snarlsnout.$B$BThen bring Kreenig Snarlsnout\'s Tusk to Thork at the Crossroads.','Well done, $N. With Kreenig\'s death, there will be a definite decline in the attacks on our caravans.$B$BYour people should be proud to count you among them.','Cut off the head of their leader, and chaos ensues, $N. Learn this lesson well. It will aid you in the future.$B$BThe boars will flounder without direction, and we will be able to take back the Barrens.','','','','','',5063,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3269,3266,0,0,8,8,0,0,0,0,0,0,5275,5328,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(873,2,17,0,10,27,0,690,0,0,0,0,0,0,0,0,0,0,0,0,874,0,0,0,0,0,0,'Isha Awak','The grand Isha Awak is lord of these waters. Great is his strength, and solemn his pride. The humans on the coast fear him, for he has consumed many of their number.$B$BBut I do not fear him. I am grateful he is here. He is a worthy challenge, and honorable prey.$B$BIf you are ready, then swim out and search for Isha Awak, the Deep Doom.$B$BHis spirit dwells in his heart, and to hear its beat is to know your fate.','Bring the Heart of Isha Awak to Mahren Skyseer.','You now are one with Isha Awak, $N. His spirit is with you. He lurks in your eyes...$B$BEyes that, one day, will learn to see.','Fear not the waters, $R.',NULL,NULL,NULL,NULL,NULL,5104,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5356,5357,0,0,0,0,1,1,0,0,0,0,5355,0,0,0,1,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1680,0,5325,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(874,2,17,0,14,27,0,690,0,0,0,0,0,0,0,0,0,0,0,0,913,0,0,873,0,0,0,'Mahren Skyseer','You have hunted the beasts of the Barrens. Your spirit is strong. But a hunter must always be prepared. A true hunter can stalk prey down any path. Mountains and swamps will not sway $Ghim:her;.$B$BNot even the sea.$B$BFind my sister, Mahren. She hunts the great water beasts along the coast. She will be your teacher in their ways.$B$BBut be wary in your search for her, for the Barrens\' coast is held by humans.','Speak with Mahren Skyseer.','My brother sent you, did he? Then you must have proven yourself to him. If you have earned the respect of Jorn, then you have my respect as well.$B$BAre you ready to tread farther down the hunter\'s path?',NULL,NULL,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,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(875,2,17,0,12,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,867,0,0,876,0,0,0,'Harpy Lieutenants','Hahaha, $N. Back for more? Good, I like to hear that.$B$BThis time I want you to assassinate some of the harpy lieutenants in the Dry Hills. Only Witchwing Slayers can be lieutenants, and you can tell them apart by the rings they carry. They are a nasty bunch, but they lead some of the underlings in that area. Taking out 6 of them will be a decisive strike against their matriarchy.$B$BMake sure they die painfully, $N. We want those harpy wenches to know the idiocy of picking fights with the Horde.','Collect 6 Harpy Lieutenant Rings from Witchwing Slayers and return them to Darsok Swiftdagger at the Crossroads.','Excellent work my friend. I think you\'ll go far within the Horde.','Do you have 6 Harpy Lieutenant Rings yet? Justice must be dealt to them for their vicious attacks on the Horde.',NULL,NULL,NULL,NULL,NULL,5065,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(876,2,17,0,12,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,875,0,0,0,0,0,0,'Serena Bloodfeather','You did so well with the lieutenants and underlings that I\'d like you to do one last thing for me.$B$BSerena Bloodfeather is the sister of a harpy named Bloodfeather who was slain by Rexxar quite a while ago. Apparently, these attacks on the Horde caravans are revenge for her sister\'s death.$B$BI need you to slit her throat and bring me back her head. I want to place it on the next caravan we send out... Give those harpies something to think about.','Slay Serena Bloodfeather and return her head to Darsok Swiftdagger at the Crossroads.','HA! Well done, $N! Very well done... I wasn\'t sure you were up to the task, but you\'ve proved yourself quite the cut-throat. Thank you again for helping us suppress the Harpy epidemic. Here is your reward, use it well.','You\'re not getting anything until I see Serena\'s head.',NULL,NULL,NULL,NULL,NULL,5067,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5321,5279,5318,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(877,2,17,0,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,880,5068,1,0,'The Stagnant Oasis','Like the one you found at the Forgotten Pools. there may be fissures at the other oases in the Barrens. If so, then perhaps the fissures are the oases\' source of life.$B$BWe must test this.$B$BHere, take these seeds. They are dead and infertile, but take them to the Stagnant Oasis to the southeast. If there is a fissure there, then place the seeds within it...and observe.','Return to Tonga at The Crossroads. after investigating the Stagnant Oasis.','Your findings are amazing! The seeds I gave you were dried. and dead. Whatever rests under these oases can create life from nothing!$B$BWe must study this more...','','','Test the Dried Seeds','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-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,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(878,2,17,0,14,21,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Tribes at War','You must strike my enemies. You must help Mangletooth and the Razormane by weakening the Bristlebacks. Both tribes are very spiritual--tied to the earth and its power. It gives us strength in all things... especially war.$B$BIf you want to find out who really causes Thork and the Horde such anguish, then help Mangletooth! You attack the spiritual leaders of the Bristlebacks to the north; weaken them so the Razormanes can defeat them and rule the Barrens.','Kill 6 Bristleback Water Seekers, 12 Bristleback Thornweavers and 12 Bristleback Geomancers and return to Mangletooth at Camp Taurajo in the Barrens.','Yes, yes... filled with joy because finally the Bristleback know my tribe\'s pain, $R. That is how I should feel, but that is not the case.$B$BYou aid your people and they honor you. Mangletooth aids his people, and what do they do? They turn their backs on him. They forget him and leave him to rot in cage!$B$BI aid them even from locked behind bars and they send no one to save me!',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3260,3261,3263,0,6,12,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,100,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(879,2,17,0,17,25,0,690,0,0,0,0,0,0,0,0,0,0,0,0,5052,0,0,906,0,0,0,'Betrayal from Within','Three of my tribe came out of the Kraul to lead the raids against the Horde, $R. They are ruthless and cunning, and if you defeat them, then your Crossroads and even most of the Barrens will learn peace... at least from the Razormane tribe. $B$BNak, Kuz, and Lok Orcbane are the ones you seek. They are far to the south of the Barrens. One is a spell caster, another a tracker, and their leader, the one called Orcbane, a warrior. Kill them, $R, like they have killed me.','Kill Nak, Kuz, and Lok Orcbane and bring their skulls to Mangletooth at Camp Taurajo in the Barrens.','It is done then. Better it ends this way, says Mangletooth. They should have made sure I was dead when they turned their backs on me instead of leaving me here in this forsaken cage.$B$BThere is but one task left for you to finish, $R.','How goes your hunt, $R? $B$BThork thinks he knows the truth about who leads the raids against his people, but he shall learn how wrong he is if you are successful.$B$BMy death is inescapable, but you have caused great pain to my enemies, so Mangletooth regrets nothing. ',NULL,NULL,NULL,NULL,NULL,5074,5073,5072,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(880,2,17,0,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,877,0,0,1489,0,0,0,'Altered Beings','Your findings are incredible. $N. These oases hold properties that must come from an outside source. Or perhaps an inside one.$B$BI want to know how these fissures are affecting the beasts who drink from the oases\' water.$B$BHunt oasis snapjaws at the Lushwater and Stagnant Oases. Bring me their shells so I may examine them.','Bring 8 Altered Snapjaw Shells to Tonga Runetotem at the Crossroads.','Thank you. $N. Studying the beasts of an area can tell much about the area itself. We shall see what tale these shells tell.$B$BPlease accept my gratitude for your aid ... and perhaps you can use these coins. I find that I do not need them.','How goes your collection? Did you get the shells?','','','','','',5098,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(881,2,17,0,10,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,903,0,0,905,10327,1,0,'Echeyakee','Whitemist. Echeyakee in the Tauren tongue, is the king of the savannah cats. He hunts with such stealth, they say he\'s like a thin, white mist on the earth. And he kills so fast his prey have no time for fear, or pain.$B$BThe Tauren say he is both mercy and death.$B$BYou will learn if that\'s true, for I now set you on the path to hunt Echeyakee. His lair is northeast of the Crossroads, among the bones of giant Kodo$B$BGo. Blow this horn when you reach his lair. Blow the horn, and he will come.','Bring Echeyakee\'s Hide to Sergra Darkthorn at the Crossroads.','You\'ve beaten Echeyakee. and though his days of hunting are over... his spirit is with you. He will show you the strength found in subtlety, and the honor in mercy.$B$BYour path is still long, $C. Let\'s hope you stride it well.','The great cat calls to you. $N.','','','','','',5100,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,900,0,5320,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(882,2,17,0,10,19,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3261,0,0,907,0,0,0,'Ishamuhale','Ishamuhale, Speartooth, is the fiercest sunscale raptor of the Barrens. He does not hunt for sport, nor for food. He hunts because hunting is his passion. He kills because it is his nature to kill.$B$BAnd you will learn of his nature, $N, for your path now follows the taloned tracks of Ishamuhale.$B$BBegin the hunt. Slay his favorite prey, a zhevra, then bring its carcass to the dead tree northwest of Ratchet. Ishamuhale will smell the carcass and be drawn to it.$B$BBe ready when he comes.','Bring Ishamuhale\'s Fang to Jorn at Camp Taurajo.','This fang is merely a token, but what it represents is profound.$B$BIshamuhale\'s strength is in you, $N. May you use it with temperance. That is your burden.$B$BThat is your honor.','$N, have you bested Ishamuhale?',NULL,NULL,NULL,NULL,NULL,5101,0,0,0,1,0,0,0,1,0,0,0,10338,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1080,0,5321,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(883,2,17,0,10,22,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5099,1,0,'Lakota\'mani','The Hoof of Lakota\'mani is a symbol of the strength of the great kodo.','Bring the Hoof of Lakota\'mani to Jorn at Camp Taurajo.','Lakota\'mani is called Earthshaker in our language, and his steps are like gathered thunder. He is with you now, and his courage mingles with yours. Together there is no conflict you cannot face.$B$BWalk tall, $N. Walk tall, Earthshaker.','$N, when you approached I saw a new power in your stride. Tell me -- has your spirit met with the great Lakota\'mani?',NULL,NULL,NULL,NULL,NULL,5099,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,780,0,5322,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(884,2,17,0,10,24,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5102,1,0,'Owatanka','When touched, sparks fly from the tailspike of Owatanka.','Bring Owatanka\'s Tailspike to Jorn at Camp Taurajo.','The thunder lizard Owatanka is called Bluebolt by the tauren, for within him resides a speed that belies his size. It is said that lightning struck Bluebolt long ago and, fed from the sky\'s rage, the great beast\'s energy is without limit.$B$BMay his energy flow through you, $N. For you now keep pace with Owatanka.','$N, there is a new power behind your eyes! You have met with the mighty Owatanka, have you not?',NULL,NULL,NULL,NULL,NULL,5102,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,900,0,5323,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(885,2,17,0,10,25,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5103,1,0,'Washte Pawne','The feather of Washte Pawne is painful to the touch.','Bring Washte Pawne\'s Feather to Jorn Skyseer at Camp Taurajo.','The thunderhawk is a rare beast of the Barrens, and its death can portend great fortune, or great doom.$B$BBut Washte Pawne, called Spirit Biter in Taurahe, can bring neither... or both.$B$BThe pain you felt from hunting Spirit Biter is the pang all feel who make great gains at great costs. The sting you felt is the pain of regret.$B$BBut I can see you have conquered this. You have learned that regret turns to wisdom, and that through pain one gains strength.$B$BYou have learned much, $N.','There is new resolve within you, $N. A resolve born from pain...$B$BAre you burdened with the death of Washte Pawne?',NULL,NULL,NULL,NULL,NULL,5103,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,900,0,5324,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(886,2,17,0,0,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,870,0,0,0,'The Barrens Oases','The druids of Thunder Bluff sense a strange power leaking into the Barrens. east of Mulgore.$B$BTonga Runetotem was sent to discover the source of this power, but we fear he will need aid.$B$BTravel to the Barrens and speak with Tonga. He will be at the Crossroads. To reach there, take the road east out of Bloodhoof village. Enter the Barrens, then turn north when the road forks. Continue north and you will find the Crossroads.$B$BAnd do not leave the road, $N, for the Barrens is a harsh land.','Speak with Tonga Runetotem at the Crossroads.','My brethren in Thunder Bluff were wise to send you. young $C. For the mystery of the Barrens is one that I alone cannot unravel.$B$BWith your aid, let us hope we can find answers to our questions.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(887,2,17,0,9,14,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,890,0,0,0,'Southsea Freebooters','I sure wish Vice Admiral Grezzlik did a better job of keeping the seas safe for our trading vessels. With all the gold the trade princes have poured into the Trade Fleets, it ticks me off to see so many pirates running willy-nilly, raiding my ships and stealing my goods!$B$BI heard that the Southsea Freebooters have set up a camp just south of here. They\'ve been a real thorn in my side and if Grezzlik won\'t take care of them, well, maybe you can help me get rid of them.','Kill 12 Southsea Brigands and 6 Southsea Cannoneers for Gazlowe in Ratchet.','You did good, kid. A little more work like that, and it\'ll be one less thing I\'ll have to worry about. Hopefully they\'ll be convinced that they should relocate their operation elsewhere.$B$BIn the meantime, there is the small matter of getting back the goods they stole from me!',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3381,3382,0,0,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,150,0,0,0,0,0,500,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(888,2,17,0,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,892,0,0,0,0,0,0,'Stolen Booty','While I\'d like to recover all my goods. I\'m sure that\'s not possible. Still, there\'s a few things that I absolutely must have!$B$BAs you see, my observatory is ready to go, but it needs the smaller of the two lenses. The first arrived by caravan from Durotar, but the second was bound by ship, and never arrived. Also, I never got my boot shipment from Drizzlik in Booty Bay!$B$BHead down to the pirate camp and see if you can find them.','Retrieve the Shipment of Boots and Telescopic Lens for Gazlowe in Ratchet.','It\'s a relief to get all this stuff back. so thanks for your help, $N. You know, I could use a $R like you to help out with my operation here. If you\'re ever looking for work, don\'t forget about how well Gazlowe pays for service!','Did you find my things. $N?','','','','','',5076,5077,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5337,5320,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,250,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(889,2,17,0,14,20,0,690,0,0,0,0,0,0,0,0,0,0,1,0,5052,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.',NULL,NULL,NULL,NULL,NULL,5075,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16618,16618,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(890,2,17,0,9,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,887,0,0,892,5080,1,0,'The Missing Shipment','I\'ve been waiting forever for my last shipment of goods from Booty Bay! I\'m pretty sure that it must have been stolen by the Freebooters. but just to make sure, will you go down to the dockside and ask Dizzywig if my goods were already put into my warehouse without my knowledge?$B$BHere, take my ledger down to Dizzywig and have him double check my inventory records against his logs.','Bring Gazlowe\'s Ledger to Wharfmaster Dizzywig.','Ah. Gazlowe sent you, did he? Just a moment, let me take a look here and check my own logs and make sure I didn\'t have Gazlowe\'s shipment sent to the wrong place.$B$BBet he\'s waiting for those boots from Drizzlek...','Wares to send on the next ship. $N?','','','','','',5080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(891,2,17,0,13,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Guns of Northwatch','Yet another ship from my fleet has been lost to those overzealous humans at Northwatch Hold!$B$BThose bastards must be dealt with. Their paranoia has them in a state of frenzy. Trigger happy, reckless louts are shooting at anything in their sights.$B$BTravel south along the Merchant Coast to the Hold and lay siege to their forces. Bring me the medals of their soldiers as proof. And for the love of my fleet, slay Captain Fairmount and her overzealous cannoneers!','Captain Thalo\'thas Brightsun of Ratchet wants you to collect 10 Theramore Medals and slay Captain Fairmount, Cannoneer Whessan and Cannoneer Smythe.','Alas, the righteous Alliance guns have been silenced. You shall be rewarded for your aid, $N.$B$BNow to tend to the grim task of recovering the bodies of the dead....','My fleet is in peril with Captain Fairmount and her damned cannoneers blasting away from Northwatch Hold. I want her soldiers to pay as well. Fill my hand with medals from their dead and I will know that vengeance has been given to my fallen privateers.',NULL,NULL,NULL,NULL,NULL,5078,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3393,3455,3454,0,1,1,1,0,0,0,0,5309,5310,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,67,0,0,0,250,75,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(892,2,17,0,9,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,890,0,0,888,5080,1,0,'The Missing Shipment','Everything looks square from my records. $N. Go on back and tell Gazlowe he\'s out of luck. I wouldn\'t be surprised if it was the pirates that nabbed his goodies.$B$BNothing else I can do for him. Oh... though you could tell him that I\'ve got some things from Undermine for him, when he has the time to come pick them up.','Return Gazlowe\'s Ledger to Gazlowe in Ratchet.','No dice. eh? I guess it must have been the Freebooters then... Dizzywig\'s on the level, I\'m sure he wouldn\'t cheat me like that. After all, he is on the payroll.$B$BLooks like I\'ve got some goods to get back, $N. What do you say?','So. what did Dizzywig have to say?','','','','','',5080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(893,2,17,0,17,24,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Weapons of Choice','The Razormane quilboars to the south, beyond the Field of Giants, have no skilled blacksmiths from what I am told, but they\'ve apparently started to develop sturdier weapons. I\'d like to get my hands on a few different types to learn their techniques if possible.$B$BIf you wish to help bring honor to the Horde, then bring me examples of their weapons. Find me a dagger from their stalkers, a wand from their seers, and a shield from their warfrenzy. That should do nicely!','Bring a Razormane Backstabber, a Charred Razormane Wand and a Razormane War Shield to Tatternack Steelforge at Camp Taurajo in the Barrens.','Excellent, excellent specimens indeed.$B$BThe quilboar are further along than I had expected.$B$BHere, $C, take this and get out of my way. I\'d better take a closer look at these weapons. We may have underestimated our enemy, and that\'s the kind of mistake we can\'t afford to make.','I, too, have doubts that the pathetic quilboars could attain any level of skill in the area of smithing, but I do as the Warchief commands, and I shall learn what I can about the Razormane tribe.$B$BI have had more menial tasks, and I do so willingly if it aids the orc people.',NULL,NULL,NULL,NULL,NULL,5093,5092,5094,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5322,5323,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(894,2,17,0,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,5088,1,0,'Samophlange','The Venture Company set up a small research facility far to the north of here, southwest of the Sludge Fen. I don\'t know very much about what they\'re doing, but did manage to discover that they\'re experimenting with something called a \"samophlange\".$B$BNow what the heck is a samophlange? Well, whatever it is, I want to examine it, so I need someone to go get it.$B$BI obtained a copy of their control system operating manual, you should be able to figure out how to disengage the samophlange from it.','Access the control console at the Venture Company research site.','A variety of buttons, levers and blinking lights are somewhat erratically arrayed on the face of the control console. A small gauge indicates that the apparatus is currently operating within optimal levels, and indicates that control valves one through three are currently open. There is a small keyhole set into the lower right side of the control panel.',NULL,NULL,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,0,0,0,0,0,470,0,0,0,0,150,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(895,2,17,0,9,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Baron Longshore','WANTED!$B$BBaron Longshore. Captain of the Heedless$B$BCaptain Longshore of Gilneas leads vessels of the Southsea Freebooters, and is wanted on charges of piracy. Remains must be in identifiable condition!$B$B-- Gazlowe','Bring the head of Baron Longshore to Gazlowe in Ratchet.','Ahhhh! That sort of business. You know. I saw the Heedless once on the open seas. Fearsome ship, or was that boat... those sailors are so particular!$B$BAnyways, watching her glide across the water was quite a sight to see. I\'m glad her infamous captain will trouble my ships no longer.','What\'s happening? Something I can help you with? Goods to ship. perhaps an engineering job?','','','','','',5084,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(896,2,17,0,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Miner\'s Fortune','Being Wharfmaster of a busy port like Ratchet, I keep my finger on the pulse of information. I know all about the exchange of goods and money between here and Booty Bay.$B$BThe latest bit of news I\'ve heard is about the Venture Company\'s Boulder Lode mine northeast of the Sludge Fen. One of the miners discovered an emerald the size of your fist. I know a few buyers who\'d be interested in getting their hands on something like that, and I\'d be willing to go half and half on its sale.','Retrieve the Cats Eye Emerald from one of the Venture Co. Overseers or Enforcers for Wharfmaster Dizzywig at Ratchet.','Look at the size of that thing, $N! We\'re going to be rich! Let\'s see, according to the rates I\'ve seen on gems going into Undermine, I should be able to figure out your cut--fifty percent, don\'t worry!$B$BNow let\'s see... I think this should do about right. Pleasure doing business with you, $N.','If only we knew which one of the miners had found the emerald, it\'d be a walk in the park...',NULL,NULL,NULL,NULL,NULL,5097,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5335,0,0,0,1,0,0,0,470,0,0,0,0,150,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(897,2,17,0,10,24,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5138,1,0,'The Harvester','This strange. insect-like creature looks outside of the natural order, as though it does not belong in the Barrens.','Bring the Harvester\'s Head to Jorn Skyseer.','I can tell nothing of the nature of this beast. for its spirit has fled. But as you guessed, it does not belong in the Barrens. I fear it may herald a grim future for our people...$B$BBut for now, prepare yourself, and let us hope that time unravels the mystery of this creature.','You seemed troubled. $N. How go your lessons in the Barrens? Did you find something that disturbs you?','','','','','',5138,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(898,2,17,0,13,20,0,690,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'Free From the Hold','Finally! Someone to rescue me!$B$BI can\'t believe you got past the guards. These zealots from Theramore are out of their minds. They sank our ship and imprisoned me, the only survivor. I was called an enemy and threat to the Alliance.$B$BMe! A threat to their great sham of an Alliance? I was a deckhand on a moonshine transport between Ratchet and Booty Bay.$B$BEnough talk. Help me get back to Ratchet will you? Let me know when you\'re ready and we\'ll make our break.','Safely escort Gilthares Firebough back to Captain Brightsun in Ratchet.','And to think, we thought Firebough was long dead!$B$BYour heroics have earned you a place of honor with the Thalo\'dan Privateers, $N.',NULL,'Escort Gilthares Firebough back to Ratchet',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,5311,5312,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,350,0,0,0,0,0,2500,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(899,2,17,0,14,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Consumed by Hatred','Perhaps you know the pain of uncertainty, perhaps not, $C. But know this: I stand here every day, from the sun\'s rising till its decline, scouring the horizon for more of those monsters. I\'ve killed every pig man I\'ve come across since, but my thirst for their blood is far from quenched. Perhaps instead of heading north to the Crossroads I should have headed to Taurajo.$B$BYou, $C--you could help me.$B$BKill them. Kill as many as you can. Bring me their tusks, and we will celebrate their deaths together.','Bring 60 Bristleback Quilboar Tusks to Mankrik at the Crossroads.','$C, you take my task seriously, and for that I thank you.$B$BAlthough my desire for revenge remains, I can at least smile seeing that the quilboars have felt pain themselves.','The quilboar will pay for this, $N. I swear it.','','','','','',5085,0,0,0,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,5314,6477,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(900,2,17,0,11,14,0,0,0,0,0,0,0,0,0,0,0,8,0,0,894,0,0,901,0,0,0,'Samophlange','The three control valves are currently opened. The various readings on the control panel lead you to presume that they must be shut off before the apparatus can be shut off.','Close off the Fuel Control Valve. the Regulator Valve and the Main Control Valve then use the control console again.','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.','','','Shut off Main Control Valve','Shut off Fuel Control Valve','Shut off Regulator Valve','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-4072,-61936,-61935,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,75,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(901,2,17,0,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,902,0,0,0,'Samophlange','With the apparatus deactivated. the control panel can be opened up and the samophlange removed from the console. With everything else in place, all that is left is to acquire the key to unlock the console.','Get the Console Key from Tinkerer Sniggles to use on the control console.','Turning the key in the lock. the control console unlocks. A red light at the top of the console turns off and all power drains from the terminal.','The console lights are dimmed and the gauges and dials all read at their zero positions. everything idling.','','','','','',5089,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(902,2,17,0,11,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,901,0,0,0,5054,1,0,'Samophlange','Pulling open the face of the control console reveals a dense jumble of wires. tubing and other strange mechanical objects--most of which seem to serve no practical purpose. Pushing them aside and digging deeper into the console, you find the samophlange. A tug removes it from its housing.','Return the Samophlange to Sputtervalve in Ratchet.','This is... er... interesting... yes. I\'ll have it sent along to the Tinkers\' Union headquarters in Undermine. I\'m sure after some careful dissection and research. they\'ll be able to make some sense of it.$B$BBut, perhaps I\'ll have a little look myself first...','Oh. you\'re back, $N! Do you have the samophlange?','','','','','',5054,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5324,5325,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,250,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(903,2,17,0,10,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,845,0,0,881,0,0,0,'Prowlers of the Barrens','Now it\'s time to go after something that really bites. The prowlers of the Barrens are a tough breed. Tough, resourceful, sly... and deadly. You\'ll find them among the tall grasses. You\'ll find many to the southwest of the Crossroads.$B$BBe wary as you hunt them, $N, or you may find yourself no longer the predator, but instead the prey.','Collect 7 Prowler Claws from Savannah Prowlers for Sergra Darkthorn in the Crossroads.','Ah, I see you\'ve been busy, lurking in the grasses and hunting prowlers. Do you think, then, it is time to face a champion among them?','How goes your hunt, $N? Have you found the prowlers?',NULL,NULL,NULL,NULL,NULL,5096,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(906,2,17,0,17,25,0,690,0,0,0,0,0,0,0,0,0,0,0,0,879,0,0,0,5072,1,0,'Betrayal from Within','Take Lok\'s head to Thork in the Crossroads, $R. He should know what has happened to my tribe without any words--ha, not that he would believe Mangletooth helped in such things. But I am sure he\'ll reward you for carrying out such a great deed. $B$BI will continue to bless you with Agamaggan\'s power for as long as I remain in this cage, $R. Until then, farewell.','Bring Lok\'s Skull to Thork at the Crossroads in the Barrens.','You found the Razormane leader and killed him yourself, $N? Amazing.$B$BI am without words, but that does not mean I am without thanks. The people of the Crossroads would do well to respect your strength.$B$BI must admit, I thought the leader of these raids on our supply lines was another quilboar. Thank you again, $N.','Yes, what is it?',NULL,NULL,NULL,NULL,NULL,5072,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5316,5317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,500,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(907,2,17,0,10,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,882,0,0,913,0,0,0,'Enraged Thunder Lizards','Now, $N, you must face the great thunder lizards. So large are the beasts, the ground rumbles as they stomp across the plains. Take care as you fight them, for one false step and you may find yourself beneath their feet.$B$BYou will find the thunder lizards in the southern Barrens. They are known as Stormsnouts, Stormhides and Thunderheads. Return to me after you have bested them.','Bring 3 Thunder Lizard Blood to Jorn Skyseer at Camp Taurajo.','It is good to see you return with proof of victory. And it is good to know you have done so with your bones unbroken.','Are the thunder lizards defeated, $N?',NULL,NULL,NULL,NULL,NULL,5143,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(908,2,331,0,25,27,1,690,0,0,0,0,0,0,0,0,0,0,1,0,6563,0,0,0,0,0,0,'Amongst the Ruins','The Twilight\'s Hammer has moved into the Moonshrine Ruins of Blackfathom Deeps. Their presence can only serve to coerce the elements into working against us. If left unchecked, this region will be theirs for good.$B$B$N, go into Blackfathom and find the ruin\'s fathom stone; it should be somewhere close in the water. In it is a fathom core - a device that when properly read it will relate a history of all elemental activity. If I have it, I and the Earthen Ring can maybe do something to stop them!','Bring the Fathom Core to Je\'neu Sancrea at Zoram\'gar Outpost. Ashenvale.','This is exactly what I need! A fathom core is an incredible well of information that we will be able to draw much good from. Whatever the Twilight\'s Hammer is up to in there - and believe me when I say it is no good - my comrades and I will now uncover.$b$bYou\'ve done well here today; the Earthen Ring looks upon you warmly for assisting us. You\'ve also helped the Horde as a whole. and for that you should be proud.','Have you been successful in locating the fathom core? Without it we\'ll have no idea what the Twilight\'s Hammer is exactly up to down there.','','','','','',16762,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,16500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(909,2,331,0,29,30,1,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16782,1,0,'Baron Aquanis','The defeated water elemental has left behind a strange water globe. You surmise that the object somehow fed the beast energy. Inside the globe, a putrid-looking form of water sloshes about. The globe itself seems impervious to any sort of physical force.$B$BIf anyone can make any sense of this item, it would be Je\'neu Sancrea of the Earthen Ring. He is located at the Horde\'s Zoram\'gar Outpost in Ashenvale.','Bring the Strange Water Globe to Je\'neu Sancrea at Zoram\'gar Outpost. Ashenvale.','This... this is quite the find. $N.$b$bYou acquired this from Baron Aquanis in Blackfathom, you say? Baron Aquanis has long been thought of as a corrupted elemental power; this globe will prove what exactly had corrupted him. While it would be no surprise if it turned out to be the Twilight\'s Hammer, our studies will also show how they did it as well.$b$bYou did well in bringing this to me. Please - take this, along with the Earthen Ring\'s warmest regards.','Ah. hello again $N. I was just reading the waves the sea, much like I always do. What brings you to the outpost?','','','','','',16782,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16886,16887,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(910,2,-284,0,60,60,0,690,0,0,0,0,0,0,0,0,0,4,0,0,911,0,0,0,0,0,0,'Down at the Docks','I have heard tales of the mighty ships that sail between Ratchet and Booty Bay! That would be so cool to sail on the ocean and fight in many great sea battles. Maybe I will be a mighty Horde sailor when I grow up! Yeah!$B$BWould you take me to see the Ratchet docks. please? I promise I won\'t get into the water or cause any trouble - I just want to see the big boats and smell the salty sea water! Yeah!','Take your ward to the docks of Ratchet in the Barrens.','Wow. the ocean is HUGE! There were a lot of sea gulls and stuff too - It\'s just as noisy and as bustling as I thought it would be. There are pirates near by too - so cool!$B$BThank you for taking me to Ratchet, $N. That was so awesome!','Are we there yet?','Go to the docks of Ratchet in the Barrens.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,50,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(911,2,-284,0,60,60,0,690,0,0,0,0,0,0,0,0,0,4,0,0,172,0,0,0,0,0,0,'Gateway to the Frontier','They say that Ashenvale is the new frontier, and that the Mor\'shan Rampart in the Barrens is the gateway to it. That would be so cool to be a pioneer, carving everything you need out of the untamed wilds! They say that this is where the Horde and Alliance will clash the most in the future, and I want to be there $N!$B$BWould you take me to the Mor\'shan Rampart so I can see what the frontier looks like, please? I wanna see where the Horde is driving out those smelly night elves!','Take your ward to the Mor\'shan Rampart in the northern part of the Barrens, just before entering Ashenvale.','Wow, Ashenvale is where real adventure happens! Have you ever fought in Ashenvale, Yohaan? When I become a hero when I grow up, I wanna come to Ashenvale and fight for the glory Horde!$B$BThank you for taking me to the frontier, $N. You\'re the best!',NULL,'Go to the Mor\'shan Rampart in the Barrens.',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,0,0,0,0,0,67,0,0,0,0,50,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(913,2,17,0,10,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,907,0,0,874,0,0,0,'Cry of the Thunderhawk','The thunderhawk, $N, is a fierce beast. It is time for you to face them. You must find where it roams, and bring me its wings as proof of your successful hunt.$B$BDo this, and your time with me will near its end.','Find and slay a Thunderhawk, return its wings to Jorn Skyseer at Camp Taurajo.','You, like the thunderhawk, should be proud. You have bested every foe we set you before, and have done so with strength, courage and honor.$B$BBut your path, $N, continues. In fact, you will find that true hunters forever strive, forever walk their path with the same pride you have shown me.$B$BNow, it is time to move on.','Is it done? Have you slain the thunderhawk?',NULL,NULL,NULL,NULL,NULL,5164,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5302,5306,0,0,0,0,1,1,0,0,0,0,5299,0,0,0,1,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(914,2,1638,0,10,22,81,690,0,0,0,0,0,0,0,0,0,0,0,0,1490,0,0,0,0,0,0,'Leaders of the Fang','The druids in the Wailing Caverns, the Druids of the Fang, are an aberration. They were part of an order of noble druids whose plan was to heal the Barrens, but now seek to remake that land to match their own, twisted dreams.$B$BThe Druids of the Fang have four leaders, and each possesses a dream gem. Even now their faces haunt me! Defeat the leaders and bring me their gems, and the Barrens may again know peace.$B$BGo, $N. You will find them lurking deep within the Wailing Caverns.','Bring the Gems of Cobrahn, Anacondra, Pythas and Serpentis to Nara Wildmane in Thunder Bluff.','You have done it, $N. You killed the leaders of the Druids of the Fang. My dreams are now free of their wicked faces, and you have helped save the Barrens from a cursed future.$b$bI thank you, $N. I thank you for myself, for the druids of Thunder Bluff, and for the land.','Memories of my nightmares haunt me, $N. Have you defeated the leaders of the fang and acquired their gems?','','','','','',9738,9739,9740,9741,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6505,6504,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(915,2,-284,0,54,60,0,255,0,0,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,'You Scream. I Scream...','ICE CREAM! Oh please please please could you get me some ice cream?! Strawberry is my favorite flavor. and there\'s no better strawberry ice cream in the world than Tigule and Foror\'s Strawberry Ice Cream! It\'s my favorite ice cream in the whole wide world!$B$BI had it once a long time ago when I was at the Shimmering Flats race track. but I heard that they might be selling them in town now! Please? Pretty please? With Tigule and Foror\'s Strawberry Ice Cream on top??!?!','Get some Strawberry Ice Cream for your ward. The lad seems to prefer Tigule and Foror\'s brand ice cream.','Mmmmmmmmm! I love their strawberry ice cream! If there\'s one thing Tigule and Foror know to do. it\'s make ice cream!$B$BThank you very much $N - this is the best treat ever!','I wish they\'d make more flavors of ice cream other than strawberry. but I guess I\'m lucky that strawberry is my favorite!','','','','','',7228,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(916,2,188,0,3,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,917,0,917,0,0,0,'Webwood Venom','I came to Shadowglen to observe the webwood spiders that dwell in the Shadowthread Cave. They are cousin to a much smaller variety of spider; I believe the world tree has had a profound effect on them. and I would like specimens to study to confirm this.$B$BFirst, I would like some of their venom. Gather Webwood venom sacs from the spiders in and around the Shadowthread Cave, to the north. I can then examine them for similarities with their smaller cousin\'s venom.','Bring 10 Webwood Venom Sacs to Gilshalan Windwalker at Aldrassil.','Thank you. $N. When I return to Darnassus I will compare the venom within these sacs with the venom of other spiders. It is my belief that it will have properties linked to the recent growth of our new world tree.','Did you gather the venom sacs. $N?','','','','','',5166,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10544,5392,5393,5586,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(917,2,188,0,3,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,916,920,0,0,0,0,0,'Webwood Egg','Now that I have the spiders\' venom. I\'d like some live specimens to study. Unfortunately, capturing a living, giant spider is more than I can ask of you, young $C. And a giant spider is more than I could handle myself!$B$BBut if you can find an unhatched egg, then delivering specimens will be much easier, and I can then arrange for the unhatched spiders to be contained.$B$BThere must be a nest deep in the Shadowthread Cave. Please, search for an egg in the nest and return it to me.','Bring a Webwood Egg to Gilshalan in Aldrassil.','Ah. very good. I will have this egg and the venom transported to Darnassus, then return there when my studies are done here. I expect to find out a great deal from these specimens, $N. You have been a great help to me.','Have you been inside the Shadowthread Cave. $N? Did you find a spider egg?','','','','','',5167,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5395,4907,11189,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0),(918,2,141,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,997,0,0,922,0,0,0,'Timberling Seeds','The timberlings of Teldrassil are elementals of nature. In some ways they reflect the natural order of plants and animals on our great tree.$B$BSo it is disturbing to see how angry the timberlings have become.$B$BI believe it has something to do with the soil. I have been working on different methods of nurturing plants and would like to try them on timberling seeds. Please. can you gather seeds from timberlings around Lake Al\'Ameth and bring them to me?','Bring 8 Timberling Seeds to Denelan at Lake Al\'Ameth.','You got them. This is good!$b$bI will plant these seeds in special soil I have prepared. I believe the seeds will sprout into timberlings who are much more docile. Perhaps later you can see the results!','Do you have the seeds? I am eager to plant them.','','','','','',5168,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4604,0,0,0,10,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(919,2,141,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Timberling Sprouts','Small timberlings are sprouting around the waters of Lake Al\'Ameth. I\'m afraid these sprouts are beyond help -- we should try to clear them from the land before they grow large enough to cause trouble.$B$BWhen you\'re wandering the lake. if you see any timberling sprouts please take them. Help keep our land clean!','Bring 12 Timberling Sprouts to Denalan at Lake Al\'Ameth.','That\'s a lot! I\'m afraid they\'re spreading at a dangerous rate. I hope I can solve the riddle of what is tainting them.$b$bThank you for your help. $N. The land is a cleaner place from your efforts.','Hello. $N. Have you found any sprouts near the waters?','','','','','',5169,0,0,0,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,5606,6061,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,350,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(920,2,188,0,4,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,917,921,0,921,0,0,0,'Tenaron\'s Summons','$N, is it? I heard that Tenaron has been asking for you. You\'ll find him in the highest room atop Aldrassil.$B$BWe may live long lives, but it\'s best you not keep him waiting too long.','Speak with Tenaron Stormgrip atop Aldrassil in Shadowglen.','Ah, $N. I was hoping you\'d be prompt in answering my summons. I have an important task that I would like you to perform.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0),(921,2,188,0,4,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,920,928,0,928,5185,1,0,'Crown of the Earth','It is time for you to set out to seek your destiny. $N. But before you are ready to set out into the world beyond our enchanted forests, there is much you must learn about our recent history.$B$BMuch has changed with our people since the Battle of Mount Hyjal. Nordrassil lies a pale shadow of what it once was, its power used to defeat Archimonde and drive back the Burning Legion...$B$BThere is a task you must perform. Go to the moonwell north of Aldrassil and return me a phial of its water.','Fill the Crystal Phial and bring it back to Tenaron Stormgrip atop Aldrassil.','So you have heard the first part of the aftermath of the Battle of Mount Hyjal. There is much more to be told and the task you have begun here will continue through the rest of your journey through Teldrassil and into Darnassus.','The moonwells hold the waters of the Well of Eternity. the ancient source of magic that has wrought so many horrors upon our world.$B$BThe druids take advantage of its properties, and the Sentinels revere the wells as shrines to Elune, but sorcery is forbidden to all.','','','','','',5184,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0),(922,2,141,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,918,0,0,923,5168,1,0,'Rellian Greenspyre','$N. can you take one of the seeds you brought me to my friend, Rellian Greenspyre? He is a druid in Darnassus, and when last we spoke he revealed his interest in my work with the Timberlings. He had some ideas himself, and he will appreciate a specimen seed to work with.$B$BThank you, $N. You have been a great help to me. I hope that, some day, you will see the fruit of my labors.$B$BYou will usually find Rellian walking the pathways of the Cenarian Enclave in Darnassus.','Bring a Timberling Seed to Rellian Greenspyre in Darnassus.','Ah. a timberling seed? I wanted to try growing one of these to help Denalan with his studies.$b$bBut I\'m afraid I\'ve discovered that a corruption has grown in many of the timberlings, and seeds from such creatures carry their parent\'s taint. They are beyond my talents to repair.$b$bDenalan is very skilled with things that grow. He may find a cure for future timberlings. He may be their only hope.','Hello...$b$bAnd how may I help you?','','','','','',5168,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(923,2,141,0,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,922,2498,0,0,0,0,0,'Tumors','There is a malevolence growing in the timberlings. We are trying to find the source. but until we do...in order to keep Teldrassil safe we must cut down the timberlings who are beyond help. Those that wander Wellspring Lake in northern Teldrassil are the most tainted. They must be removed!$B$BDestroy the Timberlings you find there, and gather the mossy tumors growing upon them. Bring the tumors to me so that they may be burned.','Bring 5 Mossy Tumors to Rellian Greenspyre in Darnassus.','Well done! These tumors are the symptom of the timberling\'s disease. They are filled with a poison that we must cleanse from our new land.$b$bI will dispose of these tumors. Thank you. $N.','Have you been to Wellspring Lake. $N? Have you been hunting the timberlings there?','','','','','',5170,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5605,0,0,0,1,0,0,0,69,0,0,0,0,350,0,0,0,0,0,600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(924,2,17,0,10,14,0,690,0,0,0,0,0,0,0,0,1800,0,2,0,809,0,0,0,0,0,0,'The Demon Seed','The Demon Seed is a powerful tool for the Burning Legion. It rests in a cave on Dreadmist Peak. above a demonic altar of fire.$B$BI have prepared power stones that when placed near the Seed will disrupt its connection to the Legion.$B$BTake a stone from the table and bring it to the altar of fire atop Dreadmist Peak. Travel west, then north when the road forks. The Peak will be to your left. The safest climb to the top is on its northern face.$B$BAnd hurry--the stone\'s power will consume itself in time.','Grab a Flawed Power Stone. Bring it to the Altar of Fire before the stone expires. then return to Ak\'Zeloth.','Your task is complete. You have destroyed the Demon Seed as Neeru bid. But this is not the end...$b$bThe destruction of the Demon Seed sent waves of power through the ether. waves of staggering force. I felt them, and I am sure other beings did as well. Others who will wonder why their toy was broken...$b$bBut regardless of future troubles, I have something for you. Neeru sent it as payment. And he bid me thank you.$b$bSo, thank you.','The Demon Seed still exists. I can sense its power...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3525,0,0,0,1,0,0,0,5099,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5420,0,0,0,1,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(925,2,-284,0,60,60,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23123,'Cairne\'s Hoofprint','They say that Cairne Bloodhoof is one of the greatest heroes the Horde has ever seen. When I grow up. I wanna be a hero of the Horde too!$B$BDo you know Cairne, $N? Could you do me a favor, please? Could you get his hoofprint for me? I dunno how to ask him, and he\'d probably be too busy for someone like me... but you! You\'re an adventurer just like he is! I bet he\'d give you his hoofprint easy!$B$BPlease?','Travel to Thunder Bluff to see about getting Cairne Bloodhoof\'s hoofprint for your ward.','WOW! You got Cairne\'s hoofprint for me! Thank you very much! And wow... he wrote a personal message on here - to me! I knew he\'d be totally cool. I just did! Maybe someday I\'ll thank him myself... when I become a hero of the Horde!$B$BYou\'re the best, $N. Thank you for being so nice to me.','When the orcs were alone and without friends. the tauren welcomed them to a strange land and shared with them without asking anything in return. That\'s honor, $N.','','','','','',18643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(926,2,14,0,1,14,0,690,0,0,0,0,0,0,0,0,0,8,1,0,-924,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.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4986,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(927,2,141,0,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5179,1,0,'The Moss-twined Heart','The heart of Blackmoss the Fetid is covered with a dark, oily moss. In fact, the only way to tell this is a heart is from its slow, rhythmic beat... A beat that continues even now.$B$BPerhaps Denalan will want to see this heart.','Bring the Moss-twined Heart to Denalan at Lake Al\'Ameth.','...What is this? A timberling heart?? It\'s covered with a foul moss!$b$bThank you for bringing this to me. $N. I will examine the heart and. if fortune shines, determine the nature of the moss about it.','$N! You have something for me?','','','','','',5179,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(928,2,188,0,4,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,921,929,0,929,5186,1,0,'Crown of the Earth','While there is more I could speak to you of the moonwells and of Teldrassil. I must send you along. Corithras Moonrage will be expecting you. I have poured the phial of water you brought to me into this vessel to bring to him.$B$BSeek out Corithras. You will find him at the moonwell in Dolanaar. Follow the road south from Aldrassil out of Shadowglen, and continue to follow the cobblestones as the road turns west.$B$BMind you stay on the road though, $N. There are dangerous beasts in the forests of late.','Bring the Partially Filled Vessel to Corithras Moonrage in Dolanaar.','Ah. I see. You were sent by Tenaron. Well then, it would seem we have much to talk about, much to do, and little time to do it in.$B$BI think we\'d best get started.','Greetings. $C. For what purpose do I owe the pleasure of our meeting?','','','','','',5186,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0),(929,2,141,0,5,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,928,933,0,933,5619,1,0,'Crown of the Earth','First. let me tell you more of the task you must complete. The druids in Darnassus use the water of the moonwells of Teldrassil, and their moonwell must be replenished from time to time. Using these specially crafted phials, you can collect the water of the moonwells.$B$BTake this vessel to the moonwell outside of Starbreeze Village to the east, and fill it with some of its waters, then return to me. When you have completed your task, I shall continue the story where Tenaron left off...','Fill the Jade Phial and bring it back to Corithras Moonrage in Dolanaar.','After the Battle of Mount Hyjal. we were without direction. Nordrassil smoked from the fire it unleashed, and our immortality--the very essence of our beings!--was lost.$B$BIt was in this trying time that the Betrayer was freed from his prison, and Shan\'do Stormrage disappeared. A dark time for all.','Hello again. $N. Have you completed your task?','','','','','',5639,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0),(930,2,141,0,1,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5189,1,0,'The Glowing Fruit','Hanging from beneath its fronds of this glowing plant is a large. round fruit.$B$BDenalan would want to study this fruit, you are certain.','Bring the glowing fruit to Denalan at Lake Al\'Ameth.','You found this on Teldrassil? Intriguing... this fruit is exotic. Perhaps its seeds were brought here from far off. Perhaps even as far as Azeroth! And there\'s something about this fruit... it seems to have reacted very strangely with the soil of Teldrassil.$b$bThank you. $N. Now if you\'ll excuse me, I must study this further...','$N. you look like you have something to tell me. Do you have news concerning the timberlings?','','','','','',5189,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,350,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,930),(931,2,141,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5190,1,0,'The Shimmering Frond','The fronds on this plant shimmer in the forest light. giving it a twisting, pulsing aura.$B$BYou believe that Denalan would want a specimen of this.','Bring a Shimmering Frond to Denalan at Lake Al\'Ameth','Where did you get this? I haven\'t seen a plant like this since a sojourn I made to the Swamp of Sorrows... decades ago! It\'s amazing that a specimen made its way to Teldrassil. And it\'s grown to such a size!$b$bThank you. $N. Forgive my shortness of words, but there is a test I would like to perform on this frond...','You have something for me?','','','','','',5190,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,350,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,931),(932,2,141,0,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twisted Hatred','I must warn you. $N, this matter must stay between us. The satyr are enough of an embarrassment to us already, and this one is much too close to home.$B$BHe is called Lord Melenas. He resides in the nearby cave of Fel Rock where he has gathered a large group of grell warriors. His heart is black as night, and he plots something most foul.$B$BYou must find him within his nearby cave just to the north of here, and bring me his head.','Kill Lord Melenas and bring his head to Tallonkai Swiftroot in Dolanaar.','With Lord Melenas laid to rest I can finally move on to other matters. Thank you. $N.','Did you kill Lord Melenas yet? It is vital that he be taken care of quickly and quietly. $N. His continued existence is an embarrassment to us all.','','','','','',5221,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5419,2571,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0),(933,2,141,0,5,9,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,929,7383,0,7383,5621,1,0,'Crown of the Earth','There is another moonwell southeast of the entrance to Darnassus. on the shores of the Pools of Arlithrien. The Sentinels are having problems patrolling the area because of attacks and the growing ill-temperedness of the Gnarlpine furbolgs.$B$BBe wary as you seek out the well, and keep your weapons close at hand.','Fill the Tourmaline Phial and bring it back to Corithras Moonrage in Dolanaar.','Shan\'do Stormrage never returned. and the druids were in disarray, and to this day we still do not know what became of him. With Malfurion missing, Arch $C Fandral Staghelm took over the leadership of the druids, convincing the Circle of Ancients in Darkshore that it was time for our people to rebuild, and that it was time for our people to regain their immortality.$B$BWith the approval of the Circle, Staghelm and the most powerful druids grew Teldrassil, the new World Tree.','At first the reports of crazed furbolg attacks were dismissed. Who could have thought that the peace-loving bear-men would turn to mindless rage? Yet another of the problems that plagues us here in our new home.','','','','','',5645,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(10944,2,3520,0,70,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10946,0,10946,0,0,0,'The Secret Compromised','Thanks again, $N. I recognize your name. Akama has entrusted you with his plans and so I will trust you as well.$B$BThe naga discovered I was working against Illidan and tried to get me to speak by torturing me. I did not tell them a thing - Akama himself taught me to master pain through meditation.$B$BIllidan asked the naga to bring me to him. He would have seen right through my flesh and into my soul\'s deepest secrets.$B$BAkama must be warned. Our plans are in jeopardy!','Travel to the Wardens Cage in Shadowmoon Valley and speak to Akama.','I thank you, $N. Olum is one of my dearest friends and most trusted followers. His contributions have been of vital importance to our plans.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1012,0,0,0,0,350,0,0,0,0,0,88000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(10946,2,3845,0,70,70,62,0,0,0,0,0,0,0,0,0,0,0,0,0,10944,10947,0,10947,31946,1,0,'Ruse of the Ashtongue','Olum\'s sacrifice was tremendous. I would never have asked him to give up his life myself. But it is done.$B$BIf we\'re to lure Illidan back into a false sense of security, we need to do his bidding - at least for now.$B$BI command a vast army of Ashtongue, but - aside from the Deathsworn - none can be trusted.$B$BYou are to perform the deed that Illidan demands. Take this cowl; it is magical in nature. You will appear to be one of my men to any who see you slaying Kael\'s phoenix, Al\'ar.','Travel into Tempest Keep and slay Al\'ar while wearing the Ashtongue Cowl. Return to Akama in Shadowmoon Valley once you\'ve completed this task.','You\'ve done well, $N. This will bring us a step closer to shifting Illidan\'s focus away from us and from...$B$B$B$BMore work remains to be done, $N.','Is the deed done, $N? Illidan is not a patient master!','','Ruse of the Ashtongue','','','',31946,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19514,0,0,0,1,0,0,0,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,500,0,0,0,0,0,132000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(935,2,141,0,6,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7383,0,0,0,5188,1,0,'Crown of the Earth','Without the blessings of Alexstrasza the Life-Binder and Nozdormu the Timeless. Teldrassil\'s growth has not been without flaw. Strange beasts have been reported arising from the very ground of the tree, and crazed furbolgs attack passing travelers.$B$BI can only hope that the solution the Arch Druid is looking for will be found quickly. I will pour all the phials you brought into this vessel, for you to deliver to Darnassus.$B$BBring it to Fandral Staghelm, you will find him in the druid grove.','Bring the Filled Vessel to Arch Druid Fandral Staghelm in Darnassus.','Ah yes. the water I had requested. Tenaron and Corithras certainly took their time in having it delivered... perhaps not choosing the most reliable of messengers... hmm.$B$BNonetheless, I can finally get back to my work then. The weight of Teldrassil\'s problems fall upon my shoulders. A yoke I would wish to soon be rid of.$B$BTake this, you may find some use for it.','I know that I did not summon you. so I cannot help but wonder why it is you have come to speak with me.$B$BWhatever it is, please make it quick.','','','','','',5188,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5596,5595,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(936,2,1637,0,47,50,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3761,0,0,0,'Assisting Arch Druid Runetotem','Excuse me $C, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Thunder Bluff is most interested in seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Hamuul Runetotem is spearheading this research.$B$BPlease - if you are interested, speak with him directly on the Elder Rise within Thunder Bluff proper.','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','Greetings, $c; I am glad you are interested in assisting our research. There is much to do, and I would be doing you a disservice if I informed you that the work this entails is not dangerous. Hopefully this will not scare you off... but from the looks of you, I take it that danger is something that you have dealt with before.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(937,2,141,0,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,0,0,'The Enchanted Glade','I was dispatched with a small group of Sentinels here to protect the Oracle Tree from the harpies that have made nests all around the glade. Little by little we are trying to push them back.$B$BWhen the Oracle Tree attempted to send a runner to Darnassus with a report. the messenger was attacked and killed by a group of the harpies.$B$BIf you feel up to the task, go to their nests, slay them, and return their belts to me as proof of your deeds.','Acquire 6 Bloodfeather Belts and bring them to Sentinel Arynia Cloudsbreak in the Oracle Glade.','I am impressed by what you have accomplished here in so short a time. $N. Would that I could ask you to remain here to assist me with my duties... but I know in my heart that greater tasks lie ahead for you.$b$bI have noticed the Oracle Tree has just shed a piece of its bark. No doubt it has a task that it wishes completed. You should speak with it.','Their slashing talons and piercing beaks may prove a difficult match for your own abilities. $N, but I have faith that you will not fail in this task.','','','','','',5204,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5592,5591,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(938,2,141,0,7,12,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,'Mist','The sabercat\'s fur is a distinctive gray color, blending into the surrounding forest. As she lays there, you observe that she is badly wounded, with deep lacerations across her back and stomach.$B$BShe raises her head and gazes at you, bright intelligence shining in blue eyes. She seems to wish to follow you.','Escort Mist to Sentinel Arynia Cloudsbreak at the moon well near the Oracle Tree.','Oh, thank you, $n! I feared I would never see Mist again, knowing only her death in my heart, never to be united with my faithful companion. I owe you more than you can know, and you have my eternal gratitude.','Mist... It was my fault! The witches caught me off guard... I should not have let them take you...','Lead Mist safely to Sentinel Arynia Cloudsbreak','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5590,5593,5618,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0),(939,2,361,0,49,54,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4441,11668,1,0,'Flute of Xavaric','You study the simple wooden flute you picked up after defeating Xavaric.$B$BThe knotted wood feels solid. but it seems as if the spirals and patterns in the surface begin to spin and move as you turn it over in your hands. Suddenly, you feel a sense of dread...$B$BYou shake your head, sure that your mind is playing tricks on you.$B$BIt\'s possible that other satyrs carry clues as to what you have found. Bring your findings to the druid, Eridan Bluewind, that lives in southern Felwood.','Bring the Flute of Xavaric and 5 Jadefire Felbind samples to Eridan Bluewind in southern Felwood.','I sense the suffering of ancient ones. $N...$B$BHolding these items is almost unbearable...','What is it. $C? You look concerned.','','','','','',11668,11674,0,0,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(940,2,141,0,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,937,0,0,952,5219,1,0,'Teldrassil','The forest whispers of your feats of valor. $N. As I felt the harpies forced from their nests, a greater calm spread across the forest, its creatures once again feeling safe. I have feared sending another messenger to the Arch Druid, but I know that you will see my message safely to him.$B$BDeliver this to him and know that the forest will see you safely along its paths to the forest of stone.','Deliver the Oracle Tree\'s report to Arch Druid Fandral Staghelm in Darnassus.','I wondered why the Oracle Tree had not communicated with me for so long... It seems that some problems are lessened while others grow to greater concerns.$b$bI fear my work on Teldrassil shall never be completed. and our immortality never restored.$b$bNonetheless, you have done the Oracle Tree\'s task well, and should be rewarded for your diligence.','Hmm... You come with the spirit of the forest strongly within you. $C. What business do you have with the Arch $C of the Kaldorei?','','','','','',5219,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(941,2,141,0,9,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,927,0,0,0,5217,1,0,'Planting the Heart','I have removed that foul moss from the heart, but it remains tainted...$B$BTry placing the heart in my planter. It is filled with a nutritive soil that may cleanse and heal the heart.','Plant the Tainted Heart in Denalan\'s Planter.','You place the heart within the planter. and it quickly digs itself in!$b$bA few seconds later it wriggles back out, cleansed. It pulses slightly... beckoning for you to take it.','This planter is filled with soil. specially prepared by Denalan.','','','','','',5217,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5218,0,0,0,1,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(942,2,148,0,16,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,741,0,0,943,4654,1,0,'The Absent Minded Prospector','This fossil bears a striking resemblance to one I once saw in Ironforge. An archaeologist by the name of Flagongut brought it to our annual Explorers\' League conference. He believed the fossil had a power which could be unlocked somehow.$B$BLast I heard Flagongut had holed up in the Deepwater Tavern in Menethil Harbor. awaiting escort to the Whelgar Excavation Site. Seek him out and show him Remtravel\'s fossil. Perhaps he can reveal the secrets of the past.$B$BThe ship to Menethil departs from Auberdine.','Take the mysterious fossil to Archaeologist Flagongut in Menethil Harbor.','Oh my! You say this came from the distant lands of Kalimdor?$B$BAmazing! Simply amazing!','What ya got there. friend?','','','','','',4654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,62,250,0,0,0,0,960,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(943,2,11,0,15,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,942,0,0,0,0,0,0,'The Absent Minded Prospector','Prospector Whelgar now holds the original fossil at his site in the Wetlands. When I discovered the Stone of Relu, I believed it to be the key to unlocking the mystery of the fossil.$B$BWhile I traveled on the road to meet Whelgar, I was attacked by raptors and the relic was lost. I don\'t know which one of the mottled beasts swallowed the relic but if you can retrieve it, I can unleash the power of these artifacts.$B$BBring me both the Stone of Relu, and the original fossil he holds.','Archaeologist Flagongut in Menethil Harbor wants you to bring him the Stone of Relu and Flagongut\'s Fossil.','Most excellent, $N!$B$BNow to see if I can use the stone to decipher the powers of the fossils.','With the Stone of Relu I will be able to release the hidden secrets of my fossil as well as Remtravel\'s fossil from Darkshore, $N.',NULL,NULL,NULL,NULL,NULL,5233,5234,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5627,5626,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,1440,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,943),(944,2,148,0,12,17,0,1101,0,0,0,0,0,0,0,0,0,0,2,0,948,0,0,949,5251,1,0,'The Master\'s Glaive','It is strange that the naga are here, in Darkshore. But stranger still...are the Twilight\'s Hammer. That cult worships the old, old lords of the earth. Lords defeated long ago.$B$BThe Master\'s Glaive, to the south, is a place where such an old lord fell.$B$BGo there and look for more Twilight\'s Hammer cultists.$B$BTake this phial of scrying. Use it to create a scrying bowl after searching the Master\'s Glaive. Then speak to me through the bowl.','Gather information, then use the Phial of Scrying to create a Scrying Bowl. Use the bowl to speak with Onu.','The Twilight\'s Hammer is at the Master\'s Glaive?$b$bUnfortunate.$b$bThe old lord impaled by the glaive is long dead, but that does not mean slivers of his power do not still remain.$b$bThe Twilight\'s Hammer must be seeking this power.',NULL,'Enter the Master\'s Glaive',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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(945,2,148,0,14,18,0,1101,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'Therylune\'s Escape','Help!$B$BI was wandering around the Master\'s Glaive, and these dirty cultists surrounded me. Lucky I\'m good at hiding!!$B$BCan you help me out of here? And I need to send word to my sister Therysil that I\'m all right. She\'s in Ashenvale to the south, at the Shrine of Aessina.','Help Therylune escape, then tell Therysil at the Shrine of Aessina that her sister is safe.','My sister was where?? Therylune doesn\'t mind getting herself dirty, but still! That\'s a long way to wander, and the Master\'s Glaive is an unwholesome place...$B$BWell thank you, $N. It was very nice of you to let me know she\'s all right.',NULL,'Escort Therylune away from the Master\'s Glaive',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,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,1000,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,945,0),(947,2,148,0,12,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,948,0,0,0,'Cave Mushrooms','I am devising a potion that requires rare mushrooms, mushrooms that grow only in a certain cave. The cave lies behind Cliffspring Falls, to the east and slightly north along the mountains.$B$BI would go there myself, but I was advised by the Grove of the Ancients to stay away from that place. Our venerable allies sense that the cave is the hiding place for a new evil in Darkshore.$B$BPlease, $N, gather the mushrooms for me. And while doing so, scout the cave to confirm the Ancients\' fears.','Bring 5 Scaber Stalks and 1 Death Cap to Barithras Moonshade in Auberdine.','Many thanks, $N. These mushrooms are fine specimens!$b$bAnd when you were at Cliffspring Falls, did you find anything to confirm the warnings of the Ancients?$b$bThe Ancients are wise, but I had hoped that, this time, they were wrong.','Do you have my mushrooms, $N? Have you been to the cave?','','','','','',5271,5270,0,0,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,5610,4605,0,0,1,10,0,0,69,0,0,0,0,250,0,0,0,0,0,780,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(948,2,148,0,13,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,947,0,0,944,0,0,0,'Onu','Onu, an Ancient of Lore at the Grove of the Ancients, knows of your journey to Cliffwater Falls and wishes to speak with you. The grove lies to the south, nestled near the mountains.$B$BThe Ancients are patient and wise, $N. But if Onu seeks your counsel concerning what you saw in the falls, then I fear it is urgent.','Speak with Onu at the Grove of the Ancients.','$N. You are here.$b$bGood.$b$bWe have matters...to discuss. You and I.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,390,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(949,2,148,0,14,17,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,944,0,0,950,0,0,0,'The Twilight Camp','The Twilight\'s Hammer\'s purpose at the Master\'s Glaive is not known. But it must be dark.$B$BSearch through their camp at the Glaive... Search for some thing that may teach us their intentions.$B$BFor we must learn their intentions before a plan is made.','Find a clue in the Twilight\'s Hammer camp at the Master\'s Glaive.','This book is hand printed in an ancient language. and illustrated by a master artist.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,780,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(950,2,148,0,13,17,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,949,0,0,0,5272,1,0,'Return to Onu','Peering into the Twilight Tome is maddening. Text begins to swim and dance after only a moment\'s glance. and once beautiful scrollwork twists into grotesque shapes.$B$BTearing away one page of insane scribbles is all that is possible before a swoon overtakes you.','Bring Onu the recovered Insane Scribbles.','A chaotic. primal magic surrounds this parchment of scribbles. I sense the work of the old ones in it.$b$bLet us hope it reveals the purpose of the Twilight\'s Hammer in Darkshore...','$N. You return.','','','','','',5272,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,570,570,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(951,2,148,0,12,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,950,0,0,0,0,0,0,'Mathystra Relics','The parchment you found at the Master\'s Glaive is a page from an ancient text...written by elves! It is heavily cursed and tainted by the corruption of the Twilight\'s Hammer. but it seems the cult is using ancient elven magic to bring their old masters back to our world.$B$BTravel to the ruins of Mathystra to the northeast, and search for ancient relics among the grass and broken stones. Through their study, we may divine how the Twilight\'s Hammer intends to exploit the magic of the elves.','Bring 6 Mathystra Relics to Onu at the Grove of the Ancients.','Thank you. These relics are from a time when Mathystra shone. That once great bastion of the elves has faded. but shards of its magic remain. Let us hope we can unlock the secrets of that place before our enemies...$b$bBe vigilant, $N.','$N. Has your rooting through the Ruins of Mathystra been fruitful?','','','','','',5273,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5757,5615,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(952,2,1657,0,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,940,0,0,0,5390,1,0,'Grove of the Ancients','If you had enough time to run messages for the Oracle Tree. then I\'m sure that I can press you into service to deliver a message to the Grove of the Ancients in Darkshore, due south of Auberdine.$B$BYou will most likely have to secure transport on a hippogryph, but I have faith enough in you that you can manage that. Take this to Onu, the Ancient of Lore. He has been awaiting word from me, even as I waited for news from the Oracle Glade.','Deliver Fandral\'s message to Onu in the Grove of the Ancients in Darkshore. south of Auberdine.','Ah. Thank you. $N. It is strange, though. The Arch $C always seems in such a hurry. The forest knows that all shall come to pass in the appointed time. Shan\'do Stormrage understood that.','Ah. $C. How may Onu assist you?','','','','','',5390,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(953,2,148,0,9,12,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Fall of Ameth\'Aran','To the east you will find the ruins of Ameth\'Aran. It is now inhabited by the restless spirits of the Highborne that once dwelt within its walls. but once it was a place where the servants of Azshara freely practiced their powerful magics.$B$BI was sent to explore the ruins and came across two large tablets, scrawled with the stories of Ameth\'Aran and its fall. While I read the runes, I was accosted by the spirits, and fled.$B$BPlease, if you can, venture to the ruins and decipher the tablets in my place.','Study the tablets which tell of Ameth\'Aran and of its fall. then return to Sentinel Tysha Moonblade in Darkshore.','We have few records from the time around the War of the Ancients. especially near the destruction of the Well of Eternity. Given the upheaval and cataclysmic events that were taking place, it is no big surprise.$B$BThank you, $N. With your help, my work here is finished, and I will be able to deliver a full report to the Circle.','','','Read the Lay of Ameth\'Aran','Read the Fall of Ameth\'Aran','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-17188,-17189,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(954,2,148,0,8,12,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,955,0,0,0,'Bashal\'Aran','The ruins of Bashal\'Aran to the east are overrun with demonic minions. The sprites and satyrs that have taken up residence in the area feed upon the magical energies of the area, their powers growing from continued exposure.$B$BEven with that, I have noticed that there is one shrine they will not approach. On the western side of the ruins, atop a small bluff, a strange blue aura permeates... There must be an explanation to the demons\' reluctance.$B$BI would like you to investigate it.','Find the source of the strange blue aura in the ruins of Bashal\'Aran.','Ahh... To what could I possibly owe the exceedingly special honor of a $R such as yourself as company. Truly it says much of my current companions--with no offense to my hosts, the noble grells and satyrs--that your presence could be considered an improvement.$B$BBut please, do not let my uncivil tongue drive you from the place. It has indeed been many years, decades even, since I had civil accompaniment.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(955,2,148,0,7,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,954,0,0,956,0,0,0,'Bashal\'Aran','If I were to relate the story of my life. I have no doubt it would surpass the limits of your patience. Let us say that mine has been a long and painful life, and this spectral form is perhaps the worst torment of all.$B$BI am held here by the means of magic. Though my words may seem disingenuous, I assure you I would be grateful beyond words if you would help me find the means of my imprisonment. A seal binds me, and by examining the earpieces of the sprites and grells, I may find a trace of it.','Acquire 8 Grell Earrings for Asterion in Bashal\'Aran.','Indeed... The grells of Bashal\'Aran do not possess that which I am searching... however they have come into contact with it recently. Recently... I would reckon that by your time. not mine. Recent for me stretches into the veil of the past, almost another Age...','Once I have the earrings. I will cast the spell to search for the whereabouts of the seal that binds me. For centuries I have thought on the freedom destroying the seal would bring to me... Perhaps those centuries have taken a toll upon my mind that I might never recover...','','','','','',5336,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(956,2,148,0,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,955,0,0,957,0,0,0,'Bashal\'Aran','If the grells have come into close contact with the seal that binds my eternal prison. I suspect I know the cause. No doubt the seal has come into the possession of the satyr that lead them.$B$BI feel strongly that this must be true, $N. One of the satyr must surely possess it. If you can obtain it, you would bring me so close to passing the bars of my prison that tears would come to my eyes.','Obtain the Ancient Moonstone Seal and bring it to Asterion in Bashal\'Aran.','It... it is hard for me to even believe that what I hold now is that which has held me for so long. Let us waste no time. $N. When the seal is destroyed, I might walk the forests of the earth freely again.','The pillars of this shrine are as the bars of a prison to me. $N. No strength I still possess might break them, and no magic I wield might destroy them...$B$BFor a thousand years and more I have stared at them, wondering if at long last I outlived even the stone, would I be free? Or would it be invisible bars that held me then...','','','','','',5338,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(957,2,148,0,7,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,956,0,0,0,5338,1,0,'Bashal\'Aran','It was the craft of one of the most powerful of the Highborne that created the seal that formed my prison. In Ameth\'Aran, the ruins to the south that are twin to these, persists even today an ancient flame, blue in color. In this flame this seal could be destroyed.$B$BBe wary in the ruins, $N...','Destroy the Ancient Moonstone Seal at the ancient flame in Ameth\'Aran, then return to Asterion in Bashal\'Aran.','I am freed, $N! I can now see with my own eyes the changes that have come to our world... Only bits and pieces have I known. To think that when I last walked freely, the Well still stood and the Highborne held court with Azshara, our beloved queen.$B$BI sense that my jailor, my former master, Athrikus, still lives... Already my feelings of hopelessness will give way into thoughts of vengeance.',NULL,NULL,'Destroy the seal at the ancient flame',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-16393,0,0,0,1,0,0,0,6234,0,0,0,7229,5617,5604,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,150,37,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(958,2,148,0,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Tools of the Highborne','$C. A task I would ask of you.$B$BHave you seen the ruins of Ameth\'Aran? If not. you will find them on the eastern side of the main road, some ways to the south. Once they were the home of many powerful Highborne, now they are a testament to the destruction their dabblings produced.$B$BI have been told by the Sentinels that the spirits of the Highborne persist, and that they wield their ancient magical implements. Those relics must be appropriated, so that we might destroy them.','Retrieve 7 Highborne Relics for Thundris Windweaver in Auberdine.','Though it is surely a figment of my imagination. I feel as though I can almost feel the taint of foul Highborne magic upon them. I will have these destroyed, so that their long dormant evil might never be released again.','If only the tools of their undoing could have been destroyed in the cataclysm that destroyed our world... Nonetheless. we must do what we can to ensure that the horrors of our past are not repeated in the future.','','','','','',5360,0,0,0,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,5612,0,0,0,1,0,0,0,69,54,0,0,0,250,63,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(959,2,17,0,14,18,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Trouble at the Docks','Oops!$B$BHad a little mishap. as you can see! The morning cargo shipment from Booty Bay was huge. Huge I say! Never seen so many crates. Well, I was trying to expedite things so I started unloading a bit more than I could handle. That\'s when everything came tumbling down.$B$BBefore I knew what was going on, I saw that menace, Mad Magglish, go running off with a bottle of 99-year-old port. Chased him all the way to Wailing Caverns. No way I was going in there.$B$BMaybe you\'re brave enough to find him?','Crane Operator Bigglefuzz in Ratchet wants you to retrieve the bottle of 99-Year-Old Port from Mad Magglish who is hiding in the Wailing Caverns.','Superb! And just as I was about to lose my job too! I will see to it that Gazlowe gets this gift immediately.$B$BThank you. $N. Nicely done, I say!','The dockmaster has been on my case ever since Mad Magglish made off with that 99-year-old port. I guess that bottle was intended as a gift for Gazlowe from none other than Baron Revilgaz himself.$B$BIf you\'re brave enough and patient enough to seek out Mad Magglish and get that port back. I\'ll see to it you get a nice reward.','','','','','',5334,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,1000,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(960,2,148,0,1,1,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Onu is meditating',NULL,NULL,'','',NULL,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,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,1,0,0,0,0,0,0),(961,2,148,0,1,1,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Onu is meditating',NULL,NULL,'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,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,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,1,0,0,0,0,0,0),(962,2,1638,0,14,18,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Serpentbloom','The Royal Apothecary Society. based in the great Undercity of Lordaeron, has sent me here for a very specific service, $N. Perhaps you wish to aid me, and in turn The Dark Lady in our efforts to advance the Forsaken.$B$BRecently I studied a rare specimen of flora named Serpentbloom. I believe in greater quantities this herb has great potential.$B$BUnfortunately Serpentbloom can only be found in the darkest recesses of the Wailing Caverns, a dangerous cave system located in the Barrens.','Apothecary Zamah in Thunder Bluff wants you to collect 10 Serpentbloom.','Ah. splendid specimens. You have done well, $N.','I am eager to see if you can gather enough Serpentbloom from the Wailing Caverns. I\'ve sent many to do my bidding but none have returned.','','','','','',5339,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10919,0,0,0,1,0,0,0,68,0,0,0,0,350,0,0,0,0,0,2000,840,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(963,2,148,0,11,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'For Love Eternal','In the aftermath of the battles at the Well of Eternity. I heard that Ameth\'Aran had been destroyed, its people dead, including my love, Anaya.$B$BI would never have thought, thousands of years later, that memories of Anaya would still haunt my dreams. Wandering the woods of Darkshore in a stupor, I found myself in the ruins of Ameth\'Aran... where I saw the haunted spirit of my beloved.$B$BShe must be freed, but I lack the heart to do it. Her spirit must be destroyed.','Free the spirit of Anaya Dawnrunner and bring her pendant back to Cerellean Whiteclaw in Auberdine.','Thank you. $N. Perhaps it would have been better... if I had done it myself. But even after these thousands of years, I could not bear to raise my hand against my beloved.$b$bPlease, I would be alone with my grief...','With a great sorrow in my heart. I followed the Shan\'do Stormrage into hibernation, and took my sorrow to my dreams, sleeping for the passing of thousands of years.','','','','','',5382,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5611,0,0,0,1,0,0,0,69,54,0,0,0,150,37,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(964,2,28,0,55,57,0,690,0,0,0,0,0,0,0,0,0,0,0,0,838,0,0,5514,0,0,0,'Skeletal Fragments','The key to Scholomance is called a Skeleton Key. It must be forged from the remains of a skeleton - several actually - and hardened by only the strongest of metals within a suitable mold. A signet of power from a being who naturally can open the portal to Scholomance will make the key ultimately function.$B$BFirst thing\'s first though. $N. We\'ll need skeletal fragments for the key\'s forging. Skeletons inside Andorhal should yield what we need, but the ones outside the walls might work too.','Bring 15 Skeletal Fragments to Apothecary Dithers at the Bulwark. Western Plaguelands.','This\'ll work. $N! My turn now - I will imbue these with a suitable temper that will allow them to survive the intense forging process they will eventually go through.$b$bThe next step will be to get an appropriate mold for the key. I know a goblin blacksmith in Tanaris that has in the past made molds for similarly macabre items. He works for whom goblins usually work for - the highest bidder.','Kill many and kill often. $C - we\'ll need a decent supply of suitable skeletal fragments to make up the outer layer of the key. They don\'t call it a Skeleton Key for nothing, you know.','','','','','',14619,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(965,2,148,0,13,18,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,966,0,0,0,'The Tower of Althalaxx','Hail, young $R. I am Elissa Starbreeze, and it is my charge to protect Auberdine from harm.$B$BTo this end, I sent Balthule Shadowstrike to observe the strange happenings around the Tower of Althalaxx to the northeast.$B$BIt is past time that he should have returned. I worry that he has encountered some unforeseen danger in the forest. I would be most appreciative if you would find him and see that he is doing well.','Find Balthule Shadowstrike near the Tower of Althalaxx in Darkshore.','Elissa sent you? Then it is good tidings you bring. I have troubling news to report to her, and had no means with which to deliver it.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(966,2,148,0,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,965,0,0,967,0,0,0,'The Tower of Althalaxx','A group of warlocks has taken up residence around and inside the tower. I would have returned to Auberdine to report to Elissa earlier. but I was afraid that I might miss something while I was away.$B$BDelgren suspected such a company might be gathering at the tower, but did not know why.$B$BA few scraps of parchment that the warlocks carry have found their way to my hands, but I need more to complete the puzzle. I warn you not to venture into the tower, however, the warlocks there are much more powerful!','Collect 4 Worn Parchments for Balthule Shadowstrike near the Tower of Althalaxx.','Many thanks. $N. This should shed some light on this warlocks\' gathering...$B$BHmm... the Cult of the Dark Strand... I have never heard of this group before. Having no knowledge of their history, it is all but impossible to say what their plans must be.$B$BThere is no more time to delay. Warning must be delivered to Delgren immediately.','Have you found any more of their scrolls? I should be able to piece together a larger picture of the cult if you can find them.','','','','','',5348,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,1000,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(967,2,148,0,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,966,0,0,970,5354,1,0,'The Tower of Althalaxx','My master. Delgren the Purifier, is a paladin who has graciously offered his assistance in defending our forests from the forces of the demons and undead. He has taught me much about the Holy Light and the art of battle.$B$BDelgren must know of the cult\'s operations immediately.$B$BYou will find him far south of here at Maestra\'s Post in Ashenvale Forest. Be swift, I fear the Dark Strand\'s threat grows with each passing hour.','Deliver Balthule\'s letter to Delgren the Purifier in Ashenvale Forest.','If you don\'t mind my saying. you seem a bit well-equipped for a messenger, hm? I suppose Balthule wanted to be certain that his letter reached my hands. Let\'s see what he has to say...$B$BThis is disturbing news. When undead or demonic forces are found, I help the Sentinels destroy them.$B$BAt first I was unaccustomed to the manners of the night elves, but I have grown to respect them greatly as allies.','You have some business with me. $C?','','','','','',5354,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(968,2,148,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5352,1,0,'The Powers Below','Although terribly worn and scratched. the title of this book can still be read upon its cover:$B$BThe Powers Below$B$BInside the book is a listing of unpronounceable names with foreboding titles, methods of worship, and preferred sacrifices...many of which include living, humanoid creatures.$B$BOn the inside cover of the book are the words: \"Bonegrip\'s Runes and Dooms, The Forlorn Cavern, Ironforge. Proprietor: Gerrig Bonegrip.\"$B$BIf Bonegrip sells books like this, perhaps he\'ll buy this one back.','Bring the Book: The Powers Below to Gerrig Bonegrip in the Forlorn Cavern. Ironforge.','Ah. a copy of The Powers Below. An interesting text, this is. And some might find it useful...$B$BBut this one\'s in sad shape. And look here! There are notes in the margin of almost every page!$B$BHm...I know this copy. I sold it to Bolgar last year. Are you...a friend of his? Yes, I thought you were. You have that same fire behind your eyes!$B$BWell, by definition, a friend of Bolgar\'s is a friend of mine. And we take care of our own, yes?','Hello. $Gsir:madam;.$B$BMay I interest you in one of my tomes?','','','','','',5352,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(969,2,618,0,55,60,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,975,0,0,0,'Luck Be With You','Ah, I can tell just by lookin\' at ya -- you be wantin\' to make a lucky charm. Mau\'ari always knows!$B$BTo da south. you\'ll find a canyon, an\' giants made a\' solid ice. The giants sometimes be carryin\' dem, but ya can always gather da shards yerself from da canyon. These shards have a powerful reflective quality.$B$BBring back 10 frostmaul shards, and my lucky charm will be yours.','Collect 4 Frostmaul Shards for Witch Doctor Mau\'ari in Everlook.','Ahh. yes... I will make da charm for ya now. Just you wait!','Bring back da shards. and I be tellin\' you more!','','','','','',12334,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9000,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(970,2,331,0,13,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,967,0,0,0,0,0,0,'The Tower of Althalaxx','Balthule\'s letter is dire. This Cult of the Dark Strand is a thorn in my side that must be removed. I have been dealing with some of the Dark Strand scum northeast of here at Ordil\'Aran. One of their number possesses a soul gem that I believe holds the secret to the cult\'s power.$B$BBring it to me. and I will be able to decipher the secrets held within.','Collect a Glowing Soul Gem and return it to Delgren the Purifier at Maestra\'s Post.','Hmm. some dark magic enchants this soulstone. Let\'s see what\'s trapped inside, shall we?','Have you acquired that soul gem?','','','','','',5366,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(971,2,1,0,19,23,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Knowledge in the Deeps','As you might know. I collect lore. Old lore. Powerful lore. Lore that opens doorways, and lore that can awaken Those Who Sleep.$B$BThere are rumors of an old piece of lore, the Lorgalis Manuscript, at the bottom of Blackfathom Deeps in Ashenvale. That place is the old dwelling of long-dead elves. Elves who held great knowledge before their city fell to ruin.$B$BSearch Blackfathom Deeps for the manuscript. Do this, and I will not forget it. Not even after ... the end days.','Bring the Lorgalis Manuscript to Gerrig Bonegrip in the Forlorn Cavern in Ironforge.','You found the manuscript! What a joyous day this is! Copies will be made and distributed. and the ancient knowledge of Lorgalis will finally be known to my brothers and sisters!$B$BYour service to us is more than you know, $N. But I hope that this gift shows you the gratitude we extend to our allies.','The journey to Ashenvale is long. and your task is not easy. But if you get me the manuscript, $N...then your reward will be great.','','','','','',5359,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6743,0,0,0,1,0,0,0,47,72,0,0,0,50,19,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(973,2,331,0,13,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,970,1140,0,1140,0,0,0,'The Tower of Althalaxx','Ilkrud Magthrull. Yes. I have knowledge of him. He is a powerful orc warlock that makes his residence at the Fire Scar Shrine. a place of great evil in southwestern Ashenvale.$B$BHe had been little more than an annoyance until now, and I had not dealt with him, but it seems that his time has come.','Bring Ilkrud Magthrull\'s Tome to Delgren the Purifier at Maestra\'s Post.','It was a grand thing you did today. $N. You should be quite proud of yourself for having faced down a warlock of such power.$B$BNow. let\'s see what we can learn from Ilkrud\'s writings.','You look a bit shaken up. $N. Are you well?','','','','','',5533,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5622,5613,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(974,2,490,0,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,980,12472,1,0,'Finding the Source','The hot springs here are a source of mystery to me. Where does the heat come from?$B$BLooking at how close the pools are to Fire Plume Ridge. I really wonder if the volcano might have something to do with it. I created a thermometer to take readings of the temperatures at the volcano, and I\'d like to find the hottest part. It gives the measurements in degrees Kraklenheit!$B$BHere, take it, and take readings of the temperatures at the ridge whenever you see a hot spot!','Krakle in Un\'Goro Crater wants you to find the hottest area of Fire Plume Ridge.$B$BWhenever you find a hot spot. right click the thermometer to check the temperature. Keep looking until you find the hottest one.','Yes. I definitely see the correlation here between the temperature of the volcano and the hot springs. I\'ll have to double-check my equations for accuracy, but it seems like the distance and the rate that the heat is transferred... Hmm...','I\'d go there myself. but... I\'m a little scared of the fire elementals there!','','Find the hottest area of Fire Plume Ridge','','','',12472,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10541,0,0,0,1,0,0,0,16378,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(975,2,618,0,55,60,0,0,0,0,0,0,0,0,0,0,0,0,2,0,969,0,0,0,0,0,0,'Cache of Mau\'ari','Now, before I give ya dis charm, I better explain how ta use it.$B$BIf you carry da charm with ya, you\'ll find dat certain items will drop from creatures ya fight. If you don\'t have da charm with you, you won\'t find them. Understand?$B$BYou\'ll know these special items by the name -- they be called E\'ko. If you find any of these items, just bring dem to ol\' Mau\'ari, and she help ya out.$B$BWait here while I fix your charm.','Speak to Witch Doctor Mau\'ari again in a moment to receive the lucky charm.','Here it is, $N. Remember, ya have ta carry it with you. Why don\'t ya head back to Winterspring, an\' see what ya be findin\' there?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,975,0),(976,2,331,0,19,24,0,1101,0,0,0,0,0,0,0,0,0,2,0,0,973,0,0,0,0,0,0,'Supplies to Auberdine','Delgren has asked me to deliver messages and supplies to Sentinel Starbreeze in Auberdine, but I am loathe to leave on my own. Dangerous foes operate in the forest, and I do not wish to risk letting these supplies and information fall into the wrong hands.$B$BIf you and others could act as my guards, I could leave now. With your protection, I have no doubt that we can see these goods safely to Auberdine.','Speak with Delgren the Purifier at Maestra\'s Post after seeing Feero safely through Ashenvale Forest.','You have done well today, $C. The items we sent to aid Auberdine will be of immediate use in dealing with the dark threats that infest the forest.$B$BTake these with my heartfelt thanks.',NULL,NULL,'Protect Feero Ironhand',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,5323,6721,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,500,0,0,0,0,0,5000,1740,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(977,2,618,0,52,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3783,0,0,5163,0,0,0,'Are We There. Yeti?','Now that I have what I need to cover the mechanical moving parts. I only need one other thing. Well, actually two. Two horns!$B$BThe ice thistle patriarchs and matriarchs have the largest horns, so of course, those are the ones I want. That type of yeti inhabits a cave to the southeast. There are plenty of them there; you shouldn\'t have any problem finding them.$B$BRemember, I only want the best looking ones -- no beat up or broken horns, please!','Collect 2 Pristine Yeti Horns for Umi Rumplesnicker in Everlook.','I can\'t wait to show my friends! Now. just wait a moment while I attach these...$b$bPerfect!','I\'ve just about finished attaching the fur. $N. Please, hurry back with those horns!','','','','','',12367,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,9000,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(978,2,702,0,52,55,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3661,0,0,979,0,0,0,'Moontouched Wildkin','Wildkin feathers from the Hinterlands appear to contain traces of magical qualities. These powers... they don\'t seem to be wielded by the creatures. it\'s more like they are simply inherent to the species -- part of their very essence.$B$BDuring my studies, I heard that a large population of wildkin inhabit the snowy lands of Winterspring. Could these creatures have the same powers? Please help me find an answer, $N. Go to Winterspring and gather feathers that have dropped to the ground, then return to me.','Collect 10 Moontouched Feathers from Winterspring. then return to Erelas Ambersky in Rut\'theran Village.','Now I can compare the feathers... Let\'s see...','Where could these powers have originated from? I think we are on the right track to find the answer. $N.','','','','','',12383,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,69,0,0,0,63,250,0,0,0,0,8500,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(979,2,702,0,52,57,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,978,0,0,0,0,0,0,'Find Ranshalla','Yes, yes, these feathers seem to hold the same magical enchantment that I noticed previously... While I am not certain what we might find, I urge you to continue searching for answers, $N.$B$BA colleague of mine recently traveled into Winterspring to observe the wildkin there, in their own habitat. Why don\'t you catch up with her and see what she has found?','Find Ranshalla in eastern Winterspring.','Hi! Erelas sent you? Great, I was just preparing to travel up to the caves now, and I wouldn\'t mind company.',NULL,NULL,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,0,0,0,0,0,469,69,0,0,0,18,75,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(980,2,490,0,51,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,974,0,0,4842,0,0,0,'The New Springs','Now, I\'ve heard about other hot springs in a place called Winterspring, far to the north of here. The strange thing is, there are no volcanoes anywhere near them. Interesting, I know.$B$BWell, if you want to find out more, you should head to Winterspring and speak to a friend of mine. Her name is Donova Snowden, and she is currently staying by the hot springs there.$B$BThanks again for helping me with my thermometer! See you later!','Travel to Winterspring and speak with Donova Snowden.','Hi there, $N. Yes, what Krakle told you is true...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(981,2,148,0,13,31,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1143,0,0,0,0,0,0,'The Tower of Althalaxx','For all the work that you have done. you deserve to be well rewarded. Return to Delgren and tell him that Athrikus Narassin lies stilled by your hand, and the Cult of the Dark Strand is beaten and scattered.','Talk to Delgren the Purifier at Maestra\'s Post.','I knew you would be up to the task, $N.$B$BI sense great deeds before you, and that you will right many of the wrongs that plague our lands. Bear my blessings, $n, as well as this gift.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10043,5614,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(982,2,148,0,13,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deep Ocean, Vast Sea','Off the coast of Darkshore to our north are two wrecked ships - the Silver Dawning and the Mist Veil. Some time ago, both ships ran afoul of the blasted murlocs as they sailed across the vast sea into Auberdine. They now lie at the bottom of the ocean as trophies for those fiends.$B$BBoth captains didn\'t make it out that night, and their logs and other effects are still below in lockboxes. I\'d like for you to recover them for us; it would mean a lot to the crew members still around these parts.','Recover the Silver Dawning\'s Lockbox and the Mist Veil\'s Lockbox for Gorbold Steelhand in Auberdine. Both items should be found aboard the wreckage of the ships to the north of the village.','You\'ve done us here in Auberdine a great service, lad. We\'ll make sure that their effects are properly taken care of.$b$bAs for you, please have this. It is the least I can do for someone with the bravery to set things right.','The captains of those ships were good night elves, and they deserve a better fate than they were given. Perhaps tending to their personal effects will be the best way to put their spirits to rest.','','','','','',12191,12192,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15401,15402,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,100,62,0,0,0,0,1800,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(983,2,148,0,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,0,'Buzzbox 827','Hey! Help me with my latest invention. the buzzbox. You can talk to people far away!$B$BMaybe you\'ve already seen them, they\'re boxes with levers on them. The only problem is they need constant maintenance.$B$BEach one suffers from a different problem, but I made a really smart decision. I placed each one near creatures that have the proper parts to fix that particular machine. Right now Buzzbox 827 is on the fritz. It\'s just south of Auberdine, real close. It takes 6 Crawler Legs to fix it. I\'ll pay ya...','Collect 6 Crawler Legs and place them in Buzzbox 827.','As you place the Crawler Legs inside the machine. you hear gears begin to grind. Judging from the banging sounds coming from the Buzzbox, you believe the Crawler Legs are being put in their proper place. Soon the machine begins to hum, and you hear a tiny voice calling out from within.$b$b\"Hello? Uhh... Hello! You fixed it! This is Wizbang by the way! Thanks a lot... Hey, you wouldn\'t want to fix another one, would ya?\"','Buzzbox 827 sits with an eerie silence. A single flashing light indicates that it needs 6 Crawler Legs to be placed in its holding box.','','','','','',5385,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,350,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(984,2,148,0,10,14,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,985,0,0,0,'How Big a Threat?','Some of my brethren were rescued from a corrupt furbolg in Teldrassil, and I\'ve vowed to stop any more atrocities before more of our kind are injured... or worse.$B$BI have seen a couple hints of corruption in Darkshore already, but I have yet to find any widespread signs. I think it would be logical if the investigation continued with the furbolgs. Would you find one of their camps, and return to me if you see any signs of corruption?','Find a corrupt furbolg camp in Darkshore and return to Terenthis in Auberdine.','This is terrible news indeed, $N.$B$BWith the furbolgs this close to Auberdine, we will have to prepare ourselves for the inevitable.$B$BThank you, $N.','How goes your search, $N?','Find a corrupt furbolg camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(985,2,148,0,11,14,0,0,0,0,0,0,0,0,0,0,0,8,0,0,984,0,0,0,0,0,0,'How Big a Threat?','You\'ve already proven adept at scouting our enemy, $N. Do you have what it takes to fight them as well?$B$BNot all adventurers prefer straightforward combat to the art of stealth and evasion.$B$BIf you think you\'re up for the task, then the furbolg camp south of Auberdine is currently the biggest threat to our people. You\'ll find some of the Blackwood tribe there. Kill 8 pathfinders and 5 windtalkers, and return to me here.','Kill 8 Blackwood Pathfinders and 5 Windtalkers and return to Terenthis in Auberdine.','Wash the blood from your garments, $N, and do not mourn what you had to do. Instead, give thanks. You have lessened the threat to our people here in Auberdine, even if Darkshore is still in jeopardy from the effects of fel moss.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2167,2324,0,0,8,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,250,63,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(986,2,148,0,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Lost Master','$N, your skills have already helped me in my endeavor. Could I impose on you again to help Grimclaw and his master Volcor? In addition, I can craft you a magical cloak that will allow you to walk unhindered by Darkshore\'s creatures while you look for him.$B$BTo create the cloak, I\'ll need five fine moonstalker pelts from a moonstalker sire or matriarch to have enough material. The cats can be found near Wildbend River to the south, or even farther south near Ashenvale.','Find 5 Fine Moonstalker Pelts and return them to Terenthis in Auberdine.','These will do nicely. $N. I shall set to work on the cloak immediately.$B$BGive me a few moments, then return to me.$B$BOh, one more thing: after you\'ve used the enchantment on the cloak you\'ll be limited in your interactions with others. If you can help it, do no more than speak to others. Much more than that could dispel the illusion.','I can\'t in good conscience permit you to seek Volcor until I\'ve crafted that cloak for you.','','','','','',5386,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0),(990,2,331,0,15,19,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,994,0,990,0,0,0,0,'Trek to Ashenvale','$N, my mistress, Raene Wolfrunner, awaits you in the city of Astranaar within Ashenvale. With your help, perhaps we can at least ease some of the corruption that\'s taken hold there.$B$BHead south from here and stay close to the road--you\'ll find your way there without issue if you follow those directions.','Find Raene Wolfrunner in Ashenvale.','Ah, a $C from Darkshore. Selarin has done well to send you here so quickly, $n. I wish your trip here wasn\'t under such dire stress. Perhaps with your help we can improve matters.$B$BI would start my visit by speaking to the other citizens of Astranaar. Some could surely use your aid.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(991,2,331,0,18,19,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1023,0,0,0,'Raene\'s Cleansing','$N, a longtime friend of mine is also aiding the Sentinels here in Ashenvale, but he has yet to return.$B$BHe had leads on finding an item that he thought could slow the furbolg attacks on our people--a rod created by a now-dead, evil wizard.$B$BBefore he left here, he mentioned seeking out a gem for the rod.$B$BHe mentioned the gem possibly being hidden at the shrine in Lake Falathim at the base of the mountain to the west. The gem was being held there before it was overrun.$B$BFind my friend, $N, please.','Find Teronis in Ashenvale.','Teronis\' body lies broken atop the island. For some unknown reason, the murlocs have left it alone.$B$BThe deep slashes across his corpse obviously came from the weapons and claws of the murlocs.',NULL,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,0,0,0,0,0,69,54,0,0,0,250,63,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(992,2,440,0,38,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,82,8584,1,0,'Gadgetzan Water Survey','We\'ve got a position open for a temporary junior-grade surveyor in the Gadgetzan Water Company. if you\'re interested!$B$BWith the nomads seizing all our wells, we need to exploit more free sources of water! There is water to be had in the desert, but only to those smart enough to survey them first.$B$BTake this dowsing widget and tap a sample of the water by the pool near Sandsorrow Watch. It\'s right in sight of the trolls around there. Bring the tapped widget back to me when you\'re done!','Use the untapped dowsing widget near the pool of water by Sandsorrow Watch. Once you have collected the sample. return the tapped dowsing widget to Senior Surveyor Fizzledowser in Gadgetzan.','What\'s this? You were ambushed by some sort of bad mojo creepy-crawly? Oh, this does not bode well for the Gadgetzan Water Company, no indeed...$B$BI guess I should have told you about the reports coming in on some crazy bug-creatures that appear to be sucking up all the water in the desert. At first, I thought it was just a crock. We have enough trouble with the nomads as is; I thought it was just more of their shenanigans. Well, now we know at least!','Welcome back, Junior Surveyor $n! Have you completed your assignment yet?','','','','','',8585,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,3500,2580,0,0,0,0,0,0,0,0,4,0,0,0,0,6,5,0,0,0,0,0),(993,2,148,0,10,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,986,0,0,0,5387,1,0,'A Lost Master','The cloak is complete, $N. The time has come to find Volcor. I can only hope we are in time.$B$BThe cloak\'s magic, once invoked, will not last long; perhaps five minutes. It will be up to you to know when to use it: I would suggest waiting until you find Grimclaw.$B$BIf what he has told me is true, you will find his master in a cave south of here. Grimclaw will be alongside the road waiting for you. Signal to him by waving when you see him, and he\'ll point the way towards his master.','Find Volcor in Darkshore and give him the Enchanted Moonstalker Cloak.','Wonderful! Terenthis found someone to help me.$b$bAnd look. a moonstalker cloak... Oh... that hurts. Thank you, $N.$b$bThe furbolgs wounded me before I managed to evade them. Give me a moment, and I should be fine to talk some more.','','','','','','',5387,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(994,2,148,0,10,22,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'Escape Through Force','All right, $N, force it is. Let\'s get out of here as soon as you\'re ready. We\'ll fight our way down to the road--Grimclaw should still be there. Once there, we can part ways.$B$BTerenthis will want to hear your version of the story immediately, so head to Auberdine after we make it out of here.','Protect Volcor until you reach the road, then speak to Terenthis in Auberdine.','$N! I\'m pleased to see you\'ve returned successfully. Your assistance to Volcor has given me faith that we can overcome the challenges facing us here in Darkshore and beyond.',NULL,'Help Volcor to the road',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,5609,0,0,0,1,0,0,0,69,0,0,0,0,250,0,0,0,0,0,1400,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,994,0),(995,2,148,0,10,20,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'Escape Through Stealth','All right then... if you\'re sure, we\'ll sneak out of here. Let us leave when you\'re ready.$B$BRemember, after you\'ve escaped, meet Terenthis back in Auberdine. I\'ll head there on my own since I\'ll probably be moving faster than you.','Escape the Furbolg cave and meet Terenthis in Auberdine.','$N! I\'m pleased to see you\'ve returned successfully. Your assistance to Volcor has given me faith that we can overcome the challenges facing us here in Darkshore and beyond.',NULL,'Help Volcor escape the cave',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,6659,0,0,0,1,0,0,0,69,0,0,0,0,50,0,0,0,0,0,600,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,995,0),(996,2,361,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,996),(997,2,141,0,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5391,1,0,'Denalan\'s Earth','Are you heading to the south? To Lake Al\'Ameth? If so. then I have a task I might ask of you...$B$BMy colleague Denalan has a camp along the eastern end of the lake, where he is studying and experimenting on the plant life of Teldrassil. He requested a package of rare earths from Darnassus and it was late, only recently arriving here in Dolanaar.$B$BCan you take the package to him?','Bring the package of Rare Earth to Denalan at Lake Al\'Ameth.','Ah. it\'s here! I have waited for this rare earth for quite some time. I hope it\'s still fresh...$b$bThank you for bringing it to me, $N. You are a $R who is generous with his time.','You have something for me?','','','','','',5391,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,50,120,0,0,0,0,0,0,0,0,4,0,1000,0,1,6,0,0,0,0,0,997),(998,2,361,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,998),(1000,2,1638,0,55,55,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1000,1123,0,0,0,'The New Frontier','Attention. heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid Hamuul Runetotem on the Elder\'s Rise of Thunder Bluff for more information!','Speak with Arch Druid Hamuul Runetotem on the Elder Rise of Thunder Bluff about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','Greetings. $C.$b$bI am pleased to see the likes of you taking an interest in the well being of nature; tales of your mighty deeds precede you, and you are welcomed here. Seeing you before me instills the feeling of confidence that the Cenarion Circle will get the proper aid it needs.$b$bOur connection with the Cenarion Circle in Moonglade transcends racial and political divides. Remember this as you work on behalf of the Circle, and you will do well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,20,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1001,2,148,0,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,983,0,0,1002,0,0,0,'Buzzbox 411','A tiny voice crackles from deep within the machine.$B$B\"Wizbang here! The next Buzzbox is north of Auberdine, on the beach$B$BSo, that Buzzbox is number 411 and it needs 3 Thresher Eyes for its repairs. They\'re just off the coast! The darkshore threshers... *Hic*... Sorry about that...$B$BJust like last time, when you give the Buzzbox the goods, it\'ll spit out your reward. *Hic*... What? No, I\'m fine!\"','Collect 3 Thresher Eyes from Darkshore Threshers in the deep sea near Buzzbox 411.','The Buzzbox hums to life soon after you place the Thresher Eyes inside. There is a moment of static before you hear a familiar tiny voice call out.$B$B\"Crawler wine is the best...\" *hic*$B$B\"What? Oh, you fixed it already? Wow, you\'re a fasht one. Sho, would ya like to fix another?\"$B$BYou believe you hear a liquid being poured into a cup, followed by loud gulping sounds.','The machine\'s hatch is open and it seems to wait expectantly for 3 Thresher Eyes to be placed inside.','','','','','',5412,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,350,0,0,0,0,0,1000,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1002,2,148,0,13,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1001,0,0,1003,0,0,0,'Buzzbox 323','The Buzzbox gives a burst of static as you hear Wizbang begin to speak.$B$B\"The next Buzzbox is number 323. Ish north of Auberdine but... where\'s the ale? Wha? Oh, ish on the road sho ya shouldn\'t have trouble finding it near the bridge.\"$B$BWizbang mumbles something incoherent before you hear a loud gulping sound.$B$B\"Thish one needs Moonstalker Fangs... 6 of \'em.\"','Collect 6 Moonstalker Fangs and place them in Buzzbox 323.','The Buzzbox suddenly leaps into action, and you can hear the distinct sounds of teeth being ground to dust coming from within.$b$b\"Sho, ya made it! Thatsh exshellent newsh... Sho... Why doncha move along? Oh! Unless you want another job!\"','Though you have yet to place the 6 Moonstalker Fangs inside, you believe you hear the sounds of static and incoherent gnome ramblings coming from within. Could someone else have fixed the machine already?','','','','','',5413,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1003,2,148,0,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1002,0,0,0,0,0,0,'Buzzbox 525','Over the boiling noises and dripping sounds coming from the machine, you hear Wizbang\'s wavering voice call out.$B$B\"Nexsht onesh far south down the road. Shouldn\'t be hard to find... jusht off to the shide... near a fensh. I think I hid it in shum bushesh... Bushessh. Hehehe... Yesh, Buzzbox 525 takes grizzled scalps from thoshe grizzled thistle bears. Boy thash a mouthful. Grizzshled... Hehehe...\"$B$BYou hear more gulping sounds as the machine cuts out. Then, suddenly, it bursts back to life.$B$B\"4!\"','Collect 4 Grizzled Scalps from Grizzled Thistle Bears to the south of Auberdine and place them in Buzzbox 525.','\"Sho yash gotsh the scalps in? That\'sh sho great... Wha? Well, yesh I shuppose ya have realized that I can speaksh to ya without the materials in the machine. But I was telling the truth when I shaid they were broken!$b$bSee, in addition to being communimacation toolsh, the Buzzboxes also brew and distill fine liquor. Shorry for any deceptshion, but the nightelves do not apprecimerate my liquor trade in their townsh. I put shomething special in thish box to show my gratitude for yer effortsh. Enjoy!\"','You hear singing coming from Buzzbox 525.$b$b\"Though crawler wine\'s shweet, and thresher ale fine, and moonstalker moonshine ish grand. There\'s nothing sho dear, as a thistle bear beer, and shoon I shall have shome on hand!\"$b$bThe hatch is open and awaits the 4 grizzled scalps as you hear the song repeated over and over.','','','','','',5414,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2082,11846,0,0,1,5,0,0,54,0,0,0,0,100,0,0,0,0,0,800,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1004,2,1497,0,55,55,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1000,1123,0,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid Hamuul Runetotem on the Elder\'s Rise of Thunder Bluff for more information!','Speak with Arch Druid Hamuul Runetotem on the Elder Rise of Thunder Bluff about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','Greetings, $c.$B$BI am pleased to see the likes of you taking an interest in the well being of nature; tales of your mighty deeds precede you, and you are welcomed here. Seeing you before me instills the feeling of confidence that the Cenarion Circle will get the proper aid it needs.$B$BOur connection with the Cenarion Circle in Moonglade transcends racial and political divides. Remember this as you work on behalf of the Circle, and you will do well.',NULL,NULL,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,0,0,0,0,0,81,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,1,0,0,0,0,0,0),(1007,2,331,0,19,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Ancient Statuette','I would charge you with a task, $N.$B$BI was on my small vessel, skimming over the submerged ruins of Zoram, when naga attacked me, surging from the water and tearing at me with their claws! I fled, carrying what supplies I could to make this meager camp.$B$BBut when I reached the shore and ran... my prized possession was lost.$B$BPlease, $N, find the site of my ambush, along the coast to the north, and search for an ancient statuette. It is the reason I have braved the dangers of the Zoram Strand.','Bring the Ancient Statuette to Talen, in his camp near the Zoram Strand.','You found it! Thank you, $N!$B$BThe old city of Zoram holds many secrets, and this statuette may be the key to many of them.','Have you found the statuette, $N?',NULL,NULL,NULL,NULL,NULL,5424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,900,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1008,2,331,0,14,19,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Zoram Strand','There is evil lurking on our northwestern coast, known as the Zoram Strand.$B$BIt is the resting place of the doomed city of Zoram, destroyed during the Sundering and submerged beneath the seas. It has been lost to the night elves for ages. Lost, and nearly forgotten.$B$BNow, the naga have returned, and for what reason we do not know. But reason matters little; we must slay these fiends and throw them back to the depths!$B$BReturn to me when your mission is complete.','Bring 20 Wrathtail Heads to Shindrell Swiftfire in Astranaar.','Very well done, $N. Your actions in the Zoram Strand against the naga are commendable.$B$BI know your feat was not easily accomplished, for the strength and guile of the naga is well known to the night elves. We know this, for we share a history with them.$B$BIt is a history I care not to repeat.','We cannot allow the naga to invade our coasts, $N. It is vital that you go to the Zoram Strand and complete your mission.',NULL,NULL,NULL,NULL,NULL,5490,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,1100,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,66,0,0,0,0),(1009,2,331,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1007,0,0,0,0,0,0,'Ruuzel','I fear the ancient statuette\'s secrets will remain forever hidden unless you find the key to its ancient lock.$B$BThat key is a ring, the Ring of Zoram. It belonged to the rulers of this city before the waves of the Sundering drowned it.$B$BFor years the ring was lost, but the naga have recently found it.$B$BTheir leader, Ruuzel, dwells on an isle on the northern edge of Zoram. Please, $N, retrieve the ring for me!','Bring the Ring of Zoram to Talen near the Zoram Strand.','You found the ring! Thank you, $N. Please take this as payment, and know that your deeds today will remain forever in my memory.','It is said that the Ring of Zoram is the key to any lock within the city. Do you have it, $N?',NULL,NULL,NULL,NULL,NULL,5445,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5812,0,0,0,1,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1010,2,331,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bathran\'s Hair','There is a plant that once grew in the old ruins of Bathran\'s Haunt to the north. The plant was called Bathran\'s Hair and was known to cure ailments of the spirit.$B$BThere is a sick child in the village, and I believe it is more than just a physical illness. Will you go to Bathran\'s Haunt and search it for Bathran\'s Hair? I may need it to properly treat the child.$B$BBathran\'s Haunt lies north of Maestra\'s Post and just south of the border to Darkshore.','Bring 5 Bathran\'s Hair to Orendil Broadleaf in Ashenvale.','Ah, you have the hair! Now I will mix a cure for the child, and pray my concoction works.$B$BAnd... Forsaken are at Bathran\'s Haunt? Very troubling to hear, that is. Very troubling indeed...','Have you gathered the Bathran\'s Hair, $N? The child\'s health grows weaker by the hour...',NULL,NULL,NULL,NULL,NULL,5437,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,1,0,0,0,0),(1011,2,331,0,24,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,4581,0,0,0,0,0,0,'Forsaken Diseases','The Forsaken, the undead arm of the Horde, have crept into Ashenvale, lurking at our ruins and our barrows. We believe their goal is to spread disease amongst the lands of the night elves. We must confirm this!$B$BThe Forsaken have a camp south of here, near the Dor\'Danil Barrow Den, where they create poisons and diseases and place them in bottles. Fight your way into that camp and steal a bottle of disease. Return with such a bottle. I will test it and find its purpose.','Bring a Bottle of Disease to Kayneth Stillwind in Forest Song.','Very good, $N. Now... by testing the contents of this bottle, the goals of the Forsaken will be revealed!','Did you find the camp, $N? Do you have a bottle of disease?',NULL,NULL,NULL,NULL,NULL,5440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,69,0,0,0,63,100,0,0,0,0,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1012,2,331,0,24,32,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1011,0,0,0,0,0,0,'Insane Druids','When I struggled with the Forsaken\'s poisons, I had a vision. I had a vision of the druids in the Dor\'danil Barrow Den, poisoned... murdered by the undead! They are now errant ghosts, severed from their bodies and driven mad.$B$BSo that the druids\' spirits might some day find peace, you must enter the Dor\'danil Barrow Den and destroy its once great leaders: Taneel Darkwood, Uthil Mooncall and Mavoris Cloudsbreak.$B$BDo this, then return to me.','Kill the druids: Taneel Darkwood, Uthil Mooncall, Mavoris Cloudsbreak; then return to Kayneth Stillwind in Forest Song.','I felt the anguish of the Dor\'danil Barrows lessen, and knew you had completed your task.$B$BIt was grim work you did, $N, for the spirits you destroyed were merely victims of the Forsaken\'s evil. But with their destruction, let us hope the other maddened spirits find peace.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3940,3941,3942,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5813,0,0,0,1,0,0,0,469,69,0,0,0,87,150,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1013,2,85,0,16,26,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Book of Ur','$N, Shadowfang Keep holds a book, the Book of Ur, which would be much prized in my collection. Ur was a great mage of Dalaran before the coming of the Scourge, his studies in other worlds are of much value to ... certain parties among the Forsaken.$B$BEnter Shadowfang Keep and find the book. Bring it to me, and I will report your service to our Dark Lady...','Bring the Book of Ur to Keeper Bel\'dugur at the Apothecarium in the Undercity.','Very good. This book will add nicely to my collections of the workings of Ur. His knowledge was great, but his conscience held him from true power. And so when the Scourge came and his strength was tested, it failed.$B$BWe of the Forsaken cannot afford such weakness, if we are to survive...','Did you find the book, $N?',NULL,NULL,NULL,NULL,NULL,6283,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6335,4534,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1920,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1014,2,130,0,18,27,81,0,0,0,0,0,0,0,0,0,0,0,0,0,99,0,0,0,0,0,0,'Arugal Must Die','Arugal still resides in Shadowfang Keep. We cannot claim Silverpine as a strategic stronghold for the Dark Lady until Arugal is slain.$B$BI shall see to it that his magic is eradicated, $N. But I leave it in your hands to see that Arugal meets the death he so deserves.$B$BTravel to Shadowfang Keep and put an end to Arugal\'s foul spells once and for all. Bring to me the vile wizard\'s head!','Kill Arugal and bring his head to Dalar Dawnweaver at the Sepulcher.','Silverpine Forest is finally free from the vice of that wretch Arugal. You have done the Dark Lady a great service, $N. Your tenacity shall be rewarded.','With Arugal\'s death we stand to increase the Dark Lady\'s stronghold on Lordaeron.','','','','','',5442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6414,0,0,0,1,0,0,0,68,0,0,0,0,500,0,0,0,0,0,0,1980,0,1460,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1015,2,1519,0,55,55,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1015,6761,0,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid in Darnassus, Fandral Staghelm, for more information!','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','What makes you think I wish to be pestered by the likes of you, $c? Wait - let me stop the important duties I attend to on a daily basis so I can help you locate a doodad somewhere. By all means, the welfare of Darnassus - nay, all of Teldrassil - should come second to the acquisition of a bauble for your collection.$B$BThe fools in Moonglade waste my time with their call for assistance, and now I must endure this?',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1016,2,331,0,20,24,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1017,5456,1,0,'Elemental Bracers','Take this divining scroll--it can determine the creator of these elementals. But you will need something from them to use as a reagent to focus scroll\'s magic--their bracers should do nicely.$B$BA few intact bracers from the creatures should be enough. The other bracers will be useless for our purposes, but they may be worth something to a merchant if you wish to sell them. Once you have the intact bracers attempt to use the scroll. Return to me with the results and we shall proceed from there.','Collect 5 Intact Elemental Bracers and use the Divining Scroll on them. Afterwards, bring the Divined Scroll to Sentinel Velene Starstrike at the Silverwind Refuge.','Well done, $N, this should give us the information we need to have the culprit discovered. How would you feel about taking out the mage who fills our pools with corrupt elementals? The corruption of Ashenvale and beyond makes my stomach turn on its own--to have a wizard actively attempting to destroy it further sickens me to no end. We shall make him pay.','Since you must destroy the bracers to kill the elementals, it will probably be difficult to find the specific ones that contain the information the divining scroll needs. You can trade bracers with others in order to obtain the ones you need, or perhaps you have the divined paper already?',NULL,NULL,NULL,NULL,NULL,5455,0,0,0,1,0,0,0,5,0,0,0,12220,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1017,2,331,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1016,0,0,0,0,0,0,'Mage Summoner','There\'s only one undead mage in the Barrens capable of defiling this many water elementals. He\'s also the only one foolish enough to try. Sarilus Foulborne is probably sitting at the top of Dreadmist Peak, laughing at me.$B$B$N, you must go into enemy territory and destroy this miscreant. I have had enough of his idiocy and we must show him what happens to those who annoy the Sentinels.$B$BDestroy him and bring me his head. Be wary though, the Horde may be watching for you.','Slay Sarilus Foulborne and bring his head to Sentinel Velene Starstrike in Silverwind Refuge.','Now I can see that repugnant smile wiped from his face forever. You have done very well, $N. Take this, the Light of Elune, drink of it when all seems lost and death is near. It may save you, Goddess willing.','Is it done? Is Sarilus Foulborne dead?',NULL,NULL,NULL,NULL,NULL,5537,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5816,0,0,0,1,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1018,2,1637,0,55,55,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1000,1123,0,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid Hamuul Runetotem on the Elder\'s Rise of Thunder Bluff for more information!','Speak with Arch Druid Hamuul Runetotem on the Elder Rise of Thunder Bluff about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','Greetings, $c.$B$BI am pleased to see the likes of you taking an interest in the well being of nature; tales of your mighty deeds precede you, and you are welcomed here. Seeing you before me instills the feeling of confidence that the Cenarion Circle will get the proper aid it needs.$B$BOur connection with the Cenarion Circle in Moonglade transcends racial and political divides. Remember this as you work on behalf of the Circle, and you will do well.',NULL,NULL,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,0,0,0,0,0,81,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,1,0,0,0,0,0,0),(1019,2,1537,0,55,55,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1015,6761,0,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid in Darnassus, Fandral Staghelm, for more information!','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','What makes you think I wish to be pestered by the likes of you, $c? Wait - let me stop the important duties I attend to on a daily basis so I can help you locate a doodad somewhere. By all means, the welfare of Darnassus - nay, all of Teldrassil - should come second to the acquisition of a bauble for your collection.$B$BThe fools in Moonglade waste my time with their call for assistance, and now I must endure this?',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1020,2,331,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1010,0,0,0,5460,1,0,'Orendil\'s Cure','$N, I have created a cure that I believe will help the afflicted child. Take it to Astranaar and give it to the child\'s parent, Pelturas Whitemoon.$B$BTo reach Astranaar, follow the road south, then east.','Bring Orendil\'s Cure to Pelturas Whitemoon in Astranaar.','This is from Orendil?$B$BHis skill with herbs and healing is great. This cure gives me hope, when before I had little...','I must apologize, for I have no time to speak. My child, Relara, is deathly ill!','','','','','',5460,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,2500,1200,0,0,0,0,0,0,0,0,1,0,0,0,0,1,6,2,0,0,0,0),(1021,2,331,0,26,32,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1031,0,0,0,'Vile Satyr! Dryads in Danger!','Listen, I don\'t know who you are, but I need your help. My sisters went to take back the Branch of Cenarius from the satyr. They said they\'d be back soon, but it\'s been two whole days!$B$B$n, you have to find them! They were looking for the ruins of a night elf temple in Xavian to the northwest. I don\'t know what to think. Look for Anilia, she was leading them on the search.','Find Anilia in Xavian.','Judging by the gaping wound in her side, Anilia is on the verge of death.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1022,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,1037,0,1037,0,0,0,'The Howling Vale','Though we have put many resources and much effort into driving the remaining demons from the Felwood to the north. our successes have been few. We have been able to keep much of the demonic presence from Ashenvale.$B$BTo the north, near the Felwood border, the ruined shrine of Mel\'Thandris has been overtaken by mysterious wolf-men. Their chilling calls have led the area to be known as the Howling Vale. The Tome of Mel\'Thandris kept at the shrine may shed some light on why these wolf-men have come.','Go to the Howling Vale and study the Tome of Mel\'Thandris. then return to Sentinel Melyria Frostshadow at Forest Song.','The Tome of Mel\'Thandris works in strange ways. The events it records, the events it shows... No one truly understands why it does what it does.$B$BNonetheless, it is clear that what Priestess Starsong received--this Scythe of Elune--bears further investigation.','','','View the Tome of Mel\'Thandris','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-19027,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1023,2,331,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,991,0,0,0,5505,1,0,'Raene\'s Cleansing','As you rummage through Teronis\' belongings, you find a journal that is still in good condition.$B$BYou take the journal and leave Teronis\' corpse as is.$B$BThe only thing left to do is find the gem Teronis was seeking. Raene mentioned it being in the area. Perhaps the murlocs have it...','Find the Glowing Gem and return to Raene Wolfrunner in Astranaar with Teronis\' Journal.','This is terrible, $N. Teronis is dead?!$B$BThe time for mourning will come, but for now we must focus our efforts. I shall send some of the Sentinels to recover Teronis\' body as soon as possible.$B$BYou have Teronis\' journal and the gem he was seeking. Do you think you\'re capable of completing his task? I would rest much better knowing his death was not in vain.','Ah, welcome back, $N.',NULL,NULL,NULL,NULL,NULL,5463,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,150,37,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1024,2,331,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1023,0,0,1026,5463,1,0,'Raene\'s Cleansing','You\'ll have to do the research yourself, but from what notes Teronis has made, it sounds like your next course of action is to find the other pieces of the rod Dartol created. I would start by heading to the moonwell east of Iris Lake. When you\'re ready, follow the road and turn north when you reach a small sitting area on your left.$B$BA dryad there named Shael\'dryn is better suited to guide you. Seek her out.$B$BKeep the gem with you--Shael\'dryn will need it if she\'s to help you recreate the rod.','Find Shael\'dryn at the moonwell to the northeast.','Oh, Raene sent you? It must be serious indeed. What can I help you with?','Hello. How are you?','','','','','',5463,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,75,18,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1025,2,331,0,18,24,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1023,0,0,0,0,0,0,'An Aggressive Defense','Before you travel to the moonwell I have another task that will aid the people of Ashenvale if you would like to test your skills.$B$BAlong the road heading east before the Falfarren River, furbolgs have been attacking travelers. Their tortured minds feeding upon fear, and their appetites satiated by the blood of innocents.$B$BAid the Sentinels in protecting the lands by showing those monsters the same mercy they have shown our kind.$B$BI believe their camps are south of the road... be careful.','Kill 1 Den Watcher, 2 Ursas, 10 Totemics, and 12 Warriors of the Foulweald tribe, and then return to Raene Wolfrunner in Astranaar.','You have done well, $N. Thank you.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3746,3749,3750,3743,1,2,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4542,1205,0,0,10,10,0,0,69,54,0,0,0,100,63,0,0,0,0,1700,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1026,2,331,0,18,27,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1024,0,0,1027,0,0,0,'Raene\'s Cleansing','I wish your tidings were better.$B$BRaene is correct, I know about Dartol\'s creation and the treants in the area--at least I did once. They\'ve become corrupted now, their nature twisted.$B$BIf your goal is to find the next piece of the rod, then you\'ll have to find the key to open the chest it\'s in.$B$BThe wooden key is on one of the treants northeast of here, near Felwood. Once you have it, look for a small glade west of the road near the Felwood border... the chest should be hidden around there.','Find the Wooden Key and a piece of Dartol\'s Rod before returning to Shael\'dryn at the moonwell.','I\'m pleased to see you\'re back, $N.','It upsets me so that the treants have become corrupt. I wish I could do more to help them.',NULL,NULL,NULL,NULL,NULL,5464,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1027,2,331,0,18,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1026,0,0,1028,0,0,0,'Raene\'s Cleansing','The final piece of the rod was given to the druids of Dor\'danil for safekeeping. I have no idea where they hid it. I\'m sorry I can\'t help you more than that.$B$BAll I can tell you is to follow the road that leads towards the Barrens. The druids took shelter to the east of that road, but they won\'t be of much help to you: they were killed recently... it\'s something I don\'t like to think about much.$B$BWhen you find the final piece, bring it to me and I will help you reconstruct the rod.','Find the final piece of Dartol\'s Rod and return to Shael\'dryn at the moonwell.','You found the final piece? Wonderful for you... and for Raene.$B$BI guess we\'ll have to see about repairing it, won\'t we?','Did you find the final piece of the rod, $N?','','','','','',5519,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,54,0,0,0,250,63,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1028,2,331,0,18,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1027,0,0,1055,5547,1,0,'Raene\'s Cleansing','Here is the completed rod, $N. Reconstructing it was simple... it\'s finding the shrine that has the power to recharge it that will be the hard part.$B$BWith some focus and effort it shouldn\'t be too hard for someone like you, who\'s already accomplished so much.$B$BHead southeast of here--there are very few paths, so be careful--and keep your eyes to the north. The shrine is hidden within the mountains that surround this glade.$B$BOnce there, place the rod within the shrine... the rest is magic. Hehe.','Find the hidden shrine and re-enchant Dartol\'s Rod.','After the glow dies, you can see the re-enchanted rod within the shrine\'s basin.','You can sense a subtle yet powerful force within the shrine and surrounding trees.$B$BYou begin placing the rod within the shrine and a soft thrumming noise emits from around you as the shrine begins to glow...','','','','','',5547,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5462,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1029,2,331,0,18,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1055,0,0,1030,5462,1,0,'Raene\'s Cleansing','I suggest you find Raene and let her know the rod is finished. I\'m sure she\'ll know what your next course should be.$B$BGood luck, $N.','Return to Raene Wolfrunner in Astranaar.','You\'ve recreated the rod Teronis had set out to find? That\'s wonderful to hear.$B$BTeronis would be proud to see his quest is continuing even after his tragic passing.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1030,2,331,0,18,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1029,0,0,1045,5462,1,0,'Raene\'s Cleansing','Alas, I\'m not completely certain what he had in mind next.$B$BIf what he said was true about the rod\'s power, then it will allow you to take on another form altogether. Which form, I do not know.$B$BPerhaps he meant to use its powers to get closer to the tainted furbolgs, but even the uncorrupted creatures would slaughter him were he not careful. Transformed by the rod, Dartol would have to speak to a furbolg who was safe from the effects of Fel Moss.$B$BI would start your search southeast of Mystral Lake.','Find an uncorrupted furbolg, and using the power of Dartol\'s Rod of Transformation, speak to him.','Yes, yes... you are one of my kind, but still whole. Still clean.$B$BI am unsure how you have escaped the atrocities the night elves have visited upon our people, but I am glad to know that I am no longer alone.$B$BCorruption now runs through the veins of our kin, young one, corruption brought down upon us by the prideful night elves. They are the ones who did this to our people... They are the ones I blame for being cast out of my tribe.$B$BAt night I can still see the campfires burning in the darkness.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1031,2,331,0,26,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1021,0,0,0,0,0,0,'The Branch of Cenarius','Anilia puts her hands on your shoulders and draws you close. Gasping, she points towards the arch to the north, before her eyes close and her last wheezing breath leaves her body. \"He has taken it... Geltharis...\" You know in your heart that Anilia\'s dying wish is to see the Branch of Cenarius back in dryad hands.','Kill Geltharis and return the Branch of Cenarius to Illiyana at Forest Song.','Anilia died? No... that can\'t be! It was just yesterday that we were running and playing together in the woods.$B$BI guess those days are over...','Have you found them? What did Anilia say? Where is she?',NULL,NULL,NULL,NULL,NULL,5461,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5820,11229,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1032,2,331,0,26,32,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1031,0,0,0,0,0,0,'Satyr Slaying!','I can\'t believe that Anilia is gone... We used to play together in the forests all the time. I almost feel... sad.$B$BI know something that might make me feel better. Please, slay the satyrs that took Anilia from me! Bring me their horns as proof of your actions and you will forever have my gratitude.','Bring 16 Satyr Horns to Illiyana in Forest Song.','Thank you, kind $R. My sister\'s spirit is gladdened by your efforts.','Please, help me avenge Anilia\'s death.',NULL,NULL,NULL,NULL,NULL,5481,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,69,0,0,0,0,100,0,0,0,0,0,3000,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1033,2,331,0,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,'Elune\'s Tear','I had hoped Orendil\'s cure would save Relara, but I fear it only slowed the disease running through my child. We must find more powerful medicine! Thankfully, Orendil spoke to me of further remedies to try should his first one fail.$B$BElune\'s Tear is a type of stone that rests in only one place: the isle on Iris Lake, east of Astranaar. Orendil said the stone will wash away corruption... please, $N, bring me Elune\'s Tear and pray it will end my child\'s sickness!','Bring Elune\'s Tear to Pelturas in Astranaar.','Oh, you found it! I will place the tear in a stew, and pray that it will cure her.$B$BThank you! Thank you, $N!','$N, did you find Iris Lake? Do you have the Tear?','','','','','',5493,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,1400,1080,0,0,0,0,0,0,0,0,18,1,20,0,0,1,0,0,0,0,0,0),(1034,2,331,0,20,23,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1033,0,0,0,0,0,0,'The Ruins of Stardust','Elune\'s Tear washed clear some of my daughter\'s sickness. Her nightmares are lessened and I thank the goddess for her blessing. But ... fever still rages within her.$B$BOrendil told me of a frosted dust found among the Ruins of Stardust. Perhaps it will abate Relara\'s fever. Gather some of the dust, then please return to me.$B$BThe Ruins of Stardust lie to the south, $N. May Elune speed your journey.','Bring 5 Handfuls of Stardust to Pelturas in Astranaar.','You gathered the dust! I will create a poultice from these -- it should bring down Relara\'s fever.$B$BThank you again, $N. Without your help, my child would surely perish.','Do you yet have the Stardust, $N?','','','','','',5494,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,1500,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1035,2,331,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1034,0,0,0,0,0,0,'Fallen Sky Lake','Relara\'s Fever has passed, but she is still very weak. I do not believe time alone will give her back the strength she has lost. I believe it will take the power of a moonstone.$B$BWe used to gather moonstones at Fallen Sky Lake to the southeast... until the Shadethickets came.$B$BTheir leader, a Shadethicket Oracle, gathered up all the fallen moonstones and hoards them. Now, you must retrieve a moonstone from the Oracle.$B$BAnd to do that, I fear that you must slay him.','Retrieve a Fallen Moonstone from the Shadethicket Oracle, then bring it to Pelturas in Astranaar.','Oh, $N, you have saved my daughter! I know the power of the moonstone will give back my daughter her strength!$B$BI can never repay you fully for the aid you have given me, but... please, take this. Other than Relara, it is my most dear possession.','Did you face the Shadethicket Oracle, $N? If so, then please hand me the fallen moonstone. Relara has strength left for only a few more breaths!','','','','','',5508,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5814,6722,17047,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1036,2,33,0,55,60,0,0,0,87,3000,87,3000,0,0,0,0,8,0,0,0,0,0,4621,0,0,0,'Avast Ye, Scallywag','$N... yeah, I\'ve heard of you. I\'ve heard that you\'re no friend of Booty Bay - just like us Bloodsail Buccaneers. Fleet Master Firallon is looking for hale and hearty $g men : women; just like you for a special mission.$B$BIf you\'re interested, head on out to the Crimson Veil and speak with him below decks. She\'s anchored off the Wild Coast east of here, next to the Riptide and the Damsel\'s Luck.','Speak with Fleet Master Firallon aboard the Crimson Vale off the coast of Stranglethorn Vale.','Avast ye, scallywag. I hears that ye be the type for a bit o\' the skullduggery. Well, if yer no friend of Booty Bay, then ye might have a special place with the Bloodsail Buccaneers.$B$BArrrrr...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1037,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1022,1038,0,1038,0,0,0,'Velinde Starsong','Velinde Starsong was my predecessor here in Ashenvale Forest. At first it seemed she had the situation in Felwood under control. but little by little her efforts faltered. One day, she simply disappeared.$B$BI was sent here to continue her work. I\'m afraid I know nothing of the priestess, however. Perhaps Thyn\'tel Bladeweaver, one of the commanders of the Sentinels, knows further details of her disappearance that I was not a party to.$B$BSurely she will understand the import of such information.','Speak with Thyn\'tel Bladeweaver at the Warrior\'s Terrace in Darnassus.','Velinde Starsong? That the priestess disappeared some time ago is almost certainly common knowledge. As to further details about the events that surrounded her departure... it would take good reason for me to divulge such information.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1038,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1037,1039,0,1039,5521,1,0,'Velinde\'s Effects','The Tome of Mel\'Thandris showed you this? I suppose there would be little harm in allowing you to examine her belongings. This key will allow you to open the chest where we stored her things in the Sentinels\' bunkhouse. She kept a journal of her duties. if there is anything to be learned, it will be from that.$b$bI should tell you, the Sentinels believe that she had her own reasons for leaving, and expect that she could return at any time. The priestess has done much in the past to earn our trust.','Search through Velinde\'s chest for her journal. then return it along with the key to Thyn\'tel Bladeweaver in Darnassus.','It seems that Velinde\'s disappearance is more troubling than it originally appeared. Even still. I cannot believe that she has come to a bad end. Perhaps it would be beneficial for us to make contact with her.$B$B$N, since you have shown a vested interest in this matter, I would like to enlist your aid.','What\'d you find out?','','','','','',5520,5521,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1039,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1038,1040,0,1040,0,0,0,'The Barrens Port','Ratchet is the only port in the Barrens. Most likely Velinde found a trading vessel in Ratchet to take her to Blackwater Cove in Azeroth. We\'ve had limited dealings with the goblins that run the port. but the master of the dock should have information about the comings and goings of ship passengers.$B$BFollow the road southeast through Ashenvale and you will find yourself in the Barrens. Watch your step, $N, warriors of the Horde patrol the land. You will be safe at the port, though.','Speak with Wharfmaster Dizzywig in Ratchet.','$R, eh? Must admit, we don\'t get much of your type out here. Looking for someone, eh? Just give me a moment, I\'m sure I have it written in one of my ledgers.$B$BLot of people travel through here, though, so just give me a moment.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1040,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1039,1041,0,1041,0,0,0,'Passage to Booty Bay','Ah yes. finally found it. Should have told me she passed through here that long ago. Let\'s see.$B$BVelinde. Booked passage to Booty Bay on the Black Osprey. I don\'t have anything here saying otherwise, so I\'d assume it arrived in port safely.$B$BNot much more help I can be to you, but she asked about overland travel over on that side of the world, and I mentioned Ruzzgot, a caravan driver based out of Booty Bay. Might be that this Velinde traveled with him.$B$BMove along, now. I haven\'t all day for you.','Take a boat to Booty Bay and speak with Caravaneer Ruzzgot.','Yes? Now, it doesn\'t look to me like you\'re the sort with goods that need shipping, so either you\'re looking for a job with my caravan--and there\'s no jobs to be had now--or you\'re probably talking to the wrong goblin.$B$BSo which one is it?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,25,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1041,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1040,1042,0,1042,0,0,0,'The Caravan Road','Turns out I was wrong about you. and that isn\'t something that happens everyday.$B$BIt just so happens that I remember this Velinde you\'re looking for. Isn\'t every day that a night elf priestess that wants to travel with a dirty old--but great for your shipping needs!--caravan like my own.$B$BWe split up on the way north, she was headed for Darkshire. The clerk there keeps all sorts of records. Might know something useful.$B$BBe careful in the jungle, it is a deadly place even at the best of times.','Speak with Clerk Daltry in Darkshire.','With all the strange happenings of the last few years, I keep as good records of strangers as I can. Never know when it might come in handy... though it\'s usually not pleasant business when it does. Not to suggest anything about this Velinde you\'re looking for.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1042,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1041,1043,0,1043,0,0,0,'The Carevin Family','No. I don\'t have any records of a Velinde Starsong staying in Darkshire... though, if you don\'t mind me saying, I can hardly imagine a night elf priestess taking a room in the inn, if you get my meaning?$B$BThese wolf-men you mentioned though, that\'s something I\'ve heard about. Just the other day, Calor came into town with a string of their heads. He works with the Carevin family. Hunters of demons, undead, and other monstrosities. Speak with Jonathan, he\'s the head of the household.','Speak with Jonathan Carevin in Darkshire.','Dark times these are. Ill news is whispered from every swaying branch, and evil can be found under every rock.$B$BAnd in such times an unknown stranger enters my home and asks of worgen... I\'ll ask no forgiveness for my suspicions, only answers.$B$BAnd answers, I will have.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1043,2,331,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1042,1044,0,1044,0,0,0,'The Scythe of Elune','Your story rings true... I do not entirely understand your motives. but if your business here in Duskwood involves ridding the forest of worgen in any number, then I can forgo understanding for results.$B$BThere is a mine to the south that has been overrun with worgen... They appeared out of nowhere, but from what we know, that is where they first were found.$B$BGo about your business, but I would ask that if you find anything of import, you share it with me. We will accept any aid in our war against evil.','Look for signs of the Scythe of Elune then return to Jonathan Carevin in Darkshire.','It is an interesting story you tell, $N. Though the Carevin family\'s influence is not large enough that we might find the root of these troubles and finish them once and for all, we will do what we can to contain the worgens\' numbers in Duskwood.$B$BAlready I have instructed Calor to make this his first priority.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1044,2,10,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1043,0,0,0,0,0,0,'Answered Questions','We shall rein in the worgen problem. have no worry of that. This evil that your friend introduced to our woods will be contained, and I bear her no ill will for her actions. Strange events are afoot in these times, $N, and the darkness knows no respite.$B$BI will keep you no longer. I suspect that there are others that should hear of what you have found in the mines of Duskwood.','Return to Thyn\'tel Bladeweaver in Darnassus.','So this is the fate of Velinde, is it? The high priestess will be disappointed to hear of this, they were good friends before her disappearance. Still, the Scythe of Elune was surely granted to her as a boon by our goddess, and it is unsettling to me that it has fallen out of her servants\' hands.$B$BAnother matter for another time, however. I owe you my thanks in no small amount for what you have accomplished.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5817,5818,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1045,2,331,0,18,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1030,0,0,1046,5462,1,0,'Raene\'s Cleansing','The night elves are as old as time, but their arrogance destroys their very world. And now it destroys our lives too. But that can no longer be controlled...$B$BI blame the elves for much, but we are still responsible for our actions. Even beyond the corruption, we are capable of great evil.$B$BRan Bloodtooth is one such evil. Power hungry, lusting... the corruption has only made him stronger. My hatred for the elves burns, but I do not wish ill upon their children, so we must police our own.','Kill Ran Bloodtooth and 4 Bloodtooth Guards and return to Krolg near Lake Mystral.','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.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3696,3932,0,0,1,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1046,2,331,0,18,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1045,0,0,0,0,0,0,'Raene\'s Cleansing','Return to your own tribe and let them know of your victory here.$B$BShow them your trophy, and bask in the glory...','Bring Ran Bloodtooth\'s Skull and Dartol\'s Rod of Transformation to Raene Wolfrunner in Astranaar.','So, this is the skull of the fiercest furbolg threat in Ashenvale?$B$BI am more than pleased with your abilities, $N. The Sentinels cannot thank you enough. I hope we can rely on you again in the future to help our people.$B$BI shall put this skull and Dartol\'s Rod in a place of reverence for others to see.$B$BTeronis would be proud. Thank you again.','The Sentinels do what they can here in Ashenvale, but it\'s thanks to gnomes like you that we have gained the ground we have.',NULL,NULL,NULL,NULL,NULL,5388,5462,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5815,17046,0,0,0,0,1,1,0,0,0,0,1116,0,0,0,1,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1047,2,1657,0,55,55,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1015,6761,0,0,0,'The New Frontier','Attention, heroes!$B$BThe Cenarion Circle seeks able bodied individuals to assist them in exploring the vast new frontiers of Kalimdor! A forbidden wasteland of unimaginable dangers lies far to the west of Tanaris and Gadgetzan, and the Circle needs willing and honorable proxies to act in their stead.$B$BAll interested individuals should seek audience with the Cenarion Circle. Speak with the Arch Druid in Darnassus, Fandral Staghelm, for more information!','Speak with Arch Druid Fandral Staghelm at the Cenarion Enclave of Darnassus about the Cenarion Circle\'s call to explore the frontiers of Kalimdor.','What makes you think I wish to be pestered by the likes of you, $c? Wait - let me stop the important duties I attend to on a daily basis so I can help you locate a doodad somewhere. By all means, the welfare of Darnassus - nay, all of Teldrassil - should come second to the acquisition of a bauble for your collection.$B$BThe fools in Moonglade waste my time with their call for assistance, and now I must endure this?',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1048,2,85,0,33,42,81,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Into The Scarlet Monastery','Whilst the Dark Lady tends to the pressing issue of the Lich King\'s advance to the north, I am seeing to it that matters closer to home are being taken care of accordingly.$B$BNo doubt, the human pests who call themselves the Scarlet Crusade are proving to be the sharpest thorn in our side domestically. Tirisfal Glades is literally crawling with the little red ants.$B$BTravel to the Monastery, $C, and lay waste to High Inquisitor Whitemane and her top lieutenants.','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Varimathras in the Undercity.','You have served the Dark Lady well, $C. \'Twas no small task I asked of you.$b$bYour loyalty to the Forsaken has been noted. And your tenacity in combat will be remembered.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3977,3976,3975,3974,1,1,1,1,0,0,0,0,6802,6803,10711,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,200,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1049,2,215,0,28,38,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Compendium of the Fallen','The Earthen Ring had pure intentions towards our plagued brethren. But who is to know the motivations of those whispering in the ears of the Elder Council?$B$BThe Forsaken whom we have allied with have a history wrought with deceit. Too hasty was our pact. Perhaps Cairne would have been wise to heed the warnings from Orgrimmar.$B$BDeep within the Scarlet Monastery lies the Compendium of the Fallen, guarded by crazed human zealots. Their method is forged from insanity but their research might prove useful.','Retrieve the Compendium of the Fallen from the Monastery in Tirisfal Glades and return to Sage Truthseeker in Thunder Bluff.','The Compendium of the Fallen! I was beginning to wonder if the very book existed!$b$bYou have served the Tauren of Thunder Bluff well, $N. Your dedication shall not be forgotten.','Cairne is a brave and noble leader and I would trust him with my own life. But it is others that I do not trust in this political climate.$b$bOnce I have a chance to gather all the knowledge available I can provide sound council to the Chieftain.$b$bHave you had a chance to travel to Tirisfal Glades? To the Scarlet Monastery? The Compendium of the Fallen is just one piece in this complicated puzzle...','','','','','',5535,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7747,17508,7749,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1050,2,1,0,28,38,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mythology of the Titans','The future is inevitable! We hurl ourselves towards it like falling raindrops to the Great Sea.$B$BBut perhaps, by studying the past, we can know what to expect and be better prepared for the unknown.$B$BBefore dire troubles fell upon Lordaeron, there was a bastion of knowledge tucked away in the Tirisfal Glades. It is rumored that a book called Mythology of the Titans was housed in the library of the old Monastery.$B$BBring it to me and perhaps together we can unlock the secrets of the past!','Retrieve Mythology of the Titans from the Monastery and bring it to Librarian Mae Paledust in Ironforge.','You have rescued the sacred text!$B$BYour journey was long and acquiring the book was undoubtedly no easy task. But the dwarves of Ironforge stand to benefit from your success.$B$BThank you, $N, on behalf of the Explorers\' League.','The Monastery was a seminary for Paladins-in-training. Once a stronghold of the Light, it fell into the hands of the crazed zealots of the Scarlet Crusade.$B$BThe Crusade believed their goal a noble one: to purify the land of the undead plague. But insanity tainted their plight and now they stand enemies to all.$B$BBring Mythology of the Titans to me so I can study it and house it here in Ironforge.$B$BThe corrupt halls of the Monastery are no place for such a historical treasure.',NULL,NULL,NULL,NULL,NULL,5536,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7746,0,0,0,1,0,0,0,47,54,930,0,0,350,87,87,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1051,2,796,0,27,33,1,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Vorrel\'s Revenge','Even though my will is free, I can serve the Dark Lady no more. I feel my time on Azeroth has come to an end. My life force is shattered.$B$BInterrogator Vishas did this to me! Tortured me for weeks! Took my wedding ring and gave it to his wife. The bastard!$B$BRevenge... I want revenge!$B$BThe pompous fool bragged about his precious wife, Nancy, who lived along Lake Lordamere. Track the wench down, slay her and return my wedding ring to my wife, Monika in Tarren Mill.$B$BHeed my last wishes....','Return Vorrel Sengutz\'s wedding ring to Monika Sengutz in Tarren Mill.','Vorrel led such a troubled existence. And what a good mate he was...$b$bDamn those filthy humans!$b$bVorrel is gone, never to enjoy undeath again. At least I can take solace in the revenge you took in his name. For that I thank you.$b$bNow let me be to mourn....','What do you want, stranger?','','','','','',5538,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7750,4643,0,0,0,0,1,1,0,0,0,0,7751,0,0,0,1,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1052,2,405,0,34,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,261,0,0,0,5539,1,0,'Down the Scarlet Path','We of the Scarlet Crusade lay claim to strongholds from Hearthglen to Tirisfal Glades. We are quite proud of our bastions of cleansing throughout Lordaeron.$B$BYou have proven yourself against the undead in Desolace. But the true threat of the plague lies in Lordaeron.$B$BTravel to the town of Southshore, in the Eastern Kingdoms. Seek out a crusader named Raleigh the Devout. Give him this letter of commendation bearing my seal and he will escort you to a place of honor in our Scarlet Monastery.','Take Brother Anton\'s Letter of Commendation to Raleigh the Devout in Southshore.','Brother Anton still spreads the word of the Scarlet Crusade? Oh my....','Who goes there? What do you want from me?',NULL,NULL,NULL,NULL,NULL,5539,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0),(1053,2,267,0,34,40,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,1052,0,0,0,0,0,0,'In the Name of the Light','I once served the Scarlet Crusade with honor, loyalty and pride. I believed their cause to be a noble one: to rid Azeroth of the undead.$B$BBut as I spent time at the Monastery in Tirisfal Glades I realized that their grasp on reality was slipping. They now think everyone is plagued who doesn\'t wear the tabard of the Crusade. Innocent men and women were tortured because they were supposedly plagued. $B$BThe Scarlet Crusade must be crushed in the name of the Light. You, $N, must destroy the deranged regime.','Kill High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey and then report back to Raleigh the Devout in Southshore.','While disciples of the Light never revel in the loss of life, we must accept that on occasion, such sacrifices must happen for the greater good of the Kingdom and the planet.$B$BThrough your deeds in the Monastery you have spared many innocent lives, $N. I salute your tenacity.','The corruption in the Monastery will not end until the highest ranking officials have been removed.$b$bIn the name of the Light, slay High Inquisitor Whitemane, Scarlet Commander Mograine, Herod, the Scarlet Champion and Houndmaster Loksey. Once they have fallen, perhaps the true cause can be rekindled. Until then, anyone who crosses the path of the Crusade lies in peril.$b$bVenture forth from Southshore and make it so!',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3977,3976,3975,3974,1,1,1,1,0,0,0,0,6829,6830,6831,11262,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,72,0,0,0,125,500,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,1,5,1,25,5,1,0,0,0,0,0,0),(1054,2,331,0,18,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Culling the Threat','Directly to the north of Astranaar are the Thistlefur furbolg. My scouts report that their numbers have grown greatly over the past few months. If they grow too great, they may find the courage to attack Astranaar directly.$B$BKill as many of their kind as you can, but bring me their chieftain\'s skull as proof that their efforts have been stifled... for now.$B$BI shall remain here in Astranaar and await word from you. Elune be with you.','Bring Dal Bloodclaw\'s Skull to Raene Wolfrunner in Astranaar.','Well done, $N.$B$BWe are under constant threat from the furbolg. Hopefully this will keep them at bay for a bit longer.','The furbolgs\' corruption has caused Ashenvale to become a fraction of its former glory.',NULL,NULL,NULL,NULL,NULL,5544,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1970,0,0,0,2,0,0,0,69,0,0,0,0,100,0,0,0,0,0,1800,1200,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0),(1055,2,331,0,18,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1028,0,0,1029,0,0,0,'Raene\'s Cleansing','The rod, now complete, lies in your hands. Shael\'dryn will want to hear of your success.','Return to Shael\'dryn at the moonwell.','You\'ve done it, $N! Well done!',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1056,2,331,0,18,18,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1057,0,0,0,'Journey to Stonetalon Peak','The forest spirits tell me you are brave and willing to travel.$B$BTo the south, not far from Mystral Lake, there lies a tunnel named The Talondeep Path. Through this tunnel you will come to an area known as Windshear Crag in the Stonetalon Mountains. Once there, journey to the southwest past Cragpool Lake and then north, up the steep slope until you reach Stonetalon Peak.$B$BThere awaits Keeper Albagorm. Heed his bidding, $R.$B$BThe journey will be perilous.','Travel to Keeper Albagorm on Stonetalon Peak.','Alas, you arrive. I see Faldreas has listened to the forest spirits...',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1057,2,406,0,20,27,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1059,0,0,0,'Reclaiming the Charred Vale','As a protector of the forest spirits you can undoubtedly guess why I am alarmed.$b$bYou have traveled through these mountains to reach this peak. Surely you have seen the travesty which has befallen the land. Greed has led to the destruction of these sacred hills.$b$bThe Charred Vale to the south was set afire by the greedy mechanized army of industrialists. Worse yet, the Bloodfuries that have encroached on the land refuse us passage in to begin regrowth.$b$bDrive the wretched harpies out, $N!','Keeper Albagorm on Stonetalon Peak wants you to slay 7 Bloodfury Harpies, 7 Bloodfury Ambushers, 7 Bloodfury Slayers and 7 Bloodfury Roguefeathers.','Now that the Bloodfuries have suffered such a great loss, perhaps the true work of restoring the land can begin....',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4022,4025,4024,4023,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1058,2,406,0,20,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jin\'Zil\'s Forest Magic','So excited I am!$b$bThree little cages for three little elves! But what shall we do with our lovely tree-hugging friends? Why, let\'s give them a taste of... what do they call it... forest magic!$b$bI\'ll need a good mess of Stonetalon sap. From those horrid felines, bring me some twilight whiskers. This calls for plenty of courser eyes, of course -- can never have enough eyes. Oh, and lest we forget, a precious scale from a fey dragon.$b$bHurry to Stonetalon Peak, $n, so I can brew some forest magic!','Witch Doctor Jin\'Zil at Malaka\'jin wants 5 portions of Stonetalon Sap, 5 Twilight Whiskers, 30 Courser Eyes and a Fey Dragon Scale.','Oh how happy these little woodland nymphs shall be! We\'ll make them feel right at home with this special concoction!','Look at our poor little elf friends. All caged up with no forest to frolic in!$b$bNow were you able to find me some sap? How about the whiskers from the twilight runners? Don\'t suppose you have that fey dragon scale on you?$b$bAnd eyes! I\'ll need so many eyes! You just can\'t mix up a fierce forest magic brew without a good helping of eyes!','','','','','',5582,5584,5585,5583,5,5,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6664,6665,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1059,2,406,0,21,27,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1057,0,0,0,0,0,0,'Reclaiming the Charred Vale','The Bloodfuries have been subdued. But they will regroup soon enough if action is not taken.$B$BFar south of the Barrens lies a land known as Thousand Needles. If you travel west in Thousand Needles until you reach the lush forest\'s edge of Feralas, you will find a druid named Falfindel Waywarder.$B$BThis great and wise druid is capable of calling forth great forest spirits which can aid in the reclamation of the Charred Vale.$B$BSend word of our need! Seek him out at once!','Travel to Falfindel Waywarder on the border of Thousand Needles and Feralas.','Keeper Albagorm was wise to send you with such urgency.$B$BLet us see if we cannot call forth aid from the great forest to travel to the Charred Vale before it is too late.',NULL,NULL,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,6675,6676,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,100,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1060,2,17,0,15,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,876,0,0,0,5594,1,0,'Letter to Jin\'Zil','You\'ve done so well for me, $N. You\'re a regular lucky rabbit\'s foot and there\'s something I want you to see.$B$BThe harpies are not from around the Barrens. They come from a place called Stonetalon, far to the northwest of here. Though it is probably a dangerous place for you, I need this letter delivered to an old friend of mine who lives there, a witch doctor by the name of Jin\'Zil.$B$BHe\'ll be happy to know that Serena Bloodfeather is dead, and I think you\'ll find Stonetalon an interesting place.','Deliver Darsok\'s letter to Jin\'Zil within his cave in Malaka\'Jin, in Stonetalon.','Ahh, a letter from Darsok. I have not heard from him in many years.$b$bSo the last of the Bloodfeathers are dead, eh? That is good news, I can remember when my friend Rokhan went with that crazy mok\'nathal to kill her older sister. Ah, to be young again, like you.','You seem a shady character. You have something for me to see?',NULL,NULL,NULL,NULL,NULL,5594,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1061,2,406,0,13,17,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,'The Spirits of Stonetalon','The spirits of the Stonetalon Mountains are angered, for goblins and their servants are plundering and burning the land. So the land has cried out, and those who listen for such things... have heard.$B$BSeereth Stonebreak, a promising shaman of the Horde, was sent to Stonetalon. She reports massive deforestation at the hands of the goblins, and requests aid.$B$BMeet Seereth in Stonetalon. To reach her, follow the road west of the Barrens\' Crossroads. She is camped near the Greatwood Vale.','Speak with Seereth Stonebreak in the Stonetalon Mountains.','Ah, a $C. Very good. We will need your skills to deal with these plunderers!',NULL,NULL,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,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1062,2,406,0,13,19,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Goblin Invaders','The goblin-run Venture Company moved into the Stonetalon Mountains, chopping down trees and burning huge stretches of forest. The spirits of this place are nearly blind with pain and rage. We must stop the Venture Company!$B$BHead northwest, beyond the Greatwood Vale and into the Windshear Crag. You will find the goblins and their servants at work--show them the Horde will not allow the exploitation of Stonetalon. Show them in the language they best understand...$B$BViolence.','Kill 15 Venture Co. Loggers, then return to Seereth Stonebreak on the border of Stonetalon and the Barrens.','Bravely done, $N.$b$bWe may ultimately need the wisdom of tauren elders to calm the spirits of Stonetalon, but...$b$bRidding the Venture Company of its personnel is a good first move against them.','The Greatwood Vale lies to the northwest, $N. Go. Strike fear into those who would pillage this land!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3989,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,1100,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1063,2,406,0,15,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1062,0,0,0,0,0,0,'The Elder Crone','To truly tend the spirits of Stonetalon we must consult the tauren elders.$B$BI do not know many of their leaders\' names, but I do know of one: Magatha. I have heard that she is very old, and she knows much. If anyone can marshal spiritual aid from the tauren, it is she.$B$BMagatha resides in the tauren capital of Thunder Bluff, on Elder Rise -- the city\'s northeastern bluff. Speak with Magatha, and tell her of the peril of Stonetalon Mountains.','Speak with Magatha in Thunder Bluff.','I bid you greetings. You are here seeking council?',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1064,2,1638,0,16,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1063,0,0,1065,0,0,0,'Forsaken Aid','The tauren have a bond with the land, and it pains me to hear of Stonetalon\'s plight. But I fear that to heal the land, we must first remove the disease upon it.$B$BIs it not fortunate, then, that the Forsaken are allied with us? They know much of disease. I believe they can aid us, and by doing so they will strengthen the trust between our people.$B$BSpeak with Apothecary Zamah. She is a scholar and an emissary of the Forsaken. You will find her in the Pools of Vision below the Spirit Rise.','Speak with Apothecary Zamah in the Pools of Vision in Thunder Bluff.','Magatha sent word of your coming, $N. Although my heart beats no longer, I still feel sorrow for the spirits of Stonetalon.$b$bThe Forsaken are eager to offer what help we can.',NULL,NULL,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,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1065,2,1638,0,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1064,0,0,1066,5628,1,0,'Journey to Tarren Mill','To rid Stonetalon of the Venture Company, we must take extreme measures. Extreme, but without bloodshed.$B$BA colleague of mine may have just the tool we need. His name is Lydon; he dwells in the town of Tarren Mill in the Hillsbrad Foothills, in the distant land of Lordaeron.$B$BTo reach Hillsbrad, travel by zeppelin to our capital, the Undercity. Then go north to Tirisfal Glades, southwest to Silverpine, and south to Hillsbrad.$B$BSeek Lydon and bring him this note. It details our needs to him.','Bring Zamah\'s Note to Apothecary Lydon in Tarren Mill.','A note from Zamah? Her needs must be great to send word from so far. Let us see what she says...$b$bAh, splendid! I know exactly what to do!','Ah, are you here with my new test subjects?','','','','','',5628,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,80,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1066,2,267,0,13,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1065,0,0,0,0,0,0,'Blood of Innocents','I will create a toxin to bleed the violence from the Venture Company, rendering them weak and docile. That should fix the Horde\'s problem in Stonetalon, yes?$B$BBut to create the toxin, I will need the blood of innocents, a difficult ingredient to obtain.$B$BFortunately the Syndicate, a group of human brigands in this area, employ shadow mages... and those mages collect innocent blood for their own, unsavory purposes.$B$BYou can find the Syndicate shadow mages in Durnholde Keep to the southeast.','Bring 5 Vials of Innocent Blood to Apothecary Lydon in Tarren Mill.','Very good! I trust the Syndicate gave you little trouble?$B$BAs I mentioned, the blood of innocents is not an easy thing to obtain. We are lucky the Syndicate shadow mages did the difficult work for us.$B$BNow hold a moment while I create my concoction...','Did you find the Syndicate Shadow Mages, and collect from them the bl','','','','','',5620,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1067,2,267,0,13,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1066,0,0,0,5588,1,0,'Return to Thunder Bluff','Here is the toxin. If you use it against the Venture Company it should produce favorable, perhaps even contagious, results. I must say, it is quite exciting to see my work applied in the field!$B$BBut before using it, take it to Apothecary Zamah. She must create a delivery method for the toxin to maximize its effect.','Bring Lydon\'s Toxin to Apothecary Zamah in Thunder Bluff.','A toxin from Apothecary Lydon? Very good. If I know Lydon, then this toxin will be quite effective against the Venture Company...','You have returned, $N. Do you bring aid from Apothecary Lydon?',NULL,NULL,NULL,NULL,NULL,5588,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1068,2,406,0,15,23,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1062,0,0,0,0,0,0,'Shredding Machines','There is a relation to the spiritual magic of shaman and the natural magic of druids. This is why we shaman can hear the plea of the spirits of Stonetalon. Many of their whisperings are lost to me, but one message, one vision, is clear...$B$BI saw a vision of two man-shaped machines in Windshear Crag, northwest of Greatwood Vale, felling trees with impossible speed. These metal beasts must be stopped!$B$BIn my vision, the machines were marked with strange symbols:$B$BXT:4 and XT:9.','Kill the shredders XT:4 and XT:9, then return to Seereth Stonebreak at the border of the Stonetalon Mountains and the Barrens.','The destruction of the machines XT:4 and XT:9 have soothed many of the spirits of Stonetalon, $N. With their loss, let us hope the Venture Company will remove itself from these mountains.$b$bFor if they do not, then I fear the atrocities this place has suffered will pale to what lies ahead.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4073,4074,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,1500,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1069,2,17,0,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deepmoss Spider Eggs','Spider egg omelettes are a new fad in Booty Bay! The problem is... Booty Bay\'s got no eggs.$B$BI smell an opportunity!$B$BIn Windshear Crag and Sishir Canyon, in the Stonetalon Mountains to the northwest, lives the deepmoss spider. Bring me its eggs and I\'ll pay a bundle!$B$BIn Windshear Crag, the eggs will be clustered under what trees remain.$B$BIn Sishir Canyon... well, if you have a weak stomach then maybe you should just collect the eggs at Windshear Crag...','Bring 15 Deepmoss Eggs to Mebok Mizzyrix in Ratchet.','You got them! Thank you!$B$BI\'ll have these sent to Dizzywig and get them shipped to Booty Bay. I can already taste the profits!$B$BHere is your cut, $N. I couldn\'t have made this deal without you.','Did you get the eggs, $N? I already made a shipping deal with Wharfmaster Dizzywig!',NULL,NULL,NULL,NULL,NULL,5570,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,350,0,0,0,0,0,2500,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1070,2,331,0,17,21,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1085,0,0,0,'On Guard in Stonetalon','Hello, $N.$B$BYou seem to be full of wanderlust by the looks of you. Have you been to the Stonetalon Mountains? It is a land plagued by the Venture Co. and other enemies of the night elves.$B$BRecently, Sentinel Wolfrunner sent my friend Kaela Shadowspear there to investigate what\'s happening to the land, but I have yet to hear word back from her. I\'m even more concerned because the Alliance sent a gnome mage along with her... a sign of trouble for sure.$B$BWould you find her and report back to me?','Find Kaela Shadowspear overlooking the valley entering Windshear Crag in the Stonetalon Mountains.','Ah, you\'ve come from Ashenvale at the behest of Thenysil -- how I miss her, my homeland and friends. She must be doing well with the Sentinels to be sequestering adventurers for other tasks. I\'m proud of her.$B$BIt is a pleasure to meet you, $N.',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1071,2,406,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1085,0,0,0,0,0,0,'A Gnome\'s Respite','You see, $N, I\'m a member of the Enlightened Assembly of Arcanology, Alchemy and Engineering Sciences, and it\'s my goal... nay, my DUTY! to show the night elves that a blend of magic, mixtures, and mechanisms can help save their forests.$B$BBut it\'s a hard fought war, and the goblins reproduce like rabbits it seems. I haven\'t even had time to build my newest inventions!$B$BI need some time to plan and organize. But to do that, I need your help keeping the goblins at bay in Windshear Crag to the east...','Kill 10 Venture Co. Loggers, and 10 Venture Co. Deforesters and return to Gaxim Rustfizzle in Stonetalon.','Thanks so much for your help, $N. You\'re actually back just in time.$B$BI think I\'ve got the perfect plan. Explosives. No, that\'s not the plan, but it\'s part of the plan.$B$BSee, I\'ve been using high explosives--don\'t worry, they\'re not as dangerous as everyone thinks--to scare the goblins back a bit. I can herd \'em pretty good with a few key detonations along the mountains\' edges, but I\'ve been low on supplies now for a few days.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3989,3991,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,250,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1072,2,406,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1071,0,0,1073,0,0,0,'An Old Colleague','The device I\'m thinking about is my most advanced version to date. But we\'ll need a special potion if it\'s to work. I\'m thinking we might as well get the good stuff since this mission could be your last.$B$BAnd for that, we\'re going to need some potent explosives: Nitromirglyceronium.$B$BThe only person who can make NG-5 is an old friend of mine: Lomac Gearstrip. Look for him in Tinker Town.$B$BYou talk him into making us some NG-5, I\'ll get to work on placement for my devices.','Speak to Lomac Gearstrip in Ironforge.','Ahhh. Gaxim sent you, huh? How do I know you\'re not lying to me?! Hmm? Hmm?',NULL,NULL,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,0,0,0,0,0,54,0,0,0,0,50,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1073,2,1,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1072,0,0,1074,0,0,0,'Ineptitude + Chemicals = Fun','Hahaha... you need Nitromirglyceronium to stop goblins from destroying a forest?!$B$BI don\'t care if you know Gaxim or not... I\'ll give you the stuff just to see you or them explode into itty bitty pieces.$B$BThere\'s a problem though: I\'m all out.$B$BBut I\'ll tell you what, you bring me the correct potions, and I\'ll make some up for you right away.$B$BThe least you can do is prove you\'ve got some skill as an alchemist before I just give you a sample of my greatest creation.','Bring 4 Minor Mana Potions and 2 Elixirs of Minor Fortitude to Lomac Gearstrip in Ironforge.','This\'ll do nicely.$B$BIf I didn\'t know better, stranger, I\'d say you knew somethin\' about alchemy. Good, good... the world\'s not all about swords and sorcery, you know?','I can\'t make any Nitromirglyceronium if I don\'t have the potions... they\'re vital to its creation.',NULL,NULL,NULL,NULL,NULL,2455,2458,0,0,4,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,100,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1074,2,1,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1073,1080,0,0,5732,1,0,'Ineptitude + Chemicals = Fun','Here you go, stranger. Take heed with it though... it\'s volatile stuff.$B$BIf you\'re really a friend of Gaxim\'s, then tell him I say hello. If you\'re not, then have fun blowin\' yerself up.','Bring the Nitromirglyceronium back to Gaxim Rustfizzle in Stonetalon.','Your task has been done flawlessly, $N.$B$BNG-5 is the unequivocal component in the recipe to ignite the wagons of dynamite.$B$BWhat? Yes, dynamite... wagons of it. It\'s the perfect distraction, I tell you... just wait and see.','Ah, goodie goodie, you\'re back.',NULL,NULL,NULL,NULL,NULL,5732,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,50,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1075,2,406,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1071,0,0,1076,0,0,0,'A Scroll from Mauren','Okay, now for the remote detonation part of my plan... oh, I haven\'t explained that yet, have I?$B$BOkay, so the short of it is this: with a little magic, I can make it so the explosives go off while you\'re not around. I\'m putting together a device that\'ll allow you to push just one button and have the NG-5 explode when you\'re ready.$B$BBut I need a spell from a friend in Stormwind--Collin Mauren is his name. You can find him in the mage quarter there. He\'s human, so he shouldn\'t be hard to miss.','Find Collin Mauren in Stormwind.','Now, this spell you need; one that will allow you detonate explosives from a distance... hmmm.',NULL,NULL,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,0,0,0,0,0,54,72,0,0,0,50,50,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1076,2,1519,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1075,0,0,0,0,0,0,'Devils in Westfall','Ah, I think I have it. A messaging spell... I believe that\'s the effect he\'s looking for.$B$BI\'ll have to create a scroll with the spell impressed upon it. To do that I\'ll need debris from a dust devil.$B$BWhile I gather the rest of the components, why don\'t you head to Westfall and find one of the foul creatures? They are dangerous, but I\'m sure it\'s nothing you can\'t handle if you\'re willing to subject yourself to one of Gaxim\'s experiments.$B$BI\'ll be here when you return.','Bring Dust Devil Debris to Collin Mauren in Stormwind.','Allow me just a few moments and I shall have your scroll ready for you.','Hello, $N. Have you found the component I need?',NULL,NULL,NULL,NULL,NULL,5669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,100,100,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1077,2,1519,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1076,1079,0,0,5731,1,0,'Special Delivery for Gaxim','Here you are, $N. This should do nicely.$B$BPlease give my regards to Gaxim when next you see him. I look forward to hearing about this adventure when it sees its completion.$B$BFare well.','Bring the Scroll of Messaging to Gaxim Rustfizzle in Stonetalon.','This is perfect, $N! Well done.$B$BThis spell, mixed with the NG-5, shall make the perfect remote explosive.$B$BWe\'ll be able to create the perfect distraction for you so you can sneak in and steal the Venture Co.\'s letters and engineering plans.$B$BThat will surely slow down their deforestation acts.','Haha! you\'re back! Do you have it? Do you have the spell?',NULL,NULL,NULL,NULL,NULL,5731,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,50,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1078,2,1519,0,17,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Retrieval for Mauren','Travelers keep asking me about the Stonetalon Mountains. It seems to be a popular place for adventure--it doesn\'t matter if you\'re seeking wyvern, elementals, or you have business with the Venture Co.$B$BWithin the Charred Vale, deep in Stonetalon, there used to be a species of basilisks whose scales, when ground to dust, made a wonderful reagent for some spells I\'ve created.$B$BIf those basilisks still live, I would love to have a few of their scales.$B$BTake your time, it is no rush, but I can pay well.','Bring 8 Crystalized Scales to Collin Mauren in Stormwind.','This is perfect, $N. Thank you greatly.$B$BPerhaps one day in the future I\'ll be able to help you as you have helped me.','Hello again, $N.$B$BHave you already returned from the Vale in Stonetalon with those scales?',NULL,NULL,NULL,NULL,NULL,5675,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6677,0,0,0,1,0,0,0,54,72,0,0,0,250,250,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0),(1079,2,406,0,18,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1074,1091,-1079,0,5738,1,0,'Covert Ops - Alpha','This is it, $N. Pay close attention. The devices are done, and ready to be used.$B$BTake these pages--they\'ll explain more about the detonators and explosives, and where you should place them.$B$BRemember, the success of your mission doesn\'t depend on how much destruction you cause. Plan Alpha\'s success depends on you bringing back the Venture Co.\'s engineering plans from inside the lumber mill south of Cragpool Lake.','Retrieve the Venture Co.\'s Engineering Plans from the lumber mill in Windshear Crag.','Truly amazing! This is a huge blow to the Venture Co.$B$BWe\'ll be able to find weaknesses in their machines and also incorporate their designs into our own creations. This is a wonderful day,','Did you get the plans, $N?',NULL,NULL,NULL,NULL,NULL,5718,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1080,2,406,0,18,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1077,1091,-1079,0,5738,1,0,'Covert Ops - Beta','Plan Beta\'s just like Plan Alpha, $N.$B$BWe cause a distraction and then steal their precious letters.$B$BThe key is to get their letters... remember that.$B$BThe pages I gave you already will tell you where to plant the explosives. Just get back here alive and with those letters....','Retrieve the Venture Co. Letters from Windshear Mine at the east end of Windshear Crag.','Incredible, $N! Kaela and the Sentinels will be so happy. With your skill and my creations, we\'re unstoppable.','How\'d it go, $N?',NULL,NULL,NULL,NULL,NULL,5717,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1081,2,331,0,18,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1082,0,0,0,0,0,0,'Reception from Tyrande','$N, I am sure Tyrande Whisperwind herself would like to thank you for taking part in this mission.$B$BIt may not appear so on the surface, but what you\'ve helped start could very well strengthen our foothold in the Stonetalon Mountains.$B$BIf you consider yourself our ally against these atrocities, go see Tyrande in the Temple of the Moon in Darnassus.','Find Tyrande Whisperwind in Darnassus.','Hello, $N. I have indeed heard your name before, and although you are still full of youth, I am pleased to see the path you have set for yourself.$B$BYou would do me a great honor if you would accept this as a gift of appreciation.',NULL,NULL,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,7334,7335,7336,0,0,0,1,1,1,0,0,0,6678,0,0,0,1,0,0,0,469,0,0,0,0,500,0,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1082,2,406,0,18,22,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1081,0,0,0,'Update for Sentinel Thenysil','$N, you have done a great deed by lending a hand here.$B$BThe Sentinels of Ashenvale will reward you well if you informed them that Gaxim and I are alive. Tell them we are well on our way to stopping the Venture Co. and healing the lands.$B$BFind Tara Thenysil in Astranaar; she will be pleased to see you\'ve returned with good news.','Return to Sentinel Thenysil in Ashenvale.','Thank you, $N. You have done a service to the Sentinels.$B$BI\'m glad to see Kaela... and even Gaxim, are doing well.$B$BYou\'ve earned our appreciation.',NULL,NULL,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,0,0,0,0,0,469,69,0,0,0,19,75,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1083,2,406,0,18,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1091,1082,-1083,0,0,0,0,'Enraged Spirits','I\'m unsure what the Venture Co. did to the Vale, but it\'s obvious they were overpowered by the creatures there.$B$BThey set the forest aflame, and used their inventions of destruction to decimate as much of the Vale as possible.$B$BBut in their ignorance they also released something else: burning spirits, elementals of flame, stone and rage.$B$BThe land has no chance to see Elune\'s smile while these creatures roam free.$B$BBring me their smoldering embers to show you\'ve reduced their numbers.','Bring 8 Smoldering Embers from any of the fire elementals in the Charred Vale to Kaela Shadowspear in Stonetalon.','The remains of our enemy... your strength serves us well, $N. Thank you.','The first time I saw the Charred Vale I almost wept, $N.',NULL,NULL,NULL,NULL,NULL,5659,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,69,0,0,0,62,250,0,0,0,0,2000,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1084,2,406,0,18,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1091,1082,-1083,0,0,0,0,'Wounded Ancients','It seems obvious to me that the protectors of the Vale--the treants--had something to do with the Venture Co. being driven back. Unfortunately, even those once great guardians have now become corrupt.$B$BGaxim thinks their corruption is somehow linked to the weapons the goblins used during their retreat.$B$BI told him I\'d collect a sample from a wounded treant and allow him to study it in order to figure out if that\'s true.$B$BBring me some of the shrapnel so the gnome can tell me more...','Bring a piece of Corroded Shrapnel to Kaela Shadowspear in Stonetalon.','Thank you, $N.$B$BThis should be more than sufficient for Gaxim to figure out how the treants were corrupted. I shall give this to him right away.','I have a feeling Gaxim will find a use for the shrapnel regardless of how the Venture Co. has used it in the past.',NULL,NULL,NULL,NULL,NULL,5664,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,69,0,0,0,63,250,0,0,0,0,2500,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1085,2,331,0,17,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1071,0,0,0,'On Guard in Stonetalon','The situation here in Stonetalon is obviously grave for a night elf and gnome to be working together.$B$BThe Venture Co. has devastated these lands and I\'ve spent most of my time putting an end to the destruction.$B$BDo not judge Gaxim prematurely; he understands the need for us to work together.$B$BIf you wish to aid us, then start by speaking to Gaxim.$B$BI\'m sorry I cannot send you back to Tara with good news yet. Perhaps soon.','Speak to Gaxim.','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 iwth engineering and alchemy to boot, you can\'t go wrong. The possibilities are endless.',NULL,NULL,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,0,0,0,0,0,54,0,0,0,0,25,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1086,2,1638,0,13,23,0,690,0,0,0,0,0,0,0,0,0,2,2,0,1067,0,0,0,5638,1,0,'The Flying Machine Airport','The toxin is ready. All that remains is its delivery. You, $N, must make that delivery.$B$BThe Venture Company must have a means of sending messages and light cargo between its headquarters and its operations in Stonetalon. It is likely a small sky port -- not big enough for a zeppelin, but perhaps for a flying machine. You must search the areas in Stonetalon under control of the Venture Company and find this sky port, if it exists. If you find it, then place the toxin there.$B$BPlace it, and run.','Bring the Toxic Fogger to the Venture Co. sky port, then return to Apothecary Zamah.','You found the port? Well done, $N! I am sure the goblins were quite surprised from your delivery! Let us hope that toxin finds its way to their headquarters.$B$BYou have served your people well, and I advise you to ignore any guilt you might harbor for poisoning the Venture Company. They are deserving of far worse.$B$BAnd if there is one mote of wisdom the Forsaken might teach its allies, it is this:$B$BDo not shy from dark paths... if those paths lead to victory.',NULL,NULL,'Place the Toxic Fogger',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,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,3000,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1087,2,406,0,20,25,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1088,0,0,0,'Cenarius\' Legacy','You cannot imagine the hatred I possess for this wretched land. The ilk of Cenarius and the kaldorei druids at the peak employ their pathetic powers to stifle the flow of magic, even so far south of their pathetic holdings... their beloved forests.$b$bWould that I could return to Jaedenar and exult in the flow of magic, but my master will not allow me to return until my work is done.$b$bI have no doubt you love the night elves and their allies as little as I. Aid me, and both our ends might be satisfied.','Kill 4 Sons of Cenarius, 4 Daughters of Cenarius and 4 Cenarion Botanists for Braelyn Firehand near Sun Rock Retreat.','Already I can feel it... yes... power so sweet... the rushing flood. The kaldorei are foolish to spurn the gifts of this world, to reject the coursing of magic as it flows singing through your veins.$b$bWhat a pale mockery life is without its burning embrace!','Here, channeling magic is like drawing water from a well with a bucket full of holes.',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4057,4053,4051,0,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0); INSERT INTO `quest_template` VALUES (1088,2,406,0,20,29,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1087,0,0,1089,0,0,0,'Ordanus','They thought that they could halt the flow of magic. They were mistaken. They thought that they could hide Ordanus, but I will have his head!$B$BMagic grants me true sight. Yes... there he is. A crossroads... At the top of a great tree in Ashenvale Forest. A name... Raynewood. One of the eldest sons of the forest god. They spirited him away from the peak before I could find him, but his time runs short.$B$BBring it to me and I will share with you a mighty gift.','Bring Ordanus\' head to Braelyn Firehand near Sun Rock Retreat.','I knew Ordanus once, long ago. He had the arrogance of his kind, holding himself above even the Highborne.$b$bHis head does not rise so high now, does it, $N?$b$bI promised you a reward, and you shall have it. Attend to me.','When my master bade me to the peak of Stonetalon, I expected that all I would need was to lay waste to the night elves that crawled the sacred ruins of our ancient temple of Azshara, their touch despoiling its sanctity... but Ordanus had slipped my grasp.','','','','','',5686,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1089,2,406,0,20,29,1,690,0,0,0,0,0,0,0,0,0,0,0,0,1088,0,0,0,0,0,0,'The Den','The druids built the Talon Den on Stonetalon Peak, where they keep many powerful items.$b$bThey devised a complex scheme to keep them from falling into the wrong hands.$b$bLuckily, I managed to... extract some details from one of them.$b$bHidden in a small lantern at the entrance of the Den, you will find the Gatekeeper\'s Key--with it you will be able to open caches around the Den. The items from these caches will allow you to open their hoard, located in one of the central areas.','Travel to the Den on Stonetalon Peak. Using the Gatekeeper\'s Key, obtain the druids\' hidden items. Use these items to open the Talon Den Hoard. ','As the three keys are slid into their matching openings, in the middle of the glowing light a number of items appear.','Three keyholes are carved into the stone.','','','','','',5689,5690,5691,0,1,1,1,0,1,0,0,0,31347,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6669,6670,6671,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1090,2,406,0,21,22,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,1092,0,0,0,'Gerenzo\'s Orders','You know, I was once the second most important person here at this site. That all changed when Gerenzo took over. Fired my boss, Ziz Fizziks, and sent me down to work in the mines. Ziz told me to stay here and gather information, though. His new boss will pay us well if we can find out what Gerenzo\'s plans are.$b$bAnyways, what I do know is that Gerenzo has ordered large amounts of this gold-green ore to be mined. I can get you a sample to bring to Ziz, but you\'ll have to watch for patrols while I get it.','Get the mysterious ore from Piznik after he finishes mining it.','Thanks, $N. It was looking a little dicey there for a second and we\'ve probably drawn far too much attention to ourselves.$b$bThe important part is that we have the ore sample, though, and we should get it to Ziz as soon as possible.',NULL,NULL,'Keep Piznik safe while he mines the mysterious ore',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,0,0,0,0,0,470,0,0,0,0,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1091,2,406,0,18,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5717,1,0,'Kaela\'s Update','$N, take these letters to Kaela. I\'m sure she\'ll want to know about this. Or at least the Sentinels will.$B$BMake sure you tell her how successful we were and how we couldn\'t have done it without a little bit of magic.','Bring the Venture Co. Letters to Kaela Shadowspear.','This is interesting indeed.$B$BYou and Gaxim have done very well, $N. Thank you.','Yes, $N? What can I do for you?',NULL,NULL,NULL,NULL,NULL,5717,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,69,54,0,0,6,25,6,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1092,2,406,0,21,22,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1090,0,0,0,5733,1,0,'Gerenzo\'s Orders','I guess I\'d better think about getting out of here, also. It won\'t take long for word of what happened here to spread to the higher ups, and I\'m sure they wouldn\'t take too kindly to meeting me again.$b$bI\'ll sneak out and meet with Ziz. Hopefully, he\'ll be able to find me a new job!$b$bI\'ll try and clean up this mess a little, but you should take the ore sample to Ziz right away. He told me that he\'d set up camp somewhere on the western side of Windshear Crag. Good luck.','Deliver the Unidentified Ore to Ziz Fizziks in the Stonetalon Mountains.','Ahhh, I knew that I did the right thing by telling Piznik to stay behind. I\'m sure the engineers in Undermine will be most interested to look at this...$b$bOf course I\'ll want to keep a little piece for myself, but what they don\'t know won\'t hurt them, yes?','Something I can help you with?',NULL,NULL,NULL,NULL,NULL,5733,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6666,0,0,0,1,0,0,0,470,0,0,0,0,8,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1093,2,406,0,16,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1094,0,0,0,'Super Reaper 6000','Terrible what the Venture Company has done here, eh? What were they thinking? Goblin company hiring a gnome!$B$BLucky for me, Sputtervalve knows a genius when he sees one. Hired me just after I\'d been kicked out!$B$BTells me they built some enormous woodcutting machine, and Sput\' wants me to steal the plans for him. Unfortunately, Gerenzo--bloody gnome--wants me dead on sight... maybe you could steal the plans for me? You should be able to find them on one of their operators.','Get the Super Reaper 6000 Blueprints for Ziz Fizziks in the Stonetalon Mountains.','Hey, is that what I think it is? Great!$b$bNow, let\'s see. Ugh... how am I supposed to understand this stuff... can\'t figure out the way gnomes think. Lemme tell you, I\'m surprised they could build the wheel, let alone those flying machines they like so much.','Did you find those plans? I\'m eager to impress the new boss. Hopefully, once he\'s convinced of my loyalty--well, as much as he can be convinced... goblin\'s honor, you know?--he\'ll feel comfortable making use of my rather impressive genius.','','','','','',5734,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1094,2,406,0,16,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1093,0,0,1095,5735,1,0,'Further Instructions','This envelope has all the information I was able to snatch as they booted me out the door... Venture Company internal documents, some manuals, technical things... Oh, and of course the Super Reaper 6000 blueprints.$B$BSputtervalve has taken up residence at Ratchet in the Barrens. Shouldn\'t have much trouble finding him, he\'s a little green fellow.','Deliver the Sealed Envelope to Sputtervalve in the Barrens.','Fizziks, eh? Can\'t say I trust him, but this information seems good enough. What I wouldn\'t give to have the Venture Company out of my hair.$b$bThey do come up with some good machines though... I can\'t deny that we\'ve benefited from using some of the improvements they\'ve devised.','Hello there! How can I help you?','','','','','',5735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1095,2,406,0,17,27,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1094,1096,0,1096,0,0,0,'Further Instructions','The matter of this gnome that has been hired by the Venture Company has caused a bit of a stir in Undermine. The trade princes do not approve of Razdunk\'s consorting with this Gerenzo.$b$bRiddlevox has asked me to take care of the problem, and I\'m sure he was instructed to do so by one or more of the trade princes. Of course, the Director didn\'t tell me that. Let\'s just say I have a hunch.$b$bWhatever the case, Gerenzo must be removed, and it would be a fitting test to have Fizziks take care of him.','Bring the new orders to Ziz Fizziks in the Stonetalon Mountains.','Eliminate Gerenzo? Now there is a prospect that I have no objections to.$b$bGnomes are bad enough as it is, but what I learned about Gerenzo only makes it worse. Apparently, he was one of the head engineers in Gnomeregan, where he was working on their secret project--we could never infiltrate Dun Morogh well enough to find out specific details. It was a failure. Our reports say that whatever it was literally exploded in their faces.',NULL,NULL,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,0,0,0,0,0,470,0,0,0,0,75,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1096,2,406,0,16,27,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1095,0,0,0,0,0,0,'Gerenzo Wrenchwhistle','I met Gerenzo once, but let me tell you, he\'s not easy on the eyes. His flesh looks like it\'s rotting away, and he\'s grafted metal and gears onto his body, replaced some of his limbs with mechanical ones.$b$bNortheast of here, far above Cragpool Lake, up near the water wheel is where Gerenzo watches over the entire site. There\'s no way I could fight my way up there, not to mention take on Gerenzo... But you look like you might be able to make it.$b$bIf you kill him for me, I\'ll make it worth your while!','Bring Gerenzo Wrenchwhistle\'s Mechanical Arm to Ziz Fizziks in the Stonetalon Mountains.','Look at that thing... it\'d take a gnome to come up with something like that. I can\'t understand why you\'d cut off an arm, and replace it with that, when you could just keep both arms and add a third!$b$bGnomes, I tell you...$b$bAt least Gerenzo\'s out of commission. Hopefully that\'ll be enough proof, and Sputtervalve will assign me to one of the Tinkers\' Union workshops in Gadgetzan or maybe even Undermine.','Sputtervalve will want some sort of proof that Gerenzo\'s dead. I think his mechanical arm will probably do.',NULL,NULL,NULL,NULL,NULL,5736,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6667,6668,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,250,0,0,0,0,0,2200,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1097,2,1519,0,9,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elmore\'s Task','There\'s a dwarven weaponsmith in Stormwind, Grimand Elmore, who sent word that he needs help with a delivery. I believe he wants a package sent to his homeland in the north.$B$BYou have a sturdy pair on you! So if you\'re interested in some legwork then speak with Grimand. We could use you down here, but we must also keep our ties strong with the dwarves.$B$BYou can find Grimand Elmore at the weapon shop in the Dwarven District of Stormwind, in the northeast section of town.','Speak with Grimand Elmore.','You\'re here to help with my delivery? Very good!',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1098,2,130,0,18,25,81,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Deathstalkers in Shadowfang','In preparation for an assault on Shadowfang, two deathstalkers were sent to the keep to gather intelligence. It has been many days and they have not returned, but we must receive their report if we\'re to have any hope of a successful attack!$B$BSo here is your task, $N. Go to Shadowfang Keep to the south and find the Deathstalkers Adamant and Vincent. Find them, and if they require aid then give it.$B$BThis mission is as dangerous as is it critical, $N. Do not fail.','Find the Deathstalker Adamant and Deathstalker Vincent.','Vincent\'s body lies broken, and still.$b$bAlthough Deathstalker Adamant will send his report to Hadrec... whatever additional details Vincent gained must remain with him.$b$bBut clutched in his hand is a small trinket...',NULL,NULL,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,3324,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,1800,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1100,2,400,0,29,27,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1101,5790,1,0,'Lonebrow\'s Journal','You slowly open the weathered journal of Henrig Lonebrow....','Read Henrig Lonebrow\'s Journal.','You say you found this journal on a deceased dwarf? Give me but a moment to peruse the pages...','From your look of concern, I can tell that something is amiss....',NULL,NULL,NULL,NULL,NULL,5790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1101,2,400,0,29,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,1100,0,0,0,0,0,0,'The Crone of the Kraul','Poor Heralath! And this dwarf... Lonebrow. What a brave soul he was.$B$BWe must not let their valiance go for naught. This crone... Charlga Razorflank ... must be stopped.$B$BSurely, infiltrating the Kraul will be perilous. There isn\'t time to send word to Darnassus. $N, assemble a party to slay the crone.$B$BBring me Razorflank\'s Medallion as proof of demise.','Bring Razorflank\'s Medallion to Falfindel Waywarder in Thalanaar.','The crone has been laid to rest. This is fantastic news, $N.$B$BIn these times of peril, it is refreshing to see one as brave as yourself.$B$BWith Razorflank\'s minions taken care of, our studies in the area can continue. Perhaps now we can gain further knowledge of exactly what happened to corrupt the resting place of Agamaggan.$B$BHowever, I fear the answer to that question lies in treachery as well...','So long as Charlga Razorflank is mustering a force in Razorfen Kraul, these lands are in great danger.',NULL,NULL,NULL,NULL,NULL,5792,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4197,6742,6725,0,0,0,1,1,1,0,0,0,29200,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1102,2,1638,0,23,27,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Vengeful Fate','Cairne is a noble leader for uniting our people here on Thunder Bluff.$B$BBut I cannot forgive those who drove us from our ancestral lands as easily as some. My people inhabited the southern Barrens for decades. The land was holy to us. But we were driven off by numerous foes.$B$BA vengeful fate awaits the crone, Charlga Razorflank, who musters a foul army from within Razorfen Kraul.$B$BBring me Razorflank\'s heart and I can die in peace, $N.','Bring Razorflank\'s Heart to Auld Stonespire in Thunder Bluff.','I see the nasty tribe of Razorfen Kraul now knows the pain of my people. Serves the foul beasts right.$b$bTo drive one from a holy land is a sin worthy of the most severe revenge.$b$bThank you, $N, for aiding me in my plight.','Once I know the foul beasts of Razorfen Kraul have been driven from their foul lair, I will be able to rest in peace, knowing that revenge has been served.$b$bHave you the driven the quilboar from the Kraul? Do you bring to me good news in the form of Razorflank\'s heart?',NULL,NULL,NULL,NULL,NULL,5793,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4197,6742,6725,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,500,0,0,0,0,0,0,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1103,2,-82,0,19,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,100,0,0,0,0,0,0,'Call of Water','Greetin\'s, $g brotha:sista;! Have you too come to purify the waters here and prove your understandin\' to Islen?$B$BI\'ve just defeated the corrupt water spirit meself, and I\'m just \'bout to put da bracers and remaining drops o\' water on the brazier.$B$BWhat\'s dat? Ahhh. Tiev understan\' all too well when somethin\' goes wrong. Well, Tiev can help you plenty if you be needin\' to see the pure water spirit again.$B$BBring me a water sapta from Islen as proof that you be ready, an\' I\'ll wait to turn in me parts.','Bring a Water Sapta to Tiev Mordune in Silverpine Forest if you failed to speak to the Minor Manifestation of Water.','Ahhh, den yur ready...$B$BI\'ll put me items in the brazier den, and you c\'n talk wit\' da spirit too.$B$BAn\' dontchu worry none \'bout seein\' into da spirit world wit\' da sapta... ol\' Tiev know a trick or two \'bout how da sapta magic works.$B$BCome now, head down wit\' me to the shrine and let\'s speak to da spirits together, brotha.','Ya have the sapta, brotha?$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.',NULL,NULL,NULL,NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1103),(1104,2,400,0,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Salt Flat Venom','I have so many designs for our rocket car! So many! And I must try them all!!$B$BI\'m working on a new type of fuel. One that burns really really really hot!! I haven\'t gotten the mixture perfect, but I think I know what I need...$B$BThe scorpids who wander the Shimmering Flats have a venom with lots and lots of salt in it. It\'s very unique! And it\'s just what I need!$B$BBring me venom and trust me -- our car will fly!!','Bring 6 Salty Scorpid Venoms to Fizzle Brassbolts in the Shimmering Flats.','All right! This venom is going to work great! Thanks, $N!$b$bNow I just need to boil it down, apply skipper-otomer, add a nega-catalyst, and... Drat! Where are my notes!?','Hi hi hi! Did you get that venom??','','','','','',5794,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1105,2,400,0,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hardened Shells','My brother is working on a new fuel for his rocket car. He\'s brilliant, he really is. So brilliant that... I think that new fuel he\'s designing is strong enough to eat right through the car\'s chassis!$B$BI want to reinforce its fuel tanks before that happens.$B$BThe tortoises out on the flats have very hard shells. I want to use them to create new tanks for our rocket car. Tanks that can hold my brother\'s new fuel.$B$BYou look responsible enough. Will you get me those shells?','Bring 9 Hardened Tortoise Shells to Wizzle Brassbolts in the Shimmering Flats.','You got them! Thanks, $N!','My brother is making progress with his new fuel design, and that has me worried. I need to start work on a tortoise shell fuel tank as soon as possible!','','','','','',5795,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,1500,0,0,0,0,0,0,0,0,1,6,0,0,0,1,0,0,0,0,0,0),(1106,2,400,0,26,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,5827,1,0,'Martek the Exiled','I\'m developing a new engine that\'ll make the car go so fast! Fast enough to fly, I know it! I just need to make pistons that can handle very very heavy stress. All my trials have failed because I can\'t make pistons hard enough!$B$BBut there is someone who might know how.$B$BHis name is Martek the Exiled. He is a great smith and knows more about metal than anyone. Take him this letter, I know he can help!$B$BBut he\'s far far away -- in Azeroth, in the Badlands, in a camp, with a goblin!$B$BFind him!','Bring Fizzle\'s Letter to Martek the Exiled in the Badlands.','Fizzle sent you? Well that changes things! Of course I\'ll help you. Fizzle and his brother are two of the few people who don\'t want me dead!$b$bSo Fizzle wants to make pistons, eh? Pistons strong enough to take whatever stresses he has planned, and if I know Fizzle, then this new car of his is a volcano on wheels!','Well, you found me. Good for you.$b$bAre you here about that axe I made for Gath\'Ilzogg? Or are you here to reclaim Duchess Pamay\'s honor?$b$bActually, I don\'t care which it is. If you\'re here to fight, then let\'s get it over with...','','','','','',5827,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,4,2000,0,0,0,1,0,0,0,0,0,0),(1107,2,400,0,28,35,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1105,0,0,0,0,0,0,'Encrusted Tail Fins','Our rocket car is the fastest thing on the flats! So fast that ... I\'m afraid friction is going to tear it apart!$B$BTo prevent that I need to create a composite to coat the car\'s moving parts. It must be hard but not brittle, and must be resistant to salt corrosion, or time spent on the Shimmering Flats will eat it away.$B$BHave you heard of the Vile Reef, $N? It\'s off the coast of Stranglethorn Vale. Saltscale murlocs live there, and their tail fins are a crucial ingredient of my composite.','Bring 10 Encrusted Tail Fins to Wizzle Brassbolts in the Shimmering Flats.','Thank you, $N! After I grind these down and fuse them with a few other ingredients, the composite will be ready. And after that, the car will be safe from its own speed.$b$bSafe, as long as it doesn\'t hit anything...','Do you have the tail fins? If I can\'t protect our car from its own speed, then it won\'t last long in these races.','','','','','',5796,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,1980,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1108,2,3,0,28,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1106,0,0,0,0,0,0,'Indurium','I\'m not out here just to stay away from people. There is a wealth of metal in the Badlands, $N, if you have the guts to get it.$B$BThe metal\'s called indurium and as luck would have it, it is rumored to possess high resistance to heat and stress. It might work for Fizzle\'s car.$B$BBut let\'s make sure. Get me samples of indurium and I\'ll test its properties.$B$BTrue indurium ore lies deep in Uldaman, but the Stonevault troggs of the Badlands sometimes have flakes of it on them. Bring me those flakes.','Bring 10 Indurium Flakes to Martek the Exiled in the Badlands.','Ah yes, these will do fine. Now let\'s put them in some heat and see how they fare...','Did you find any indurium flakes, $N. I have my forge heated up and ready to test them.','','','','','',5797,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1109,2,85,0,23,33,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1113,0,0,0,'Going, Going, Guano!','As you can see, $N, we\'re up to some very.... interesting experiments at the Royal Apothecary Society.$B$BAs the Master here, it is my job to oversee the most ambitious of our alchemical attempts. So much work and so little time!$B$BYou look well traveled for a $C. Perhaps you can aid me.$B$BI\'m in need of a rare substance. It\'s foul material; it comes from a rare species of bats only found in the muck-hole known as Razorfen Kraul. Bring to me the guano from the Kraul Bats so we can begin our work...','Bring 1 pile of Kraul Guano to Master Apothecary Faranell in the Undercity.','Splendid! This is just the start we needed, $N.','Ah, I see you have returned. Were you able to procure any Kraul Guano?','','','','','',5801,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1110,2,400,0,28,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rocket Car Parts','Heh heh, with all the races they\'re running here, it\'s no surprise that a few mishaps happen along the way. If you look around the Shimmering Flats then you\'ll see evidence of past crashes -- scraps of rocket car parts are littered everywhere!$B$BAnd those parts are worth money to the gnomes and goblins. They\'re always looking for more contraptions to slap onto their cars.$B$BSo go out and get me parts. Bring me a heap and I\'ll pay you well.','Bring 30 Rocket Car Parts to Kravel Koalbeard in the Shimmering Flats.','Whoa, look at all that! There\'s some good stuff in that heap of junk. I\'m sure I can pawn it off for a hefty sum.$b$bAnd... is that an ear I see squashed between those two sheets of metal?? Ouch! Heh, I sure wouldn\'t want to be that pilot!$b$bThanks, $N. Here\'s your pay. And here\'s some advice, free of charge...$b$bIf you look hard enough, you can always find profit in someone else\'s tragedy.','$N, have you been out into the Flats? Did you bring back that load of parts I wanted?','','','','','',5798,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1111,2,400,0,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,5799,1,0,'Wharfmaster Dizzywig','I make it my job to get people what they need, and the gnomes over there need a parts order filled. Their parts were shipped to Ratchet a week ago, but I haven\'t been able to make the trip.$B$BSo, are you ready for some legwork? Go to Ratchet and give this parts order to Wharfmaster Dizzywig -- he\'ll probably be at the docks.$B$BDo this for me, and I\'ll have more jobs for you.$B$BJobs, my friend, with serious profit potential...','Bring Kravel\'s Parts Order to Wharfmaster Dizzywig in Ratchet.','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,NULL,NULL,NULL,NULL,5799,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1112,2,17,0,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1111,0,0,0,5800,1,0,'Parts for Kravel','Here\'s Kravel\'s package, $N. And when you deliver it, tell him... if he wants more special orders, then he\'ll have to pay his tab!','Bring Kravel\'s Parts to Kravel Koalbeard in the Shimmering Flats.','Great, you got them! Now we need to get them to the gnomes. But first...$b$bLet\'s take out one small item...','Did you make it to Ratchet and get those parts?','','','','','',5800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1113,2,85,0,30,33,81,690,0,0,0,0,0,0,0,0,0,0,0,0,1109,0,0,0,0,0,0,'Hearts of Zeal','Why do I need a rare type of guano, you might ask. Well, for this experiment I want to see what effect two diametrically opposed chemical substances can have on each other, especially when both are combined with an ever-toxic agent to ensure the most... ghastly results.$b$bIn the northeastern peaks of Tirisfal Glades lies the Scarlet Monastery. There the crazed disciples of the Scarlet Crusade congregate, both inside and outside the halls. Which you slay matters not, any of them may have the heart I need.','Master Apothecary Faranell in the Undercity wants 20 Hearts of Zeal.','My what an abundance of gore you have brought me, $N! Your efforts have been most excellent!','Have you returned from the Scarlet Monastery? I\'ll need many hearts for this delightful experiment!$b$bNo doubt, Varimathras and the Dark Lady will be pleased to be rid of the Scarlet Scum as well...','','','','','',5805,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1114,2,400,0,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1112,0,0,0,5802,1,0,'Delivery to the Gnomes','Now that I have what I need, give these parts to Fizzle Brassbolts. He\'s been waiting a long time for them -- I\'m sure he won\'t miss the little piece I removed from his order...$B$BAnd I wouldn\'t bother mentioning it to him. It was small and worthless.$B$BTrust me.','Bring the Delicate Car Parts to Fizzle Brassbolts in Shimmering Flats.','There they are! My hydro ratchets and repeater bolts! These will do just fine. Thank you!','You have something for me? That\'s great! let\'s see it!','','','','','',5802,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1115,2,400,0,30,36,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1114,0,0,1116,0,0,0,'The Rumormonger','Now that we\'ve done a service for the gnomes, it\'s time to do the goblins a favor! $B$BI hear that the goblin racer pilot, Nazz Steamboil, didn\'t always use that name. I wonder why he changed it. I wonder if it\'s a secret, and... I wonder if he values that secret.$B$BIf anyone knows the truth, then it\'s Krazek of Booty Bay, on the southern tip of Stranglethorn. Speak with Krazek and ask him about our goblin pilot.$B$BIf you can get useful information from him, then we might just turn a profit from it.','Talk to Krazek in Booty Bay.','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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1116,2,8,0,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1115,0,0,1117,0,0,0,'Dream Dust in the Swamp','Getting the information on Nazz is quite a favor, $N. Yes, quite a favor. But you\'ve come all the way from the Shimmering Flats to get it... are you willing to travel some more?$B$BWhile I contact my sources, why don\'t you gather something for me, eh?$B$BHm... what will it be? How about dream dust, from the dragon whelps of the Swamp of Sorrows. Yes, I\'d love some dream dust for my snuff pouch!$B$BGet it for me, $N, and I\'ll give you the information you seek.','Bring 10 Specks of Dream Dust to Krazek in Booty Bay. Dream Dust is gathered from the dragon whelps of the Swamp of Sorrows.','Well, look at that. You found the dream dust!$b$bAnd how did you like the swamp, $N? It\'s not easy to get a hot meal there, is it?','Back so soon? Do you have my dream dust?','','','','','',5803,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(1117,2,33,0,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1116,0,0,0,5804,1,0,'Rumors for Kravel','I had to use some of my favors, and gave away a rare bottle of elven wine, and did some heavy deducing myself! But I found the information you seek.$B$BHere, I wrote a letter with some very interesting bits on our friend, Nazz Steamboil. Do with it what you will -- it\'s too dangerous for me to use.$B$BJust don\'t tell anyone where you got it!','Bring the Goblin Rumors to Kravel Koalbeard in the Shimmering Flats.','Well well! This is interesting... very interesting. Heh, perhaps I should bow to the goblin pilot the next time I see him.$b$bThis is worth plenty, $N. I\'m sure Nazz will pay a small fortune to keep his secret... a secret.','Did you get anything on Nazz Steamboil? Anything he might want to keep a secret??','','','','','',5804,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1118,2,400,0,35,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1117,1119,-621,0,5826,1,0,'Back to Booty Bay','$N, you\'re a $C I can trust, both to get the job done and to keep your mouth shut while doing it.$B$BI\'ve been brewing up a new scheme. It\'s risky, but if it works then we could both make a bundle! And I think you\'re just the person to see it through.$B$BTo start, you must go back to Booty Bay. I apologize, good $N. I know my last task took you there. But this time, speak with Crank Fizzlebub.$B$BGive him this letter. And if he requires aid, do your best to help him. It will be worth the effort.','Bring Kravel\'s Scheme to Crank Fizzlebub in Booty Bay.','I see. Kravel has a big scheme planned. He has a sinister mind -- I like that about him.$b$bSo you\'ll need something to addle wits, eh? Something powerful...$b$bI wonder if the mixture Zanzil feeds his zombies could be used...','Hello hello. And what brings a noble $R such as you down to Booty Bay?','','','','','',5826,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1119,2,33,0,35,44,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,0,0,0,5806,1,0,'Zanzil\'s Mixture and a Fool\'s Stout','I figured out how to use Zanzil\'s mixture with stout to make a powerful libation. A Fool\'s Stout. I think it\'ll be just what Kravel needs, but try it out and let me know how it works.$B$BAnd $N, don\'t keep this stuff too long without using it. Zanzil\'s mixture has a weird effect on the stout\'s yeast, kicking it into high gear. So it won\'t stay fresh forever.','Bring the Fool\'s Stout back to Kravel in the Shimmering Flats.','Wonderful! Fizzlebub came through! I\'ll remember that next time I see him.$b$bAnd thank you, $N. You\'re doing a great job, and we both stand to make a lot of money from this...','Hello, $N. Was Fizzlebub able to help us?','','','','','',5806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1120,2,400,0,35,44,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,1119,1122,1120,0,5806,1,0,'Get the Gnomes Drunk','We need to try the Fool\'s Stout on one of the pit crews. If you want to try it on the gnomes, then here -- take the stout and give it to the gnome pit boss.$B$BAnd don\'t wait too long. This stout will go bad eventually.','Bring the Fool\'s Stout to the Gnome Pit Boss.','Stout? How considerate! Thank you!$b$bWe shouldn\'t be drinking with the race coming up, but... maybe my boys could do with just a little. Besides, it can\'t be that strong, can it?','Hi! You have something for me?','','','','','',5806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1121,2,400,0,35,44,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,1119,1122,1120,0,5806,1,0,'Get the Goblins Drunk','We need to try the Fool\'s Stout on one of the pit crews. If you want to try it on the goblins. then here -- take the stout and give it to the goblin pit boss.$B$BAnd don\'t wait too long. This stout will go bad eventually.','Bring the Fool\'s Stout to the Goblin Pit Boss.','What do we have here? Booze. eh?$B$BWell. I don\'t mind if we have just a little...','What are you looking at?','','','','','',5806,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1122,2,400,0,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1121,0,0,0,5807,1,0,'Report Back to Fizzlebub','That Fool\'s Stout worked great! I placed a bet on the next race. and... let\'s hope the crew you got drunk did a number on their car!$B$BThere\'s only one more task for you -- take this note back to Crank Fizzlebub in Booty Bay. He\'ll want to know of the successful test.$B$BAnd hopefully we can get more of that Fool\'s Stout for future races!','Bring the Fool\'s Stout report to Crank Fizzlebub in Booty Bay.','It says here that the fool\'s stout was a success. That\'s good news!$b$bIf you ever want more of the stuff. then let me know and I\'ll have you gather more of Zanzil\'s Mixture.','Hello $N. How\'d that stout work out? It\'s strong stuff. isn\'t it?','','','','','',5807,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1123,2,1638,0,55,55,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1124,0,0,0,'Rabine Saturna','For this task, Keeper Remulos\' majordomo in Moonglade - Rabine Saturna - seeks aid in exploring the vast wastelands far to the west of Tanaris and Un\'Goro. He is located in Nighthaven, the main village of Moonglade.$B$BI want to impart on you the importance of your presence. There are growing tensions between the night elves of Darnassus and the Cenarion Circle in Moonglade. Look beyond racial boundaries and tap into the wisdom of your ancestors in dealings with the Circle there, $N. Good luck.','Speak with Rabine Saturna in the village of Nighthaven, Moonglade. Moonglade lies between Felwood and Winterspring, accessible through a path out of Timbermaw Hold.','I am Rabine Saturna, and on behalf of Keeper Remulos and all of the denizens of this sacred glade I bid you welcome.$B$BI appreciate your interest and eagerness to assist the Cenarion Circle. The tauren have shown an incredible propensity to the tenets of Cenarius, and by their proxy the Horde is welcomed within the safety of this glade. The preservation of Azeroth is a common goal we both share.$B$BYou are among friends here, $N.',NULL,NULL,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,0,0,0,0,0,609,0,0,0,0,25,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1124,2,493,0,54,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,17355,1,0,'Wasteland','West of Un\'Goro Crater, via the northwestern ridge, is a harsh wasteland - Silithus. Few know that an ancient war was waged there between the night elves and a malign, alien power. The evil was sealed, but now we suspect that forces work to stir this... unspeakable horror.$B$BSeek out Layo Starstrike, one of our agents in Silithus; look for him at Valor\'s Rest, the final resting spot for the fallen of the wastes. Give him this letter, and he will give you his trust accordingly.','Speak with Layo Starstrike near the Valor\'s Rest graveyard of Silithus, showing him Rabine\'s Letter.','Rabine sent you, did he? Well, consider yourself welcomed here... as much as this desolate and forsaken land can welcome someone.$b$bI wasn\'t alive during the time of the great tribulations that took place here, but there are parts of this desert that might as well be eerie pictures of that forgotten past. With your help, the Cenarion Circle might be able to bring finality to a threat that was supposed to have died generations ago.','This is a dangerous land to be so casual, $C. What brings you to the wastes of Silithus?',NULL,NULL,NULL,NULL,NULL,17355,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1125,2,1377,0,55,55,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1124,0,0,1126,0,0,0,'The Spirits of Southwind','To our southwest lies a tragic site - the ruins of Southwind Village. This is where our work should begin, $N.$B$BFrom what we\'ve learned, this village was once a night elf base of operations for Silithus. It\'s long since overrun by the silithid hives that infest the wastes. I can only imagine the horror of the village\'s initial sundering...$B$BThe tortured spirits of fallen druids and sentinels wander the ruins aimlessly. Explore this locale, freeing the souls of these wretched beings as needed.','Free the spirits of 8 Tortured Druids and 8 Tortured Sentinels in Southwind Village, and then return to Layo Starstrike at the Valor\'s Rest graveyard of Silithus.','I had thought that maybe the huge swirling hive near the ruins of the village had played a part in its demise. It would seem that your work has proven this to be correct; the proximity of the hive poses a threat to any future work we may do here.$b$bI thank you for your benevolence in freeing the souls of the fallen; such work is never easy, I know. When you\'re ready, however, I\'d like to ask for your assistance once more...',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12178,12179,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,100,0,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1126,2,1377,0,54,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1125,0,0,6844,0,0,0,'Hive in the Tower','The hive needs to be addressed in Southwind Village, and I think I know a way to get at them. It\'s been my experience that the silithid hives are very sensitive to their environment; this explains their attacks when hearing the death wails of the spirits.$B$BThe silithid are strongest in the tower - the one with the mass of wasps circling it. Scale the tower and jostle the hive into activity. Report back what you learn, but be careful! If you uncover anything that might help, bring it to me.','Scale the tower of Southwind Village and locate a means to stir the silithid hive into activity. Bring back anything unusual you may uncover when doing so to Layo Starstrike at the Valor\'s Rest graveyard of Silithus.','What the... what is it?$b$bIt has the shape of a... box, maybe? It\'s encrusted over something fierce. Wait, there a portion here that\'s exposed... is that a book underneath all this gunk?$b$bI think you\'ve stumbled across quite the find here, $N... well, at least I hope it is. Perhaps it is a journal or a log from ancient times, preserved in this shell.$b$bI think I know a way to find out what this is.','Well, did it work? You\'re still in one piece, which is good news. Did you find anything?',NULL,NULL,NULL,NULL,NULL,17346,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,5250,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1127,2,33,0,39,44,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fool\'s Stout','So you want some Fool\'s Stout, eh? Thinking of heading back to the races...?$B$BAll right, bring me more of Zanzil\'s mixture and I\'ll make some more stout for you.','Bring 12 of Zanzil\'s Mixture to Crank Fizzlebub in Booty Bay.','Ah, very good! Here is your pay.$B$BAnd here is a little something extra... for your discretion.','Do you have those Zanzil mixtures yet, $N?',NULL,NULL,NULL,NULL,NULL,4016,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,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,1,0,0,0,0,0,0),(1130,2,1638,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,0,0,'Melor Sends Word','$N, Melor Stonehoof has heard of your deeds, and has set a path before you.$B$BIf you wish to take it, then go to Thunder Bluff and speak with Melor. You will find him on Hunter\'s Rise.','Speak with Melor Stonehoof in Thunder Bluff.','So, $N, you have come. Now, are you prepared to journey through distant lands?$B$BIf so, young $C, then listen on...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1131,2,1638,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1130,0,0,0,0,0,0,'Steelsnap','At times we hunt for food. At times we hunt for honor. And at times we hunt to earn the Earthmother\'s teachings.$B$BBut the hunt I now set upon you is none of these things. It is to slay a creature outside the Earthmother\'s blessing.$B$BThe hyena Steelsnap roams the Thousand Needles, south of the Barrens. He is a tyrant, attracting other hyenas to him and spreading fear and bloodshed among more peaceful beasts.$B$BFind Steelsnap, $N. Find him, and defeat him.','Bring Steelsnap\'s Rib to Melor Stonehoof in Thunder Bluff.','In defeating the creature Steelsnap, you have cleansed the Thousand Needles of a horrible taint.$b$bAnd that, $N, is your lesson this day.','Have you defeated the foul Steelsnap, $N?','','','','','',5837,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1132,2,11,0,18,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1133,0,1133,0,0,0,'Fiora Longears','Oh, to be at sea once again! To feel the kiss of the wind, and to have the waves rock me like my blessed mother, long ago!$B$BOh, I wish I had your fortune, good $C, for I see the sea in your future!$B$BIt\'s my job to tell eager souls of the land of Kalimdor, the land of opportunity! If you\'re willing to try your luck across the sea, then take a ship from here to the lovely port of Theramore. Speak there with my partner, the elf, Fiora Longears.$B$BShe\'ll start you on your Kalimdor adventure!','Speak with Fiora Longears on the docks at Auberdine in Darkshore.','Good day to you! You were sent by Mr. Flint in Menethil Harbor? Well Mr. Flint is a strong judge of character. If he sent you, then there\'s no doubt you belong here in Kalimdor!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1133,2,148,0,18,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1132,0,0,0,0,0,0,'Journey to Astranaar','If you\'re fresh off the boat from Menethil, then the first thing you should do is... go to Astranaar. I\'m sure an eager member of the Alliance such as you can do some real good there. Speak with Shindrell Swiftfire and offer your services.$B$BBut don\'t bother mentioning who sent you. Shindrell does not know me...','Speak with Shindrell Swiftfire in Astranaar.','You are here to offer your services to the Alliance, $N? We welcome the aid, for although its beauty remains... Ashenvale Forest is not the peaceful place it once was.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0),(1134,2,331,0,18,21,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1008,0,0,0,0,0,0,'Pridewings of Stonetalon','We are not in open war with the Horde, but our peace is fragile. We often find their agents moving against us, but they do so covertly.$B$BOne such advance was revealed to us from hidden sources in Theramore, claiming that the orcs collect venom from the pridewings near Mirkfallon Lake, in the Stonetalon Mountains to the south. Orc assassins then use the venom on their secret death raids against the Alliance!$B$BIf this is true, then we must stop them, $N. We must deny them their source of venom.','Bring 12 Pridewing Venom Sacs to Shindrell Swiftfire in Astranaar.','Thank you, $N. It saddens me to order the slaughter of creatures who may not willingly aid our enemies, yet it is my duty to do so.$B$BYour heart might weep for the pridewings you slew, my friend, but may your heart then swell in knowing that your allies are safe from the pridewings\' venom.','Do you have the pridewing venom sacs, $N? We cannot allow the orcs to use the beasts\' poisons against us!',NULL,NULL,NULL,NULL,NULL,5808,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,1030,99,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(1135,2,15,0,25,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Highperch Venom','As you may know, wyverns are often tamed by orcs for use as mounts. But what is less known is that the venom of a wyvern, in some circles, is more valuable than the beast itself. So if you\'re not afraid to do a little wyvern hunting, then... I have a job for you.$B$BThere is a place called Highperch in the land of a Thousand Needles, west of here. The Highperch wyverns have a potent venom. Potent, and valuable.','Bring 10 Highperch Venom Sacs to Fiora Longears in Theramore.','Ah, most of these are nearly bursting with venom, $N. Such are normally only gathered from young wyverns, or fertile females. It must have been quite a slaughter up there in Highperch!','Did you find Highperch, $N? Any luck with the wyverns there?','','','','','',5809,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6719,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1136,2,215,0,26,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1131,0,0,0,5838,1,0,'Frostmaw','$N, it is now time for you to travel to far-off lands. You are ready.$B$BYou now hunt Frostmaw, a yeti in the Alterac Mountains. He is elusive, his white coat blending into the snows of his mountain home. He rarely shows himself.$B$BBut I will show you how to entice a creature such as he. Here, take this scroll. On it I have written how Frostmaw may be lured.$B$BNow go, $N. Your journey is long and many challenges lay waiting. When you return with Frostmaw\'s mane, only then is your task complete.','Bring Frostmaw\'s Mane to Melor Stonehoof in Thunder Bluff.','Both strength and cunning were needed to find and defeat Frostmaw, $N. You have both.$b$bYour path has taken you to the valleys of Thousand Needles and to the high mountains of Alterac. It will one day lead you through all the Earthmother\'s lands, for such is the way of the $C.','Have you been to the Alterac Mountains, $N? Did you face the elusive Frostmaw?','','','','','',5811,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6720,0,0,0,1,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1137,2,3,0,28,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1108,0,0,0,0,0,0,'News for Fizzle','Indurium has an amazing resistance to heat! I\'m sure it will work for Fizzle\'s pistons. But he\'ll need true indurium ore, not just the flakes.$B$BTo get the ore, it must be mined from deep within Uldaman, on the northern borders of the Badlands. That is the true source of indurium.$B$BSend Fizzle Brassbolts my regards, and tell him what I told you.$B$BSafe travels, $N. And it won\'t surprise me if we meet again -- once Fizzle learns of indurium he\'ll probably send you to Uldaman to acquire it!','Speak with Fizzle Brassbolts in the Shimmering Flats.','$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,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,6729,6732,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1138,2,148,0,15,17,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fruit of the Sea','I love crab. Crabs are the fruit of the sea! You can bake it, barbecue it, boil it, and broil it. They\'re pan fried, deep fried, and stir fried. There\'s crab salad, crab soup, crab stew, pepper crab, lemon crab, whipper root crab, and Ironforge surprise crab. That\'s... that\'s about it.$B$BI\'m here fishing right now, so I can\'t get any fine crab chunks. You can pick them out of reef crawlers and encrusted tide crawlers. You can make a lot with it. You can bake it, barbecue it, boil it...','Collect 6 Fine Crab Chunks for Gubber Blump in Auberdine.','Wow, these fine crab chunks are what I need. Thanks $N! I found this while I was fishing a while ago, and I have no use for it. Maybe you can do something with it. It sure don\'t make any good crab dishes.$b$bI told you all about crabs, right?','...lemon crab, whipper root crab, and Ironforge surprise crab. That\'s about it.$b$bOh, hello there $N. Do you have them fine crab chunks I was telling you about?','','','','','',12237,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15405,15406,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,469,47,0,0,0,62,250,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1139,2,1,0,35,45,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Lost Tablets of Will','We\'ve slowed the Shadowforge clan by cutting them off from Blackrock Spire, but Hammertoe\'s quest is still unfulfilled. His death must not be in vain. He dreamt of finding the Tablet of Will: a stone shard inscribed with magic by the titans themselves to help imbue their creations with life--making them have a will of their own, or so the legends say.$B$BWe must still recover the Tablet before the Shadowforge clan finds it.$B$BReturn to Uldaman, find the tablet, and return here immediately.','Find the Tablet of Will, and return them to Advisor Belgrum in Ironforge.','$B$B$N, this is amazing. I shall have this brought to the king\'s mages as soon as possible. They will want to study it to find out if the legends are true. But that is a discussion for another time: you have aided our people more than I would have ever expected--thank you.','Hammertoe\'s quest must be actualized, $N. I owe him that much.$B$BYour return to Uldaman is imperative not only to that goal, but also to the safety of all dwarven kind. With the tablet in the hands of the Dark Irons who knows how powerful their army of golems would become.',NULL,NULL,NULL,NULL,NULL,5824,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6723,0,0,0,1,0,0,0,47,0,0,0,0,120,0,0,0,0,0,13000,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1140,2,148,0,19,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,973,1167,0,1167,0,0,0,'The Tower of Althalaxx','The writing of the orcs is little better than the scribblings of a child. Many of my order scoffed when I chose to learn their tongue. but I have found it beneficial to gain further understanding of my enemies.$B$BFrom Ilkrud\'s scribblings, it appears that Athrikus still possesses two soulgems, and they are being held in Night Run and Satyrnaar, satyr-held areas in northeast Ashenvale.$B$BBe careful out there, $N, the satyrs\' blood-soaked temples can be unsettling even for a seasoned $C such as yourself.','Free the trapped Highborne souls in Night Run and Satyrnaar. then return to Delgren the Purifier at Maestra\'s Post.','Perhaps the satyrs have been allowed to persist in the forest for too long. I will speak with Elissa about it when next I travel to Auberdine.$B$BNonetheless, with the soulgems destroyed, Athrikus\' power will be greatly diminished. We must seize on this opportunity to eliminate him and his cult.','I heard whisper once that the satyrs\' history is somehow related to that of the night elves, but I have found my esteemed hosts reticent to speak of the matter.','','Free the Highborne soul in Night Run','Free the Highborne soul in Satyrnaar','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-19901,-20352,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0),(1141,2,148,0,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Family and the Fishing Pole','I love fishing. The Blump family is known for fishing. My name is Gubber Blump; I fish.$B$BThere\'s a kind of fish I like to catch around these parts called Darkshore grouper. I used to go out on a boat to fish for grouper, but no boats have been going out since them mean ol\' murlocs moved in. I bet they been eating up all the grouper too.$B$BSay, you wanna help me catch Darkshore grouper? I\'d give you a bona fide Blump Family Fishing Pole if you did! It\'s a real good pole to catch fish with.','Catch 6 Darkshore Grouper for Gubber Blump in Auberdine.','Them\'s some real nice groupers, $N! Thanks for helping me out!$b$bYou\'re at least as good of a fisherman as my cousin, Graun Blump. She also has a beard and she smells kinda funny, but that don\'t do nothing to stop her fishing. I reckon you have what it takes to use a Blump Family Fishing Pole.','There\'s plenty of good dishes you use Darkshore groupers for. They\'re good to eat, but I think it\'s more fun catching them.$b$bYou caught any Darkshore groupers yet?','','','','','',12238,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12225,0,0,0,1,0,0,0,54,47,0,0,0,62,250,0,0,0,0,0,600,0,0,87,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1142,2,491,0,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mortality Wanes','I have not long to live... so... so... weak.$B$B...the b-b-brave dwarf, Lonebrow, has been sent to w-w-warn Falfindel...$B$BBut before I... d-d-die...$B$B...my wife, Treshala... her pendant of bonding to me... stolen... by one of the f-f-foul aggressors...$B$BFind it p-p-please... and return it to Treshala in Darnassus...$B$B...along with w-w-word of my lonely... death.','Find and return Treshala\'s Pendant to Treshala Fallowbrook in Darnassus.','No!$B$B\'Tis not fair. Oh, cruel and intolerable world!$B$BI must now carry this burden of grief and not let Heralath\'s work die with him.$B$BYou were brave to journey from such a dangerous place, $N. But please leave me now.$B$BIn solitude I shall mourn.','What brings you to my home, $R?',NULL,NULL,NULL,NULL,NULL,5825,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6751,6752,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1143,2,148,0,13,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1167,981,0,981,0,0,0,'The Tower of Althalaxx','I see. Well. if what you say is true, then now is the time to strike. I believe Athrikus resides at the top of the tower. Be careful though, he is surrounded by many powerful warlocks, much more deadly than the ones you faced before.','Kill Athrikus Narassin and bring his head to Balthule Shadowstrike near the Tower of Althalaxx.','With the death of Athrikus. I hope that the demonic forces in this area will be driven back. I have no doubt that they will regroup and return, but then we shall be even more prepared to meet their threat.','Athrikus Narassin is an ancient and powerful warlock. Perhaps we should wait for Delgren\'s assistance. but he obviously had much faith in you to send you alone.','','','','','',5383,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1144,2,491,0,22,30,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Willix the Importer','At last, help has arrived!$B$BYou have no clue how long I\'ve been held prisoner here. I can\'t remember the last time I saw the outside of this place.$B$BYou see, I am an entrepreneur. Always out for a copper, as they say. I caught wind that Mebok Mizzyrix was paying well for Redleaf Tuber from this here pig pen. I figured it would be an easy in, easy out kind of affair. As you can see, I was a bit wrong!$B$BAnyway, if you\'d be so kind as to help me get out of here, I\'ll make it worth your while.','Escort Willix the Importer out of Razorfen Kraul.','Thanks again, friend! I told you I\'d make it worth your while.',NULL,'Help Willix the Importer escape from Razorfen Kraul',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,6748,6750,6749,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,150,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1145,2,17,0,29,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1146,5846,1,0,'The Swarm Grows','Many travelers who\'ve come through the Crossroads helped me gather eggs from the Field of Giants, and many of them have tales of how deadly the creatures are. I\'ve heard enough to consider them insects a much larger threat than my masters first thought.$B$BI need a courier to travel to Orgrimmar to meet Belgrom Rockmaul. It be no simple matter, and someone who would take the task seriously should go.$B$BBelgrom usually be found outside the warriors\' guild house.','Deliver Korran\'s Sealed Note to Belgrom Rockmaul in Orgrimmar.','Ah, a note from Korran. He has been a loyal servant for some time now. I was wondering how his duties were going in the Crossroads.','I envy you, $C. You have the look of someone who\'s been outside the walls of Orgrimmar for a while.$B$BI myself would travel in the name of the Warchief if Thrall didn\'t have need of my skills here in the city. But he leads us well, and I trust his judgement - I remain here for as long as he needs me.',NULL,NULL,NULL,NULL,NULL,5846,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1146,2,1637,0,29,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1145,0,0,1147,5850,1,0,'The Swarm Grows','So, Korran has come to a similar conclusion about these insects--they seem to be a larger threat than we assumed.$B$BA few days ago a hunter returned to me from Thousand Needles nearly dead. He was with a raiding party sent to drive a dwarven excavation team out of the Shimmering Flats. During the attack, more of these insects erupted from a cave in the dig site and nearly killed the party.$B$BThey were led by Moktar Krin, and they\'ve taken refuge on the border of the Shimmering Flats. Bring him this note.','Deliver Belgrom\'s Sealed Note to Moktar Krin in Thousand Needles.','Don\'t mind the thundering echoes off the mountains\' walls. The goblins and gnomes are out among the Flats racing one another in atrocities created by what they call science. There are bigger threats here in Thousand Needles, one of which killed more than half my war party.$B$BBut we remain here until we hear word from Belgrom in Orgrimmar. Until then, we hold our position here, and stay vigilant.','War brings my group and I to the Shimmering Flats, $C. What brings you here?',NULL,NULL,NULL,NULL,NULL,5850,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1147,2,400,0,29,35,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1146,0,0,0,0,0,0,'The Swarm Grows','Hmm. Seems Belgrom thinks those monsters are a threat. He wants them pushed back into whatever depths they crawled up out of.$B$BI guess killing the dwarves sent by the Explorers\' League wasn\'t enough--now I have to send a half-dead war party into another battle. We won\'t be able to do it ourselves; not while we\'re in this condition. The dig site\'s to the south of here. There shouldn\'t be anymore dwarves to deal with. Feel up to wielding a blade or staff and doing your part to aid us?','Kill 5 Silithid Searchers, 5 Silithid Hive Drones, and 5 Silithid Invaders and return to Moktar Krin in Thousand Needles.','Ha! That ichor you\'re covered in actually makes you prettier, $N! It certainly does make you reek at the same time though. Don\'t stand too close to the kodo; you\'ll either start a stampede or cause them to go into heat.$B$BI think my companions would agree that your smell alone is proof you\'ve done your part to help us against those insect creatures. Thank you, $N.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4130,4133,4131,0,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,100,0,0,0,0,0,3500,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1148,2,400,0,28,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1184,5877,1,0,'Parts of the Swarm','You inspect the carapace carefully. As you turn it over in your hands you realize that the chitinous plating is interlaced in such a way that makes it incredibly strong. It\'s unlike anything you\'ve ever seen. You inspect the rest of the corpse further and realize that these creatures are very powerful and highly evolved.$B$BLooking down at the carapace again, you think that Korran would enjoy studying more of these creatures. It could help him figure out what these creatures are, and where they come from.','Bring 1 Silithid Heart, 5 Silithid Talons, and 3 Intact Silithid Carapaces, to Korran at the Crossroads.','Ahh, you\'ve seen Moktar recently? He always be lookin\' out for me. I\'m sorry to hear he spends his time watching over his little war band instead of seeing battle, but I\'m sure he be takin\' great joy in killing members of the Explorers\' League.$B$BYou be smart to bring me these specimens, $N. Along with the eggs we be findin\' in the Field of Giants, these should give me a good start in figuring out what these insects are, and what they be wantin\'.','Ah, it been a long time since you\'ve come to see me, $N. What can I do for you today? You be looking like you\'ve seen the face of battle recently. Good... good for the Horde and good for you. The more battle you\'ve seen, the more helpful you\'ll be; stronger, too.',NULL,NULL,NULL,NULL,NULL,5855,5854,5853,0,1,5,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,100,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1149,2,400,0,25,26,0,690,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,1150,0,0,0,'Test of Faith','So, you have sought me out, or perhaps destiny brings you to me? No matter. You are here now, and so your journey will begin anew.$B$BMany facets make up a being: the spirit, the body, the mind. Some of these can be measured by a culture\'s traditions. Others we can only hope exist within ourselves. If you agree, I shall test some of the facets within you.$B$BIf you pass, then you shall become stronger. If you fail, then you will realize the vastness of the Nether.$B$BThe first is a Test of Faith.','If you have faith, leap from the planks overlooking Thousand Needles.','It is not until faced with unforeseen adversity that we begin to see how strong our spirits are. You took the leap of faith even though you had no guarantees that you would survive. Your mind is open, and your spirit is prepared for what is to come.$b$bIf you are willing, then the next of your tests is ready.',NULL,NULL,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,0,0,0,0,0,76,911,81,0,0,19,19,75,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1149,0),(1150,2,400,0,25,30,1,690,0,0,0,0,0,0,0,2,0,0,0,0,1149,0,0,1151,0,0,0,'Test of Endurance','I\'m pleased to see your courage remains steadfast in light of what you\'ve already done. Since your faith is intact, the time has come to test your body.$B$BFirst is a test of endurance. Go to the Roguefeather Den west of Freewind Post. Make your way to the depths of their lair and destroy their foodstuffs. By then you should have provoked their fury, and if you are able to survive long enough, Grenka Bloodscreech herself will come for you--kill her and bring me her claw to complete your test.','Bring Grenka\'s Claw to Dorn Plainstalker in Thousand Needles.','Grenka was powerful, even by troll standards. You should be proud of your accomplishment this day.$b$bDuring your test of faith you displayed strength of spirit, and now you have shown endurance in battle by taking on the Roguefeather harpies, but the time has come for a new test.','You must be prepared spiritually, physically and mentally for the challenges that lie ahead of you.$b$bToo often do we rush forward before we are ready. I consider it my duty to the youth, no matter which tribe they belong to, to prepare them for the dangers they may face after they leave the sanctity of their home.','','','','','',5843,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1151,2,400,0,25,30,1,690,0,0,0,0,0,0,0,0,0,0,0,0,1150,0,0,1152,0,0,0,'Test of Strength','During the time of the Old Gods, elementals inhabited much of this world. They worshipped the Old Gods, and the Gods, through their power, kept the elementals bound to this world. When the Old Gods were banished, the elementals faded from our world and now only return at the bidding of powerful mages.$B$BThere are exceptions though. Some elementals were powerful enough to remain here on their own. One such elemental is Rok\'Alim.$B$BTo test your strength, find Rok\'Alim in Thousand Needles and slay him.','Bring Fragments of Rok\'Alim to Dorn Plainstalker in Thousand Needles.','The Test of Strength is done. You have shown strength and bravery, and you are now prepared for the final test before these rites are completed.','Rok\'Alim is also called the Pounder by the centaur tribes in Thousand Needles because of the thundering his fists make as he pummels the creatures brave, or stupid, enough to stand in his path.',NULL,NULL,NULL,NULL,NULL,5844,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1152,2,400,0,25,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1151,0,0,1154,0,0,0,'Test of Lore','Your time with me is just about finished. I am knowledgeable, but the Test of Lore is not mine to give. There are lessons to be learned and places to visit that others claim domain over.$B$BIf you are prepared, then seek out Braug Dimspirit--he is a shaman of great wisdom. He will test you further, so heed his words, $N.$B$BWhen you are ready, find the tunnel that connects the Stonetalon Mountains with Ashenvale: Braug dwells near there. And be careful, $N, the night elves may wish to impede your test.','Find Braug Dimspirit near the entrance to Talondeep Path in Stonetalon Mountains.','The days and nights grow colder throughout the world as goblins rape the land, and the night elves point fingers at the younger races. The Forsaken and orcs are not the only ones to blame for the hardships found throughout Kalimdor and Lordaeron. Many of the intelligent races have contributed to the world\'s pain. Dorn knows this, and he has sent you to me because you have shown the attributes necessary to realize it also.$b$bNow you stand before Braug.',NULL,NULL,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,0,0,0,0,0,81,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1153,2,17,0,25,29,0,690,0,0,0,0,0,0,0,0,0,0,0,0,893,0,0,0,0,0,0,'A New Ore Sample','$C, you have done well in helping me in the past. The warchief is pleased thus far with what I\'ve accomplished, and asks me to continue with renewed determination. My honor dictates that I give you proper recognition to the warchief for all you have done, but first I would ask you for your help again.$B$BTravelers recently came from the south from a place called Thousand Needles. There they killed a kobold who had an unusual ore sample, but they would not sell it. I want a sample of that ore to examine.','Find an Unrefined Ore Sample on a Gravelsnout Digger or Surveyor and bring it to Tatternack Steelforge at Camp Taurajo in the Barrens.','A good sample, $N. A good sample indeed.$B$BThose travelers can no longer lord over me the ore they found, now that you have been successful.$B$BI shall get to work on it immediately. If it proves strong enough, I will send a weapon crafted from the material back to the warchief to show him our success.$B$BI shall not forget your help, $C.','I saw the travelers again - the ones that would not sell me a sample of the ore. I spit at them for not helping the warchief.$B$BMay they die in battle like cowards and not like warriors as should be the right of all people who ally themselves with the Horde.',NULL,NULL,NULL,NULL,NULL,5842,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6741,0,0,0,1,0,0,0,76,0,0,0,0,100,0,0,0,0,0,2500,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1154,2,331,0,25,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1152,0,0,6627,0,0,0,'Test of Lore','You have passed Dorn\'s tests, and now you seek to pass your next trial. Very good. But up until now, your challenges have been childish. It is easy to test your body--your mind is another matter completely.$B$BI shall explain it simply: find the book I name, study it, and answer my question about its contents.$B$BWhat book, you must be asking? The Legacy of the Aspects. It can be found at the bottom of Dor\'danil in southern Ashenvale, protected by the dead druids and their slayers.','Find the Legacy of the Aspects and return it to Braug Dimspirit near the entrance to Talondeep Path in Stonetalon Mountains.','This is the book I named. There is hope you will answer my question correctly then... unless you\'ve forgotten to study its contents.$b$bWhen you are prepared, speak to me again and I shall ask a question of you.','Bring me the book after you\'ve studied it. I will not ask you your question until after you have given me the book.',NULL,NULL,NULL,NULL,NULL,5860,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1159,2,400,0,25,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,6627,0,0,1160,0,0,0,'Test of Lore','Well done, $N. You have passed the first portion of the Test of Lore, but there is still another question to be answered. But that question is not mine to ask.$B$BSeek out Parqual Fintallas in Lordaeron City. He was a great historian for the humans before the Plague overtook him. Now he continues to seek enlightenment, but of a different nature.$B$BHe will have another requirement of you before he asks you anything, but you have done masterfully thus far--I\'m sure you will overcome his obstacle.','Find Parqual Fintallas in Undercity.','Braug sent you? Impossible.$b$b$b$bBraved Dor\'Danil, took a leap of faith, fought and overpowered a powerful elemental? Bah! You\'re probably a farce; some adventurer that overheard talk in a tavern. And now you think you have what it takes to pass my test. So be it... $C.',NULL,NULL,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,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1160,2,85,0,25,36,81,690,0,0,0,0,0,0,0,0,0,0,0,0,1159,0,0,6628,0,0,0,'Test of Lore','I will tell you what you must seek, and I will even ask you my question, but not because you wish to prove yourself. Knowledge is far more important than strength. Even as others seem to pass you by in ability, your knowledge of the world will be more valuable.$B$BGo to the Monastery in the north of Tirisfal Glades. In the library there, a book called Beginnings of the Undead Threat resides. It was used by the now-corrupt paladins there to train them to fight my kind.$B$BBring it to me.','Find The Beginnings of the Undead Threat, and return it to Parqual Fintallas in Undercity.','This is the book I sent you to search for.$b$b$b$bSo now you wish a question to prove your mind is as powerful as your body and spirit. If you have studied the book long enough, then I shall ask you your question and you can be done with these tests!','I hope you made the Scarlet Crusade suffer some before stealing the book from them.$b$bMy views of their kind are not unwarranted. The Crusade may have been followers of the Light at one time, but now, they seek to destroy any creatures that have not sided with their religion. They believe all undead, Forsaken or otherwise, must be cleansed, and those traveling in their lands must either be insane, or subject to the undead\'s powerful magics. Idiots. Idiots and fools; all of them.',NULL,NULL,NULL,NULL,NULL,5861,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1164,2,85,0,27,36,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'To Steal From Thieves','The harlot! The swine! Kenata still lives; her family healthy and prospering while I suffer. Forsaken indeed!$B$BMy family is gone, taken by the plague. Our estate also forfeit; looted and burned during the war. And after all that, her and her lousy children had the audacity to steal the only precious belongings I had left.$B$BI don\'t care about the things they stole any more. What I want now are their heads!$B$BKill them for me! Go to the Dabyrie Farmstead in Arathi, northeast of Refuge Point.','Bring Kenata, Fardel, and Marcel Dabyrie\'s Heads to Genavie Callow in Undercity.','You stand before me as a figure of vengeance, and I bow down before you in thanks.$B$BWith that cow\'s death, and knowing that their seed will no longer spread over the face of Azeroth, I can put my energy into something more lucrative. I hope you looted their farmstead after you finished them off.','Kill them all and bring me their heads!',NULL,NULL,NULL,NULL,NULL,5830,5832,5831,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4443,2032,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,15,0,0,0,0,1,0,0,0,0,0,0),(1166,2,15,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Overlord Mok\'Morokk\'s Concern','Bow before Overlord Mok\'Morokk!$B$BRexxar make me mighty leader of Stonemaul Clan!$B$BMe good leader. Me keep clan safe.$B$BBig dragons come and make fire at old home. Me smart ogre. Find new home for clan here.$B$BLeave old home so fast, me forget stuff. Tiny $R, go get my things. Go south and find my yummy grog, my snuff and my strongbox. Me like you after you do that. You look in Den of Flame and Stonemaul Ruins... they be there, me sure!','Overlord Mok\'Morokk in Brackenwall Village wants you to retrieve his grog, snuff and strongbox in Dustwallow Swamp.','You good $R. Me miss things very much. Me like you now.','Me thirsty for grog. Me miss snuff too. Where is strongbox? You go get for Overlord Mok\'Morokk.$B$BGo find south in old home. Me too busy leading ogres to get.',NULL,NULL,NULL,NULL,NULL,5834,5835,5836,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10702,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1167,2,148,0,25,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1140,1143,0,1143,0,0,0,'The Tower of Althalaxx','Before confronting Athrikus. it would probably be wise for you to consult with Balthule. I have no doubt he has been vigilant in his watch of the Tower, and he may have information about recent developments.','Speak with Balthule Shadowstrike near the Tower of Althalaxx.','Ah, it\'s good to see you again, $N! The strangest things have been happening around here, I\'m glad you showed up!$B$BIt was very strange, . Everything seemed normal--well, as normal as things get around here--and then suddenly there was a blinding flash of light from the upper room of the tower. Then came the screams. The cries split the air, and lightning struck the ground from time to time. What\'s going on? ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1168,2,15,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Army of the Black Dragon','Mok\'Morokk was made Overlord by Rexxar. He care more for power than he care for ogres.$B$BBlack dragons kill many ogre. Kill Tharg\'s wife. Mok\'Morokk tell us to run. Make us come here.$B$BOgre should fight. Ogres not good at running. Mok\'Morokk care only about Mok\'Morokk.$B$BMe call Stonemaul Ruins home. Me like it in the south. This place not home.$B$BHelp ogres fight army of the black dragon. Me want revenge. Me want to go home.','Tharg in Brackenwall Village wants you to kill 15 Firemane Scouts, 10 Firemane Ash Tails, and 5 Firemane Guards.','You kill many of the black dragon army. You brave $R.$B$BMake Tharg happy.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4329,4331,4328,0,15,10,5,0,0,0,0,0,9705,9706,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1169,2,15,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1170,0,0,0,'Identifying the Brood','Whilst that craven fool, Mok\'Morokk, wallows in power and Tharg wrestles the demons of sorrow and vengeance and vies for leadership of the clan, I seem to be the only one concerned with identifying the source of aggression on our old home.$B$BWhy the puzzled stare, $N? Expecting me to speak like an uncouth ruffian merely because I am an ogre?$B$BNow back to business, bring to me the hearts and tongues from the whelps and hatchlings. I shall trace the root of this evil...','Draz\'Zilb in Brackenwall Village would like you to bring him 15 Searing Tongues and 15 Searing Hearts.','\'Twas a perilous affair, no doubt, collecting all of these hearts and tongues. I shall delve into the depths of the arcane to trace the origin of the black menace which has descended upon our former home.','With the hearts and tongues of scorched offspring of the black dragon army, I can decipher what wretched beast introduced her spawn into our home. Perhaps with a greater knowledge of our aggressors, we can seek to destroy them once and for all and reclaim Stonemaul Village from ruin.$B$BOf course, convincing Mok\'Morokk to move his lethargic, fat mass out of this muck hole is going to be an epic quest in and of itself...',NULL,NULL,NULL,NULL,NULL,5840,5841,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,9703,9704,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1170,2,15,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1169,0,0,1171,0,0,0,'The Brood of Onyxia','Stonemaul Village was invaded by the brood of Onyxia. But why would the daughter of the black dragonlord, Deathwing, descend upon our lands?$B$BThis is most troubling. Surely, Onyxia was driven here for a purpose beyond laying siege to a small band of ogres.$B$BNotify Mok\'Morokk at once! Action must be taken.','Speak with Overlord Mok\'Morokk in Brackenwall Village.','Why you tell me \'bout dragons? Me no like dragons. Me like it here. No dragons here.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1171,2,15,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1170,0,0,1172,0,0,0,'The Brood of Onyxia','You leave me alone now. Go tell Draz\'Zilb we stay here. No black dragon here.','Speak with Draz\'Zilb in Brackenwall Village.','That lazy coward!$B$BMok\'Morokk displayed strength when Rexxar was our leader. But soon after Rexxar\'s departure Mok\'Morokk fell prey to temptations of power. Rather than lead, he demanded. He does not serve his people but rather expects us to serve him.$B$BSomething must be done.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1172,2,15,0,38,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1171,0,0,0,0,0,0,'The Brood of Onyxia','Onyxia\'s brood has been scattered across the Dragonmurk. It is imperative that no more whelps be permitted to hatch.$B$BMake haste to Wyrmbog in the south of Dustwallow Marsh. Surely. she has made her lair there. Track down the evil dragon\'s eggs and destroy them.$B$BWe will never reclaim Stonemaul Village if the surrounding area remains a breeding ground.$B$BAs for Mok\'Morokk... I have other plans for the sod.','Draz\'Zilb in Brackenwall Village wants you to destroy 5 Eggs of Onyxia.','Splendid! It will be sometime before Onyxia can produce more eggs.$B$BOn behalf of my people, I thank you, $N.$B$BI have asked much of you so far. Perhaps you can do the Stonemaul Clan one last service.$B$BMok\'Morokk is not fit to lead us. Tharg would make an excellent leader but is hindered by his injuries and age. Drive Mok\'Morokk from this place by force. Only then can we appoint a new leader to return us to our proper home in the south.','','','Egg of Onyxia destroyed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20359,0,0,0,5,0,0,0,0,0,0,0,10700,10701,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1173,2,15,0,38,45,1,690,0,0,0,0,0,0,0,0,0,0,0,0,1172,0,0,0,0,0,0,'Challenge Overlord Mok\'Morokk','You dare challenge Overlord Mok\'Morokk?$B$BHaw!$B$BMe crush tiny $R!$B$BYou tell me when ready for good beating.','Defeat Mok\'Morokk and report the news to Draz\'Zilb in Brackenwall Village.','That cowardly fat mass Mok\'Morokk fled like a scared child. You have done a great service, $N.$B$BNow my people can appoint a new leader, one who will help us reclaim our old home once and for all.',NULL,NULL,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,10703,10704,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1175,2,400,0,28,33,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'A Bump in the Road','After the big crash with the goblins\' Red Thunder racer and a basilisk, Kronkrider hired me on to take care of the track. I don\'t know what all the animals out on the flats are feeding on to grow so big, but we have to be careful to thin them out so they won\'t wander onto the track when a race is going on.$B$BTell you what. If you want to go out and make a little profit, go out and remove the basilisks from the area.','Kill 10 Saltstone Basilisks, 10 Saltstone Crystalhides and 6 Saltstone Gazers for Trackmaster Zherin on the Shimmering Flats.','I hope you didn\'t kill any of the basilisks on the tracks themselves! It takes a long time for the carcasses to decay in the sun, and I\'d rather not have to take a shovel out to clean up.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4147,4151,4150,0,10,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1176,2,400,0,29,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,0,'Load Lightening','When it comes to racing, every bit counts! Whether it\'s a minor tweaking on the power output, a slight slackening on the tension coils, or lightening the weight of the frame, you have to take everything into account.$B$BWe use vulture bones for a lot of the minor structural tweaks we make to our racers, which offer the perfect balance of strength and weight. Even better, it\'s easy for us to get more, as the salt flats are littered with vultures.$B$BBring me some and I\'ll give you a good price on them.','Get 10 Hollow Vulture Bones for Pozzik in the Shimmering Flats.','Great! I can get the crew working on this right away. Thanks, $N!','Do you have those bones for me? I was just about to start working on lightening the steering rig, but I don\'t want to open her up without all the parts I need.','','','','','',5848,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,2500,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1177,2,15,0,32,36,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hungry!','Mud big ogre.$b$bMe hungry.$b$bGo bash fishy. Bring Mud food.$b$bYou feed Mud or Mud eat you.','Mudcrush Durtfeet in northern Dustwallow wants 12 Mirefin Heads.','Me like fishy head!$B$BMe no eat you now.','Gimme food or me eat you.',NULL,NULL,NULL,NULL,NULL,5847,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,9518,9519,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1178,2,400,0,29,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1176,0,0,1180,0,0,0,'Goblin Sponsorship','Our racing team is the pride of goblins everywhere. You\'d be surprised at some of the people who contribute in one way or another to our team.$B$BYou know Gazlowe? He tracks down parts from around the world for us. He even came down to work on one of our rigs once!$B$BA few weeks ago, he said he\'d send us a new prototype fuel regulator but it hasn\'t come yet. He\'s usually very prompt... Maybe you wouldn\'t mind going to Ratchet to ask him about it? I wouldn\'t be so pushy, but the gnomes are gaining on us!','Speak to Gazlowe in Ratchet.','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,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,0,0,0,0,0,470,0,0,0,0,25,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1179,2,1,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5849,1,0,'The Brassbolts Brothers','You ever heard of the Shimmering Flats? It\'s a stretch of salt flats way over in Kalimdor, just south of the Thousand Needles canyon. It\'s a great place for racing because, well, it\'s so flat!$B$BA couple of gnome brothers are out there, friends of mine, trying out their new rocket car, and from what I hear it\'s fast! Heh, so fast that their pilots keep crashing. Giving themselves concussions.$B$BSo they asked me for some Siege Engine helmets, but I have duties here. I can\'t make the trip!$B$BCan you?','Bring the crate of crash helmets to Wizzle Brassbolts in the Shimmering Flats.','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,NULL,NULL,NULL,NULL,5849,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1180,2,400,0,29,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1178,0,0,1181,0,0,0,'Goblin Sponsorship','Back to what you came here about. I know I promised Pozzik that I\'d deliver a new fuel regulator for him, but I still haven\'t received it yet. Revilgaz over in Booty Bay said he\'d have it shipped over, but it might be it slipped through the cracks somehow.$B$BIf that\'s true, there\'s not much we can do about it. We can at least find out if it was dispatched from Booty Bay.$B$BCheck in with Wharfmaster Lozgil over there, he should be able to check the cargo records.','Speak with Wharfmaster Lozgil in Booty Bay.','Shipments to Ratchet? Let me just check the logbooks...$b$bNo, the most recent shipment I have on record of going out to Ratchet were boots from Drizzlik. Hasn\'t been much else, other than building supplies and tools. Definitely no race parts.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,470,0,0,-24,25,25,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1181,2,400,0,29,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1180,0,0,1182,0,0,0,'Goblin Sponsorship','I\'m afraid I can\'t be of much more help to you, $N. If you\'d like to follow up on it more, I\'d suggest you go hit up the Baron himself. If there\'s anyone who knows Revilgaz\'s business, it\'s Revilgaz.$B$BYou\'ll find him at the tavern across the harbor, top floor.','Speak with Baron Revilgaz in Booty Bay.','Oh, sure of course I know what you\'re talking about. Nope, can\'t help you though. Some of my men were supposed to go track down the blueprints for the fuel regulator, but they came back empty-handed.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1182,2,33,0,29,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1181,0,0,1183,0,0,0,'Goblin Sponsorship','See, the Venture Company shredders out in Lake Nazferiti (in northern Stranglethorn) have been equipped with a new model fuel regulator. I was thinking that Pozzik would be able to take advantage of it, if he could get some details. Unfortunately, Cozzle, the foreman out there, appears to be a little more clever than I gave him credit for.$B$BYou seem like you might have more luck finding the blueprints though. I know he keeps them in his house, but they\'re almost certainly under lock and key.','Bring the Fuel Regulator Blueprints to Baron Revilgaz in Booty Bay.','Now, let me just get a copy of these blueprints for my own notes and you can bring these straight to Pozzik. Wouldn\'t want him to think that one of his sponsors was abandoning him.','Much as I hate to admit it, that gnome team they have out there is pretty good. Our boys need every edge they can get.','','','','','',5852,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-250,250,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1183,2,33,0,29,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1182,0,0,1186,5852,1,0,'Goblin Sponsorship','You should be all set to go. Give Pozzik my regards and tell him that if he ever needs anything, not to hesitate to ask. I\'ll be waiting for the news that he breaks the track record soon!','Deliver the Fuel Regulator Blueprints to Pozzik on the Shimmering Flats.','I was hoping that it would be already assembled, but this does present the unique opportunity to improve on the design from the ground up. Thanks, $N. I\'ll be able to sketch up some improved schematics, build the thing, and have it installed real soon.','$N! Did you manage to track down the fuel regulator?','','','','','',5852,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1184,2,17,0,28,35,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1148,0,0,0,0,0,0,'Parts of the Swarm','Head back to Belgrom in Orgrimmar and tell him Moktar be doing his bidding well out in the Thousand Needles. Tell him also, that me studies progress, and I hope to be havin\' learned more soon. That should please him greatly.','Return to Belgrom Rockmaul in Orgrimmar.','I\'m appreciative of your efforts, $C. The warchief will enjoy hearing how tenacious you have been in your duties.$B$BOh, of course I will mention your name to him. He speaks to me often and values my opinions greatly.$B$BGo now, I have much to do. And if you speak to Korran soon, and he has news of these creatures, then return to me--I would think they are a threat that must be taken seriously.',NULL,NULL,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,6737,6738,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,1800,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0),(1185,2,493,0,55,57,0,0,0,0,0,0,0,0,0,0,0,8,0,0,6845,0,0,0,0,0,0,'Under the Chitin Was...',NULL,NULL,'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,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,0,0,0,0,0,609,0,0,0,0,75,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1186,2,400,0,29,37,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1183,0,0,1187,0,0,0,'The Eighteenth Pilot','I\'m going to be busy with working on integrating this new fuel regulator to our racer designs, but if you\'d like to help out the team some more, talk to Razzeric. He\'s our pilot--well, our eighteenth pilot, to be exact--and he likes to add his own little modifications to the racers.$B$BHe\'s a little off his rocker, though, so try not to act too surprised.','Speak with Razzeric on the Shimmering Flats.','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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1187,2,400,0,29,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1186,0,0,1188,0,0,0,'Razzeric\'s Tweaking','Pozzik\'s a great mechanic, I know that, but he\'s afraid to just load on the firepower and grab on for the ride. Not me, though.$B$BAfter Pozzik finishes with a racer, I take a little time to put my own modifications on--you know, loosening up the controls, removing parts of the frame, and adding more juice!$B$BI ordered a seaforium booster from Shreev at the Gizmorium in Gadgetzan, but apparently the zeppelin it was being sent on crashed in Dustwallow Marsh! I gotta have it, $N!','Retrieve the Seaforium Booster for Razzeric in the Shimmering Flats.','Just take a look at this beauty! Fifteen pounds of solid seaforium power! Once I get this strapped on to the side of my racer, I\'ll be around the track so fast I\'ll beat the gnomes twice!','How\'m I supposed to show my face around the track without a little extra kick to get me going? It\'s a travesty, I tell you.','','','','','',5862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,100,0,0,0,0,0,5500,2760,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1188,2,400,0,29,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1187,0,0,1189,5862,1,0,'Safety First','But wait, what\'s this? Shreev left the safety on. That will limit the amount of power I can draw from the booster at any time. I told him I wanted it off! This is no good.$B$BYou have to take this to the Gadgetzan Gizmorium in the Tanaris Desert and have Shreev remove this.','Bring the Seaforium Booster to Shreev in Gadgetzan.','Only Razzeric would take a look at this and say that I\'d somehow put some sort of safety lock on it. This booster is almost completely seaforium explosives. I already modified it so that more of its payload would be delivered upon use, but Razzeric is never content unless he goes to eleven!','As I\'m sure you know, the Gizmorium can service all of your tinkering needs! How can I help you?','','','','','',5862,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,25,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1189,2,440,0,29,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1188,0,0,0,5865,1,0,'Safety First','There, I did what Razzeric wanted. Just tell him to be careful when he sets this off. If he makes the slightest mistake, he won\'t be moving forward, he\'ll just be a burnt spot on the track.$B$BWould be a shame, too, if that happened. Who knows if our nineteenth driver would be any good?','Return the Modified Seaforium Booster to Razzeric on the Shimmering Flats.','Now that\'s more like it! I wish I could see the look on the gnomes\' eyes when they see me set this baby off.$b$bToo bad I\'ll be too busy pulling off a new course record!','Can you believe Pozzik put a bucket of sand on the racer? How am I supposed to hit my maximum speed with a bucket of sand under the seat?','','','','','',5865,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6726,6727,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,25,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1190,2,400,0,34,41,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1137,0,0,1194,0,0,0,'Keeping Pace','The Brassbolts brothers have discovered a new building material, that\'s the only explanation that makes sense. Their cars have been operating faster than before, but their designs, and all the other data we\'ve gathered from their runs is identical.$b$bWhat we do know, is that Rizzle Brassbolts has been focused on the plans for this new discovery almost constantly.$b$bZamek can create a diversion for you, so that you can steal those plans from them.','Have Zamek create a diversion, then steal Rizzle\'s plans for Pozzik on the Shimmering Flats.','Scribbled in a hasty, hurried hand, a scroll of notes and designs for the refinement of some raw material.',NULL,NULL,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,0,0,0,0,0,470,0,0,0,0,75,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1191,2,400,0,34,41,0,0,0,0,0,0,0,0,0,0,0,8,1,0,-1190,0,0,0,0,0,0,'Zamek\'s Distraction',NULL,NULL,'Let\'s go!',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1191),(1192,2,400,0,34,42,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1194,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.',NULL,NULL,NULL,NULL,NULL,5833,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,600,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1193,2,2557,0,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Broken Trap','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.','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.','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!',NULL,NULL,NULL,NULL,NULL,NULL,15994,3829,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1194,2,400,0,34,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1190,0,0,0,5866,1,0,'Rizzle\'s Schematics','Rizzle\'s schematics describe the process of the refinement of indurium ore. From his scrawls, it is apparent that indurium ore is being obtained from the dwarven excavation site of Uldaman in the Badlands.$b$bMuch of the other notes relate to the heat resistant properties.$b$bUsed as a paperweight for the plans is a hunk of what appears to be unrefined indurium ore.','Bring the Sample of Indurium Ore to Pozzik on the Shimmering Flats.','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,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,0,0,0,0,0,470,0,0,0,0,75,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1195,2,215,0,20,25,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1196,0,0,0,'The Sacred Flame','The Galak centaur in the Thousand Needles are protecting an artifact from the time of the centaurs\' creation.$B$BWe would like to retrieve it, but we require a phial of water from one of the night elves\' moonwells.$B$BTo collect the water, you will first need to obtain one of the phials carried by the dryads near the Raynewood Retreat in the heart of Ashenvale Forest. There is a moonwell near the western bank of the Falfarren River, south of the main road, where you can fill the phial.','Return a Filled Etched Phial to Zangen Stonehoof in Thunder Bluff.','Very good. This should fill Rau\'s request just fine. Could you deliver this to him? You might enjoy spending some time out in the Needles.','Once we have the filled phial, we can send it along to my associate, Rau, in the Thousand Needles. He was the one who requested the phial of water, so he\'ll better know how we can make use of it.','','','','','',5868,0,0,0,1,0,0,0,1,0,0,0,5867,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,3500,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1196,2,215,0,20,29,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1195,0,0,1197,5868,1,0,'The Sacred Flame','Bring the filled phial to Rau Cliffrunner at the Freewind Post in southeastern Thousand Needles. You can get to the Thousand Needles by taking the Great Lift at the southern edge of the Barrens.$B$BI wouldn\'t be surprised if you can help us out further.','Deliver the Filled Etched Phial to Rau Cliffrunner at the Freewind Post.','Hm, yes, this phial of water will serve our purposes perfectly. Because of the shared ancestry of the dryads and the centaurs, the water of the moonwells will enable us to breach the protection of the eternal flame surrounding the centaur relic.','I don\'t suppose you\'ve been sent by Zangen, hm?','','','','','',5868,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1197,2,1638,0,20,29,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1196,0,0,0,5868,1,0,'The Sacred Flame','Using the water you brought, you will be able to temporarily douse the flame that holds the centaur relic. It will not work permanently, however, so you will have to be quick about it.$b$bYou will find Splithoof Crag, the centaurs\' stronghold, to the north of here. The flame is kept in Splithoof Hold, a heavily guarded part of the crag.$b$bBe careful, though, the Galak centaur have great numbers here, and will be rather reluctant to surrender something so dear to them.','Retrieve the Cloven Hoof for Rau Cliffrunner at the Freewind Post.','I sense a strange energy emanating from the Hoof... I have no doubt that we will discover surprising new information about the centaur from its study.$B$BMy thanks, $N. Now I must begin to decipher the mysteries you have brought to me.','I am eager to put my hands upon the Cloven Hoof. Have you taken it yet?',NULL,NULL,NULL,NULL,NULL,5869,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6739,6740,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1198,2,719,0,20,24,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1200,0,0,0,'In Search of Thaelrid','Many rumors circulate these days about the union of the Twilight\'s Hammer and the naga in Blackfathom Deeps on the coasts of Ashenvale.$B$BMy role here with the Argent Dawn is to collect as much information as I can, so we know when and where help is needed.$B$BIt has been weeks now since I sent a scout to check on the activity at Blackfathom Deeps. Argent Guard Thaelrid has not yet reported back.$B$BMy other scouts are preoccupied with pressing matters.$B$BSeek out and aid Thaelrid for me, $N.','Seek out Argent Guard Thaelrid in Blackfathom Deeps.','Dawnwatcher Shaedlass was good to send you. There is indeed a wicked plot underway in this corrupted place.',NULL,NULL,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,0,0,0,0,0,529,69,0,0,0,700,350,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1199,2,719,0,20,25,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Twilight Falls','Empowered by the ancient rites of the chaotic Old Gods the members of the Twilight\'s Hammer strive to bring about the return of their dark patrons and spread death and terror across the world.$B$BWe believe that the Twilight\'s Hammer has allied with the naga and are amassing in Blackfathom Deeps on the coast of Ashenvale.$B$BWhatever evil plan brews in the depths of the old temple must be thwarted.$B$BWage war on the Hammer and bring back proof of your deeds. Your efforts will be rewarded handsomely.','Bring 10 Twilight Pendants to Argent Guard Manados in Darnassus.','You are no doubt of brave and noble blood, $N. The Argent Dawn commends you for your efforts against evil.','Blackfathom Deeps was once an ancient night elf temple. It once housed a most powerful moonwell. Who knows what evil brews there now at the hands of the Twilight\'s Hammer.$B$BHave you made any progress in ridding their presence?',NULL,NULL,NULL,NULL,NULL,5879,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6998,7000,0,0,1,1,0,0,529,69,0,0,0,700,350,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1200,2,719,0,18,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,1198,0,0,0,0,0,0,'Blackfathom Villainy','Strength has left me. Your help is needed!$B$BLong ago this site was a great temple of Elune. But misfortune led to ruin when the corruption of an Old God seeped up from beneath the earth and tainted the sacred Moon Well.$B$BAku\'Mai, servant of the Old God, rose from the waters.$B$BThe Twilight\'s Hammer cultists have allied with the naga to occupy these grounds. The cultists, led by Kelris, sacrifice innocents to Aku\'Mai for power.$B$BSlay Kelris and bring his head to Selgorm in Darnassus, $N, please.','Bring the head of Twilight Lord Kelris to Dawnwatcher Selgorm in Darnassus.','Kelris has eluded us for quite some time.$B$BIt seems as though whenever evil made its presence known in these parts, Kelris had played a role. For some time we considered him dead or missing.$B$BBut this makes perfect sense. By ending his reign you have spared the lives of many innocent people.$B$BBy the light! To sacrifice someone to a servant of an Old God for one\'s personal gain is beyond reproachful!$B$BYou have done a great deed, $N. I salute you on behalf of the Argent Dawn.','Time is a precious commodity, $C.$B$BMy role here in Darnassus is to ensure that the Argent Dawn thrives and that the evil forces encroaching upon Kalimdor are thwarted.$B$BState your business quickly or be on your way.',NULL,NULL,NULL,NULL,NULL,5881,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7001,7002,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,529,69,0,0,0,1000,500,0,0,0,0,6500,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1201,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1202,0,0,0,'Theramore Spies','The Horde and Alliance hold an uneasy truce. Outlying skirmishes and covert actions are taken by one side against the other, and it is our duty to ensure the Horde is on top!$B$BNow is the chance to do just that.$B$BAlliance infiltrators have taken positions east of Brackenwall Village. They spy on the village and report our movements to Theramore, which we cannot allow.$B$BHunt down the infiltrators and slay them. Send a clear message to their superiors that we will not tolerate their spies\' presence!','Kill 9 Theramore Infiltrators, then return to Nazeer Bloodpike in Brackenwall Village.','Good work. Their infiltrators are skilled, but they\'re not good enough to escape the watchful eye of the Horde!',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4834,0,0,0,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1202,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1201,0,0,0,0,0,0,'The Theramore Docks','$N, two of our spies were sent to steal documents from a ship at the Theramore docks. They gained the papers but were discovered, and were forced to throw the documents into the sea.$B$BOne spy later escaped, but was unable to recover the prize. He reported his failure to me, and I now charge the task to you.$B$BThe documents are in a footlocker, in the waters somewhere beneath the Theramore docks. Find those documents, $N, and bring them to me.','Bring the Captain\'s Documents to Nazeer Bloodpike in Brackenwall Village.','I commend you, $N. This was not an easy mission. But the documents you gained are valued greatly by our superiors.','Did you find the documents, $N? They hold information vital to the stability of the Alliance and, hence, vital to the security of the Horde.',NULL,NULL,NULL,NULL,NULL,5882,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1203,2,15,0,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1206,0,0,0,0,0,0,'Jarl Needs a Blade','I have cutting to do. I can\'t tell you what I\'m going to cut, but... I need myself a blade. A certain blade...$B$BSome people call it a sword. I call it a swing blade.$B$BYou help me? Those fish-men, you know, murlocs or whatever they\'re called.... There\'s one they call Razorspine, carries a big sword, lives north of here near the beach. That\'s the sword I need!$B$BBut don\'t sleep on this. What I\'m cutting won\'t keep forever...','Bring Razorspine\'s Sword to \"Swamp Eye\" Jarl at Swamplight Manor.','That\'s a good blade. It has a good swing. It\'s a good swing blade. Thank you. Thank you, thank you, thank you!!! Now I want to try it....$B$BLater. I\'ll try it later. But like I was saying... thanks.','You have my blade??',NULL,NULL,NULL,NULL,NULL,33110,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9622,5016,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3500,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1204,2,15,0,33,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,1258,0,0,0,'Mudrock Soup and Bugs','I\'m working on a dish I call \"Mudrock Soup and Bugs.\" I still need the major ingredients, and... well, I don\'t think I\'d last long trudging through Dustwallow Marsh!$B$BSo, $N, can you do some hunting for me? First, I need the tongues of Mudrock turtles. You can find Mudrocks along the coast, mostly around the bay.$B$BBut I don\'t want just any tongues! I hear that the tongues of some Mudrocks are forked...$B$BThey say the forked tongues have a distinct flavor, and I want that flavor in my dish...','Bring 8 Forked Mudrock Tongues to Morgan Stern in Theramore.','These will do fine! Thank you, $N!$B$BNow I\'ll try different cooking techniques on these tongues to find the best way to bring out their flavor.$B$BEventually I\'ll have a dish worthy of serving at the Blue Recluse in Stormwind!','Did you get the forked tongues?',NULL,NULL,NULL,NULL,NULL,5883,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,100,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1205,2,215,0,35,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deadmire','Deadmire is an ancient crocolisk in Dustwallow marsh. And it is his time to die.$B$BOld bones grind as he pulls his huge body through the swamp, and although he still moves with the strength and speed of youth, his aging body tortures the great spirit within it, a spirit whose flame will not waver.$B$BYet now he lives in constant, maddening pain. You must end the life of this noble creature, $N. You must lead Deadmire to peace.','Bring Deadmire\'s Tooth to Melor in Thunder Bluff.','Very good, $N.$b$bI am sure the hunt was not easy, but it is good to know the beast\'s pain has finally ended.','Do you have the tooth of Deadmire, $N? Have you ended the creature\'s suffering?','','','','','',5945,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,100,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1206,2,15,0,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1218,0,0,1203,0,0,0,'Jarl Needs Eyes','Eye juice is good juice for drinking. Too bad most critters only have two eyes.$B$BBut spiders have lots of eyes. Lots and lots. And Darkmist eye juice is tasty. Smooth and salty! Unpopped spider eyes... I taste them already.$B$BDarkmist spiders are west of here, in the Darkmist Cavern. You figure the spiders are named after the cave... or is it the other way around?','Bring 20 Unpopped Darkmist Eyes to \"Swamp Eye\" Jarl at the Swamplight Manor.','You got the eyes! You got the eyes! Tasty, tasty spider eyes!$B$BSome eyes... when you stare at them they stare back. Eat those last. They keep you company... out in the swamp.$B$BHello, little spider eyes. Hello! You taste like chicken. Gooey, salty chicken!$B$BMmmh.','Where are those eyes?',NULL,NULL,NULL,NULL,NULL,5884,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1219,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1220,5917,1,0,'The Orc Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is written in orcish... and it looks important.','Bring the Spy\'s Report to Lieutenant Aden in Theramore.','Hm... I can\'t read orcish very well, but this looks like a report... written by an orc spy!','Do you have a report to make?',NULL,NULL,NULL,NULL,NULL,5917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1220,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1219,0,0,0,5917,1,0,'Captain Vimes','Captain Vimes should see the orc report you found, $N. He knows the orcish language better than most. And he should know that there are Horde spies near Theramore!$B$BThe captain is in the barracks, on the northeastern side of Theramore Isle.','Bring the Spy\'s Report to Captain Garran Vimes.','A report from an orc spy! How did you find this? No matter -- let\'s see what it says...','You have something for me?',NULL,NULL,NULL,NULL,NULL,5917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,100,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1221,2,1717,0,20,26,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Blueleaf Tubers','Blueleaf tubers are a delicacy around the world! But they\'re rare, very rare. The only place to find them is here in the Barrens, deep in the earth, in Razorfen Kraul.$B$BAnd even then, they\'re impossible to find unless you know just where to look! That\'s why I\'ve trained these snufflenose gophers to find them for me. They have great noses and can smell a tuber from fifty paces away.$B$BIt won\'t be easy, but if you get me some tubers I\'ll pay you handsomely.','Grab a Crate with Holes.$BGrab a Snufflenose Command Stick.$BGrab and read the Snufflenose Owner\'s Manual.$B$BIn Razorfen Kraul, use the Crate with Holes to summon a Snufflenose Gopher, and use the Command Stick on the gopher to make it search for Tubers.$B$BBring 6 Blueleaf Tubers, the Snufflenose Command Stick and the Crate with Holes to Mebok Mizzyrix in Ratchet.','Great, you got them! I can sell these to my contacts for a bundle!$B$BThanks for the delivery, $N! You are a great partner.','Do you have the tubers, $N?',NULL,NULL,NULL,NULL,NULL,5876,5880,5897,6684,6,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6755,0,0,0,1,0,0,0,470,0,0,0,0,250,0,0,0,0,0,0,1920,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1222,2,15,0,30,37,84,1101,0,0,0,0,0,0,0,0,0,2,0,0,0,1271,-1222,0,0,0,0,'Stinky\'s Escape','Great, finally something that doesn\'t want to eat me!$B$BI need help handling the critters around here, and you fit the mold, $gbuddy:lady;.$B$BThe cook Morgan Stern is researching a new recipe, and he sent me out here to gather bogbean leaves. I guess he thinks they\'re tasty.$B$BAnyway, while looking for a bogbean plant... I got myself surrounded! Can you help me out of here, and watch my back as I look for the bogbean?','Escort \"Stinky\" Ignatz, then speak with Morgan Stern in Theramore.','Mr. Ignatz was just here with the bogbean leaves, and he told me you helped him out of some real trouble.$B$BThank you, $N. I will ask my uncle to treat you to a feast the next time you visit the Blue Recluse in Stormwind.',NULL,NULL,'Help Stinky find Bogbean Leaves',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,3825,0,0,0,1,0,0,0,72,0,0,0,0,100,0,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1238,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5917,1,0,'The Lost Report','Sifting through the loose dirt, the severed hand of an orc is found. And clutched in the hand is a bone-carved tube. And in the tube is a dirt-stained parchment.$B$BThe parchment is a report made by an orc who spent weeks spying on the city of Theramore.$B$BAfter scanning the parchment, it is clear that it must be brought to the orc spymaster in Brackenwall Village.','Bring the Spy\'s Report to Nazeer Bloodpike in Brackenwall Village.','Good work, $N. Our agent, Marg Nighteye, was stationed outside Theramore. He was charged to spy on the city. $b$bThis is his latest report, and it may be his last -- from your testimony, I fear that Marg met his end in the swamp...','You have something for me?',NULL,NULL,NULL,NULL,NULL,5917,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1239,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1238,0,0,1240,5918,1,0,'The Severed Head','Vigorous digging reveals the head of a male orc, raggedly severed at the neck. His lips are frozen in a snarl, and its dark eyes stare defiantly.','Bring the Defiant Orc Head to Nazeer Bloodpike in Brackenwall Village.','This is the head of Marg Nighteye! As I feared, he is dead.$b$bLook at the wound on his neck! Could a weapon have made that ragged cut, or did some beast slay our agent?$b$bThis is a mystery we must solve, $N. We must discover if Marg\'s death was at the hands of the Alliance!','You have another matter to report, $N?',NULL,NULL,NULL,NULL,NULL,5918,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1240,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1239,0,0,0,5918,1,0,'The Troll Witchdoctor','We must know the events surrounding Marg\'s death! And the only way to do that, $N, is through the witch-magic of trolls.$B$BBring Marg\'s head to Kin\'weelay in Stranglethorn Vale, at the Grom\'gol Base Camp.$B$BKin\'weelay is the most powerful witchdoctor of the Darkspear trolls. If anyone can speak to Marg Nighteye\'s spirit, it is he.','Take the Defiant Orc Head to Kin\'weelay in the Grom\'gol Base Camp in Stranglethorn Vale.','Ah, I now see. The spirit of this orc is bound in our world, boiling with rage from a task yet undone.$b$bWell, let us have words with this angry orc...','There is an angry spirit about you, $gbrother:sister;. What brings you to Kin\'weelay?',NULL,NULL,NULL,NULL,NULL,5918,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1241,2,1519,0,28,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1274,0,0,1242,5948,1,0,'The Missing Diplomat','Recently a diplomat was sent to Theramore to meet with Jaina Proudmoore. That diplomat never arrived.$B$BI believe the Defias are involved in this plot, but I\'m not sure how. The diplomat\'s disappearance still eludes public attention, but it can\'t remain that way for long.$B$BAgents of the king are already scouring the city for clues, but I have my own contacts I would like involved.$B$BIn the Valley of Heroes is an old friend of mine named Jorgen. Find him, give him this note, and follow his instructions.','Find Jorgen in Stormwind City.','Hmm... $b$bAll right. I\'ll help ya, but not because I want to, but because I\'m obligated.$b$bAnd let\'s get one thing straight: you\'re knowin\' far more than you should to begin with. Let\'s keep this our little secret, and don\'t go blabbin\' at any taverns about anything you find out. Understand?','Hmph, you better have good reason to interrupt a man and his fishin\'. I don\'t take kindly to peddlers, let alone beggars.','','','','','',5948,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1242,2,1519,0,28,28,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1241,0,0,1243,5946,1,0,'The Missing Diplomat','Take this here note to Elling Trias. Don\'t say nothin\' else to him. Just be polite and wait for him to respond. And don\'t worry, he will.$B$BI\'m gonna only impress this on ya once more, $N: treat this matter seriously, and keep your yapper shut.$B$BYa can find Trias at his cheese shop, Trias\' Cheese, in the Trade District. Good luck.','Delivery Jorgen\'s Sealed Note to Elling Trias in Stormwind City.','I\'m sorry, a letter for me? Well, I\'ll be... not often you get a delivery that\'s not a crate or barrel when all you do is work. Let\'s see what this is about.$B$B$B$BYou look a little tense, you okay, $N?','Hello, $N. Is there something I can do for you? Perhaps you\'d like to try some of our special Trias cheddar? Or a block of Darnassian bleu?','','','','','',5946,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1243,2,1519,0,28,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1242,0,0,1244,5960,1,0,'The Missing Diplomat','Jorgen, you ol\' sonuva.... So, that\'s how it\'s going to be, huh?$B$BAll right, I can deal with that. I hope he finds the Twisting Nether that much sooner!$B$BHere\'s what\'s gonna happen, $N. I\'ll start using my contacts here, but you\'re doing most of the footwork so I save some coin.$B$BHead to Darkshire in Duskwood and find Watcher Backus--he usually patrols the north road right outside of town. Just tell him you\'re looking into any Defias activity for me and he\'ll help you out with any information he can.','Give the Sealed Note to Watcher Backus in Duskwood.','Oh, Trias sent you, huh? That\'s a little different.$B$BFeel free to fight whatever monstrosities come at you from the darkness. I\'m sure you\'ll be able to handle it pretty easily if you\'re the type to be hanging around with the likes of him.$B$BSo, what does my friend need of me on such a gloomy day as this?','Not too safe to be traveling about in the woods, $N. Be careful, and if you see anything suspicious or dangerous, contact the Watchers immediately. Don\'t try and take anything on yourself. We\'re not responsible for anything terrible that might happen to you.$B$BBut we both know you\'re gonna ignore me and fight whatever comes out of the darkness anyway, don\'t we? Haha, yeah, you adventurer types... all the same.',NULL,NULL,NULL,NULL,NULL,5960,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1244,2,10,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1243,0,0,1245,0,0,0,'The Missing Diplomat','Defias activity? Well, there\'s always some activity; even if they keep to themselves we consider them a threat.$B$BBut now that I think about it, there was a recent sighting that seemed odd. It must have been a couple weeks ago, but some of their agents had gathered around Addle\'s Stead. From the report, I\'d guessed something big went down.$B$BWhy don\'t you check there first and bring me back anything you find?$B$BThe farmstead is south of the road from Westfall just as you enter Duskwood.','Find the Defias Docket and return it to Watcher Backus in Duskwood.','You\'re back safe and sound. Couldn\'t ask for much more than that, could you?$B$BNow, let\'s see what we have here. This looks pretty official as far as any Defias documents I\'ve seen. But it could be a dupe just to throw you off track of whatever it is you\'re looking for.','Be careful out there, $N. I know Trias was the one to send you here, but that doesn\'t mean there isn\'t anything lurking out in the woods that couldn\'t cause you some trouble... especially with you investigating the Defias.','','','','','',5947,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1245,2,10,0,28,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1244,0,0,1246,5947,1,0,'The Missing Diplomat','Whoa, this looks way too complex to be something to just lead you astray. I shouldn\'t even be looking at this stuff. Take it to Trias--he\'ll be able to make sense of it. And DON\'T let anyone get in your way. This is bigger than me. It might even be bigger than him, but we\'ll see.$B$BAnd do me a favor, $N, don\'t tell anyone I helped you. If my superiors found out I knew about any of this and didn\'t share it with them they\'d probably hang me.','Bring the Defias Docket to Elling Trias in Stormwind.','Yeah... this is an interesting read. Jorgen and DeLavey were smart to bring me in on this.$B$BSeems the Defias have been trying pretty hard to complete this plan of theirs. Hmm... what\'s this? Fist? That\'s a familiar name.','I see you\'re back, and in one piece. We both know you\'re not here for cheese, so let\'s cut out the pleasantries. Was Backus any help, or have you even left for Duskwood yet?',NULL,NULL,NULL,NULL,NULL,5947,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1246,2,1519,0,28,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1245,0,0,1447,0,0,0,'The Missing Diplomat','Yeah, now that I think about it... Dashel... Dashel something... What was his name? FIST! Dashel Stonefist. They call him Fist in some circles--probably on account that he likes to get in brawls.$B$BYou can find him in Old Town usually--right smack dab in the center of it. Go talk to him. If you have to, use a sword or something heavy and blunt to persuade him to open up some. And don\'t hesitate. If he\'s in this as deep as these papers suggest, then he\'s not going to give you any information willingly.','Speak to Dashel Stonefist in Stormwind.','What?!$B$BYou come into me alley and ask questions about me personal business? Business which you obviously have nothing to do with.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1246),(1247,2,1519,0,28,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1447,0,0,1248,0,0,0,'The Missing Diplomat','So yeah... um... I might know something \'bout that meeting at Addle\'s Stead. Happened a few weeks back I think. I really didn\'t have any part in it. Me part was done when plan A failed... damn adventurers.$B$BThe guy we got on the inside for plan B came out of Menethil; guy called Slim. That\'s all I know regarding their backup plan.','Speak to Elling Trias in Stormwind.','Good to see you\'re still alive, $N. So, it went well with Dashel then, huh?$B$BI\'ve been reading up more on this plan of theirs, and although it doesn\'t state the name of the diplomat they were after, it does talk about this plan B they enacted after failing on their first attempt to capture him.$B$BThis Slim that Dashel mentioned doesn\'t have any other name written here, but if you say he\'s in Menethil, then that\'s a start.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1248,2,1519,0,28,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1247,0,0,1249,0,0,0,'The Missing Diplomat','A contact of mine retired in the Wetlands at the harbor city of Menethil. He should be willing to help on your word alone if you tell him you\'re working for me. His name is Mikhail. He mentioned becoming a bartender before leaving Stormwind a few years ago.$B$BSpeak to him, find this Slim, and find out if there\'s anything else to know about this kidnapped diplomat. We need to find out where they\'ve taken him, or at least who he is. The docket doesn\'t mention anything about their plans after he\'s captured. ','Speak to Mikhail in the Wetlands.','Welcome, welcome, welcome, $N. Good of you to join us. Perhaps an ale today? Or some mutton?$B$BName your pleasure and I\'ll see to it that you\'re taken care of. My name is Mikhail, and I look forward to serving you.$B$BHmm? What\'s that? Trias? Keep your voice down, my friend. This isn\'t something for the whole tavern to hear about.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1249,2,1519,0,28,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1248,1250,0,0,0,0,0,'The Missing Diplomat','You say Elling sent you here? Well then, the hospitality I expressed is now tenfold. Anything you need, just ask. I will do my best to aid you.$B$BHmm, Slim, you say? Not sure the name sounds familiar, but I\'ll keep my eyes out for him.$B$BDon\'t look now, $N, but the gentleman over by the exit is looking over here. He\'s listening to our conversation a little too intently if you catch my meaning? If I were you, I\'d do what you can to subdue him before he makes a break for the door.','Subdue Tapoke Jahn before he escapes, and then return to Mikhail in Menethil.','Caught him, huh? Good for you. I\'m surprised that was Slim.$B$BI\'ll be honest, I never thought I\'d miss the excitement of some of the more devious underground activities. I guess old habits die hard. Don\'t mention that to Elling--he\'d probably try and get me to come back to Stormwind if he heard I missed the action.$B$BI\'m glad I could at least be of a little service to you while you were in Menethil. If you need anything else, just ask.',NULL,'Defeat Tapoke Jahn',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,45000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1249,1249),(1250,2,1519,0,28,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1249,0,0,1264,0,0,0,'The Missing Diplomat','The Defias didn\'t pay me well enough to die for their cause. They took the king. Yeah, the king of Stormwind, not some lowly diplomat. He was on his way to Theramore to meet with Jaina Proudmore--it was a big deal apparently, and a big secret. But it\'s not just the Defias that are involved. They\'re working with someone. I think they knew this was bigger than them.$B$BMy part was just to get their man on board the king\'s ship while it was in the harbor. The guy\'s name was Hendel. That\'s all I know. I swear!','Speak to Mikhail in the Wetlands.','THE KING?! I mean... the king? The real king? Are you joking? You didn\'t mention you were looking for the king\'s kidnappers. I didn\'t even hear he was missing--that would explain his son being crowned some.$B$BI\'ll send word to Elling right away. He\'ll want to know you\'re on the trail.$B$BI would never have guessed Jahn would sell out Stormwind for some lousy coin. Even a rogue\'s got to have honor when it comes to some things.$B$BThe key now is to find this Hendel. And I think I can help with that.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1251,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1321,5919,1,0,'The Black Shield','An iron shield, blackened by the fire that raged through the inn, is affixed to the crumbling chimney, one of the few remaining parts of the structure that once made up the Shady Rest Inn.$b$bThe shield can be removed from the brick of the chimney.','Bring the Blackened Iron Shield to Krog in Brackenwall Village.','I grant that humans have strange decorating tastes, but would they use a plain iron shield to adorn their fireplace? Perhaps this shield was placed there by the ones who burned the inn.$B$BA warning? A threat?','What\'s that you have there, $N? Evidence from the remains of the Shady Rest Inn?',NULL,NULL,NULL,NULL,NULL,5919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1252,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1259,5950,1,0,'Lieutenant Paval Reethe','A glint of light on the ground catches your eye from underneath the rubble. Brushing away debris and ash caked onto the object reveals the insignia of a gold anchor on white enameled on the surface: the sign of Theramore.$B$BUnderneath the anchor is embossed the name \"Lieutenant Paval Reethe\".','Bring Reethe\'s Badge to Captain Garran Vimes in Theramore.','It\'s never good news when a guard\'s badge is brought to me.$B$BSometimes it\'s a man or woman who\'s fallen in battle, and I\'m left to bring the news to the grieving family. Other times we never find out what happened to them. And other times it\'s even worse than that.','Have you found anything of interest at the Shady Rest Inn?',NULL,NULL,NULL,NULL,NULL,5950,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1253,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1319,5919,1,0,'The Black Shield','An iron shield, blackened by the fire that raged through the inn, is affixed to the crumbling chimney, one of the few remaining parts of the structure that once made up the Shady Rest Inn.$B$BThe shield can be removed from the brick of the chimney.','Bring the Blackened Iron Shield to Captain Garran Vimes in Theramore.','Hm, I\'m no expert with the construction of arms and armor. Their use, yes, but not their making.$B$BThis shield seems as ordinary as any, excepting the damage from the fire that engulfed the inn.','Have you found evidence from the site of the Shady Rest Inn?',NULL,NULL,NULL,NULL,NULL,5919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1258,2,15,0,33,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1204,1271,-1222,0,0,0,0,'... and Bugs','Another component of my new recipe is the shelled leg of a giant crab. And the crabs they have in Dustwallow -- Muckshells they call them -- just won\'t do! I\'m afraid the only suitable crabs live far away, in the Swamp of Sorrows.$B$BThe shell of the crab leg is a key element of the dish\'s presentation so I need pristine, unscarred legs. An adult crab might only have one or two such legs, and I need a lot in order to research my dish.$B$BSo, $N... are you willing to travel?','Bring 12 Pristine Crawler Legs to Morgan Stern in Theramore.','These are wonderful specimens, $N! The shells are in perfect condition, and the meat is pink and tender. The blood of a chef is in your veins, I\'m sure of it!','My research with the Mudrock tongues is progressing nicely. I trust your crab hunt goes well?','','','','','',5938,0,0,0,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,6801,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1259,2,15,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1252,0,0,1285,0,0,0,'Lieutenant Paval Reethe','I don\'t recognize the name of Lieutenant Paval Reethe. Your best bet would be to check with Adjutant Tesoran. He keeps track of all the records for the Theramore guard, from personnel to their equipment.$B$BHe should be able to tell you who this Reethe is with a quick check of his books.','Find out more about Reethe from Adjutant Tesoran in Theramore.','Hello, $N. You\'d like information about a specific member of the Theramore guard? Reethe, was it?$B$BJust give me a moment to find the right book.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1260,2,15,0,33,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1204,0,0,0,'Morgan Stern','I\'m developing a new menu for the restaurant. It will be filled with rural dishes with a \"bayou\" theme. I think my clientele at the Blue Recluse will love them!$B$BI sent my nephew Morgan to Theramore, a city on the edge of the Dustwallow Marsh. He\'s there gathering recipes from the locals, and I must know what he found so far.$B$BThe trip to Theramore is long. Too long for me. But I bet a young $c like yourself would jump at the chance to travel, yes?','Speak with Morgan Stern in Theramore.','Oh, my uncle sent you, did he?$b$bWell I\'ve been researching recipes and I have some leads, but I need help.$b$bHelp from someone willing to get his feet wet.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,10,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1261,2,15,0,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1240,0,0,1262,0,0,0,'Marg Speaks','Cursed muckshell! You can\'t kill Marg! Ah, but I am dead. So it must have slain me...$B$BBut my mission! My mission! You, $N, must complete it.$B$BWhile near Theramore, I spied a group of Alliance soldiers camped on the beach. And one soldier wore a pendant... a pendant laden with more gems than any soldier could afford!$B$BThat night I snuck into their camp and stole the pendant, but on my return to base a muckshell crab-man killed me!$B$B$N, you must find that muckshell and recover the pendant!','Bring the Jeweled Pendant to Nazeer in Brackenwall Village.','This pendant was worn by a soldier of Stormwind??$B$BThank you, $N. You have revealed the secret of Marg\'s death. But this pendant is a new mystery to solve, one that may have dire effects on the Alliance, and the Horde.','$N, did you discover Marg\'s fate?',NULL,NULL,NULL,NULL,NULL,5942,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,100,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1262,2,15,0,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1261,0,0,0,5942,1,0,'Report to Zor','It is strange that the pendant Marg stole was in the hands of common soldiers. Perhaps its owner was in disguise, or perhaps the soldiers themselves stole it!$B$BRegardless of which is true, this is a noble\'s pendant and we must discover its true owner if we are to unravel its mystery.$B$BTake the pendant to Zor Lonetree in Orgrimmar. He is well schooled in Alliance politics, and will know if this pendant has a history among the nobles of Stormwind.','Bring the Jeweled Pendant to Zor Lonetree in Orgrimmar.','This pendant was crafted with great skill and precision, $N. No orc would covet such a jewel...$B$BBut many humans would.$B$BI will have this pendant studied. In time let us hope that its mysteries will be revealed to us.','You traveled from Brackenwall Village in Dustwallow? How fares Nazeer, and how fare his efforts in the marsh?',NULL,NULL,NULL,NULL,NULL,5942,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1264,2,1519,0,28,33,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1250,0,0,1265,0,0,0,'The Missing Diplomat','The beginning of every month the Kul Tiras Marines all get paid and usually leave Theramore for somewhere else. A lot of them come here to womanize, carouse, and just have a good time. One of those groups I\'d consider regulars here at the tavern, and I believe this Hendel is among them.$B$BCommander Samaul in Theramore would be able to help you find him if Hendel\'s still stationed there. He\'s completely loyal to Proudmoore, but if you drop Elling\'s name, he should help you out... discreetly.','Find Commander Samaul in Dustwallow Marsh.','A pleasure to meet you, $N. I am Commander Samaul. I\'m in charge of Miss Proudmoore\'s forces here in Theramore.$B$BAlthough I\'m quite busy, if you have any questions, please feel free to speak up. I might have to keep it short, but there\'s no reason for me to be rude if you need my help.$B$BIf you plan on traveling out of the city, I\'d suggest you be careful. Besides ogres, orcs and murlocs, the southern part of the swamp is filled with black dragons.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1265,2,1519,0,28,35,0,1101,0,0,0,0,0,0,0,0,0,0,2,0,1264,0,0,1266,0,0,0,'The Missing Diplomat','Hendel? Yes, I know the man. But why would you need one of my soldiers?$B$BElling sent you to find him? Hmm, I don\'t like the sound of that. Elling wouldn\'t have you come to me first if your business wasn\'t troubling. I understand if you can\'t tell me what this is about, but know this: I have a duty to protect these lands. If you\'re going to cause a disturbance, then I suggest you inform me of whatever you can.$B$BI believe Hendel was stationed at the first tower outside of Theramore. Be cautious.','Search Sentry Point for any sign of Private Hendel.','The man you seek, the one known as Hendel, is not here. Other sources have brought to the Lady Proudmoore information I believe you already know. She has asked me to find you, and give you aid in your venture. If you would allow it, I will tell you where to find Private Hendel so we can bring him to justice.',NULL,'Sentry Point explored',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1266,2,1519,0,28,36,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1265,1324,0,0,0,0,0,'The Missing Diplomat','Private Hendel is to the west of here. He\'s currently on guard duty protecting some of Theramore\'s infiltrators while they rest. They\'ve been keeping tabs on the Horde base, Brackenwall, and looking for anything else that might threaten our borders.$B$BYou should have no problem finding him; just look for the tents along the road.$B$BI have another matter to attend to, but I shall catch up to you soon enough. You can always find me in the Lady Proudmoore\'s tower if you have any problems.','Find Private Hendel in Dustwallow Marsh.','Hello, citizen. This is a dangerous place to be wandering about. I wouldn\'t hang around too long if you value your life.$B$BIf you keep your questions short, I\'ll see if I can help you. Just keep your eyes open for any of those filthy ogres. Rumor has it there\'s a Horde base somewhere in the swamps. The infiltrators are doing what they can to find it, but the process has been slow going and we\'ve had little progress.',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1266),(1267,2,15,0,28,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1324,0,0,0,0,0,0,'The Missing Diplomat',NULL,'Speak to Jaina Proudmore in Dustwallow Swamp.','Thank you for your help $N. Please accept this token of my appriciation for your efforts.',NULL,NULL,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,6757,0,0,0,1,0,0,0,72,0,0,0,0,200,0,0,0,0,0,13000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1268,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1276,-1323,0,0,0,0,'Suspicious Hoofprints','Rows of hoofprints lead away from the still-smoking skeleton of the Shady Rest Inn. There are at least a few visible impressions, with more rows of prints almost imperceptible in the soft mud of the marsh.','Report about the suspicious prints at the Shady Rest Inn to Krog in Brackenwall Village.','Hoofprints... It could have been the quilboar, I suppose. Or maybe even the centaur. Their presence in the Barrens is not insignificant, and I would not think it a stretch to commit such an act.$b$bDid I tell you? It wasn\'t just that the inn was burned down... The owner\'s woman and pup were killed. Bad business, that.$b$bNonetheless, I will send Kagoro to find where the tracks lead.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1269,2,15,0,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1273,5950,1,0,'Lieutenant Paval Reethe','A glint of light on the ground catches your eye from underneath the rubble. Brushing debris and ash caked onto the object reveals the insignia of a gold anchor on white, enameled on the surface: the sign of Theramore.$B$BUnderneath the anchor is embossed the name \"Lieutenant Paval Reethe\".','Bring Reethe\'s Badge to Krog in Brackenwall Village.','I know this human, Paval Reethe. Pathetic, even for his kind. He deserted his fellow soldiers and is now hiding out in the woods.$B$BI sent Ogron out to track him down. Some of the others suspect he\'s been stealing from our supplies. I think I saw Ogron heading off to the southeast.','Have you found any leads on what happened at the Shady Rest Inn?',NULL,NULL,NULL,NULL,NULL,5950,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1270,2,15,0,30,37,84,690,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'Stinky\'s Escape','Great, finally something that doesn\'t want to eat me!!$B$BI need help handling the critters around here, and you fit the mold, $gbuddy:lady;.$B$BA goblin from Ratchet named Mebok Mizzyrix needs some bogbean leaves for a potion, or something... I honestly don\'t care why -- his money was good and I know this swamp, so here I am.$B$BToo bad I got myself surrounded before I found the bogbean! Can you help me out of here, and watch my back as I look for Mebok\'s plant?','Escort \"Stinky\" Ignatz, then speak with Mebok Mizzyrix in Ratchet.','Stinky was here with the herbs I ask of him, and he told me you helped him out of a bind. Good work! A friend of Stinky\'s is a friend of mine!$B$BHe asked me to give you this if I ever saw you, right before he walked back south toward the marsh.',NULL,NULL,'Help Stinky find Bogbean Leaves',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,3825,0,0,0,1,0,0,0,470,0,0,0,0,250,0,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1271,2,1519,0,30,37,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1222,0,0,0,0,0,0,'Feast at the Blue Recluse',NULL,NULL,'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, , because we\'re about to throw a party in your honor!',NULL,NULL,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,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,1,0,0,0,0,0,0),(1273,2,15,0,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1269,1276,-1323,0,0,0,0,'Questioning Reethe','It took a long time, but I found Reethe. He hide good for a human.$B$BOgron worried that he might be crazy after so much time in swamp. You come with me for we go get answers from him.','Go with Ogron to speak with Reethe, then return to Krog in Brackenwall Village.','Hmph. It is good that Reethe will no longer be lurking around the swamp, but it is a shame that humans are built so frail that he could not recover from a little arrow wound.$B$BIt seems that this thread of the mystery has led nowhere, and we must look elsewhere.',NULL,NULL,'Question Reethe with Ogron',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,6797,6798,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1274,2,1519,0,28,28,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1241,0,0,0,'The Missing Diplomat','Excuse me, $G sir : madam;. Bishop DeLavey asked me to approach adventurers that might be able to help him with a delicate matter.$B$BIf you could quietly head to Stormwind Keep and speak to him at your earliest convenience, I\'m sure he would appreciate your help. Again, please be discreet. It is a matter of some importance.','Find Bishop DeLavey in Stormwind Keep.','Hello, $N. I am Bishop DeLavey.$B$BNo doubt if you\'re asking me about my business here in the keep then young Thomas has succeeded in requisitioning you to help our kingdom. He has always been adept at following my requests.$B$BI\'m afraid I don\'t have time to elaborate much, so allow me to be blunt... and please, try to keep this from becoming common knowledge.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1275,2,148,0,18,24,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,3765,0,0,0,0,0,0,'Researching the Corruption','Foolish blood elves toil with demonic magic. Have they not witnessed what happened with the naga and with the satyrs of Kalimdor?$B$BI fear that the blood elves will meet a similar deformation. Azeroth cannot afford to give birth to another vile race of monsters.$B$BI wish to study the brain stems of the satyr and naga so that I might deduce what fate the elves are headed toward. In Blackfathom Deeps, on the coast of Ashenvale, you will find both satyr and naga.$B$B\'Tis a long journey, $N.','Gershala Nightwhisper in Auberdine wants 8 Corrupt Brain stems.','You have traveled far and undoubtedly faced great peril.$B$BYour actions have been selfless. \'Tis for the good of all Azeroth that you help me with my research. I thank you, $N, for all that you have done.$B$BNow if you\'ll excuse me I have much work to do....','Once I have enough samples to study, my true work can begin. With the corrupted brain stems of both the satyr and naga of Blackfathom Deeps I can try to draw a correlation between the mutations.$B$BPerhaps with that gained knowledge we can prevent the blood elves from delving deeper into deformity and evil.',NULL,NULL,NULL,NULL,NULL,5952,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7003,7004,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,469,69,0,0,0,88,150,0,0,0,0,3500,1740,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0),(1276,2,15,0,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5919,1,0,'The Black Shield','Ah, I remember now! Mosarn is a well-respected blacksmith in Thunder Bluff. I knew I had heard his name somewhere, before.$b$bIn thanks, the Earthen Ring awarded me with a set of armor crafted by Mosarn. Very good work.$b$bPerhaps he can tell you more about the shield he crafted.$b$bIt\'s not much of a lead, but since we didn\'t get anything useful out of Reethe, it\'s all we have.','Show the Blackened Iron Shield to Mosarn in Thunder Bluff.','Yes, you are certainly correct. This is a shield that I made.$B$BI\'m afraid there\'s not much more I can tell you though, $N. I craft so many different shields and sets of armor, I can\'t keep track of them all.','Hello there, $C. Something I can help you with?',NULL,NULL,NULL,NULL,NULL,5919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1282,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1282,0,0,0,0,'They Call Him Smiling Jim','I can\'t help it if I feel sorry for ol\' Jim there. He wasn\'t always like that. Ran an inn out in the marsh for a while, wonderful place.$b$bLook, I don\'t really want to talk about it. Bring it up with Captain Vimes if you really have to. He\'s stationed on the top floor of Foothold Citadel, the large barracks to the east of Lady Jaina\'s tower.','Speak with Captain Garran Vimes on the top floor of Foothold Citadel.','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,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1284,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Suspicious Hoofprints','Rows of hoofprints lead away from the still-smoking skeleton of the Shady Rest Inn. There are at least a few visible impressions, with more rows of prints almost imperceptible in the soft mud of the marsh.','Report about the suspicious prints at the Shady Rest Inn to Captain Garran Vimes in Theramore.','Hoofprints, eh? It is true that there is an extraordinary amount of centaur activity in the lands near the Dustwallow Marsh. In brief excursions into the Barrens, we found their camps and holdings dotting the area.$B$BI\'ll send out Falgran Hastil, one of our trackers, to see if he can find where the tracks lead.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1285,2,15,0,30,38,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1259,0,0,1286,0,0,0,'Daelin\'s Men','Reddon... Redpath... Ah, here it is! Lieutenant Paval Reethe.$B$BJoined the Theramore guard along with most of the recruits that came across the sea with Lady Proudmoore. Enlisted with the marines of Kul Tiras at the age of sixteen. Distinguished service, promotions...$B$BListed as missing.','Return the information about Reethe to Captain Garran Vimes in Theramore.','Missing? That would be Tesoran\'s kind way of saying traitor.$B$BNo doubt he\'s one of those fools so blindly loyal to Admiral Daelin that he turned traitor. Isn\'t that a delicious irony? The deserters accuse us of betraying the Alliance.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1286,2,15,0,30,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1285,0,0,1287,0,0,0,'The Deserters','It has been a struggle maintaining a presence in the marsh, but through strength of our resolve, we have been able to maintain several defensive watchtowers throughout the area.$b$bThe latest information and scouting reports I have received indicate that a group of deserters has squatted in our abandoned tower at Lost Point, southeast of the inn.$b$bThe local lieutenant seems to be Balos Jacken. See if you can get some information out of him.$b$bBe warned, $n. He may be a tough nut to crack.','Get information about Reethe from Balos Jacken and the deserters in Dustwallow Marsh.','Did Vimes send you? Couldn\'t do his dirty work himself, could he...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1287,2,15,0,30,38,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1286,0,0,0,0,0,0,'The Deserters','Reethe? That coward?$B$BWe threw him out of camp because he insisted on raiding the supplies of the ogres up at Brackenwall Village. We\'re not so many in number that we could stand up to those mindless brutes.$B$BHe crossed the line one too many times, so we left him to fend for himself.$B$BNow, I helped you out... So, why don\'t you help us out and forget you bumped into us?','Speak with Captain Garran Vimes in Theramore about Reethe.','I will send Lieutenant Caldwell to deal with the deserters at Lost Point. In addition, I will instruct him to find Reethe. $BThe marsh is not so big and trackless that he should be unable to find him.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1288,2,15,0,33,38,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1289,0,0,0,'OLD Vimes\'s Report','You\'ve done some good work, $N, best I\'ve seen from an amateur.$B$BLady Proudmoore asked that I keep her apprised of this delicate situation, and I haven\'t spoken to her for some time now.$B$BI was going to deliver my report to her later, but it seems more fitting that you should be the one to speak with her about it. You can probably answer her questions better than I could.','Bring Vimes\'s Report to Lady Jaina Proudmoore in Theramore.',NULL,NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1289,2,15,0,33,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1288,0,0,0,0,0,0,' Vimes\'s Report','Well, judging from Captain Vimes\'s report, you\'ve been a huge help to his investigation, and for that I thank you.$B$BI can put my mind more at ease knowing that the matter is in such capable hands. If you would, I would request that you return to Captain Vimes and help him in getting to the bottom of this mystery.','Return to Captain Garran Vimes in Theramore.',NULL,NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1301,2,1519,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1302,0,1302,0,0,0,'James Hyal','Before working here at the Blue Recluse, I was trained by one of the best chefs and innkeepers I\'d ever met. His name was James Hyal. Everything I have and everywhere I\'ve gotten in life is thanks to him.$B$BI wonder how he\'s doing. His brother Vincent and he went to work in a tavern in Menethil Harbor, but I haven\'t heard from him recently.$B$BIf you ever happen to be headed in that direction, maybe you could say hello to him for me?','Speak with Vincent Hyal in Menethil Harbor.','James? Oh, he left quite some time ago.$B$BFelt the second wind of patriotism, I suppose. Not hard to see why he would. With all the insanity in Lordaeron, many people joined up with Jaina Proudmoore when she went across the sea.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1302,2,11,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1301,0,1282,0,0,0,0,'James Hyal','My brother James went with Lady Proudmoore across the sea. Last I heard, the fighting had settled down over there, and James was setting up an inn somewhere on the continent. Wherever he is, I\'m sure he\'s doing good business. Damn fine cook he was.$b$bI haven\'t heard from him for a while now--too busy with his inn, I\'d wager--but the clerk in Theramore could probably point you to him. Look for him on the top floor of that keep near the middle of the city. What\'s it called... Foothold Citadel, that\'s it.','Speak with Clerk Lendry at Foothold Citadel in Theramore.','James Hyal, James Hyal... Why does that name sound so familiar?$B$BOf course! The Shady Rest Inn incident. If you have any information about what happened there, I would urge you to speak with Captain Vimes about it. He\'s handling the investigation.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1318,2,2557,0,56,60,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Unfinished Gordok Business','Now you da king, so maybe you get prized Gordok artifact back from creepy elf who calls himself Prince! Da king before you failed, just like all da other kings since Tortheldrin - da creepy elf - stole it from old timey Gordok king!$B$BArtifact is called da Gauntlet of Gordok Might. Old timey stories say only da one true king da Gordok can get it back. Old timey story also say creepy elf is still around here - you find it and it will become mighty gauntlet you wear forever! Yar, I show you!','Find the Gauntlet of Gordok Might and return it to Captain Kromcrush in Dire Maul.$B$BAccording to Kromcrush, the \"old timey story\" says that Tortheldrin - a \"creepy\" elf who called himself a prince - stole it from one of the Gordok kings.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,18336,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18366,18367,18368,18369,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1319,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1253,0,0,1320,5919,1,0,'The Black Shield','I\'m sorry I can\'t be of much help, $N, but I can refer you to someone who would be. Caz Twosprocket, one of our best blacksmiths, works the forge at the smithy.$B$BTake the shield to him, and see what he can tell you.','Show the Blackened Iron Shield to Caz Twosprocket in Theramore.','Hm... interesting piece of iron you have here. Definitely not made by any of the blacksmiths I know over on this side of the sea, and it\'s certainly not my work.','Something for me to look at?',NULL,NULL,NULL,NULL,NULL,5919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1320,2,15,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1319,0,0,0,0,0,0,'The Black Shield','Ah, I almost missed this... The leather strap on the back must have burned off, but it seems like it was made to fit a large person. I\'d guess a tauren, actually.$B$BThat\'s about all I can tell you. Tell Captain Vimes I\'m sorry I couldn\'t be of more help.','Speak with Captain Garran Vimes in Theramore.','That\'s not much information to work on, but we\'ll have to keep it in mind. Hopefully some of the other pieces of this mystery will fall into place, and paint a more helpful picture of what happened.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1321,2,15,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1251,0,0,1322,5919,1,0,'The Black Shield','Hmm... I don\'t see anything out of the ordinary with this shield. We should have Do\'gol, the blacksmith, take a look at it, and see if he can tell us more about it, but I wouldn\'t hold out hope...','Show the Blackened Iron Shield to Do\'gol in Brackenwall Village.','This is good shield. Very strong, heavy, good. But Do\'gol don\'t need it. I make shields, not buy them, $N.$B$BYou should know that.','Something for me, $C?',NULL,NULL,NULL,NULL,NULL,5919,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1322,2,15,0,30,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1321,0,0,1323,0,0,0,'The Black Shield','Hmmm, there\'s writing right here on the rim of the shield, but it\'s hard to read from all the burned stuff.$b$bI need acid to make it clear. Venom from the Darkfang spiders in the marsh would do good. Get me some of their sacs and I can clean this up.','Acquire 6 Acidic Venom Sacs for Do\'gol in Brackenwall Village.','I don\'t like spiders that are so big I can\'t sit on them and squish them.$B$BThanks for getting them, $N. Now I rip them open and pour them onto the shield...','Did you get them sacs from the spiders?',NULL,NULL,NULL,NULL,NULL,5959,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1323,2,15,0,33,37,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1322,1276,-1323,0,0,0,0,'The Black Shield','Oh, I think I might have dropped too much acid onto the shield. Let me just rub a little...$b$bHm, kind of hard to read, but it looks like the name Mosarn. Never heard of him. Maybe Krog knows. Krog knows many people.','Talk with Krog in Brackenwall Village.','Mosarn? Sounds familiar... I can\'t put my finger on it. Maybe it\'ll come to me later.$B$BIt probably isn\'t important. A shield can come from anywhere and not mean anything...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1324,2,1519,0,28,38,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1266,1267,0,0,0,0,0,'The Missing Diplomat','What?! You come here accusing me of allying with the Defias, and think I\'ll just stand here while you insult me?! Something tells me you\'ve had this coming for a long time.','Defeat Private Hendel in Dustwallow Marsh.','I assure you, we\'re all quite upset about current events, but allow us to take him back to Theramore for some questioning, and we\'ll see about finding the King.$B$BI\'m sure my lady Proudmore would like to thank you for your help. Speak to her when you have a moment. ',NULL,'Subdue Private Hendel',NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4966,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1324,0),(1338,2,38,0,9,14,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,307,0,0,0,5998,1,0,'Stormpike\'s Order','There is a dwarven armorsmith whose work I admire greatly. His name is Furen Longbeard, and his skill is unmatched. I need a new shield, and I must have one of his!$B$BThe problem is... Furen is far to the south, in the dwarven district within Stormwind. In human lands! I can\'t imagine why he would live there, so far from Ironforge. The humans must pay him a king\'s ransom to keep him there!$B$BSo, if you want to travel and don\'t mind making some money, then will you send Furen my request for a shield?','Bring Stormpike\'s Request to Furen Longbeard in Stormwind.','Ah, a request from one of the Stormpikes. That\'s a proud clan, full of quality dwarves. Rich ones, too.$B$BThank you, $N. I\'ll get to work on Mountaineer Stormpike\'s shield by the end of the day.','A letter from the dwarven lands? I wonder who would call from so far to the north...$B$BPlease, let me see the order.','','','','','',5998,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1339,2,38,0,9,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1338,0,0,0,'Mountaineer Stormpike\'s Task','I hear Mountaineer Stormpike is looking for a runner. Someone to do a little traveling for him. How about it? Are you the $R for the job?$B$BIf so, then you\'ll find Stormpike at the top of the northern guard tower.','Speak with Mountaineer Stormpike.','That\'s right. I have a task that I can\'t do while I\'m guarding. In fact, it\'ll take you far from Loch Modan.$b$bYour perfect chance for adventure!',NULL,NULL,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,0,0,0,0,0,54,47,0,0,0,19,75,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1358,2,85,0,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1359,0,0,0,6016,1,0,'Sample for Helbrim','A colleague in Kalimdor, Apothecary Helbrim, is researching the effects of Lordaeron toxins on the beasts of Kalimdor. He would be very interested in a sample of the wolf hearts Renferrel sent me.$B$BHelbrim is stationed in the Barrens, in a village known as the Crossroads. To reach him, you must travel via zeppelin to the orc capital of Orgrimmar, then travel south, by foot, to Durotar. Head west into the Barrens, and you will soon reach the Crossroads.','Bring the Wolf Heart Sample to Apothecary Helbrim in the Barrens.','Ah, very good. If initial reports are true, then the toxicity of these hearts could lead to further advances in our knowledge of poisons.$b$bThis is a welcome delivery, $N. Your reward is well earned.','You have a package for me?','','','','','',6016,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10637,10638,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1359,2,130,0,10,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3221,0,0,1358,10283,1,0,'Zinge\'s Delivery','The wolf hearts you acquired possess a quality unseen in similar specimens. There is a toxicity to them that should be deadly to the very wolves in which the hearts beat!$B$BIt\'s quite incredible, and we must study it further. I kept a few samples of the hearts acquired. Take them to my colleague, Apothecary Zinge. You will find her in our headquarters in the Undercity.','Bring the Wolf Heart Samples to Apothecary Zinge in the Undercity.','Ah yes, the heart samples of which Renferrel spoke. I am eager to experiment with these... it is always of interest to the Royal Apothecary Society when new forms of toxins are discovered.','You have something for me?','','','','','',10283,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1360,2,1,0,33,43,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaimed Treasures','I had myself a fine job as a digger at the Uldaman excavation site in the Badlands... that is until those blasted troggs showed up. I escaped with my hide barely intact, and nothing else. In the chaos, I left my most treasured possession. It\'s safe from the troggs in my chest, sure, but it\'s right in the thick of \'em.$B$BI\'d be in your debt, both in honor and coin, if you could fetch it for me! A chest with my name on it is at the end of the North Common Hall. That\'s the one you need to get in.','Get Krom Stoutarm\'s treasured possession from his chest in the North Common Hall of Uldaman, and bring it to him in Ironforge.','Ah, I feel complete again - thank you kindly.$B$BSome dwarves may treasure the luster of metal, and some may treasure the glint of gems... but a Stoutarm without a treasured stein in hand is hardly a Stoutarm at all!','Well now, we\'re you able to get slap around those troggs long enough to get into my chest and nab my treasure?',NULL,NULL,NULL,NULL,NULL,8027,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,47,0,0,0,62,100,0,0,0,0,6000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1361,2,405,0,30,32,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1362,0,0,0,'Regthar Deathgate','A warrior of the Horde, Regthar Deathgate, is recruiting agents for a mission into the land of Desolace. Speak with him if you wish to volunteer. He is stationed in the Barrens, in a series of bunkers west of the Crossroads.$B$BAnd sharpen your weapons. Desolace is a place torn by war.','Speak with Regthar Deathgate.','Yes, I am recruiting. This mission leads into Desolace, against the centaur there. I will be brief so that you may quickly begin.','I note that your task is unfinished, $N. Shall I inform Sharlindra of your ineptitude?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1362,2,405,0,30,32,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1361,0,0,0,0,0,0,'The Kolkar of Desolace','The Kolkar centaur live in Desolace, and their forces have spread into the Barrens. This is a known fact and we have Horde agents dealing with them here.$B$BBut as long as the centaur are strong in Desolace, they will always pose a threat. It is time we rid ourselves of that threat.$B$BSpeak with Felgur Twocuts at Ghost Walker Post in Desolace. He was sent to gather intelligence on the centaur. He will know how to best deal with the Kolkar of Desolace.','Speak with Felgur Twocuts at Ghost Walker Post in Desolace.','You are here on orders from Regthar? Then you are here to deal with the centaur. Good.$B$BI hope you\'re rested. I don\'t know how our campaign against the centaur will end, but I know the struggle will be long.$B$BHave a seat, and listen.',NULL,NULL,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,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1363,2,1519,0,37,41,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1364,0,0,0,'Mazen\'s Behest','As caretaker of the works here in the library of the Academy of Arcane Arts and Sciences, it is my responsibility to ensure all the magical tomes and scrolls are accounted for at all times. Who knows what folly would unfold if some of these enchanted texts were to fall into the wrong hands?$B$BWhich reminds me... my assistant, Dellis, made a horrible mistake last week. He\'s quite able in the library but incompetent when he leaves the gates of Stormwind. Be a hero, and help old Dellis out, would you?','Speak with Acolyte Dellis in Stormwind.','It wasn\'t my fault. Really it wasn\'t. ',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1364,2,1519,0,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Mazen\'s Behest','Master Mazen\'s directions were quite clear: Deliver a very important essay to Watcher Mahar Ba in Nethergarde Keep.$B$BBut I had never been to the Blasted Lands before! The journey was frightening!$B$BWhen I got to the Swamp of Sorrows, I made a wrong turn and ended up surrounded by horrible plant-like swamp creatures. They lurched as if to attack me so I ran. But in my haste I dropped the essay. One of the beasts took it I am sure.$B$BCould you please try to retrieve it and deliver it to Mahar Ba?','Retrieve Khadgar\'s Essays on Dimensional Convergence and deliver them to Watcher Mahar Ba in Nethergarde Keep.','Ah, most splendid!$B$BFor some time I had feared my request for Khadgar\'s Essays on Dimensional Convergence had been overlooked by Master Mazen of the Academy of Arcane Arts and Sciences.$B$BHe must be bogged down with requests considering the many strange happenings going on.$B$BNow, if you\'ll excuse me, I need to begin my research at once. To finally glimpse the insight of one as great as Khadgar excites me to no end.','What brings you to Nethergarde Keep, $R?',NULL,NULL,NULL,NULL,NULL,6065,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10747,10748,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,469,72,0,0,0,63,250,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1365,2,405,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1366,0,0,0,0,0,0,'Khan Dez\'hepah','The Kolkar are not the only centaur of Desolace. Many clans wander these dry plains, fighting and dying against each other. And it is good that they fight among themselves, for they are strong and brutal. If the centaur united against us, they would be a fierce foe.$B$BWe must deal with them before they unite.$B$BYour first task is to disrupt the Kolkar clan. Do this by killing its leader, Khan Dez\'hepah.$B$BThe Kolkar Village is northeast of here. Go, and may fortune go with you.','Bring Khan Dez\'hepah\'s Head to Felgur Twocuts in Desolace.','Well done. This swift act against the Kolkar is an effective show of strength, and strength is what the centaur understand best.$B$BThe death of the Kolkar leader will not only disrupt that clan, but give pause to the others.','$N, have you defeated Khan Dez\'hepah?',NULL,NULL,NULL,NULL,NULL,6066,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1366,2,405,0,30,31,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1362,0,0,0,0,0,0,'Centaur Bounty','Now that you scared the centaur clans, it\'s time to bleed them. When traveling Desolace, hunt centaur. I don\'t care which clan you hunt. Just gather ears. A hoard of ears.$B$BBy weakening their numbers you will weaken their resolve, and stamp out any thoughts of expansion.$B$BGood hunting, $N.','Bring 15 Centaur Ears to Felgur Twocuts in Desolace.','By now, the centaur must know your name. I\'m sure they know it, and respect it, and fear it. And just as they know you, they know the banner under which you ride.$B$BThe banner of the Horde.','How is your collection of ears, $N? Large?','','','','','',6067,0,0,0,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,6780,6784,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1368,2,405,0,30,33,0,690,0,92,3000,0,0,0,0,0,0,8,0,0,1382,1384,0,1384,0,0,0,'Gelkis Alliance','To beat the centaur. we must use their hatred against them. We will ally with one of the clans and through them. we will learn how to defeat all the clans.$B$BIf you choose to ally with the Gelkis then slay their most hated rival, the Magram. After you earn the respect of the Gelkis, meet with the Gelkis shaman Uthek the Wise, on the outskirts of the Gelkis Village, in southwest Desolace.','Gain a Friendly reputation with the Gelkis. then speak with Uthek the Wise. ','The earth speaks to me. And it says you have killed many Magram. This is good.$B$BIf you are a friend of the Gelkis, then listen. I have more tasks for you. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,-250,0,0,0,0,3900,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1369,2,405,0,30,33,0,0,0,93,3000,93,3000,0,0,0,0,0,0,0,1386,0,0,1371,0,0,0,'Broken Tears','The Gelkis think our centaur mother, Theradras, protects us. They are stupid. No one protects the centaur. The Magram do not need protection! We are the strongest!$B$BShow the Gelkis they are stupid. Go to the cave in their village. They hoard crystals in that cave, the tears of Theradras. Destroy the tears and bring me the broken pieces!','Maintain your reputation with the Magram, and bring 3 Broken Tears to Warug in the Magram Village.','You got the tears! Now the Gelkis will know that Theradras will not help them. She will not cry when we crush them! The Magram will rule!$B$BYou are smart to help us, $N. We are the strongest.','If you are not our enemy, then you will do what I ask!',NULL,NULL,NULL,NULL,NULL,6083,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1370,2,405,0,30,35,0,0,0,92,3000,92,3000,0,0,0,0,0,0,0,1384,0,0,1373,0,0,0,'Stealing Supplies','When we are not at war, we hunt for meat. Meat gives us strength, and full bellies fight harder than empty ones.$B$BIt is the same with the Magram. They store extra meat so they may fight longer between hunts. If you raid their village to the east and take their stores of meat, then their strength will fail.','Bring 6 bags of Crudely Dried Meat to Uthek the Wise in the Gelkis Village.','Good. I can hear the loud Magram bellies grumble from their village, far away!$B$BI will give this meat to the Gelkis. And we will fight for many days without rest.$B$BWhat you did is good for the Gelkis, $N.','Return after you further prove your worth to the Gelkis!',NULL,NULL,NULL,NULL,NULL,6069,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,28408,3464,3465,0,0,0,200,200,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1371,2,405,0,30,35,0,0,0,93,3000,93,3000,0,0,0,0,0,0,0,1369,0,0,0,0,0,0,'Gizmo for Warug','Long ago, a little gnome came to Desolace. He had horses and a cart, and the cart held strange things. Funny things. Things that burned different colors. Things that moved and weren\'t alive. I killed the little gnome, but before that... he made me laugh.$B$BI kept my favorite thing from his cart. It was a human made of wood and it waved at me until I hit it and broke it.$B$BI want a new one. Get me a new one!','Maintain your reputation with the Magram, and bring an Advanced Target Dummy to Warug in the Magram Village in Desolace.','Yes, this is what I had! I will make it move again. It makes me laugh!','If you are not our enemy, then you will do what I ask!','','','','','',4392,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1372,2,10,0,37,42,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1383,0,0,0,'Nothing But The Truth','Our expeditionary force was sent at Varimathras\'s behest to survey lower Azeroth.$B$BWhile out scouting I noticed a human Infiltrator spying on Beggar\'s Haunt. Before I could apprehend him, some of our orcish... brethren... captured him and took him to Stonard, their stronghold in Swamp of Sorrows.$B$BI want to... help... our orcish allies. They did not see our camp here but nonetheless I want to lend a hand.$B$BWork with Faustin here to develop a... truth serum for our friend in Stonard.','Speak with Apothecary Faustin at Beggar\'s Haunt.','Zraedus was just telling me about the nosey little Infiltrator before you arrived.$b$bQuite a problem, indeed. The last thing we need is a busybody sniffing around Beggar\'s Haunt.$b$bI am sure the orcs of Stonard would be quite anxious to hear what our friend has to say. Seeing that they are our allies, ahem, we must help them to get any information they can from the human.$b$bWork with me, $N, and we will deliver a truth serum to Stonard.$b$bFor the Horde!$b$b...did I get that right?',NULL,NULL,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,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1373,2,405,0,30,37,0,0,0,92,3000,92,3000,0,0,0,0,0,0,0,1370,0,0,1374,0,0,0,'Ongeku','You have more to prove, and your next task will take you far, so for now the Gelkis will fight the Magram without you.$B$BThe earth whispers many secrets to those who listen. One secret I hear is of a red crystal. It is called draenethyst, and it is new to our earth. It comes from a place where mountains fly, and where demons rule.$B$BBring me a shard of draenethyst, and it will make my magic strong! The shard is in a place called the Swamp of Sorrows, held by the lost one Ongeku.','Maintain your reputation with the Gelkis, and bring a Draenethyst Shard to Uthek the Wise in the Gelkis Village in Desolace.','Yes, this is the shard of which the earth whispered. I can feel strong magic in it! I will use this magic against the enemies of the Gelkis.$B$BYou have done one more task for us, $N. Maybe soon, we will call you friend.','Show me you are a friend of the Gelkis, $N.',NULL,NULL,NULL,NULL,NULL,6190,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1374,2,405,0,30,37,0,0,0,92,3000,92,3000,0,0,0,0,0,0,0,1373,0,0,1380,0,0,0,'Khan Jehn','The earth speaks to me, and it says that the Magram grow weak. Now it is time to kill their Khan!$B$BBring me the head of the Magram Khan, Jehn!','Bring the Khan Jehn\'s Head to Uthek the Wise in the Gelkis Village in Desolace.','Khan Jehn was strong, but stupid. He thought his own strength was great. He did not see that earth magic is stronger. The Magram centaur will now fall without their leader, and the Gelkis will one day rule!','Show me you are a friend of the Gelkis, $N.',NULL,NULL,NULL,NULL,NULL,6072,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1375,2,405,0,30,37,0,0,0,93,3000,93,3000,0,0,0,0,0,0,0,1371,0,0,1381,0,0,0,'Khan Shaka','You help the Magram, and I like you. Now, kill the Khan of the Gelkis! He is Khan Shaka, and I want his head! I want to stare at his head and laugh at him!','Maintain your reputation with the Magram, and bring the Head of Khan Shaka to Warug in the Magram Village in Desolace.','Khan Shaka is dead! I will place his head on a pike, and keep it with me so Shaka can see the strength of the Magram!','Do tasks for the Magram, and I will help you.',NULL,NULL,NULL,NULL,NULL,6073,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1380,2,405,0,30,42,1,0,0,92,3000,92,3000,0,0,0,0,0,0,0,1374,0,0,0,0,0,0,'Khan Hratha','$N, you helped us against the Magram. Now, help us beat the Maraudine! Kill the head of their clan, Khan Hratha!$B$BTo face him, blow the Maraudine War Horn. It is atop a high bluff in the Valley of Spears.$B$BBut to blow the horn, you must gain a warhorn mouthpiece. These are rare, carried only by trusted Maraudine centaur.$B$BAfter the horn is blown, centaur will come. Kill them until Hratha appears.$B$BKhan Hratha holds the piece of... a key. Bring it to me...','Maintain your reputation with the Gelkis, and bring the Maraudine Key Fragment to Uthek the Wise in the Gelkis Village.','He is dead! Khan Hratha is dead! And now the Maraudine will fall! When the Gelkis rule this land, $N, we will remember you. And the spirits of the earth will sing your name for all time.','Is Khan Hratha dead? Do you have the key fragment?',NULL,NULL,NULL,NULL,NULL,6077,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6773,6774,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1381,2,405,0,30,42,1,0,0,93,3000,93,3000,0,0,0,0,0,0,0,1375,0,0,0,0,0,0,'Khan Hratha','The Gelkis Khan is dead, and now the Maraudine will fall! Kill the Maraudine Khan, Hratha!$B$BTo face him, blow the horn on the high bluff in the Valley of Spears. But to blow the horn, you need a mouthpiece. To get a mouthpiece, kill Maraudine centaur. Keep killing until you find a mouthpiece. Then blow the horn.$B$BDo this and Maraudine centaur will come to the tower. Kill them until Khan Hratha appears. Hratha holds the piece of a key. Give this piece to me...','Maintain your Magram reputation, and bring the Maraudine Key Fragment to Warug in the Magram Village in Desolace.','Khan Hratha is dead! Now the Magram are the strongest of the centaur! We will crush the others, and rule Desolace!$b$bWe will remember, you, $N, and you will be spared our hooves when all others are trampled.','Do what I ask. Prove to me that you are an ally of the Magram!','','','','','',6077,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6788,6789,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1382,2,405,0,30,35,0,1101,0,92,3000,0,0,0,0,0,0,0,0,0,0,0,0,1384,0,0,0,'Strange Alliance','We are fortunate the centaur clans fight among themselves, for if they joined into a single force then they would be unstoppable. Yes, we are fortunate, and we should press our advantage.$B$BOne of the centaur clans, the Gelkis clan, is in brutal war with the Magram clan. If we attack the Magram, then perhaps an alliance may be struck with the Gelkis.$B$BSpeak with Uthek the Wise, in the outskirts of the Gelkis camps in southwestern Desolace. Through her we might strike an alliance with the Gelkis.','Gain a Friendly reputation with the Gelkis, then speak with Uthek the Wise.','Your name is whispered among the Gelkis. You have much Magram blood on your hands. This is good.$B$BMaybe it is also good if we speak. Speak of what you can do for the Gelkis, and what we can do for you. ',NULL,NULL,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,0,0,0,0,0,92,93,0,0,0,250,-250,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1383,2,10,0,37,42,1,690,0,0,0,0,0,0,0,0,0,0,0,0,1372,0,0,0,0,0,0,'Nothing But The Truth','I have just the right serum in mind. It will deal with the truth in precisely the way the truth should be dealt with.$b$bFor this concoction I will need several Shadow Panther hearts from the Swamp. I also require the enchanted fungus off of the Mire Lord who resides there. I am sure one as able as you, $n, can persuade him to part with some.$b$bThe last item I\'ll need for the serum is the blood of a dreaming whelp, like the ones that live outside Itharius\' cave in the swamp.$b$bNow, off you go!','Apothecary Faustin at Beggar\'s Haunt needs 5 Shadow Panther Hearts, Mire Lord Fungus and some Green Whelp Blood.','Splendid, $N! And just in time too. From what Zraedus tells me, the Infiltrator has recovered from his wounds and is ready to be questioned by the orcs.$B$BGive me but a moment to prepare the pois - I mean prepare the truth serum.','That Infiltrator in Stonard will surely.... open up... after he drinks my special serum. Haha!$B$BThe ingredients required are by no means easy to procure. Shadow Panthers are common in the Swamp but collecting enough hearts for our purpose can be daunting. And the Mire Lord can be such a fussy beast.$B$BAs for the Deepstrider tumor, they are terribly difficult to find. But the chemical reaction I can draw from it is second to none.',NULL,NULL,NULL,NULL,NULL,6080,6081,6082,0,5,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6832,11265,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1384,2,405,0,30,32,0,1101,0,92,3000,92,3000,0,0,0,0,0,0,0,1382,0,0,1370,0,0,0,'Raid on the Kolkar','The Kolkar centaurs think their magic is strong. They do not know magic! They would not know magic if it bit them!$B$BYou will show them their magic is weak. Go to the Kolkar to the northeast and kill them. Take their charms. Bring me the charms and I will throw them in the fire and laugh!','Maintain your reputation with the Gelkis, and bring 10 Crude Charms to Uthek the Wise in the Gelkis Village in Desolace.','You do a good thing for the Gelkis. The Kolkar are weak and will die. Their magic is pathetic and will not save them. You showed them this, and their fear will make them even more feeble!$B$BAnd in our lands, the feeble soon die.','You have the charms? You showed the Kolkar they are weak?',NULL,NULL,NULL,NULL,NULL,6079,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1385,2,405,0,30,35,0,1101,0,93,3000,0,0,0,0,0,0,0,0,0,0,1386,0,1386,0,0,0,'Brutal Politics','Desolace is a land at war. The centaurs wage war with each other. and we believe the victor among them will spill out and threaten our strongholds. That, we cannot allow$B$BWe must learn how to beat the centaurs, and to do that... we must ally with one of the clans. The Magram centaurs war with the Gelkis. If you fight the Gelkis then the Magram might consider an alliance.$B$BEarn the favor of the Magrams then speak with Warug, in the Magram village in southeastern Desolace.','Gain a Friendly reputation with the Magram. then speak with Warug.','Many Gelkis fall to you. I like that. Maybe you can do more things I like. Maybe you and the Magram can be friends.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-500,250,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1386,2,405,0,30,32,0,0,0,93,3000,93,3000,0,0,0,0,8,0,0,1385,0,0,1369,0,0,0,'Assault on the Kolkar','The Kolkar think they are strong, but we laugh at them! We laugh and we kill them! You kill them too. Show me you can kill Kolkar like we do. Head north and slay them all!','Maintain your reputation with the Magram. Kill 12 Kolkar Centaurs, 12 Kolkar Scouts and 6 Kolkar Maulers, then return to Warug in the Magram Village in Desolace.','The Kolkar fear you now! I hope you laughed when you killed them. It is better to laugh when you kill, so the enemy can see he is weak.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4632,4633,4634,0,12,12,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1387,2,405,0,30,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Centaur Bounty','Many clans make up the centaur race. Each has its own leader and agenda, but all the clans have one thing in common. Cruelty.$B$BIf we are to ever find peace, then the centaurs must be removed. And so I put you on the task to do just that.$B$BWhile wandering Desolace, hunt centaur and take their ears. Bring me many, many ears.$B$BDo this in service of the Alliance, $N, and we will be one step closer to war\'s end.','Bring 15 Centaur Ears to Corporal Melkins at Nijel\'s Point in Desolace.','Ah, the ears. Well done.$B$BYour service to the Alliance is unquestioned, $N. The blood you spilled in Desolace will, no doubt, save countless lives.','Do you have a report, $N?',NULL,NULL,NULL,NULL,NULL,6067,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,6790,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,0,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1388,2,10,0,37,42,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1391,6086,1,0,'Nothing But The Truth','Everything is proceeding according to plan, $N. I want you to give this truth serum to Deathstalker Zraedus and he\'ll show you how to administer it.... properly.$B$BHaha!','Give Faustin\'s Truth Serum to Deathstalker Zraedus at Beggar\'s Haunt.','I knew old Faustin would come up with something good! You were a tremendous help, no doubt.$B$BNow let\'s get down to business, shall we?','I hope you have proven yourself of use to our dear friend, Apothecary Faustin.',NULL,NULL,NULL,NULL,NULL,6086,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1389,2,8,0,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Draenethyst Crystals','The lost ones who live in the Fallow Sanctuary look as we look, but they are monsters... driven mad by the rigors of our journey to Azeroth. Once our brethren, they now live in the Fallow Sanctuary to the east, catching or killing any who wander near.$B$BAnd they have stolen something sacred to us--draenethyst crystals.$B$BWe lack the force to enter the Fallow Sanctuary and reclaim our stolen draenethyst from among their huts and campfires, but without those crystals... we too may lose our way.','Bring 6 Draenethyst crystals to Magtoor at The Harborage in the Swamp of Sorrows.','Thank you, $N. We, are in your debt.','Do you have the crystals?','','','','','',6071,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1391,2,10,0,37,42,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1388,0,0,0,6089,1,0,'Nothing But The Truth','We need to operate with a certain amount of discretion. After all, it\'s not like you\'re going to waltz in there and convince the fool to drink Faustin\'s concoction here, right?$B$BBut if there\'s one thing those humans cannot deny it\'s the booze. I\'ll take Faustin\'s serum and mix it into this ale. I guarantee the poor sap will show no reluctance when it comes to chug-a-lugging a brew.$B$BMake haste to Stonard in the Swamp of Sorrows, $N. And keep our little mission nice and quiet...','Take Zraedus\'s Brew to Infiltrator Marksen in Stonard.','A drink for me? How kind. It\'s been days since they\'ve allowed me to drink. Let me drink this down and then I\'ll tell you what I\'ve learned....','Please have mercy on me! I have information that goes beyond alliance boundaries. While I am no sympathizer of the Horde, there is political treachery going on that must be revealed!',NULL,NULL,NULL,NULL,NULL,6089,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,150,0,0,0,0,0,0,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1392,2,8,0,29,39,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6196,1,0,'Noboru the Cudgel','Noboru has plagued the Draenei of the Harborage for months, and his cudgel is a symbol of the brutality they have suffered at the hands of the lost ones.','Bring Noboru\'s Cudgel to the leader of The Harborage in the Swamp of Sorrows.','You have gained the weapon of the dreaded Noboru? Is he then dead?$b$bThis is a joyous day for the Harborage. Noboru and his gang were a terror to us, wandering the swamps and killing any Draenei who crossed his path. He was a direct threat to our survival, and we did not have the strength to face him.$b$bWe are fortunate to have a friend in you, $N.','Greetings. And welcome to the Harborage.',NULL,NULL,NULL,NULL,NULL,6196,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1393,2,8,0,30,38,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'Galen\'s Escape','Please help! These creatures are going to eat me!$B$BHelp me out of here, and I\'ll give you a great treasure! It\'s in my camp in the swamp north of Stonard, but it\'s locked in a strongbox that can be opened through a trick that only I know.$B$BIf you help me escape, then I\'ll teach it to you.','Escort Galen out of danger, then find his camp in the Swamp of Sorrows and open his strongbox.','The keyhole of this strongbox is filled with black resin. It is impossible to open.$b$bBut Galen told you of a hidden latch on the box\'s bottom... $b$b...After a quick search the latch is found. The latch is flipped, and the strongbox opens...','','','Escort Galen out of the Fallow Sanctuary.','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6828,0,0,0,1,0,0,0,469,67,0,0,0,75,75,0,0,0,0,8500,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1394,2,85,0,25,36,0,690,0,0,0,0,0,0,0,0,0,0,0,0,6628,0,0,0,0,0,0,'Final Passage','You have done well, $N. You have passed my test, and the tests before mine. Return to Dorn in Thousand Needles. He will sense the change within you, and see that your mind, body and spirit are strong enough that you should be rewarded for your efforts.$B$BStay true to the balance you\'ve shown throughout these trials, $N. Dorn will test you again in the future if you do.','Speak to Dorn Plainstalker in Thousand Needles.','Ah, $N. It has been a long time since you have last stepped into my home. It seems like many moons have passed since you took your first leap that set you upon your path.$b$bAnd now you return to me stronger than you once were... more enlightened. This pleases me. And you should be justly rewarded for seeing my tests to the end.',NULL,NULL,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,6804,6806,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,81,68,0,500,500,500,500,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1395,2,10,0,40,45,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1477,0,0,0,6091,1,0,'Supplies for Nethergarde','This crate of powerstones needs to go to Nethergarde Keep, in the Blasted Lands. They won\'t hold their power for long, so we can\'t ship them with the next caravan.$B$BYou must take them, and you must take them quickly.$B$BBring them to Quartermaster Lungertz in Nethergarde Keep. To reach the keep, you must travel east through Deadwind Pass, then east through the Swamp of Sorrows, then south through the Blasted Lands.$B$BUse caution, $N. You will travel through dangerous lands, yet you must not fail.','Bring the Crate of Powerstones to Quartermaster Lungertz, before the powerstones expire.','Ah, the powerstones! The mages will be happy to see these!$B$BMany thanks, $N. I know your trip from Darkshire was not an easy one.','Hello! Don\'t mind all the commotion, it\'s just business as usual at Nethergarde Keep.$B$BYou have something for me?',NULL,NULL,NULL,NULL,NULL,6091,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,37,150,0,0,0,0,5000,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1396,2,8,0,33,37,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1421,0,0,0,'Encroaching Wildlife','My caravan was destined for the eastern coast, but we did not reach our goal. Lost Ones attacked us, killing guards and dashing supplies.$B$BI alone survived their assault. I have sworn to protect what supplies remain, but wild creatures skulk near. Please, help me defend my camp from the beasts!','Kill 8 Young Sawtooth Crocolisks, 10 Sorrow Spinners and 10 Swamp Jaguars then return to Watcher Biggs in the Swamp of Sorrows.','The sounds of animals are now faint, more distant. Thank you, $N. Now let\'s hope they don\'t return!',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1084,858,767,0,8,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,469,54,72,0,0,63,63,250,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1398,2,8,0,30,42,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1421,0,0,1425,0,0,0,'Driftwood','I owe you greatly, $N. An honorable heart beats within you. And now I have another task for which I humbly ask your aid.$B$BIf I\'m ever to reach Nethergarde, then I must fix this wagon. And for that... I will need wood. Strong, dry wood--not the spongy, tangled wood of the swamp\'s trees.$B$B$N, go east to the coast and search for driftwood that has been dried by the sun. Bring it to me.','Bring 8 pieces of Sundried Driftwood to Watcher Biggs in the Swamp of Sorrows.','This wood is light, but tough. Thank you, $N. It will work nicely.','Did you find any driftwood, $N?',NULL,NULL,NULL,NULL,NULL,6146,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,54,72,0,0,63,63,250,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1418,2,8,0,30,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1420,0,0,0,'Neeka Bloodscar','The Badlands is harsh and lies close to the Alliance-held land of Loch Modan, so communication between Stonard and the Badlands outpost of Kargath is often cut.$B$BProve yourself, $N. Travel to the Badlands and speak with Neeka Bloodscar, head scout of the Kargath outpost. Speak with her, and then send her report back to me.','Speak with Neeka Bloodscar.','Helgrum wants a report, eh? I sent an outrunner to Stonard not three days past. Did he fail his mission? If Stonard does not have my report, then it appears he did fail.$b$bLet\'s hope the next runner I send has more skill, or more luck.',NULL,NULL,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,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1419,2,3,0,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Coyote Thieves','Have you spent many days in the Badlands, $C? Have you felt its heat? Have you faced the beasts that wander its dusty plains? It\'s time you did.$B$BCrag coyotes are a tough breed. Tough, and bold enough to creep into Kargath and steal from our food supplies. Help rid the outpost of these thieves!$B$BHunt crag coyotes, $N. Hunt them and bring me their jawbones. Bring me enough, and maybe I\'ll believe it when you say you know the Badlands.','Bring 30 Coyote Jawbones to Neeka Bloodscar in Kargath.','That\'s a nice collection of jawbones, $N. Now those coyotes won\'t be tearing through our supplies for scraps.$B$BWell done. The coyotes of the Badlands aren\'t easy prey. Your deed shows me that you might just survive here.','Do you have the jawbones?',NULL,NULL,NULL,'',NULL,6166,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1420,2,3,0,30,40,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6167,1,0,'Report to Helgrum','I wrote a fresh report for Helgrum in Stonard. Bring it to him.$B$BAnd if you consider yourself an outrunner, then don\'t lose your way. Or fall to an enemy.','Bring Neeka\'s Report to Helgrum the Swift in Stonard.','Thank you, $N. From Neeka\'s report, I see the Alliance is not without its own problems. And we may find that some enemies are shared between us.','You returned. You have a report?','','','','','',6167,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1421,2,8,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1396,0,0,1398,0,0,0,'The Lost Caravan','I was stunned during the attack by the Lost Ones, but before my sight went black I spied one of our wagons being dragged to the Fallow Sanctuary, the lost one village to the north.$B$BA caravan chest with valuable reagents was in that wagon, reagents vital to the studies of the wizards of Nethergarde Keep. Find the chest and get those reagents, $N. Get them and bring them to me.','Find the Caravan Chest in the Fallow Sanctuary, obtain the Wizards\' Reagents and bring to Watcher Biggs.','Ah, you found them! With these, the wizards in Nethergarde may continue their work. I do not know what it is that they do, but it is linked to the Dark Portal in the Blasted Lands, and is vital to the security of the Alliance.','Do you have the wizard\'s reagents, $N?',NULL,NULL,NULL,NULL,NULL,6170,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,54,72,0,0,63,63,250,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1422,2,8,0,38,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,699,0,0,1426,0,0,0,'Threat From the Sea','While I begin work on your weapon, why don\'t you talk to Katar? He mentioned needing help with patrols along the beach, and I\'d rather see you keep your wits and weapons prepared instead of getting drunk with some of the other louses I share this camp with.','Speak to Katar in the Swamp of Sorrows.','Be silent a moment, $C. Even over the dull roar of the sea you can still hear those disgusting gurgles from the fish men.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1423,2,8,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6172,1,0,'The Lost Supplies','This barrel is small yet sturdy. Its seams are sealed with a yellow, pungent wax. Stamped on the bottom of the barrel are the words:$B$BQUARTERMASTER LUNGERTZ$B$BNETHERGARDE KEEP','Bring the Lost Supplies to Quartermaster Lungertz.','Ah, thank you $N! So many supplies are lost from Darkshire to here. It\'s good to see that some are recovered.','You have something for me?',NULL,NULL,NULL,NULL,NULL,6172,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6827,0,0,0,1,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1424,2,8,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1429,0,0,0,'Pool of Tears','The Warchief sent us to investigate strange happenings at The Temple of Atal\'Hakkar.$B$BThe Atal\'ai trolls are a tribe of dark casters, known for practicing forbidden magic. You can imagine how astonished we were when we arrived here to discover the temple had been sunk.$B$BThe green dragons now guard the site, claiming to be protectors of Azeroth.$B$BWe need to discover what happened. Explore around the Pool of Tears and gather Atal\'ai artifacts. From those I can begin to piece together this puzzle.','Fel\'zerul in Stonard wants you to gather 10 Atal\'ai Artifacts.','Your diligence in collecting the Atal\'ai artifacts is worthy of praise, $C.','No one knows what dark practices went on inside The Temple of Atal\'Hakkar. But we do know that great and powerful forces of magic were used.$b$bWe must learn as much as we can about such magic. Perhaps the spells of the Atal\'ai will prove of use to the Horde.$b$bOnce you have gathered enough Atal\'ai artifacts from around the Pool of Tears, I can begin to understand what the trolls were hoping to accomplish and what went so horribly wrong.','','','','','',6175,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,12000,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1425,2,8,0,30,42,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1398,0,0,0,6178,1,0,'Deliver the Shipment','While I fix this wagon, $N, I have one last task for you.$B$BI have packed the most vital supplies saved from the ogre attacks. Take them to Nethergarde Keep. The keep is nestled in the northern hills of the Blasted Lands, keeping watch over the Dark Portal.$B$BTo reach Nethergard, follow the road east. When it branches head south into the Blasted Lands, then turn left at the next fork. Follow the road, $N, and be wary.','Bring the Shipment to Nethergarde to Quartermaster Lungertz in Nethergarde Keep.','What? A package from Biggs\' caravan? We thought it, and he, were lost.$B$BThank you, $N. With luck, these supplies will carry the much needed reagent, Azoran Crystals. Our stock is running low...','You have business with me?',NULL,NULL,NULL,NULL,NULL,6178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,54,72,0,0,37,37,150,0,0,0,0,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1426,2,8,0,38,43,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1422,0,0,1427,0,0,0,'Threat From the Sea','I have no love for the sea, nor any creature I\'ve seen come from its depths. It is a powerful but blind mistress; callous and brutal. It would bring me great pleasure to slay the fish men by the hundreds if it were within my power. But I garner some pleasure from watching their deaths at the hands of any who do the Horde\'s will.$B$BWhich brings us to you, $c. How many can you slay? Would you test yourself against their most powerful kind?','Kill 10 Marsh Murlocs, 10 Marsh Inkspewer, and 10 Marsh Flesheater, then return to Katar in the Swamp of Sorrows.','The sea seems vast and relentless, but you have stained her with the blood of her own spawn. The fish men know pain. Their stupidity will force them to refortify their ranks from the devastation you\'ve caused, and that is good.$B$BLet their gurgling screams overshadow the sea\'s roar long into the night. I shall smile every time I hear one of them silenced.$B$BReturn to me if you wish to slay more of the fish men. I will gladly reward you again.',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,747,750,751,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1427,2,8,0,35,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1426,0,0,0,0,0,0,'Threat From the Sea','Before you take rest, speak to Tok\'Kar again. While you were gone I believe he finished a few weapons. For your help here, he would offer one of them to you. You would do well to test its strength against the fish men when you are ready... but only to please me further.','Speak with Tok\'Kar in the Swamp of Sorrows.','Ah, $N, you\'ve returned. Good. I\'ve finished crafting more weapons for our fight against the murlocs. For bringing us the fresh sawtooth meat, and for bringing a small smile to Katar\'s face, I offer one of them to you.',NULL,NULL,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,9680,9678,9679,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1428,2,8,0,41,45,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Continued Threat','It pleases me to see your hatred for the fish men grows with mine.$B$BFind more of their kind along the beach, and when you\'ve had your fill of combat, return to me. We shall speak then of a reward for your diligence.','Kill 10 Marsh Inkspewers, 10 Marsh Flesheaters, and 10 Marsh Oracles, then return to Katar in the Swamp of Sorrows.','Well done, $C. I call for more of their blood. Let all the fish men perish.','Not until the sea and all her children are silenced will I be pleased... especially those disgusting fish men.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,750,751,752,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1429,2,8,0,38,44,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1424,0,0,1444,6193,1,0,'The Atal\'ai Exile','While you were braving the dangers of the Pool of Tears, one of my scouts returned with a scroll written in blood on dried flesh. It seems to be a judicial sentence against a priest of the Atal\'ai tribe.$B$BThis priest was sentenced to a fate worse than death amongst the Atal\'ai.$B$BHe was exiled to live far north in the Hinterlands, with the Witherbark trolls.$B$BI will bundle these artifacts. You are to seek out the exile and discover their true use. Return to me once your journey is complete.','Bring the Bundle of Atal\'ai Artifacts to the Atal\'ai Exile in the Hinterlands.','You bring me the summoning artifacts of the Atail\'ai?$b$bI see Jammal\'an the Prophet is leading the disciples of the Chamber of Blood towards their chosen fate. Has Hakkar returned to the Temple I wonder? Has their fate been met?','You are brave to come here. Brave or foolish...','','','','','',6193,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1430,2,8,0,35,44,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Fresh Meat','There\'s a high demand for the succulent taste of crawler meat among my customers; especially the meat from the monstrous crawlers.$B$BIf you plan on heading to the coast, then I could easily make it worth your while to bring me back some of their legs to have transported back to Orgrimmar.$B$BThe coast is to the east from here, and you should have no problem finding the creatures scurrying along the beaches and under the sea.','Bring 10 Monstrous Crawler Legs to Dar in the Swamp of Sorrows.','Ah, this should be perfect. I can\'t wait to taste these after they are prepared perfectly over an open fire. You should take a sample of it with you on your travels. It truly is delicious.','I have a cask of wine waiting for your success, $N. It\'s only right I taste the goods before I have it shipped back to my customers.','','','','','',6184,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9681,9682,0,0,10,1,0,0,76,0,0,0,0,250,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1431,2,1637,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1432,0,0,0,'Alliance Relations','Be still, $C, and allow me to share with you something important to our people, but far from obvious.$B$BWe are a proud race, and the war with the humans tried even Thrall\'s great patience. You see, our Warchief is wise and prudent, and he continues to put his people first. Ultimately, he is a diplomat, and in his time with the humans he learned much of their ways.$B$BIf the tale I\'ve started piques your interest, then find Keldran near the western exit of the city. His hovel is there.','Speak to Keldran in Orgrimmar.','Putanni, noble $C. I am Keldran, student of magic... and other mystical arts.$b$bThe business Craven sent you here to speak to me about requires a touch more subtlety than you\'ve previously needed, but that does not mean you can not still aid our cause.$b$bPlease, make yourself comfortable, and I shall tell you why the Warchief has need of my aid... and yours.$b$bIt starts with appearances, $N. How the Horde sees itself. How our allies see us. And most importantly, how our enemies see us.',NULL,NULL,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,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1432,2,1637,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1431,0,0,0,0,0,0,'Alliance Relations','As the Alliance progresses deeper and deeper into Kalimdor, incorrect conclusions may be drawn about the Horde making pacts with the Burning Legion. The Warchief cannot allow that to happen. And with his blessing, I am taking control of overseeing them removed.$B$BI have agents in the area of Desolace at the Ghost Walker Post north of the great Kodo Graveyard. Head south of the Charred Vale in the Stonetalon Mountains and you shall come across it. When you arrive, seek out Takata Steelblade.','Speak to Takata Steelblade in Desolace.','Greetings, $C. You bring news from Orgrimmar; that is good.$b$bThe demon infestation overwhelms this area even more than the smell of centaur dung. The horse-men claim this land as their own, but clearly there are influences out of their control that will crush them if not kept in check.$b$bIt does not please me that we aid the centaur indirectly, but it is for the good of the Horde, so I do my duty for the Warchief, even if it means helping the warlocks within the Horde.',NULL,NULL,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,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1433,2,1637,0,30,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1432,0,0,1435,0,0,0,'Alliance Relations','The Burning Blade have many agendas, but know that they are evil to their core, their spirits corrupted, and their destruction is the only way to thwart their objectives.$B$BKeldran sent Maurin with me because of his knowledge of the Blade and their warlock ways.$B$BHe has control of our plots against the Blade while I deal with the other demonic threats here in Desolace.$B$BSpeak to him, and he will guide you in his designs.','Speak to Maurin Bonesplitter in Desolace.','Ah, yes. Aid from those loyal to the Warchief is always appreciated.$b$bMy name is Maurin. I am here at the behest of Keldran and the Warchief cub Thrall. It is my desire to aid the youngling leader against the evils that threaten his rule.$b$bCome, come closer, $C. I shall explain to you my plan for removing the festering boil that is the Burning Blade.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1434,2,1637,0,30,33,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Befouled by Satyr','A demon infestation does not occur without other influences--something else allows evil to gain a foothold.$B$BIt may start with a weakened spirit, a needless desire for power; perhaps it\'s a thirst for revenge, or the appeal for final justice. When we are beset by pain, evil takes advantage of us--evil such as the satyr.$B$BTies have been made between them and the Burning Blade, and Thrall would have them slain. Seek them out to the northeast of here, and return to me when you\'ve driven them back.','Slay 7 Hatefury Rogues, 7 Hatefury Felsworn, 7 Hatefury Betrayers, and 7 Hatefury Hellcallers, and return to Takata Steelblade in Desolace.','You have done well, $C. You have shown honor and dedication.$B$BWhen our campaign in Desolace is done, the Warchief will know that you aided us in our actions here, and that you helped make his will manifest.$B$BI thank you. ',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4670,4672,4673,4675,7,7,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1435,2,405,0,25,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1433,0,0,0,6436,1,0,'The Burning of Spirits','Death is most desirable for those despicable creatures that turn their back on their liege for such selfish reasons. But death is not enough when dealing with those that have given themselves over to the darkness.$B$BTake this gem. When one of the Burning Blade\'s near death, activate its magic. The spell shall pull the corrupted spirit out of its victim, leaving an infused gem behind.$B$BBring me these infused gems so I may dispose of them properly.$B$BGo now, and may you elude death.','Return the Burning Gem and 15 Infused Burning Gems to Maurin Bonesplitter in Desolace.','Ah, you\'ve returned successful. That is good. Give me the gems and I shall put them someplace safe....$B$BMy tasks for you are complete, $C. Speak to Takata when you are rested. He may have other tasks for you, or perhaps needs you to return to Orgrimmar to inform Keldran of our progress here in Desolace.','I have tried to make the magics as simple as possible. Drawing the spirit of your victim out of its injured form should be child\'s play. Do not rely on the gem\'s power to slay your foe completely. You must only activate the gem when they are close to death, or it will be useless.',NULL,NULL,NULL,NULL,NULL,6436,6435,0,0,1,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1436,2,405,0,30,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1435,0,0,0,0,0,0,'Alliance Relations','The fight goes well, $N. Perhaps the Warchief will allow us to return to our homes before the seasons change if we continue to make such great strides in our battle against the demons and their underlings.$B$BReturn to Keldran and let him know what we have done. I am sure he will reward you for your efforts here. His cause is important to him, and he will take pride in knowing that the Warchief respects his concerns.','Speak to Keldran in Orgrimmar.','Putanni, noble $C. I am Keldran, student of magic... and other mystical arts.$b$bThe business Craven sent you here to speak to me about requires a touch more subtlety than you\'ve previously needed, but that does not mean you can not still aid our cause.$b$bPlease, make yourself comfortable, and I shall tell you why the Warchief has need of my aid... and yours.$b$bIt starts with appearances, $N. How the Horde sees itself. How our allies see us. And most importantly, how our enemies see us.',NULL,NULL,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,6744,6745,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1437,2,405,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1465,0,0,0,'Vahlarriel\'s Search','I am Vahlarriel, $N. I\'ve come here to discover the whereabouts of two missing nobles of a Darnassian merchant family--House Malem. The father of the house fears the worst, and I am to do everything I can to find his missing children. I have yet to start my search for Tyranis or Dalinda, but I am hopeful I shall not be here long.$B$BLast word tells of them passing through the Stonetalon Mountains a few weeks ago.$B$BIf you find their wagon, please, come find me immediately.','Find and search Tyranis and Dalinda Malem\'s wagon in Desolace.','As you rummage around the remains of the wagon, it becomes obvious that it was attacked by both spells and weapons. The battle seemed one-sided and quick; there\'s no blood to be found, and no remains of any bodies.$B$BWhoever attacked the wagon was efficient and swift. ',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1438,2,405,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1465,0,0,1439,0,0,0,'Vahlarriel\'s Search','Find both Dalinda and Tyranis if you can and come back to me with your findings. Start your search at this fortress. I will contact my superiors in Darnassus immediately and let them know the situation.$B$B$N, there is something else I wish to impress upon you. My superiors have shown some concern over Tyranis\' and his motives for coming here. It is more important to them that Dalinda is found and brought back safely. Tyranis is to be... gauged before he is taken home.','Find Dalinda Malem in Desolace.','Thank Elune someone has finally come to help. Please, $C, I need your help. My brother Tyranis and I were captured and brought here by the Burning Blade. I think they mean to sacrifice me to their demon masters!$B$BI knew coming to Desolace was a mistake, but Tyranis has recently begun craving knowledge of all things arcane--even against the wishes of our people. He decided to make this trek even after hearing tales of this land\'s demon infestation.$B$BI fear the worst for him. ',NULL,NULL,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,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1439,2,405,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1438,0,0,0,0,0,0,'Search for Tyranis','We were brought here after the orcs slaughtered all our guards and servants. Oh, the terrible things they did to them! I thought surely they would kill us right there and then, but it became obvious they had other plans.$B$BTyranis attempted to speak to them. I think he wanted to impress them with his knowledge of the arcane... I\'m not sure why.$B$BPlease, I can\'t leave here until I know what\'s happened to my brother. Find him, then come back for me when his fate is known.','Find Tyranis Malem in Desolace.','This is terrible! But I suppose it was necessary. If it wasn\'t by your hand, it would have surely been by that of my people\'s. I suppose I should thank you--please forgive me if it doesn\'t seem sincere. I mean no offense.$B$BWith the knowledge of my brother\'s fate in hand, it seems the time for my escape has come. If you are still willing, I will accept your aid in escaping this horrible place.$B$BWhen you are ready, we can make our way to safety.','I fear Tyranis will attempt to learn the Burning Blade\'s secrets and count himself among their kind if they allow it - he has always adored the power magic brings to those who are seduced by it.$B$BI\'m not sure I could endure returning home to my family with news of Tyranis\' spirit flirting with such dangers. It\'s a terrible enough crime among my kind to pursue such things, but to become that which we attempt to protect ourselves from, well, that\'s apprehensible.',NULL,NULL,NULL,NULL,NULL,6767,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1440,2,405,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,2,0,0,1439,0,0,0,0,0,0,'Return to Vahlarriel','So, the time is now then? I appreciate your efforts, and if the situation does not lend itself, then allow me to thank you now for everything you\'ve done for me and my family. If you\'re ready, then there is nothing else for me here--we can leave when you feel the time is right.','Escort Dalinda Malem from Thunder Axe Fortress and then return to Vahlarriel Demonslayer in Desolace.','Thank you, $N. Dalinda made it safely back here to Nijel\'s Point, and in much better condition than I could have asked for. The fact that she arrived here under her own power was a good sign. I hope you\'re well?$B$BIt pains me to know that both Tyranis and Dalinda didn\'t return, but the embarrassment of Tyranis\' decisions is hers to endure. It is something she will have to deal with when she returns to Darnassus. ',NULL,'Rescue Dalinda Malem',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,9687,9698,9699,11884,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1442,2,-141,0,20,22,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,1653,0,0,0,0,0,0,'Seeking the Kor Gem','Greetings, $N. What can I do for one who follows a holy path?$B$BAh, yes, Stilwell, the blacksmith... from long ago. I remember him well, though, I have not heard his name in some time.$B$BHe never struck me as an impudent man, so I can only assume his desire for a Kor gem is noble.$B$BIf you truly wish for one of the gems, then you must head to the northwest of Ashenvale. You will find Blackfathom Deeps there within some ancient ruins. The naga who still use the gems are down below. Do not go alone, $c.','Bring a Kor Gem to Thundris Windweaver in Darkshore.','This is indeed the gem Stilwell desires, but before I can allow you to bring it to him, it must be purified of corruption--the naga wenches imbue the gems with power, that much is true, but of their own, evil kind.$B$BLet Stilwell know that its power is intact, and it should work well for whatever ritual he wishes it to be part of.$B$BI hope you know what you\'re doing, $C, this is no simple item you possess.','I would be less trustful of one not on a holy path if they came asking about a Kor gem. But I trust your kind more than some of my kin. I do not judge your entire order based on the actions of just one of your fallen kind.','','','','','',6995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7083,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1444,2,47,0,40,44,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1429,0,0,1445,0,0,0,'Return to Fel\'Zerul','Jammal\'an the Prophet sentenced me to exile from The Temple of Atal\'Hakkar. I once felt the high priest was a worthy leader.$b$bHis unyielding faith in his prophecy will bring about the destruction of the Atal\'ai. If it hasn\'t already.$b$bWhen I expressed my concerns, I was labeled an infidel and ousted from the temple.$b$bThose artifacts you brought to me are harmless. But if Jammal\'an has found the proper fetish enchantment for the summoning ritual, the world lies in great peril....','Return to Fel\'Zerul in Stonard.','It has been quite some time since we spoke, $C. I hope your journey was successful.$b$bWhat knowledge did you gain from the exiled Atal\'ai in the Hinterlands?',NULL,NULL,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,0,0,0,0,0,67,76,0,0,0,88,350,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1445,2,8,0,38,50,81,0,0,0,0,0,0,0,0,0,0,0,0,0,1444,0,0,0,0,0,0,'The Temple of Atal\'Hakkar','So he spoke of Jammal\'an\'s prophecy?$B$BThe Atal\'ai spiritual leader believes once Hakkar returns to Azeroth from the Nether, the god will grant the Atal\'ai tribe immortality.$B$BFoolish trickery to bring about a premature doomsday if you ask me.$B$BBut you say the exile spoke of enchanted fetishes? This concerns me greatly. If these are in fact the key to the Atal\'ai ritual which caused this mess, we must understand their intrinsic powers.$B$BVenture into the Temple, and seize the fetishes!','Collect 20 Fetishes of Hakkar and bring them to Fel\'Zerul in Stonard.','Brave $C, you have proven yourself to be a great champion of the Horde.$b$bNow this collection of fetishes of Hakkar must be dealt with at once!','If the Atal\'ai fetishes hold the power to summon Hakkar and fulfill Jammal\'an\'s prophecy they must be seized. Such powers must be understood by the Horde!','','','','','',6181,0,0,0,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,1490,0,0,0,1,0,0,0,76,0,0,0,0,150,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1446,2,47,0,38,53,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Jammal\'an the Prophet','My Witherbark companions don\'t take kindly to strangers around their home.$B$BMe? I don\'t have a home anymore. I was exiled from my people, the great Atal\'ai tribe of the Swamp of Sorrows.$B$BOur spiritual leader, Jammal\'an, had what he called a prophecy. He believes the summoning of the god, Hakkar will bring the Atal\'ai immortality.$B$BBut I urged caution. What if the prophecy was nothing more than manipulation?$B$BI want revenge for my exile. Bring me Jammal\'an\'s head. Maybe then my people will be free.','The Atal\'ai Exile in The Hinterlands wants the Head of Jammal\'an.','Jammal\'an\'s reckless trust of false visions led my people to their eternal doom.$b$bI thank you, $C, for avenging my exile. I mourn for my people. I have no home to return to.','Once Jammal\'an has been removed, I stand a chance of returning to my people.$b$bWith Jammal\'an as their spiritual leader, the Atal\'ai face certain destruction.','','','','','',6212,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11123,11124,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6900,0,0,0,0,0,0,0,0,1,1,1,1,0,1,0,0,0,0,0,0),(1447,2,1519,0,28,31,0,1101,0,0,0,0,0,0,0,0,0,2,0,0,1246,0,0,1247,0,0,0,'The Missing Diplomat',' Yeah, you\'re obviously not the smartest $C to come into Stormwind, but you\'re about to be one of the dumbest to never leave.$B$BHave you met me friends?','Defeat Dashel Stonefist in Stormwind.','So, you came to me for a reason. What is it you need? ',NULL,'Defeat Dashel Stonefist',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,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1447,0),(1448,2,1519,0,40,43,1,1101,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,1449,0,0,0,'In Search of The Temple','There was a time when I was young and full of vigor like you, $c.$b$bBut now I\'m old and unable to explore the world like I once did. Ah, the things I saw!$b$bBut there was one mystery that eluded me. For my final quest, the Explorers\' League sent me in search of The Temple of Atal\'Hakkar. It was rumored to be located in the Swamp of Sorrows.$b$bBecause of my frail state, I traveled the skies by gryphon in search of it but never found it.$b$bHelp an old dwarf out? Perhaps you will have better luck on foot.','Brohann Caskbelly in Stormwind wants you to search for the Temple of Atal\'Hakkar.','The Temple of Atal\'Hakkar has been sunk beneath the Pool of Tears? And surrounded by the green dragonflight?$B$BAn amazing discovery, $C. But obviously something has gone terribly wrong. ',NULL,NULL,'Search for the Temple of Atal\'Hakkar',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,0,0,0,0,0,54,72,0,0,0,250,63,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1449,2,1519,0,41,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1448,0,0,1450,0,0,0,'To The Hinterlands','As I mentioned earlier, I attempted to scout the temple on my own from the air. Well, I wasn\'t exactly alone.$b$bI traveled to the renowned gryphon aviary at Aerie Peak in The Hinterlands. There I enlisted the aid of one of their finest pilots. The pilot fell off his mount, down into the swamp...$b$bIn my old age the poor fellow\'s name eludes me. The master of the aviary would remember, no doubt.$b$bJourney there and seek out Falstad Wildhammer.$b$bWe need to find out what happened to that pilot.','Speak with High Thane Falstad Wildhammer at Aerie Peak in the Hinterlands.','What do you want, laddy? Can\'t you see I\'ve got problems to take care of here? Who has time to stand around yapping with some $R chatterbox?$B$BThere are trolls coming out of the woodwork! Make it snappy. ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1450,2,47,0,41,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1449,0,0,1451,0,0,0,'Gryphon Master Talonaxe','So you\'re a glorified errand $g boy:girl; for some old Explorers\' League geezer, eh?$b$bWell you listen to me, $c. I don\'t know who your old buddy was flying around with down in Azeroth. Do I look like Gryphon Master Talonaxe to you? Do I?$b$bIf you\'re so interested in the flight assignments why don\'t you ask the gryphon master? If I catch you idling around here for much longer, I\'m going to put you to some real work.$b$bNow get a move on.','Speak with Gryphon Master Talonaxe inside the Aerie Peak Aviary.','Ah, yes. Of course I remember sending one of my gryphon riders to lend a hand to Brohann Caskbelly.$B$BAlways had a soft spot in my heart for the Explorers\' League. My father helped with the initial excavation team that discovered Uldaman as a matter of fact.$B$BI sent who I thought was my best gryphon rider at the time with Brohann. He was a chap by the name of Rhapsody Shindigger.$B$BAnd what a gryphon jockey he was! Well until... ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1451,2,47,0,41,43,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1450,0,0,1452,0,0,0,'Rhapsody Shindigger','Rhapsody took quite a liking to the booze. Now don\'t get me wrong -- all of us dwarves up here at the aviary love a good ale when the time is right.$b$bBut ol\' Shindigger took to the liquor like a gryphon takes to the skies. And a damned shame it was, too. No one could fly like Rhapsody.$b$bFirst sign of trouble was when he came stumbling back from that mission with your buddy, Brohann. All went down hill quickly after that. Had to let him go.$b$bLast I heard, he\'s set up a brew camp to the east of here...','Seek out Rhapsody Shindigger in The Hinterlands.','Hiccup!$B$BI\'m a-lookin\' right at you but you keep bobbing up and down. Makin\' me dizzy. Hoho!$B$BHiccup!$B$BWhoa! Did ya feel that? Ground is a-shakin\', my friend. I need a drink.$B$BHiccup! ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1452,2,47,0,38,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1451,0,0,0,0,0,0,'Rhapsody\'s Kalimdor Kocktail','Hiccup!$b$bSo that crazy fool Brohann sent ya? My we had quite an adventure...Hiccup!$b$bIf ya want me to tell ya what happened down in the swamp, I\'m gonna need me something stiff to drink. It wasn\'t a pretty scene, ya see. Hiccup!$b$bTell ya what... bring me what I need to whip up a Kalimdor Kocktail and I\'ll tell ya all about it.$b$bGonna need some Roc gizzards from Tanaris... and let\'s see... some Groddoc and Ironfur livers from Feralas...$b$bA nice stiff Kalimdor Kocktail... that\'ll get me talking!','Rhapsody Shindigger in The Hinterlands wants you to bring him 3 Roc Gizzards, 3 Groddoc Livers and 3 Ironfur Livers.','I see ya had no trouble at all getting me what I need! Musta been quite a stint you had over there in far-off Kalimdor.$B$BIt won\'t take but a moment for me to extract what I need from these gizzards and livers. Hiccup!$B$BThen I can distill me a fierce ol\' drink and finally tell ya what ya wanna know.$B$BHiccup!$B$BGetting shivers just thinking about that ol\' swamp.$B$BHiccup!$B$BLemme whip up a drink real fast.','Ya ever had a Rhapsody Malt? One of my finest brews, if I do say so myself. Hiccup!$B$BBut if I\'m gonna relive the horrors of that fateful flight over... hiccup... the swamp, well I\'m gonna need me something a wee bit stronger. Hiccup!$B$BDon\'t suppose you found me those gizzards and livers I need to add that extra kick to my Kalimdor Kocktail?$B$BHiccup!',NULL,NULL,NULL,NULL,NULL,6257,6258,6259,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1453,2,1537,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaimers\' Business in Desolace','There\'s work to be done in Desolace, $N. It\'s an atrocious place, befouled by centaur and other nasties. But if you\'re looking for a good week\'s honest work, then head there, meet with Kreldig Ungor, and tell him I sentcha.$B$BYou can find him holed up at Nijel\'s Point--it\'s a little cozy camp hidden in the mountains of northern Desolace. Just head east if you enter from the Stonetalon Mountains. It\'s easy to miss, so be on the lookout.','Speak to Kreldig Ungor in Desolace.','Glad to see the Reclaimers aren\'t in short supply of work, or adventurers willing to help out.$B$BI\'m Kreldig, $N. You\'ve made a smart move helpin\' out the Reclaimers. Everyone needs something these days: they\'ve lost a family heirloom, a magic item, a loved one. You never can tell. But with the Reclaimers around, there\'s no reason, for the right price, everyone can\'t find what they\'ve lost. ',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1454,2,405,0,31,39,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1453,0,0,1455,0,0,0,'The Karnitol Shipwreck','My first order of business is for the mage Karnitol--a noble of some sort in Stormwind. Seems his ship was attacked by sea giants while off the coast in the northwest of Desolace. He and his servants tried to bring one of his more valuable chests ashore, but when the sea giants attacked in droves, he chose to abandon it and teleport himself and his servants to safety.$B$BHe wants us to find the chest and its contents, and return it to him in Stormwind.','Find Karnitol\'s Chest in Desolace.','You notice the chest does not seem to have any water damage.$B$BThe second thing you notice is that the top has been forced open, and whatever magical traps were set to safeguard it have long been triggered--this much is obvious from the burn marks around its edges. ',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1455,2,405,0,33,39,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1454,0,0,1456,0,0,0,'The Karnitol Shipwreck','You take a few moments to figure out what pried the chest open, and you notice along the sides and top of the chest, long, deep scratches that reveal that something other than a man or giant took interest in it. The marks don\'t appear as if they were caused by dagger or sword.$B$BAfter going through the chest you find it to be completely empty.$B$BNot having another course of action, you close the chest and prepare to leave. Kreldig will be disappointed.','Return to Kreldig Ungor in Desolace.','Welcome back to Nijel\'s Point, $N. So, tell me what you found.$B$BWhat!? Nothing? An empty chest ain\'t gonna get us paid, I\'m afraid.$B$BTell me more about these marks you saw... these slashes. ',NULL,NULL,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,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1456,2,405,0,30,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1455,0,0,1457,0,0,0,'The Karnitol Shipwreck','Intriguing.$B$BWell, we might not be without hope quite yet.$B$BAlong that same coast, but to the north near Ranazjar Isle, there\'re night elf ruins at the bottom of the ocean. A tribe of naga, the Slitherblade, make that their home. I think that\'d be our best bet.$B$BIf a scouting party went that far south, then they must\'ve been pretty powerful. If you\'re gonna find Karnitol\'s belongings, I\'d start with the more powerful naga: the tidehunters or sea witches.','Find Karnitol\'s Satchel and return it to Kreldig Ungor in Desolace.','This is great, $N! You found Karnitol\'s belongings!$B$BThose blasted naga, always causing trouble. I think I\'d rather spend my life at war with the Horde than have to go against their kind. You\'ve done a great service to the Reclaimers.','No offense to whoever Nijel is, but this camp ain\'t the most comfortable place I\'ve spent a night, if you know what I mean, $N.',NULL,NULL,NULL,NULL,NULL,6245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1457,2,405,0,30,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1456,0,0,0,6245,1,0,'The Karnitol Shipwreck','Take Karnitol\'s things back to Roetten in Ironforge and he\'ll pay you for a job well done.$B$BHaha, if you\'re not careful, he\'s gonna be so pleased with ya that he\'ll ask you to join us full time.$B$BAgain, great job, $N.$B$BBe careful on your way back, and don\'t take too much time--Karnitol\'s not the most of patient of men, but he\'s very generous nonetheless.','Bring Karnitol\'s Satchel to Roetten Stonehammer in Ironforge.','Ah, the Karnitol business in Desolace. Excellent!$B$BSo, the chest was destroyed, but the items are all here, huh? Well, I\'ll let him be the judge of that. One good part about this business I got going on here is that if they\'re not satisfied, I can tell \'em to shove it! They\'re relyin\' on us to find their stuff... not make sure it\'s all pretty and in good shape when they get it back.$B$BGood work, $N. Let\'s see about gettin\' you paid.','Business is booming, $N, and I don\'t have a lot of time for questions. If you\'ve got business with the Reclaimers, then let\'s hear it. If not, I\'m gonna have to ask you to talk to one of me underlings - they\'re adept enough at taking care of things \'round here.',NULL,NULL,NULL,NULL,NULL,6245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6791,6792,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1458,2,405,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1453,0,0,1459,0,0,0,'Reagents for Reclaimers Inc.','One of my tasks out here involves picking up some reagents for Leftwitch, a gnome mage in Kharanos . Roetten seems to think it\'s easy coin in the bank since we\'re out here already. He doesn\'t really care that we\'re short-handed as is.$B$BThe first few items on his list should be easy enough to get, and it\'d be a good chunk of coin for anyone helping me out.$B$BI need some horns and claws from the Hatefury satyr to the east of here. Bring \'em back to me and we\'ll get started on the rest of the list.','Bring 10 Hatefury Claws, and 10 Hatefury Horns to Kreldig Ungor in Desolace.','Good good, $N. Not sure if these are of any good quality, but if Leftwitch wanted a specific type, he should have specified before sending the Reclaimers out here to begin with.$B$BWhat say you to getting on with the next item on his list?','Despicable creatures, the satyr. Story says they\'re somehow tied to the night elves, but I\'m not so sure I believe it.$B$BI think they get that on account of that one elf that brought them into the war few years back. World\'s never been the same since. Lot more dangerous, and a lot scarier.',NULL,NULL,NULL,NULL,NULL,6246,6247,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,3500,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1459,2,405,0,30,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1458,0,0,1466,0,0,0,'Reagents for Reclaimers Inc.','Next on Leftwitch\'s list is... let\'s see... hmm. Oh, here it is.$B$BSimple enough, but pretty explicit in his directions. He needs venom from the scorpashi, and hide from some kodo. The fine print says both are from specific creatures: the venom\'s got to come from any of the scorpashi, and the hide\'s got to come from an aged kodo, not the dying or ancient ones.$B$BMages, I tell ya, some of the stuff they want... it\'s just weird.','Bring 7 vials of Scorpashi Venom and 3 Aged Kodo Hides to Kreldig Ungor in Desolace.','Your help here\'s a boon, $N. You\'re cutting my time spent here in Desolace by half at least. I\'ll be back in Ironforge warming my feet in no time with your help.$B$BWhen we get this list taken care of, and I\'m back home, look me up, I\'ll buy you an ale for sure.$B$BBut until then, let\'s get the rest of these reagents gathered.','Sorry I couldn\'t tell you where to find the kodo or the scorpashi. I\'m not terribly familiar with the area, and I haven\'t had time to explore.',NULL,NULL,NULL,NULL,NULL,6248,6249,0,0,7,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,2500,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1464,2,-82,0,10,0,0,690,0,0,0,0,0,0,0,0,0,132,1,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,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,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,1,0,0,0,0,0,0),(1465,2,405,0,30,33,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1437,0,0,1438,6479,1,0,'Vahlarriel\'s Search','As you continue your search of the wagon you find not only a pendant, but also footprints leading off towards the south. In the distance you can see smoke rising from a large fort. The smoke is from a kept fire, not the burning of buildings, and your instincts tell you that the Malems, if still alive, were taken that direction.$B$BYou think Vahlarriel at Nijel\'s Point should not only see the pendant you\'ve found, but also know about the signs of life to the south.','Return the Malem Pendant to Vahlarriel Demonslayer in Desolace.','Infuriating! This entire fiasco!$B$BThe two of them were warned about how dangerous coming here would be. Now they\'re both missing... or worse.$B$BYou said you saw tracks heading to a fort nearby? That may be our best bet.$B$BFrom what the locals have said, that fortress is infested with members of the Burning Blade--orcs who have dedicated themselves to demon causes. They may not represent the majority of the Horde\'s beliefs, but they are evil and will slay you on sight if you\'re caught spying.',NULL,NULL,NULL,NULL,NULL,NULL,6479,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1466,2,405,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1459,0,0,1467,0,0,0,'Reagents for Reclaimers Inc.','This is the last of the items, and I won\'t lie, it ain\'t pretty. I\'m also expecting this to take you a little bit longer than the other items.$B$BSo, enough with the warning, let\'s get this started. Leftwitch says he needs: ten brains from either mana eaters, mage hunters, or ley hunters. Ten nether wings from a nether maiden, sister or sorceress. And... ten vials of doomwarder blood from a doomwarder captain, or lord.$B$BSimple enough, huh? Sheesh... if you wanna pass on this one, I\'d understand.','Bring 10 Felhound Brains, 10 Nether Wings, and 10 vials of Doomwarder Blood to Kreldig Ungor in Desolace.','Honestly? I wouldn\'t have thought it. You\'re amazing, $N. Taking on demons for a mage\'s experiments, and coming back in one piece to boot. Great job!$B$BI\'m personally gonna tell Roetten about you when I get back to Ironforge.','I didn\'t even realize these demon things were in Desolace. Last I read, centaur pretty much owned the land after the night elves picked up and left years ago.$B$BI wonder why they took up here, and how.',NULL,NULL,NULL,NULL,NULL,6250,6251,6252,0,10,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,3500,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1467,2,405,0,30,40,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1466,0,0,0,6253,1,0,'Reagents for Reclaimers Inc.','To get paid, you\'re gonna have to get back to Ironforge and speak to Roetten himself. He\'ll love getting Leftwitch\'s package out of the way anyway. Just give him this and it should be enough to get your booty.$B$BAnd don\'t worry, I\'m still going to put in a good word for you when I get back. I shouldn\'t be in Desolace much longer.','Bring Leftwitch\'s Package back to Roetten Stonehammer in Ironforge.','Ah, the package for Leftwitch from Desolace. Excellent. I \'preciate the work, and your timeliness, $C. Glad to have you aboard for at least this small bit of work.$B$BI got your payment right here. Let it be known that Reclaimers Inc. always pays well for a hard week\'s work.','Well met, $N. Business is booming, the sounds of anvils being struck rings throughout Ironforge, the bellows blow the fires hot, and me wife\'s making me a pie for dessert after tonight\'s dinner. Could life be any grander?',NULL,NULL,NULL,NULL,NULL,6253,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6793,6794,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,3500,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1468,2,-284,0,60,0,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18598,1,0,'Children\'s Week','You\'re willing to help us here at the orphanage? Bless you, friend; your aid during Children\'s Week will be invaluable.$B$BTake this whistle. You will only be able to use it for a short amount of time - typically not longer than Children\'s Week itself. When you use it, you will be able to talk with the child you\'ve agreed to look after. Using it again will dismiss the child.$B$BBy all means $N - use the whistle and meet your ward! I\'m sure the child will be most eager to meet you.','Use the Human Orphan Whistle to talk with the child you will be looking after during Children\'s Week.','Um... hi. My name is Randis, and I guess you\'re looking after me? You\'re an adventurer, like my mom and dad were. I\'m happy to meet you.$B$BI hope we\'ll have a lot of fun together. I have some things I\'d like to do, and the matron says you\'ll be like a big brother to me during this week. I\'d like that a whole bunch, yes $gsir:lady;.',NULL,NULL,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,0,0,0,0,0,469,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1469,2,47,0,38,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1452,0,0,1475,6287,1,0,'Rhapsody\'s Tale','Before the flight, I drank me a whole keg of stout. Hiccup!$b$bAnd what a flight it was. Zipping around with Brohann following me. Didn\'t see no temple though. Hiccup!$b$bWell, didn\'t see no temple till I got a little too tipsy and fell off my mount. I plunged right into the water and was sucked down. Found myself surrounded by a bunch of creepy trolls. Sure swam out of there fast! Even made off with this troll souvenir. Here, take it to Brohann and let him know his temple is down there, indeed. Hiccup!','Bring the Atal\'ai Tablet Fragment to Brohann Caskbelly in Stormwind.','Rhapsody Shindigger! That\'s right... how could I forget such a name?$B$BSo he knew about the sinking of the temple all along? Well, that certainly would have saved you some leg work.$B$BBut this Atal\'ai artifact! Why, it\'s quite a find!','At long last you have returned, $N. It has been quite some time since we last spoke. I thought perhaps you had forgotten about my quest.$B$BDid you locate that wily gryphon rider? Did he have anything to report?',NULL,NULL,NULL,NULL,NULL,6287,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,72,0,0,0,150,38,0,0,0,0,0,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1470,2,-61,0,1,4,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Piercing the Veil','Greetings, child. I can see that you are still young in the ways of the warlock, power still eluding your grasp. I can sense your eagerness to learn.$B$BAnd you will learn.$B$BThere is no strength in ignorance. Knowledge is our greatest power. Through its application, we can control the chaotic magics and beings of the void, bending them to our will.$B$BI will show you how to bind a servant to your will, but first you must bring me three skulls of the rattlecage skeletons near the abandoned smithy.','Bring Venya Marthand 3 Rattlecage Skulls.','Though you are still untested and young in your learning, you have proven that you possess sufficient ability to master the summoning and binding of an imp. Do not be deceived by an imp\'s size. Though it lacks physical strength, it possesses powers and a cleverness that will serve you well.$b$bAttend me carefully, $N, for I will not repeat this lesson, and I will leave its mastery to you.','Your power is little now, though I suspect already you sense the possibilities.$b$bEven the dead might feel alive, with that power coursing through us.','','','','','',6281,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,216,688,7763,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1471,2,-61,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1473,0,0,0,6284,1,0,'The Binding','Surely you have seen the circle of summoning below us? Only there will you be able to draw forth an unbound voidwalker.$B$BUsing these runes, you will be able to draw it forth, and then you must dominate it through strength of arms and magic.$B$BWhen it is subdued, it will be indentured to you. Come to me then, and I will elucidate the spell of summoning, so that it may serve you to whatever end you wish.','Using the Runes of Summoning, summon and subdue a voidwalker, then return the Runes of Summoning to Carendin Halgar in the Magic Quarter of the Undercity.','You have done well, $N. Now, I will impart to you the spell used for summoning the voidwalker.$B$BThe power that it unleashed upon you is now yours to command. Use it wisely.','I expect to hear of your success, $N. Not meeting my expectations will be the least of your worries, however, should you fail.',NULL,NULL,NULL,NULL,NULL,6284,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,697,11520,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1472,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,10605,0,1472,1476,0,0,0,'Devourer of Souls','A succubus is a devourer of souls, destroyer of hearts, tempter of men. A creature of profound evil and of singular mind.$B$BIt cannot be brought into our world without a stimulus.$B$BThus we use its own strength against it. With the hearts of good men, pure men, loving men, the succubus will be unable to resist, and will cross into our world. Then you can dominate it, and make it your own.$B$BSpeak with my assistant, Godrick Farsan, within the Temple. He will help you find your bait.','Speak with Godrick Farsan in the Temple of the Damned.','You were sent by Carendin? Sithel, then.$b$bDo not think light of me because my sight is gone. I see things that lie behind now, with clarity I had never known. What I once thought a curse, is now a boon.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1473,2,-61,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1478,0,0,1471,0,0,0,'Creature of the Void','It seems the consensus that you are ready to learn to summon a voidwalker.$B$BA being created of the chaos that lies beyond, if you summon one but cannot control it, you will be torn asunder.$B$BThe first voidwalker was summoned by Egalin, and in his grimoire is the process explained.$B$BUnfortunately, it was stolen from us by an agent of the Scarlet Crusade who has it secreted away in his base at a tower to the west. Bring it to me, and I will impart the knowledge to you.','Recover Egalin\'s Grimoire and bring it to Carendin Halgar in the Temple of the Damned.','Ah, this is excellent. Like as not, Perrine was ignorant to the true power of the musty book he had stolen from us.$B$BIt will not fall out of our hands again. Observe, $N, the structure of the spell, the manner in which your power must be channeled.','Egalin was the teacher that taught me. With hardly a look, he was able to command the voidwalker he had summoned.$B$BWhen it came my turn to try, I was overconfident. Do not trifle with the powers that you wield, $N, they can consume even the vigilant.',NULL,NULL,NULL,NULL,NULL,6285,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1474,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1476,0,0,0,6286,1,0,'The Binding','Using these hearts, cast a spell at the summoning circle to open a doorway for the succubus to come through. Your powers are greater now, and you will need all of them to defeat the succubus.$B$bBeware its charms, $n, many a strong mind has been bound to its will. When overcome, the succubus will be returned to the void, and I will teach you the spell to summon it forth at your command.','Using the Pure Hearts, summon and subdue a succubus, then return the Pure Hearts to Carendin Halgar in the Magic Quarter of the Undercity.','Again, you have done well, Sithel. 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.',NULL,NULL,NULL,NULL,NULL,6286,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,712,11519,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1475,2,1519,0,38,50,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,1469,0,0,0,0,0,0,'Into The Temple of Atal\'Hakkar','According to legend, The Temple of Atal\'Hakkar is a holy shrine dedicated to the ancient god, Hakkar the Soulflayer. Maintained by a vicious tribe of trolls named the Atal\'ai, the temple is rumored to be impenetrable.$b$bNow sunk beneath the Pool of Tears, retrieving artifacts from the temple is even more difficult. But that\'s what I need you to do, $n.$b$bAid me by gathering the intact Atal\'ai Tablets. Bring them to me and I will return to the Explorers\' Guild a hero. Together we will share the glory.','Gather 10 Atal\'ai Tablets for Brohann Caskbelly in Stormwind.','The Atal\'ai Tablets! Thank you, $N!$B$BOnce I deliver these to the Explorers\' League our names shall go down in history together. You have helped an old dwarf fulfill his final obligation in life. For that I am eternally grateful.','As dusk slowly descends upon my career I turn to you, $N, to help me in my final quest for the Explorers\' League. If my old bones could muster the strength to brave the Swamp of Sorrows and the sunken temple I would be fighting right alongside you.$B$BPride makes it hard for me to ask for your help in collecting the Atal\'ai Tablets. But old age forces the necessity.$B$BPlease help me, $N. I want to retire from the Explorers\' League having completed their final bidding.',NULL,NULL,NULL,NULL,NULL,6288,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1490,0,0,0,1,0,0,0,469,47,72,0,0,125,200,125,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1476,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1472,0,0,1474,0,0,0,'Hearts of the Pure','Men of honor and goodness? Does such a man exist?$B$BIt took much research, but through bits of overheard stories, I managed to find two men that should do.$B$BThe first is Dalin Forgewright, who has dedicated himself to the care of the Lordaeron refugees, whom are refused by their kin at the Greymane Wall.$B$BThe other is Comar Villard, a man who remains faithful to his lost love, wandering the Wetlands for a sign of his wife.$B$BDeliver their hearts to Carendin. But first, let me show you your quarry.','Bring the hearts of Dalin Forgewright and Comar Villard to Carendin Halgar in the Temple of the Damned.','The heart of a goodly man seems much the same as any, when you see it like this, don\'t you think?$B$BPerhaps we possess something of a... different... view on the subject. These will do, though. I have no doubt that a succubus would be attracted by their purity.','I have been pleasantly surprised by the speed of your progress so far, Sithel. Bring me the hearts and you will impress me once again.',NULL,NULL,NULL,NULL,NULL,6312,6313,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1477,2,1519,0,40,45,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1395,0,0,0,'Vital Supplies','Our mages are conducting research at Nethergarde Keep in the Blasted Lands, research vital to our understanding of the Dark Portals. They require nearly constant supplies, but our supply line to Nethergarde is tenuous.$B$BYou must help ensure the supplies make it to Nethergard. Report to Watchmaster Sorigal in Darkshire, and do as he asks. This task will take you into hostile lands, $N. Prepare yourself.','Speak with Watchmaster Sorigal.','Andromath sent you? Very good. I have an important task for you... ',NULL,NULL,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,0,0,0,0,0,469,72,0,0,0,5,25,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1478,2,-61,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1478,1473,0,0,0,'Halgar\'s Summons','Ah, $N! I just received word from Carendin Halgar that he would like to see you for further training.$B$BYou should be proud of yourself, $N. It\'s not every day that Master Halgar personally sees fit to instruct a young warlock.$B$BYou\'ll be able to find him in the Magic Quarter of the Undercity, near the Temple of the Damned.','Speak with Carendin Halgar in the Undercity.','Good, I see Ageron managed to find you, $N. Let us waste little time with small talk and pleasantries and focus on your training. There is still much you have to learn.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1479,2,-284,0,60,60,0,1101,0,0,0,0,0,0,0,0,0,4,0,0,1468,0,0,0,0,0,0,'The Bough of the Eternals','I\'ve heard stories about how the night elves have their bank in a tree - one that looks like a bear! That\'s so cool! Night elves are neat how they like nature and stuff, but bears are just totally awesome!$B$BWould you take me to see the bear-tree in Darnassus, please? There\'s a boat that will take us close to there, and it shouldn\'t take very long. Please, please, please!','Take the orphan to the bank of Darnassus. The bank itself is hollowed out of a tree known as the Bough of the Eternals.','Wow, it was cooler than I even imagined - the Bough of the Eternals! I didn\'t think it\'d be so big, but it was! Did you see the bird on top of it too?! I wonder how they got the branches to look like that!$B$BThanks for taking me to Darnassus, $N. You\'re awesome!','Are we there yet?','Go to the bank in Darnassus, otherwise known as the Bough of the Eternals.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1480,2,405,0,25,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1481,20310,1,0,'The Corrupter','The torn skin smells rotten, and is remarkably pliable for something that appears to be dry and fragile.$B$BAs you unroll it, you can clearly see the red markings of some kind of language on one side. At the bottom of the skin is a very clear symbol that you guess is a signature of some kind.$B$BPerhaps it is something Maurin could tell you more about?','Bring the Flayed Demon Skin to Maurin Bonesplitter in Desolace.','Hmm, these runes are indeed a language, $N, an old language. They seem remotely similar to the Eredun language, but the differences are drastic. If I am not mistaken, this is a contract of some kind.... Here, yes, this symbol is the demon\'s signature: Lord Azrethoc.','The Burning Blade begin to realize how weak they truly are. Their magics are pathetic, their strength feeble.$B$BTheir only power comes from those they serve, and not from any understanding of true power and knowledge.',NULL,NULL,NULL,NULL,NULL,20310,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1481,2,405,0,25,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1480,0,0,1482,0,0,0,'The Corrupter','I believe I can find this demon lord given the proper reagents.$B$BIf he is indeed as powerful as I suspect, I will need items gathered from deadly creatures. But you act in the Warchief\'s name, so I am sure you will accept my task.$B$BFirst, I will have to break any wards he has against scrying. For this, I will need the scalp from a satyr--but not any satyr. The scalp must come from a Hatefury shadowstalker.$B$BSearch for them among the ancient ruins in the northeast of Desolace.','Bring a Shadowstalker Scalp to Maurin Bonesplitter in Desolace.','The shadowstalkers were unable to slay you, $C. Impressive... most impressive.$B$BThis scalp will do nicely for my spell. While you were away, I was able to gather some of the other reagents needed for the spell.$B$BI am almost ready. I only need a focus for the spell--something to project an image of the demon lord and his whereabouts.','Do not bring me an incorrect scalp, $C. Using the incorrect reagents could cause our deaths. The demon lord may have contingency spells on his person to slay those who would scry upon him.$B$BFate has already dealt me enough pain.',NULL,NULL,NULL,NULL,NULL,6441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,68,0,0,0,49,250,0,0,0,0,0,1740,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1482,2,405,0,25,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1481,1484,0,0,0,0,0,'The Corrupter','An oracle crystal would do nicely. They are crafted by the naga for their oracles to use.$B$BNorthwest of here, along the coast, is a vast coral reef that the naga have taken as their home when this close to the shore. You can find their oracles there. The Slitherblade are deadly and will not react kindly to your intrusions, so be careful and make haste.$B$BWhen you return, we shall see about finding this demon lord Azrethoc.','Bring an Oracle Crystal to Maurin Bonesplitter in Desolace.','A precious oracle crystal... flawless... beautiful. Indeed.$B$BWe shall begin immediately. Finding this demon lord should be our primary concern, and its slaying demands our utmost attention.$B$BTake a step back, $C, and let us see what this demon is, and where he may be found.','I am ready for the oracle crystal, $C. Finding and destroying this Lord Azrethoc would garner a great deal of favor with the Warchief for both of us. We would do well to work together and to do so swiftly so we may further our own ends and curry favor with the Warchief.',NULL,NULL,NULL,NULL,NULL,6442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1483,2,17,0,16,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1093,0,0,0,'Ziz Fizziks','The Venture Company stole many of the best goblin minds, but from time to time, we get the opportunity to steal some back.$B$BA while ago, the Venture Company outfit in the Stonetalon Mountains hired Gerenzo Wrenchwhistle--a gnome! Their other engineer, Ziz Fizziks, was so taken aback by this, he pleaded with me to find him new employment with the Tinkers\' Union. I set him on a few tasks, but he might need help.$B$BMaybe you could look in on him for me? He\'s stationed at the western edge of Windshear Crag.','Speak with Ziz Fizziks in Windshear Crag.','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,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,0,0,0,0,0,470,0,0,0,0,25,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1484,2,405,0,32,33,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1482,1488,0,0,0,0,0,'The Corrupter','This creature is far more dangerous than I had anticipated. No doubt Takata questions my abilities to take on such a creature, and it would insult his honor if he were not informed about what just happened.$B$BSpeak to the swordsman, tell him you are willing to slay the demon if he would allow it, but do not press too hard. It is better if he thinks it his own idea.','Speak to Takata Steelblade in Desolace.','I witnessed what just occurred with Maurin and the demon lord. That creature, even as an apparition, seems to have more power than my warlock companion. I wonder if he\'s up to the task of defeating the monster? It would serve the Warchief better if I go myself, but with my responsibilities here, I would disgrace my clan if I turned my back on my duties here to battle this evil for my own honor.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1485,2,-61,0,1,4,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1499,0,0,0,'Vile Familiars','Those warlocks who came before us have earned the distrust of the Horde, and while we are tolerated, we are not loved.$B$BThis has not brought the warlocks closer together, however, as many choose to live reclusively, dabbling in their magics alone. I will not seek to lead you down one path or the other, but only help you in your maturation.$B$BBefore I teach you the art of summoning, bring me six heads of the vile familiars from the cave to the northeast.','Bring 6 Vile Familiar Heads to Ruzan.','Throughout your training as a $C, you will learn to call forth beings of many sorts. Some may not seem it, but all are useful tools.$B$BDo not be fooled by the imp\'s small size. As you no doubt noticed, it is still a formidable adversary.','It is important that you can control the beings that you summon through your magic. There are few enough interested in learning the ways of the $C that I would risk throwing your life away by teaching you something before you are ready.',NULL,NULL,NULL,NULL,NULL,6487,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,216,688,7763,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1486,2,17,0,13,17,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Deviate Hides','As Naralex descended deeper into his nightmare, a strange breed of beasts arose from beneath the Barrens into the Wailing Caverns.$B$BThese deviate creatures have strange, otherworldly properties. While evil in nature, it is my opinion that some good can come from their existence here in Kalimdor. I believe their hides will be of particular use in the ways of leatherworking.$B$BIf you feel up to the task, venture into the caves below and retrieve some deviate hides.','Nalpak in the Wailing Caverns wants 20 Deviate Hides.','Your efforts shall not go unnoticed in gathering these hides, $N.$b$bThank you for your dedication.','I am very interested in examining the hides from the deviate creatures who have infested these caves. Have you had any luck in collecting some, $C?','','','','','',6443,0,0,0,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,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,1800,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1487,2,17,0,15,21,81,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Deviate Eradication','Naralex had a noble goal.$B$BOur great leader aspired to enter the Emerald Dream and help regrow these harsh lands back into the lush forest it once was. But something went terribly wrong.$B$BNaralex\'s dream turned into a nightmare and corrupt creatures began to inhabit the caverns.$B$BWhile some Disciples of Naralex seek to awake our master, my concern is with ridding these caves of the evil beasts.$B$BBrave the caverns, $N, and eradicate the deviate spawn.','Ebru in the Wailing Caverns wants you to kill 7 Deviate Ravagers, 7 Deviate Vipers, 7 Deviate Shamblers and 7 Deviate Dreadfangs.','As a Disciple of Naralex, I commend your bravery, $N.$b$bYour aid in ridding the caverns is the first step in our long plight to see the Barrens restored.$b$bThank you and may you prosper.','$N, we, the Disciples of Naralex, need your help. Our numbers are dwindling with our master trapped in his twisted nightmare. We have not the forces necessary to deal with the corrupt creatures which now haunt these caverns.$b$bI beg of you, enter the caves and wage war on the deviate creatures!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3636,5755,5761,5056,7,7,7,7,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,2500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1488,2,405,0,25,40,1,690,0,0,0,0,0,0,0,0,0,8,0,0,1484,0,0,0,0,0,0,'The Corrupter','Although I have no knowledge of this Lord Azrethoc, I agree with Maurin, he must be stopped; especially if he is attempting to gain influence over the Burning Blade to further his goals.$B$BYou have already shown you wish to aid the Warchief, and I would trust you to gather a party to slay the demon lord and his warlock servant.$B$BWhen you are ready, head directly south, and return to me when the threat has been ended.','Slay Lord Azrethoc and Jugkar Grim\'rod and return to Takata Steelblade in Desolace.','A mighty victory for us all, $N. Let us rejoice in your success. I trust now that our future here is not as bleak as I once thought.$B$BThe demons will be slain, the Burning Blade will fail in their efforts, and we may one day have a place we can safely call home again.','Glory to the Horde, and death to our enemies, $N!$B$BThe demons in Desolace pose a greater threat than ever before. My hope of returning to the Warchief dwindles as more and more of the foul creatures seem to appear.$B$BI sometimes wish it was only the centaur we had to deal with.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5760,5771,0,0,1,1,0,0,0,0,0,0,6746,6747,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,150,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1489,2,718,0,13,16,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1490,0,0,0,'Hamuul Runetotem','The shells you brought me have a taint, one I have never before seen. I am certain the water of the Oases is the cause, and I can sense the confusion they cause this land. It is as if the land dreams and cannot awake.$B$BThe Wailing Caverns must be the source of the taint. But before you go there, speak with Hamuul Runetotem, the elder druid. I sent word to him of the happenings in the Barrens. He is wise, and can offer you counsel.$B$BYou will find him in Thunder Bluff, on the Elder Rise.','Speak with Hamuul Runetotem.','I bid you greetings, $N. You are welcome here, and I suggest you gather all your strength. For the task we now set before you ... is a dire one.','Your masters are fools to send you here, for I will never again be a Scourge slave!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1490,2,718,0,12,16,81,690,0,0,0,0,0,0,0,0,0,0,0,0,1489,0,0,914,0,0,0,'Nara Wildmane','I entered the land of dreams, and dreamed of a cult of druids who dwell in the Wailing Caverns. I saw that their goals were once noble, but they have lost their way. They are now servants of the taint seeping through the Barrens.$B$BI am old and my strength fails. I could not long dwell in that dreaming place and know little more of the tainted druids. But Nara is young and her spirit is fierce. She remained in the dreaming when I fled.$B$BSpeak with Nara. She is in the tent, over yonder.','Speak with Nara Wildmane.','Yes, it is true. I know of the druids in the Wailing Caverns. I have seen their twisted, scaled faces. I know their crimes, and I know their plans.$b$bYou must stop them, $N.',NULL,NULL,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,0,0,0,0,0,81,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1491,2,17,0,13,18,81,0,0,0,0,0,0,0,0,0,0,0,0,0,865,0,0,0,0,0,0,'Smart Drinks','Ok, so the raptor horns didn\'t work so well. But that\'s all right -- no one got rich on their first try! And besides, I think I found something that\'ll work even better in my smart drinks!$B$BThere is a substance called Wailing Essence, and I think it is the cause of the strange plants and animals in the Barrens. Get me some and I\'ll try it in my drink!$B$BI heard the essence gathers in ectoplasmic creatures in the Wailing Caverns to the west. Hunt those creatures and gather the essence.','Bring 6 portions of Wailing Essence to Mebok Mizzyrix in Ratchet.','Great, you got it! I can\'t wait to try it out. This is going to make me a fortune, I just know it!$B$BThank you, $N. Take this, and after I\'m rich I\'ll send you more, I promise!','Where is my wailing essence?','','','','','',6464,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,100,0,0,0,0,0,1000,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1492,2,17,0,9,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6462,1,0,'Wharfmaster Dizzywig','I have need to send a crate of potions. reagents and other items to my associates in the Old World. Little time I have to actually see them to the dock at Ratchet, and the last caravan has already left.$B$BIf you could, please take this to Wharfmaster Dizzywig. He will ensure that it is placed on the next boat to Blackwater Cove.','Bring the Secure Crate to Wharfmaster Dizzywig in Ratchet.','A small enough crate. Yes. I should be able to find room for this aboard the ship. It sails with the next tide, I trust this is soon enough? Excellent. Let me just enter it into my ledger.$B$BAll taken care of! Good day to you, $C.','You seek passage on the next ship. or have some item you wish to send aboard it?','','','','','',6462,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1498,2,-81,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1505,0,0,1502,0,0,0,'Path of Defense','As a warrior, one of our most crucial tasks is... protection. We are the shield of the Horde, and we keep our weaker brethren safe. If you are to join in our ranks, then you must prove your mettle to me.$B$BGo to Thunder Ridge in Durotar, where live the lightning hides and thunder lizards. Hunt the beasts! Show me you are tougher than they! Brave their assaults and bring me a stack of their singed scales as proof.$B$BDo this, and then I will teach you.','Bring 5 Singed Scales to Uzzek at Far Watch Post in the Barrens.','Ah. I see you have defeated the thunder lizards, which proves you are tough. Now I will show you how tough skin and shrewd movements can combine to form an impenetrable wall of defense.$b$bLearn your lesson well, $N. And be ready for future instruction.','Do you have the scales, $N? Unless you can withstand the attacks of the thunder lizards, you will not benefit from my instruction.',NULL,NULL,NULL,NULL,NULL,6486,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,8121,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1499,2,-61,0,1,4,0,130,0,0,0,0,0,0,0,0,0,0,0,0,1485,0,0,794,0,0,0,'Vile Familiars','Zureetha has been sending novices like yourself to help cull the numbers of the creatures in the cave near where you fought the vile familiars.$B$BI think it would be good for you to gain experience by assisting her. Be sure to tell her that you assisted with the imp problem, she\'ll probably have a reward for you.','Speak with Zureetha Fargaze.','You have done well, $N.$B$BAlthough the vile familiars were merely pets of the darker powers within the Burning Blade, your success against them foretells greater deeds ahead. ',NULL,NULL,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,4925,5778,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,10,10,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1501,2,-61,0,10,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1506,0,0,1504,0,0,0,'Creature of the Void','So few warlocks remain... We risk much, but the risks are warranted. You must quickly reach maturity in your ability if you are to be of use to the Horde and to the Warchief.$B$BIt is time that you learned a new summoning spell.$B$BFirst, you must recover the Tablet of Verga, which was stolen by warlocks of the Burning Blade and is now kept at their lair in Skull Rock to the east of the city. With the tablet, I will show you the runes necessary to summoning a voidwalker.','Retrieve the Tablet of Verga for Gan\'rul Bloodeye in Orgrimmar.','Good. I hope you inflicted some other losses on the Burning Blade when you went to retrieve this.$B$BThey have been a source of great annoyance for the Warchief, and a great blight upon warlocks as a whole.','Do you have the Tablet of Verga, $N? If not, I do not wish to speak with you until you do.',NULL,NULL,NULL,NULL,NULL,6535,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1502,2,-81,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1498,0,0,1503,0,0,0,'Thun\'grim Firegaze','It is vital that a warrior\'s weapon is one of quality. And if there is an orc who can craft quality weapons, then that orc is Thun\'grim Firegaze. He is a hermit who dwells atop the hills east of the Crossroads.$B$BIf you seek a weapon, warrior, then you should seek Thun\'grim. To find him, first travel to the Crossroads to the west, then strike east into the hills. His camp is high on a hilltop.','Speak with Thun\'grim Firegaze in the Barrens.','My eyes have long dried out from staring into the forge\'s flame, but some things I can still see. I can see you want something.$b$bAnd if you found your way here, then I can guess what you desire.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1503,2,-81,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1502,0,0,0,0,0,0,'Forged Steel','I will give you a weapon. $N, but first you must aid me. The Razormanes to the northwest came into my camp a few nights past. They would not meet me in combat, but they know my eyes are bad--a few distracted me with snorts while others stole from me! The cowards!$B$BThey took an iron chest, and within it were some forged steel bars. If you can recover them then I will give you the weapon you seek.$B$BSearch for the iron box within the quilboar camps, and return with the forged steel bars.','Bring the Forged Steel Bars to Thun\'grim Firegaze in the Barrens.','You found them! And all the bars are here. which doesn\'t surprise me. I didn\'t think the Razormanes would know what to do with fine steel like this.$b$bThank you, $N. Here is your reward. May it serve you well.','Do you have my steel bars?','','','','','',6534,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1504,2,-61,0,10,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1501,0,0,0,7464,1,0,'The Binding','Now. observe the Tablet of Verga, for it contains the glyphs you will need for the summoning. Take them to the circle in Neeru Fireblade\'s tent on the other side of the cavern. There you will be able to call for the voidwalker.$B$BYou must defeat it using whatever physical and magical means you have at your disposal. When this is completed, return to me with the glyphs of summoning and I will demonstrate how you may bind the creature to your will.','Using the Glyphs of Summoning. summon and subdue a voidwalker, then return the Glyphs of Summoning to Gan\'rul Bloodeye in Orgrimmar.','You have done well. $N. I will show you how to summon the voidwalker similar to the one you just defeated.$B$BYou should know that we have high expectations for you, and you have, so far, matched them.$B$BDo not let it go to your head, however, as the tasks that still lie before you will make this seem as simple as waking in the morning.','The voidwalker is a powerful creature. I remember when it was I that was in your shoes. $N. Over the years, my own voidwalker has grown to fight me less, though I suspect that is only because it hopes I will let my guard down.$B$BRemember that, $N.','','','','','',7464,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,697,11520,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1505,2,-81,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1505,1498,0,0,0,'Veteran Uzzek','The Horde honors its warriors because their strength is unquestioned. But the truly great warriors are great students as well.$B$BSeek out Uzzek. He is a veteran of many battles and now instructs young warriors in the ways of combat. You will find him south of Far Watch Post. the orc garrison on the border of the Barrens and Durotar to the east.','Speak with Uzzek at Far Watch Post.','Hello. young one. Here for some instruction, are you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,51,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1506,2,-61,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1478,1501,0,0,0,'Gan\'rul\'s Summons','You there. $N, right?$B$BI hope your schedule isn\'t busy, because Gan\'rul wants to see you right away. You\'ll find him with the senior warlocks in the Cleft of Shadow.$B$BBased on my past dealings with Gan\'rul, your summons is either a very good thing or a very bad thing.','Speak with Gan\'rul Bloodeye in Orgrimmar.','Good. I was afraid Ophek wouldn\'t reach you.$B$BIt is time that I further your warlock training. Any business you have currently will have to wait.$B$BI trust there will not be a problem with this?',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1507,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1472,1508,0,0,0,'Devourer of Souls','The time has come for you to learn more of the summoning magics. You will learn to summon a succubus, a creature of incredible mental powers. It can lull those of weak minds into its servitude--but have no fear! I feel certain that you will be equal to the challenge.$B$BA succubus can only be summoned when baited with an item that represents great devotion and love. I leave it to you to find such an object.$B$BA suggestion? Speak with Cazul... There seems to be little the ancient warlock does not know.','Speak with Cazul in the Cleft of Shadow.','Hm... Zarm. You are still new to your path, but I sense the possibility for greatness in you.$B$BYou were born with gifts, $N. See that they do not go to waste.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1508,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1507,0,0,1509,0,0,0,'Blind Cazul','Hmm... But, of course, that is not why you have come to speak with me.$B$BIf Gan\'rul has sent you to me, it must be that you are to summon a succubus, and need an object to use for enticement.$B$BHmm... If you trust a blind man to lead you, $N, then listen. In the bluffs of Orgrimmar, west of the wind rider tower, lives Zankaja. She waits for the return of her mate.$B$BGo to her.','Speak with Zankaja in Orgrimmar.','Have you come with news of Dogran? He was to have returned days ago, and I have heard nothing...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1509,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1508,0,0,1510,0,0,0,'News of Dogran','My mate, Dogran, was recently sent to the Crossroads for duty. It was a promotion, and he was very proud.$B$BI was sad, of course, but I didn\'t let him know that. And worried, too. The Barrens is a more dangerous place than Orgrimmar, and I feared the worst.$B$BNow it\'s been a week after he should have returned, and I have received no word from him...$B$BPerhaps you could go to the Crossroads and see if they have any news? He worked with Gazrog, who should still be stationed there.','Speak with Gazrog at the Crossroads.','Zankaja? That\'s Dogran\'s mate, right?$B$BYeah, I\'ve heard from him, but it\'s not the sort of news we should let get back to her...$B$BNo, he\'s not dead. But he is injured and a prisoner of the quilboar.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1510,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1509,0,0,1511,0,0,0,'News of Dogran','He was stationed at Camp Taurajo, where we\'ve been trying to weed out the quilboar. He led a few grunts to one of their camps, where he was hurt bad. The others made it back and tried to rescue him. He was in bad shape, his wounds festered, so they were afraid to move him without patching him up first.$B$BThey sent a message here, requesting a healing draught from the trolls at the Malaka\'jin at the base of the Stonetalon Mountains. We sent someone to get it, but they haven\'t returned yet.','Speak with Ken\'zigla at the Malaka\'jin.','Another $R, eh? I hope you haven\'t come for the other. He didn\'t make it. Those goblins did him in good.$B$BHe said he needed a healing draught, but not much else.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1511,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1510,0,0,1515,6624,1,0,'Ken\'zigla\'s Draught','I figured there might be another coming to get the draught. so I prepared it anyways.$B$BHere you go, $N. Mind you, you should only give half of it to him! That will give him enough strength to move without bleeding himself dry. Wait a night, then give him the other half.$B$BAnyways, you\'ll want to bring this to Logmar at Camp Taurajo. From what the first one told me, he should have an idea where this Dogran is.','Bring Ken\'zigla\'s Draught to Grunt Logmar at Camp Taurajo.','Well. it\'s about time! Dogran has been dying out there, waiting for this.$B$BWe need to get this out to him right away, but most of the grunts stationed here are out on a foraging mission.','Yes. what is it?','','','','','',6624,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1512,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1515,0,0,1513,6625,1,0,'Love\'s Gift','Zankaja is young and beautiful. To be chained to an invalid... I will not allow her to suffer that injustice.$B$BLeave me. $N. And thank you. I may end my life in glorious battle, instead of a lifeless husk.$B$BAnd please, I would ask you not to tell my mate of this... I do not want guilt on her conscience.','Bring the Dirt-caked Pendant to Gan\'rul Bloodeye in Orgrimmar.','If you tell me that this will suffice. then I trust you, $N. Allow me to clean it though... Pristine and shining, it may be even more enticing to a succubus.','You have returned. Are you ready to battle a succubus?','','','','','',6625,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1513,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1512,0,0,0,6626,1,0,'The Binding','Take this to the summoning circle in Neeru\'s tent. $N. Summon forth a foul succubus, then show it your mastery. I believe in the strength of your magic. As always, though, be wary, for pride and overconfidence has overcome many a promising warlock.$B$BWhen you have defeated it, return the pendant to me so that I might deliver the news to Zankaja.','Using Dogran\'s Pendant. summon and subdue a succubus, then return Dogran\'s Pendant to Gan\'rul Bloodeye in Orgrimmar.','Success! Be sure I expected nothing less from my star pupil.$B$BYou have proven your worth. and gladly will I show you the method of summoning your subdued succubus. Go now, you have much to learn, and when next I see you, I will expect you to have found true mastery over your succubus.$B$BLeave the sorrow of Dogran and Zankaja to those of us who are longer in years, but remember it, and hold it as protection against the wiles of the dark power you have learned to summon today.','When I look upon a succubus. my heart begins to soar... But at the same time, I can almost sense my soul\'s ebb, drifting away like the tides.$B$BBe wary, my friend.','','','','','',6626,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,712,11519,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1514,2,361,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Corrupted Windblossom','','','You apply two Cenarion plant salves to the windblossom. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a windblossom plant. The berries that hang from the plant appear rotten and poisonous. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1514),(1515,2,-61,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1511,0,0,1512,6624,1,0,'Dogran\'s Captivity','You\'ve made it this far. so if you want to see this through to the end, I won\'t stop you. I can\'t spare you any additional manpower though, you\'ll be on your own.$B$BDogran is being held in a quilboar camp to the north of here. Look for a group of two huts. He\'ll be heavily guarded--that is, if they haven\'t killed him yet, or he hasn\'t succumbed to his wounds.$B$BGood luck.','Bring Ken\'zigla\'s Draught to Dogran in the Barrens.','Foul tasting brew...$B$BI can feel the strength in me now. enough to hobble away... But my leg, I will have lost it for the rest of my life. My arm, too.','Urrrghhhh...','','','','','',6624,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1516,2,-82,0,4,4,0,130,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1517,0,0,0,'Call of Earth','The time is now. young $C. You\'ve grown strong and your spirit endures like the earth. Following the shaman\'s path shows you have wisdom before even proving yourself.$B$BThe element of earth will guide your destiny, becoming part of you if you are ready. But you must stand before the earth itself. If you are ready, then you will see things only shaman know of.$B$BSeek out the Felstalkers to the north, and take from them two of their hooves. Return to me then, and we shall speak more of your future.\r\n','Bring 2 Felstalker Hooves to Canaga Earthcaller in the Valley of Trials.','Excellent. Your success shows that you are prepared.$B$BOf all the elements. earth represents the foundation of all things. It is your strength, your stamina, and your patience. Earth will protect you, but only if shown the proper respect. Like the other elements, even earth can be fickle. Earth is the basis for life, and by observing its laws, you will gain greater wisdom. Never forget the secrets earth shares with you.$B$BI shall make a sapta for you now, and by accepting it, you will realize your path.','Patience is earth\'s greatest virtue. The earth witnesses the cycle of all things: the mountains becoming deserts; rivers becoming canyons. The earth is the most stubborn and wise of all the elements and it does not tolerate impatience.$B$BThe earth beckons you now because a time of conflict draws near. When you return to me successful. then you shall be that much closer to being made whole.$B$BOthers will be envious of your wisdom and hate you for their ignorance.','','','','','',6640,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1517,2,-82,0,4,4,0,130,0,0,0,0,0,0,0,0,0,0,0,0,1516,0,0,1518,6635,1,0,'Call of Earth','A sapta is a drink created to bind our spirits to the elements. Fused with magic, the potion will allow the strong willed to see the elements as no one else can. Your spirit will be connected to the element the sapta was created for, and only a select few shaman know the recipe.$B$BThe sapta is always drunk in a holy place, and never anywhere else--remember that.$B$BSeek out Spirit Rock southwest of here--it is found at the end of the Hidden Path. Drink your sapta there, and... well, you shall see.','Find Spirit Rock and drink the Earth Sapta.','Ah... Unjai... 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,'',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1518,2,-82,0,4,4,0,130,0,0,0,0,0,0,0,0,0,0,0,0,1517,0,0,0,6656,1,0,'Call of Earth','Take this rough quartz from me and bring it to Canaga Earthcaller as proof of our meeting. He will craft a totem for you. and this pebble will be the heart of it. As small as it may seem, you will come to find that size does not matter, and that even the smallest of things can outlast many others.$B$BBe patient, $N. Remain strong. And seek wisdom. This is what earth asks of you. In the end, you shall become one with the earth--respect it as it shall respect you.','Bring the Rough Quartz to Canaga Earthcaller in the Valley of Trials.','Excellent!$B$BThe totem I will craft for you is more than a symbol of your status among $C--it has abilities beyond that. One use of the totem is as a focus for spells. Those spells are tied to the earth. and as you earn greater and greater wisdom, more of the earth\'s abilities will be made accessible to you.$B$BThe trainers will know when you are ready for greater knowledge.$B$BBut for now, take this earth totem, and a scroll to teach you your first ability.','I wish to be the first to welcome you fully to the first of four paths that will forever lead you in your destiny.$B$BIf you have the stone the earth gave to you. I will give you the totem it promised.$B$BIf not, then be gone with you until you have found your way.','','','','','',6656,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,8071,8073,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1519,2,-82,0,4,4,0,32,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1520,0,0,0,'Call of Earth','The time has come. young $C. Your body ages and grows strong, and your spirit endures like the earth. I see it within you-you have wisdom already.$B$BThe earth guides our people, and it speaks to us, as it will to you in time. But you must be tested. If you are ready, then you shall see things only our kind know of.$B$BSeek out the Bristleback shamans in their ravine to the east, and take from them a salve they use in their rituals. Return to me only when you have enough for your own potion.','Bring 2 applications of Ritual Salve to Seer Ravenfeather in Camp Narache.','Good. $N. Your return here signifies that you are indeed prepared for the next step.$B$BOf all the elements, earth represents the foundation of all things. It is your strength, your stamina, and your patience. The Earth Mother will protect you, but only if you show her proper respect. She is the basis for life, and by observing her laws, you will gain a greater wisdom. Never forget the secrets she shares with you.$B$BI shall make your sapta for you now, and by accepting it, a new path will open before you.','The earth is patient. and will wait for you until you are ready because she knows in time all things erode and are reborn. It is the cycle of things. Mountains become deserts. Rivers become canyons. The earth is the most stubborn and wise of all the elements.$B$BYou must learn patience and stamina above all things. The earth calls for you now because she feels you are ready. Consider this your rebirth if you succeed. You will never be able to go back to ignorance afterwards.','','','','','',6634,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,162,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1520,2,-82,0,4,4,0,32,0,0,0,0,0,0,0,0,0,0,0,0,1519,0,0,1521,6635,1,0,'Call of Earth','A sapta is a drink created to bind our spirits to the elements. Fused with magic, the potion will allow the open minded to see the elements as no one has seen them before. Your spirit will forever be tied to the element the sapta was created for, and only a select few of our kind know the secrets of its creation.$B$BThe sapta is always imbibed in a holy place, and never anywhere else.$B$BSeek out the shaman shrine to the east of here and drink of the sapta.','Find Kodo Rock and drink the Earth Sapta.','Ah... $N... pleased is the earth to have you here.$B$BBound together in body and spirit, you will go forward knowing that the mountains are your strength; the plains, your patience; and the world itself your essence.$B$BStanding before the earth humbly is all that is required of you for you to pass this rite. But the others are not as passive. They may be chaotic and often violent, but such is the nature of the elements. Dual natures opposing one another, you must come to learn these things intricately.',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,108,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1521,2,-82,0,4,4,0,32,0,0,0,0,0,0,0,0,0,0,0,0,1520,0,0,0,6656,1,0,'Call of Earth','Take this rough quartz from me and bring it to Seer Ravenfeather as proof of our meeting. She will craft a totem for you. and this pebble will be the heart of it. As small as it may seem, you will come to find that size does not matter, and that even the smallest of things can outlast mountains.$B$BBe patient, $N. Remain strong. And seek wisdom. This is what earth asks of you. In the end, you shall become one with the earth--respect it as it shall respect you.','Bring the Rough Quartz to Seer Ravenfeather in Camp Narache.','Splendid.$B$BThe totem I will craft for you is more than a symbol--it has abilities beyond that. One use of the totem is a focus for spells. Those spells are tied to the earth. and as you earn greater and greater wisdom, more of the earth\'s abilities will be made accessible to you. Trainers found throughout Kalimdor will know when you are ready for greater knowledge and will let you know as much when you visit them.$B$BBut for now, take this earth totem, and a scroll to teach you your first ability.','Greetings. $N. You would not return to me if you had not accomplished your task. May I be the first to welcome you fully to the first path of four that will forever rule your travels.$B$BIf you have the stone the earth gave to you, I will give you the totem it promised. If not, then I pity you. There is much pride to be had when you\'ve fully dedicated yourself to the elements.','','','','','',6656,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5175,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,8071,8073,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,1521),(1522,2,-82,0,10,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1524,1522,1524,0,0,0,'Call of Fire','Fire be witcha. mon. I see you be strong in da ways of earth already, an\' me tinkin\' you be ready to talk to Kranal.$B$BKranal live north of da Crossroads in da Barrens. He be strong in da ways of da elements and can teach ya da ways of fire... if you tink you be ready.$B$BHe be easy ta find, just don\' go too far--ya go too far an\' ya find yerself in da elves\' lands.','Find Kranal Fiss in the Barrens.','Hmmm, Searn sent you to me, did he?$B$BWell then, Searn could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$B$BI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1523,2,-82,0,10,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1524,1522,1524,0,0,0,'Call of Fire','Long has it been since you were last tested, $N. You have shown patience thus far in your studies, but the time has come for you to learn more. The time has come for you to learn about destruction... and chaos. The element of fire is yours for the understanding, if you\'re prepared to pay for it.$B$BSeek out Kranal Fiss in the Barrens. He lives in a small dwelling north of the Crossroads, but be mindful, if you\'ve reached the night elf lands, you\'ve gone too far.','Find Kranal Fiss in the Barrens.','Hmmm, Narm sent you to me, did he?$B$BWell then, Narm could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$B$BI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1524,2,-82,0,10,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1525,6653,1,0,'Call of Fire','You are powerful enough to wield the totem of fire. but that does not mean you are ready.$B$BAlong the Southfury River in Durotar, before the Great Sea, lies a hidden trail to one of the highest peaks in the land. Find your way to the top and you shall find one of our holy shrines watched over by Telf Joolam--the Shrine of the Dormant Flame.$B$BTake this torch to him--it marks that you attempt to tame fire. Return it to me aflame by the brazier at the shrine and I will see you are given the totem of fire.','Bring the Torch of the Dormant Flame to Telf Joolam in Durotar.','Ah. my mistake, $N. I apologize. I did not realize you possessed the Torch. I am pleased to make your acquaintance.$B$BMany adventurers find their way here while looking for lost treasure or the promise of mystical creatures to slay, only to be turned away from a seemingly empty shrine. But we know the truth, do we not, $N?$B$BThis shrine holds a greater secret from the mundane members of the Horde. To us, it is sacred.','Greetin\'s. $N. You\'ve found yerself at the Shrine of the Dormant Flame. Only those knowledgeable enough in the shamanistic arts will ever learn the secrets of this place and the power it holds. I\'m sorry you made the trip all this way, only to be turned back now--the journey up here is far from safe after all--but I am the keeper of the shrine, and I cannot allow just anyone to wander around here.','','','','','',6653,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1525,2,-82,0,10,12,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1524,0,0,1526,0,0,0,'Call of Fire','But you did not come here for a history lesson. did you? You came for the Eternal Flame and fire totem.$B$BThe first step is to create a sapta and bind you to the flame.$B$BI can create the fire sapta for you if you bring me two items. The first is fire tar, a simple item usually carried by Razormane spellcasters in eastern Barrens.$B$BThe second item will be more dangerous: a reagent pouch from one of the cultists of the Burning Blade. You can find them in a cave above the ravines northeast of Razor Hill.','Bring 1 Fire Tar and 1 Reagent Pouch to Telf Joolam in Durotar.','These will do nicely. $N.$B$BFire is more than chaos and destruction--do well to remember that. It is also about life, and creation. All things are tied together in such a way. Forces oppose one another, but at the same time, one cannot exist without the other. Both extinguish one another, but also give one another meaning. Always remember this.$B$BUsing different types of magic in conjunction with one another will show not only true skill, but great wisdom.','I have enough ingredients for a sapta of fire if you can find the reagent pouch and some fire tar. The Burning Blade fanatics carry the proper components for most of their spells in those pouches. and usually have enough of the items I need that we will not have to search much farther for anything else.$B$BThe saptas are always made from ingredients that are closely tied to their respective elements. It makes our work easier because of the warlocks\' ties to fire.','','','','','',5026,6652,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6636,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1526,2,-82,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1525,0,0,1527,6653,1,0,'Call of Fire','The fire sapta is finished. The time has come for you to face the flame. Use the sapta at the shrine and head to the top of the mountain to face the manifestation there. He will not attack until you are ready. but he will realize you are able to see him.$B$BStrike him down swiftly, $N, for he shall only grow in power the longer you take to slay him. Once he is defeated, place his glowing embers within the brazier and light the torch.','Defeat the Minor Manifestation of Fire. and place the Glowing Ember in the brazier atop the Shrine of Eternal Flame.','A white hot flame ignites within the bowl as you place the ember within. You can feel the magical effects of the sapta coursing through your body and the fire dances rhythmically before you.$B$BYou place the top of the torch within the basin. and it immediately catches on fire.','The brazier stands about a third your height. and looks normal, save for the inscriptions along its smooth metal rails. The metal shows no signs of wear from the weather, and the bowl seated at the top of it feels cool to the touch.','','Drink the Fire Sapta','','','',6653,6655,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1527,2,-82,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1526,0,0,0,6654,1,0,'Call of Fire','Torch firmly in hand. you turn away from the brazier and look out over Durotar. You feel an excitement tugging at your spirit as the wind picks up and forces the flame to dance violently.$B$BYou start off down the path back to the Barrens in search of Kranal Fiss.','Bring the Torch of Eternal Flame to Kranal Fiss in the Barrens.','Your spirit burns brighter than any torch I\'ve ever seen. $N. and for that, you should be proud.$B$BIf you continue down this path, the elements will be yours to command, and our brethren will look to you for guidance and wisdom. Let me be the first to congratulate you and present to you your newest totem.','Yes. $N? What do you have there?','','','','','',6654,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5176,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,3599,2075,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1528,2,-82,0,20,20,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1530,1528,1530,0,0,0,'Call of Water','Water be in ya future, mon. I see you be strong in da ways of fire already, an\' me tinkin\' you be ready to talk to Islen.$B$BIslen live along the coast of da Barrens. If ya head south along the Southfury River, ya canna miss her--look fer da big shark! She be strong in da ways of da elements and can teach ya da ways of water... if you tink you be ready.$B$BShe be easy ta find, just don\' go too far south--she be jus\' beyond Ratchet.','Find Islen Waterseer in the Barrens.','The wind approaches you quickly from the horizon; the earth is steady beneath your feet; and your spirit is already warmed by fire--I would say it is time for you to learn about the purity of water.$B$BYour path has led you this far, and your spirit will give you the strength to carry on even further. But the first step is yours to take. ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1529,2,-82,0,20,20,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1530,1528,1530,0,0,0,'Call of Water','Long has it been since you were last tested. $N. You have shown patience thus far in your studies, but the time has come for you to learn more. The time has come for you to learn about the purity of water.$B$BSeek out Islen Waterseer in the Barrens. She is along the eastern coast, south of the Southfury River and Ratchet. You will find her there at her fishing hut. Good luck to you, $N.','Find Islen Waterseer in the Barrens.','The wind approaches you quickly from the horizon; the earth is steady beneath your feet; and your spirit is already warmed by fire--I would say it is time for you to learn about the purity of water.$B$BYour path has led you this far, and your spirit will give you the strength to carry on even further. But the first step is yours to take. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1530,2,-82,0,20,22,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1535,0,0,0,'Call of Water','If there is one lesson you must learn of water, it is this: water means rebirth.$B$BIts power flows, erodes, and makes clean all manner of things. You will find its ability to heal and replenish incomparable, but only when it is pure.$B$BWhen you understand that water, when polluted, can devastate all that it touches, you will appreciate how vital a resource it is.$B$BIf you wish the water sapta, find Brine deep in Southern Barrens. Her home is continually molested by the quilboar there.','Find Brine in Southern Barrens.','Yes?$B$BMmm. I have a feeling I know what you\'re going to ask me: what would possess someone to live out here in the deepest part of the Barrens. the threat of quilboar all around. and no protection? Well, we all have our reasons to justify why we act the way we do. The real question is, what brings a lowly $R to the deepest reaches of the Barrens to speak to a woman who obviously has no concern for her own well-being?$B$BI\'m willing to bet we both know the answer to that.',NULL,NULL,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,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,1,0,0,0,0,0,0),(1531,2,-82,0,30,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1531,0,0,0,0,'Call of Air','You be makin\' headway now, mon. Your be ready to prove yerself worthy of the air totem, but first, ya must fin\' Prate Cloudseer in Thousand Needles. She be willin\' ta tell ya how to get yer air totem if ya treat her wit enough respect.$B$BHead south through the Barrens, and after ya reach Thousand Needles, head east. You\'ll find her hiddin\' in a hole wit\' her boyfriend--haha, don\' tell her I be dissin\' her none--she not take it too kindly.','Find Prate Cloudseer in Thousand Needles.','For the time being, I shall give you what you need to focus your spells and to call upon the spirits of air. Take this totem, and when you are ready, train with me some more.',NULL,NULL,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,5178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,8385,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1532,2,-82,0,30,0,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1531,0,0,0,0,'Call of Air','The winds of Kalimdor rush to meet you and you shall be counted among some of our most powerful $g brothers:sisters;. I am proud to see you have come this far and have such a promising future.$B$BThe element of air is a difficult one to control, but I have faith that your skills will overcome any obstacles that are placed in front of you.$B$BHead to the very south of the Barrens, and enter Thousand Needles. It is there, far to the east, that you will find Prate Cloudseer. She will teach you more.','Find Prate Cloudseer in Thousand Needles.','For the time being, I shall give you what you need to focus your spells and to call upon the spirits of air. Take this totem, and when you are ready, train with me some more.',NULL,NULL,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,5178,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8385,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1534,2,-82,0,20,23,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1536,0,0,220,7767,1,0,'Call of Water (Part 4)','Take this waterskin and head deep into the lush forest the night elves call Ashenvale. It is to the far north of the Barrens.$B$BOnce you\'ve entered the forest. travel west. Along the mountains that separate Stonetalon and Ashenvale, and beyond Lake Mystral, you will find a holy place: the Ruins of Stardust. At the center of the lake you will find a small fountain.$B$BBring me a sample of the fountain\'s water. It will be the final component you\'ll need before I send you back to Islen.','Fill the Empty Blue Waterskin at the Ruins of Stardust in Ashenvale and return to Brine in the Barrens.','Wonderful. $N. With all three samples gathered, I can create for you a vial of the purest water any living creature will find. It will be used in the next steps of your rite of passage.$B$BI am pleased to count you among our kind, $N. You do all $C proud, and I look forward to hearing about your exploits in the future.','Do you have the water yet. $N? Tales say the ruins were protected by large creatures of nature that do not care for visitors, but those could be myths to scare off the enemies of the night elves.$B$BRegardless, be careful.','','','','','',7770,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1535,2,-82,0,20,22,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1530,0,0,1536,7766,1,0,'Call of Water (Part 2)','To find understanding and gain the sapta from me. you must seek out only the purest forms of water. As you fetch the samples for me, take note of your surroundings. Be aware of the creatures that rely on the water, that protect it. See how it affects forests and deserts. Witness how the very substance that sustains life will force creatures to take lives.$B$BWe shall start with a simple task: down below my hut there is a pond of the precious liquid. Fill this skin with it and return to me.','Fill the Empty Brown Waterskin at the watering hole below Brine\'s hut and return it to her in the Barrens.','I thought some bloodshed might ensue if you tried to take water from the pool. It is a pity the quilboar do not realize that all living things are tied together; that their greed only perpetuates the pain and suffering of their people. How much could they accomplish if they were to put their differences aside and their clans came together.$B$BAgain. a pity, but more than likely a boon for the other races of the Barrens.','I am just about prepared to send you on your other tasks. Have you filled the skin yet?$B$BI know how protective the quilboar can be. Even such a small water source is a vast hoard of wealth to them. They have great feasts when even the slightest rain comes to the Barrens. Water is sacred to their kind because it is so scarce. Do you understand?','','','','','',7769,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,525,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1536,2,-82,0,20,22,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1535,0,0,1534,7768,1,0,'Call of Water (Part 3)','Long ago I followed some companions into the Hillsbrad Foothills. We defended ourselves from some tenacious humans who make their home there and we found ourselves in a small town the Forsaken had taken over: Tarren Mill.$B$BIt was there I found a most peculiar thing: in the center of town was a small well of fresh spring water. I\'m not sure the plagued citizens of the town even realize its value--it\'s a small holy vestige in an unhallowed sea.$B$BBring me a sample of that water in this waterskin.','Fill the Empty Red Waterskin at the well in Tarren Mill and return to Brine in the Barrens.','This is good. $N. You\'re dedicated to the task at hand and have the ability to seek out that which is needed.$B$BOne more sample is all I need to create the reagent needed for your sapta. Islen will be pleased as well.','The well remaining pure within the town reminds me of stories told to me when I was younger. $N. Even in times of great pain and sorrow one can find a sliver of hope, a small symbol to rally around. The orc people see Thrall this way. He survived against great odds and rose up to lead our people through his strength and example.$B$BI\'m not sure any orc has suffered as much as he has, but at the same time, I\'m not sure any orc is as strong as he is either.','','','','','',7771,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1558,2,-284,0,58,60,0,1101,0,0,0,0,0,0,0,0,0,4,0,0,1479,0,0,0,0,0,0,'The Stonewrought Dam','Ironforge is where all the dwarves and gnomes live. Near there is a place called Loch Modan, and the dwarves built a HUGE dam there. They say it\'s one of the biggest things anyone\'s ever made. Wow!$B$BCould you take me to Loch Modan and see the dam there, please? I think it is the Stone... um... Stonewrench Dam? Stonewrought? It\'s big - that\'s for sure. I\'d like to look out over the big waterfall. I promise I won\'t lean over too far!','Take the orphan to the Stonewrought Dam in Loch Modan. You should take him to the middle of the dam so he can see out over the giant waterfall.','WOW - the dam was WAY bigger than I thought! I could barely hear myself talk from the sound of all the rushing water! Hey, do you think it would ever run out of water? Man, what would happen if that damn ever broke! WOW, that would be scary!$B$BThanks for taking me to see the dam. That was very kind of you. I told you I wouldn\'t lean over too far!',NULL,'Go to the top of the Stonewrought Dam in Loch Modan.',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1559,2,-201,202,30,37,0,0,1,0,0,0,0,0,0,0,0,8,0,0,705,0,0,0,0,0,0,'Flash Bomb Recipe','','','So you\'re an engineer, eh? Well, for your help in getting me those pearls, here\'s the recipe for flash bombs.$B$BGood luck, and try not to blind yourself! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0),(1560,2,440,0,40,50,0,0,0,0,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,'Tooga\'s Quest','I am so lost!$B$BMy wife. Torta, sent me out to fetch dinner and I must have taken a wrong turn somewhere.$B$BWould you be so kind as to lead me back to Torta? She\'s waiting for me just south of Steamwheedle Port.','Show Tooga the way back to his wife. Torta.','So he couldn\'t find his way back on his own? Figures.$B$BWell. I guess you deserve something for your troubles....','','Lead Tooga to Torta','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9638,9642,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1578,2,-121,164,1,12,0,1101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Supplying the Front','The mountaineers of Loch Modan are fighting troggs, and having a busy time of it! They need constant supplies of new armor and weapons if we\'re ever to get a handle on those troggs.$B$BThat\'s why my colleague Thorvald is there, trying to keep the mountaineers in good gear. So if you were to make some copper axes and copper chain belts and bring them to Thorvald, he would be obliged. He might even share his knowledge with you.$B$BThorvald is in Loch Modan\'s southern guard tower.','Bring 6 Copper Axes and 6 Copper Chain Belts to Thorvald in the southern guard tower of Loch Modan.','Ah, apologies! I didn\'t realize you were here to help resupply our troops. The stuff you made will be a big help!$B$BHere are plans for some armor. I hope you find them useful.','I have no time to chat. Do you have business with me?',NULL,NULL,NULL,NULL,NULL,2845,2851,0,0,6,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3609,0,0,0,1,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1579,2,-101,356,10,12,0,1101,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1580,0,0,0,'Gaffer Jacks','I came to Auberdine because of the quiet. I want to invent my inventions where it\'s quiet, because after a night of drinking I don\'t like all the noise of Ironforge!$B$BSo I took a ship to Auberdine and had a little too much to drink on the way. I dropped my box of gaffer jacks overboard! I need my gaffer jacks!$B$BI don\'t know exactly where I dropped them, but if you fish for them in the ocean you might get lucky...','Bring 8 Gaffer Jacks to Wizbang Cranktoggle in Auberdine.','I can\'t believe you found them! You must be the luckiest $R in Kalimdor!','Did you find my gaffer jacks. $N? Without my gaffer jacks I can\'t tune my stintle pegs!','','','','','',6717,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,250,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1580,2,-101,356,10,12,0,1101,1,0,0,0,0,0,0,0,0,0,0,0,1579,0,0,0,0,0,0,'Electropellers','We know you\'re lucky, but... just how lucky are you, $N?$B$BOne night I was wandering the roads of Darkshore. I was looking for a good river or lake to try my new self-propelled, exploding duck decoy and I think I was a little tipsy... because I passed out and awoke hours later in Auberdine. My hair was singed and my bag of electropellers was gone! I must have dropped them in the water!$B$BI need those electropellers! Maybe you can fish them out of some lake or stream in Darkshore...','Bring 12 Electropellers to Wizbang Cranktoggle in Auberdine.','I can\'t believe it! You found them! You are the best fisherman I\'ve ever seen!$b$bThank you. $N. And here, take these. Although you\'re so good and you probably don\'t need them, they will help you with your fishing.','Did you find any electropellers? I\'ll need them if I\'m to continue my research on duck decoys...','','','','','',6718,0,0,0,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,6811,0,0,0,20,0,0,0,54,0,0,0,0,100,0,0,0,0,0,500,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1581,2,-181,171,4,8,0,1101,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Elixirs for the Bladeleafs','Our herb and alchemy shop is booming, but my husband spends so much time mixing potions that we never have time for each other.$B$BCan you help us?$B$BIf you can bring me a supply of pre-made elixirs, then I would be happy to trade with you. I have some rare herbs that you might find useful.','Bring 6 Elixirs of Lion\'s Strength and 2 Elixirs of Minor Defense to Syral Bladeleaf in Dolanaar.','These are nicely mixed. You take great care in your trade, $N, and that is important for an alchemist.$b$bHere are your herbs, freshly gathered. May you use them well.','Hello, $N. Do you have the elixirs to trade?',NULL,NULL,NULL,NULL,NULL,2454,5997,0,0,6,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2449,785,0,0,6,6,0,0,69,0,0,0,0,100,0,0,0,0,0,225,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1582,2,-182,165,15,18,0,1101,90,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Moonglow Vest','We in Darnassus, especially we craftsman, are quite busy. Young adventurers are eager to test themselves in the wilderness, and are in constant need of supplies.$B$BIf you can help me fill my orders of leather goods, then perhaps I can teach you an advanced leatherworking technique.','Bring 1 Embossed Leather Gloves, 5 Embossed Leather Boots and 5 Embossed Leather Cloaks to Lotherias in Darnassus.','Yes, these are good pieces. You have a skilled hand and an eye for detail. Your future as a leatherworker is promising.$B$BHere, $N. Let me show you the pattern to make the Moonglow Vest.','Greetings, $N.',NULL,NULL,NULL,NULL,NULL,4239,2309,2310,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,0,0,0,0,0,0,6710,0,0,0,1,0,0,0,609,69,0,0,0,25,250,0,0,0,0,0,840,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1598,2,-61,0,1,4,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Stolen Tome','You there! $N. right?$B$BI hope you\'re sure about becoming a warlock, because if you can\'t hold your own, you\'re likely to get pulled under.$B$BI\'m to teach you, but I need to make sure you\'re strong enough first.$B$BThere was a novice studying at the Abbey who ran off to join the Defias Brotherhood. Why do I care? Well, he stole some important books.$B$BOne of those happens to be a book I\'ve wanted for myself, the Powers of the Void. Steal it for me, they have it hidden at their tent in the Vineyards.','Retrieve the Powers of the Void for Drusilla La Salle.','Excellent... I was never able to gain access to this text. it was held in a protected wing of the library that would have looked suspicious for me to be loitering around.$B$BWell, you did a good job in getting this, and I\'m convinced that you can probably handle your own imp, so there\'s no reason for me not to show you how to summon one.','It was too conspicuous for me to steal the book myself. What luck one of their own patsies did the dirty work for me.','','','','','',6785,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,216,688,7763,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1599,2,-61,0,1,4,0,64,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Beginnings','You must be the new warlock everyone\'s been whispering about. Must be someone\'s taken a liking to you if they\'ve asked me to take time away from my research to start your training.$B$BDon\'t worry. I won\'t hold it against you.$B$BThe simplest of the summoning spells you will learn is that of the imp. Before I impart this to you, however, you must prove that you have the necessary magical and physical ability.$B$BBring me three feather charms from the frostmane novices from the cave to the southwest.','Bring 3 Feather Charms to Alamar Grimm in Anvilmar.','Very good. very good! You\'ve done well, Anengineer. Perhaps the interest that is being shown in you is deserved, after all.$b$bThat\'ll be for the others to decide--assuming your imp doesn\'t overpower you and nip your career in the bud. For now, I\'m satisfied that you\'ll probably survive your first few months as a $C.$b$bA word about the imp, Anengineer. As a $R knows, don\'t let its size fool you, its magic can be very dangerous.','Those feather charms the novices carry have some sort of magical power to them. It will be interesting to research them. I wouldn\'t have expected it from the trolls.','','','','','',6753,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,100,100,0,0,0,0,0,216,688,7763,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1618,2,-121,164,1,16,0,1101,70,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gearing Redridge','We dwarves aren\'t the only ones fighting. Our human allies have their hands full too!$B$BRedridge is under periodic attack from blackrock orcs, and their supply of equipment is always low. If you were to help them out, I\'m sure their resident blacksmith, Verner Osgood, would teach you a trick or two.','Tormus Deepforge wants you to bring 4 Runed Copper Belts and 4 Heavy Copper Mauls to Verner Osgood in Redridge.','Thank you, $N. This will help me out tremendously. With the Blackrock orcs attacking from Stonewatch Keep and the Redridge gnolls lurking in the foothills to the north, I\'m always fixing armor and making new weapons for our troops.$B$BThe supplies you brought will give me a moment\'s peace. I will have enough time to teach you something...','I hope you\'re here with good news from Ironforge. Because I\'m at my wit\'s end!',NULL,NULL,NULL,NULL,NULL,2857,6214,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6735,0,0,0,1,0,0,0,67,72,0,0,0,63,250,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1640,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,2,0,1639,0,0,1665,0,0,0,'Beat Bartleby','You want what?? You\'re crazy!$B$BThe only way you\'ll get this mug is if you pry it from my cold, dead fingers...','Beat Bartleby. then talk to him.','You\'re a lot tougher than you look!','','Beat Bartleby','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6781,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,126,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(1641,2,-141,0,12,12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1641,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$B\"The time has come for you to take your first step towards being truly virtuous. If you accept it, I will give you a Book of Divinity. In studying it, you shall learn some about the Light, and what is expected of you. If you understand it, and are capable, then you will succeed in attaining greater abilities.\"','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6775,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1642,2,-141,0,12,12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1642,1643,0,0,0,'The Tome of Divinity','In all things. a paladin must reflect the Light which supplements our strength. To strive to be divine for one of our kind does not mean we strive for godhood--we strive to be good in all actions.$B$BAlthough called upon to smite evil in these harsh times. you must always remember that it\'s aiding others that will truly set you apart from the citizens of Azeroth. Compassion, patience, bravery--these things mean as much to a paladin as strength in battle.$B$BKnow this well, and never forget it.','Speak to Duthorian Rall in Stormwind.','Hello again, $N. How goes your studies of the Tome of Divinity?$B$BThen you should be prepared to have yourself tested. There are always tasks to be done throughout the city and our lands; acts of compassion and understanding; people who need help; creatures to slay.$B$BBy proving you have the patience to help others, especially those who are less fortunate, you prove that you are a servant of the Light and of sound mind. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1643,2,-141,0,12,12,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1644,0,0,0,'The Tome of Divinity','Your task then, $N, is to find someone here in Stormwind that is in need of aid. Someone who is pure of heart and motive. Perhaps someone helping others. Perhaps someone in need of a guide. Regardless, the person must have noble intent and be relying on your kindness.$B$BDo this, and return to me when you are finished. Then, we shall discuss more of your path and what it means to be a paladin of the Light.','Search the Trade District of Stormwind for Stephanie Turner.','Oh, hello, luv. How go your adventures? Oh, I\'m so glad to hear you\'re doing well.$B$BOh, me? Thank you for asking--I\'m doing well, all things considered.$B$BThe increase in tradesmen has kind of put a damper on the amount of leather and cloth people are willing to part with these days, so it\'s been tougher to make clothing for the children at the orphanage, but we\'ll manage. By \"we\" I mean my husband and I. He\'s up in Ironforge trying to seek help from the citizens there. ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1644,2,-141,0,12,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1643,0,0,1780,0,0,0,'The Tome of Divinity','Bless their hearts. most of them have no families because of the Scourge attacks in the last decade.$B$BMy husband John collects the materials for me to make the shirts and pants for the children, but I haven\'t even had time to do that. I\'ve been too focused on keeping food on their plates, and a roof over their heads.$B$BWhat\'s that? You\'d be willing to help? Oh, thank the Light, and thank you, $N.$B$BIf you could bring me some linen cloth so I can sew clothes for the kids, that would help me out so much.','Bring 10 Linen Cloth to Stephanie Turner in Stormwind.','Thank you. $N, thank you so much!$B$BThe children will be so pleased, and you\'ve saved me so much time. I\'ll now be able to focus on the children\'s other needs, and hopefully my John will be able to return home sooner than we thought.$B$BThank you again, $N. I knew I could rely on the charity of others. The Light be with you.','I hope my John is having better luck in Ironforge. He so dislikes his trips there because it leaves the kids and me alone. but he knows it must be done. He\'s so kind-hearted.$B$BSome years have been easier than others, but this one\'s been rougher by far. It\'s almost as though something in the air is signaling a huge change. Who knows though?','','','','','',2589,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1645,2,-141,0,12,0,0,4,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1641,0,0,0,0,'The Tome of Divinity',NULL,NULL,NULL,NULL,NULL,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,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,1,0,0,0,0,0,0),(1646,2,-141,0,12,12,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1642,1647,0,0,0,'The Tome of Divinity','In all things. a paladin must reflect the Light which supplements our strength. To strive to be divine for one of our kind does not mean we strive for godhood--we strive to be good in all actions.$B$BAlthough called upon to smite evil in these harsh times, you must always remember that it\'s aiding others that will truly set you apart from the citizens of Azeroth. Compassion, patience, bravery--these things mean as much to a paladin as strength in battle.$B$BKnow this well, and never forget it.','Speak to Tiza Battleforge in Ironforge.','Welcome back, $n. You\'ve spent time reading the book, I hope?$B$BThen you should be prepared to have yourself tested. There are always tasks to be done throughout the city and our lands; acts of compassion and understanding; people who need help; creatures to slay.$B$BBy proving you have the patience to help others, especially those who are less fortunate, you prove that you are a servant of the Light and of sound mind. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1647,2,-141,0,12,12,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1648,0,0,0,'The Tome of Divinity','Your task then, $N, is to find someone here in Ironforge that is in need of aid. Someone who is pure of heart and motive. Perhaps someone helping others. Perhaps someone in need of a guide. Regardless, the person must have noble intent and be relying on your kindness.$B$BDo this, and return to me when you are finished. Then, we shall discuss more of your path and what it means to be a paladin of the Light. I will remain here in the temple for your return. Other paladins will need my guidance also.','Search the outer ring of Ironforge for John Turner.','THE ORPHANAGE OF STOR... oh, sorry, didn\'t mean to shout at you, sir,$B$BMy name is John Turner. How are you?$B$BGood, good, glad to hear things go well for you. I\'ve had a long day of work already, and I miss my wife terribly, but that\'s the price you have to pay when there are mouths to feed and backs to clothe. ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,276,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1648,2,-141,0,12,13,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1647,0,0,1778,0,0,0,'The Tome of Divinity','My wife and I run an orphanage in Stormwind, mostly for children who have lost parents due to the attacks by the Scourge in the last decade. I come to Ironforge every month or so to see about collecting more supplies from the citizens here, and talk to the various groups to see if they can do anything to help.$B$BThis trip\'s been agonizingly slow, and not very productive.$B$BIf I could just get some more linen for my wife to make some clothes, I could finally send a shipment home.','Bring 10 Linen Cloth to John Turner in Ironforge.','This is so wonderful of you. $N. Thank you again.$B$BYou\'re a noble man for doing this for me. It\'s no wonder you\'ve chosen to follow the Light. I wish there was some way I could repay you for all you\'ve done... what\'s that? It\'s the least you could do? See? That\'s what I\'m talking about, $N, noble to the end.$B$BBe safe, and may the Light protect you in your travels.','What with the influx of tradesmen here and throughout Azeroth. there\'s a smaller supply of items we use to make clothes for the children of our orphanage. Helping me collect linen so my wife can make new clothes for them is very noble of you, $N. Thank you.$B$BHopefully, I\'ll be able to return home to my wife soon.','','','','','',2589,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1649,2,-141,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1650,0,0,0,'The Tome of Valor','Valor, and all the virtues that go along with it, are like rare minerals: you must cherish them when you find them because of their value, but you must also take time to harvest them... refine them. When mixed together properly, a strong alloy is formed, sometimes unbreakable by even the most powerful blows.$B$BThis strength, your faith, your bravery, must be tested. You must learn to never lose faith and realize that with the power of the Light, you can overcome things that most others cannot.','Speak to Duthorian Rall in Stormwind.','Ah, you wish to petition me for a test of valor. Splendid.$B$BThere are many tasks throughout the city and surrounding lands that hold much challenge, and they could use a man with your skills.$B$BThis test should not be taken lightly, $N. This, like many things along our path, could take our lives. The Church always wishes to bolster its ranks, but it understands the sacrifices needed to ensure the paladins serving it are worthy.$B$BAre you prepared?',NULL,'',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1650,2,-141,0,20,23,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1649,0,0,0,0,0,0,'The Tome of Valor','Good! Your lack of hesitation is a sure sign that you are prepared and eager to test yourself. So be it.$B$BAt the very ends of Westfall\'s Longshore, a small house overlooks the ocean. There, a couple lives, the Stilwells. Jordan is an incredible smith, and he\'s gone to Ironforge to meet with the dwarves for a while. But this has left Daphne, his wife, alone and unprotected.$B$BReports suggest that the Defias have all but taken over the area, Daphne may need some protection from the villains. Go there.','Find Daphne Stilwell in Westfall.','Hello, $N. I\'m assuming by all that armor and weapon of yours, you\'re either here to try and take my land, or the Church finally sent someone to help protect me while my Jordan\'s gone.$B$B Well, let me introduce myself: I\'m Daphne Stilwell. It\'s a pleasure.$B$BNow, you\'re not too late... I\'ve only killed a half dozen of the scum since last sun up. They\'ve been a little slow getting \'round the bend up there, but they probably saw you coming, which means they\'ll probably be here any minute.',NULL,'',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1110,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1651,2,-141,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,3,0,0,1650,0,0,1652,0,0,0,'The Tome of Valor','Now, they\'ll be coming again soon, I\'d wager, so get yourself ready.$B$BI\'ve got myself a gun in the house. I\'ll grab it and be ready to help you out, but for the most part, you\'re on your own.$B$BI\'ve no idea how many they\'ll send, but I\'m sure it\'ll be more than the few they sent earlier.$B$BAsk the Light for whatever blessings you can because... did you hear that? I think they\'re coming.$B$BWe make our stand near the house!','Defend Daphne Stilwell from the Defias attack.$B$BNeither of your spirits must be released from their mortal coils if you wish to succeed.$B$BAfter you are successful, speak to Daphne Stilwell again.','We\'ve done it, $N! Thank you for your help. You were truly amazing out there. I never thought a $C could handle so many enemies at once.$B$BYou\'ve truly shown bravery in the face of overwhelming odds.',NULL,'','Protect Daphne Stilwell',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1652,2,-141,0,20,25,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1651,0,0,1653,0,0,0,'The Tome of Valor','Please, return to Duthorian and let him know that I\'m safe for now. I have you and the Church to thank for that.$B$BHe\'ll send word to Ironforge to let my Jordan know that he has nothing to fear.$B$BOh, how I miss my husband. I can\'t wait till he returns.','Speak to Duthorian Rall in Stormwind.','So, we meet again, $N, and you are in high spirits, I see.$B$BThe Stilwell home will be safe for another day, and from your story I see that there was no shortage of danger to be found. Well done.$B$BDaphne and Jordan have helped the Church greatly, and having you protect their property--and their very lives--was the least we could do for them.$B$BFor your valor, you will be rewarded.',NULL,'',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,9607,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,15300,5502,5503,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1653,2,-141,0,20,21,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,1652,0,0,1654,0,0,0,'The Test of Righteousness','Actually, I have no doubt that Jordan himself would like to thank you, and seeing as I need a messenger to send word that his wife is safe, I think you\'d be a perfect choice.$B$BJordan was to be a paladin of the Light before his dedication to his father\'s craft took him on another path--he\'s intimately familiar with our way of life and is considered among our most faithful.$B$BHe should still be in Ironforge--he likes to work outside the gates during the day, something about the cool mountain air.','Speak to Jordan Stilwell in Ironforge','Good day, $N. The Light is with you, I trust?$B$BWhat\'s that? You were sent by Duthorian!? My wife, how is she? I knew there was going to be trouble if I left. Please tell me she\'s... oh, thank goodness. I\'m so glad that she\'s safe. The Defias were a threat long before these attacks, but now the King\'s advisors cannot deny it.$B$BWhat else did Duthorian have to say?$B$BYou\'re the one that was sent to protect my wife? Then I thank you again, $N. I couldn\'t think of a better test of valor than that. ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1654,2,-141,0,20,22,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,1653,0,0,1806,6996,1,0,'The Test of Righteousness','I\'d like to reward you if you\'d be willing to accept such a thing? Don\'t misunderstand me. my generosity is dependent on how much help you can be, but I see us both benefiting greatly from such an alliance.$B$BI will craft for you a weapon worthy of what you\'ve accomplished, a symbol of paladinhood and the Light, but you must gather the items I need to craft it. I\'ve already started taking notes on the items, it just requires someone brave and skilled enough to recover them. What do you say, $C?','Using Jordan\'s Weapon Notes. find some Whitestone Oak Lumber, Bailor\'s Refined Ore Shipment, Jordan\'s Smithing Hammer, and a Kor Gem, and return them to Jordan Stilwell in Ironforge.','This is wonderful! You\'ve gotten all the items.$B$BI should have no problem forging you a grand weapon with these. I\'ve actually had the plans for doing this for some time. I just never had the opportunity to gather the goods. Thank you. $N.$B$BIt feels good to have my father\'s hammer again...and a Kor gem. I never thought I\'d see one of these myself.','The items you\'re seeking will be difficult to acquire. but I can assure you, the weapon I will craft for you will be worth the effort.$B$BIt will be my finest work to date, and only a small payment for the service you\'ve done me.','','','','','',6994,6993,6895,7083,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1655,2,-141,0,20,22,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bailor\'s Ore Shipment','Ach, ya startled me, $G man:woman;! Can\'t ya see I was lost in thought?$B$BWhat\'s that? Jordan\'s shipment... fer Ironforge. Ahhh, yeah, I know whatcha speak of. Mo\'grosh ogres... dat\'s who took me ol\' friend\'s ore shipment. Caravan was headin\' here from the Wetlands and was ambushed. The guard who survived their attack just passed away a few days ago--healer couldn\'t get to \'em fast enough.$B$BIf you want the shipment, you\'ll have to head northeast across the Loch. It\'s got to be there somewhere.','Bring Jordan\'s Ore Shipment to Bailor Stonehand in Loch Modan.','Yup yup, this is it. Ha! If I\'d known you were really gonna head out there and fight some o\' them ogres, I woulda given you a list of things to get instead of just this one thing. But, you\'re not here doin\' business for me, are ya?.$B$BA deal\'s a deal; Jordan wanted a shipment of me alloy, that\'s what he\'s gonna get.$B$BTell \'em hello fer me, and be safe, $C.','So, any luck yet? Haha, those ogres didn\'t get the best of ya yet, did they?','','','','','',6992,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6993,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1656,2,220,0,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7626,1,0,'A Task Unfinished','$N. please, I beg of you, can you help me? I have not finished my tasks here on the Mesa--I\'m in the middle of my Rite of Strength--and my father asked me to deliver these furs to the inn in Bloodhoof.$B$BI\'m far from rested enough to complete both my rite and this task for my father. Would you mind going on for me?$B$BThe inn is pleasant and a perfect place to rest during your long travels. I\'m sure you\'ll agree once you see it.','Bring the Bundle of Furs to Innkeeper Kauth in Bloodhoof Village.','Ah. the furs I was expecting. Thank you.$b$bThese came faster than I had expected. They will make good blankets for anyone who wishes to stay here.$b$bPlease feel free to stay as long as you like. My inn is always open and all of our people are welcome here. And don\'t underestimate a good night\'s rest, it can make a great difference while you\'re out traveling.','Yes. young one? What can Kauth do for you?$b$bThe journey here from the Mesa can be a tremendous burden for some, but a welcome sight for others. Which is it for you, I wonder?','','','','','',7626,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(1658,2,-22,0,25,60,41,1101,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,'Crashing the Wickerman Festival','I need brave individuals to head up to Tirisfal Glade and check out the Wickerman Festival. I\'m not going to lie - heading up there will be dangerous. The guards at the festival will be exceptionally vicious. Still, we need to know how big the festival is this year, and how much trouble the Forsaken are going to cause us during Hallow\'s End.$B$BIf you\'re up for it, head to Tirisfal and scout out the festival. Return to me with the information, and I\'ll make sure you\'re well compensated.','Locate the Forsaken\'s Wickerman Festival in Tirisfal Glade. Return to Sergeant Hartman in Southshore once you\'ve done so.','Well done, $N. The Wickerman Festival will continue to be trouble so long as the abominable Forsaken are allowed to haunt the remnants of Lordaeron. It is NOT a fitting tribute to that once proud kingdom, let me tell you...$B$BHere\'s some coin for any repairs you might need, and in the spirit of the season I\'ve also included some treats you might like. Happy Hallow\'s End - let\'s keep it as safe as possible here in Southshore.',NULL,NULL,'Scout out the Forsaken\'s Wickerman Festival.',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,20557,0,0,0,15,0,0,0,469,0,0,0,0,100,0,0,0,0,0,0,7590,0,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,0,0,0,0),(1665,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1640,0,0,0,0,0,0,'Bartleby\'s Mug','Ok, here\'s my mug. Wait! Let me finish what\'s in it first... there we go.','Bring Bartleby\'s Mug to Burlguard','There it is! He sure didn\'t want to part with it. but you were persuasive. Well done.$B$BNow for your lesson...','I saw your fight with Bartleby. Nicely done! Did you get his mug?','','','','','',6781,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,8121,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1666,2,-81,0,9,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1665,0,0,1667,0,0,0,'Marshal Haggard','You\'ve learned a few moves, but you could still use a decent weapon. I bet if you spoke with Marshal Haggard he could help you.$B$BMarshal Haggard lives in a manor in Elwynn Forest, at the Eastvale Lumber Camp. He\'s retired now but he collected a lot of gear during his career.$B$BLet him know I sent you, and with luck he\'ll have a spare weapon to offer.','Speak with Marshal Haggard.','Who\'s that? Burlguard, is that you? You\'ll have to step a little closer. My eyes aren\'t what they used to be. Walking up like that, I thought you were a gnoll! ',NULL,NULL,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,0,0,0,0,0,72,0,0,0,0,1,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1667,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1666,0,0,0,0,0,0,'Dead-tooth Jack','Burlguard sent you, did he? Yes, I have spare weapons around here, but first I have a task for you...$B$BA while ago a Defias villain Dead-tooth Jack tricked me. It was dark and he was wearing a Stormwind tabard and I thought he was Marshal Dughan. He said he needed my old Stormwind Marshal\'s badge and I gave it to him... and then he laughed and ran off before I could catch him!$B$BGet back my badge! Dead-tooth Jack probably has it stowed in his camp to the south.','Retrieve Haggard\'s Badge from Dead-tooth Jack\'s camp. and return to Marshal Haggard.','Great. you found it! I feared it was gone forever, used by the Defias to impersonate a Stormwind official. Well that won\'t happen now, thanks to you.$B$BHere are some weapons I used when I was a Marshal. I kept them in great shape--take your pick!','Do you have my badge? I don\'t want to think of the mischief Dead-tooth Jack could cause with it.','','','','','',6782,0,0,0,1,0,0,0,1,0,0,0,6783,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6979,6983,6980,6985,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1678,2,-81,0,10,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1679,0,0,1680,0,0,0,'Vejrek','If you want to rise in the ranks of the warriors. then you better be tough. I can teach you new moves but before that, prove to me you can handle yourself against real foes.$B$BVejrek is the toughest troll you\'ll find in these parts, and he\'s who you have to beat. He has a hut in the foothills just south of Frostmane Hold$B$BBring me Vejrek\'s head and I\'ll know you have mettle.','Bring Vejrek\'s Head to Muren Stormpike in Ironforge.','Vejrek sure was an ugly one. eh? Nicely done, $N! You have what it takes, now let\'s start your lesson...$b$bYou may not know it, but a strong defense is very important to a $C. It keeps him standing against foes that\'d fell others, and that\'s what your allies need.','Have you been to Vejrek\'s hut. $N? Is that $R stink I smell on you?','','','','','',6799,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,8121,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1679,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1638,1678,0,0,0,'Muren Stormpike','Hello, warrior! You show a lot of promise, but you still need to learn some tricks and Muren Stormpike is just the dwarf to teach you.$B$BYou can find Muren at the Hall of Arms in the Military Ward of Ironforge. Talk to him when you\'re ready to learn what it is to be a warrior.','Speak with Muren Stormpike.','Ah, $N. I heard the warriors of Dun Morogh bouncing your name around. I hope you haven\'t spent all your time in the breweries!','Did you make the switch?',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1680,2,-81,0,10,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1678,0,0,1681,0,0,0,'Tormus Deepforge','Now that you\'ve learned some moves, it\'s time to get you a decent weapon. Speak with Tormus Deepforge. He can make you a weapon I\'m sure you\'ll like.$B$BYou\'ll find Tormus here in Ironforge, at the Great Forge.','Speak with Tormus Deepforge.','Muren sent you, did he? Yes, I can make you a nice weapon... but before I do that, I have a favor to ask of you.$b$bDon\'t worry. It\'s plenty dangerous and could mean your death; it\'s exactly the sort of job a $C wants.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1681,2,-81,0,10,11,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,0,0,0,0,'Ironband\'s Compound','My mentor, Sturgy Ironband, had a compound south of Helm\'s Bed Lake in eastern Dun Morogh. There he taught blacksmithing and he was the best.$B$BBut one day, one of his students brought him a load of strange ore. Master Ironband called it umbral ore and was eager to work with it, but soon after it arrived... a band of Dark Iron dwarves attacked his compound. They killed everyone!$B$BEnter Ironband\'s compound, $N, and avenge my master\'s death. And bring me the load of umbral ore that caused it.','Bring a load of Umbral Ore to Tormus Deepforge in Ironforge.','You found it! Well done!$b$bI hope you killed a host of Dark Iron dwarves while searching. I fear that Ironband\'s compound won\'t be the last place we see them.$b$bBut thank you for the ore. $N. I\'m eager to work it and find its properties.','Have you entered Ironband\'s Compound? Did you find the umbral ore?','','','','','',6800,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1682,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1681,0,0,0,0,0,0,'Grey Iron Weapons',NULL,NULL,'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,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,6978,6982,6981,6984,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1683,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1684,0,0,0,0,0,0,'Vorlus Vilehoof','Before I can teach you. you must show me your resolve.$B$BThe satyr Vorlus Vilehoof has found one of our remote moonwells, southeast of the Ban\'ethil Barrow Den. He now splashes within it, defiling its pure waters with his filth.$B$BFind Vorlus at the moonwell and destroy him. Bring me his horn as proof and I will begin your advanced training as a warrior.$B$BThe path to the moonwell is hidden well, $N, but stay focused and alert and you will find it.','Bring the Horn of Vorlus to Elanaria in Darnassus.','Well done. $N. It is good to know Vorlus is defeated and our moonwell cleansed, and it is good to see young warriors eager to keep our beloved Teldrassil free of corruption.$B$BNow let us begin your training...','Do you have the horn. $N? Is our moonwell free of the fiend Vorlus?','','','','','',6805,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,8121,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1684,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1638,1683,0,0,0,'Elanaria','Greetings, warrior. Your skill grows, but there is more to your profession than you may believe. To further progress, you must soon find a teacher.$B$BThe warrior Elanaria dwells in Darnassus, at the Warrior\'s Terrace. She can instruct you.','Speak with Elanaria.','I bid you greetings, Flashlight. Your name rings loudly in Darnassus, for you show promise. But we shall soon see if you possess the strength of will to follow the path of the $C.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1685,2,-61,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1715,1688,0,0,0,'Gakin\'s Summons','Isn\'t that how it always works? Was looking for you all day and couldn\'t find you, now when I\'m not expecting it, you come and walk right up to me.$b$bI\'ve wasted enough time trying to find you, so I won\'t delay you any longer. Master Gakin\'s summoned you for additional training. Seems to me you should seek him out as soon as possible.$b$bYou\'ll find him in the basement of the Slaughtered Lamb tavern. By the way, you might want to keep that particular location quiet. Don\'t want word spreading about it.','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','About time you showed up. Though. perhaps I should have sent someone more capable than Remen to find you.$B$BNo matter.$B$BYou\'ve gone too long without training, and a warlock without training isn\'t like to keep his head on his shoulders for long.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1686,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1683,0,0,1692,0,0,0,'The Shade of Elura','You have learned much. $N. Now we will craft you a weapon. A warrior\'s weapon.$B$BTo do this, you must travel to Darkshore.$B$BLong ago a ship crashed upon the rocks near the Auberdine lighthouse, scattering many crates of elunite ore along the ocean floor.$B$BFirst, you must defeat the elunite\'s guardian, the Shade of Elura. Once the ship\'s captain, she cursed herself to roam the deeps and protect her shipment for all time. Defeat her, gain her medallion, and gather the crates of lost Elunite.','Bring 8 loads of Elunite Ore and the Medallion of Elura to Elanaria in Darnassus.','Bravely done. $N.$B$BYou have given the Shade of Elura much deserved peace, and we will use the gathered elunite to make a fine weapon for you.','Have you defeated the Shade of Elura. $N? And do you have the lost elunite ore?','','','','','',6808,6809,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1687,2,-284,0,60,60,0,1101,0,0,0,0,0,0,0,0,0,4,0,0,1558,0,0,0,0,0,0,'Spooky Lighthouse','Sometimes late at night, our matrons at the orphanage will tell us spooky stories. Those RULE! There\'s one about a ghost that haunts a lighthouse in Westfall. They say he was a pirate captain who had his ship taken from him by other pirates. Wow!$B$BCould you please take me to the lighthouse in Westfall? I wanna see if the ghost of that captain is there! I promise to stay close to you; I won\'t run off or anything!','Take the orphan to see the lighthouse off the coast of Westfall.\r\n','WOW, that was a real life ghost! That was so awesome - I can\'t wait to tell everyone back at the orphanage. Captain Grayson... he even looked like a pirate! When I grow up I wanna be a ghost pirate too!$B$BThanks for taking me to Westfall, Trukaos. I know there are scary things out there in the wilds of Westfall, and I hope I wasn\'t too much of a pain. You\'re awesome!',NULL,'Go to the Westfall Lighthouse.',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1688,2,-61,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1689,0,0,0,'Surena Caledon','I had a student named Surena Caledon. She stood where you stand now. eager to learn of warlock magic, and possessing no small bit of talent. More than that she was young and pleasing to the eye. Had I seen it then, the traitorous trollop!$B$BThe thieving wench ran off with one of the Defias, Erlan Drudgemoor. While her loss is of little importance, I gifted her a bloodstone choker that I must have.$B$BHer life means nothing to me now. You will find her at the Brackwell Pumpkin Patch. Retrieve what is mine.','Retrieve Surena\'s Choker for Gakin the Darkbinder in Stormwind.','Surena was talented. but not enough so to gain mastery of $C magic on her own. It\'s a shame to see talent wasted, but sometimes it is necessary.$B$BI hope my investment in you will bear different results.','Even the older and wiser can be unmanned by the wiles of youth and beauty. $N. A piece of advice you would do well to remember throughout your life.','','','','','',6810,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1689,2,-61,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1688,0,0,0,6928,1,0,'The Binding','By retrieving my choker and besting Surena. you\'ve proven that you\'re at least as capable as she was.$B$BWith that said. I can tell you\'re direly in need of training. You can manage the flows of magic, yes, but being a warlock is much more than that.$B$BI will show you how to command a voidwalker, but before I can, you must call one forth at a summoning circle and subdue it using whatever weapons--physical and magical--you have at your disposal. Use the magic of this choker at the summoning circle below.','Using the Bloodstone Choker. summon and subdue a voidwalker. then return the Bloodstone Choker to Gakin the Darkbinder in Stormwind.','You did better than I expected, $N, but as well as I\'d hoped. Now, you can learn to command your subjugated voidwalker, an ally you will find valuable in the trials that are sure to stand before you.$B$BI have nothing more to teach you at the present, but I am far from done with you, $N. ','I cannot show you how to control a voidwalker until you have overtaken one.','','','','','',6928,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5676,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,375,697,11520,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1690,2,440,0,40,43,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1691,0,0,0,'Wastewander Justice','You there! It\'s time for you to be a big helper to the Gadgetzan Water Company.$B$BThe Wastewander nomads out in the Tanaris desert have seized almost all the water wells! Without access to them. our water supply will dry up in no time. If you want to get in our good graces, then you\'ll help us bring justice to those nomads!$B$BHead east of here and bring down ten Wastewander Bandits and Thieves, then report back to me on the double. Justice waits for no man... goblin... bah, just get on it!','Take down 10 Wastewander Bandits and Thieves east of Gadgetzan. then report back to Chief Engineer Bilgewhizzle.','Now that\'s what I call efficiency! You\'ve helped thin out the nomad\'s numbers enough now that we can start to think about how we can win back those water wells.$B$BThe Gadgetzan Water Company thanks you for your help. but we\'re far from done in dealing with those foul nomads. Listen close - here\'s what we need next...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5618,5616,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,250,0,0,0,0,0,6000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1691,2,440,0,40,44,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1690,0,0,0,0,0,0,'More Wastewander Justice','We need you to take on the stronger ranks of the Wastewander nomads now. You\'ve done a good job thus far, but if we are to take back those water wells, then it only makes sense to do it against as few nomads as possible!$B$BThis time around we need you to take down their rogues, assassins, and shadow mages. You\'ll find them east and southeast of here.$B$BI\'m not going to lie to you - they\'re a nasty lot. Do this for us though, and we\'ll be on our way to taking back what is rightfully ours!','Take down 10 Wastewander Shadow Mages, 8 Wastewander Rogues, and 6 Wastewander Assassins for Chief Engineer Bilgewhizzle in Gadgetzan.\r\n','Top notch work, $N... top notch! You\'ve thinned down the nomad population to a point where we can actually take the fight to them!$b$bIf you haven\'t already, talk to Spigot Operator Luglunket here; he gives a bounty on any of the Wastewander water pouches you may have run across while bringing those nomads to justice!',NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5615,5623,5617,0,8,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,250,0,0,0,0,0,6500,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1692,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1686,0,0,0,6812,1,0,'Smith Mathiel','I have placed the elunite you gathered into a case. Take it to the blacksmith Mathiel, and he will craft for you an elunite weapon.$B$BMathiel is to the south, on the other side of this building.','Bring the Case of Elunite to Smith Mathiel.','Ah. elunite ore. This is a fine metal to work with, for it is blessed by the goddess Elune herself. It would be an honor to craft weapons with it.$B$BPlease wait while I work...','Greetings. young $C. How might my skills serve you?','','','','','',6812,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1693,2,-81,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1692,0,0,0,0,0,0,'Weapons of Elunite',NULL,NULL,'$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,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,6966,6968,6969,6967,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1698,2,-81,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1699,0,0,0,'Yorus Barleybrew','Yorus Barleybrew has issued a challenge to all able warriors of the Alliance. He waits at the Lakeshire Inn, in Redridge, and pledges a grand reward to anyone able to pass his trial.','Speak with Yorus Barleybrew.','Hah! So you heard of my challenge, did you?$B$BWell sit down and listen. Have a drink, and savor it... because it might be your last.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1699,2,-81,0,20,22,0,1101,0,0,0,0,0,0,0,0,3600,0,2,0,1698,0,0,0,0,0,0,'The Rethban Gauntlet','I call my challenge the Rethban Gauntlet. To pass the trial. all you must do is enter the Rethban Caverns, to the first fork, then return here. Easy! Except there are a few wrinkles...$B$BYou have to return within an hour.$B$BThere are whole heaps of Redridge Gnolls in the way.$B$BBefore you start, you have to take a swig of my family\'s signature drink: Barleybrew Scalder!$B$BSo what do you say? The Rethban Caverns are in the foothills north of Lakeshire. Are you ready to run the Rethban Gauntlet?','Enter the Rethban Caverns. reach the first fork, and return to Yorus Barleybrew within the time allowed.$B$BYou must not die and release your spirit.','You made it! Well done! Three cheers for $N!','','Enter the Rethban Caverns','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1700,2,-81,0,20,28,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1701,0,0,1705,6926,1,0,'Grimand Elmore','I made a copy of my notes on the techniques I learned while making your armor, and I need them sent to Grimand Elmore. He\'s here in the Dwarven District, in the weapon shop.$B$BAnd duck when you give these to him. He\'s fiercely proud of his skills, and won\'t like the idea of learning something from me...','Bring Furen\'s Notes to Grimand Elmore.','Furen wrote this? How dare he! Why. I taught him everything he knows! To think he could teach me something is outrageous! Outrageous!$B$BHm... but there is something in his notes that I\'d like to try...','Hello. and well met. How might I be of service to you?','','','','','',6926,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1701,2,-81,0,20,28,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,1702,0,0,0,6842,1,0,'Fire Hardened Mail','So I gave you a nice shield, but we don\'t have to stop there. I know the secrets to make extremely hard mail armor. It\'s not easy and it takes very rare materials, but if you\'re willing to do the legwork then I\'ll make a piece for you.$B$BWhat do you say, $N? If you\'re up for the challenge, then I\'ll give you a list of what to get and where to get them.','Gather the materials Furen Longbeard requires, and bring them to him in Stormwind.','You got it all? Amazing! I was afraid those chimaeras would eat you up for sure!$B$BWell let\'s get started on that armor...','How goes the scavenger hunt, $N? Do you have the materials?',NULL,NULL,NULL,NULL,NULL,6838,6839,6840,6841,50,12,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6972,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1702,2,-81,0,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1699,0,0,1701,6843,1,0,'The Shieldsmith','You really showed what you were made of when you ran the Rethban Gauntlet. $N. And I\'m true to my word. I\'ll get you the reward I promised...$B$BExcept it\'s in Stormwind.$B$BTalk to my friend, Furen Longbeard, in the Dwarven District of Stormwind. He\'s the best shieldsmith you\'ll ever meet, and he owes me a big favor.$B$BHere, take Furen this cask of Barleybrew Scalder and ask him for a shield. He\'ll give you a nice one.','Bring the Cask of Scalder to Furen Longbeard.','Ah. Barleybrew Scalder. Great stuff! So you\'ve been to see Yorus, eh?$B$BI can get you a shield, yes sir! You won\'t find a better one, and that\'s no lying!','Hello! Dry times. don\'t you think?','','','','','',6843,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6970,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1703,2,-81,0,20,28,0,8,0,0,0,0,0,0,0,0,0,0,0,0,1701,0,0,1710,6926,1,0,'Mathiel','I made a copy of my notes on the techniques I learned while making your armor, and need them sent to the blacksmith Mathiel. He lives in Darnassus which is quite a long way off, but I\'m sure he\'ll be very grateful to learn what I\'ve learned.','Bring Furen\'s Notes to Mathiel.','These are interesting. very interesting indeed. My dwarven colleague Furen has made quite a grand discovery!$B$BThank you, $N. It will be an honor to apply his new techniques to my own craftings.','I bid you greetings. $C.','','','','','',6926,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1704,2,-81,0,20,28,0,68,0,0,0,0,0,0,0,0,0,0,0,0,1701,0,0,1708,6926,1,0,'Klockmort Spannerspan','I made a copy of my notes on the techniques I learned while making your armor, and need someone to take them to Klockmort Spannerspan. He\'s a gnomish blacksmith in Ironforge and when he learns what I\'ve learned... I bet he\'ll pull off his own beard in excitement.','Bring Furen\'s Notes to Klockmort Spannerspan.','Oh my! These notes are amazing! And what\'s more... they\'re incredible and they\'re stupendous and they make my knees go all a-wobbly!$B$BFuren had a breakthrough! A real breakthrough! I can\'t wait to try out his new technique!','Good day. or morning or evening. I can\'t tell from way down here. So do you have business for me?','','','','','',6926,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1705,2,-81,0,20,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1700,0,0,0,0,0,0,'Burning Blood','I hate to admit that Furen might have really found something. But to be sure I\'ll need to try his techniques on a new piece of armor. If you help me with the materials. $N, then you can have the armor.$B$BTo make this armor, I need samples of burning blood and a burning rock.$B$BThe only place I know to get them is Duskwood. The Nightbane worgen based in the Roland\'s Doom mine have burning blood, and their leader Gutspill will have the rock.$B$BMay fortune grant you speed, $N.','Bring 20 vials of Burning Blood and 1 Burning Rock to Grimand Elmore in Stormwind.','Nice work! Now if you\'ll excuse me. I have some work to do myself...','$N. do you have the burning blood and rock? I\'ll need them to complete the armor.','','','','','',6844,6845,0,0,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1706,2,-81,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1705,0,0,0,0,0,0,'Grimand\'s Armor',NULL,NULL,'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,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,6971,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1707,2,440,0,40,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Water Pouch Bounty','Greetings $N - the name\'s Luglunket. and we\'ve got an important job for you if you\'re up for it! Huzzah!$B$BNothing would please me more as a seasoned spigot operator to take any Wastewander Water Pouches you might find out in the desert. That\'s our water anyway - the nomads have just stolen it is all! The Gadgetzan Water Company will offer you an official care package for every five you turn in. Most importantly though, you\'re helping Gadgetzan help itself!','Bring 5 Wastewander Water Pouches to Spigot Operator Luglunket in Gadgetzan.','Excellent - the more water pouches we are able to reclaim. the further away from disaster we\'ll all be! Keep \'em coming, and I will be sure to reward you for every five water pouches you bring me.','Got the five Wastewander Water Pouches we need? If you do. then the Gadgetzan Water Company Care Package, Model 103-XB, will be yours!','','','','','',8483,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8484,0,0,0,1,0,0,0,369,0,0,0,0,75,0,0,0,0,0,0,2400,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1708,2,-81,0,20,29,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1704,0,0,0,0,0,0,'Iron Coral','I want to try Furen Longbeard\'s new techniques on my own piece of armor. And because you helped Furen and he helped me, you\'re welcome to the armor after I make it!$B$BTo finish the piece, I need a special coral, searing coral. It grows in only one place--along the coast south of Menethil Harbor in the Wetlands.$B$BBring me enough searing coral and I\'ll get right to work on the armor. And hurry, $N. I\'m so eager to get started it\'s making my toes twist!','Bring 20 loads of Searing Coral to Klockmort Spannerspan in Ironforge.','That\'s the stuff! Well done! Now let me get this smelted and hammered so I can apply Furen\'s technique with my own and then we can see what happens!$B$BOh my. oh my! I just know the armor will be very very very tough!','Hello hello. $N! Do you have the searing coral? I can\'t wait to get to work!','','','','','',6848,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1709,2,-81,0,20,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Klockmort\'s Creation',NULL,NULL,'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,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,6974,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1710,2,-81,0,27,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1703,0,0,0,0,0,0,'Sunscorched Shells','My colleague, Furen Longbeard, made a discovery which I am eager to test. I wish to try it on a new armor that I am researching, for I believe Furen\'s techniques will produce superior results.$B$BWill you help me? If you gather what I need to make the armor, then I will make an extra piece for you.$B$BI need the sunscorched egg shells of the Highperch Wyverns who dwell at Highperch, in Thousand Needles. Search for the shells below their nests, and return to me when you have a sufficient amount.','Bring 20 Sunscorched Shells to Mathiel in Darnassus.','Ah. thank you. These will work splendidly!$B$BI will begin fashioning the armor immediately...','Do you have the shells. $N? They are quite strong, and can be rendered into a lacquer I will use to coat the links of my new mail armor.','','','','','',6849,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1711,2,-81,0,30,30,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1710,0,0,0,0,0,0,'Mathiel\'s Armor',NULL,NULL,'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,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,6973,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1712,2,-81,0,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1791,0,0,1713,6929,1,0,'Cyclonian','I have spent ages watching this site. I watch. so that one day I might see the great Cyclonian fall. But I have not yet found a champion to defeat the wind lord.$B$BPerhaps you are that champion.$B$BProve it to me. Gather the items I need to summon Cyclonian, and I will know you are a great warrior. Perhaps then you can defeat him and gain his whirlwind heart.$B$BIf so, then I will infuse the heart\'s power in a weapon, and I will give that weapon to you.$B$BHere is a parchment with the items I need.','Bring the items on Bath\'rah\'s Parchment to Bath\'rah the Windwatcher in Alterac.','You have gathered the items for my spell. and have shown me your strength and cunning. But the next stage of our quest is even more perilous.$b$bLet us hope your strength does not falter.','Do you have the items. $N? Gathering them is the proof I need that you have the strength to face Cyclonian.','','','','','',3357,3901,6851,0,8,30,1,0,8,8,8,0,4480,4479,4481,0,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1713,2,-81,0,30,40,1,0,0,0,0,0,0,0,0,0,0,0,0,0,1712,0,0,0,0,0,8606,'The Summoning','I am ready to perform the ritual to summon Cyclonian. When he is summoned. you must defeat him and take his whirlwind heart. This I will use to instill a weapon with Cyclonian\'s power.$B$B$N, are you ready to face the wind lord?','Bring the Whirlwind Heart to Bath\'rah Windwatcher.','You did it! You defeated Cyclonian and gained the Whirlwind Heart!','$N. I must have the whirlwind heart!','','','','','',6894,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,1713,0),(1714,2,-81,0,30,37,0,0,0,0,0,0,0,0,0,0,0,0,1,0,-1712,0,0,0,0,0,0,'Essence of the Exile','',NULL,'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...',NULL,NULL,NULL,NULL,NULL,4480,4479,4481,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0),(1715,2,-61,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1715,0,0,0,0,'The Slaughtered Lamb','Hmph. Times past, all warlocks in Khaz Modan were trained under the auspices of the masters of Gnomeregan, but now that we\'ve all been forced to relocate into this rat\'s hole in Ironforge, and Magni\'s decided to keep a careful watch on us, we\'re forced to send our novices to Stormwind for training.$B$BLuckily, Gakin\'s no slouch, so you\'ll still learn what you need to know, but it burns my blood!$B$BAnyways, you\'ll find Gakin in the basement of the Slaughtered Lamb in Stormwind.','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','Sent by Blackwrench, were you? Damn warlocks in Ironforge need to get things sorted out. There\'s only so much room and so many teachers in Stormwind. With all the increased traffic, we\'re sure to attract attention sooner or later.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1716,2,-61,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1717,0,0,1738,0,0,0,'Devourer of Souls','A succubus is a devourer of souls, destroyer of hearts, and dominator of minds. It knows nothing but evil.$b$bThis will be the creature you will learn to summon and control, but it cannot be brought into our world without a stimulus.$b$bWith a symbol of love as bait, it will surely answer your call. Then you can defeat it, and make it your tool.$b$bIt will be hard to find something of this nature, though. You should speak with Takar the Seer. You will find him in the Barrens of Kalimdor near Camp Taurajo.','Speak with Takar the Seer in the Barrens.','Was your crossing difficult, $N? You have come a long way to speak with me. But fear not, I know why Gakin has sent you, and he was wise to, for I can help you in your search.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1717,2,-61,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1716,0,0,0,'Gakin\'s Summons','$n! Didn\'t expect to see you around these parts, but I was instructed to keep an eye out for you.$b$bIt\'s past time you got some more training, so you should stop in to see Gakin the next time you\'re in Stormwind. He\'ll be waiting for you.','Report to Gakin the Darkbinder in the Mage Quarter of Stormwind.','About time you showed up. Though. perhaps I should have sent someone more capable than Remen to find you.$B$BNo matter.$B$BYou\'ve gone too long without training, and a warlock without training isn\'t like to keep his head on his shoulders for long.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,234,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1718,2,-81,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1719,0,0,0,'The Islander','Your renown as a warrior grows. $N. Now it is time to pit yourself against your peers and see where you stand.$B$BThere is an island off the coast of the Barrens, south of Ratchet. It is called Fray Island and it is a place where warriors meet.$B$BMeet, and fight.$B$BSpeak with the chief warrior of Fray Island, Klannoc Macleod. If he finds you worthy, then Klannoc will lead you further down the warrior\'s path.$B$BTo reach Fray Island, search for the sand bar shallows along the Merchant Coast.','Speak with Klannoc Macleod.','Hello. $N. It\'s good to see you made it to Fray Island. I hope you find it to your liking...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1719,2,-81,0,30,30,0,0,0,0,0,0,0,0,0,0,600,0,0,0,1718,0,0,0,0,0,0,'The Affray','If you want to learn from me, then you must first pass The Affray. It is a challenge we on Fray Island like to offer rising warriors who think they\'re tough, and if you can pass this test then I\'ll know you are.$B$BTo begin, walk into the middle of that crowd yonder and step on the grate. That\'ll tell Twiggy Flathead you\'re ready, and he\'ll send challengers against you.$B$BBeat all the challengers and he\'ll call out Big Will. Kill Big Will, and return to me in the time we allow.','Kill Big Will. then speak to Klannoc Macleod on Fray Island.','Well done. 4n. You have passed The Affray!$B$BYou are a worthy $N, and I am honored to teach you...','','','Step on the grate to begin the Affray','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6238,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,8616,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1738,2,-61,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1716,0,0,1739,0,0,0,'Heartswood','In preparation for your coming. I used my sight to look over the world and through the mists of time. I have found what it is you seek.$B$BIn the War of the Ancients, two lovers fell together in battle. Where they took their last breaths, a tree known as the heartswood grew, a symbol of their undying love.$B$BThat should be enough to tempt a succubus. You will find it in the ruins of Ordil\'Aran in the northwestern part of the forest of Ashenvale.','Retrieve the Heartswood from Ashenvale and bring it to Gakin the Darkbinder in the Mage Quarter of Stormwind.','Yes. I can tell this will do nicely, let me just work with it for a moment...$B$BTakar is a resourceful fellow to have around, isn\'t he? If only I could persuade him to move back to civilization.','Was your search a success. $N?','','','','','',6912,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,930,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1739,2,-61,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1738,0,0,0,6913,1,0,'The Binding','Using the heartswood core, you will be able to cast a spell at the summoning circle in the crypt below to open a portal for the succubus to pass through.$b$bBe careful, $n, succubi have overrun even the strongest of minds.$b$bOnce you have bested and returned it to the void, return to me and I will show you how to call and control it.','Using the Heartswood Core. summon and subdue a succubus, then return the Heartswood Core to Gakin the Darkbinder in the Slaughtered Lamb.','Well done. well done, $N. I see we\'ve done right in deciding to train you. Your performance certainly does not disappoint.$B$BI\'ve no qualms in showing you the way to control your newly bound succubus. Observe carefully.','Sometimes I wonder if Surena was not a succubus in disguise. sent to warp and twist my mind... Ha! I give her too much credit, I think.','','','','','',6913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5677,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22243,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,712,11519,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1740,2,-61,0,20,25,81,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','When demons of the Legion fall out of favor, their spirits are imprisoned within orbs and distributed to their mages and warlocks.$B$BMany were carried by their servants in Azeroth. Even fragmented, they still possess the powers of the demons trapped inside.$B$BThe orb of Soran\'ruk was broken into two pieces, one was further broken to be used by the acolytes of the Twilight\'s Hammer in Blackfathom Deeps. The other, larger piece, was possessed by a wizard in Shadowfang Keep. Find them and I can reform it.','Find 3 Soran\'ruk Fragments and 1 Large Soran\'ruk Fragment and return them to Doan Karhan in the Barrens.','Yes... The orb was not greatly fragmented, and almost all of the pieces are here. It is a simple thing to recreate them, to make Soran\'ruk whole again.$B$BI have dedicated my life to the study of the Burning Legion\'s orbs and their recreation. You have done me a favor collecting these pieces to study, and I will give you them back - fully reconstructed - in a form of your choosing.','It took me many years to collect the pieces of the orb of Zargain, but it has served me well, as I am sure the orb of Soran\'ruk will serve you.',NULL,NULL,NULL,NULL,NULL,6914,6915,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,6898,15109,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1758,2,-61,0,30,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1798,1802,0,1802,0,0,0,'Tome of the Cabal','It will take more than a simple summoning circle to bring forth a felhunter for you to challenge.$B$BMy three acolytes and I will assist in creating the magic circles. You require a copy of the Tome of the Cabal, which has been lost to us for some time. It was written by the first group of warlocks to summon a felhunter unaided.$B$BPerhaps Krom Stoutarm can help you with this. An itinerant warlock these days, he spends his days hoarding ancient texts and skulking about the library in Ironforge.','Speak with Krom Stoutarm in Ironforge.','Tome of the Cabal? Hmm... sounds familiar. I\'ve never seen it here before, though--and believe me, I remember every book I read.$B$BHmm...$B$BAh, yes! I have seen references to it in library cataloguing books.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1778,2,-141,0,12,13,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1648,0,0,1779,0,0,0,'The Tome of Divinity','I\'m going to see about making plans to return home soon. Hopefully, Stephanie is doing well back in Stormwind. I can\'t wait to see her again. Till next we meet, $c.','Speak to Tiza Battleforge in Ironforge.','So, you\'ve returned so quickly, huh? And what pray tell have you accomplished in your time away from here?$B$BWere you able to help a noble cause? Perhaps you\'ve learned the value of charity or some more about your obligations to the citizens of Azeroth. Tell me, who have you helped and how.... Impressive, $N, those are surely the actions of one who follows the Light.$B$BSuch sacrifice will always be rewarded in time. ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1779,2,-141,0,12,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1778,0,0,1783,6866,1,0,'The Tome of Divinity','I want you to take this, $N. It is called the Symbol of Life.$B$BYou\'ve proven charitable and patient, and now I want you to prove just how adept you\'ve become in both combat, and power.$B$BMy husband Muiredon returned recently from an encounter with some Dark Iron dwarves, and he barely escaped with his life--he\'s over there having his wounds healed by one of our priests.$B$BTake the Symbol and speak to him. If you can help him, then we will speak again soon. May the Light shine upon you.','Take the Symbol of Life and speak to Muiredon Battleforge in Ironforge.','*cough*$B$BGood day to ya, $C. Don\'t mind me wounds, the good priest \'ere\'ll take care of ol\' Muiredon in time. Not needin\' the power of that Symbol of Life ya got there quite yet.$B$BSo, me wife sent ya o\'er to speak to me, huh? Fair \'nough. I\'ll take the time to talk to ya--I\'ll tell ya exactly wut happened to Muiredon and his best friend Narm, a $C jus\' like yerself. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1780,2,-141,0,12,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1644,0,0,1781,0,0,0,'The Tome of Divinity','I\'ll take these to the children this very day. Please be safe, good $C. It is not often $G men:women; of your character show their faces in the city, but you\'ve proven that the paladins here in Stormwind shall never turn their backs on those in need.$B$BFarewell.','Speak to Duthorian Rall in Stormwind.','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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1781,2,-141,0,12,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1780,0,0,1786,6866,1,0,'The Tome of Divinity','Take this. $N. It is called the Symbol of Life.$B$BYou\'ve proven charitable and patient, and now the time has come to see if you\'re powerful enough to focus one of the Light\'s greatest gifts.$B$BMy friend Gazin returned recently from an encounter with some Defias in Elwynn near Heroes\' Vigil--he barely escaped with his life. He\'s near the altar having his wounds healed by our priests.$B$BTake the Symbol and speak to him. If you can help him, then we will speak again soon. May you bask in the Light\'s glory.','Take the Symbol of Life to Gazin Tenorm in Stormwind.','*cough*$B$BPleasure to meet you, $C. Don\'t mind my wounds, the good priest here can take care of ol\' Gazin this time. I won\'t be needing the power of that Symbol of Life you\'ve got there... not yet anyway.$B$BSo, Duthorian sent you to speak to me, huh? Fair enough. I\'ll tell you exactly what befell me and my friend Henze. And with any luck, and some skill on your part, perhaps you can still help us all. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1783,2,-141,0,12,13,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1779,0,0,1784,0,0,0,'The Tome of Divinity','We was spyin\' on some of the Dark Iron dwarves that\'ve bunkered down south of Helm\'s Bed Lake. We knew they was up to no good, so Narm an\' me thought we\'d take a closer look--got ta see their leader given orders to some o\' his men.$B$BNarm an\' me took the chance to kill a few of \'em, but they proved tougher than we thought, an\' more of \'em got the jump on us. Narm tol\' me to run an\' get support, so \'ere I am.$B$BNarm needs help, an\' I\'ll not rest till he gets it.$B$BC\'n ya help, $N?','Take the Symbol of Life and resurrect Narm Faulk in Dun Morogh.','I can\'t thank you enough, $gbrother:sister;.$B$BI can only assume that Tiza and Muiredon sent you here to aid me if you carry the Symbol of Life.$B$BIt\'s true, I fell to the Dark Iron while trying to attain one of the scripts: I was able to hold on long enough to allow Muiredon to escape, but the Light had almost embraced me fully when you came along. The fact that you were powerful enough to use the Symbol means great things for you, but there\'s time to speak of that later.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1784,2,-141,0,12,13,0,4,0,0,0,0,0,0,0,0,0,0,0,0,1783,0,0,1785,0,0,0,'The Tome of Divinity','Before I fell in battle, Muiredon and I had almost defeated one of the Dark Iron spies near that small house. We witnessed their captain passing orders to them, and sought to kill him and take the orders.$B$BSome of the council in Ironforge do not yet believe the presence of Dark Iron dwarves exists in Dun Morogh. By attaining one of those scripts, we\'ll not only have proof of their movements, but possibly an idea of what they\'re planning.$B$BGet one of those scripts and take it back to Muiredon, $N.','Retrieve a Dark Iron Script from the Dark Iron dwarves near Helm\'s Bed, and return to Muiredon Battleforge in Ironforge.','Haha! You\'ve done it! Ya saved Narm. and ya found the proof me wife needs to take to the council. Yer a blessin\' o\' the Light if I ever saw one... not includin\' me wife o\' course.$B$BThank ya again, $N.','Yer back! I\'m glad to see it. $N. My wounds are healed and I\'m about ready to return to Helm\'s Bed lake as soon as I c\'n convince me wife that I\'ll be fine.','','','','','',6847,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1786,2,-141,0,12,13,0,1,0,0,0,0,0,0,0,0,0,8,0,0,1781,0,0,1787,0,0,0,'The Tome of Divinity','Henze and I had made it to Heroes\' Vigil. an island in the middle of Stone Cairn Lake in northeastern Elwynn. We\'d heard the Defias had infiltrated our borders and we wanted proof to take to the king\'s advisors.$B$BWe caught sight of a couple of the scum going over some documents. and we attacked. Unfortunately. we were quickly overwhelmed by more of the mages.$B$BHenze held them off for me while I escaped... the daft fool, going and being brave.$B$BHe\'s out there now, Henze is. Can you help us, $N?','Take the Symbol of Life and resurrect Henze Faulk in Elwynn.','Thank you, brother.$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. ','','','','','','',6866,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1787,2,-141,0,12,13,0,1,0,0,0,0,0,0,0,0,0,0,0,0,1786,0,0,1788,0,0,0,'The Tome of Divinity','We\'ll have time to talk more about the Symbol at a later time. What\'s important now is to get those papers we saw the Defias going over. If we can get our hands on them. we\'ll be able to prove the Defias have infiltrated Elwynn and hopefully gain some insight into what their plans are.$B$BI\'m in no shape for battle as of now, $N. Do you think you\'re strong enough to get those papers from the Defias here on the island?$B$BIf you\'re able to get them, bring them back to Gazin and let him know I\'m all right.','Retrieve a Defias Script from the Defias Rogue Wizards in Elwynn. and return to Gazin Tenorm in Stormwind.','Wonderful! You made it. and saved Henze. The Light is with you for sure, $N!','Is Henze safe. $N? Were you successful?$B$BBetween your skill with a weapon, and the power of the Light, I\'d imagine Heroes\' Vigil is safe from any Defias threat, but that\'s for the King and his advisors to say.','','','','','',6846,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,405,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1789,2,-141,0,12,0,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Symbol of Life',NULL,NULL,'If you fail to help Narm after you\'ve used the Symbol of Life, $N, then return to me and I shall give you another.$B$BIt is important to both my husband and I that you return successful. Please, make haste.',NULL,NULL,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,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,1,0,0,0,0,0,0),(1790,2,-141,0,12,0,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Symbol of Life',NULL,NULL,'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,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,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,1,0,0,0,0,0,0),(1791,2,-81,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1719,0,0,1712,0,0,0,'The Windwatcher','Now that you\'ve learned your berserker\'s stance, you\'ll want a nice weapon to use it with.$B$BTalk to Bath\'rah the Windwatcher, a troll hermit who lives between the Alterac Mountains and the Western Plaguelands. He is a skilled weapon maker and a powerful shaman.$B$BTo find Bath\'rah, go to the river that flows along Tarren Mill\'s eastern flank. Follow it north--Bath\'rah is camped near ruins that rest along the river\'s eastern bank.','Speak with Bath\'rah the Windwatcher.','You have traveled far, young $C. I see fire in your eyes. You seek a weapon of great power, yes?$B$BI can help you with your quest. And you can help me with mine.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1792,2,-81,0,30,40,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1713,0,0,0,0,0,0,'Whirlwind Weapon',NULL,NULL,'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,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,6975,6977,6976,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1793,2,-141,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1793,0,0,0,0,'The Tome of Valor',NULL,NULL,'It has been proven that the Light is with you, , 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,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,6776,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1850,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1794,2,-141,0,20,0,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,1793,0,0,0,0,'The Tome of Valor',NULL,NULL,NULL,NULL,NULL,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,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,1,0,0,0,0,0,0),(1795,2,-61,0,30,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6999,1,0,'The Binding','If you are sufficiently prepared, then we should begin. Let me explain the process to you.$b$bI will begin by creating the basic summoning circle. When that is finished, my acolytes will use the rods of channeling to create the greater circle.$b$bOnce that is done, read the incantation from the Tome of the Cabal, and the felhunter will be pulled forth. Be careful, $n. A felhunter is a powerful foe, and I\'d like to see you keep your head on your shoulders.','Using the Tome of the Cabal. summon and subdue a felhunter, then return the Tome of the Cabal to Strahad Farsan in Ratchet.','I must say I\'m impressed. $N. When I faced down my felhunter, I barely escaped with my life. I sense that you have the potential to become one of the most powerful warlocks of this era.','Every $C should have a felhunter at his command. Though it be difficult to tame. the powers it brings to its master far outweigh the cost.','','','','','',6999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6268,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,22244,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,691,1373,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1796,2,-61,0,31,31,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4781,0,4781,0,0,0,'Components for the Enchanted Gold Bloodrobe','The first item I will aid you in creating is a robe. You will gather the items for me. and we will put them together. Afterwards, assuming you succeed, you will have the first of many items that will make you more powerful and aid you in your struggles.$B$BTo start, you must have crafted Robes of Arcana. A tailor can make this for you, or perhaps you can purchase one from someone else--I\'d be most impressed if you could make it yourself--but regardless, bring me the robes, and we shall go from there.','Bring Robes of the Arcana to Menara Voidrender in the Barrens.','This will do nicely. $N.$B$BAll magical items must begin with an item of high quality. The more effort and skill put into an item, the greater the magics it can hold. Rare and more expensive components hold the magic better. You will not regret having the robes fashioned into the ones we will make for you later on.','How goes your search for the robes. $N? Have you created them yourself? Such personal touches I find make the imbuing of magic that much sweeter. It gives you a greater sense of accomplishment. But I understand if you choose the quicker path and have it made for you - there\'s something to be said for such... ambition.','','','','','',5770,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1798,2,-61,0,30,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,1758,0,1758,0,0,0,'Seeking Strahad','It is time you learned the felhunter summoning, $N. I do not have the reagents and items necessary to teach you here, so you will have to seek out another, Strahad Farsan, another of our inner circle.$B$BHe makes his residence in the goblin port of Ratchet. I will send word ahead of you to inform him of your coming.','Speak with Strahad Farsan in the Barrens.','$N? Ah, of course. Our latest prodigy. The real thing can\'t live up to the legend, I\'m afraid.$B$BNo matter, you\'ve come here to learn, not to hear me make jokes to myself.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1799,2,-61,0,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4961,0,4961,0,0,0,'Fragments of the Orb of Orahil','Good, then we shall begin.$B$BThe first thing you must do is speak to my acolytes inside. Choose one of their paths to follow--they will explain more.$B$BSecond, you must travel to Desolace and find an Infernal Orb from one of the warlocks of Mannoroc Coven. It is that orb that you will cleanse with the help of a mage named Tabetha deep in southern Dustwallow Marsh. She will aid you because of our history together.$B$BAgain, do not come back until you have done both things I\'ve asked.','Speak to Menara\'s acolytes inside the tower above Ratchet and choose one of their paths to follow.$B$BAfterwards, bring an Infernal Orb to Tabetha in Dustwallow Marsh.','Oh. so Menara sent you. Fair enough... I suppose you may stay as my guest for the time being. But you must be on some pressing business - perhaps you\'re here seeking lost power? Maybe I\'m mistaken. Maybe corruption isn\'t too far away from you after all.','And obviously not being a mage. I wonder if I can trust you at all. I can smell the power of the arcane on you, but you seem to have eluded the stank of corruption that comes so willingly with your kind.$B$BYes, a $C... a $C has come to ask for my help.$B$BWell, what is it I can do for you, $N?','','','','','',7291,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1800,2,-284,0,60,60,0,690,0,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,'Lordaeron Throne Room','The orphan matrons at my home tell mighty stories of battle and lore at night if we are good and do our chores. One story was about how Lordaeron fell. and about how the evil Arthas took his own father\'s life to become ruler.$B$BHe had no honor, $N! When I grow up and become a mighty Horde warrior, my blade will be guided by honor - never evil!$B$BWould you take me to see the throne room, please? It is just before where you would go down into the Undercity.','Take your ward to the old Lordaeron Throne Room that lies just before descending into the Undercity.\r\n','That throne room was scary. Yohaan! Even though it was empty, it felt like a great evil had happened there. I felt mad... but I also felt sad too. I understand why the matrons tell us such stories; I will never betray my people like that!$B$BThank you for taking me to the throne room, $N. I learned a lot.','Are we there yet?','Go to the old Lordaeron Throne Room that lies just before descending into the Undercity.','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,0,0,0,0,50,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1801,2,-61,0,30,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1803,0,1803,0,0,0,'Tome of the Cabal','It will take more than a simple summoning circle to bring forth a felhunter for you to challenge.$B$BMy three acolytes and I will assist in creating the magic circles. You require a copy of the Tome of the Cabal, which has been lost to us for some time. It was written by the first group of warlocks to summon a felhunter unaided.$B$BPerhaps Jorah Annison can help you with this. He\'s employed as a cartographer in the Undercity these days, but still knows more of ancient texts than any I know.','Speak with Jorah Annison in the Undercity.','Map making! Pictures, estimations of reality. I have no use for such things.$B$BIn books, narrative, description! That is where truth lies. I would trade all the maps in this store for one book on the rise of necromancy, or a tale of the Dark Lady\'s triumph.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1802,2,-61,0,30,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1758,1804,0,1804,0,0,0,'Tome of the Cabal','It was lost, but there\'s some idea as to where it might be found.$b$bThere was only one copy ever made and it was vandalized at some point, a large portion of it ripped from the binding. Rumor has it that it somehow passed into the hands of the centaur of Thousand Needles.$b$bThe rest was lost off the coast west of Southshore, where it was to be transported to Menethil Harbor by boat. It never arrived.$b$bIn exchange for this knowledge, all I ask is that if you find it, bring it to me to see.','Retrieve the Moldy Tome and Tattered Manuscript for Krom Stoutarm in Ironforge.','Fantastic! Now I may join the ranks of the few that have spied its contents.$B$BI can\'t wait to further peruse this text. This is a great day. $N! If you will just allow me to glance at it before you leave. I\'m sure that Strahad will be willing to send me a copy.','Did the rumors prove true. $N?','','','','','',6931,6997,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1803,2,-61,0,30,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1801,1805,0,1805,0,0,0,'Tome of the Cabal','Ah! I see that you are a warlock of similar tastes to mine. Indeed. acquiring the Tome of the Cabal is a worthy aspiration. Did you know that it was once held within the walls of Lordaeron? It was vandalized though, almost half its pages removed. Who would commit such a heinous act?$B$BThat half is lost, though rumor says that it fell into the hands of the centaur of the Thousand Needles.$B$BThe rest of the text was to be transferred to Ironforge, but was lost in transit on the coast west of Southshore.','Retrieve the Moldy Tome and Tattered Manuscript for Jorah Annison in the Undercity.','Well well well! What do we have here?$B$BThis is impressive. $N. I wouldn\'t have thought it possible, but here it is in my very hands, the complete Tome of the Cabal.$B$BAllow me to leaf through its pages for just a moment before you are off again.','It may be that you are chasing after fairy tales. $N, but truth can be found at the center of even the wildest rumors.','','','','','',6931,6997,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1804,2,-61,0,30,30,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1802,1795,0,1795,7006,1,0,'Tome of the Cabal','Well, ah, it\'s hard to let it go. But you found it, and you have more important things to do with it, of course. Just, please, be sure to mention to Strahad that I wanted a copy.$b$bWhile you were out, he sent a message for you. He wanted me to tell you that for his acolytes to assist with the summoning, you\'ll have to acquire three rods of channeling.$b$bHe might not know where to find them, but I do! They were last used by the orcs of the Dragonmaw clan in the Wetlands. I\'d check their spellcasters!','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','Well done! The Tome of the Cabal and three pristine--slightly scratched. I suppose--rods of channeling.$B$BThis will be interesting. It\'s been some time since a young $C took on a felhunter to make his own.','Haven\'t seen you around these parts for a while. Have you found the tome and the rods?','','','','','',7006,6930,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1805,2,-61,0,30,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1803,1795,0,1795,7006,1,0,'Tome of the Cabal','This is one of the most interesting texts I have perused in the last few years. The selection here is sparse--mostly books on geography--and I have already read them all. I should hope that Strahad would send me a copy of this tome when he has the chance.$B$BSpeaking of him. he sent word to me while you were away. For your task, you must obtain three rods of channeling.$B$BFor allowing me to look at this text, I will share a secret: You can find the rods on orcs of the Dragonmaw Clan in the Wetlands.','Bring the Reconstructed Tome and 3 Rods of Channeling to Strahad Farsan in Ratchet.','Well done! The Tome of the Cabal and three pristine--slightly scratched, I suppose--rods of channeling.$B$BThis will be interesting. It\'s been some time since a young $C took on a felhunter to make his own.','Yes, $N? Of what service can I be to you?','','','','','',7006,6930,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1470,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1806,2,-141,0,20,22,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1654,0,0,0,0,0,0,'The Test of Righteousness','Why don\'t we go over to the forge and get started on this? I\'ve been preparing for your arrival for some time, so it shouldn\'t take long at all.$B$BWhen we\'re done, you\'ll be far more prepared to defend the Light than you have been, this much I swear.$B$BI\'ll be somewhat honest, $N, seeing the results of your exploits makes me somewhat envious. But knowing that I can contribute to your adventures in my own significant way does bring me some joy.','Wait for Jordan Stilwell to finish forging a weapon for you.','Here it is, $N. A weapon worthy of a champion of the Light such as yourself. I\'ve named it after a great dwarven paladin who was a friend of mine. His name was Verigan... Bosch Verigan.$B$BPlease take it on behalf of myself and my wife. We owe you a great debt, and the world will be a safer place wiht one of your skill traveling the land.','',NULL,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,6953,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1819,2,-81,0,10,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1818,1820,0,1820,0,0,0,'Ulag the Cleaver','When the Scourge swept through Tirisfal Glades, we captured one to study. He had a free mind, and called himself Ulag the Cleaver. But, although his will was free, he was still enthralled by the Lich King.$B$BWe hoped to find a way to break the king\'s control over Ulag, but we failed. Now, finally, it is time to free him. $B$BFree him, and kill him.$B$BActivate the skull stone trigger near the mausoleum to the north. This will lift the magical seal that binds him.$B$BThen... be ready, $N','Kill Ulag the Cleaver. then speak with Deathguard Dillinger.','Well done, $N. Ulag was no minor agent of the Scourge. You have shown the Deathguards, and hence the Dark Lady, that you are a $C of skill and resolve, and are worthy of further instruction.','Your task is yet undone. $N. It is not wise for a $C to show fear...','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6390,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,8121,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1820,2,-81,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1819,1821,0,1821,0,0,0,'Speak with Coleman','You have proven your value to the Dark Lady. now perhaps you can prove yourself to one of her subjects.$B$BColeman Farthing awaits a warrior who is willing to be his instrument of revenge against the Forsaken\'s enemies.$B$BYou will find him in the Gallow\'s End Tavern in eastern Brill.','Speak with Coleman Farthing.','Yes. it is true. I have need for your skills in combat. My means are small. but my task aids both me and the Forsaken\'s cause. Do it, and your reward will be twofold.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1821,2,-81,0,10,11,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1820,1822,0,1822,0,0,0,'Agamand Heirlooms','The Agamand family were my employers in life. and they were the cause of my death! It is fitting that the Agamands are now mindless minions of the Lich King.$B$BNow I would have their last vestiges of honor. Go into their family crypt and rob them of their family heirlooms: a sword. an axe, a dagger and a mace. Bring them to me!$B$BThe Agamand family crypt is at the north end of the Agamand mills, protected by lurking scourge and dead Agamands.','Bring Coleman Farthing the Agamand Family Axe. the Agamand Family Sword. the Agamand Family Mace and the Agamand Family dagger.','Ah! You retrieved them! Now the last semblance of honor and memory is stripped from the cursed Agamand lands. The family truly is no more!','Do you have the heirlooms. $N?','','','','','',7566,7567,7568,7569,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1822,2,-81,0,10,11,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1821,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.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7115,7116,7117,7118,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,609,0,0,0,0,25,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1823,2,-81,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1824,0,0,0,'Speak with Ruga','You are a warrior of skill and growing renown. Perhaps you are ready for Ruga Ragetotem\'s trial? If so. then find Ruga in Camp Taurajo in the Barrens.$B$BHe awaits those warriors who answer his call.','Speak with Ruga Ragetotem.','You are here for my trial. $N?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1824,2,-81,0,20,20,0,690,0,0,0,0,0,0,0,0,1800,0,0,0,1823,0,0,1825,0,0,0,'Trial at the Field of Giants','To pass this trial. you must travel south to the Field of Giants. There you will find a host of crawling, insect creatures. They are new to the Barrens and I do not like what they herald.$B$BBring me their still-twitching antennae, and waste no time, $N, for harvested antennae will not twitch for long. Bring me the antennae in the time allowed, and you will pass the trial.','Bring 5 twitching antennae to Ruga Ragetotem at Camp Taurajo','Nicely done. $N! In passing the trial at the Field of Giants, you take one more step down the $C\'s path.','Do you have the antennae? If so then give them to me quickly. for twitching antennae do not twitch forever...','','','','','',7119,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7120,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1825,2,-81,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1824,0,0,1838,0,0,0,'Speak with Thun\'grim','Thun\'grim Firegaze, an orc blacksmith of renown, has heard of your continued deeds of valor in service of the Horde. He would like to fashion for you a suit of armor, and bids you speak with him immediately.$B$BThun\'grim is camped east of the Crossroads in the Barrens.','Speak with Thun\'grim Firegaze in the Barrens.','Yes, you have come. This is good, for we have much to discuss, you and I.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1838,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7587,1,0,'Brutal Armor','I have heard tales of your strength and valor. and wish to make for you a suit of armor. a companion to aid you as tales of your great deeds grow.$B$BBut the fashioning of this armor will be a quest unto itself, $N. I will need your help, and the help of other smiths of the Horde.$B$BHere, take this scroll. I spent many nights, struggling with near-blind eyes, writing that which I need for the armor. Bring me the items on this scroll and I will create for you the first piece of the suit.','Bring to Thun\'grim Firegaze 15 Smoky Iron Ingots. 10 Powdered Azurite. 10 Iron Bars and a Vial of Phlogiston.','You brought all that I asked. Now. I will do my part...','Do you have the items on my scroll. $N?','','','','','',7126,7127,3575,6841,15,10,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1839,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1838,0,0,1842,0,0,0,'Ula\'elek and the Brutal Gauntlets','The troll smith Ula\'elek will craft for you the brutal gauntlets. He dwells in Durotar, in Sen\'jin Village with his Darkspear brethren, and he awaits your coming.','Speak with Ula\'elek in Durotar.','Greetings, $N. Old Thun\'grim sent word to me of your coming, but had he kept silent your presence here would not have surprised me.$B$BThe spirits follow your progress, young $C, and they tell me that many foes have fallen before you.',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1840,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1838,0,0,1844,0,0,0,'Orm Stonehoof and the Brutal Helm','Orm Stonehoof is respected greatly for his skill. He will make for you the brutal helm.$B$BSeek him out in Thunder Bluff, near the pool by the city\'s great, central totem.','Speak with Orm Stonehoof in Thunder Bluff.','Greetings, $C. I am Orm, and Thun\'grim tells me you wish a helm made?',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1841,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1838,0,0,1846,0,0,0,'Velora Nitely and the Brutal Legguards','It is said that. before her death, Velora Nitely was one of the finest armorsmiths in Lordaeron. Death, it seems, has not decreased her talents. Speak with Velora--she will make your brutal legguards.$B$BVelora plies her trade in the Undercity of Lordaeron, in the trade quarter.','Speak with Velora Nitely in the Undercity.','You are here for leg armor? Great!$b$bUm... am I making the armor for you. or are you making it for me?$b$bThat was joke. Was it funny? I can\'t tell... I lost my sense of humor the same time I lost my sense of smell. Which was about the same time I stopped breathing.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1842,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1842,0,0,0,0,0,0,'Satyr Hooves','I can make you a pair of brutal gauntlets, and great magic will they hold. But first, you must collect this magic and bring it to me.$B$BThe satyrs dwell in northeastern Ashenvale because of the forest\'s power. They feed off its purity, leeching and corrupting. You can tell which satyrs have drawn the most of Ashenvale\'s magic by their swollen, uncloven hooves.$B$BThese hooves hold great power. I will need them for your gauntlets\' crafting.','Bring 7 Uncloven Satyr Hooves to Ula\'elek at Sen\'jin Village in Durotar.','Ah. you have them! Now, just as the Satyrs leeched the strength of Ashenvale, I will leech the power held within these hooves and harness it into my crafting...','Do you have the hooves. $N? The magic within them is strong.','','','','','',7128,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1843,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1842,1848,-1843,0,0,0,0,'Brutal Gauntlets',NULL,NULL,'Thank you, $N. These gauntlets are my best work. Take them. In wearing them, you bring honor to me and my ancestors.',NULL,NULL,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,7129,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1844,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1840,0,0,0,0,0,0,'Chimaeric Horn','I will make you the helm, but you must show me you are worthy of it.$B$BNestled in the northwestern reaches of the Stonetalon Mountains there lies the Charred Vale. It was once a verdant place, but is now defiled and ashen, and what creatures remain there are mad with pain and despair.$B$BThat place is where I send you, $N.$B$BYou must go to the Charred Vale and find a chimaera matriarch. Slay her, free her of her misery. Bring me her galvanized horn as proof, and I shall make for you the helm. ','Bring a Galvanized Horn to Orm Stonehoof in Thunder Bluff.','You have completed your task. $N, and shown me your worth and resolve. The helm will be yours...','Do you have the horn? Is the matriarch free of pain?','','','','','',6840,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1845,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1844,1848,-1843,0,0,0,0,'Brutal Helm',NULL,NULL,'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,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,7130,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1846,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1841,0,0,0,0,0,0,'Dragonmaw Shinbones','To make the brutal leg guards. I need a brace of sturdy shinbones. The Dragonmaw orcs of the Wetlands have nice, thick shinbones. I\'ll need theirs.$B$BBut they must be sturdy. Be sure to test the shinbones as you collect them. If you can break them with your bare hands, then they won\'t be sturdy enough to work with.','Bring 8 Sturdy Dragonmaw Shinbones to Velora Nitely in the Undercity.','Well done! These all look strong. I think they\'ll do quite nicely. How did those orcs mind you taking their shins. $N? Complain much?$B$BThat was another joke. You\'re not laughing.$B$BI\'m not very funny these days. am I...','I\'m waiting for those shinbones. $N. They\'ll make a nice frame for your leg guards.','','','','','',7134,0,0,0,8,0,0,0,8,0,0,0,7131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1847,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1846,1848,-1843,0,0,0,0,'Brutal Legguards',NULL,NULL,'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,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,7132,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1848,2,-81,0,20,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Brutal Hauberk','','','I am sure you endured much hardship and shed much blood on my task, $N. Here is the product of your toil.$B$BMay you wear it well, and may you one day return here with stories of its service to you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7133,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1858,2,-162,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1963,0,0,0,7209,1,0,'The Shattered Hand','I\'ll leave it to you to get Tazan\'s satchel open. and return to me with its contents. The locking mechanism is complex, so it would probably be easiest if you obtained the key.$B$BAs you didn\'t find it on Tazan\'s body, I can only assume that he left the key in the care of another... Ah, yes, that\'s right. He had an assistant named Gamon. A drunkard, you\'ll most likely find him at the tavern. Perhaps you could quietly relieve him of the key.','Steal Tazan\'s key. then use it to open his Satchel and deliver its contents to Therzok in the Cleft of Shadow in Orgrimmar.','Hmmm. now this is interesting. You\'ve more than proved your worth with this, Weir. I am quite impressed. Consider yourself the newest member of the Shattered Hand. And take this, it will be a great help to you in the future, I think.','Is it not vexing to have the subject of your desire within your grasp. but to have no way of getting to it?','','','','','',7295,0,0,0,1,0,0,0,1,0,0,0,7208,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1859,2,-162,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1859,1963,0,0,0,'Therzok','Lower your voice, $N. Yeah, I know your name. Was told to keep an eye out for an orc by your description.$B$BFrom what we\'ve heard about you, you can handle yourself in combat, and aren\'t opposed to a little sneakery from time to time.$B$BAm I right?$B$BAnyways, you should go see Therzok in Orgrimmar. He\'s got an offer for you to hear.','Speak with Therzok in the Cleft of Shadow in Orgrimmar.','Very good, I\'m glad Kaplak was able to get a hold of you.$B$BWe have some things to speak of, not the least of which is your future with the Hand. ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1860,2,-161,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,1861,0,0,0,'Speak with Jennea','We mages have a task that needs doing. One that is vital to the safety of Stormwind and Elwynn forest.$B$BJennea Cannon has the details. She studies in the wizard\'s sanctum. in the mage district of Stormwind. You should make your way to her with haste.','Speak with Jennea Cannon in Stormwind.','You have been sent to aid me in my task, $N? Good. It is heartening to see young mages eager to help in our cause...$B$BWhat cause, you ask? In time, young one. You shall know... in time. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1861,2,-161,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,7207,1,0,'Mirror Lake','This world has been victim to massive mystic struggles. which tore magic currents from once stable channels. We struggle to determine the effects these changes have caused, and some of us fear the worst!$B$BBut I will reveal more of this later. Right now, we need you to gather information.$B$BHere, take this flask. Go to the base of the waterfall at Mirror Lake, southwest of the Stormwind gates, and retrieve a sample of the water there. Return it to me so that I might test it for magical taints.','Bring a Mirror Lake sample to Jennea Cannon in Stormwind.','Thank you. $N. I will test this water for magical properties. Let us hope that it contains none, or we may find that those who drink from Mirror Lake for too long will be adversely affected.$B$BHere, $N. Take this orb or staff as a token of your service. May it serve you well.','Do you have the sample. $N? The flow of magic in Stormwind and Elwynn has been altered, and I must know if it is seeping into the water.','','','','','',7206,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7508,9513,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1878,2,440,0,40,44,0,0,0,0,0,0,0,0,0,0,0,0,1,0,1707,0,0,0,0,0,0,'Water Pouch Bounty','','','Excellent - the more water pouches we are able to reclaim, the further away from disaster we\'ll all be! Keep \'em coming, and I will be sure to reward you for every five water pouches you bring me.','Back again,$N? If you have five more Wastewander water pouches, then I have a care package with your name on it!','','','','','',8483,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8484,0,0,0,1,0,0,0,369,0,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1879,2,-161,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,1880,0,0,0,'Speak with Bink','$N! Bink, my gnome colleague in Ironforge, sends word. She has a task that needs doing and won\'t rely on anyone but a mage to do it! Are you that mage, $N?$B$BIf so, then speak with Bink. She spends her time in the Hall of Mysteries in the Mystic Ward of Ironforge.','Speak with Bink in Ironforge.','Oh, I can see you have promise, yes you do! But it takes more than promise to be a good $C. And if you\'re not a good $C, then you\'re a bad $C. And bad mages are part of the problem, yes they are!$B$BOops, I\'m getting ahead of things. Let\'s begin at the start! ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1880,2,-161,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1879,0,0,0,0,0,0,'Mage-tastic Gizmonitor','We mages do more than just waggle our fingers and make pretty sparks! We control magic. the base fabric of our world! And that takes great care, and resolve. And knowledge... so much knowledge!$B$BOne of my devices, the mage-tastic gizmonitor, collects and stores that knowledge in huge amounts! But it\'s lost! When we fled our home of Gnomeregan, I left it in a chest in one of our huts outside the city, and now the place is crawling with leper gnomes!$B$BPlease, $N, retrieve my gizmonitor!','Bring Bink her Mage-tastic Gizmonitor.','Oh. splendid day! When I made the gizmonitor I never realized how dependent on it I would become. Now I can begin my studies anew!$B$BThank you, $N! And here - these were my first tools as a $C. They\'re a little scratched but they\'re well tested. Take your pick - I\'m sure you\'ll find either of them useful.','Did you find the gizmonitor? I must have it before its energy supply runs out!','','','','','',7226,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7507,9514,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1881,2,-161,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1881,1882,0,0,0,'Speak with Anastasia','$N, Anastasia Hartwell has a task for someone of your talents. Speak with her in the magic quarter of the Undercity, and prepare yourself for your first task for the mages of the Forsaken.','Speak with Anastasia Hartwell.','Greetings, $N. You were wise to answer my call, and wiser still if you heed what I next say... ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1882,2,-161,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1881,0,0,0,0,0,0,'The Balnir Farmstead','The Plaguelands to the east are an aberration. Devised by the Lich King. they spread their magic into the soil, corrupting and killing all that live. Although there is a certain charm to the destructive forces of the plague, we, the mages of the Forsaken, believe it is unruly and must be curtailed.$B$BBut first, we must measure how far it has spread into Tirisfal. Go to the Balnir Farmstead in eastern Tirisfal. In the garden are flowers--snapdragons. Gather these and return.','Bring Balnir Snapdragons to Anastasia Hartwell in the Mage Quarter of the Undercity.','Ah. a fine specimen this is. I will send it to be studied by our apothecaries to determine the extent of the Plagueland\'s taint.$B$BWell done, $N. For your services, I present to you this choice: an orb or staff. Whichever you choose, you will find it quite useful.','Do you have the snapdragons? That breed of flower is highly receptive to magic energies. and studying the snapdragons so close to the Plaguelands can tell us if the plague has entered Tirisfal Glades.','','','','','',7227,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7507,9514,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1883,2,-161,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1881,1884,0,0,0,'Speak with Un\'thuwa','Un\'thuwa, tribal mage of Sen\'jin Village, detects a disturbance in the magic currents of Durotar and asks for aid. Speak with Un\'thuwa and do what you can to help him.$B$BDo this, and in time further secrets will be revealed to you.','Speak with Un\'thuwa.','Hail, $N. Praise to you, for my call for aid is now answered. Let us hope you are up to the task... ',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1884,2,-161,0,10,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1883,0,0,0,0,0,0,'Ju-Ju Heaps','The warlock Zalazane of the Echo Isles has disrupted the normal flow of magic in Durotar. He does this through tainted fetishes, ju-ju heaps, which he has placed among his huts on the main Echo Isle.$B$BThese heaps corrupt our wildlife and give power to the warlocks and infernal creatures that lurk in the land\'s dark corners.$B$BYou must destroy the ju-ju heaps, $N, before the flow of magic is forever altered.','Destroy 4 Ju-Ju Heaps, then return to Un\'thuwa in Sen\'jin Village.','I sense that Zalazane\'s ju-ju heaps were destroyed, and with time, and luck, the flow of magic in Durotar will return to normal.$b$bA great deed you have done for your people, $N. And you have shown your worth to us, the mages of the Horde.',NULL,NULL,'Ju-Ju Heaps Destroyed',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-102986,0,0,0,4,0,0,0,0,0,0,0,7508,9513,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1885,2,-162,0,10,10,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1859,1886,0,0,0,'Mennet Carkad','$N? Not quite what I was expecting, considering Carkad himself has taken an interest to you. Looks can be deceiving though, right?$B$BEither way, you should go see him as soon as possible. You wouldn\'t want to know what happened to the last few that chose to ignore his summons.','Speak with Mennet Carkad in the Rogues\' Quarter of the Undercity.','Hm. No doubt you made your way here at first mention of my summons, yes? Of course. I would expect no less from a prospective Deathstalker. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1886,2,-162,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1885,0,0,1898,0,0,0,'The Deathstalkers','If you wish to join the Deathstalkers. Lord Varimathras\' elite guard, you will have to prove your worth.$B$BI will not lie to you, $N, this task could mean your death.$B$BI have some things that need attending to. I require the personal effects of Astor Hadren, a messenger who travels between Silverpine and the Undercity. I will leave the method of procurement to your discretion.$B$BIt will be better for you if you know less of the nature of this business. Succeed and I shall tell you more.','Get Astor\'s Letter of Introduction and return it to Mennet Carkad in the Rogues\' Quarter.','Well done. $N. You\'ve passed the first part of this test. Hopefully Andron will not have caught wind of your activities, and we will be able to convince him that you are, in fact, the messenger he is expecting.','Success to report?','','','','','',7231,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1898,2,-162,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1886,0,0,1899,7231,1,0,'The Deathstalkers','The letter of introduction should be enough to convince Andron that you are the messenger he\'s been waiting for. I\'ve met Andron before. he doesn\'t quite have the mental capacity to be that suspicious.$B$BLord Varimathras suspects that Andron has been providing aid to some other group. He wishes to know what organization this is and requires proof of it.$B$BI want you to speak with Andron, and obtain this information. You\'ll find him at his shop near the Apothecarium.','Speak with Andron Gant in the Undercity.','Ah. yes, I\'ve been expecting you. I have no doubt our mutual acquaintances are pleased with the information that I have provided so far?$B$BI suppose there\'s no point in asking you, I doubt they would burden you with this knowledge. Why place so much trust in the messenger, hm?','Hello. Something I can do for you?','','','','','',7231,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1899,2,-162,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1898,0,0,1978,0,0,0,'The Deathstalkers','You\'ll find the ledger with the information your employers seek on the bookshelf behind me. Deliver it with my regards. and tell them that I would prefer it if they sent you, if they find enough value that they should wish to continue our arrangement.','Bring Andron\'s Ledger to Mennet Carkad in the Rogues\' Quarter of Undercity.','Well. this is certainly more information than I suspected to get out of Andron. Give me a moment to peruse it, before I set you to your next task.','Success. $N?','','','','','',7294,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1919,2,-161,0,15,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,0,'Report to Jennea','Your knowledge of the craft grows, young $N. Are you now ready to begin your true lessons? Are you ready to take your place in the secret war we wage?$B$BIf so, then speak with Jennea Cannon, in the wizard\'s sanctum in the mage district of Stormwind. She has a task for you which will open your first window into the invisible world.','Speak with Jennea Cannon in Stormwind.','$N, I have a mission for you, here in the $C district. Listen closely, for there is no time to waste.','',NULL,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,0,0,0,0,0,72,0,0,0,0,1,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1920,2,-161,0,15,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1919,0,0,1921,0,0,0,'Investigate the Blue Recluse','A disturbance has been reported at the Blue Recluse tavern in the Mage Quarter. Strange, invisible creatures now wander the tavern, and I fear a mana rift has formed there.$B$BI want you to investigate the tavern and capture those creatures. Use the cantation of manifestation in the tavern to make the creatures visible, subdue them then use a containment coffer to capture them. When you have enough, return to me with your filled coffers, your empty coffers and the cantation.','Obtain a Cantation of Manifestation and a Chest of Containment coffers from behind Jennea Cannon. Bring 3 Filled Containment Coffers to Jennea at the Wizard\'s Sanctum.','Very well done! I will study these creatures and, with diligence and luck, determine how they slipped into our world.$B$BYour value to the society of mages grows, $N. ','Have you captured the creatures. $N? They must be studied in order to determine the reason behind their arri','','','','','',7292,7247,7308,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1921,2,-161,0,15,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1920,0,0,1941,0,0,0,'Gathering Materials','You have served your fellow mages well, and now it is time to don your wizard\'s robe. Wynne Larson can make your robe, but you must bring her the needed materials$B$BThe robe will be made of linen which is easy to find, but you must also gain charged rift gems, and the only known location of the gems is in the Silver Stream Mine of Loch Modan, left in crates by the dwarven miners\' league.$B$BGather the linen and the gems and bring them to Wynne Larson at the Larson Clothiers in the Mage District.','Bring 10 Linen Cloth and the 6 Charged Rift Gems to Wynne Larson in Stormwind.','Yes, these are great pieces of linen. I can make a fine robe with them. And after I weave the rift gems into it, we\'ll have a garment fit for a $C! ','Hello, $N. Jennea told me you would come. Do you have something for me? ','','','','','',2589,7249,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1938,2,-161,0,26,28,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1939,0,0,1940,0,0,0,'Ur\'s Treatise on Shadow Magic','Long ago, three mages studied in this tower until one fell to the dark arts. He was urged to turn away from that evil magic, but he could not resist. And so he was banished.$B$BThe fallen mage\'s new domain is the tower of Ilgalar in Redridge, and he took with him a powerful book--Ur\'s Treatise on Shadow Magic.$B$BWe, the mages of Stormwind, would have that book returned. Enter the tower of Ilgalar, find the tome in his library, and bring it to me.','Bring Ur\'s Treatise on Shadow Magic to High Sorcerer Andromath in Stormwind.','I feared that Morganth had hidden the book elsewhere, or that he had found a way to open it and read its contents.$B$BIt is good to see that he did not, and that the seals we placed on Ur\'s Treatise on Shadow Magic still hold.','Do you have the book, $N? Its secrets are not meant for the untrained, and plumbing its depths can lead to doom and ruin.','','','','','',7266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1939,2,-161,0,26,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1938,0,0,0,'High Sorcerer Andromath','High Sorcerer Andromath wishes to speak with you, $N. He is at the top of the wizard\'s sanctum, in the mage\'s district of Stormwind.$B$BIt would be wise to speak with him, for Andromath is one of the most powerful mages not locked away in Dalaran. Council with him is high council indeed.','Speak with High Sorcerer Andromath.','Greetings. $N. I am pleased to see you, and hope you have time to listen to an old man\'s words...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1940,2,-161,0,26,26,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,1938,1942,0,0,0,0,0,'Pristine Spider Silk','Your service has been unwavering, $N. I think, perhaps, it is time you had a finer garment, one more suiting your station as an adept mage. If you gather the needed materials, then we will arrange the robe made.$B$BYou must enter Duskwood and hunt carrion recluse spiders. Extract their silk, but only the finest, most pristine silk will do. When you have enough, take it to Wynne Larson, here in the mage district at the Larson Clothiers. She will craft your robe.','Bring 8 Pristine Spider Silk to Wynne Larson in Stormwind.','Nice specimens, these. I\'ll get right to work!','Ah, yes. The mages of the Wizard\'s Sanctum said you\'d speak with me. Do you have the required silk?','','','','','',7267,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1941,2,-161,0,15,15,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1921,0,0,0,0,0,0,'Manaweave Robe','\"Wynne Larson can make your robe ?\" that was the words you have heard from Jennea ?$B$B OK! Wait a sec and i will make that robe for you !','Speak with larson for a moment.','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,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,7509,0,0,0,1,0,0,0,72,0,0,0,0,150,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1942,2,-161,0,26,26,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,1940,0,0,0,0,0,0,'Astral Knot Garment',NULL,NULL,'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,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,7511,9516,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1943,2,-161,0,26,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1944,0,0,0,'Speak with Deino','The troll mage Deino has need of your assistance. $N. She resides in Orgrimmar, in the Darkbriar Lodge.','Speak with Deino.','Good, you have come. My task is not an easy one, but vital to the society of mages. If you aid me, I am sure you will find it worthwhile. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1944,2,-161,0,26,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1943,0,0,1945,7269,1,0,'Waters of Xavian','The fabled city of Xavian lies nestled deep within eastern Ashenvale. and tales of its ancient knowledge are well known among the learned. It is said that the waters of Xavian hold vast magical powers.$B$BI would have a sample of those waters, from their source.$B$BTake this flask and go to Xavian. Gather water from the bottom of its highest waterfall, and return to me. And use care as you move through that ancient city--satyrs now hold the ruins and do not like mages prying into their affairs.','Bring the Xavian Water Sample to Deino in Orgrimmar.','Ah. very good. I trust the satyrs of Xavian gave you little trouble?$B$BThank you, Mithel. I will study this sample of Xavian water immediately.','I am pleased you have returned with your skin intact. Mithel. Do you have the water sample? I am eager to study its properties.','','','','','',7268,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1945,2,-161,0,26,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1944,1946,0,1946,0,0,0,'Laughing Sisters','For your services. I have arranged for the creation of your new robes, provided you can gather the needed materials...$B$BFor these robes, you must return to Ashenvale for the locks of hair from laughing sisters--dryads who gather near the Raynewood Retreat.$B$BWhen you have their hair, bring it to Kil\'hala, a troll tailor at the Crossroads in the Barrens. He will be expecting you, and will fashion your robes.','Bring 12 Laughing Sister\'s Hairs to Kil\'hala at the Crossroads.','Ah. this hair will weave into a fine robe, Mithel. 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. Mithel. Deino said you would come, and would bring the laughing sisters\' hair. Do you have it?','','','','','',7270,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1946,2,-161,0,26,26,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1945,0,0,0,0,0,0,'Nether-lace Garment','','','Here is your nether-lace, $N. It is both comfortable and durable, and holds the magic of the laughing sisters\' hair.$B$BEnjoy, and if you find it amenable, please mention so to Deino. She is a $C on whose good side I wish to stay...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7512,9515,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1260,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1947,2,-161,0,30,38,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','Now it is time for you to earn your mage\'s wand. To begin this quest, speak with the human hermit Tabetha in Dustwallow Marsh. You will find her shack deep in the marsh, west of Theramore.$B$BSpeak with her, for her knowledge is vast. You will find Tabetha\'s cottage west of Theramore, and just north of the Stonemaul Ruins.','Speak with Tabetha.','Quiet! I\'m in a delicate juncture and mustn\'t be disturbed!$B$BOne moment...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1948,2,-161,0,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7516,1,0,'Items of Power','The building of a mage\'s wand is not easy. Rare substances are required, and a vessel must be made that can store great quantities of magical energy. You must gather these things and bring them to me.$B$BI have written onto this parchment that which you need, and instructions on how to get it. Bring me exactly what is on this list, and follow my written directions to the letter, for if you do not then when we make your wand things might go... badly.','Bring 1 Jade and the Bolt Charged Bramble to Tabetha in Dustwallow Marsh.','Aha! You got the jade and made the bramble! Well done!$B$BIs that smoke I see rising from your ears? You might have gotten too close when the lightning struck the totem sticks, but don\'t worry. Being hit by lightning is good luck!','Hello, $N. Do you have the items I require?',NULL,NULL,NULL,NULL,NULL,1529,7272,0,0,1,1,0,0,10,0,0,0,7273,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1949,2,-161,0,30,38,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1947,0,0,1950,0,0,0,'Hidden Secrets','To make your wand, there are key passages in a certain book that I must read. The book is called Rituals of Power, written by the Magus Tirth.$B$BI do not have a copy of his book, and none of the world\'s great libraries possess it. So you must speak with Tirth and gain it from him.$B$BGood luck. Tirth used to be a great mage and scholar, but now he spends his time at the gnome and goblin races in the Shimmering Flats, drinking and gambling.','Speak with Magus Tirth in the Shimmering Flats.','What? Speak up! These old ears aren\'t as sharp as they used to be.$B$BWell, I hope you\'re here with a fresh mug of ale or some hot tips on the next race! If not, then you best keep walking... because I have a polymorph wand with your name on it! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1950,2,-161,0,30,30,0,0,0,0,0,0,0,0,0,0,0,10,0,0,1949,0,0,1951,0,0,0,'Get the Scoop','I can help you with the book, but first you have to help me!$B$BThe tome you seek is in my magically locked strongbox. To open it a special phrase must be uttered, and I can\'t remember the phrase! Normally my assistant helps me remember these things but he\'s nowhere to be found.$B$BIf you want my book, then find my apprentice! Ask around the race track--if you\'re lucky then someone has seen him. Either drag him back here, or at least get my magic phrase from him so we can open my box!','Find the phrase to Tirth\'s strongbox, then return to Tirth.','Ah, now I remember...$B$BI had forgotten about that little curse I put on Johnson. I can\'t remember why I did it but I\'m sure it served him right, the little ingrate! ','','Secret phrase found','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1951,2,-161,0,30,40,81,0,0,0,0,0,0,0,0,0,0,0,0,0,1950,0,0,0,0,0,0,'Rituals of Power','Hm... now that I think about it. I don\'t have my book! You see, I had some gambling debts and to pay them off I sold the last copy of Rituals of Power to a member of the clergy....$B$BA member of the Scarlet Brotherhood. He must have taken it to their library in the Scarlet Monastery in Tirisfal Glades!$B$BIf you want that book, then you\'ll have to go to the monastery to find it. And sorry about all the trouble. I\'m not myself these days...','Bring the book Rituals of Power to Tabetha in Dustwallow Marsh.','That\'s it! It\'s just what I need to prepare for the ritual to create your wand! I hope it wasn\'t too much trouble to find... ','Greetings, $N. Did you find the book, Rituals of Power? ','','','','','',7274,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1952,2,-161,0,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1951,0,0,0,0,0,0,'Mage\'s Wand','I\'ll go make the wands now.','Speak with Tabetha after her ritual.','Here are the wands I made. Take your pick! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7514,11263,7513,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1953,2,-161,0,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1954,0,0,0,'Return to the Marsh','It is time, $N, for you to speak with Tabetha... the hermit of Dustwallow Marsh. She will instruct you on the creation of a powerful mage\'s implement.$B$BTabetha\'s shack lies deep in Dustwallow Marsh, west of Theramore.','Speak with Tabetha.','Ah, yes. You are here for an orb or a staff, $N? Very well. I will aid you in its construction.$B$BBut be forewarned--the process is a perilous one and could mean your death.$B$BOr my death. Definitely someone\'s death... $B$BBut let\'s hope it\'s someone else\'s death, eh? ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1954,2,-161,0,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1953,0,0,1955,0,0,0,'The Infernal Orb','The first step is to acquire an orb with power. The warlocks of the Burning Blade have nice. high quality orbs... it\'s too bad they\'ve bound demons into them! But we can fix that, yes we can.$B$BGo to Desolace and snatch an infernal orb from a Burning Blade summoner. You\'ll find summoners at the Mannoroc Coven.$B$BWhen you have the orb, return to me.','Bring an Infernal Orb to Tabetha in Dustwallow Marsh.','Oh, that\'s a nice one! No, I don\'t mean it\'s \"nice\" like cool juice is nice on a hot day.$B$BIn fact, it\'s very NOT nice now that I think about it. Not the juice. The orb!$B$BFocus, $N! We\'ll need you focused if we\'re ever to finish our task! ','Do you have an infernal orb, $N? ','','','','','',7291,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1955,2,-161,0,35,40,1,0,0,0,0,0,0,0,0,0,180,0,0,0,1954,0,0,1956,0,0,0,'The Exorcism','Now that we have a summoner\'s orb. we must exorcise the demon within it. I can do that. That\'s the easy part.$B$BYou\'re the one who has the hard job. You\'re the one who has to kill the demon once it\'s out.$B$BAnd you\'ll have to be quick. If you take too long then he\'ll jump back in the orb and we\'ll have to start over!$B$BSo get yourself ready. Prepare your strongest spells and keep your potions handy, and go get a friend if you have one. Because this isn\'t going to be pretty.','Kill the Demon of the Orb. then speak with Tabetha.','Nicely done, $N! You gave that demon a lesson he won\'t soon forget.$B$BHe\'ll think twice before he sticks his ugly head back in this world, looking for the stupid mortal who beat him. Probably with friends this time. Big, scaly friends who\'d want nothing more than to tear you into little $R pieces.$B$BI didn\'t scare you, did I...$N?','','Kill the Demon of the Orb','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6549,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,4961,0),(1956,2,-161,0,35,40,81,0,0,0,0,0,0,0,0,0,0,0,0,0,1955,0,0,1957,0,0,0,'Power in Uldaman','Now that the demon has been removed. we must gain a power source. Unfortunately, the best power sources are usually the oldest and the hardest to get. It\'s neat how fate likes to take a bite out of you sometimes, isn\'t it?$B$BSo you\'re going to need to go to Uldaman and defeat the obsidian sentinel there. He\'s big, he\'s tough, and his power source packs a punch!$B$BI wish you the best of luck, $N. And if you don\'t get lucky then, well... it was nice knowing you.','Retrieve an Obsidian Power Source and bring it to Tabetha in Dustwallow Marsh.','You did it? Well done!$B$BI was chatting with some of my colleagues and when your name came up they said, \"You know that $N sure works well under stress!\"$B$BBut when I told them I sent you to Uldaman against the obsidian sentinel, they said I was crazy! They said, \"Tabetha, you\'re crazy! There\'s no way $N could take on that sentinel!\"$B$BAnd I said, \"We\'ll see,\" and then they said \"Yeah, we\'ll see...\"$B$BWell we sure showed them, didn\'t we! ','Have you been to Uldaman, $N? Did you defeat the obsidian sentinel? ','','','','','',8053,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1957,2,-161,0,38,40,0,0,0,0,0,0,0,0,0,0,600,0,0,0,1956,0,0,0,0,0,0,'Mana Surges','We are almost finished. but this last step is the most perilous, $N.$B$BI have the empty summoner\'s orb and am ready to empower it. We will do this by harnessing the energy of a mana rift. I\'ll cast a spell that will temporarily open a rift, from which creatures, mana surges, will pour out. You must defeat the mana surges and their power will be released, which I will then collect.$B$BKill enough mana surges before the rift closes and I will place all their collected energy in your orb.','Kill 12 Mana Surges in the allowed time limit.','You did it! I never doubted you for a second! Ok, maybe for just a second, or two... but basically I didn\'t have much doubt.$B$BHonest. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6550,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,120,0,0,0,0,0,0,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1958,2,-161,0,35,40,0,0,0,0,0,0,0,0,0,0,0,8,0,0,1957,0,0,0,0,0,0,'Celestial Power','Have you been to Uldaman, Minimagica? Did you defeat the obsidian sentinel?','','You should be proud of yourself, $N. Many mages have fallen to the creatures you faced.$B$BThe Celestial Orb is ready. Or if you\'d like I can mount it atop a staff. It\'s up to you. I\'d prefer the orb, but who am I to judge?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7023,0,0,0,1,0,0,0,0,0,0,0,7515,9517,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1959,2,-161,0,15,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1960,0,0,0,'Report to Anastasia','The mages of the Undercity have noted a magical disturbance within the city, and have sent word for mages of the Horde to investigate.$B$BAnastasia Hartwell can tell you more. Speak with her in the magic quarter in the Undercity.','Speak with Anastasia Hartwell.','It is true. A magical disturbance has been detected in our city. We are not yet sure of its origin, or whether it is malign or benign. We must first gather more information...$B$BAnd that, $N, brings us to your task. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1960,2,-161,0,15,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1959,0,0,1961,0,0,0,'Investigate the Alchemist Shop','Algernon\'s alchemist shop in the Apothecarium is the locus of a strange disturbance. Invisible creatures. made solely of magic, wander the shop--there must be a reason, and we must find it!$B$BInvestigate the disturbance and capture those creatures. Take a chest of coffers and a scroll from behind me. Use the scroll at the shop to make the creatures visible, subdue them with your spells, then throw down a coffer to capture them. Return with the filled coffers, the empty coffers and the cantation.','Obtain a Cantation of Manifestation and a Chest of Containment Coffers from behind Anastasia Hartwell. Bring 3 Filled Containment Coffers. the Chest of Containment Coffers and the Cantation of Manifestation to Anastasia in the Undercity.','Very good, $N. The creatures within these containment coffers will be studied by our finest minds, and the reason behind their presence in the Undercity will be determined.$B$BIf their appearance is caused by a rift in the natural flow of magic, then we must determine if the rift was random. If it was not random, but instead an attack by some magical force, then we must prepare for future, more serious disturbances. ','Have you investigated the disturbance, $N? Have you captured the creatures? ','','','','','',7292,7247,7308,0,3,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1961,2,-161,0,15,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1960,0,0,0,0,0,0,'Gathering Materials','It is time for you to don your first mage\'s robes, $N. They are a sign of your station, and a testament to your worth.$B$BTo gain the robes, you must gather the mana gems from the Dalaran mages of Silverpine. Their beliefs are similar to ours and so killing them is somewhat distasteful, but if they lack the strength to resist us, then they do not deserve their lives.$B$BBring the gems and a supply of linen to Josef Gregorian at the Magic Quarter\'s tailor shop.','Bring 10 Linen Cloth and 6 Dalaran Mana Gems to Josef Gregorian.','This is very good material, and although I lack the talent to gauge the quality of these mana gems, we\'ll soon know if they possess the power needed to create spellfire robes... ','Anastasia said you would come to me, and I am prepared to fashion your robes. Do you have the gems and the linen? ','','','','','',2589,7293,0,0,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1962,2,-161,0,15,15,0,690,0,0,0,0,0,0,0,0,0,8,0,0,1961,0,0,0,0,0,0,'Spellfire Robes',NULL,NULL,'Here are your robes, $N. Wear them well. ','',NULL,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,7510,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1963,2,-162,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1859,0,0,1858,0,0,0,'The Shattered Hand','The Warchief is too subtle in his methods. He is cautious to unleash the might of the Horde. Once we were stronger. mighty conquerors all. That pride we must regain, and the Shattered Hand will do so.$B$BWe build strength from the shadows and strike at the exposed, secretly laying our enemies low. A task you must complete for me, to prove your worth.$B$BThe troll Tazan trades with the pirates near Ratchet. He has information I must have. Kill him and bring me his satchel.','Kill Tazan and bring his Satchel to Therzok in the Cleft of Shadow in Orgrimmar.','Hm. while I am glad to hear that Tazan is no longer with us, a locked satchel does us no good. We need the information kept within.$b$bThis should prove a worthy second challenge for one who wishes to join the Shattered Hand.','It is a fool who believes a charge with axe drawn is more dangerous than a knife in the dark.','','','','','',7209,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1978,2,-162,0,10,13,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1899,0,0,0,7294,1,0,'The Deathstalkers','The Syndicate? I would never have suspected. It seems the lords of Alterac have fallen far in the years since their betrayal.$B$BLord Varimathras will be pleased to learn of this. and as you were so instrumental in this discovery, it would be fitting if you were the one to deliver it to him.$B$BAh, and how could I forget?$B$BWelcome to the Deathstalkers.','Deliver Andron\'s Ledger to Varimathras in the Hall of the Dark Lady in the Undercity.','Hmm. this is interesting. The Deathstalkers have performed their duties admirably in ferreting this out.$B$BFrom what I understand, you also deserve commendation for your performance. I hope that this will become routine for you, $N, my Deathstalkers always have use of a good man.','Yes?','','','','','',7294,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1998,2,-162,0,16,16,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1999,0,0,0,'Fenwick Thatros','Lord Varimathras has just sent me a missive about a threat to the Forsaken that must be immediately removed. His name is Fenwick Thatros. one whom Lord Varimathras believes is a leader of the undead that have taken root in Silverpine Forest.$B$BYour name came to mind immediately, $N. I have faith enough in your abilities that you will carry out this mission flawlessly.$B$BThe latest reports from the Deathstalkers in Silverpine indicate that Thatros can be found near the decrepit dock on Lordamere.','Kill Fenwick Thatros and bring his head back to Mennet Carkad in the Rogues\' Quarter of the Undercity.','You\'ve done well. $N. It occurs to me that you have performed many services for the Deathstalkers, proving your worth, and that perhaps it is time that we furthered your training in the shadow arts.','I have placed the utmost faith in you to perform this service for Lord Varimathras.','','','','','',7306,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(1999,2,-162,0,16,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,1998,0,0,0,0,0,0,'Tools of the Trade','The wizards of the Kirin Tor at Ambermill have stored away important documents pertaining to the current state of Dalaran. This we know from the admissions of one of our prisoners. Lord Varimathras has placed the duty of recovering them in the hands of the Deathstalkers.$B$BThis task falls to you. $N. You will need some equipment, however, and the knowledge of lockpicking. Speak with Estelle Gendry, our outfitter, and ask her for a set of tools before you set out.','Find the Dalaran Status Report and return it to Mennet Carkad in the Rogues\' Quarter of the Undercity.','Very good. $N! You have learned the fine art of lockpicking well, and faster than I could have possibly expected.$B$BI see that I was right to place my trust in you. Believe me, boy, I foresee that you will go far in this line of work.','Have you located the documents. $N?','','','','','',7309,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2038,2,38,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2039,0,0,0,0,0,0,'Bingles\' Missing Supplies','As if crashing into the Loch wasn\'t bad enough, troggs from the nearby island attacked me and stole my tools and special Blastenheimer Blastencapper explosives. With no gyrocopter and no explosives, the movement has no chance!$B$BGet my tools back and find my Blastencapper explosives, $N. For Gnomeregan! ','Find and return Bingles\' supplies:$B$BBingles\' Wrench, Bingles\' Screwdriver, Bingles\' Hammer, and Bingles\' Blastencapper.','You\'ve done the movement a great service, $N. The troggs and leper gnomes infesting Gnomeregan will soon feel the brunt of a gnomish air assault! ','$N! Where are my things?! ','','','','','',7343,7345,7346,7376,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12522,0,0,0,1,0,0,0,54,0,0,0,0,250,0,0,0,0,0,700,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2039,2,1537,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2038,0,0,0,'Find Bingles','We\'ve lost contact with Bingles! He was sent on a reconnaissance mission over Gnomeregan and hasn\'t reported back in over a week. I just know he\'s gone and blown himself up.$B$BHe was last seen flying over the Loch. Perhaps you can investigate, $N.','Find Bingles Blastenheimer in Loch Modan.','So Gnoarn doesn\'t trust my reconnaissance abilities? I wonder why...$b$bNevermind that, I need your assistance! Nay! The movement needs your assistance!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2040,2,1519,0,15,20,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2041,0,0,0,0,0,0,'Underground Assault','Gnomeregan has fallen under the control of those dastardly troggs! The situation is grave but perhaps you can help. $N.$B$BDeep in the Deadmines is a functional goblin shredder. Find that shredder and bring back the intact power supply. With the shredder\'s power supply, we can give our gyrodrillmatic excavationators the power they need to break through the rocky underground borders of Gnomeregan, opening the way for a gnomish assault!','Retrieve the Gnoam Sprecklesprocket from the Deadmines and return it to Shoni the Shilent in Stormwind.','Well done. $N. Thanks to you, Gnomeregan is one step closer to its day of liberation!','Have you found the Gnoam Sprecklesprocket. $N?','','','','','',7365,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7606,7607,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,72,0,0,0,250,250,0,0,0,0,0,1440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2041,2,1537,0,15,15,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2040,0,0,0,'Speak with Shoni','Perhaps... Perhaps you can help us in the battle for Gnomeregan.$B$BIn Stormwind you will find the commander of our underground assault crew, Shoni the Shilent. Shoni needs assistance with her gyrodrillmatic excavationators.$B$BYou will probably find her amongst the dwarves in Stormwind.$B$BGood luck, $N. ','Speak with Shoni the Shilent in Stormwind.','Do you bring word from central command?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2078,2,148,0,14,20,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2098,0,0,0,7442,1,0,'Gyromast\'s Revenge','Landlubber, ye needs to find me first mate.$B$BTake this\'n key, puts it in his gulliver an\' bring him back here to serve the Cap\'n.$B$BThem murlocs an\' their chief ain\'t gonna be too happy once me first mate gets a hold of em!','Find Gelkak\'s First Mate, the Threshwackonator 4100, and lead it back to Gelkak.','Yarrr... Ye be provin\' yerself to be more than a yella sea dog, landlubber.$B$BThe Cap\'n may promote ye to poop deck swabby if ye be keepin\' this up... ','','','Gelkak\'s First Mate','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6669,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5996,0,0,0,5,0,0,0,47,0,0,0,0,250,0,0,0,0,0,900,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2098,2,148,0,14,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2078,0,0,0,'Gyromast\'s Retrieval','A pirate\'s life ain\'t an easy one. landlubber. It ain\'t all about plunderin\' and booze! Alas, me ship be sunk just off shore thanks to them pesky Threshadons.$B$BWhat I be needin\' is me first mate back in workin\' order!$B$BWhen I washed up\'n shore, the key for me first mate broke on the rocks and was pilfered by the beasties of Darkshore. Out of the corner of me eyes I saw some of them Ragin\' Crawlers, Ferocious Foreststrider, and murloc rummaging through the wreckage....','Find and return the three pieces of Gelkak\'s Key to Gelkak Gyromast.','Avast ye scurvy sea dog! Ye did it! Soon me first mate be back in workin\' order and them beasties won\'t know what hit em!$B$BHrm, have ye seen me first mate? ','Have ye found me broke down key, landlubber? ','','','','','',7498,7499,7500,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,1200,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2118,2,148,0,10,14,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2138,7586,1,0,'Plagued Lands','A sickness spreads across the Darkshore. gripping the minds and bodies of all it touches.$B$BThe Thistle Bears have been hit the hardest by this plague. The once noble beasts are now an instrument of destruction - rabid and frenzied. I may have a cure for this ailment.$B$BTake this trap to the forest and lay it on the ground. Any Rabid Thistle Bear that crosses the light shall become docile for a short time. Once the bear is docile, it shall follow you. Lead it back here, $N.','Capture a living Rabid Thistle Bear and bring it back to Tharnariun.$B$BShould you fail to capture a Rabid Thistle Bear and lose your trap. return to Tharnariun Treetender and request another trap.','Our work has only just begun, $N. Are you prepared for your next task? ','','','Rabid Thistle Bear Captured','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,1,0,0,0,9455,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,600,600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2138,2,148,0,10,16,0,0,0,0,0,0,0,0,0,0,0,8,0,0,2118,0,0,0,0,0,0,'Cleansing of the Infected','As I had feared, the cure does not work.$B$BIt saddens me greatly to order the death of any of nature\'s beasts, but the sick and tainted thistle bears must be put down.$B$BReturn to the forest and destroy 20 rabid thistle bears, $N. It will most certainly not put a stop to the plague but it will slow down the damage the animals are doing to our forest and its inhabitants for a short time.','Cleanse the forest of 20 Rabid Thistle Bears and return to Tharnariun Treetender in Darkshore.','You have done Auberdine a great service, $N, but your task is not yet complete.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2164,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,720,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2139,2,148,0,10,18,0,0,0,0,0,0,0,0,0,0,0,8,0,0,2138,0,0,0,0,0,0,'Tharnariun\'s Hope','The survival of our people and lands comes at unfortunate costs, $N.$B$BYou have spilled the blood of nature\'s servants; many sick animals you have felled. The people of Auberdine are indebted to you, for the forest\'s pain is eased - even if only for a moment.$B$BI have one final task for you, but be warned, you will have to kill again. It is my hope that this will be the last time I call upon you, $N.$B$BIn a cave to the northeast, near Bashal\'Aran, resides the Den Mother. Slay her.','Find and kill the Den Mother.','You have fought for Auberdine with bravery and honor, $N. In our war torn lands, death and despair are common. Many will not rise to meet the challenge of life in our new home, choosing instead to hide in their homes or escape to the more fortified lands of the Alliance.$b$bThank you, $N. Perhaps someday soon we shall fight along side as comrades versus another foe.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6788,0,0,0,1,0,0,0,0,0,0,0,7738,7739,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2158,2,12,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Rest and Relaxation','Every adventurer should rest when exhaustion sets in - and there is no finer place to get rest and relaxation than at the Lion\'s Pride Inn!$B$BMy best friend, Innkeeper Farley, runs the Lion\'s Pride. If you tell him I sent you, he may give you the special discounted rates on food and drink.$B$BTo find the Lion\'s Pride Inn, travel south along the road from here -- you can\'t miss it!','Speak with Innkeeper Farley at the Lion\'s Pride Inn.','Rest and relaxation for the tired and cold -- that\'s our motto! Please, take a seat by the fire and rest your weary bones.$B$BWould you like to try a sampling of some of our fine food and drink?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4656,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2159,2,141,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7627,1,0,'Dolanaar Delivery','Greetings. young $C. Can you offer me aid? I have a package of herbs that I must deliver to the town of Dolanaar. But I still have business with the druids of Shadowglen and cannot yet leave.$B$BCan you deliver this package for me? It must be sent to Innkeeper Keldamyr, at the Dolanaar inn. It lies along the road, to the south.','Bring the Dolanaar Delivery to Innkeeper Keldamyr.','Ah yes. the delivery of herbs from Shadowglen. It is a shame Porthannius could not bring it himself, for we have much to discuss, he and I. But I am glad to get the herbs nonetheless, and I am glad you came.$B$BWhile you are here, please, rest yourself. Heroes must keep their strength and spirits high, and must find rest and solace whenever they may. For to neglect one\'s peace of body and mind is a sure path to failure.$B$BSo... rest.','How might I be of service to you. young one? Are you here to rest in the inn? Do you require a hearthstone?','','','','','',7627,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2070,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,4,0,0,0,1,6,0,0,0,0,0,0),(2160,2,1,0,1,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7646,1,0,'Supplies to Tannok','Hey! You look like a hearty adventurer. If you\'re planning on braving the pass, do you suppose you could bring a package to the inn in Kharanos?$B$BYou were planning on stopping at the inn, right? If you make it through the pass, you\'ll definitely want to take a breather there.$B$BAnyways, bring this to Tannok Frosthammer, the innkeeper\'s assistant. I can\'t get through the pass myself, and it\'ll be days until a Mountaineer escort comes through!','Deliver the Crate of Inn Supplies to Tannok Frosthammer in Kharanos.','Ah, at last, the supplies from Hands! I was beginning to worry, we\'ve had scarce word from Anvilmar ever since the troggs overran the pass.$b$bThanks for 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.','','','','','',7646,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,117,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,25,25,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2161,2,14,0,1,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7629,1,0,'A Peon\'s Burden','Excuse me? Can you help me?$B$BI have a load of food here. I walked along the road and braved scorpids and spiders and worse! I brought the food to the Valley of Trials because I thought they needed it and I like to help out. But they don\'t need any food! Now I have to take it back to Razor Hill and I\'m afraid of all the beasts along the way...$B$BCan you take it for me? I\'m just a peon. but you\'re a hero. You fear nothing!$B$BTake it to Innkeeper Grosk at the Razor Hill inn. Thank you!','Bring Ukor\'s Burden to Innkeeper Grosk in Razor Hill.','Ah. this is the food Ukor brought to the Valley of Trials. Did they not need it? Well, I guess they like to starve you heroes in training. Builds spirit, they say!$b$bThank you for returning the food. I\'ll stick it back on the shelves... but here, let me offer you some refreshment first!$b$bAnd don\'t forget to rest here in the inn. You may be a brave $C ready to take on the world, but if your energy is sapped you won\'t be doing yourself, or the Horde, much good.','Welcome to Razor Hill!','','','','','',7629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4540,159,0,0,0,0,5,5,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,25,25,0,0,0,0,0,60,0,0,0,0,0,0,0,0,6,0,0,0,0,1,0,0,0,0,0,0),(2178,2,-304,185,9,12,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Easy Strider Living','Do you smell that delicious aroma? It\'s my secret recipe. $N--fresh strider stew. Delicious!$B$BPerhaps you would be interested in learning the recipe?$B$BBefore I teach you the recipe, you will need to prove that you can handle the beasts.$B$BNow, I don\'t expect you to go out and tame one and ride it back to me, but if you can kill a few and bring back some of their succulent meat, I may be persuaded to show you the ways of strider stew.','Bring back 5 Strider Meat to Alanndarian Nightsong in Auberdine.','Fantastic! Try it and tell me what you think. $N!','The pot is empty and I\'m hungry! What\'s taking you so long?','','','','','',5469,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5486,5477,0,0,1,5,0,0,69,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2198,2,1517,0,37,41,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2199,7666,1,0,'The Shattered Necklace','You have found a tarnished necklace. though the tarnish belies intricate and magical craftsmanship. The necklace has been shattered, as its setting appears to be missing three gems. On the underside of the necklace is the faint imprint of the city seal for Ironforge. Below the seal are three tiny, engraved letters: \"TdK\".$B$BIf there is anything to be gleaned from the necklace, you will need to learn about its origins. Perhaps the seal and the initials are a start...','Search for the original creator of the shattered necklace to learn of its potential value.','Yes... I am the jeweler who made this necklace. I also am not in the business of handing out information as though it were free. Information is never free. friend. If I am going to help you out, you need to help ME out first.','You\'ve got the wrong gnome, pal! I was never there! You can\'t prove anything!$B$BWait a second... who are you? What the... where did you find this necklace at?','','','','','',7666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2199,2,1,0,37,41,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2198,0,0,2200,0,0,0,'Lore for a Price','I am a jeweler of great renown here in Ironforge! Well. former renown anyway... I have fallen onto hard times due to the chicanery of a competitor! A bad reputation in this business spells financial disaster. As a result, I find myself without a copper to my good-though-currently-sullied name.$B$BI want you to get me five silver bars to finish an order I received - the first in what seems like an eternity.$B$BYou get me those five silver bars, and I\'ll answer your questions on the necklace.','Bring five silver bars to Talvash del Kissel in Ironforge.','You\'re all right in my book; I don\'t care what everyone else has been saying... I kid, I kid! Seriously, thank you my friend.$B$BNow, the necklace you have is one of my finest creations, but it is missing three gems that help bind magic power to it. I crafted it for a paladin some time ago. He was on a self-appointed quest to clear out the \"evil taint\" present at an excavation site in the Badlands called Uldaman.$B$BWell... that paladin died in Uldaman, and that was just the beginning of my woes.','Have you got the five silver bars I asked for? I will share my sad tale of woe with you concerning the necklace you now possess... but only after I get those bars! Please, help a gnome out, won\'t ya?','','','','','',2842,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2200,2,1,0,37,42,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2199,0,0,2201,7667,1,0,'Back to Uldaman','A competitor of mine started a rumor that my necklace cursed the paladin. Needless to say, no one wants to buy cursed items from a jeweler.$B$B$N, I\'ll make you a deal - find the gems and I\'ll reassemble the necklace, so long as you\'ll advertise that I do NOT make cursed items!$B$BTry looking for clues in Uldaman; maybe see if the paladin\'s body is down there, since he\'s the one who we know had it last! When you find the gems you should use this; it\'ll allow you to contact me here in Ironforge.','Search for clues as to the current disposition of Talvash\'s necklace within Uldaman. The slain paladin he mentioned was the person who had it last.','Remains of a paladin: Reading the journal reveals that after much effort, the paladin had identified the location of all three missing gems:$b$bThe Shadowforge dwarves hid the ruby in their barricaded area as they battled the Troggs for control of Uldaman.$b$bThe troggs stashed the topaz in an urn located near some unusual inhabitants of Uldaman - Alliance dwarves!$b$bFinally, the trogg elder himself took the sapphire as his own.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,75,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2201,2,1337,0,37,43,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2200,0,0,2204,7668,1,0,'Find the Gems','The paladin\'s journal has provided perhaps the only clues that Uldaman will yield as to the location of the necklace\'s gems. If the paladin\'s scribing remains accurate. then the Shadowforge dwarves and the troggs that vie for control of the dig site will need to be dealt with.$B$BArmed with this knowledge, the search for the gems begins in earnest. When all the gems have been acquired, Talvash in Ironforge should be notified via the Phial of Scrying as per his instructions.','Find the ruby. sapphire, and topaz that are scattered throughout Uldaman. Once acquired, contact Talvash del Kissel remotely by using the Phial of Scrying he previously gave you.$B$BFrom the journal, you know...$B* The ruby has been stashed in a barricaded Shadowforge area.$B* The topaz has been hidden in an urn in one of the Trogg areas, near some Alliance dwarves.$B$B* The sapphire has been claimed by Grimlok, the trogg leader.','Yep, those indeed are the three gems. Good job! Unfortunately, your work isn\'t quite over just yet.$B$BNo, I\'m not trying to pull a fast one here, silly $C. This is about making magic jewelry - Talvash del Kissel quality-level jewelry! You need a strong power source to give it some oomph. Well, that necklace has no more oomph to give. ','Talvash\'s image comes into focus from the waters of the scrying bowl.$b$b\"Wow. you\'re still alive! Did you manage to find the gems? Are you truly the savior of my reputation I have hoped for? Please tell me you didn\'t waste a charge on the phial just to chat; those things are NOT cheap, and I\'m already in dire financial strai','','','','','',7669,7670,7671,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2202,2,1517,0,36,42,81,690,0,0,0,0,0,0,0,0,0,0,0,0,2258,0,0,0,0,0,0,'Uldaman Reagent Run','I\'ve heard about a newly discovered plant called the magenta fungus caps. They grow in clusters at the Uldaman dig site and can be found in the early tunnels and deep within the less-explored areas. I want to study their potential use in alchemy, and that\'s where you come in.$B$BFind the magenta cap clusters and bring me a dozen caps. Be warned, the clusters may spew out poison spores if jostled.$B$BDo this for me, and I\'ll whip up a batch of one of my famous restorative elixirs for you!','Bring 12 Magenta Fungus Caps to Jarkal Mossmeld in Kargath.','Well done $N. you\'ve proven your worth once again! The caps will be an interesting study, you betcha.$B$BAnd now, as promised, enjoy a taste of one of my more potent restorative brews from my personal stock...$B$BIf you are a skilled alchemist, then perhaps we might have some additional business to conduct. Regardless, I thank you for your assistance!','Have you obtained the magenta fungus caps I need for my alchemical work? No caps - no reward!','','','','','',8047,0,0,0,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,9030,0,0,0,5,0,0,0,530,0,0,0,0,100,0,0,0,0,0,5500,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2203,2,3,171,40,44,1,690,0,0,0,0,0,0,0,0,0,0,0,0,2202,0,0,0,7870,1,0,'Badlands Reagent Run II','You have been most helpful to me, $c. I would reward you with the very recipe for the brew I gave you earlier... but I would ask of you a task that is quite dangerous. Hear my request.$B$BThis lockbox contains three empty thaumaturgy vessels; they are imbued with an attunement aura that will drain the blood of a scorched guardian dragon. Using one on the beast will anger it greatly, so be warned. Once you have all three filled, bring them to me.$B$BDo this, and the recipe will be yours.','Use the empty thaumaturgy vessels on scorched guardian dragons found in the Badlands. Once you have them filled, bring them to Jarkal Mossmeld in Kargath.','From one alchemist to another, I salute you. Here, take this recipe and commit it to your knowledge. May it bring you the success and rewards that it has brought me over the years. ','Have you used the vessels to get me the scorched guardian dragon blood I need? Yes, I know it is a dangerous task... but the recipe for my restorative brew awaits your success. Risk and reward, my friend... risk and reward... ',NULL,NULL,NULL,NULL,NULL,7867,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,3150,0,11522,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2204,2,1517,0,41,44,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2201,0,0,0,0,0,0,'Restoring the Necklace','You are going to need to find some \"oomph\" for the necklace, and Uldaman is probably the best place for it, actually. I guess there are a lot of constructs running around in there, yeah? Well, take out the biggest, baddest construct in that place and grab its power source! I am pretty sure I can fuse that source into the necklace.$B$BWithout that power source, fixing the necklace will be impossible. Come back to me here to Ironforge when you have it, and we\'ll get it all fixed up for you!','Obtain a power source from the most powerful construct you can find in Uldaman, and deliver it to Talvash del Kissel in Ironforge.','Well I\'ll be - I sure am glad to see you and this power source in one piece. It will take me a moment to magically fuse the power source with the necklace now that the gems have been reunited with it. Once it is done, however, the necklace will be yours!$B$BYou\'re excited, aren\'t you? All tingly with anticipation? Now where did I put that spell focus at... ','You didn\'t even stop to tidy yourself up after leaving Uldaman, did you. You just came straight here, lingering dungeon odors be damned. Well, let\'s hope this visit is merely an odiferous one, and not a useless one to boot.$B$BDo you have the power source for the necklace? ','','','','','',7672,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7673,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2205,2,-162,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2206,2205,0,7674,1,0,'Seek out SI: 7','The badge? Oh, it\'s nothing, fish - nothing you could handle anyhow. By the looks of you, I\'d say Mathias is likely to mistake you for the cheese delivery $g boy:girl; instead of a proper rogue. Regardless, I\'ve been assigned a job and I\'ve made a promise to deliver on that job.$B$BSpeaking of which, deliver this package to Mathias and he may give you a small task or two.$B$BGet cracking. ','Deliver Keryn Sylvius\'s package to Master Mathias Shaw at the Stormwind Barracks.','You found me - and by looking at you. I\'d say the run and subsequent search may have been a great strain on your system, both mentally and physically.$B$BWould you like Renzik to show you the way to an inn or are you ready for some work?','Can I help you. $C?','','','','','',7674,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,85,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2206,2,-162,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Snatch and Grab','Our operatives in the field are reporting heavy Defias activity south of Goldshire. The reports indicate that the Defias have taken over Jerod\'s Landing and are now using it as a way to smuggle large quantities of contraband from Redridge to Westfall.$B$BI need you to infiltrate the dock house and get me that shipping schedule, $N. You will probably find it buried deep in the pockets of the Dockmaster.$B$B...and $N, should you be discovered, SI:7 will disavow all knowledge of your existence.','Find the Defias Dockmaster and recover the Shipping Schedule for Master Mathias Shaw.','I am astonished... Astonished that Keryn finally found a recruit that could possibly have the makings of a proper $C. Take this blade. $N. A day will come when you will be called upon again to serve the SI:7. Hone your skills, keep your eyes open and that blade sharp.$B$BYou won\'t see us coming but you\'ll feel it when we get there...','Your mortality wanes with every moment you waste loitering in the barracks. $C.','','','','','',7675,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2218,2,-162,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2205,2238,0,0,0,'Road to Salvation','Another lost soul looking for guidance, eh? I suppose you want to find a purpose - your purpose. I\'ve seen it a thousand times, another hero looking for work.$B$BWell, today\'s your lucky day, friend. Hogral\'s got the cure for your ailment.$B$BHere\'s what you do: Take this road here up to Ironforge and make your way to the Forlorn Cavern. Once there, locate the thieves\' guild and speak with Hulfdan Blackbeard. He\'ll put you on the road to salvation.','Speak with Hulfdan Blackbeard in Ironforge.','So ye think yer a right scoundrel? Destined to be one o\' Blackbeard\'s chosen few - an officer o\' the Hidden Circle?$B$BOnly a good fer nothin\' scallywag would think so highly o\' hisself.$B$BThat\'s exactly what we be lookin\' fer! Welcome aboard, $N! ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,175,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2238,2,-162,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2218,0,0,2239,0,0,0,'Simple Subterfugin\'','Ye see, the King be strip mining the quarry fer ore and gems. More riches than any one dwarf should see in ten lifetimes.$B$BThe Hidden Circle has values, $N. We value valuables. Can ye understand?$B$BNow we feels the King should be sharing some of that booty, but we don\'t want ol\' \'Stinkbeard\' to know he\'s sharin\' - if ye catch me drift.$B$BWe needs ye to speak with Onin MacHammar over by Gnomeregan and bring back a report. The crafty dwarf has hidden hisself amongst the lepers. Be careful.','Find Onin MacHammar by Gnomeregan.','Shhhh! Keep it down you daft fool. They\'ll hear us. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2239,2,-162,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2238,0,0,0,7715,1,0,'Onin\'s Report','The Quarry? Yap, I see those monstrous armored steam tanks come by this post near every day.$B$BMy contacts to the east tell me that the tank starts off at Ironforge, makes a pickup at the Gol\'Bolar Quarry, stops over at Kharanos to refuel and then for some blasted reason, it takes the long way around past Gnomeregan, before reaching Ironforge to drop off the shipment.$B$BIt\'s all in the report, $r. Take it back to Hulfdan so he can plan the next step.','Take Onin\'s Report back to Hulfdan in Ironforge.','Long route? In the name o\' me own beard!$B$BYe done good. $N. Take this dagger and be gone with ye. The Circle will call upon ye again when step three be ready to be set into motion.$B$BWhat\'s step three? It comes right after step two - me putting me boot up yer backside.$B$BInterested?','Did ye enjoy the stench of leper gnome? I only ask because ye got a crazy smile on yer face.$B$BWhat news do ye bring from Onin?','','','','','',7715,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2240,2,1337,0,35,40,81,1101,0,0,0,0,0,0,0,0,0,136,0,0,2398,0,0,0,0,0,0,'The Hidden Chamber','Now for the task at hand.$B$BThere is a secret chamber, the Chamber of Khaz\'mul, that must be explored. The problem is that the chamber\'s behind a huge, locked door! It\'s a lucky thing I know how to open it.$B$BI\'ve described everything in my journal, here on the table. My band and I are stuck here for now... so you, $N, must find the chamber of Khaz\'mul for us!$B$BRead my journal, explore the chamber, then report to Prospector Stormpike at the Explorers\' League in Ironforge.','Read Baelog\'s Journal, explore the hidden chamber, then report to Prospector Stormpike.','You have seen the Chamber of Khaz\'mul? Amazing! Baelog was sure it existed, but I must admit that I had my doubts.$b$bThank you, $N. With luck your finding will incite our leaders to renew their efforts to retake Uldaman. And if it is ever again under Ironforge control, then the secrets of the Chamber of Khaz\'mul will be ours!','','Explore the Hidden Chamber','','','','',0,0,0,0,0,0,0,0,1,1,0,0,7740,7741,0,0,1,1,0,0,-124371,0,0,0,1,0,0,0,9577,0,0,0,9626,9627,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2241,2,-162,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,2242,2205,0,7735,1,0,'The Apple Falls','They say I\'m \'lovestruck.\' whatever that means.$B$BSure, I spend my every waking moment thinking about Syurna. Sure, my home is full of paintings and drawings of Syurna. Sure, I often go days without eating, sleeping, or drinking, while I lament about the love we could have had. Is that so wrong?$B$BNow she won\'t see me! ME! I\'ve tried sending her messages but she won\'t even talk to another person unless they are a rogue.$B$BCould you deliver this flower to her? Don\'t forget to tell her it\'s from Jannok.','Take Jannok\'s Rose to Syurna in Darnassus.','Had I saved every flower that dolt. Jannok, had sent me, I would have had the means to open a shop. Regardless, it seems as if Jannok\'s latest courier may prove to be useful.Interested in some work, $C?','Oh. isn\'t this wonderful. You\'ve brought flowers for your own funeral.','','','','','',7735,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2242,2,-162,0,10,10,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2241,0,0,0,0,0,0,'Destiny Calls','We believe there is one being that may be able to help us understand what is happening to the forests of Teldrassil. Unfortunately, getting the creature to cooperate has proven disastrous.$B$BHe hides on a branch at the outskirts of the Oracle Glade. All who have so far approached the satyr, whether through force or diplomacy, have met with doom. Perhaps stealth is the answer, $N.$B$BFind what Sethir the Ancient carries in his packs and report back to me.','Find Sethir the Ancient and bring back any clues that you may discover to Syurna.','This is grim news. $N. It would seem that the sickness which has gripped the forests and rivers of Darkshore has begun to taint our home.$B$BYou have served us well, but there is nothing more you can do here. Take this blade as a reward for your service to Teldrassil.','Have you anything to report from Sethir the Ancient. $N?','','','','','',7737,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7298,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2258,2,3,0,36,39,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2202,0,0,0,'Badlands Reagent Run','$N. I could use your aid if you\'re up for it. I am an alchemist of some note, and I seek your aid in acquiring some reagents found out in the Badlands.$B$BI need the following items to replenish my stocks: five buzzard gizzards, ten crag coyote fangs, and five rock elemental shards. Obviously, you can get them off of the beasties themselves; if you\'re not the fighting type, then find friends who are.$B$BAcquire these items for me, you\'ll get some coin out of the deal. Watcha wanna do?','Bring 5 Buzzard Gizzards. 10 Crag Coyote Fangs, and 5 Rock Elemental Shards to Jarkal Mossmeld in Kargath, Badlands.','Ah. well done! These should last me for a little while, at least. Here is your pay as promised.$B$BIf you\'re interested, I have some more reagents I could use. These, however, are only found in the depths of the Uldaman excavation. They will not be easy to get, but I will make it worth your while if you are interested in helping me again.$B$BPerhaps something more than some shiny coins, yes?','Have you gotten the things I need yet? You won\'t get paid unless you bring me those reagents.','','','','','',7847,7846,7848,0,5,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,4500,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2259,2,-162,0,16,16,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2241,0,0,2260,0,0,0,'Erion Shadewhisper','Do not worry, $N, I am not sending you to see Syurna. Erion requires your presence at the Cenarion Enclave. Make haste!','Contact Erion Shadewhisper in Darnassus.','It is time to branch out, $R - the world awaits.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2260,2,-162,0,16,16,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2259,0,0,0,0,0,0,'Erion\'s Behest','Word of your deeds has spread far and wide, $N. So far, in fact, that Stormwind Intelligence has asked for you by name.$B$BThe journey is taxing and not without peril, but an opportunity to train under SI:7 should not be taken lightly.$B$BA new world awaits you, $N. Make your way to Old Town in Stormwind and speak with Renzik \"The Shiv\" at SI:7 headquarters.$B','Travel to Stormwind City and seek council with Renzik \"The Shiv.\"$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. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2278,2,1517,0,40,47,81,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'The Platinum Discs','The centerpieces of this treasure chamber are four huge platinum discs, each adorned with numerous sigils of an unknown origin. Touching them makes your hand tingle. Just after touching the discs, the visage of a large stone watcher springs forth.$B$B\"Salutations. I am a keeper of knowledge. The Creators\' synthesis of the Earthen has been chronicled and stored here for this world in the Discs of Norgannon.\"$B$BYou have uncovered a wealth of previously undiscovered worldly lore!','Speak with stone watcher and learn what ancient lore it keeps. Once you have learned what lore it has to offer, activate the Discs of Norgannon.','Following the instructions of the stone watcher, you once again access the Discs of Norgannon now that you have learned about the history of the Earthen, the troggs, and the dwarves. A faint, brief hum is heard from within the discs. The stone watcher then speaks:$b$b\"The discs have now been synthesized. Access the Discs of Norgannon once more to receive your personal copy.\"','The voice of the stone watcher seems to resonate within your very inner being:$b$b\"You must first satisfy the data assimilation prerequisite of Discs of Norgannon; once you fulfill this requirement, you will then be permitted to obtain a portable version of the stored data. Please be sure you have fully explored the information within this repository first.\"','Learn what lore that the stone watcher has to offer','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2279,2,1517,0,45,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2278,0,0,2439,6064,1,0,'The Platinum Discs','Touching the Discs of Norgannon once again makes your hand tingle. This time. however, a strange grinding noise is heard from inside the discs.$B$BYour backpack suddenly becomes heavier than it was before. Inside, you discover a miniature version of the discs!$B$BNo doubt, an item of this sort would be invaluable for someone interested in the ancient history of Azeroth. The Explorers\' League in Ironforge is such a group, known throughout the Alliance; perhaps they can make good use of it.','Take the miniature version of the Discs of Norgannon to the Explorers\' League in Ironforge.','What do you have there... oh my. You found this where?$B$BNo, really?$B$BYou spoke to whom about what?$B$BNO, REALLY?!$B$BMy fine $C, you may have just made the archaeological find of the year! By the Gods who am I kidding, the find of the century! If these discs are what I think them to be, then this could be the very key we have been looking for! This may well prove outright once and for all the legitimacy of the Dwarves\' enchanted creation! ','Yes, may I help you with something? I assure you I am a very busy right now. If it is grave importance to the Explorers\' League, however, then I am all ears! ','','','','','',6064,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2280,2,1517,0,42,47,81,690,0,0,0,0,0,0,0,0,0,0,0,0,2278,2440,0,0,6064,1,0,'The Platinum Discs','Touching the Discs of Norgannon once again makes your hand tingle. This time, however, a strange grinding noise is heard from inside the discs.$B$BYour backpack suddenly becomes heavier than it was before. Inside, you discover a miniature version of the discs!$B$BNo doubt, an item of this sort would be invaluable for someone interested in the ancient history of Azeroth. The sages of Thunder Bluff are such historians, known throughout the Horde; perhaps they can make good use of it.','Take the miniature version of the Discs of Norgannon to the one of the sages in Thunder Bluff.','What are these here then?$b$bImpressive. young one! These discs, in them I sense secrets that the earth has held on to tightly for many years. You were very wise to bring them here to me.','Yes young one. I see you marching into my tent with intensity in your stride... with determination in your purpose. You seek my counsel is some matter of grave importance to the Horde? Perhaps you wish a mystery of the universe revealed to you?','','','','','',6064,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2281,2,-162,0,16,16,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2300,0,0,2282,0,0,0,'Redridge Rendezvous','Sending you out in the field now would be suicide. Renzik doesn\'t need another dead rogue on his hands. Don\'t fret, though, $N - Renzik is going to get you up to speed.$B$BMake your way to the Redridge Mountains and speak with an associate of SI:7 named Lucius. You will find him hanging around the docks of Lakeshire with the other shady good-for-nothings.','Venture forth to Lakeshire in the Redridge Mountains and speak with Lucius.\r\n','Ah, so your fingers are a little fat, eh? Don\'t worry, $N, I\'ve turned more useless thieves than you into accomplished rogues. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2282,2,-162,0,16,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2281,0,0,0,5060,1,0,'Alther\'s Mill','We\'ve been training thieves here for years! After all. not every rapscallion is born with the grace and finesse of old Lucius.$B$BUp off the road here you\'ll find Alther\'s Mill. I got a chest up there with something important inside. Go get it for me! Bring back that token and you\'ll receive your Certificate of Thievery!','Open Lucius\'s Lockbox. recover the Token of Thievery and return it to Lucius in Lakeshire.','Cracked it open. did you? Nice work, $N.$B$BIf you die now, we can rest easy knowing it was due to your own stupidity and not inexperience.','Did I forget to mention the orcs?$B$BI hear they have been nosing around up by the mill.','','','','','',7871,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7907,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2283,2,1637,0,37,41,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2284,0,0,0,'Necklace Recovery','We\'ve got work for you. that is if you\'ve got the guts to do it!$B$BDeep in the Badlands is the Uldaman dig site. We\'ve heard a tale about some idiot paladin who died there recently. Why we even care is that he had a very valuable necklace on him. It\'s supposedly got three large gems: a ruby, a sapphire, and a topaz.$B$BThe shot: we want it, and we\'re payin\' TOP SILVER to get it. It may be damaged, but that\'s neither here nor there; we\'ll fix whatever scratches are on it.','Look for a valuable necklace within the Uldaman dig site and bring it back to Dran Droffers in Orgrimmar. The necklace may be damaged.','Mmmm salvage! I can smell the necklace from here. Now let\'s look at that beauty...$B$BHey, what do you think you\'re trying to do here? This necklace is missing the gems! You think we wouldn\'t notice? Even Malton could see that the gems are gone.$B$BWell, maybe you didn\'t steal them... but this necklace is worthless without those gems! Your job isn\'t done here yet, not by a long shot! ','Well, do you have the necklace? You won\'t see a copper from us if you don\'t have that necklace! ','','','','','',7666,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,2040,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2284,2,1517,0,39,41,81,0,0,0,0,0,0,0,0,0,0,8,0,0,2283,0,0,2318,0,0,0,'Necklace Recovery, Take 2','As sure as Malton is a dummy, those gems are still in Uldaman somewhere. You\'re going to have to go back there and look for them.$B$BLike I said before, if the information we have is correct then there\'s a ruby, a sapphire, and a topaz that go with the necklace. Find them and put them in the necklace.$B$BAs to where the gems are, who knows? Maybe you\'ll get lucky and find the corpse of the Paladin. If he\'s not been stripped clean already, then maybe he\'s got them on him still.','Find a clue as to the gems\' whereabouts in the depths of Uldaman.','You seem to have found the remains of the $C that Dran had mentioned from before. Searching the remains uncovers what would appear to be his journal. The book is in poor condition, as dried blood has stained most of the text in the book. What you can read, however, is gibberish; it is written in the native tongue of the humans, to the best of your knowledge.$b$bYou will need the book translated if you are to glean any knowledge from it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2298,2,-162,0,16,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2299,0,0,0,0,0,0,'Kingly Shakedown','So there we were, about to start plottin\' out phase III when a couple o\' Magni\'s blockheads come bargin\' in here talkin\' bout some kind o\' heist and arresting some o\' the Hidden Circle.$B$BWell nobody puts the iron on old Blackbeard! The argumentations got heavy and thick and somehow yer name weres blurted out!$B$BMe advice? Take the first Gryphon out o\' Ironforge and get to Stormwind. Get yerself to Old Town and once there, talk to an old friend o\' mine named Renzik \"The Shiv.\"','Travel to Stormwind and seek out Renzik \"The Shiv.\"','It\'s always good to have one of Hulfdan\'s rogues among our ranks! ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2299,2,-162,0,16,16,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2218,0,0,2298,0,0,0,'To Hulfdan!','Where have you been, $N? Hulfdan\'s been looking all over the place for you. We thought the king may have put you in irons.$B$BGet to Ironforge as soon as possible and speak with Hulfdan!','Travel to Ironforge and speak with Hulfdan Blackbeard.','Keep yer voice down, $N, the guards may hear ye. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2300,2,-162,0,16,16,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,2281,2205,0,0,0,0,'SI:7','Renzik was looking for you, fish.$B$BI wouldn\'t keep Mathias\'s second in command waiting if I were you.','Travel to Stormwind and seek out Renzik \"The Shiv.\"','Are you ready to get to work or do you need to take a nap before we get started? ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2318,2,1337,0,37,42,81,0,0,0,0,0,0,0,0,0,0,0,0,0,2284,0,0,2338,7886,1,0,'Translating the Journal','At an impasse of sorts, you know that you will need the book translated into a language you can understand. There certainly are a number of people in the world who could do it; the closest location that might have someone who could, however, is the Kargath outpost in the Badlands. Perhaps that is a good place to start.','Find someone who can translate the paladin\'s journal. The closest location that might have someone is Kargath, in the Badlands.','Mighty $C, I know what you are doing out here in the Badlands. I know you seek my gift of tongues. You\'re after the parts to that necklace you found in Uldaman.$b$bSurprised? Don\'t be - it\'s my job to know such things. Instead, let\'s discuss what you\'re going to do for a translated journal. Trust me - I\'m the only one you\'ll find that can translate it.$b$bBetter still, let me make you a better offer than Dran Droffers is, and it\'ll let you still complete your deal with them. Interested now, yes?','',NULL,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,0,0,0,0,0,530,0,0,0,0,100,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2338,2,1517,0,37,42,81,0,0,0,0,0,0,0,0,0,0,0,0,0,2318,0,0,0,7886,1,0,'Translating the Journal','Droffers and Son Salvage aren\'t smart enough to restore the magic in the necklace. but I am. All I want to do is study the necklace so I can learn to make them myself. To do that, I will need your necklace. Let me borrow it, and in exchange for the time I get to study it I will translate the journal for you. While you are searching for the gems, I should have enough time to learn what I need to.$B$BIt\'s a simple deal, and no one else will be the wiser. Whatcha wanna do?','Let Jarkal borrow the necklace. In exchange. he will translate the journal for you.','You know a good deal when you see one - I knew I could count on you.$b$bIt will be just a moment while I cast a spell to quickly translate the human tongue into a form you will understand. I am a troll of my word; ask anyone in the Horde about Jarkal Mossmeld. Now. let\'s get this started...','You\'ve thought about it. yes? You\'re a smart $C if you take this deal - you and I will get what we both want, and Droffers and Son Salvage will think they\'re getting what they want.','','','','','',7886,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,10,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2339,2,1517,0,37,44,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7668,1,0,'Find the Gems and Power Source','Here is the journal, translated for you to read on your own. The crux of it says dwarves hid the ruby, the troggs hid the topaz, and a trogg named Grimlok has the sapphire.$B$BLook - you\'re going to need a power source to make the necklace work again. Dran Droffers doesn\'t know this. To find one, here\'s what I\'d do: go as deep as you can in Uldaman and kill whatever construct there is the strongest. No doubt whatever that is would have it.$B$BWhen you have everything collected, come back here!','Recover all three gems and a power source for the necklace from Uldaman, and then bring them to Jarkal Mossmeld in Kargath. Jarkal believes a power source might be found on the strongest construct present in Uldaman.$B$BFrom the journal, you know...$B* The ruby has been stashed in a barricaded Shadowforge area.$B* The topaz has been hidden in an urn in one of the Trogg areas, near some Alliance dwarves.$B* The sapphire has been claimed by Grimlok, the trogg leader.','Very well done, $C. Now the fruits of our redirection will pay themselves out handsomely. I\'m finished with the necklace itself, and I am confident I can duplicate the construction process consistently.$B$BBut first, I will use a specially prepared incantation to quickly analyze those gems before you take them and the necklace back to Orgrimmar. This will take just a brief moment to do. ','You\'ve got another trip into the depths of Uldaman in store for yourself if you don\'t have the gems and a power source capable of channeling magical power back into the necklace.$B$BYou\'ll be getting the gems back to deliver to the goons in Orgrimmar; I will be keeping the power source, since it will be the thing that will make the necklace work in the first place... ',NULL,NULL,NULL,NULL,NULL,7669,7670,7671,7672,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,100,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2340,2,1517,0,37,44,81,690,0,0,0,0,0,0,0,0,0,0,0,0,9033,0,0,2341,7887,1,0,'Deliver the Gems','Any necklace setting and gem will work. so long as they are the same material. This power source, however, is what will bring the magic back to the necklace... I hope.$B$BI\'ll gladly supply the gems needed for your version of the necklace, so long as the power source actually works.$B$BHead to Orgrimmar and keep your end of the bargain with Droffers and Son Salvage. Just keep your mouth shut about our deal, and when you get back I might have a wonderful surprise for you.','Deliver the Necklace and Gem Salvage to Dran Droffers in Orgrimmar.','Yep. it\'s all here. Say, mind if we keep the bag too? No? Thanks, appreciate it! Har!$b$bThis necklace will be our greatest haul yet! Don\'t feel too bad though; I\'m sure the necklace wouldn\'t fit you anyway. Har again!$b$bA deal is a deal, so here\'s your fee for the salvage. Our business is done here for now; check back later to see if we have more work. Until then, beat it!','Well. look who it is! Took your sweet time getting here, I see. Let\'s hope this isn\'t a waste of my time! You\'ll not get paid unless you have everything I asked for. And trust me on this - we\'ll be double and triple checking everything!','','','','','',7887,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,50,0,0,0,0,0,12500,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2341,2,1637,0,37,44,81,690,0,0,0,0,0,0,0,0,0,8,0,0,2340,0,0,0,0,0,0,'Necklace Recovery, Take 3','As Dran and Malton Droffers begin to squabble over their new salvage, half of the deal is now complete. A trip to the Badlands is now in order to finish things up, as Jarkal Mossmeld in Kargath might have a special reward waiting for you there.','Visit Jarkal Mossmeld in Kargath to see if he was successful.','The power source you gave me exceeded every expectation I had for it. I was able to make both you and me a necklace, and I have enough left over to make at least three more. They will fetch quite the fee, with Droffers and Son Salvage none the wiser.$b$bHere you go, my friend. I give you my thanks on a splendid job... and something quite special for your trouble.','',NULL,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,7888,0,0,0,1,0,0,0,530,0,0,0,0,100,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2342,2,85,0,33,43,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Reclaimed Treasures','Sweeping the bat pens with this broom is not befitting a Garrett! I\'ve earned a little coin from this accursed job, and I\'m willing to spend it on you to better my station.$B$BThe Garrett family weapon of choice is locked away in our chest in the South Common Hall of Uldaman from when we Garretts toiled there as diggers. Without it, I will be stuck here forever - literally - sweeping up after these infernal bats.$B$BReclaim my family\'s treasure and bring it to me! Help me restore my birthright!','Get Patrick Garrett\'s family treasure from their family chest in the South Common Hall of Uldaman. and bring it to him in the Undercity.','At last - a broom worthy of a Garrett. You\'re bloody well worth every silver I spent on you, I say!$B$BDo you hear me, foul bats? I now wield the Garrett family weapon of choice! Tremble, bats, tremble!! ','The sweeping never ends... these bats are prolific in their mockery of me and my broom. Please tell me you\'ve reclaimed my family\'s treasure! I\'ve offered you my silver - is that not enough?! ','','','','','',8026,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,100,0,0,0,0,0,6000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2359,2,-162,0,20,24,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,2360,0,0,2607,8046,1,0,'Klaven\'s Tower','I\'ve been staking out this tower for weeks. $N. Recently a major shipment came through from Duskwood. and along with it came those guards.$B$BWhat are they? Your guess is as good as mine. I can tell you one thing - they aren\'t human.$B$BAnyhow, the shipment had a chest - which is what I assume those abominations are guarding. The zombie with the spikes holds a key we\'ll need.$B$BGet that key, get in the tower, and uncover whatever is in that chest. Take your findings back to Mathias.','Steal the Defias Tower Key. break into the Defias Tower and uncover the contents of the Duskwood Chest. Take whatever information you find back to Mathias Shaw in Stormwind. Read Kearnen\'s Journal to gain insight about the tower.\r\n','This would explain the Defias drones you and Kearnen saw outside of the tower. $N. It would also explain the Venture Company\'s involvement with the Defias and the strange shipments out of Duskwood.$B$BAccording to this book. the Zanzil trolls in Stranglethorn have discovered a way to raise the dead through potions... or to be more specific: poison.$B$BYou\'ll be of no use to SI:7 without a firm understanding of poisons, $N -- especially with the recipe to create undeath at our fingertips.','Any news from Agent Kearnen?','','','','','',7908,7923,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1170,0,2995,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2360,2,-162,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2359,0,0,0,'Mathias and the Defias','Not a moment too soon. $N. SI:7 reconnaissance is reporting unusually heavy Defias activity in Westfall.$B$BIt would seem that the Defias have taken over an abandoned Alliance watch tower southeast of Sentinel Hill and are using it as a base of operations to smuggle in goods from the Redridge supply route.$B$BGet to Westfall and contact Agent Kearnen for your debriefing. You will find her hidden near the tower.$B$B...and $N, should you be discovered, SI:7 will disavow all knowledge of your existence. ','Travel to Westfall and find Agent Kearnen for your debriefing.','Mathias finally sent another agent to back me up, eh? Well I hope he\'s ready to hear some bad news.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2361,2,1517,0,37,44,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2204,0,0,0,0,0,0,'Restoring the Necklace','','','I gladly give you this necklace, mighty $C. You have done me an invaluable service, and for that I thank you. Wear it with pride, and make sure you mention loudly and repeatedly who made it for you!$B$BAlso, if you could toss in the fact that it really isn\'t cursed, that would be great. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7673,0,0,0,1,0,0,0,0,54,0,0,0,0,500,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2378,2,-162,0,16,16,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,2378,2379,0,0,0,'Find the Shattered Hand','You have served the Deathstalkers well, $N, but perhaps it is time for you to venture outward. While you have shown aptitude in the ways of stealth and deception, you still require much training.$B$BThe Deathstalkers have allies within the Shattered Hand. Seek out those that would assist us - find Shenthul in Orgrimmar.','Journey to Orgrimmar and speak with Shenthul at the Cleft of Shadow.','So, you are what our mighty allies have sent Shenthul? How uninspiring.... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2379,2,-162,0,16,16,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2382,0,0,0,'Zando\'zan','Your determination alone is not enough to overcome the obstacles that lay ahead of us.$B$BSpeak with Zando\'zan to begin your training as an operative of the Shattered Hand.$B$BIt is only when you have mastered the practices of stealth and thievery that you may take the next step towards your destiny.','Speak with Zando\'zan at the Cleft of Shadow.','Perhaps Zando\'zan was wrong. Zando\'zan apologizes.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2380,2,-162,0,16,16,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,2378,2379,0,0,0,'To Orgrimmar!','A master of stealth and deception you are not, however, all of that can and will change. You\'ve obviously impressed those in charge with your meager skills, as the great Shenthul has asked for you by name.$B$BTake the road north of here to Orgrimmar and speak with Shenthul in the Cleft of Shadow.','Speak with Shenthul at the Cleft of Shadow in Orgrimmar.','It is important that the Shattered Hand remains vigilant in the face of the changes Thrall wishes to bring about to the Horde. Our numbers alone will not be enough to overcome his rule - stealth and deception must be mastered. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2381,2,-162,0,16,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2382,0,0,0,0,0,0,'Plundering the Plunderers','I don\'t mean to scare you, $N, but the last five thieves I sent to steal the southsea treasure came back to me in pieces.$B$BSouth along the coast you\'ll find Tide Razor, the southsea freebooter\'s ship. Nestled in the hold is the payoff - the southsea treasure. On the second level of that ship is the pirate\'s den, a place where they train all of their thieves.$B$BBoard that ship, steal the treasure, and bring it back to me. Use the pirate\'s den if you need to practice your thievery, but be careful!','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.!','Incredible! Improbable! Simply amazing! You\'ve got talent. Weir. Either that or you\'re the luckiest man alive!$b$bHere\'s your cut of the action. I\'m sure you would make better use of this stuff than I could.$b$b','Well. at least you still have all of your body parts. Did you find the treasure?$b$b','','','','','',7968,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7676,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2382,2,-162,0,16,16,0,690,0,0,0,0,0,0,0,0,0,8,0,0,2379,0,0,2381,0,0,0,'Wrenix of Ratchet','Zando\'zan has seen it! Yes, the day comes! Thrall\'s death... the dagger in his back, poison seeping through to his every vein... Zando\'zan has said too much.$B$B$N! Zando\'zan has a task for $N! $N must travel to Ratchet, east of the Crossroads, and speak with Wrenix the Wretched. Go!','Travel to Ratchet and speak with Wrenix the Wretched.','Another one? The last five that crazy troll sent me ended up as shark food. Let\'s hope you fare a little better, eh?$b$b','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2383,2,-81,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,12635,1,0,'Simple Parchment','Ah. while you were gone a parchment came for you. $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the warrior trainer Frang. He would have words with you when you\'re ready. You\'ll find him outside the Den, taking cover in the shade.','Read the Simple Parchment and speak to Frang in the Valley of Trials.','Ah. that\'s my parchment. I heard you\'d be coming to the Valley. $N. I\'m glad to see you made it--let\'s hope you survive the trials ahead. Like I said, as you gain in power, come to me--I will do what I can to train you in the ways of the $C.$b$bGood luck, $N, and return to me whenever you feel ready.','What\'s that you have there? A parchment? You\'re not a scholar. I hope...','','','','','',12635,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2398,2,1517,0,35,40,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2240,0,0,0,'The Lost Dwarves','The dig site at Uldaman wasn\'t always overrun. We Ironforge dwarves used to control the area. but... that was before the troggs came. They came so fast and in such numbers that not even dwarven might could stop them!$B$BIn fact. their attack was so sudden that I fear some of our people may be trapped behind enemy lines.$B$BMy friend Baelog led a small band of dwarves deep within the site just before the troggs showed up. If he and his company live. then I want you to find them.','Find Baelog in Uldaman.','It\'s about time you showed up! I was in danger of losing a bet with Olaf!$B$BHe wagered that his beard would grow to his knees before he saw another living $R. Well here you are, and as you can see Olaf\'s beard has a few more inches to go.$B$BThanks, $N. I\'ll split the winnings with you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,270,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2399,2,141,0,4,10,0,0,0,0,0,0,0,0,0,0,0,8,0,0,931,0,0,0,0,0,0,'The Sprouted Fronds','','','The fronds Denalan planted within his garden have sprouted and grown. They tremble, eager to be picked....','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5205,0,0,0,5,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2418,2,1517,0,30,36,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Power Stones','A while ago, I had an incident with the Shadowforge Dwarves. They brought me to Angor Fortress to study two types of strange stones from Uldaman. I discovered that the stones were sustained, stable power sources if treated correctly. It\'s amazing the things one can find in that old dig site!$B$BAnyway, after I told them the secret of the stones they kicked me out of Angor Fortress and began digging for more in Uldaman.$B$BI want those stones for myself! Bring me both types and I\'ll pay you plenty!','Bring 8 Dentrium Power Stones and 8 An\'Alleum Power Stones to Rigglefuzz in the Badlands.','That\'s great, you found some! Thanks a lot, $N. You\'re the most dependable $R I\'ve met!$b$bI can\'t wait to try these on some devices I\'ve been tinkering with. I bet that, under the right circumstances, devices powered with these stones will keep going, and going, and going...','Do you have the power stones, $N? I have a robotic rodent that needs a power supply...','','','','','',8009,8052,0,0,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,9522,10358,10359,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-750,75,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2438,2,141,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2459,0,0,0,'The Emerald Dreamcatcher','I was once given an emerald dreamcatcher from Gaerolas Talvethen. the warden of the druids in the Ban\'ethil Barrow Den. This powerful amulet is able to siphon energy from the Emerald Dream, bestowing luck upon those who carry it.$B$BSadly, I have not been able to retrieve it from my dresser in Starbreeze Village... Although Starbreeze was once a tranquil place, it has now succumbed to the corruption of the furbolg that reside there.$B$BPerhaps you would be willing to recover my dreamcatcher, $C? ','Bring the Emerald Dreamcatcher to Tallonkai Swiftroot in Dolanaar.','My emerald dreamcatcher is of great importance to me. It is a gift only given to few. Thank you for returning it. $N.','Please move swiftly. I can only hope that my emerald dreamcatcher has been unharmed by the furbolg.$b$bHave you recovered it yet. $N?','','','','','',8048,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,100,240,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,0),(2439,2,1,0,40,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2279,0,0,0,8070,1,0,'The Platinum Discs','This object is an incredible find. The ancient Titans. or the Creators as these discs refer to them as, are the link to our enchanted creation, if the lore stored in here is correct! We\'ll need to invest as much research time into this as possible.$B$BAs for you, heroic $C, take this voucher to Dinita Stonemantle at the vault. It grants you what I think is a fitting for such a tremendous find!$B$BReturn to me directly when you are ready; there is much more to do for the Explorers\' League!','Take your reward voucher to Dinita Stonemantle in the Vault of Ironforge.','As yes, a voucher from the Explorers\' League... and quite the valuable one, might I add.$B$BThe Explorers\' League lends me the authority to offer you a choice in your compensation directly from their vault. You are to receive this item, and you may choose between five superior healing potions or five greater mana potions as your reward.','Welcome to the Vault of Ironforge, $N. What may I do for you today?','','','','','',8070,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3928,6149,0,0,0,0,5,5,0,0,0,0,9587,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2440,2,215,0,40,47,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2280,0,0,0,8070,1,0,'The Platinum Discs','I shall focus my energies on these discs; they will reveal their true workings to me in due time.$B$BAs for you $N, I will now reward you for your diligence in bringing this to my attention. Take this voucher to Bena Winterhoof, the alchemy trainer for Thunder Bluff. She will give you a special item I believe you will find appealing, and she will supply you with a choice of potions from my personal stock.$B$BReturn to me soon, as I sense there is much more at hand for us to do regarding this find.','Take the reward voucher to Bena Winterhoof in Thunder Bluff.','Well $N. you must have pleased Sage Truthseeker greatly for him to give you this item. You are also to be granted a gift from his cache of potions; you may choose between 5 superior healing potions or 5 greater mana potions as your reward.','Greetings. $C! Are you here for alchemy training, or perhaps something else?','','','','','',8070,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3928,6149,0,0,0,0,5,5,0,0,0,0,9587,0,0,0,1,0,0,0,81,0,0,0,0,10,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2458,2,-162,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2460,2478,0,2478,8051,1,0,'Deep Cover','The Venture Company... Perhaps you have heard of them?$B$BFor one year we have worked on planting an agent deep within their ranks. Through much hard work and careful planning. we succeeded.$B$BRecently we received word that the Venture Co. are planning something on a grand scale. Go north of the Sludge Fen to the Venture Co. tower and contact our undercover agent. Taskmaster Fizzule.$B$BWhen you find the tower, use this flare gun, then approach Fizzule and show him the salute of the Shattered Hand.','Travel to the Venture Co. Tower. north of the Sludge Fen and contact the Shattered Hand\'s covert operative. Taskmaster Fizzule.$B$BWhen the tower is in sight, use the Flare Gun to signal your arrival to Taskmaster Fizzule. Fire off TWO flares, then approach Taskmaster Fizzule and perform the Shattered /Salute.$B$BThese actions must be performed in the correct order, as Fizzule will attack and terminate any person he does not recognize.','It\'s good to see another agent of the Shattered Hand in these parts, however, the flare may have been a little too much!$B$BNext time you need to speak with me, blow into this whistle twice and I\'ll know you are an ally.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8066,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2459,2,141,0,1,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2438,0,0,0,0,0,0,'Ferocitas the Dream Eater','The emerald... It is missing! My dreamcatcher has been damaged!$B$BThere is a band of Gnarlpine mystics located to the north of Starbreeze. I have heard reports that their leader. Ferocitas the Dream Eater has been wearing a necklace that glows green in the night. Now seeing my dreamcatcher, I am sure that he has stolen my emerald... He would never realize that its power is useless to him.$B$BFind this missing jewel, $N. And, while you\'re there, clear out some of the corrupted mystics as well.','Tallonkai Swiftroot in Dolanaar wants you to kill 7 Gnarlpine Mystics and find the Missing Jewel.','Now I can repair my dreamcatcher. Thank you. $N.','Ferocitas and the Gnarlpine Mystics must return what is mine. Please retrieve the emerald so that I may repair my emerald dreamcatcher.','','','','','',0,0,8050,0,0,0,1,0,0,0,1,0,0,0,8049,0,0,0,3,0,0,7235,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,450,540,0,0,0,0,0,0,0,0,0,0,0,0,2,6,0,0,0,0,0,0),(2460,2,-162,0,20,20,0,690,0,0,0,0,0,0,0,0,0,0,2,0,0,2458,0,2458,0,0,0,'The Shattered Salute','As a rogue of the Shattered Hand. it is imperative that you learn the Shattered Salute. It is the only way to truly identify another member of the Hand.$B$BWatch. learn, repeat.','Perform the Shattered Salute on Shenthul.','Well done. $N. You are now ready to proceed.','','','Shattered Salute Performed','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2478,2,-162,0,20,24,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2458,2479,0,2479,0,0,0,'Mission: Possible But Not Probable','You will need to steal the tower key from Foreman Silixiz. $N. Once you\'ve got the key in your possession. hold on to it - I may need it later.$B$BRemember. the poison has weakened everything in this tower. Use your abilities to bring chaos and destruction to its inhabitants. Slay them all -- show no mercy!$B$BOnce everything inside lays in a bloodied heap. pick Gallywix\'s lockbox and steal the cache of Zanzil\'s mixture held inside. Take both the head of Gallywix and the mixture to Shenthul in Orgrimmar.','Steal Silixiz\'s Tower Key from Foreman Silixiz. then kill two Mutated Venture Co. Drones. two Venture Co. Patrollers. and two Venture Co. Lookouts.$B$BAssassinate Grand Foreman Gallywix and take his head. then pick the lock on Gallywix\'s lockbox and steal the Cache of Zanzil\'s Altered Mixture. Take the Cache and Gallywix\'s Head back to Shenthul in Orgrimmar for further instruction.','Poor Fizzule. he was a good agent -- one of our best. Alas. it is the price we pay. $N. Being a field agent of the Shattered Hand is dangerous work.$B$BYou have performed your duty well. $C. It would be a shame if you did not live to serve us again.','What have you to report. $N?','','','','','',8074,8072,8073,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,7310,7307,7308,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18160,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1170,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2479,2,-162,0,20,26,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2478,2480,0,2480,8087,1,9991,'Hinott\'s Assistance','Take a sample of the mixture to Serge Hinott in Tarren Mill.$B$BIf anyone can cure you. it\'s Serge. Live long enough and Serge will show you the ways of poison creation and use.','Travel to Tarren Mill in Hillsbrad Foothills and deliver the Sample of Zanzil\'s Mixture to Serge Hinott.$B$BTo get to Tarren Mill. take the Zeppelin to the Undercity and follow the road south through Silverpine and towards Hillsbrad. Follow the signs!','You look deliciously pale. $C. And what is that foul aroma you are giving off? I must know!','What\'s this???','','','','','',8087,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2480,2,-162,0,20,20,0,690,0,0,0,0,0,0,0,0,0,2,2,0,2479,0,0,0,0,0,0,'Hinott\'s Assistance','I have never seen such wondrous results from a poison! Zanzil you say? Never heard of him, however, I must commend him on the creation of this concoction.$B$BSo, I am to cure you of this and then teach you how to make use of the poison?$B$BGive me a few moments to examine the toxin, $N.','Wait for Serge Hinott to complete the cure.','The cure is ready! Drink this anti-toxin and the creeping madness will stop, however, I will not be able to do anything about the smell.','','Cure Completed','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8095,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,96,0,2995,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2480,0),(2498,2,141,0,6,9,0,0,0,0,0,0,0,0,0,0,0,8,0,0,923,0,0,2499,0,0,0,'Return to Denalan','I have just received word that Denalan at Lake Al\'Ameth has discovered what may be the cause of the tumors that plague the timberlings. Please speak with him, and tell him I sent you.$B$BMake haste, $N; he needs our help.','Rellian Greenspyre wants you to speak with Denalan at Lake Al\'Ameth.','Ah, so Rellian sent you to aid me. I am glad you arrived here so soon.$b$bI have discovered something quite disturbing!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2499,2,141,0,4,9,1,0,0,0,0,0,0,0,0,0,0,0,0,0,2498,0,0,0,0,0,0,'Oakenscowl','In a cave along the southern bank of the lake. a timberling named Oakenscowl is spreading corruption to all the creatures that make Lake Al\'Ameth their home.$B$BI dared not get too close, but even from a distance, it is obvious: Oakenscowl is being poisoned by the largest tumor I have ever seen... I would call it gargantuan, even.$B$B$N, you have already done much to aid my efforts, but I ask of you one more task. Hunt down Oakenscowl and collect the tumor; remove this source of corruption from my home.','Denalan at Lake Al\'Ameth wants you to collect the Gargantuan Tumor from Oakenscowl.','I knew you were more than capable of ridding the lake of that horrible beast.$B$BIt is a distressing situation; Oakenscowl was once a grand leader amongst his kind... but corruption does not discriminate between the lowly and the noble.$B$BThe size of this tumor is quite disturbing. but I must study it to learn more about the disease that upsets the timberling population.$B$BThank you, $N.','Have you located Oakenscowl yet. $R?','','','','','',8136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5458,5589,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,600,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2500,2,38,0,36,39,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Badlands Reagent Run','$C. I would make use of your services. I am an alchemist of some note, and I seek your aid in acquiring some reagents found out in the Badlands.$B$BI need the following items to replenish my stocks: five buzzard gizzards, ten crag coyote fangs, and five rock elemental shards. Obviously, you can get them off of the beasties themselves; if you\'re not the fighting type, then find friends who are.$B$BAcquire these items for me, you\'ll get some coin out of the deal.$B$BWell, what say ye?','Acquire the reagents Ghak Healtouch needs from the Badlands. then return to him in Thelsamar.','Ah, well done $N. These should last me for a little while at least. Here is your pay, as promised.$B$BIf you\'re interested, I have some more reagents I could use. These, however, are only found in the depths of the Uldaman excavation. They will not be easy to get, but I will make it worth your while if you are interested in helping me again.$B$BPerhaps something more than some shiny coins, yes? ','Have you gotten the things I need yet? You won\'t get paid unless you bring me those reagents. ','','','','','',7847,7846,7848,0,5,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,4500,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2501,2,38,0,40,44,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,2500,0,0,0,7870,1,0,'Badlands Reagent Run II','You have been most helpful to me. $N. I would like to reward you with the very recipe for the brew I gave you earlier, but I must ask of you a favor that is quite dangerous.$B$BThis lockbox contains three empty thaumaturgy vessels; they are imbued with an attunement aura that will drain the blood of a scorched guardian dragon. Using one on the beast will anger it greatly, so be careful. Once you have all three filled, bring them to me.$B$BDo this, and the recipe will be yours.','Use the empty thaumaturgy vessels on scorched guardian dragons found in the Badlands. Once you have them filled. bring them to Ghak Healtouch in Thelsamar.','From one alchemist to another, I salute you. Here, take this recipe and commit it to your knowledge. May it bring you the success and rewards that it has brought me over the years! ','Have you used the vessels to get me the scorched guardian dragon blood I need? Yes, I know it is a dangerous task... but the recipe for my restorative brew awaits your success. Risk and reward, my friend... risk and reward... ','','','','','',7867,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,3150,0,11522,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2518,2,1657,0,8,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2519,0,0,2520,0,0,0,'Tears of the Moon','Lady Sathrah was once beloved of Elune. Graceful and pure. the spider spun her silver threads through the moonlight, catching the evening mist. The silvery dew had strong healing powers and was kept here in the temple.$B$BBut of late, Sathrah has descended into madness. Her future generations are now threatened as well.$B$BFind Lady Sathrah, $N, and end her suffering. She dwells along the northern borders of Teldrassil, near Wellspring Lake. Gather her silvery spinnerets and bring them back to me.','Priestess A\'moora in the Temple of the Moon at Darnassus wants you to bring her Lady Sathrah\'s Silvery Spinnerets.','The forest mourns for Lady Sathrah. but it was something that had to be done.$B$BThank you, $N.','I regret the task that I have asked you to carry out; but Lady Sathrah is beyond hope.$B$BIt is our hope to offer the sacrifice of the spinnerets to Elune. With this sacrifice. Elune will bless Sathrah so that she might be reborn, and at peace.','','','','','',8344,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,1000,720,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(2519,2,1657,0,5,10,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2518,0,0,0,'The Temple of the Moon','A once great creature of the forest is in need of help, $R.$B$BThere is a difficult task that must be done.$B$BPlease seek out Priestess A\'moora; she will explain things to you. Find her to the southeast of here, inside the Temple of the Moon.','Sister Aquinne wants you to speak with Priestess A\'moora in the Temple of the Moon.','So, Sister Aquinne sent you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(2520,2,1657,0,9,12,0,1101,0,0,0,0,0,0,0,0,0,2,2,0,2518,0,0,0,8155,1,0,'Sathrah\'s Sacrifice','Now you must finish the task to which you have been appointed. Take the spinnerets and offer Lady Sathrah\'s sacrifice to Elune; lay the great spider to rest.$B$BInside this temple, find the central fountain. There is where you may leave the sacrifice. The holy waters will purify and cleanse the corruption that drove Sathrah mad.$B$BWhen you have completed this, return to me.','Priestess A\'moora wants you to place Lady Sathrah\'s silvery spinnerets at the fountain inside the temple, and then return to her.','The loss of Lady Sathrah is distressing, but in this way only may she be reborn with a renewed spirit.$b$bMay Elune willingly accept the sacrifice that you have offered her.','',NULL,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,9600,9601,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2521,2,4,0,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2522,0,2522,0,0,0,'To Serve Kum\'isha','$R. can your miniscule brain comprehend the rarity of a flawless sphere of draenethyst? Draenei have spent lifetimes in search of just one of these crystals. only to meet horrible fates, their purpose unfulfilled.$B$B So you stand before Kum\'isha, knowing what Kum\'isha has requested and still wish to assist? Very well, $R... At any time during your travels across these lands, should you find a flawless sphere of draenethyst, return it to me and I shall reward you with riches beyond your wildest dreams.','In your journeys throughout the Blasted Lands. should you ever come across a Flawless Draenethyst Sphere. take the item back to Kum\'isha the Collector.$B$BBe warned, this gem is one of the most rare crystals in all of Azeroth. Any creature in these lands could be holding a Flawless Draenethyst Sphere.$B$BYou will be rewarded for each Flawless Draenethyst Sphere you have collected.','Do my eyes deceive me? Impossible! Where did you... How...$B$BPerhaps now a rift can be opened, returning us to our homeland.','I have dedicated my life to the search of flawless draenethyst spheres. A lifetime, $R!','','','','','',8244,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2523,2,361,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2523),(2541,2,141,0,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2561,0,0,0,'The Sleeping Druid','The Gnarlpine shaman that inhabit this place have discovered a way of separating a sleeping druid\'s spirit from the physical body. The furbolg have animated my physical form and are using it to attack anyone that attempts to explore the Ban\'ethil Barrow Den. I am now trapped in the Emerald Dream. powerless to stop this.$B$BYou must help me. The Gnarlpine shaman carry a strange charm which is used to perform this ritual, and I\'d like to examine it. Please, $N, bring one to me.','Bring a Shaman Voodoo Charm to Oben Rageclaw in the Ban\'ethil Barrow Den.','Thank you. $N.$b$bWhat an odd trinket this is... I can sense the vile aura emanating from it; this is a very powerful enchantment.','If I can examine the charm. I may be able to figure out how to break the enchantment. Have you found one?','','','','','',8363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2561,2,141,0,3,10,0,0,0,0,0,0,0,0,0,0,0,0,2,0,2541,0,0,0,8149,1,0,'Druid of the Claw','After examining this charm. $N. I see now what must be done. Please take it, and do as I ask.$B$BYou are to explore the deepest areas of the Ban\'ethil Barrow Den. There, you will find my soulless body... Although I regret what I am about to tell you, I see no other way to free myself from the control of the Gnarlpine.$B$BIn order for me to escape them, you must kill my physical form. Once that is done, use the voodoo charm on my fallen body. After you have completed this task, please return to me.','Oben Rageclaw wants you to kill his soulless body. and then use the Voodoo Charm.','I am finally free of the control of the Gnarlpine. Thank you. $N.$b$bMy spirit may now rest peacefully forever in the Emerald Dream.$b$bPerhaps one day we may meet again. young $C. But, for now, please accept this reward as a symbol of my gratitude.','','','Release Oben Rageclaw\'s spirit','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9598,18957,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2581,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Snickerfang Jowls','It is a well known fact that hyenas possess tremendous strength in their jowls, but the strength to snap through three inches of thorium steel? Impossible, improbable, and yet I have seen this demonstrated with my own eyes.$B$BVenture forth, into the Blasted Lands, and bring me three snickerfang jowls. As you search for the snickerfang, be on the lookout for boars and scorpoks: The initial assay also requires two blasted boar lungs and one scorpok pincer to complete.','Bring three Snickerfang Jowls, two Blasted Boar Lungs, and one Scorpok Pincer to Bloodmage Drazial.','How do you feel, $N? You radiate with the aura of the snickerfang--your strength, unmatched by mortals!$b$bUnfortunately, with the components you brought to me, I could only make enough of the assay for one tablet. I will require more components, should you require another tablet.','You smell foul, $N. Have you been traipsing in sulfur fields? And where are my components?!','','','','','',8391,8392,8393,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,10670,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2582,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2581,0,0,0,0,0,0,'Rage of Ages','Ah, $N, welcome back. It seems you enjoyed the effect of the robust, operational imbue, derived from snickerfang. Be warned, while the immediate effect is a titanic burst of strength, the long term effects on your spirit and intelligence could be hazardous.$B$BWith that said, do you require more? If so, bring me another three snickerfang jowls, two blasted boar lungs, and one scorpok pincer.','Bring three Snickerfang Jowls, two Blasted Boar Lungs, and one Scorpok Pincer to Bloodmage Drazial.','There you go! Remember, use it sparingly. If you require another, come see me after you finish the one you currently have in your possession.','Do you have the beast organs?',NULL,NULL,NULL,NULL,NULL,8391,8392,8393,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8410,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2583,2,4,0,45,50,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','Within these blasted lands exists two species of boar: the ash-mane boar and the helboar.$B$BIt would appear that the stamina of these beasts renders them nearly immune to harm, as the other animals find them too difficult to kill and consequently, not worth the effort.$B$BWe need to perform further analysis, $N. Should you bring me three blasted boar lungs, two scorpok pincers, and one basilisk brain, I shall create a divine elixir from the residue of the assay. You will be my first test subject!','Bring three Blasted Boar Lungs, two Scorpok Pincers, and one Basilisk Brain to Bloodmage Drazial.$B','The spirit of the boar illuminates your being, ! I wonder, do you believe yourself to be as invulnerable as these beasts?','Where are the organs, $N!?','','','','','',8392,8393,8394,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,10671,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2584,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2583,0,0,0,0,0,0,'Spirit of the Boar','When I first administered the elixir, $N, I could tell that one or two applications would not satiate your appetite. Even now, I can see the hunger in your eyes. The concoction has addictive properties of which, seemingly, the most strong of will cannot resist.$B$BSo be it! Should you require more of the lung juice cocktail, venture back into the wasteland and find for me three blasted boar lungs, two scorpok pincers, and one basilisk brain.','Bring three Blasted Boar Lungs, two Scorpok Pincers, and one Basilisk Brain to Bloodmage Drazial.','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!?',NULL,NULL,NULL,NULL,NULL,8392,8393,8394,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8411,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2585,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Decisive Striker','Have you ever watched them in battle, $N? The scorpoks, I mean. Have you ever seen the grace and agility with which they move? The decisiveness of their strikes?$B$BIf only we could somehow isolate that agility and encapsulate it, we would be wealthy beyond our... I mean... it would be a boon for the scientific community.$B$BAssist me, $N, and I shall allow you a sampling of the assay.$B$BIn order to create a stable sample, I will need three scorpok pincers, two vulture gizzards, and one blasted boar lung.','Bring three Scorpok Pincers, two Vulture Gizzards, and one Blasted Boar Lung to Bloodmage Drazial.\r\n','Fascinating. This has been the most difficult of all assays to analyze.$b$bTake a pinch of this residual salt and place it under your tongue. You should experience a slight feeling of euphoria followed by a state of unprecedented agility and quickness.','Where are the organs, $N!?$b$b','','','','','',8393,8396,8392,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,10672,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2586,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2585,0,0,0,0,0,0,'Salt of the Scorpok','You live! This is good news, indeed. I assume you are back for more of the scorpok assay?$B$BVery well, $N, back to the wasteland with you and do not return until you have collected three scorpok pincers, two vulture gizzards, and one blasted boar lung.','Bring three Scorpok Pincers, two Vulture Gizzards, and one Blasted Boar Lung to Bloodmage Drazial.','Fine work, $N. Here is one sample of the assay for you and the remaining nine will be used in my research.$b$bAnytime you require more of the ground scorpok assay, return to me and we shall work out a deal.','Where are the organs, $N!?','','','','','',8393,8396,8392,0,3,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8412,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2601,2,4,0,45,50,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','These wastelands are riddled with redstone basilisk, $N. These basilisk have adapted and flourished, more so than any of the other wildlife within the region.$B$BI have watched from afar as they hunt and go about their daily activities - the beasts exhibit a thought process more complex than even some humanoids.$B$BI must study their brains!$B$BRetrieve ten of their brains for me, $N. The compound cannot be complete, however, without two vulture gizzards to form the base of the solution.','Bring ten Basilisk Brains and two Vulture Gizzards to Bloodmage Lynnore.$B','This is wondrous, $N! My offering to you is a taste of the inner workings of the redstone basilisk.$B$BShould the compound be to your liking, more can always be made... for a price','Have you returned with the requested organs?','','','','','',8394,8396,0,0,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,8423,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,10690,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2602,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2601,0,0,0,0,0,0,'Infallible Mind','Your focused concentration has dwindled so soon? More research must be done!$B$BOh yes, the price remains the same, $N. Venture forth into the blasted lands and return to me with ten brains from the redstone and two vulture gizzards.','Bring ten Basilisk Brains and two Vulture Gizzards to Bloodmage Lynnore.','Yes, yes, give me a moment and more of the compound will be ready for your consumption, $N.$B$BTake it... and $N, do not attempt to consume these experimental concoctions in rapid succession. The results could be disastrous.','Have you returned with the requested organs?',NULL,NULL,NULL,NULL,NULL,8394,8396,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,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,1,0,0,0,0,0,0),(2603,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2604,0,0,0,0,0,0,'Vulture\'s Vigor','Death does indeed have wings in these blasted lands, $R. I have witnessed the black slayers and bonepickers feasting upon the corpse of many a fallen explorer - sometimes feeding upon the most vile and disease ridden of carcasses. It is a wonder, then, how their internal systems overcome the pestilence that claims these lands.$B$BAssist me in my studies, $N! Gizzards I need! Two snickerfang jowls will also be required for the base of the concoction.$B$BYou shall be rewarded two-fold for your efforts.','Bring ten Vulture Gizzards and two Snickerfang Jowls to Bloodmage Lynnore.$B','Most excellent! I shall get to work immediately. Perhaps a cure for many of the ailments of the world is to be found!$B$BAh yes, your reward - of course, should you require more of the gum, return to me and another task you shall be given.','Do not waste my time, $N. We have nothing to discuss, unless you have recovered the items I have requested.','','','','','',8396,8391,0,0,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,8424,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,10691,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2604,2,4,0,45,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Spiritual Domination','I see that the inner fire has dwindled. Would you say the spiritual euphoria lasted an hour?$B$BIf it\'s more of the gizzard gum you desire, then more of the gizzards I require. Back to the wastelands, $N. Do not return until you have recovered ten gizzards and two jowls.','Bring ten Vulture Gizzards and two Snickerfang Jowls to Bloodmage Lynnore.','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.',NULL,NULL,NULL,NULL,NULL,8396,8391,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,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,1,0,0,0,0,0,0),(2605,2,440,0,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,0,0,0,'The Thirsty Goblin','I\'ve got an idea. see. I\'ve heard of some strange creatures called dew collectors that live to the southwest... and that they are able to store water in special glands.$B$BI think that if I could get one of these glands, I could create a drink that would quench my terrible thirst! Do you think you could help me, $N?$B$BLook for the cactus garden, $N; that\'s where you\'ll find the dew collectors.','Collect a Laden Dew Gland and bring it to Marin Noggenfogger in Gadgetzan.','Oh, wonderful! Give it here -- let me drink it! ','Please, tell me you found the dew collectors? ','','','','','',8428,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,7000,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2606,2,440,0,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2605,0,0,2641,8603,1,0,'In Good Taste','Blech! This stuff tastes terrible! So much for that idea...$B$BWait. what\'s that? Oh, I know, I know, you think I shouldn\'t give up on this stuff. Well, okay then.$B$BUhhhh, I have an idea! Brilliant! Take this dew to my friend Sprinkle -- she\'s an excellent chef. Tell her what we\'re up to here and that we want to make it go down a little easier.$B$BI mean, if it\'s going to taste that bad, it at least should have some kick to it... And I\'m just not feeling it... ','Marin Noggenfogger wants you to speak with Sprinkle in Gadgetzan.','Marin\'s a good guy, don\'t get me wrong -- just a little... eccentric, I\'d say.$B$BAnd of course he needs my help, yet again. ','So old Marin\'s up to it again, eh? What\'s this concoction made from? ','','','','','',8603,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2607,2,-162,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2359,2608,0,0,0,0,9991,'The Touch of Zanzil','It appears as if you\'ve brought back more information than even I expected. This certainly is a strange turn of events. $N.$B$BA cure? Hrm... Go down to the cellar and speak with Doc Mixilpixil - he may be able to help.','Speak with Doc Mixilpixil in the cellar of the Barracks.','It\'s about time! Just put the cheese on the table and skedaddle. Osborne will pay you on the way out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2609,2,-162,0,20,20,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2608,0,0,0,0,0,0,'The Touch of Zanzil','It\'s unanimous. $N. You\'ve got the \'itis.\'$B$BLuckily, I have a cure for the \'itis.\'$B$BHere\'s what I need: One bundle of simple wildflowers, one leaded vial, one bronze tube, and last but certainly not least, one spool of light chartreuse silk thread. Ol\' Emma left a spool of it for me at \'The Finest Thread.\' You can find the shop along the canals.$B$BHurry along now, $N, and try not to touch anyone until you\'re cured. Oh, and Dr. Montgomery says you need a shower -- his words, not mine.','Bring Doc Mixilpixil one bundle of Simple Wildflowers. one Leaded Vial, one Bronze Tube, and one Spool of Light Chartreuse Silk Thread. The \'itis\' doesn\'t cure itself, young $g fella:lady;. ','What am I doing? What does it look like I\'m doing? I\'m devising a cure for your \'itis!\' Don\'t get indignant with me now, $n!$B$BJust a few more seconds. There! Just spray this, um, fantastic smelling medicine on yourself and you\'ll be as good as new.','If you want the \'itis\' cured, you\'re going to have to try harder than that, $n. Where are the reagents for the cure?','','','','','',3421,3372,4371,8431,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8432,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2621,2,4,0,45,50,0,690,0,0,0,0,0,0,0,0,0,8,0,0,2784,2622,0,2622,0,0,0,'The Disgraced One','Regret. It is all I have now. One bad decision resulting in several horrible outcomes. If only I had waited for those orders. Maybe they would have detailed the horrors that awaited us in those cursed lands! Maybe they were to redirect us to another detail? Ultimately. it was my fault. All of it was my fault.$B$BSo here I stand. awaiting orders. I must know. I must have those orders.$B$BDispatch Commander Ruag resides in Stonard. Find him and find out what became of the orders.$B','Speak to Dispatch Commander Ruag in Stonard.','Thrall\'s Grasp... The story is still fresh in my mind.$B$B$B$BTerrible thing that happened to that regiment. The horde lost some of its best soldiers when that battalion was destroyed.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2622,2,8,0,45,50,0,690,0,0,0,0,0,0,0,0,0,8,0,0,2621,2623,0,2623,0,0,0,'The Missing Orders','The orders? What could you possibly want with the orders?$B$BWhat are you implying. $N? Of course I relayed those orders! The soldiers I sent the orders with were ambushed and brutally beaten by murlocs. Only one survived. if you can call that surviving. He can hardly speak, cannot walk, and must be fed through a tube. If you want to know what happened to those orders, speak with Bengor. I\'m sure he is around here somewhere... and, $N, be mindful of what you stick your nose into - it may get bitten off.','Speak to Bengor.','Swamp tal... talk.. talker...$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2623,2,8,0,45,55,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2622,2801,0,2801,0,0,0,'The Swamp Talker','Orders were given by the dispatch commander. We took... took orders. On way to Blasted Lands. ambushed.$B$BMurlocs... Many murlocs... One named Swamp Talker. Took orders from my hands as spear thrust into my skull. East... cave....$B$B$B','Retrieve the Warchief\'s Orders and return them to the Fallen Hero of the Horde.','It is worse than I imagined. Nineteen of my men could have been spared from the agony which they faced. If only I had not acted so irrationally.$b$bYou must help them. $N! I am powerless to act.','Awaiting orders.','','','','','',8463,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2641,2,440,0,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2606,0,0,0,0,0,0,'Sprinkle\'s Secret Ingredient','When I was a kid. my sister used to do all the cooking. It was horrible! I could barely stomach some of her concoctions -- until I found what I like to call my \"secret\" ingredient! Add it to anything, and... WOW! It tastes great!$B$BWhat is it, you ask? It\'s a mushroom called the Violet Tragan. If you want me to help you turn this horrid-tasting brew into something edible, head to the Hinterlands, and look for a small lake there.$B$BOh, and remember, the Violet Tragan can only be found underwater.','Sprinkle in Gadgetzan wants you to collect a Violet Tragan and return it to her.','That\'s the stuff, $N!$B$BIt looks so good, I might just... Haha, gotcha! ','Under the waters of that lake -- it\'s the only place where the Violet Tragan can be found. Hope you\'re good at holding your breath! ','','','','','',8526,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2661,2,440,0,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2641,0,0,2662,8528,1,0,'Delivery for Marin','Here\'s the Violet Powder. $N. Take it to Marin and tell him he owes me a favor!','Sprinkle wants to you take the Violet Powder to Marin Noggenfogger in Gadgetzan.','Violet Powder, eh? Let\'s give it a try -- it sure couldn\'t make it any worse, that\'s for sure! ','Oh, $N, you\'re finally back. What have you brought? ','','','','','',8528,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,25,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2662,2,440,0,44,49,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2661,0,0,0,0,0,0,'Noggenfogger Elixir','Now, to mix this powder in with the dew.$B$BCome back and talk to me in a minute... after I have perfected the fabulous Noggenfogger Elixir!','Marin Noggenfogger wants you to speak to him again after he creates his elixir.','Drink this! It\'s absolutely wonderful!!!$B$BI knew I had it in me... Oh thanks again, $N for your help, but please, stand a little to the side, will you? You\'re blocking my business! I\'m going to make millions on the fabulous Noggenfogger Elixir, millions!$B$BWhat\'s that? Sprinkle says I owe her a favor? Oh, that Sprinkle, such a kidder! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8529,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2681,2,4,0,45,57,0,0,0,0,0,0,0,0,0,0,0,8,0,0,2801,2702,0,2702,0,0,0,'The Stones That Bind Us','It will take more than you alone to overcome the forces of Razelikh and his subordinates.$B$BGather a suitable group of adventurers and free my men of their eternal torture! Eighteen stones you must shatter.$B$BFight hard and die with honor. $N.','Free nine Servants of Razelikh. three Servants of Sevine. three Servants of Allistarj. and three Servants of Grol. Return to the Fallen Hero when your task is complete. You must remain within close proximity of the stones or the process will fail.','You have done it. $N! The poor. tortured souls can finally rest.$b$bOur work is not yet over. $N. We have much to discuss and much more to accomplish.','It is no easy task. $N. Do not give up!','','Servants of Razelikh Freed','Servants of Grol Freed','Servants of Allistarj Freed','Servants of Sevine Freed',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7668,7669,7670,7671,9,3,3,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2701,2,4,0,45,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2702,0,0,0,0,0,0,'Heroes of Old','Please, take from this a relic of old. We no longer have a use for the item.$B$BMay it serve you well in your fight against the legion.','Open the chest and claim your reward.','You are temporarily blinded by the sparkle and gleam.','',NULL,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,10659,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2701,0),(2702,2,4,0,52,57,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2681,0,0,2701,0,0,0,'Heroes of Old','You have honored me with your nobility and heroism, $N.$B$BYou have also honored them...','Speak to Corporal Thund Splithoof.','Indeed, you have honored us all. Our thanks alone are not sufficient.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2702,0),(2721,2,4,0,49,58,1,0,0,0,0,0,0,0,0,0,0,8,0,0,0,2743,0,2743,0,0,0,'Kirith','As one chapter of your adventure closes. another one begins, $N.$B$BOne of my men is still unaccounted for, lost somewhere in the Blasted Lands. I am talking about Lieutenant Kirith, of course.$B$BAs I had mentioned earlier, we were both imprisoned and tortured by Allistarj, but poor Kirith, his strength of will faltered. I could hear the experiments from my cage; the tortured screams rang through the halls of the cave. That was the last I saw or heard of Kirith.','Find out what became of Lieutenant Kirith.','Trebor? Trebor sent you?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2741,2,440,0,47,47,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'The Super Egg-O-Matic','','','You place the hippogryph egg into the machine. A series of beeps follows along with some strange mechanical sounds.$B$BIt appears that the Eggometer has weighed, measured, and packaged your egg. Now that\'s speedy service!','The Super Egg-O-Matic is the latest of Curgle Cranklehop\'s inventions. It is quite an impressive piece of machinery.$B$BThe Super Egg-O-Matic sputters wildly as you approach the control panel.','','','','','',8564,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8647,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2742,2,47,0,42,47,0,690,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,2782,0,0,0,'Rin\'ji is Trapped!','Hey $R!$B$BRin\'ji lost axe and was captured! Please, help Rin\'ji escape. Me know that $R like you don\'t like Rin\'ji\'s kind, but Rin\'ji begs! Must get out of here!$B$BGot something for nice $R if $Ghe helps Rin\'ji out of here:she helps Rin\'ji out of here;...$B$BRin\'ji is hiding something secret at the Overlook Cliffs.','Escort Rin\'ji out of the Quel\'Danil Lodge, then find his hidden secret at the Overlook Cliffs to the east.','This troll tablet must be the \"secret\" that Rin\'ji was talking about.$b$bCovered with strange markings, you can not decipher what the tablet says.$b$bOran Snakewrithe sent you to this area in the first place... Perhaps he might be able to tell you more about it.','','Escort Rin\'ji to safety','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2743,2,4,0,52,60,0,0,0,0,0,0,0,0,0,0,0,8,0,0,2721,2744,0,2744,0,0,0,'The Cover of Darkness','Let us not mince words. $R; my time here is limited.$B$BYou must destroy the triad of power which protects the demon lord, Razelikh. Doing so will not be as simple a task as freeing a damned soul.$B$B$B$BYou see, each of Razelikh\'s underlings wears a third of an amulet of Razelikh\'s creation around their neck. The very same amulet you will need in order to summon the arch demon.$B$BReturn to Trebor and tell him what is required to summon Razelikh. He will be able to instruct you further.','Return to the Fallen Hero of the Horde with your findings.','The demon lord displays a cunning almost as calculated as his brutality. $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2744,2,4,0,52,60,0,0,0,0,0,0,0,0,0,0,0,10,0,0,2743,3141,0,3141,0,0,0,'The Demon Hunter','The triad is protected by Razelikh.$B$BIn exchange for their servitude. Razelikh granted each of them nearly unlimited power within the Blasted Lands. The amulet pieces are each attuned to the lifeforce of their owner. granting them immortality. As long as they remain within the Blasted Lands. they cannot be slain, their life spans extended until the end of days.$B$BThere is one who may be able to assist you further, $N. Travel to Azshara and find the demon hunter, Loramus Thalipedes. Search the islands.','Speak with Loramus Thalipedes in Azshara.','I will help you. Although. I do not think you fully understand what you are up against.','','Conversation with Loramus','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2745,2,1519,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,350,0,0,2746,0,0,0,'Infiltrating the Castle','Hmm, an interesting tale, and not one to be taken lightly. Yeah, I can help you, but what you need to do is divvy out a form of justice that\'s not... legal, if you\'re to see this through to the end.$B$BLescovar and Marzon need to be dealt with, and swiftly. Do you think you\'re capable of such a thing?$B$BYou decide. If so, then make haste to the castle and find an old friend of mine, a gnome named Tyrion. He\'s been watching Lescovar now for a couple weeks. He should be able to help you end this.','Speak to Tyrion in Stormwind Castle.','What the...?! Don\'t sneak up on me like that! And keep your voice down! What in the name of the Shadow are doing sneakin\' up on me for? Can\'t you see I\'m busy, you daft fool?$b$bWhat do you mean, what am I doing? I\'m waiting for the next Dark Portal to open, what the heck do you think I\'m doing? Speak your peace and be off with you... \'fore the guards notice the two of us hiding in the bushes together. I have a reputation to maintain.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2746,2,1519,0,16,31,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2745,0,0,0,0,0,0,'Items of Some Consequence','Trias wants the timetable pushed up some, huh? Okay, we can do that, but I\'m not ready. And know this, I\'m doing the hard part, but you\'re the one that\'s going to get $G his:her; hands dirty, understand? Good.$B$BOkay, I\'ll need you to get me a few things before I can put my plan into effect. I got the perfect disguise that\'ll get Spybot past those guards.$B$BBring me some silk and a couple apples. The silk\'s up to you, but Clara\'s little farm right outside the city has the perfect sized apples.','Bring 3 Silk Cloth and 2 of Clara\'s Fresh Apples to Tyrion in Stormwind.','These will do nicely, $N. Great job.$b$bI have the rest of the gear I\'ll need in my pack... thank the Light I just got a tailor friend of mine to make me a silk bag. I was running out of room carrying all my gear around.$b$bBefore Spybot heads in, let\'s get the details set so you know what you have to do.','I\'ve been watching Lescovar for a couple weeks now. Trias has never trusted him, but we didn\'t suspect he was involved in anything to do with the Defias Brotherhood. We were following leads that tied him to the Twilight\'s Hammer. Either way, he\'s become more dangerous than this city can deal with, and that\'s where we come in.$b$bGet me those items and we can put my plan into effect.','','','','','',4306,8683,0,0,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,0,0,0,72,0,0,0,0,25,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2747,2,440,0,42,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'An Extraordinary Egg','','','Well now, you have one--amazing!$B$BI hope you always remember the good you have done today.','I have seen very few eggs retrieved from Feralas in extraordinary condition. These are eggs of the rarest sort...','','','','','',8643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9541,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2748,2,440,0,42,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'A Fine Egg','','','Very good, $N. I will be sending this egg to Darnassus where I hope it will soon hatch!$B$BPlease accept this as a symbol of my gratitude.','A fine egg is one that will, in ideal conditions, hatch free of the evil effects of the Gordunni ogres\' incantations.','','','','','',8644,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9540,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2749,2,440,0,42,60,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'An Ordinary Egg','','','So, you have found an ordinary egg, $N? Please give it to me... And we can only hope for the best.$B$BI don\'t have much, but please accept this reward. If you ever find yourself in Feralas again, know that I am always here to take the eggs you find there.','Ordinary hippogryph eggs hatch about half the time. We do our best to nurture them and with a little luck, they will hatch.','','','','','',8645,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9539,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2750,2,440,0,42,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2741,0,0,0,0,0,0,'A Bad Egg','$N. they are pretty much in the hills... They are called the Hipporyph eggs and those are the ones to collect, however you can only hold one at a time. $N take them back to the egg lady in Tanaris, and put it in the egg-o-matic. That will give you 1/4 of the eggs. Hand them in.','Get these eggs in Feralas. south of the Ruins of Isildien.','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! ','','','','','','',8646,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2751,2,-121,164,32,32,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,2752,0,2752,0,0,0,'Barbaric Battlements','Twenty generations of Omosh have held this hammer, $N. A hundred thousand tons of metal we have molded. Tragically, it all ends at Orokk, failure of the Omosh: Without kin and incapable of producing offspring.$B$BI cannot let the secret recipes of Omosh die with me! Someone must continue the legacy, Omosh or not!$B$BProve to Orokk you are capable, $N. Bring for Orokk the following: Two patterned bronze bracers, two bronze greatswords, and two sharp claws. Bring them for Orokk and we shall continue.','Bring two Patterned Bronze Bracers, two Bronze Greatswords, and two Sharp Claws to Orokk Omosh in Orgrimmar.$B','The bloodline will fade but perhaps the legend of Omosh will continue!$B$BYou have proven that you are a blacksmith, $N. For the blacksmith the reward is the satisfaction of seeing their weapons and armors coated in the blood of their enemies!$B$BMay the breastplates you create for the generations ahead be drenched in the blood of your enemies! ','Bronze, $N! More bronze!! ','','','','','',2868,7957,5635,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7979,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2752,2,-121,164,32,32,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2751,2753,0,2753,0,0,0,'On Iron Pauldrons','Orokk sees the eagerness in your eyes, $N. Like a sponge you soak in the wisdom of the Omosh.$B$BThree lessons I shall teach!$B$BReturn to the anvil, soak in the heat of the forge, create for Orokk four bronze battleaxes and four bronze warhammers. Only then will you learn of the iron pauldron.','Bring four Bronze Battleaxes and four Bronze Warhammers to Orokk Omosh in Orgrimmar.','You do Orokk proud, $N. Read, learn of iron shoulders! ','Show me your dedication, $R. ',NULL,NULL,NULL,NULL,NULL,7958,7956,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7978,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2753,2,-121,164,32,36,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2752,2754,0,2754,0,0,0,'Trampled Under Foot','Only two more lessons Orokk will teach, $N. Your muscles ache, I know, but continue on for the Omosh!$B$BBring to Orokk four green iron helms, four green iron bracers, and two green iron leggings - for this you learn and your enemies suffer!','Bring four Green Iron Helms, four Green Iron Bracers, and two Green Iron Leggings to Orokk Omosh in Orgrimmar.','You remind Orokk of his grandfather, Chief Gorokk of Omosh! Read, learn of the iron boot. ','Their skulls will crack under the pressure of your boots! ',NULL,NULL,NULL,NULL,NULL,3836,3835,3842,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,0,0,0,0,0,0,7981,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2754,2,-121,164,32,36,0,0,1,0,0,0,0,0,0,0,0,0,0,0,2753,2755,0,2755,0,0,0,'Horns of Frenzy','The final lesson Orokk teaches you, $N. To the sacred anvil and forge you return! Bring for Orokk two solid iron mauls, two silvered bronze boots, and two silvered bronze gauntlets.$B$BSee the fear in their eyes as you approach!','Bring two Solid Iron Mauls, two Silvered Bronze Boots, and two Silvered Bronze Gauntlets to Orokk Omosh in Orgrimmar.','Astounding! You have learned the way of the Omosh, $N! ','Show the iron who is in charge, $N! ',NULL,NULL,NULL,NULL,NULL,3851,3482,3483,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7980,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2755,2,-121,164,32,36,0,0,1,0,0,0,0,0,0,0,0,2,2,0,2754,0,0,0,0,0,0,'Joys of Omosh','Orokk is not crying, $N. Soot is in eye.$B$B$B$BThere is one last Omosh family secret Orokk will teach you. Orokk will die happy, thanks to $N.$B$BLearn Omosh dance of joy and then you learn fist of iron!','Watch and learn the Omosh Dance of Joy.','$B$BIt has been a very long time since Orokk has done the Omosh dance of joy. Learn now, $N! ','',NULL,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,7982,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2755,0),(2756,2,-121,164,40,40,0,690,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Old Ways','In the time of legends, Aturk would crush the skulls of his enemies and grind the bone into a fine powder for use in filament. Long gone are those days, $R. The Warchief calls for peace among the clans. Old enemies are now only watched with weary eyes!$B$BUnbelievable, I know, but such is the will of Thrall.$B$BEnough lamenting! You are here to learn, and learn you will! Bring me four steel breastplates and four steel helms and you will gain a taste of war!','Bring four Steel Breastplates and four Steel Plate Helms to Aturk the Anvil in Orgrimmar.','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!',NULL,NULL,NULL,NULL,NULL,7963,7922,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,100,0,0,0,0,0,0,2640,0,11132,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2757,2,-121,164,40,40,0,690,210,0,0,0,0,0,0,0,0,0,0,0,2756,0,0,2760,8663,1,0,'Booty Bay or Bust!','Listen. kid, you\'re not gonna learn anything hanging around here.$B$BI know a guy who knows a guy. He hangs around the smithy in Booty Bay. If you show him this insignia, he\'ll tell you all about mithril.$B$BSo whadd\'ya say? Leave this kid stuff to the babies in diapers, $N -- it\'s time to move on.$B$BIf you\'re interested, his name\'s McGavan. Show him this trinket and he\'ll recognize your commitment.','Speak with McGavan in Booty Bay.','By Blackhoof\'s back hair -- finally. one worthy of the Mithril Order!$b$b','A rare breed your kind be. matey. Let me see that insignia.','','','','','',8663,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2758,2,-121,164,40,40,0,1101,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2759,0,0,0,'The Origins of Smithing','When I was about your age. a dwarf by the name of Galvan took me under his wing and trained me in the ways of the armorsmith. Before he left for Booty Bay, he made me promise to train all those with the desire and determination to advance in the craft of blacksmithing -- so here I am -- all these years later.$B$BSo, now it\'s time for you to learn a little something. Make me six golden scale bracers and you will learn where smithing comes from, $N.','Bring six Golden Scale Bracers to Hank the Hammer in Stormwind.','Very good, $N! Listen and learn.$B$BBlacksmithing never comes from here! $B$BBlacksmithing never comes from here! $B$BBlacksmithing only comes from here! $B$BAnd now you know the origin of blacksmithing. ','Could you be the next Galvan protege? ','','','','','',6040,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9367,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2759,2,-121,164,40,40,0,1101,210,0,0,0,0,0,0,0,0,0,0,0,2758,0,0,2760,8663,1,0,'In Search of Galvan','Although Galvan left Booty Bay many years ago. members of the order still remain in town, hoping to one day find another worthy of Galvan\'s tutelage.$B$BTake this insignia and present it to McGavan in Booty Bay.$B$BIf you actually make it that far, he\'ll know that you are worthy. I have faith, $N!','Speak with McGavan in Booty Bay.','By Blackhoof\'s back hair -- finally, one worthy of the Mithril Order! ','A rare breed your kind be, matey. Let me see that insignia. ','','','','','',8663,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2760,2,-121,164,40,40,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8686,1,0,'The Mithril Order','Most of our recruits never make it to Booty Bay. $N. The shine of the insignia is enough to trigger the loot lust in even the staunchest of blacksmiths. Fools they be, as the insignia is a drop in the bucket compared to the wealth of items you\'ll see!$B$BFind Galvan the Ancient and show him this pin. His residence is far to the north, between Zul Gurub and the Mosh\'Ogg ogre mound.\r\n','Speak with Galvan the Ancient in Stranglethorn Vale.\r\n','Ah. many years it has been since one has been worthy of the mithril order\'s initiation. We will start now!','Hail! Come closer; show Galvan what you have.','','','','','',8686,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2761,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,0,0,0,2760,2765,0,0,0,0,0,'Smelt On. Smelt Off','Many blacksmiths believe that mining and smithing are separate. independent jobs; but can there be blacksmithing without mining? Ah ha -- it is an impossibility! The accomplished blacksmith must also be an accomplished miner.$B$BShow Galvan that you are capable, $N. Bring me forty bars of iron and forty bars of mithril. For this, Galvan will teach you the ways of the ornate mithril pants!','Bring forty Mithril Bars and forty Iron Bars to Galvan the Ancient in Stranglethorn.','Your work ethic is impeccable. $N! You are starting to understand the ways of Galvan mineralogy! Take this and learn from it all that you can.','After such mining. your muscles bulge and your body aches!','','','','','',3575,3860,0,0,40,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7983,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2762,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,0,0,0,2760,2765,0,0,0,0,0,'The Great Silver Deceiver','It is said that truesilver is stronger and more durable than mithril. Galvan does not disagree with this assessment of the minerals, but contrary to its name, truesilver is not true! Mithril is a far nobler mineral! HAH! Regardless, for this lesson you will need to find the great silver deceiver, $N.$B$BBring me forty bars of mithril and five bars of truesilver. In exchange, you will be taught the secret of ornate mithril gloves and more importantly, learn that truesilver is a liar!','Bring forty Mithril Bars and five Truesilver Bars to Galvan the Ancient in Stranglethorn.','She\'s a cruel mistress, is she not, $N? I\'m speaking of truesilver, naturally. Aye, Galvan spent over a decade in the mountains of Alterac learning this lesson. Take this and learn from it all that you can!','After such mining, your muscles bulge and your body aches!','','','','','',3860,6037,0,0,40,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7984,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2763,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,0,0,0,2760,2765,0,0,0,0,0,'The Art of the Imbue','The harvesting of precious gems is of utmost importance to our craft, $N. Few gems are more precious than the citrine. The magical properties we imbue into our goods are amplified greatly by the presence of citrine.$B$BFor this lesson, we will fortify forty bars of mithril with four citrines. The result will be a better understanding of magical gemology and the knowledge to create ornate mithril shoulders.','Bring forty Mithril Bars and four Citrines to Galvan the Ancient in Stranglethorn.','One can barely keep their eyes from leaving its splendor, $N. Aye, citrine is a glorious gem.$B$BPay attention and learn what such a discovery may teach us! ','After such mining, your muscles bulge and your body aches!','','','','','',3860,3864,0,0,40,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7985,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2764,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,8,0,0,2760,0,0,0,0,0,0,'Galvan\'s Finest Pupil','If you are ready to conclude your training with Galvan, you should journey to Gadgetzan.$B$BThere, you will find my finest pupil: Trenton Lighthammer. He has much to teach you in the ways of ornate mithril. Otherwise, remain here and learn!$B$BOh, Gadgetzan is in Tanaris, of course!','Speak with Trenton Lighthammer in Gadgetzan.','Galvan the Ancient sent you??$B$B$B$BIt is a great honor to meet another of the master\'s pupils! ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2765,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,'Expert Blacksmith!','When you first came to me, I knew that you would turn out to be one of my finest pupils! It was without hesitancy that you gave up a trinket of some power to McGavan. You did this only so that you could meet me. Such blind faith and devotion to the craft should be rewarded.$B$BYou have attained expertise over blacksmithing, $N. Reap the rewards!','Claim your reward from Galvan the Ancient!','It is only fitting that you receive a trinket of far greater power than the one you sacrificed to get here. Use it in good health, $N. ','',NULL,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,8703,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,2765,0),(2766,2,357,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2767,8705,1,0,'Find OOX-22/FE!','You have uncovered some sort of strange. egg-shaped device made from metal. Fiddling with one of its knobs springs the egg to life, as it opens up into some sort of gnomish robotic contraption! A voice from inside the robotic egg crackles to life.$B$B\"My name\'s Oglethorpe Obnoticus, and my homing robot has crashed! I will reward you for its recovery; please take this beacon to the robot!\"$B$B\"I now have computed the coordinates of the robot for you; it is in a cave near Feral Scar Vale!\"','Take the distress beacon to Oglethorpe\'s homing robot in a cave near Feral Scar Vale.','You place the egg... distress beacon... inside the chicken... homing robot.$b$bHums and whirs are heard from inside the robot as it struggles to stand up. After the robot comes to life. Oglethorpe\'s voice is heard once more, but now from inside the robot:$b$b\"OOX-22/FE is working at least, but it needs major repairs! It is much too heavy for you to carry it... but I think I have an idea. Are you up for watching over it some more?\"','You appear to have uncovered the wreckage of... a robotic chicken? The voice from within the egg crackles to life again:$b$b\"Yes. excellent work! This is indeed my homing robot, though my sensors indicate that it needs a jump start before it can fly back to Booty Bay for repairs. Go ahead and place the beacon inside the rover - the beacon will take care of the rest!\"','','','','','',8705,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-375,250,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2767,2,357,0,40,45,0,0,0,0,0,0,0,0,0,0,0,2,0,0,2766,3721,-648,0,0,0,0,'Rescue OOX-22/FE!','The gnome\'s voice crackles once again from the robot:$B$B\"I need to move OOX-22/FE to an open, safe place so it can begin a lengthy take-off procedure. It has built-in cloaking, but I need time on my end to make it operational again. Escort the robot from its current location to, let\'s say, the dock along the Forgotten Coast! That should be a perfect place, and long enough, to get things online!\"$B$B\"Escort it safely to the dock, and then come talk to me in Booty Bay! Oglethorpe Obnoticus - out!\"','Escort OOX-22/FE to the dock along the Forgotten Coast, then report to Oglethorpe Obnoticus in Booty Bay.','Oh, YOU\'RE the great savior of OOX-22/FE! I cannot even begin to express my thanks for your assistance! My homing robot series needs more development, but your recovery has saved me countless hours of extra rebuilding time, as well as many gold pieces in manufacture costs!$b$bPlease, take your choice of any of these items I have. Thank you again for your generous assistance $N, my robots and I are in your debt!','Yes, I\'m Oglethorpe Obnoticus, master inventor at your service! Now, is there something I could assist you with?','Escort OOX-22/FE to the dock along the Forgotten Coast','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9647,9648,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,0,4200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2768,2,978,0,40,47,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Divino-matic Rod','Sergeant Bly stole from me! He said he\'d only borrow it. but he stole my cherished divino-matic rod!! Without that rod how will I know where to dig new water holes??$B$BFind Bly and bring me my rod! I heard he led his band of ill-reputed adventurers to go treasure hunting in Zul\'Farrak to the west. I bet you\'ll find him there.$B$BLet\'s hope the trolls took care of him, because if you have to fight him for the rod then you\'re in for a serious fight.','Bring the Divino-matic Rod to Chief Engineer Bilgewhizzle in Gadgetzan.','You found it! Well done. $N! Did you have to fight Bly for it? I hope you knocked him and his band down good and hard!','Did you find Sergeant Bly? Did you get my divino-matic rod?','','','','','',8548,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9533,9534,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,500,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2769,2,400,0,40,46,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2770,0,0,0,'The Brassbolts Brothers','Have you met the Brassbolts brothers? They\'re over in the Shimmering Flats, in Kalimdor, racing their rocket car against the goblins. They usually win which is no surprise--the goblin car blows up so much it barely ever crosses the finish line!$B$BBut even then, the Brassbolts brothers are always looking for new ways to make their car go faster, and Wizzle told me he needs a very rare component for his next experiment.$B$BHe probably needs help getting that part. Speak to him and find out.','Speak with Wizzle Brassbolts in the Shimmering Flats.','Ah, you want to help me? Great!$B$BThere\'s a part I want for an experiment I\'m working on, and I need a brave $C like you to help me get it! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2770,2,400,0,40,50,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gahz\'rilla','Deep in Zul\'Farrak. the sand troll city in Tanaris, there is a sacred pool. From that pool the trolls summon a huge beast! Gahz\'rilla! He\'s so fierce that even his scales crackle with energy. It\'s that energy I want to harness for my car!$B$BBring me the electrified scale of Gahz\'rilla!$B$BBut the summoning of Gahz\'rilla is a well-kept secret of the trolls. To face him, you must first wrest the secret from them.','Bring Gahz\'rilla\'s Electrified Scale to Wizzle Brassbolts in the Shimmering Flats.','Wow, you got the scale! Thanks, $N. I can\'t wait to get to work on this thing!$B$BSo you saw Gahz\'rilla? Was he as big as they say??','Do you have the scale? I can\'t wait to try different ways to harness its energy!','','','','','',8707,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0),(2771,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,0,0,0,2764,0,0,0,0,0,0,'A Good Head On Your Shoulders','It seems as if master had this planned from the start. I was not taught to create the items which you learned to create and you were not taught the items which I learned to create.$B$BThe master is wise. $N. We shall teach each other!$B$BShow me how to make a mithril coif and ornate mithril shoulders and I shall show you how to create an ornate mithril helm.','Bring two Mithril Coifs and one Ornate Mithril Shoulder to Trenton Lighthammer.','Excellent! A fair tradeoff. if I do say so myself. Watch and learn, $N!','Have you completed the crafting of the items. $N?','','','','','',7931,7928,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,11203,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2772,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The World At Your Feet','At last year\'s All-Valley Blacksmithing Championship, all those who watched saw my leg get swept from under me by a cowardly dog from the Venture Co. Foundry. What they didn\'t know, however, was the reason I was able to continue and ultimately win the tournament: That\'s right, ornate mithril boots!$B$BI will need to learn how to craft ornate mithril pants for this year\'s tournament, however, as a Venture Co. shredder is an entrant! Teach me the way of the pants and learn the way of the boot!','Bring two Heavy Mithril Boots and one Ornate Mithril Pants to Trenton Lighthammer.','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? ',NULL,NULL,NULL,NULL,NULL,7933,7926,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,11204,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2773,2,-121,164,40,45,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mithril Kid','Around these parts I am known as the Mithril Kid. I supply ornate mithril to adventurers from around the world.$B$B$B$BLittle do they know that I do not know the technique to fashion ornate mithril gloves. Shhhh! This will be our little secret.$B$BTeach me the technique to create ornate mithril gloves, $N, and in exchange, I will show you the resultant of the culmination of my training under Galvan: the ornate mithril breastplate.','Bring two Heavy Mithril Breastplates and one Ornate Mithril Gloves to Trenton Lighthammer.','Thank you for all that you have taught me, $N. The master and commander of the ornate mithril set will soon be in your possession.$B$BBehold!','Have you completed the crafting of the items, $N?',NULL,NULL,NULL,NULL,NULL,7930,7927,0,0,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,11205,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2781,2,440,0,39,46,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Caliph Scorpidsting','WANTED: Caliph Scorpidsting!$B$BThe Gadgetzan Water Company of Gadgetzan. Tanaris will pay a high bounty for the head of Caliph Scorpidsting, leader of the Wastewander outlaws. His crimes include:$B$B1. Murdering Gadgetzan Water Co. employees!$B2.Stealing Gadgetzan Water Co. resources!$B3.Seizing Gadgetzan Water Co. property!$B$BBring proof of Caliph Scorpidsting\'s demise to Chief Engineer Bilgewhizzle for an immediate reward!','Bring the head of Caliph Scorpidsting to Chief Engineer Bilgewhizzle in Gadgetzan.','Finally - justice is served! You have struck a mighty blow against those vile nomads! With Scorpidsting\'s demise. this might be just the thing to finally push those squatters off of Gadgetzan\'s water wells!$b$bBy the authority of the Gadgetzan Water Company, I gladly award you with this bounty. You\'ve done a great service for us all.','Yes $C. I am an official of the Gadgetzan Water Company. What can I assist you with?','','','','','',8723,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,350,0,0,0,0,0,13000,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2782,2,47,0,45,47,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2742,0,0,0,8724,1,0,'Rin\'ji\'s Secret','The tablet is covered with Witherbark troll markings. Rin\'ji\'s secret truly is a mystery... $B$BIt\'s possible that you might have something quite valuable on your hands here. On the other hand. quite the opposite is also possible. A Witherbark troll in distress would probably do anything to find his way out of trouble...','Oran Snakewrithe. a well known scholar on matters concerning the Witherbark trolls, may be able to decipher the tablet. She is known to reside within the Magic Quarter of the Undercity.','This tablet... Quite unusual... Where did you find this. $N?','Well. now, what is this?','','','','','',8724,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2783,2,4,0,50,57,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,2801,0,2801,0,0,0,'Petty Squabbles','We fight the wrong enemy. $N.$B$B The true power in these lands continues to grow in strength and number while we squabble over scorched earth with orcs.$B$B Do 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$B Put your differences aside, $N, speak with the fallen hero of the horde. He knows the truth behind the blasted lands.','Speak with the Fallen Hero of the Horde at the border of the Blasted Lands and the swamp.','The Alliance wishes to assist?$B$BI thought to never see this day again. A day in which the Alliance fights side by side with the Horde against a common enemy.$B$BIt shall be... we will unite.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2784,2,4,0,45,50,0,690,0,0,0,0,0,0,0,0,0,10,0,0,0,2621,0,2621,0,0,0,'Fall From Grace','Hear my story. $R.','Listen to the Fallen Hero of the Horde tell his story.','As a spirit. I am powerless. $N. Assist me. Allow me to regain my honor.','Listen to what I have to say.','The Tale of Sorrow','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2801,2,4,0,45,57,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,2681,0,2681,0,0,0,'A Tale of Sorrow','Before we may continue. you must hear my story.','Listen to the Fallen Hero of the Horde tell his story.','The time to act is now. $N.','Listen to what I have to say. $N.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2821,2,357,0,40,46,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,7733,0,0,0,0,0,'The Mark of Quality','My philosophy on leatherworking is that the work must be the best quality possible - no compromises. Anyone who says that quality doesn\'t matter is trying to sell you ocean-front property in Dun Morogh!$B$BIn my latest pursuit of high-quality materials. I have run across thick yeti hides. The Yeti are native to Feralas, with many found in Feral Scar Vale. I want some, and I\'ll give you a choice of one of my leather goods for a stack of ten. If that sounds fair to you, then we\'re in business.','Bring 10 Thick Yeti Hides to Pratt McGrubben in Feathermoon Stronghold.','Did you stop and examine the texture of these hides? Properly treated, these hides could very well be stronger than iron. Not many people know about these hides, and that in combination with the vast treating solutions I know will allow me to potentially make items with a true mark of quality... thanks to you, of course!$B$BAnd now, please choose from what I am able to offer you for your service! ','A stack of ten thick yeti hides will net you a choice of one of my crafted items. Because I care about quality, I am able to ensure you\'ll get a good item!$B$BIf you can\'t seem to find yetis, I know where some might be. Try looking just inland of the Forgotten Coast, around Feral Scar Vale. ','','','','','',8973,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9630,9631,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2822,2,357,0,40,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Mark of Quality','I take pride in my leather work. and I feel it shows; quality should never be compromised. Anyone who says that quality doesn\'t matter would also have you believe that the earth does not keep secrets!$B$BIn my latest pursuit of high-quality materials, I have discovered thick yeti hides. Yetis are native to Feralas, often found west of here in Feral Scar Vale. I\'ll give you a choice of one of my leather goods for a stack of ten. If that is agreeable to you, then we are set!','Bring 10 Thick Yeti Hides to Jangdor Swiftstrider in Camp Mojache.','Ah. excellent! These hides, when given a special treatment, are as resilient as iron I tell you! It will take many tries in order to get the right mix down for the tanning, but I am confident they will bring my mark of quality to the next level.$b$bAs for you, $N... your assistance has proven invaluable to me. Please take your choice from these items I have crafted.','Were you able to get a stack of ten thick yeti hides? My leather goods are second to none. and I\'ll share a sampling with you should you have the hides.$b$bIf you can\'t seem to find yetis, I know where some might be. Try looking west of here, just inland of the Forgotten Coast around the Feral Scar Vale.','','','','','',8973,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9633,9632,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2841,2,14,0,25,35,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rig Wars','Gnome technology - two years ago its most common use was as a punch line. Times certainly have changed. Now they\'ve got a new rig built that\'s better than all our shredder models combined. I need the blueprints. $N!$B$BUnfortunately, the plans are locked away in a safe near Mekgineer Thermaplugg. To make matters worse, the combination to the safe is only known by Mekgineer Thermaplugg.$B$BDo whatever you have to do to get that combination, $N. Then crack open that safe and bring back those blueprints!$B','Retrieve the Rig Blueprints and Thermaplugg\'s Safe Combination from Gnomeregan and bring them to Nogg in Orgrimmar.$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','','','','','',9153,9299,0,0,1,1,0,0,0,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,0,0,0,0,0,0,0,0,76,0,0,0,0,100,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2842,2,133,0,25,35,81,690,0,0,0,0,0,0,0,0,0,8,0,0,-2841,0,0,2843,0,0,0,'Chief Engineer Scooty','As soon as we got word from Kernobee about the new gnomish rig, Scooty and I began work on the Transpolyporter 6000: The fastest and most reliable way to Gnomeregan.$B$BIt\'s finally ready for passengers to board, $N. If you want to give it a try, go to Booty Bay and talk with Scooty at the wind rider roost. To get to Booty Bay, take the boat from Ratchet.$B$BOf course, you could always try and make the run to Gnomeregan through the dwarf infested mountains of Dun Morogh!','Speak with Scooty in Booty Bay.','She\'s a beauty, isn\'t she? Pinnacle of goblin transport technology -- only exploded a dozen or so times.$b$bDon\'t worry, $N, I\'ve got her all fixed up. She won\'t blow up on you - and if she does, it\'ll be quick and painless.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2843,2,33,0,20,35,81,690,0,0,0,0,0,0,0,0,0,0,2,0,2842,0,0,0,0,0,0,'Gnomer-gooooone!','As long as you have the transponder in your possession, all you need to do is step on the pad and you\'ll be teleported to Gnomeregan.$B$BYou may experience some unusual side effects, but none of those should be permanent... anymore.$B$BI almost forgot the most important part - getting back. When you\'re ready to come back, just step on the transpolyporter pad in Gnomeregan!$B$BNow to calibrate the transponder to your size and weight.','Wait for Scooty to calibrate the Goblin Transponder.','All done! When you\'re ready, just step on the pad. ','',NULL,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,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,1,0,0,0,0,2843,0),(2844,2,357,0,44,49,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2845,0,0,0,'The Giant Guardian','I am no good, $N. I was \'spose to be watchin\' over my little friend, Shay, and somehow, she got away from me. I\'m not all that sure what happened, really, but last time I saw her, we was walkin\' through the ruins just north of here.$B$BEverythin\' was goin\' fine, but then I turned around, and... she was gone.$B$BNow I jus can\'t quite figure out what I should do here. Got any ideas, $N? I\'m awful worried.$B$BHey, how \'bout you go look fer Shay? Yer legs can travel much faster \'n mine.','Locate the lost night elf girl.','Oh, I am so glad you found me! I must admit, I am a bit lost... But isn\'t this a beautiful place? ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2845,2,357,0,44,49,0,1101,0,0,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,'Wandering Shay','Do you think you could help me find my way back to my friend. Rockbiter? He was supposed to be watching me... But I do have a tendency to wander off now and then. There are just so many things to see, and I get so distracted.$B$BThere is one thing that will always work to get my attention, though.$B$BInside this chest, you\'ll find a bell that is very precious to me. I just love the sound of it. You have my word, if I wander off, all you have to do is ring it and I\'ll come running back.','Pick up Shay\'s Bell from the chest.$B$BEscort Shay Leafrunner to Rockbiter\'s camp.','What? You say dis bell will work when Shay runs off? Well, how \'bout that!$B$BSince you did so much fer me, here ya go, $N. ','I was gettin\' worried \'bout ya! Thank you so much for bringin\' Shay home, $N. ','Take Shay Leafrunner to Rockbiter\'s camp','','','','',9189,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9656,9657,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2846,2,15,0,40,46,81,0,0,0,0,0,0,0,0,0,0,0,0,0,2861,0,0,0,0,0,0,'Tiara of the Deep','Long ago I possessed a beautiful piece of jewelry. the Tiara of the Deep. And not only was it pretty--it held great power for those with the knowledge to use it.$B$BSo when word of the tiara reached the Hydromancer Velratha, she had to have it. She sent agents to my home and they stole it while I was away. The thieves!$B$BI want my tiara back! Go to Zul\'Farrak, the troll city in Tanaris, find Velratha and wrench the tiara from her. Return it to me and you\'ll earn my favor.','Bring the Tiara of the Deep to Tabetha in Dustwallow Marsh.','Wonderful! You found it! And what\'s just as important--Velratha no longer has it! Thank you. $N. I am forever in your debt!$b$bAnd if I sounded a little... mean before, pay it no mind. You\'ll find me a much nicer person to those who haven\'t stolen from me.','Do you have the tiara. $N? Has Velratha learned the price of crossing me?','','','','','',9234,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9527,9531,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,6500,5250,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2847,2,-182,165,30,45,0,1101,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Leather Armor','$n, you\'re becoming quite skilled as a leatherworker! I know some patterns you might be interested in... Wild Leather armor! Wild Leather taps into the potent and chaotic properties of wildvines, found in areas of lush vegetation and on some of the creatures there. The armor made using it is second to none for people of your skill, guaranteed.$B$BI\'ll teach this to you, but you\'ll be working for me for a while. The first cost is simply ten pieces of thick leather. After this, we\'ll talk specifics.','Bring 10 Thick Leather to Pratt McGrubben in Feathermoon Stronghold.','Well $N. I\'m glad to have you on board. You\'ve made a smart decision as a leatherworker; those who wear leather armor will be clamoring to you once you learn how to make any of the Wild Leather armor pieces.$B$BLet\'s get to work - where do you want to start?','Like I said. you\'ll be working for me while you learn about Wild Leather armor. Because wildvines are both potent and chaotic, it yields a random but strong benefit to the already strong armor you will be making. This knowledge, however, was not easy for me to come by.$B$BThe initial cost to begin this process is ten pieces of thick leather.$B$BOnce that is done, we\'ll get to the work you need to do in order to obtain the patterns.','','','','','',4304,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2848,2,-182,165,30,45,0,1101,225,0,0,0,0,0,0,0,0,0,0,0,2847,2853,-2848,0,0,0,0,'Wild Leather Shoulders','Wild Leather shoulders support the wearer\'s frame extremely well, offering top notch protection of the upper arms and the shoulders themselves. As with all Wild Leather armor, a potent but random benefit is applied to the item as the wildvine is stitched in.$B$BFor this pattern, I will require six thick armor kits and a wildvine. That shouldn\'t be too tall of an order for you to fill.','Bring 6 Thick Armor Kits and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','These armor kits are of solid quality, $N. If there is one thing I demand in not only my work, but the work of those in my employ, it is quality.$B$BYou\'ve done well to earn this pattern; I hope it brings you the rewards it has brought me. $B$BGains','Do you have the six thick armor kits and the wildvine I require?$B$BDon\'t think of making armor kits as monotonous work; the steady fashioning method you develop as you ply your trade on these kits helps develop your skills for the intricate work needed to make Wild Leather armor.$B$BSee - there\'s a real reason behind what you\'re making for me...',NULL,NULL,NULL,NULL,NULL,8173,8153,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2849,2,-182,165,30,45,0,1101,225,0,0,0,0,0,0,0,0,0,0,0,2847,2853,-2848,0,0,0,0,'Wild Leather Vest','Wild Leather vests are the staple of any Wild Leather armor set. The frame of the vest blends with the wildvine to produce a product that offers maximum protection of the torso while allowing for the potent magic to work its way through the garment.$B$BFor this pattern, I will require two Turtle Scale breastplates, two sets of Turtle Scale gloves, and a wildvine. It\'s a tall order, but one you should have little difficulty in filling for me.','Bring 2 Turtle Scale Breastplates, 2 Turtle Scale Gloves, and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','These are some very nice pieces here, $N. The craftsmanship and care put in to making these alone would fetch several silver more than the average piece made.$B$BYou\'ve filled my order, and with that comes your reward. The knowledge of making Wild Leather vests is now yours!','Do you have the two Turtle Scale breastplates and gloves I ordered? Also, don\'t forget the wildvine!$B$BEven with the earliest patterns, we learn that the fundamentals of shape translate well into more difficult garments. Though different items, the shape of the Turtle Scale breastplates prepares you for the detailing needed to make a Wild Leather vest.$B$BAnd the gloves... well, they\'re just for my own benefit. Remember, you\'re working for me!',NULL,NULL,NULL,NULL,NULL,8189,8187,8153,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8404,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2850,2,-182,165,30,45,0,1101,225,0,0,0,0,0,0,0,0,0,0,0,2847,2853,-2848,0,0,0,0,'Wild Leather Helmet','A Wild Leather helmet offers the wearer superior protection to the vital areas of the head without a sacrifice in comfort. As with all Wild Leather armor, the integrated wildvine yields a powerful but random enhancement to the frame of the helm. Leather wearers will definitely want this piece!$B$BFor this pattern, I will need two Nightscape tunics, two Nightscape headbands, and a wildvine. Complete this order and the pattern will be yours!','Bring 2 Nightscape Tunics, 2 Nightscape Headbands, and a Wildvine to Pratt McGrubben in Feathermoon Stronghold.','This Nightscape equipment you have supplied fills the order perfectly, $N. I expect no less from a leatherworker of your caliber.$B$BYou have definitely earned this pattern. I give it to you freely, and hope you will profit from it accordingly.','I need those tunics and headbands made, and I also need that piece of wildvine before I will share with you the knowledge of Wild Leather helmets.$B$BHead gear is highly coveted amongst adventurers, whether it be a disarmingly simple headband or a full-covering helmet. The fundamentals of creating valued head gear remain constant, no matter what the cosmetic appearance of the gear is.',NULL,NULL,NULL,NULL,NULL,8175,8176,8153,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8405,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2851,2,-182,165,30,45,0,1101,225,0,0,0,0,0,0,0,0,0,0,0,2847,2853,-2848,0,0,0,0,'Wild Leather Boots','You\'ve learned quite a bit now, $n; still, there is more for you to learn. Next are Wild Leather boots, the cornerstone of any set.$B$BThese boots are crafted to cradle the foot in comfort while bracing it against the hazards of adventuring. The soft soles are a blessing to those seeking quiet movement in footwear.$B$BFor this pattern, I need an order of two Nightscape pants and two Nightscape boots filled. I also will require two wildvines... not just one. When you have all this, let me know.','Bring 2 Nightscape Pants, 2 Nightscape Boots, and 2 Wildvines to Pratt McGrubben in Feathermoon Stronghold.','Once again, you\'ve filled a complex order with the skill of a seasoned professional. You have earned this pattern, as well as my thanks.','The order on the pants, boots, and wildvines needs to be filled before you get the pattern, $N. Are you finished?$B$BFrom the earliest pair of boots we learn how to make, we start to understand that a quality boot needs to ride a razor\'s edge between comfort and function. With both, we are able to create items that allow the wearer to ignore fatigue that would cripple those wearing lower quality goods.',NULL,NULL,NULL,NULL,NULL,8193,8197,8153,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8406,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2852,2,-182,165,30,45,0,1101,225,0,0,0,0,0,0,0,0,0,0,0,2847,2853,-2848,0,0,0,0,'Wild Leather Leggings','With the basics down, you are ready to master more complex fare, $n. Wild Leather leggings are some of the sturdiest and powerful leather gear around. The waist, thighs, calves, and the vitals - all are given tremendous protection. Coupled with the enhancement that the wildvine provides, adventurers who own it will thank you each time they see you.$B$BFor this pattern, I need an order of two Turtle Scale helms, two Turtle Scale bracers, and two wildvines filled.','Bring 2 Turtle Scale Helms, 2 Turtle Scale Bracers, and 2 Wildvines to Pratt McGrubben in Feathermoon Stronghold.','Again, you\'ve filled an order without flaw. Perhaps some day I will come to YOU seeking knowledge, eh $N?$B$BHere is the pattern for the leggings, along with my thanks. Commit this lore to your knowledge, and let your finished products tap into your impressive skills!','Do you have the Turtle Scale bracers and helms ready? Don\'t forget the two wildvines I need!$B$BBy now, you\'re starting to realize the potential power that lies in Wild Leather armor. An armor that has no boundaries in application is nearly invaluable to a leatherworker. The limits are only in the quantities of resources to make the items - not the quality of the finished products!',NULL,NULL,NULL,NULL,NULL,8191,8198,8153,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8407,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2853,2,-182,165,30,45,0,1101,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9235,1,0,'Master of the Wild Leather','Well $n, you are the definition of diligence. There is one pattern left for Wild Leather armor; you\'ve mastered the others. I won\'t require you to toil needlessly for the pattern. You\'ve earned it outright, and then some... but I cannot give it to you myself. My teacher, the one who brought me into the craft, is the one who must reward you.$B$BTake this letter to Telonis; he teaches leatherworking in Darnassus. Show him the letter, and let him acknowledge you as an equal, as I do.','Give Pratt\'s Letter to Telonis. the master leatherworker of Darnassus.','Ah yes. Pratt sent you. Though he is a human, he reminds me of us night elves sometimes. His dedication and his talents with leather are impressive. For him to compliment you so in this letter, it is a sign of respect I acknowledge.$B$BI am aware that he has taught you the art of Wild Leather. Allow me to finish your training with this pattern. Make good use of it; few in the world know the secrets of Wild Leather cloaks.','Greetings. $R... from your countenance I can tell you are a leatherworker as am I. Have you come to draw from my skills, or perhaps you have other business with me?','','','','','',9235,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2854,2,-182,165,30,45,0,690,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Wild Leather Armor','$n, your skill as a leatherworker precedes you. I possess leatherworking lore you would be wise to acquire... Wild Leather armor! Wild Leather taps into the potent and chaotic properties of wildvines, found in areas of lush vegetation and on some of the creatures there. Armor made using it is second to none for a crafter of your skill, guaranteed.$B$BI\'ll teach you, but you\'ll be working for me for a while. The first cost is simply ten pieces of thick leather. After this, we\'ll talk specifics.','Bring 10 Thick Leather to Jangdor Swiftstrider in Camp Mojache.','Well $N. I\'m glad to have you on board as my apprentice. You\'ve made a wise decision as a leatherworker; those who make use of leather armor will be clamoring to you once you learn how to master the art of Wild Leather.$b$bLet\'s get to work - where do you want to start?','We must be clear; you shall be apprenticed to me while you learn the art of Wild Leather armor. Because wildvines are both potent and chaotic. it yields a random but strong benefit to the already strong armor you will be making. This knowledge, however, was not easy for me to acquire.$b$bThe initial cost to begin this process is ten pieces of thick leather.$b$bOnce that is done, we\'ll get to the work you need to do in order to obtain the patterns.','','','','','',4304,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2855,2,-182,165,30,45,0,690,225,0,0,0,0,0,0,0,0,0,0,0,2854,2860,-2855,0,0,0,0,'Wild Leather Shoulders','Wild Leather shoulders support a wearer\'s frame extremely well, offering superior protection of the upper arms as well as the shoulders. As with all Wild Leather armor, a random yet very potent enhancement is imbued within the item as the wildvine is stitched in.$B$BFor this pattern, I will require six thick armor kits and a wildvine. That shouldn\'t be too tall of an order for you to fill.','Bring 6 Thick Armor Kits and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','These armor kits are of solid quality, $N. If there is one thing I demand in not only my work, but in the work of those I give tutelage to, it is quality.$b$bYou\'ve done well to earn this pattern; I hope it brings you the rewards it has brought me.','Do you have the six thick armor kits and the wildvine I require?$b$bThink of making armor kits as a lesson in steady and reliable crafting; the consistent fashioning method you develop as you ply your trade on these kits helps develop your skills for the intricate work needed to make Wild Leather armors.$b$bEvery lesson has a purpose, $N. It is important to embrace each one accordingly.',NULL,NULL,NULL,NULL,NULL,8173,8153,0,0,6,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8403,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2856,2,-182,165,30,45,0,690,225,0,0,0,0,0,0,0,0,0,0,0,2854,2860,-2855,0,0,0,0,'Wild Leather Vest','Wild Leather vests are the staple of any Wild Leather armor set. The frame of the vest and the wildvine weave within it produces a product that offers maximum protection of the torso while allowing for potent magic to work its way through the garment.$B$BFor this pattern, I will require two Turtle Scale breastplates, two sets of Turtle Scale gloves, and a wildvine. This is not an easy lesson, but it is one you certainly have the skill to complete.','Bring 2 Turtle Scale Breastplates, 2 Turtle Scale Gloves, and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','These are some very nice pieces here, $N. The craftsmanship and care put in to making these show you have chosen to dedicate yourself fully to these tasks.$b$bYou\'ve met my requests, and with that comes your reward. The knowledge of making Wild Leather vests is now yours!','Do you have the two Turtle Scale breastplates and gloves? Also, don\'t forget the wildvine!$b$bEven with the earliest patterns, we learn that the fundamentals of shape translate well into more difficult garments. Though different items, the shape of the Turtle Scale breastplates prepares you for the detailing needed to make a Wild Leather vest.$b$bAs you progress through your lessons, the skills I teach will become as art.',NULL,NULL,NULL,NULL,NULL,8189,8187,8153,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8404,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2857,2,-182,165,30,45,0,690,225,0,0,0,0,0,0,0,0,0,0,0,2854,2860,-2855,0,0,0,0,'Wild Leather Helmet','A Wild Leather helmet offers the wearer superior protection to the vital areas of the head without a sacrifice in comfort. As with all Wild Leather armor, the integrated wildvine yields a powerful but random magic imbuement to the helm\'s frame. Leather wearers will definitely want this piece!$B$BFor this pattern, I will need two Nightscape tunics, 2 Nightscape headbands, and a wildvine. Complete this lesson and the pattern will be yours!','Bring 2 Nightscape Tunics, 2 Nightscape Headbands, and a Wildvine to Jangdor Swiftstrider in Camp Mojache.','This Nightscape equipment you have supplied perfectly meets the requirements I have given to you, $N. I expect no less from a leatherworker of your caliber.$b$bYou have earned the honor of crafting Wild Leather helmets. I give this pattern to you freely, and hope you will profit from it accordingly.','I need those tunics and headbands made, and I also need that piece of wildvine before I will share with you the knowledge of Wild Leather helmets.$b$bHead gear is highly coveted amongst adventurers, whether it be a disarmingly simple headband or a full-covering helmet. The fundamentals of creating valued head gear remain constant, no matter what the cosmetic appearance of the gear is.',NULL,NULL,NULL,NULL,NULL,8175,8176,8153,0,2,2,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8405,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2858,2,-182,165,30,45,0,690,225,0,0,0,0,0,0,0,0,0,0,0,2854,2860,-2855,0,0,0,0,'Wild Leather Boots','Your knowledge of Wild Leather armor grows, $n; still, there is more for you to learn.$B$BWild Leather boots are the cornerstone of any set. Such boots are crafted to cradle the foot in comfort while bracing it against the hazards of adventuring. The soft soles are a blessing to those seeking quiet movement in footwear.$B$BFor this pattern, I need two Nightscape pants and two Nightscape boots crafted. I also will require two wildvines... not just one. When you have these items, we will proceed.','Bring 2 Nightscape Pants, 2 Nightscape Boots, and 2 Wildvines to Jangdor Swiftstrider in Camp Mojache.','Once again, you have produced items with the skill of a seasoned professional. You have earned this pattern, as well as my congratulations.','The pants, boots, and wildvines need to be delivered to me before you learn the pattern, $N. Have you done as I asked?$b$bFrom the earliest pair of boots we learn how to make, we start to understand that a quality boot needs to ride a razor\'s edge between comfort and function. With both, we are able to create items that allow the wearer to ignore fatigue that would cripple those wearing lower quality goods.',NULL,NULL,NULL,NULL,NULL,8193,8197,8153,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8406,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2859,2,-182,165,30,45,0,690,225,0,0,0,0,0,0,0,0,0,0,0,2854,2860,-2855,0,0,0,0,'Wild Leather Leggings','You are ready to master more complex lessons, $n. Wild Leather leggings are some of the sturdiest and powerful leather gear around. The waist, thighs, calves, and the vitals - all are given tremendous protection. Coupled with the enhancement that the wildvine provides, adventurers who own it will thank you each time they see you.$B$BFor you to gain this pattern, I need two Turtle Scale helms, two Turtle Scale bracers, and two wildvines.','Bring 2 Turtle Scale Helms, 2 Turtle Scale Bracers, and 2 Wildvines to Jangdor Swiftstrider in Camp Mojache.','Again, you\'ve completed my task without flaw. Perhaps some day I will come to YOU seeking knowledge, eh $N?$b$bHere is the pattern for the leggings, along with my thanks. Commit this lore to your knowledge, and let your finished products tap into your impressive skills!','Do you have the Turtle Scale bracers and helms ready? Don\'t forget the two wildvines I require.$b$bBy now, you\'re starting to realize the potential power that lies in Wild Leather armor. An armor that has no boundaries in application is nearly invaluable to a leatherworker. The limits are only in the quantities of resources to make the items - not the quality of the finished products!',NULL,NULL,NULL,NULL,NULL,8191,8198,8153,0,2,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8407,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2860,2,-182,165,30,45,0,690,225,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9236,1,0,'Master of the Wild Leather','$n, you have learned all I am able to teach you. There is, however, one remaining pattern for Wild Leather armor. I will not require you to toil needlessly for this; you\'ve earned it outright, and then some. This pattern, however, is one that I cannot freely share with you.$B$BMy teacher, the one who brought me into the craft, is the one who must reward you. Take this note to Una; she teaches leatherworking in Thunder Bluff. Show her the letter, and let her acknowledge you as an equal, as I do.','Give Jangdor\'s Letter to Una. the master leatherworker of Thunder Bluff.','Ah yes. Jangdor sent you. I am pleased to see that one of my finest students now has a student of his own.$b$bHis dedication and his talents with leather are impressive. For him to compliment you so in this letter, it is a sign of respect I acknowledge.$b$bI am aware that he has taught you the art of Wild Leather. Allow me to finish your training with this pattern. Make good use of it; few in the world know the secrets of Wild Leather cloaks.','Greetings, $r... from your countenance I can tell you are a leatherworker as am I. Have you come to draw from my skills, or perhaps you have other business with me?','','','','','',9236,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8408,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2861,2,978,0,40,46,81,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2846,0,0,0,'Tabetha\'s Task','Rumor is that Tabetha. a mage colleague who lives deep in Dustwallow Marsh, has a bone to pick with a certain sand troll in Zul\'Farrak. If you speak with Tabetha she can tell you more.$B$BAnd bring some friends with you, $N. If Tabetha has you go to Zul\'Farrak then you\'re not going to want to go alone.$B$BYou will find Tabetha\'s cottage west of Theramore, and just north of the Stonemaul Ruin.','Speak with Tabetha in Dustwallow Marsh.','That\'s right. I do have a bone to pick with a troll. A few bones. All her bones!$b$bWant to help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2862,2,357,0,39,42,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2863,0,0,0,'War on the Woodpaw','The gnolls... they are more than a nuisance. They are a constant threat to the existence of this very camp! It is irrelevant whether they are indigenous to Feralas or not; if we do not strengthen our resolve against them. we will find ourselves driven out of the entire region.$B$BThe gnoll attacks against the camp have become more fevered as of late. We need your aid in thinning their numbers; bring to me ten of their manes, and I will reward you handsomely for your effort.$B$BGo!','Bring 10 Woodpaw Gnoll Manes to Hadoken Swiftstrider in Camp Mojache.','This is proof of a good start. $N. Your skills as a soldier are to be commended.$B$BYou are not the only one I ask that task of. Many before you have fought them, and in times past our efforts have kept them at bay. Recently though, their attempts to push northward into our area of influence have increased dramatically. Their attacks have also become more savage... almost as if they were desperate.$B$BI have a plan though, $N, that might settle things once and for all against them...','We drive them back. and yet they still attack! Someone or something must be driving them into a frenzy... oh, you have returned, eh $N? Do you have the manes I require for the bounty to be met?','','','','','',9237,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,4500,2160,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2863,2,357,0,40,43,0,690,0,0,0,0,0,0,0,0,3600,0,0,0,2862,0,0,2902,0,0,0,'Alpha Strike','The plan is for various leaders of the gnolls - Alphas as they call themselves - to be taken down within rapid succession. If we\'re able to execute this sort of swift and precise devastation against them. it would cause chaos in their ranks. Perhaps it would also drive a message through their thick flea-bitten heads that we can and will destroy them!$B$BI want you to be the messenger of my will; eliminate five of their Alphas within one hour for this to work $N, or we\'ll remain at this impasse!','Kill 5 Woodpaw Alphas and return to Hadoken Swiftstrider within one hour.','You\'ve done as I have asked. and for that I salute you. Take this small reward as compensation for your efforts, $N.$B$BWith their numbers thinned and their leaders slain, the gnolls will think twice about storming the camp. This doesn\'t conclude the issue at hand, however...$B$BThere must be some reason why the gnolls have been whipped into such a frenzied state. Before they have a chance to regroup though, I want to find out what is causing it.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5258,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,4500,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2864,2,978,0,40,45,81,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2865,0,0,0,'Tran\'rek','My cousin Tran\'rek is in a tight spot. He promised me a load of scarab shells weeks ago and he hasn\'t delivered. He\'s my cousin, so I\'d hate to have to send someone to Gadgetzan to break something on him.$B$BCan you speak to Tran\'rek for me? Let him know he needs to get that delivery together before I do something rash?$B$BGadgetzan is in northern Tanaris, in Kalimdor.','Speak with Tran\'rek in Gadgetzan.','Hello!$B$BOh, you spoke to my cousin Krazek? How is he? I hope Booty Bay is treating him well...$B$BScarab shells, you say? Well... let me tell you a story... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,25,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2865,2,978,0,40,45,81,0,0,0,0,0,0,0,0,0,0,0,0,0,2864,0,0,0,0,0,0,'Scarab Shells','The scarabs of Tanaris have very hard shells! Hard enough to use as a building material for lots of things. So many things!$B$BIn fact. those shells are so useful... the scarabs were hunted all to near extinction!$B$BI know where there are more scarabs, and if you promise to bring me their shells then I\'ll tell you where they are. Promise?$B$BOk, the scarabs have a colony in Zul\'Farrak. I guess the trolls don\'t hunt them for their shells.$B$BBut you can! Go to Zul\'Farrak and get me uncracked shells!','Bring 5 Uncracked Scarab Shells to Tran\'rek in Gadgetzan.','Oh, great! You got them!$B$BThanks, $N. You\'re a real lifesaver! ','Do you have the shells? My cousin in Booty Bay is waiting for a load of them, and he\'s getting impatient! ','','','','','',9238,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,6500,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2866,2,357,0,40,43,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,2867,0,0,0,0,0,'The Ruins of Solarsal ','To our south are the Ruins of Solarsal; this is an area that far pre-dates modern times. We explored the ruins initially and found nothing of note; as such, we left it in peace.$B$BVery recently, the Hatecrest naga have occupied these ruins in alarming numbers. At first, we considered it as the precursor for an attack. Though that threat is still possible, we believe there might be something else going on.$B$BGo there, explore the ruins, and look for anything that stands out to you. Good luck, $N.','Explore the Ruins of Solarsal and investigate the presence of the naga there.','Examining the gazebo reveals some interesting and unusual things in contrast to the surrounding ruins.$B$BFirst, the gazebo is clearly a more recent construction than the other objects in the ruins. Second, the gazebo has a small series of glyphs engraved into the sides of it; the glyphs repeat in their pattern, but it otherwise is unknown in origin and meaning. Third, the stone of the gazebo itself is warm to the touch.$B$BThis certainly quantifies as \"standing out\" in the search of the ruins! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2867,2,357,0,40,43,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2866,0,0,0,0,0,0,'Return to Feathermoon Stronghold','With the discovery of the strange gazebo in the heart of the Ruins of Solarsal, the time has come to return to Feathermoon Stronghold and report to General Shandris Feathermoon what has been discovered here.','Return to Shandris Feathermoon in the Feathermoon Stronghold and report your findings.','Welcome back, $N. Your report on this gazebo is most... disturbing. It would seem that even if the naga there were not planning on an attack, their continued presence bodes ill for our push into Feralas. At any rate, here is compensation for your investigation.$B$BIt would seem that Feathermoon Stronghold is in dire need of additional assistance concerning the Hatecrest naga. I\'d like to offer you the task, if you are so inclined. There is much to do. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,4500,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2869,2,357,0,40,43,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3130,0,0,2870,0,0,0,'Against the Hatecrest','The best course of action at this point is to assume that. regardless of what the naga are up to, they will eventually move to secure the island for their own. We need to take aggressive steps to counter that threat before it is too late.$B$BBring me ten Hatecrest Scales that are in good condition; it should be obvious to you how to acquire them. You\'ll cut your teeth on the naga for the first time, and we\'ll have a weakened naga presence on Sardor Isle - both are prospects that play to our advantage.','Bring 10 Hatecrest Naga Scales to Latronicus Moonspear in Feathermoon Stronghold.','Yes, yes, these scales are more than satisfactory. Actually, I think I will send these down to Pratt for him to take a look at. Maybe he can craft something useful out of them.$B$BAs for you, I have another mission I want to send you on. But first, here is your bounty for the scales. Your continued service to the General and Feathermoon Stronghold at large is a blessing in the face of adversity. ','$N, if you\'re here to verify the task given to you, then excellent - it is ten Hatecrest scales I seek. If you are here for chit-chat, then I am currently unavailable for such trivialities.$B$BKnow this - we night elves are not warmongers. Our race is dedicated to the preservation of peace and harmony. This does not mean, however, that we will not proactively protect our own interests. This is my duty to General Feathermoon, and to the stronghold. ','','','','','',9247,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,4500,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2870,2,357,0,40,45,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2869,0,0,2871,0,0,0,'Against Lord Shalzaru','$N. new scouting reports have given us a good idea on the naga chain of command. Royalty is present amongst their rank and file, and they\'re the ones calling all the shots.$B$BSpecifically, we\'ve identified one of the crueler royals as Lord Shalzaru. Scouts report that he himself has uncovered an odd relic during a recent naga excavation in a cave south of the main ruins, across the water on the Isle of Dread.$B$BPut a stop to it by putting a stop to him, and bring me his relic so we can study it.','Eliminate Lord Shalzaru. and then bring the Mysterious Relic he uncovered to Latronicus Moonspear in Feathermoon Stronghold.','Well played, $N! Lord Shalzaru\'s demise will throw the naga into disarray for some time, if not permanently. The threat they pose is now under more of our control than it has ever been, and we have you to thank for it.$B$BHere is more bounty money from the stronghold treasury - you\'ve earned every copper. You and yours are welcome in Feathermoon Stronghold anytime, my friend.$B$BOne more thing before you depart, $N... if you could... ','Bringing down Lord Shalzaru would certainly set their plans back weeks, if not months. On top of that, the relic he uncovered is of definite interest to us.$B$BHave you performed the mission given to you, $N? ','','','','','',9248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,5000,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2871,2,357,0,40,45,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2870,0,0,0,9248,1,0,'Delivering the Relic','If you would be so kind as to deliver the relic to my wife Vestia. I would appreciate it. She\'s not only a fine priestess for our community, but she is one of the most well-versed scholars you\'ll find anywhere. I couldn\'t make heads or tails of this device even if there was a wager involved. My wife though, if anyone can figure out what this thing is, she could... and we need to know!$B$BShe\'s just around the bend, no doubt studying. Thanks, $N.','Deliver the Mysterious Relic to Vestia Moonspear in Feathermoon Stronghold.','Interesting... this came from the Ruins of Solarsal, you say? Well, Latro\'s right that I need to look at this. At first glance, it seems non-indigenous to the ruins. Then again, this isn\'t of naga design... not something as alien as this.$B$BIt is going to take some time to research this item. Once my research on it is done, maybe I will make use of your talents, should you be around.$B$BHere, take one of these extra items we have; I hope you\'ll find some use for it! ','Yes, may I assist you?$B$BHold on, you\'re the $C that has been helping General Feathermoon and Latro out with the naga threat, yes? I\'m Vestia, Latro\'s - erm, rather, Latronicus\' wife. It is a pleasure to meet you!$B$BI\'m sorry, you\'re here on business, of course. Do you have something for me - from him, perchance? ','','','','','',9248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9663,9664,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2872,2,440,0,40,45,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2873,0,0,0,'Stoley\'s Debt','My old buddy Stoley owes me a very special bottle of rum. He tends the bar at Steamwheedle Port in Tanaris, Kalimdor, and he promised me that the rum there is stronger than anything we can find in Booty Bay. He\'s so confident that he says if I try that rum and don\'t agree with him, then he\'ll double the money he owes me!$B$BWell, I think he\'s not as confident as he was when last we spoke, and now he\'s afraid to give me that rum. But I don\'t back down from wagers, so why don\'t you talk to him for me...','Speak with Stoley in Steamwheedle Port.','Ah, so you\'ve been speaking with MacKinley, have you?$b$bIt\'s not what he thinks! I\'m not afraid to give him some Steamwheedle Bilge Rum...$b$bI just don\'t have any rum to give him!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,330,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2873,2,440,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2872,0,0,2874,0,0,0,'Stoley\'s Shipment','I owe \"Sea Wolf\" MacKinley in Booty Bay some rum. to settle a bet, but I\'m all out of rum! Captain Cuergo stole my last shipment, and he has it stowed in that walled pirate town to the south.$B$BIf you can find my shipment of rum and return it to me, then I can prove to MacKinley that Kalimdor\'s booze beats the dirt out of Booty Bay!','Bring Stoley\'s Shipment to Stoley in Steamwheedle Port.','Great. thanks for the shipment! Now MacKinley and I can finally settle our wager.','Did you find my shipment of rum. $N?','','','','','',9244,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2874,2,440,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2873,0,0,0,9245,1,0,'Deliver to MacKinley','Thanks again for your help. $N. Here\'s a bottle of Steamwheedle bilge rum. Take it to MacKinley and he can finally put to rest his crazy beliefs about Booty Bay booze.','Bring Stoley\'s Bottle to \"Sea Wolf\" MacKinley in Booty Bay.','Hm. let\'s try this...$b$bI can\'t believe it! This stuff is... terrible! That\'s great!$b$bWell I guess Stoley can keep the money he owes me. He\'s true to his word about Steamwheedle bilge rum. That stuff is as thick as gravel and burns like lava!','Did Stoley cough up my booze?','','','','','',9245,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9636,9637,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2875,2,440,0,38,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'WANTED: Andre Firebeard','The vile pirate Andre Firebeard is wanted for crimes against Steamwheedle and Gadgetzan.$B$BBy decree of governing counsel. any who read this are hereby authorized to use lethal force during the apprehension of Andre and his abettors.$B$BBy further decree, should Andre be deceased, or otherwise indisposed, during the time of his hearing, his head may act as proxy, and deliverance of such head to Security Chief Bilgewhizzle constitutes a binding, and tenderable, contract.','Bring Andre\'s Head to Security Chief Bilgewhizzle in Steamwheedle Port.','Ah. Andre\'s head. So I guess he\'ll make his trial after all!$b$bMuch appreciated, $N. Now if you\'ll just sign here, I can issue you payment for services rendered.$b$bDon\'t worry about the small print. It\'s harmless, and... I don\'t think there\'s a magnifying glass small enough to read it anyway.','You look a little dazed. Have you been reading our legal documents?','','','','','',9246,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,13000,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2876,2,440,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9250,1,0,'Ship Schedules','This scroll contains the schedules of shipments between Steamwheedle Port and Booty Bay. Both past and future shipments are included. along with ship names, with large \'X\'s next to some ships\' journeys, and annotations like \"GREAT LOOT\" and \"HARD FIGHT\" next to others.$B$BSomeone at Steamwheedle Port would want to see this document.','Report the Ship Schedules to an authority in Steamwheedle Port.','Oh my, this looks to be a list of ship departures and arrivals, with accurate dates and times and everything! If the captain of a pirate ship got his hands on this, he could have himself a field day!$B$BYou say you got this from a pirate? Well that\'s disturbing news...$B$BThank you, $N. I\'m glad you took it from him, and I\'m glad that pirate\'s eating dirt right now! ','You look out of breath. You have something to tell me? ','','','','','',9250,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,13000,4200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2877,2,47,0,40,48,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Skulk Rock Clean-up','We Wildhammers remember the past, more than our brothers in Ironforge. If you want to make friends here, then you get your hands dirty for us!$B$BThe Horde abandoned their positions in the Hinterlands around Skulk Rock; it\'s now overrun with nasty sludges and oozes. We\'ve got plans on that area, but first we need a clean-up crew to make a hole for us.$B$BThat\'s where you come in, Sunshine! Head down there and take out ten green sludges and ten jade oozes, then report back to me here. Move out!','Kill 10 Green Sludges and 10 Jade Oozes, and then report back to Fraggar Thundermantle in Aerie Peak.','Well look at you, helping out the Wildhammers! You\'re a $c of action, and action is what we respect around here.$B$BYour little clean-up mission is a lot more important than you might think it is. With folks thinning out the oozes and sludges, we\'ll be able to extend our sphere of influence in no time. Here - have a little something in addition to just making new friends here in Aerie Peak!','Make no effort to negotiate the mission at hand, $r! If the gods had wanted those oozes killed, they would have miracled it done by now, wouldn\'t they?!','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2655,2656,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,250,0,0,0,0,0,5000,3750,0,0,0,0,0,0,0,0,5,0,0,0,5,1,4,0,0,0,0,0),(2878,2,357,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2878),(2879,2,357,0,42,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2942,9263,1,0,'The Stave of Equinex','This stave might be the Stave of Equinex! The Stave of Equinex is actually a key, used to unlock the Equinex Monolith in the Ruins of Ravenwind, on the mainland west of the Dream Bough.$B$BFind the four flames that still burn in those ruins: Samha, Imbel, Byltan, and Lahassa. Retrieve their essence and then while standing by the Equinex Monolith, use the essences to energize the stave. If this is truly is the Stave of Equinex, you will be able to unlock the Monolith and gather a sacred artifact from it.','Energize Troyas\' Stave and find the Equinex Monolith.','Holding the energized stave is almost impossible. Its power rumbles through your body.$B$BYou reach out to the cold surface of the Equinex Monolith...$B$BA small door opens. allowing you to reach in and take the artifact inside.$B$BBeams of light fill the area around the Equinex Monolith.','The Equinex Monolith stands silently among the ruins. What could it be holding?','','','','','',9306,0,0,0,1,0,0,0,1,1,1,1,9255,9256,9257,9258,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9307,0,0,0,1,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2880,2,47,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2881,0,0,0,0,0,'Troll Necklace Bounty','Get this straight. $R - we are NOT part of the Alliance! The Wildhammers are independent, relying on deeds and actions to prove one\'s worth, rather than the blather of those who use jibber-jabber to bolster their do-nothing attitudes!$B$BIf you\'re looking for friends here, then prove your worth to us first! The foul trolls that choke the hillsides of the Hinterlands sometimes carry tribal necklaces. Bring five of them to me, and we\'ll mark it down as a step in the right direction for you.','Bring 5 Troll Tribal Necklaces to Fraggar Thundermantle in Aerie Peak.','Now that\'s what I am talking about! See - these necklaces prove that you\'re willing to get your hands dirty. We Wildhammers value that in those we associate with.$B$BYou keep this up, and you\'ll be in our good graces yet.','I want five of those tribal necklaces the trolls carry on them. If you need it spelled out further, then killing one of them stands you a good chance of getting one!$B$BProve your worth to the Wildhammers!','','','','','',9259,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,250,0,0,0,0,0,6500,3300,0,0,0,0,0,0,0,0,25,0,0,0,0,5,4,0,0,0,0,0),(2881,2,47,0,43,45,0,0,0,0,0,0,0,0,0,0,0,0,1,0,2880,0,0,0,0,0,0,'Troll Necklace Bounty','Get this straight, $R - we are NOT part of the Alliance! The Wildhammers are independent, relying on deeds and actions to prove one\'s worth, rather than the blather of those who use jibber-jabber to bolster their do-nothing attitudes!$B$BIf you\'re looking for friends here, then prove your worth to us first! The foul trolls that choke the hillsides of the Hinterlands sometimes carry tribal necklaces. Bring five of them to me, and we\'ll mark it down as a step in the right direction for you.','Bring 5 Troll Tribal Necklaces to Fraggar Thundermantle in Aerie Peak.','Now that\'s what I am talking about! See - these necklaces prove that you\'re willing to get your hands dirty. We Wildhammers value that in those we associate with.$B$BYou keep this up, and you\'ll be in our good graces yet.','I want five of those tribal necklaces the trolls carry on them. If you need it spelled out further, then killing one of them stands you a good chance of getting one!$B$BProve your worth to the Wildhammers!','','','','','',9259,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,25,0,0,0,0,0,0,1600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2882,2,-221,0,42,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Cuergo\'s Gold','This map shows a stretch of beach with a southern face. Below the map are words, elegantly written...$B$B$BSouth of Wheedle$BSouth of home$BFind a mast and flag and bones$BDig you there, if you be bold$BDig and claim Cuergo\'s gold!$BA key you\'ll need and a key you\'ll see$BThe men you face take blood as fee.','Find Cuergo\'s gold!','Captain Cuergo\'s hidden treasure awaits!','This chest is locked!','','','','','',9275,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0),(2902,2,357,0,40,43,0,690,0,0,0,0,0,0,0,0,0,8,0,0,2863,0,0,2903,0,0,0,'Woodpaw Investigation','Gnolls aren\'t the sharpest tools in the shed, but they will no doubt have some sort of documented strategy on their recent activity. If we were to find those plans, then we\'d have a clearer idea of what is making them so worked up.$B$BI want you to head back to the Woodpaw and find anything that might resemble their battle plans. They have to have something; their attacks have been too coordinated to be done without them. Find them, and return to me when you have them.','Find the gnoll battle plans somewhere in the gnoll camps to the south of Camp Mojache.','Examining the map reveals it to be the battle plans that Hadoken Swiftstrider wants. Numerous arrows that perhaps represent troop movements are drawn on the map, though most seem to be headed toward the south rather than to the north where Camp Mojache lies.$B$BAnother section of the map has a picture of what you think is a large insect of some kind, with various tick marks under it. From the looks of the gnolls, it perhaps represents their losses against the unknown bugs...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,75,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(2903,2,357,0,39,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2902,0,0,0,9266,1,0,'The Battle Plans','With the battle plans of the gnolls discovered. all that now remains is to bring the plans back to Hadoken Swiftstrider in Camp Mojache. Perhaps he or someone there can make further sense of what the gnolls are up to.','Bring the Woodpaw Battle Plans to Hadoken Swiftstrider in Camp Mojache.','Ah. this is exactly what we needed. While I am not so skilled at ciphering what most of the scrawling on this map is, I\'ve seen enough battle plans in my day to understand what is happening with the gnolls. It looks like they are currently fighting a two front war. One is with us... but it seems that their main energy has been against a foe to their south.$B$BThere\'s more at hand here than meets the eye. Perhaps it is time to figure out who this other foe they face really is.','Welcome back $N - were you able to find some tangible evidence as to the plans of the gnolls?','','','','','',9266,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9661,9662,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2904,2,133,0,20,30,81,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,'A Fine Mess',' Wha.. What happened?$B$BThe last thing I remember is being captured by a group of dark iron dwarves, beaten to within an inch of my life and then thrown in here with these filthy troggs.$B$BGet me out of here, $N!$B$BHere\'s the plan: Lead me to the exit; if we make it out alive, you go to Booty Bay and let Scooty know that I went to Ratchet to warn Tinkerwiz of the dark iron\'s involvement in the making of that super rig.$B$BLet\'s get going!','Escort Kernobee to the Clockwerk Run exit and then report to Scooty in Booty Bay.','I suppose you should be rewarded for bringing Kernobee back to us in one piece, $N. If you go back to Gnomeregan, these might give you the edge you\'ll need in defeating that good-for-nothing backstabber, Mekgineer Thermaplugg. ','',NULL,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,9535,9536,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2922,2,133,0,20,26,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2923,0,0,0,0,0,0,'Save Techbot\'s Brain!','When our beloved city Gnomeregan fell. a rogue spark must have jolted my poor creation, Techbot. It once aided me and my associates with its countless gizmos and limitless store of information, but its positronic brain has polarized. Now it\'s negatronic... and Techbot\'s behaviors are reversed. It roams Gnomeregan in a frenzy!$B$BBut perhaps it can be salvaged. Perhaps, if you can retrieve Techbot\'s memory core and bring it to me, I can discover the cause of the polarization and fix my poor Techbot.$B$B','Bring Techbot\'s Memory Core to Tinkmaster Overspark in Ironforge.','Oh, this is wonderful! Thank you, $N! I\'ll get to work immediately!!$B$BPoor, poor Techbot... Don\'t feel bad. We\'ll get you fixed.$B$BNow, where did I put that plug for my hydro-jack swivel spanner... ','Did you find Techbot? Did you retrieve its memory core?? ','','','','','',9277,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,350,0,0,0,0,0,2000,1620,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2923,2,133,0,20,26,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2922,0,0,0,'Tinkmaster Overspark','Tinkmaster Overspark is very upset with the fate of his mechanical creation, Techbot. I remember Techbot as a kind and helpful tool for the gnomes, but Overspark tells me it\'s malfunctioned.$B$BVery sad. But with luck perhaps he can be fixed!$B$BSpeak with Tinkmaster Overspark, in Tinker Town in Ironforge. He would welcome your help.','Speak with Tinkmaster Overspark in Ironforge.','Yes it\'s true. Techbot has gone $C! Please, can you help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,25,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2924,2,133,0,24,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Essential Artificials','A nigh-universal mechanical component--the essential artificial--was of great use to the tinkers and smiths of Gnomeregan. But during the frantic exodus from our city. no one remembered to take any of these devices with them! And I need a large supply of them for work I will soon undertake.$B$BPlease, go into Gnomeregan and get me some essential artificials. You\'ll find them in the deeper areas of our city, held in containers called artificial extrapolators.$B$BThank you, $N, and please hurry!','Bring 12 Essential Artificials to Klockmort Spannerspan in Ironforge.','You got them! Now I can begin my new experiments!$B$BI can\'t thank you enough, $N! Your bravery has advanced gnomish research by a leap and a bound! ','Do you have the essential artificials? ','','','','','',9278,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,350,0,0,0,0,0,5500,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2925,2,133,0,24,30,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2924,0,0,0,'Klockmort\'s Essentials','A gnome friend, Klockmort Spannerspan, sent word to me from Ironforge. He tells me he needs help on a dangerous, but essential, mission into Gnomeregan, the once great gnome city now contaminated and filled with mad gnomes and their devices.$B$BI must stay here, but my heart aches to help my friend. If you can go in my stead, then I would be much indebted to you.$B$BYou may find Klockmort in Tinkertown, in Ironforge.','Speak with Klockmort Spannerspan in Ironforge.','I do! I do need help with a mission into Gnomeregan. And you\'re just the $C to do it! ','',NULL,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,0,0,0,0,0,54,0,0,0,0,25,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2926,2,133,0,20,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2927,0,0,0,9283,1,0,'Gnogaine','Since the accident. all Gnoarn thinks about or talks about is cleansing Gnomeregan of the trogg infestation and finding a cure for the sickness that plagues it, $N.$B$BLuckily, Razzle and I are close to some kind of cure - either that or the recipe for a really powerful rum. We won\'t know until we test! Naturally, in order to test our theory, we\'re going to need a few things; namely, fallout from the irradiated troggs in Gnomeregan. Fill up this phial with the green glow and bring it back!','Use the Empty Leaden Collection Phial on Irradiated Invaders or Irradiated Pillagers to collect radioactive fallout. Once it is full. take it back to Ozzie Togglevolt in Kharanos.','Excellent work! The time has come to test the new formula. If this works. not only should that captured leper gnome be cured, but I should have a full head of hair! Stand back!','Can\'t you see we\'re trying to cure an entire species of gnomes here??! We need more of the green glow!','','','','','',9284,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,2200,1980,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2927,2,133,0,20,27,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Day After','You don\'t think I was always bald, do you? No $G sir:ma\'am;! It was the radiation leak in Gnomeregan that caused this tragic hair loss. Before that day, I had the only gnomefro in all of Azeroth.$B$B$B$BDamn those damned dirty troggs - damn them all!!$B$BPerhaps it\'s not too late, $N. We may still be able to save it - the city I mean! Speak to Ozzie Togglevolt in Kharanos. He and his partner Razzle are working on a solution.','Speak with Ozzie Togglevolt in Kharanos.','I thought the loss of that outstanding head of hair would have been the end of him for sure, but he survived!$B$BI was standing right next to him when he was hit by the radiation bolt. Those delightful brown locks of hair hit the floor in clumps! Clusters! The horror of it all was only compounded when Gnoarn completely freaked out! Oh yes, freaked out I say! Gnoarn touched his bald head in disbelief, the look in his eyes screamed revenge, $N! Then he turned his anger towards the troggs!$B$B ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,10,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2928,2,1519,0,20,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Gyrodrillmatic Excavationators','It\'s terrible, $N. We are not going to have enough parts to get our fleet of gyrodrillmatic excavationators to Dun Morogh.$B$BWhat we need are spare parts, $N. What better place to get the spare parts for our vehicles than Gnomeregan? I hear that bots and mechs roam around that place like cattle on an open range.$B$BWhat I need you to do is go to Gnomeregan and tear apart those robots. Bring me back their robot guts. Two dozen should be sufficient.','Bring twenty-four Robo-mechanical Guts to Shoni in Stormwind.','This will do nicely, $N. One gyrodrillmatic excavationator fixed; 398 left to go. ','If this were a race. you would have lost by now.','','','','','',9309,0,0,0,24,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9608,9609,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,72,0,0,0,250,250,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2929,2,133,0,25,35,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The Grand Betrayal','I trusted Thermaplugg, $R. Never did I expect that he would betray me and the entire gnomish people. And for what? Power? Wealth? All things that he would have had in time. Now we have been displaced from our home and that madman is in charge. The king of nothing....$B$BWe will retake Gnomeregan, $N. We will not stop until the city is back in our control. If you wish to join in our fight, a simple task I ask of you: Kill the betrayer. Destroy Mekgineer Thermaplugg.','Venture to Gnomeregan and kill Mekgineer Thermaplugg. Return to High Tinker Mekkatorque when the task is complete.','I like to think that the last thing that went through his head as he collapsed to the ground was your foot, $R. With Thermaplugg dead, our plans to retake Gnomeregan are one step closer to becoming a reality.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7800,0,0,0,1,0,0,0,0,0,0,0,9623,9624,9625,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,250,0,0,0,0,0,3500,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2930,2,133,0,25,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Data Rescue','When we fled Gnomeregan. we left so much data behind! Vitally important data!$B$BI need the data on a prismatic punch card, from a Matrix Punchograph 3005-D high security terminal, deep in Gnomeregan. You must access the terminal, but to do that you first need clearance... and to get that you must access lower security terminals-- models -A, -B and -C. And to do THAT you need security punch cards, starting with white... and we left all the punch cards in the city.$B$BIt\'s a catastrophe! Can you help?','Bring a Prismatic Punch Card to Master Mechanic Castpipe in Ironforge.','You did it! You found the prismatic punch card and recovered the lost data! Vitally, critically, immeasurably important data that we could not live another moment without!$B$BYour service to the gnomes will be long remembered, $N. ','Do you have the prismatic punch card?? ','','','','','',9316,0,0,0,1,0,0,0,1,0,0,0,9279,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9605,9604,0,0,1,1,0,0,54,0,0,0,0,200,0,0,0,0,0,2500,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2931,2,133,0,25,28,81,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2930,0,0,0,'Castpipe\'s Task','Master Mechanic Castpipe in Ironforge has need of adventurers! He\'s organizing bands to reenter Gnomeregan on a data retrieval mission of top security and importance.$B$BCastpipe might not be a member of the Enlightened Assembly of Arcanology, Alchemy and Engineering Sciences like I am, but he\'s still a smart gnome so if he thinks it\'s important, then by my calculations there\'s an eighty-four percent probability that it really is important!$B$BThose are good odds!','Speak with Master Mechanic Castpipe in Ironforge.','I\'m organizing data extraction missions into Gnomeregan. If you\'re here for that, then listen up! ','',NULL,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,0,0,0,0,0,54,0,0,0,0,10,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2932,2,33,0,35,42,0,690,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,15002,1,0,'Grim Message','The Witherbark trolls were once allies to the Horde, but they betrayed Thrall... and that must be punished!$B$BHere, take my pike and go to the Hinterlands, far to the north. You will find it northeast of Tarren Mill, a village held by our allies, the Forsaken.$B$BWhen you enter the Hinterlands, hunt Witherbark trolls. Gather their skulls and drive my pike into the ground at one of their smaller villages, Hiri\'watha or Zun\'watha.$B$BShow them their vile actions are of consequence!','Gather Witherbark Skulls and place on Nimboya\'s Pike. Place Nimboya\'s Laden Pike at one of the Witherbark Villages in the Hinterlands, then return to Nimboya in Stranglethorn.','Word reached me of your deed. A grim deed, but one of honor. Let us hope the Witherbarks heed your message.','You have not completed my task, $N.','Place the grim message.','','','','',0,0,0,0,0,0,0,0,20,0,0,0,9320,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,11547,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,5500,2880,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2933,2,47,0,41,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2934,9321,1,0,'Venom Bottles','These bottles hold a vile, green venom.$B$BConsidering the number of bottles in this village, the Witherbarks must deem it very important. Perhaps an apothecary in nearby Tarren Mill would like a sample.','Bring a Venom Bottle to an apothecary in Tarren Mill.','Ah. and what is this? It appears to be venom... from some arachnoid creature I deem. And where did you get it?','Hello. gentle $C. The day has been long and not a single experiment successful...I hope you bring good news to me.','','','','','',9321,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,81,68,0,0,62,62,250,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2934,2,267,0,40,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2933,0,0,2935,0,0,0,'Undamaged Venom Sac','I must have a fresh sample of the venom you brought me. The spiders from which it was gathered must dwell in the Hinterlands -- hunt them until you find an undamaged venom sac and bring it to me. You will find many spiders near the troll city of Shadra\'Alor.$B$BDo not tarry. $N, for the venom sac must be fresh when you deliver it.','Bring an Undamaged Venom Sac to Apothecary Lydon in Tarren Mill.','Oh. splendid! The venom is quite fresh and I\'m sure very deadly. Thank you!','Do you have the undamaged venom sac. $N? I yearn to run experiments with its fresh venom, and have ordered a collection of small, terribly cute animals on which to test it!','','','','','',9322,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2935,2,47,0,43,45,1,690,0,0,0,0,0,0,0,0,0,8,0,0,2934,0,0,2936,0,0,0,'Consult Master Gadrin','The venom from the broodguards wasn\'t as potent as the venom you brought originally. It must have come from a different spider.$B$BI want a fresh sample of that venom. To find out where it came from, you must consult with a troll who knows the Witherbark well--Master Gadrin in Sen\'jin Village. Travel to Durotar and speak with Gadrin. With luck, he\'ll know where the Witherbarks get their venom.','Speak with Master Gadrin in Sen\'jin Village.','Ah, so you want fresh venom from the spider of the witherbarks, yes? Well, sit down... you\'re not going to like what I have to tell you.','',NULL,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,0,0,0,0,0,530,0,0,0,0,75,0,0,0,0,0,0,2520,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2936,2,978,0,43,45,81,690,0,0,0,0,0,0,0,0,0,10,0,0,2935,0,0,2937,0,0,0,'The Spider God','The Witherbarks worship a spider god, and from her they collect their most potent venom. So if you want the venom, then you must summon their god!$B$BTo do that, you must know her true name, and that name is on a tablet buried in Tanaris, in the troll city of Zul\'Farrak, in a tomb guarded by Theka the Martyr.$B$BDefeat Theka and find and read his tablet to discover the spider god\'s name. When you know it, return to me.','Read from the Tablet of Theka to learn the name of the Witherbark spider god, then return to Master Gadrin.','Ah, Elortha no Shadra... speak this name only in whispers, for its utterance carries much weight in the realms of the spirit.$b$bI will put it to parchment and create for you a spell of summoning...','','Find the Spider God\'s Name','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,150,0,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2937,2,14,0,40,55,1,690,0,0,0,0,0,0,0,0,0,0,0,0,2936,0,0,0,9323,1,0,'Summoning Shadra','Take his parchment. and read it at the altar of Shadra\'Alor, deep within the witherbark realm in the Hinterlands. This will summon Shadra the spider god.','Defeat Shadra at the altar of Shadra\'Alor. then bring her venom to Apothecary Lydon in Tarren Mill.','Sweet. you got it!','Did you get the venom?','','','','','',9324,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,500,0,0,0,0,0,0,7500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2938,2,267,0,40,55,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2937,0,0,0,9436,1,0,'Venom to the Undercity','The venom you gathered from the Witherbark\'s spider god is quite a find! I\'ve been able to kill nearly two dozen rabbits with just a drop of the stuff. Granted. some of those rabbits were very young and small enough to fit in the palm of one\'s hand so I\'m certain their resistance to toxins was low, but it can\'t be denied that this poison is powerful!$B$BI\'d like a sample sent to my superior, Apothecary Faranell in the Apothecarium of the Undercity. I am positive he would want to test this himself.','Bring Faranell\'s Parcel to Master Apothecary Faranell in the Undercity.','Ah. very good. Lydon mentioned the poison in this parcel is the most potent he has come in contact with, and is busy working on new applications with it.$b$bWith luck, we will find many.$b$bThank you, $N. Your service to the Royal Apothecary Society is undeniable.','Word was sent of your coming. $N. You have a parcel for me?','','','','','',9436,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9649,9650,10686,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,500,0,0,0,0,0,25000,7500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2939,2,357,0,42,47,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'In Search of Knowledge','While the ruins of Feralas can be quite dangerous, they have much to tell of what has happened here.$B$BSearching through the rubble to the south a few days ago, I discovered what appears to be a normal stave. However, I just can\'t shake the feeling that there is something more to it. Angelas and I have been poring over our books here, but we can\'t find a thing about it.$B$BI have a colleague in Darnassus that may be able to tell us what this is, $N. Why don\'t you go talk to her and see if she can help us?','Talk to Daryn Lightwind in Rut\'theran Village.','Oh, so Troyas Moonbreeze sent you?$b$b...always bothering me with his wild notions that he found something important...$b$bLook, $N, I\'ll be blunt. Troyas always thinks he has found something important in those ruins. The truth is, anything that was truly valuable was probably hoarded away long ago by the ogres or the harpies that now reside there.$b$bYou\'re welcome to take a look around, but I don\'t know if you\'ll find any books here that will help you.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2940,2,357,0,42,47,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2939,0,0,2941,0,0,0,'Feralas: A History','This book looks as if no one has opened it for quite a long time. Its covers are quite worn, and its pages yellowed, but after examining it, you notice that it might be just what Troyas is looking for.$B$BYou pick it up, but realize you should probably ask before borrowing it.','Ask Daryn Lightwind if you may borrow her book.','So, you\'d like to borrow Feralas: A History?$b$bLet me think...$b$bI will allow you to borrow this book, $N, but only if you do something for me first.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2941,2,141,0,42,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2940,0,0,2944,9329,1,0,'The Borrower','I have studied many subjects in my time. and my latest fascination is with the snapjaw that occupy the beach in the Hinterlands. There\'s one in particular I\'d like to see, a giant snapjaw named Gammerita. I\'d like to go myself, but my research keeps me here. I think a picture of her would be the next best thing.$B$BTake this letter to Curgle Cranklehop in Tanaris. She has created an invention for me that can capture a picture. She called it a \"snapshot,\" I think...','Take the letter to Curgle Cranklehop in Tanaris.','Are you another one of Daryn\'s interns? She\'s quite a knowledgeable historian. $N. You should be grateful to be studying under her leadership.$b$bNow, let me get the Super Snapper FX. You\'re gonna love it!','A letter -- for me?','','','','','',9329,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,960,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2942,2,357,0,42,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2879,0,0,0,9306,1,0,'The Morrow Stone','The moment the artifact is removed from the Monolith, you feel the energy in the Stave of Equinex begin to fade.','Return the Sparkling Stone and the Stave of Equinex to Troyas Moonbreeze in Feathermoon Stronghold. ','I have been reading since you left, $N. This stone you have found is called the Morrow Stone. While I am not entirely sure what its purpose is yet, you can be sure that it is something of great significance to be hidden away inside the Equinex Monolith the way it was.$B$BI will continue my studies, and I hope I will be able to count on you in the future, $N. Thank you for all your help. ','I am glad you have returned, $N. I am eager to hear of your findings. ','','','','','',9307,9306,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9654,9655,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2943,2,141,0,42,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2944,0,0,0,9331,1,0,'Return to Troyas','Here it is. $N. Please, take care of my book.$B$BNow, hurry along. I\'m sure Troyas is eager for your return.','Deliver the book to Troyas Moonbreeze in Feathermoon Stronghold.','You have brought a book along. Excellent! ','Hello, $N. Have you been to Darnassus? ','','','','','',9331,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,72,0,0,0,150,37,0,0,0,0,0,2820,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2944,2,440,0,42,48,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,2941,0,0,2943,9328,1,0,'The Super Snapper FX','Have the first look at my new invention. $N. All you need to do is target whatever it is you\'d like to take a picture of, and push the button.$B$BWhat was that creature from the Hinterlands that you mentioned? Gammerita? Well, good luck finding her. I\'m sure Daryn will be quite pleased with the snapshot you return to her.$B$BIn any case, here\'s the Super Snapper. Have fun!','Use the Super Snapper FX to take a snapshot of Gammerita. then return to Daryn Lightwind in Rut\'theran Village.','Well! Curgle\'s invention lived up to its expectations.$B$BDon\'t get too excited, but do know that I am pleased with your work, $N.$B$BNow, where did I leave that book... ','So, you have finally returned, $N. And you\'ve brought the contraption that Curgle built for me -- perfect. ','','','','','',9330,9328,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,72,0,0,0,250,63,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2945,2,133,0,28,34,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9326,1,0,'Grime-Encrusted Ring','You have uncovered what appears to be a ring from the corpse of one of the Dark Iron dwarves. It is difficult to tell what kind of ring it is, however; dirt and hardened residue cake the item completely, making wearing it impossible. You think you can make out the slight luster of precious metal and maybe even the glint of a gem under the residue.$B$BIf you are going to make use of this ring, you are going to need to find something to get the hardened residue off of it.','Figure out a way to remove the grime from the Grime-Encrusted Ring.','You place the ring inside the Sparklematic 5200 and deposit a silver coin into the slot.$B$BPainful grinding noises emanate from the machine as it begins to jerk around violently. One can only guess what is happening with the ring inside the machine...$B$BThe machine suddenly stops, trumpeting its cessation with a simple \"Ding!\" The item receptacle opens up to reveal a small box that is neatly wrapped with a red bow. It would appear that the Sparklematic 5200 also gift wraps!','The gnomish contraption before you bears a plaque calling it \"The Sparklematic 5200\". The gist of the machine, from reading the instructions below the plaque, is to scrub away dirt that an item might have. The machine has a coin slot, accepting three silver coins to start the process once the item is placed inside it.$B$BIt would seem as though the grime-encrusted ring you found earlier is just the thing to try in this machine!','','','','','',9326,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2946,2,1,0,45,50,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,2963,2954,0,0,6064,1,0,'Seeing What Happens','We want you to take the miniature discs you found to the sealed gates of Uldum. We... we aren\'t sure what will happen when you do this.$B$BThis sounds risky. sure, we acknowledge that. It might, however, do nothing. You might need to use the discs on something. Perhaps the doors unlock when you have the discs in your possession. Be open to try anything, and be ready for anything to happen.$B$BWhen you\'ve found out what happens, return to Ironforge. We\'ll have a lot to analyze when you\'re done!','Bring the miniature platinum discs to the gates of Uldum in Tanaris and look for clues as to the connection between the two.','As you touch the pedestal. the miniature discs from Uldaman hum and glow in your backpack. A familiar feeling tingle washes over your hands, as the image of another Stone Watcher springs to life in front of the gates of Uldum.$b$b\"Salutations. I am a guardian of entry. The discs that have been used for access are missing the correct entry discs, the Plates of Uldum. Please incorporate these plates with the disc structure and repeat your access sequencing. Thank you.\"','This familiar looking pedestal sticks out of the hot sand. Perhaps there is something to its presence here...','','','','','',6064,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,100,0,0,0,0,0,0,4080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,2946),(2947,2,133,0,28,34,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2945,0,0,2948,9362,1,0,'Return of the Ring','Opening the box produced by the Sparklematic 5200 reveals what you had suspected - a shiny ring! Wearing the ring. you feel magic power surge through you body.$B$BInside the band is a small but nonetheless discernable imprint of the seal of Ironforge. Next to that, three small initials are engraved: \"TdK\". This may signify either the initials of the previous owner, or perhaps the initials of the ring\'s crafter. Keep the ring... or return it to this person. Decisions, decisions...','You may either keep the ring. or you may find the person responsible for the imprint and engravings on the inside of the band.','A ring, you say? Let\'s see... yep, I made that ring by golly.$B$BBefore Gnomeregan went up, I had a small shop there. Perhaps it\'s one I left behind when I ran for the hills; it\'s a simple design, and I made several like it. Maybe it\'s from someone who didn\'t make it out.$B$BDark Iron dwarves had this? Well, that puts a new layer of conspiracy on the nine different layers already floating about. Maybe the authorities would like to know; it\'s wasted on the likes of me.$B$BNow, back to the ring... ','Hey, easy there partner - I\'m a very important businessman! I am sure that the courier is just simply late with the delivery of the rent... wait... you\'re not my landlord.$B$BWell, of course you aren\'t - silly me! You\'ve come to me seeking the finest jeweler in all of Ironforge, one who does NOT make CURSED items! Yes!$B$BUm... what do you need? ','','','','','',9362,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2948,2,1537,0,28,35,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2947,0,0,0,9362,1,0,'Gnome Improvement','Listen $n, that ring is yours, sure... but I can make you a better one! That design, like I said, is really simple. I am a lot more skilled now, and for the mere fee of thirty silver coins I\'ll spruce it up for you! Well, a little more than thirty, actually...$B$BI\'m in a tight spot right now; all my material stock is all dried up. If you bring me a bar of silver and a moss agate, I\'ll add a silver and agate lattice to the ring that will give it a little more pizzazz!$B$BTrust me!','Bring the Brilliant Gold Ring, a Silver Bar, a Moss Agate, and 30 silver coins to Talvash del Kissel in Ironforge.','Ah, exactly what I needed! Someday, when I find myself out of this hole that I am unjustly in, I will make for you, for EVERYONE the finest trinkets in all of Azeroth! Until then, thanks for being a sport about the reagents. I\'d normally charge ten times what I have charged you for a ring of this quality...$B$BSpeaking of rings, here\'s your new one!','Do you have the materials I need? I wouldn\'t ask you for them if I wasn\'t down on my luck...','','','','','',9362,2842,1206,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9538,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2949,2,133,0,28,34,81,690,0,0,0,0,0,0,0,0,0,0,0,0,2945,0,0,2950,9362,1,0,'Return of the Ring','Opening the box produced by the Sparklematic 5200 reveals a shiny ring! Donning the ring, you feel magic power surge through your body.$B$BInside the band is a small but nonetheless discernable imprint of the seal of Orgrimmar. Engraved letters are next to it, but only the first three stand out even after cleaning: \"NOG...\"$B$BThis may signify either the initials of the previous owner, or perhaps the initials of the ring\'s crafter. Keep the ring... or find \"NOG\" - decisions, decisions...','You may either keep the ring. or you may find the person responsible for the imprint and engravings on the inside of the band.','A ring from Gnomeregan? Let\'s see... not mine, but interesting.$B$BThe Gnomeregan thing - couldn\'t have happened to a nicer bunch of numbskulls. For years they\'re a joke, and now almost overnight they\'re making better rigs than us?$B$BDark Iron dwarves had the ring? That\'s even more interesting! You know, maybe the gnomes stole their crazy golem plans and modified them. Those Dark Irons, they\'d definitely want some major payback. It\'s certainly worth investigating.$B$BYou know, about that ring... ','You\'d think that we would find a way on our own to outdo those filthy little gnomes. I would even wager that they stole that rig from us to begin with! Bah, those greasy, grimy... erm, yes? You need something? ','','','','','',9362,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1860,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2950,2,1637,0,28,35,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2949,0,0,0,9362,1,0,'Nogg\'s Ring Redo','No, no, no - I\'m not all of the sudden saying that the ring is mine. I normally don\'t do this, but your information about the Dark Irons was very useful. I\'ll improve your ring for you, better than whomever made this simple little thing could have ever done. Probably some gnome...$B$BIf you bring me a bar of silver, a moss agate, and thirty silver coins for my trouble, I\'ll add a silver and agate lattice to the ring that will strengthen the magic inside of it. Interested?','Bring the Brilliant Gold Ring, a Silver Bar, a Moss Agate, and 30 silver coins to Nogg in Orgrimmar.','Here\'s your ring, better than before. Thanks again for the information about those Dark Iron dwarves. This seems like a reasonable lead as to how those gnomes suddenly were struck with goblin-like inspiration.','Do you have the materials I need? I can\'t improve on this design without everything I asked for.','','','','','',9362,2842,1206,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9588,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2951,2,133,0,25,30,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'The Sparklematic 5200!','This contraption stands out amongst the gnomes holding out against the madness outside the room. A small plaque on the device reads \"The Sparklematic 5200\", followed by some text:$B$B\"Grime and residue ruining your sparklies? The Sparklematic 5200 puts the shine back in shine-tastic! Insert the item you wish to clean and deposit three silver coins in the coin slot. Give the Sparklematic 5200 a moment for operation, and voila! Your valuables will emerge clean and shiny!\"','Insert a Grime-Encrusted Item into the Sparklematic 5200, and be sure to have three silver coins to start the machine.','You insert the grime-encrusted item and three silver coins into the Sparklematic 5200. The machine surges to life in a frenzied attempt to purge the grime from the unknown item. Loud, violent churning sounds beat from the heart of the machine. The metal frame of the beast creaks and groans as it lurches from side to side...','It would seem that the device needs some sort of grime-encrusted object to clean and three silver coins to get the contraption working. So long as both are present, the Sparklematic 5200 should work...','','','','','',9308,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2952,2,133,0,25,30,81,0,0,0,0,0,0,0,0,0,0,8,0,0,2951,0,0,0,0,0,0,'The Sparklematic 5200!',NULL,NULL,'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,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,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2953,2,133,0,25,30,81,0,0,0,0,0,0,0,0,0,0,0,1,0,2952,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!','The Sparklematic 5200 comes to life, lurching to and fro. Inside, the helpless grime that has encrusted the object placed within it is being pulverized by the machine\'s gnomish cleaning agent.$B$BThe Sparklematic 5200 comes to a halt, heralded by a familiar \"ding!\" The item receptacle of the machine spirals open, revealing a neatly wrapped box.','The Sparklematic 5200 is empty, awaiting a grime-encrusted object to clean and three silver coins to start!','','','','','',9308,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9363,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-300,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2954,2,440,0,45,50,1,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,'The Stone Watcher','\"Salutations - I am a guardian of entry. Unless you have the Plates of Uldum already integrated with your disc set, I will not allow for entry into the Uldum compound.\"$B$BThe appearance of the Stone Watcher of Norgannon must be the reaction that was hoped for in sending you out to the Tanaris desert with the platinum discs. As instructed, you will need to find out what the story behind the Stone Watcher is before continuing on.','Learn the purpose of the Stone Watcher of Norgannon, and then interact with the Uldum Pedestal in the Tanaris desert.','The stone watcher\'s voice resonates with power and authority:$b$b\"Your discs will be returned to you once you access the pedestal. When you have obtained the Plates of Uldum and incorporated them into your existing disc set, you may then enter the complex.\"','','Learn the purpose of the Stone Watcher of Norgannon','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2962,2,133,0,20,30,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2926,0,0,0,9364,1,0,'The Only Cure is More Green Glow','Not only was your sample insufficient in quantity, it was also impure.$B$BWhat we require is more green glow. The troggs are obviously not irradiated sufficiently to fulfill our needs. You will have to go into Gnomeregan and bring back some radioactive fallout, straight from the tap. I am speaking of the irradiated slimes, lurkers and horrors. Be warned, the containment of this type of fallout is difficult. You may need to make several attempts with the phial until a suitable sampling is recovered.','Travel to Gnomeregan and bring back High Potency Radioactive Fallout. Be warned, the fallout is unstable and will collapse rather quickly.$B$BOzzie will also require your Heavy Leaden Collection Phial when the task is complete.',' Impressive, you still have all of your limbs. Now it\'s time to see what this stuff can do! ','Hrm, you\'re not glowing. That\'s a good sign. ','','','','','',9365,9364,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2500,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2963,2,1537,0,45,50,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2439,0,0,2946,0,0,0,'Portents of Uldum','Greetings once again, $N! Your discovery inside Uldaman has set the Explorers\' League abuzz with excitement. The League has been working to unlock the secrets of the miniature platinum discs you found. Your fortuitous arrival here in the Hall allows me to share with you that we are quite possibly on to something!$B$BHistorian Karnik has uncovered some important clues as to the true origins of the Valley of the Watchers in the Tanaris desert. He would like to speak with you as soon as possible!','Speak with Historian Karnik in the Hall of Explorers within Ironforge.','I am glad you\'re maintaining your interest in exploration, $N! With your natural talent and moxie, we could crack open secrets that we never thought were possible!$B$BThe Discs of Norgannon in Uldaman were a repository of vast information; you were only permitted to access the top layers, as it were, of the information stored there. The Creators were rumored to have more repositories located throughout Azeroth. This now brings us to Uldum... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,10,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2964,2,1537,0,46,50,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2977,0,0,0,0,0,0,'A Future Task','Well $N... we seem to be at a temporary dead end here. We know what we need - the Plates of Uldum - but we have no idea where they might be. We\'ll need to do quite a bit of research on this to come up with a solid plan of attack. I have a couple ideas where to start looking; I have high hopes that soon, we\'ll be asking you to head out and recover them.$B$BThe High Explorer needs to be informed on this, $N; no doubt, he also wants to thank you personally for once again aiding the League.','Speak with High Explorer Magellas in Ironforge.','We\'re all in agreement then - the best plan of attack is putting this on hold until we can narrow down the areas where these plates might lie hidden. You\'ve brought us this far $N, and I hope you will be the one to head back in to the field to unlock Uldum for us all!$B$BAllow me to give you this honorarium in the meantime; this should cover any expenses you\'ve encountered in assisting us, and a little something extra. Be sure to check back with us soon... Uldum beckons! ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,22000,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2965,2,1638,0,45,50,0,690,0,0,0,0,0,0,0,0,0,8,0,0,2440,0,0,2966,0,0,0,'Portents of Uldum','Ah, $n, it is fortuitous that you have come to me again. Your revelations at the Uldaman dig site have certainly given us sages much discuss. I was doing just that with one of the druids, Nara Wildmane, when it dawned on me that her past adventuring experiences may have some great importance as to the next step we need to take.$B$BI would like for you to speak with her concerning her travels to the Valley of the Watchers in the Tanaris desert. She waits for you on the Elder Rise.','Speak with Nara Wildmane on the Elder Rise in Thunder Bluff.','There is a place deep in the Tanaris desert called the Valley of the Watchers. The discs that you recovered... their translated glyphs make mention of a place called Uldum. Most think this place to be a myth.$B$BI know this to be false; Uldum exists. I\'ve been there. Well... outside, at any rate.$B$BThe crux is this, $N: we think there is a connection between the discs and Uldum, and we want you to go there. ','',NULL,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,0,0,0,0,0,81,0,0,0,0,10,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2966,2,1638,0,45,50,1,690,0,0,0,0,0,0,0,0,0,0,0,0,2965,2954,0,0,6064,1,0,'Seeing What Happens','Sage Truthseeker and I would like you to take the miniature discs you found to the sealed gates of Uldum. We... we aren\'t sure what will happen when you do this.$B$BThis sounds risky. sure, we acknowledge that. It might, however, do nothing. You might need to use the discs on something. Perhaps the doors unlock when you have the discs in your possession. Be open to try anything, and be ready for anything to happen.$B$BLearn what you can, then return to me. We will have much to discuss.','Bring the miniature platinum discs to the gates of Uldum in Tanaris and look for clues as to the connection between the two.','As you touch the pedestal, the miniature discs from Uldaman hum and glow in your backpack. A familiar feeling tingle washes over your hands, as the image of another Stone Watcher springs to life in front of the gates of Uldum.$B$B\"Salutations. I am a guardian of entry. The discs that have been used for access are missing the correct entry discs, the Plates of Uldum. Please incorporate these plates with the disc structure and repeat your access sequencing. Thank you.\" ','This familiar looking pedestal sticks out of the hot sand. Perhaps there is something to its presence here... ','','','','','',6064,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,100,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,2966),(2967,2,1638,0,45,50,1,690,0,0,0,0,0,0,0,0,0,0,0,0,2954,0,0,2968,6064,1,0,'Return to Thunder Bluff','You access the pedestal again; the platinum discs suddenly appear once more in your backpack.$B$BWith the knowledge of the stone watcher learned and the discs returned to your possession. the time has come to return to Thunder Bluff and inform the Nara Wildmane of your discovery.','Speak with Nara Wildmane in Thunder Bluff.','You were missing some discs? Interestingly enough, it seems that the discs of Norgannon are only parts of the complete set - like keys on a key ring, if you will.$B$BIf we can find the Plates of Uldum, then we could actually access the Uldum complex itself. I don\'t know whether to be excited by that prospect, or be terrified.$B$BWe may need to risk everything to ensure that those secrets the earth keeps which would destroy us all remain just that - secrets. ','Welcome back $N. Were you able to use the discs to your advantage, or was it for naught? ','','','','','',6064,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,10,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2968,2,1638,0,45,50,0,690,0,0,0,0,0,0,0,0,0,8,0,0,2967,0,0,0,0,0,0,'A Future Task','Well $n... we seem to be at an unfortunate impasse. We know what we need - the Plates of Uldum - but we have no idea where they might be. We will research this, and then devise a solid plan of attack. I have a couple ideas where to start looking; I have high hopes that soon, we\'ll be asking you to rejoin our efforts to discover the truth.$B$BSage Truthseeker needs to be informed on this, $n; no doubt, he also wants to thank you personally for once again heeding the call.','Speak with Sage Truthseeker in Thunder Bluff.','We\'re all in agreement then - the best course of action is to wait until we can narrow down the areas where these plates might lie hidden. You\'ve brought us this far $N, and I hope you will be the one to head back in to the field to confront the secrets of Uldum.$B$BAllow me to give you this honorarium in the meantime; this should cover any expenses you\'ve encountered in assisting us, and a little something extra. Be sure to check back with us soon... Uldum beckons us all, young one.','',NULL,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,0,0,0,0,0,81,0,0,0,0,100,0,0,0,0,0,22000,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2969,2,357,0,38,47,0,1101,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,12301,1,0,'Freedom for All Creatures','The filthy Grimtotem clan are capturing faerie dragons, $N. Jer\'kai and I have no idea what they plan on doing with them, but they\'re obviously up to no good.$B$BWe\'re not powerful enough to fight our way into the camp and free the captured dragons, but perhaps with your help...$B$BIf you\'re willing, and you have some strong friends, release the creatures from their cage with this key and make sure they escape with their lives. I\'ll be by your side the entire time. Jer\'kai will remain here.','Using the Bamboo Cage Key. free the Sprite Darters from the pen in the Grimtotem camp. At least 6 Sprite Darters and Kindal Moonweaver must survive.$B$BYou have 6 minutes before Kindal decides it is time to retreat and you fail the quest.','Thank Elune, $N! You are a great blessing to us and to the darters you saved. Jer\'kai and I would never have been able to help the dragons ourselves--your intervention in the Grimtotem\'s affairs will be remembered.$B$BSpeak to Jer\'kai now... I have to prepare for our retribution. Just because the faerie dragons are free, it doesn\'t mean they will remain so. Jer\'kai and I will now go on the offensive. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2970,2,357,0,40,47,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,2969,0,0,0,0,0,0,'Doling Justice','As she\'s already told you, Kindal and I will now take the fight to the Grimtotem. Together, we should still be able to pick off some of the tauren without much threat to ourselves, but we\'d love some help if you\'re willing and able.$B$BYou\'ve seen the camp below us, but there are more to the east. Using your own tactics, deal as much damage to the tauren as you can. We can all meet back here after they\'ve felt the sting of Kindal\'s arrows and your own weapons.','Kill 12 Grimtotem Naturalists, 10 Grimtotem Raiders, and 6 Grimtotem Shamans before returning to Jer\'kai Moonweaver in Feralas.','Kindal was right about you, $N--you do have a knack for this. You are a more seasoned adventurer than the both of us, and for that we thank you.$B$BThe Grimtotem clan is much more hostile than most tauren... I wonder if their own kind frowns upon their actions. I wouldn\'t be surprised. As you are probably aware, many races on Azeroth have ties to less kindly counterparts.$B$BBut that is a discussion for another day. ','',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7726,7725,7727,0,12,10,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2972,2,357,0,38,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9368,1,0,'Doling Justice','Out here in the wilderness. Kindal and I have meager means to reward your help, but we don\'t want you to feel unappreciated. Take my signet ring. If you ever find yourself in the boughs of Teldrassil, go to the Temple of the Moon in the heart of Darnassus. There you will find my High Priestess Tyrande Whisperwind. The ring will let her know that we are well and give credit to your story.$B$BWe both thank you, $N.','Take Jer\'kai\'s Signet Ring to High Priestess Tyrande Whisperwind in Darnassus.','That\'s an amazing story, $N. It pleases us that you\'ve not only helped dragonkind, but also one of our own priestess. Jer\'kai was right to send you to me. I will make sure she has her ring returned to her--I have scouts heading the direction of Feralas soon. This will be one more thing for them to investigate while on their mission.$B$BThank you again, and please, make yourself at home while you\'re here. ','Hello, child. It pleases us to have more powerful adventurers here in the temple. If you have the time, will you share a tale or two with the younger adventurers? I know many of them would benefit from your wisdom.$B$BI\'m sorry, look how rude of me. You\'ve come to the Temple seeking our aid, and I impose on you. Please, forgive me. Tell me what the servants of the Light can do for you. ','','','','','',9368,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10705,10706,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2973,2,357,0,38,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2974,0,0,0,'A New Cloak\'s Sheen','Well met, $c. I\'ve traveled with my companions down to the Feralas on a mission for our Orgrimmar masters.$B$BMy life-mate Korrin finds great pleasure in new clothing, so I aim to make her a new cloak adorned with the gossamer wings of faerie dragons. Would you be able to help me? Sprite darters with gorgeous wings I want are west of Camp Mojache.','Bring 10 Iridescent Sprite Darter Wings to Krueg Skullsplitter in Camp Mojache.','Wonderful. $C! These will do nicely. There are enough here to make a cloak for Korrin, and possibly even more! Thank you.$b$bI hope the trip wasn\'t too dangerous? The area of Feralas is not known for being forgiving, but you\'ve obviously done well enough.$b$bThank you again, $C.','The sprite darters can be dangerous critters when provoked. Be careful when dealing with them. $C. And be even more careful of any night elves in the area. The pestering fools tend to hold up in the forests also.$b$bWhen you\'ve gotten enough of the wings, let me know, I\'ll be sure to reward you well!','','','','','',9369,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,6500,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2974,2,357,0,38,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2973,0,0,2976,0,0,0,'A Grim Discovery','What!? You came across tauren in the area? You\'re joking! What did they look like!?$B$BThe Grimtotem clan! You found some of them? Belgrom, one of our masters, has an interest in their kind... he\'s even put a bounty on them.$B$BYou have to go back, $c. Go back and bring me their horns... piles of them if you can. The Grimtotem are not to be trifled with or underestimated. Go back and slay them; let the rivers in Feralas run red with their dark blood.','Bring 20 Grimtotem Horns to Krueg Skullsplitter in Camp Mojache.','These are good horns. $C. Well done. I\'ll take these from you and be sure to tell Belgrom as soon as we return to Orgrimmar. You\'ve helped me twice now, and for that, you have my mark. Perhaps in the future I can help you! Good luck to you.','Take my words seriously. $C, the Grimtotem clan is evil. If you\'ve found their whereabouts, then it\'s up to you to return and strike the first blow against their clan... before they can come into our own lands and raze our own villages, or pilfer our lands.','','','','','',9460,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,6500,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2975,2,357,0,38,43,0,0,0,0,0,0,0,0,0,0,0,8,0,0,2981,0,0,2980,0,0,0,'The Ogres of Feralas','The effects of the Gordunni Ogre tribe can hardly go unnoticed in this area. Look around. $N; their very presence scars this land. We must push them back before they expand even further into Feralas.$B$BFollow the river north, and you will find their outpost. Decrease their numbers, $N. We must show them that their kind is not wanted here.','Rok Orhan in Camp Mojache wants you to kill 10 Gordunni Ogres. 10 Gordunni Ogre-Magi, and 5 Gordunni Brutes.','Excellent. $N. In time, the land will heal. We must not give up.','Move swiftly. $N. Or is the task I requested too difficult?','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5229,5237,5232,0,10,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,150,0,0,0,0,0,4500,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2976,2,357,0,37,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2974,0,0,0,9462,1,0,'A Grim Discovery','What?!$B$BAh, so I did mention a bounty, didn\'t I? Well, that\'ll teach me to open my mouth, won\'t it?$B$BYou did the work, so I suppose it is only right you reap the greatest reward from it. Take the horns, I\'ll have them put in a crate for you. Find Belgrom Rockmaul in the Valley of Honor, he\'ll want to know what you saw and he\'ll reward you for your hard work.$B$BBe well, $c, and thank you again for everything you\'ve done.','Bring the Crate of Grimtotem Horns to Belgrom Rockmaul in Orgrimmar.','The Grimtotem!? This is interesting. You say you came across them while hunting in Feralas? Truly?$b$bMy peers will want to hear your news. $C. Tell me more and I\'ll count out your coin while you do so.$b$bAnd before you go, know that I give you thanks for the information you\'ve passed on to me this day.','Be quick. $C, I have much to complete today.','','','','','',9462,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11858,11859,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,350,0,0,0,0,0,6500,4200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2977,2,1537,0,45,50,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,2954,0,0,2964,6064,1,0,'Return to Ironforge','You access the pedestal again; the platinum discs suddenly appear once more in your backpack.$B$BWith the knowledge of the stone watcher learned and the discs returned to your possession. the time has come to return to Ironforge and inform the Explorers\' League of your discovery.','Speak with Historian Karnik in Ironforge.','You were missing some discs? Interestingly enough, it seems that the discs of Norgannon are only parts of the complete set - like keys on a key ring, if you will.$B$BIf we can find the Plates of Uldum, then we could actually access the Uldum complex itself! Imagine actually exploring the place where the Creators worked without having to bring a huge shovel!$B$BNot that there\'s anything wrong with shovels... or digging... ','Welcome back $N. Were you able to use the discs to your advantage, or did it end up being a wild goose chase? ','','','','','',6064,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,10,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2978,2,357,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2979,9370,1,0,'The Gordunni Scroll','Picking up the soiled scroll. you notice that it seems to be depicting some sort of meeting or ceremony. Rok Orhan would be interested in this scroll, and what it might mean to the Gordunni.','Bring the Gordunni Scroll to Rok Orhan in Camp Mojache.','This scroll... You found this in the Gordunni Outpost?','What is this?','','','','','',9370,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,1500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2979,2,357,0,38,46,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2978,0,0,3002,0,0,0,'Dark Ceremony','These seem to be plans for some sort of dark ceremony. $N. From what I can make out, this ritual is conducted by the Gordunni mage-lords.$B$BFind one of these mage-lords, and from him, gather an orb.$B$BThe orb of a mage contains great power, and will help us discover more about this ceremony and the magic that the Gordunni wield.','Rok Orhan in Camp Mojache wants you to find a Gordunni Orb.','This orb will provide us with more information about the Gordunni... which we will then use in planning their downfall. $N.','We must discover more about why the Gordunni are here. $N.','','','','','',9371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2980,2,357,0,40,44,0,0,0,0,0,0,0,0,0,0,0,8,0,0,2975,0,0,0,0,0,0,'The Ogres of Feralas','Now that you have proven that you are a true fighter, I trust that you possess the courage to continue with the task at hand.$B$BTravel to the High Wilderness, southwest of here. There lie some abandoned and destroyed structures, on land that once belonged to the night elves. Look for these ruins, and when you see the withered trees and desecrated terrain, you will find the Gordunni. Push them back.$B$BThese ogres are much stronger than the ones you faced previously, $N. Be aware.','Rok Orhan in Camp Mojache wants you to kill 10 Gordunni Shaman, 10 Gordunni Warlocks, and 5 Gordunni Maulers.','You have proven yourself to be a trustworthy and dependable ally, $N.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5236,5240,5234,0,10,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,12500,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2981,2,1637,0,38,43,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2975,0,0,0,'A Threat in Feralas','Feralas is an ideal location for an accomplished $C to prove $Ghimself:herself;. A tribe of ogres called the Gordunni are the dominant military force there, and their numbers are growing. They must be stopped before they threaten our presence in Feralas.$B$BA warrior I know of named Rok Orhan resides at Camp Mojache in Feralas; go to her. She will tell you more of the situation when you arrive.','Belgrom Rockmaul wants you to speak with Rok Orhan in Camp Mojache.','So, Belgrom sent you. You are just in time, $R.$B$BLet me explain the situation, and then you can decide if you are up to the challenge... But if Belgrom sent you, I am sure your courage is unquestionable. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,25,0,0,0,0,0,0,780,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2982,2,357,0,40,44,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'The High Wilderness','Although it is dangerous, Troyas and I have been investigating the ruins that cover the forests of Feralas.$B$BLately, though, Troyas has been going on his own to the High Wilderness, and I really worry about him. The Gordunni Ogres have taken over that area, and they don\'t take kindly to anyone that enters their territory.$B$BI was hoping you might be willing to travel to the ruins to the southeast and clear out some of the ogres. Make it a little safer for my Troyas, and I will be extremely grateful.','Angelas Moonbreeze wants you to kill 8 Gordunni Warlocks, 8 Gordunni Shaman, and 8 Gordunni Brutes.','I am very grateful you were able to do this for me.$B$BNow, please, don\'t mention a word to Troyas about this... ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5240,5236,5232,0,8,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,69,0,0,0,0,0,6500,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2983,2,-82,0,10,10,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1524,1522,1524,0,0,0,'Call of Fire','It\'s been some time since you were tested last, $N. You\'ve been patient thus far in your studies, but it\'s time for you to learn about greater powers... it\'s time you learn real power. The element of fire is yours if you\'re prepared to pay for it.$B$BSeek out Kranal Fiss in the Barrens. He lives in a small dwelling north of the Crossroads, but be mindful, if you\'ve reached the blasted night elf lands, you\'ve gone way too far.','Find Kranal Fiss in the Barrens.','Hmmm, Swart sent you to me, did he?$B$BWell then, Swart could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$B$BI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,252,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2984,2,-82,0,10,0,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1524,1522,1524,0,0,0,'Call of Fire','Long has it been since you were last tested. $N. You have shown patience thus far in your studies, but the time has come for you to learn more. The time has come for you to learn about destruction... and chaos. The element of fire is yours for the understanding, if you\'re prepared to pay for it.$B$BSeek out Kranal Fiss in the Barrens. He lives in a small dwelling north of the Crossroads, but be mindful, if you\'ve reached the night elf lands, you\'ve gone too far.','Find Kranal Fiss in the Barrens.','Hmmm. Swart sent you to me, did he?$B$BWell then, swart could always be trusted, so that must mean you\'re ready to take part of the next sapta--the sapta of fire.$B$BI see it in your eyes already, the burning, the desire. You\'ve tasted power, and now you\'re ready for more of it. Patience, $N. Remember what earth taught you. Power and destruction will come easily, but you must still know when to stay your hand.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2985,2,-82,0,20,20,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1530,1528,1530,0,0,0,'Call of Water','You look ready for your next test, $N. You\'ve been patient in your studies, but the time has come for you to learn more. The time has come for you to learn about the purity of water.$B$BSeek out Islen Waterseer in the Barrens. She is along the eastern coast, south of the Southfury River and Ratchet. You will find her there at her fishing hut. Good luck to you, $N.','Find Islen Waterseer in the Barrens.','The wind approaches you quickly from the horizon; the earth is steady beneath your feet; and your spirit is already warmed by fire--I would say it is time for you to learn about the purity of water.$B$BYour path has led you this far, and your spirit will give you the strength to carry on even further. But the first step is yours to take.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,465,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2987,2,357,0,38,43,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9466,1,0,'Gordunni Cobalt','I just arrived here in Feralas, and I\'ve heard that the Gordunni Ogres that inhabit the wilds here have some interesting minerals. Who knows what they are up to, but they sure are protective of that stuff! They don\'t leave it just lying around; no, they bury it to protect folks like me from getting their hands on it.$B$BIf you\'d be willing, I\'ll give you my shovel. Go to the Gordunni Outpost north of here and dig me up some Gordunni cobalt. Look for the blue glow, then start digging!','Orwin Gizzmick in Camp Mojache wants 12 samples of Gordunni Cobalt.','Perfect! I will take these along as I continue my travels, $N. I\'m sure I can find someone that will pay a pretty penny for this cobalt.$b$bHere, take this for your trouble.','Get on up there and start digging!$b$bI\'ve got places to go and people to see -- time is money!','','','','','',9463,9466,0,0,12,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9658,9660,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2988,2,47,0,40,45,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,2989,0,2989,0,0,0,'Witherbark Cages','The son of our mightiest gryphon is gone! Swiftwing\'s heir. Sharpbeak, was lost while hunting with his parents a few days ago, and we believe it was the trolls who took him.$B$BYou must aid us! Search the cages in the two Witherbark troll villages to see if Sharpbeak is there.','Check the cages at the two Witherbark villages. then return to Gryphon Master Talonaxe.','Sharpbeak wasn\'t at the villages? Hm... this is grim news. That gryphon is destined to lead the next generation of gryphons. If he is lost then the strength and spirit of our fleet will suffer immensely.','','','Check First Cage','Check Second Cage','Check Third Cage','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-144066,-144067,-144068,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,250,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0),(2989,2,47,0,40,48,0,1101,0,0,0,0,0,0,0,0,0,0,2,0,2988,2990,0,2990,0,0,0,'The Altar of Zul','Sharpbeak was not with the Witherbark trolls. Perhaps the Vilebranch trolls took him. Go to the Altar of Zul on the western edge of Vilebranch territory and search for the gryphon child. ','Check the top of the Altar of Zul. then return to Gryphon Master Talonaxe.','Sharpbeak wasn\'t there? That is bad news, but it is good news too...$B$BIt is good that he was not at the Altar of Zul for the Vilebranch trolls are known for performing sacrifices.$B$BI thank you for all of your aid, but I\'m afraid I have an even greater task ahead.','Hurry, $N! If the Vilebranch trolls have Sharpbeak, then who knows what they might be doing with him!','Search the Altar of Zul','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,250,0,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(2990,2,47,0,40,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2989,2991,0,2991,9468,1,0,'Thadius Grimshade','Take this feather to Thadius Grimshade. the diviner. He left Aerie Peak years ago to pursue darker knowledge. but in his heart he is still a Wildhammer!$B$BAnd perhaps his talents can help us find Sharpbeak.$B$BThis feather was taken from the nest where the gryphon child sleeps. If you give it to Thadius then, with luck, he can use his divining magics to find Sharpbeak.$B$BGood luck, $N. You will find Thadius in the Blasted Lands, in the mage tower of Nethergarde Keep.','Bring Sharpbeak\'s Feather to Thadius Grimshade in the Blasted Lands.','Ah, yes. This feather belongs to a fine gryphon. One destined for great things... if he can survive into adulthood undamaged.$B$BYou wish to find him? Then listen close, brave $C...','$N, you come bearing a gift?','','','','','',9468,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2991,2,4,0,40,47,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,2990,2992,0,2992,0,0,0,'Nekrum\'s Medallion','I\'ll find out where your gryphon is. but first you have to do something for me. There\'s a troll in Zul\'Farrak, Nekrum Gutchewer, who possesses a medallion I would very much like to study. Bring me that Medallion and I\'ll use my powers to find Sharpbeak.$B$BZul\'Farrak is across the ocean to the west, in the desert of Tanaris.','Bring Nekrum\'s Medallion to Thadius Grimshade in the Blasted Lands.','Ah, the medallion of Nekrum. It is rumored to have given the troll an unnatural long life, but at a cost. I hope to discover a way to reap the medallion\'s power while avoiding its... unpleasant side effects.$B$BYou have done me a service, $N. I shall now uphold my end of our bargain.','Do you have Nekrum\'s Medallion, $N? There are powers hidden within it that I am eager to discover.','','','','','',9471,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,350,0,0,0,0,0,7000,5400,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2992,2,47,0,41,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,2991,2993,0,2993,0,0,0,'The Divination','Give me room while I perform a ritual of divination. I will find the connection between the feather you brought me and its owner. and follow that connection to Sharpbeak himself.$B$BThat is... I will if all goes according to plan. If it does not, then... you better close your eyes.','Wait until Grimshade performs the ritual of divination.','The ritual was a success. I have seen Sharpbeak and can tell you how to find him.','','Wait for Grimshade to finish','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,25,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2993,2,47,0,41,47,1,1101,0,0,0,0,0,0,0,0,0,8,0,0,2992,2994,0,2994,0,0,0,'Return to the Hinterlands','Sharpbeak is held in a cage. high on a cliff at the top of Jintha\'Alor in the Hinterlands. The key to this cage is possessed by the high priestess of the Vilebranch trolls, Vile Priestess Hexx.$B$BThere. I have done my part. I bid you fortune on your quest, $N.','Speak with Gryphon Master Talonaxe.','You\'ve spoken with Grimshade? What did he say?$B$B...What? The Vilebranch trolls have Sharpbeak? That\'s unbearable! We must organize a force to get him back!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,471,0,0,0,0,75,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,6,5,0,0,0,0),(2994,2,47,0,40,51,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,2993,0,0,0,0,0,0,'Saving Sharpbeak','We must save Sharpbeak!$B$BFight your way to the top of Jintha\'Alor in the heart of Vilebranch territory. gain the key to Sharpbeak\'s cage from the vile Priestess Hexx. and then find and save Sharpbeak!','Fight to the top of Jintha\'Alor. kill Vile Priestess Hexx for the key to Sharpbeak\'s cage. and save Sharpbeak.','Swiftwind and Keenclaw returned with their child moments ago, and are fussing over him like new parents. Seeing them together again is enough to give even this old dwarf mist in the eyes...$B$BWe cannot repay you enough for what you have done, $N. The gryphons of Aerie peak, and their riders, will sing your name for a long, long time.','Save Sharpbeak!','','','Open Sharpbeak\'s Cage','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-144070,0,0,0,1,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,471,0,0,0,0,500,0,0,0,0,0,22500,6300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,4,2,1,0,0,0),(2995,2,1497,0,42,47,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Lines of Communication','The Quel\'Danil Lodge is a center of communication for the high elves of the Hinterlands. Their ambassadors are working to establish relationships with other races, with whom they share their knowledge of the Witherbark trolls that inhabit the area in the southern Hinterlands. All of the documents regarding the communications are kept at the lodge.$B$BWe don\'t need the Highvale building alliances with others, $N.$B$BDestroy the Highvale documents. We need to burn their lines of communication... literally.','Oran Snakewrithe in Undercity wants you to travel to the Hinterlands and burn the Highvale Records, Highvale Report, and Highvale Notes.','Perfect, $N. While the Highvale work to recover their lost information, we will be able to seal off the lines even further... ',NULL,NULL,'Burn the Highvale Records','Burn the Highvale Notes','Burn the Highvale Report',NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-144071,-144072,-144073,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,7000,2700,0,0,0,0,0,0,0,0,0,5,0,0,6,1,0,0,0,0,0,0),(2996,2,-61,0,30,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1801,2996,0,0,0,0,'Seeking Strahad','I have taught you skills in the past, but the time has come for another to teach you. He is in Ratchet, and his name is Strahad. He is human, but do not let that fool you into thinking he is weak. He is powerful even though he may be small. He can teach you about more powerful summonings--I feel you are ready. Go to him now. He is in Ratchet... above the port town next to his tower.','Speak to Strahad Farsan in Ratchet.','A busy day in Ratchet, isn\'t it? How I enjoy watching the toil of a port city. So much mystery, so much adventure... so much ignorance.$B$BIs that hatred I see in your eyes, $N? Good, we will put that to good use.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2997,2,-141,0,12,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1642,0,0,0,0,'Tome of Divinity','Hello, $N. I know you\'re busy helping out the people of Dun Morogh, but when you have the time, you should make your way up to Ironforge to speak to one of our most respected ilk: Tiza Battleforge. She\'s the one the younger paladins go to when it\'s time they learn more about the Light and what\'s expected of ya.$B$BYou can find her upstairs in the Hall of Mysteries. If you\'ve never been there, it\'s in the Mystic Ward. Good luck to ya, $N.','Speak to Tiza Battleforge in Ironforge.','Well met, $N. I hope the Light shows you the true path and keeps you safe from evil. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2998,2,-141,0,12,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1642,0,0,0,0,'Tome of Divinity','Greetings, $Gbrother:sister;. Duthorian Rall, one of our most influential paladins, was speaking about you recently. I overheard him talking about how it was time you be put to the test some... along with some very complimentary things about how well you\'ve performed thus far.$B$BIf I were you, I\'d head to Stormwind and speak to him when you have time. I\'m sure he\'s in the Cathedral of Light--that\'s where he spends most of his time.','Speak to Duthorian Rall in Stormwind.','It is beautiful here in Stormwind, is it not?$B$BYour timing actually couldn\'t have been better, $N. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(2999,2,-141,0,12,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1642,0,0,0,0,'Tome of Divinity','Hello, $N. I know you\'re busy helping out the people of Dun Morogh, but when you have the time, you should go upstairs and speak to one of our most respected ilk: Tiza Battleforge. She\'s the one the younger paladins go to when it\'s time they learn more about the Light and what\'s expected of ya.','Speak to Tiza Battleforge in Ironforge','Well met, $N. I hope the Light shows you the true path and keeps you safe from evil. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3000,2,-141,0,12,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1642,0,0,0,0,'Tome of Divinity','Hello, $N. I know you\'re busy helping out the people of Azeroth, but when you have the time, you should return to Ironforge and speak to one of the most respected paladins of your home: Tiza Battleforge. She\'s the one the younger dwarven paladins go to when it is time they learn more about the Light and what\'s expected of all of us.$B$BYou can find her upstairs in the Hall of Mysteries which is located in the Mystic Ward.','Speak to Tiza Battleforge in Ironforge.','I greet you, and bid you welcome, $N. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3001,2,-61,0,30,30,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,1801,2996,0,0,0,0,'Seeking Strahad','I have taught you skills in the past, but the time has come for another to teach you. He is in Ratchet, and his name is Strahad. He is human, but do not let that fool you into thinking he is weak, nor is he your enemy... at least for now. He is powerful and should be respected. He can teach you about greater summonings, summonings I feel you are prepared for. Go to him now.$B$BYou can find him in Ratchet... above the port town next to the tower there.','Find Strahad Farsan in Ratchet.','A busy day in Ratchet, isn\'t it? How I enjoy watching the toil of a port city. So much mystery, so much adventure... so much ignorance.$B$BIs that hatred I see in your eyes, $N? Good, we will put that to good use.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3002,2,357,0,38,47,0,690,0,0,0,0,0,0,0,0,0,0,0,0,2979,0,0,0,9371,1,0,'The Gordunni Orb','Although I know my enemy well, I am a warrior, $N. I cannot begin to tell you what this orb is capable of.$B$BI know of a mage in Orgrimmar that will be able to tell us more about the orb. Take it to him.','Bring the Gordunni Orb to Uthel\'nay in the Darkbriar Lodge in Orgrimmar.','Fascinating, $N...$b$bThis orb is very powerful, but also very dangerous.','What have you brought me, $R?',NULL,NULL,NULL,NULL,NULL,9371,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3022,2,440,0,42,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9507,1,0,'Handle With Care','$N, I can see you yearn to be dedicated to my worthwhile cause. Yes, of course, you can do something for me!$B$BTake this crate of eggs to Erelas Ambersky. He is a druid that cares for these eggs, helping them to hatch and then training the young hippogryphs. You will find him in Teldrassil, in a small village to the south called Rut\'theran.','Bring the Carefully-packed Crate to Erelas Ambersky in Rut\'theran Village.','Thank you for your help, $N. The hippogryph population simply wouldn\'t flourish if it weren\'t for us. Ah, but I am sure you understand all too well, having traveled to Feralas yourself, and seen the devastation of the Gordunni there.$B$BWell, as you can see, I am hard at work here, so you\'d best be on your way.$B$BThanks again, $N.','Another shipment from Curgle, I assume?',NULL,NULL,NULL,NULL,NULL,9507,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5000,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3042,2,978,0,40,45,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Troll Temper','The Sandfury trolls of Zul\'Farrak make a tempering agent from sandstones, and I can use that to temper the goods I craft, yes I can! It is highly prized by connoisseurs, so if you bring me a good supply of the temper, then I\'ll reward you well.$B$BZul\'Farrak is northwest of Gadgetzan. Good luck.','Bring 20 Vials of Troll Temper to Trenton Lighthammer in Gadgetzan.','Ah, this is very nice temper indeed! And so much of it! I\'ll be at work for days before I use it all!$b$bThank you, $N. Please, take this as payment.','Did you bring me the temper, $N?','','','','','',9523,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,19500,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3062,2,357,0,45,50,1,690,0,0,0,0,0,0,0,0,0,0,0,0,3063,0,0,0,0,0,0,'Dark Heart','Edana Hatetalon is the queen of the Northspring harpies that reside in the ruins to the west. She is pure evil; I have heard that her heart is one of crystal. She is void of any emotion aside from the hate she feels towards all others. You must face Edana and bring me back her dark heart.$B$BI have heard of a horn that harpies carry -- blowing it by the Hatetalon stones, in the northern part of the ruins, will summon the queen.$B$BImagine her surprise when it is not her kin calling her, but her death.','Talo Thornhoof in Camp Mojache wants Edana Hatetalon\'s Dark Heart.','Now I know that Edana is truly dead. This heart; I will keep it in memory of what did here for me, $N. Thank you.','The hate that Edana spreads across the land must be stopped.','','','','','',9528,0,0,0,1,0,0,0,1,0,0,0,9530,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9665,9666,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,0,5100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3063,2,357,0,45,50,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Vengeance on the Northspring','In my day, I was a seasoned hunter. There wasn\'t any creature around that I feared. Until...$B$BI was out in the forest, sharpening my blade after a tough battle, when I was ambushed. Harpies surrounded me, and I barely managed to drag myself to safety.$B$BEven now, I can still hear their cries echoing...$B$BI was never the same after that. But the hate boils inside of me -- I must get even, after all these years.$B$BThe Northspring harpies can be found to the west of here. $N, get my revenge. ','Talo Thornhoof wants you to kill 4 Northspring Harpies, 4 Northspring Roguefeathers, 4 Northspring Windcallers, and 4 Northspring Slayers.','Thank you, $N. You have put an old tauren\'s mind at peace.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5362,5363,5364,5366,4,4,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,5500,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3065,2,-81,0,1,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,6488,1,0,'Simple Tablet','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the warrior trainer Frang. He would have words with you when you\'re ready. You\'ll find him outside the Den, taking cover in the shade.','Read the Simple Tablet and speak to Frang in the Valley of Trials.','You\'ll find this place fitting as you continue to train in the $C ways. If you have any questions, feel free to ask anyone around, and when you feel you\'re ready, come back to me for training. I\'ve mastered as much as any $C here in the Valley and can pass that knowledge on to you... for a price.','Another $R to bolster the ranks. Good enough for me.$b$bYou\'ll probably have a hard time hefting a good weapon like an axe, but a spear\'s just as good as anything else.$b$bWelcome to the Valley of Trials.',NULL,NULL,NULL,NULL,NULL,6488,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3082,2,-261,0,1,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,9564,1,0,'Etched Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the hunter trainer Jen\'shan. She would have words with you when you\'re ready.','Speak to Jen\'shan in the Valley of Trials.','Now we teach them those things, and they teach us others. We become one race... almost. We be allies for long time now. So you remember to help them. And Jen\'shan remember to help you.$b$bJen\'shan teach you da ways of the $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 $C ways; strong in $C ways. But the $C path not be their path... then.',NULL,NULL,NULL,NULL,NULL,9564,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3083,2,-162,0,1,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,9554,1,0,'Encrypted Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the rogue trainer Rwag. He would have words with you when you\'re ready.','Read the Encrypted Tablet and speak to Rwag in the Valley of Trials.','Until such time comes, you\'ll be under my tutelage. I will show you the ropes as some folks say. Whenever you feel prepared, come to me and I will see about training you further. Until then, practice your skills and keep them honed to a razor\'s edge. You\'ll never know when you\'ll need even the most insignificant ability.','Welcome to the Valley of Trials, Rangrang. You wouldn\'t be here if you hadn\'t gotten my tablet, so I will get to the point.$B$BI am Rwag and I am responsible for training the rogues, thieves, and cutpurses here in the Valley. I\'m the one the Hand will turn to if you\'re not ready for what\'s to come. But don\'t worry, the Hand won\'t be controlling everything you do, but it would be wise to work with them if they have need of your talents.',NULL,NULL,NULL,NULL,NULL,9554,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3084,2,-82,0,1,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,9562,1,0,'Rune-Inscribed Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the shaman trainer Shikrik. She would have words with you when you\'re ready.','Speak to Shikrik in the Valley of Trials.','As you probably know, the elements give us our power. Fire, earth, water and air--these are our tools.$b$bOur strength comes from the spirits of our ancestors. We are the leaders of our people. Like Thrall is to the Horde, so shall we be to the villages and towns we visit. They will look to us for wisdom and protection. To be better prepared, you must train often. When you feel you\'ve gained more power, come to me and I shall teach you what I can.','Ah, welcome, $N. I\'m pleased you have arrived. My days have become long and even busy what with so many students to teach, but the coming of one of your ilk brings me a great sense of accomplishment--I remember the days when I was taught by one of your shamans.',NULL,NULL,NULL,NULL,NULL,9562,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3085,2,-262,0,1,1,0,128,0,0,0,0,0,0,0,0,0,0,0,0,788,0,0,0,9561,1,0,'Hallowed Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the priest trainer Ken\'jai. He would have words with you when you\'re ready.','Read the Hallowed Tablet and speak to Ken\'jai outside the Den in the Valley of Trials.','As ya test yeself, ya\'ll find ya have better an\' better control o\'er da spirits--ya\'ll be callin\' on dem fer greata an\' greata tings... dat\'s where ol\' Ken\'jai come in. You come talk to ole Ken\'jai when ya feel yer ready. If da spirits agree, den we see \'bout teachin\' ya more powerful abilities... but only if da spirits agree.$B$BGo now, talk to da rest of da Valley\'s people. Speak to me again later.','So ya made it... good good! Da spirits tol\' me you be comin\' to see Ken\'jai soon enough. Let me be one o\' da first to welcome ya to da Valley of Trials. Dis place not be your home fer long, but while it is, why dontcha make da best o\' it.',NULL,NULL,NULL,NULL,NULL,9561,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3086,2,-161,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9575,1,0,'Glyphic Tablet','Ah, while you were gone a tablet came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the mage trainer Mai\'ah. She would have words with you when you\'re ready.','Read the Glyphic Tablet and speak with Mai\'ah near the entrance to the Den in the Valley of Trials.','You be among da most powerful beings on da planet, $N... there no arguin\' dat. And everyone know it... know it good, too!$B$BBut ya must be weary! \'cause it not orc, or elf, or dwarf dat you should be scared of... it be da tings you can\'na see. Magic be powerful. Make you do tings you may not want to do. Make ya tink you more powerful then you really be. Be patient. Be smart.$B$BWhen ya tink you be ready for trainin\', come back to Mai\'ah. She teach you what you ready to learn, no problem.','Ya look to please Mai\'ah already, $N. Dat be good. You give Mai\'ah respect, and Mai\'ah maybe give you respect back. But enough o\' dat, you be here to learn \'bout magic, not hear Mai\'ah talk.$B$BThere be only one ting Mai\'ah can no teach you \'bout magic, $N, and dat\'s how to stop da corruptin\'.',NULL,NULL,NULL,NULL,NULL,9575,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3087,2,-261,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,9553,1,0,'Etched Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the hunter trainer Jen\'shan. She would have words with you when you\'re ready.','Read the Etched Parchment and speak to Jen\'shan in the Valley of Trials.','When we finish speakin\', you should talk to da rest of da citizens in da Valley. They ask you to do tings for them... tings that will test your skill and teach you some of da dangers of this land.$B$BAs you grow in experience and wisdom, you be needin\' Jen\'shan to show you better techniques and skills. Come back to Jen\'shan often. I will let you know what I can teach you.','Ah, so you come at last. Good. Jen\'shan be waitin\' for you.$B$BMany tink it be an easy path, but Jen\'shan tell you dat not true. Mastering da beasts of Durotar and beyond take as much skill as masterin\' the arcane arts or speakin\' to our ancestors.$B$BFirin\' a bow or rifle may not be as dangerous to you as castin\' a spell, but it sure be as dangerous to your enemy.',NULL,NULL,NULL,NULL,NULL,9553,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3088,2,-162,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,9560,1,0,'Encrypted Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the rogue trainer Rwag. He would have words with you when you\'re ready.','Read the Encrypted Parchment and speak to Rwag in the Valley of Trials.','Now that you know where I\'m holding up, I should let you know: the Shattered Hand\'s asked me to look out for you. They want me to train you and keep you informed of anything they might need. Even if you\'re not interested in helping them yet--which you\'d be a fool not to be--I\'ll do what I can to train you... for a small fee. Come back to me anytime you think you\'re ready, and we\'ll see what you\'re ready to learn.','Shhh, not so loud. I don\'t trust Nartok over there. Anyone that has to hide deeper in a cave than I do shouldn\'t be trifled with.$b$bI trust you had no problem finding your way around?',NULL,NULL,NULL,NULL,NULL,9560,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3089,2,-82,0,1,1,0,2,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,9568,1,0,'Rune-Inscribed Parchment','Ah, while you were gone a parchment came for you, $N.$B$BRead it when you have time. If I\'m not mistaken, it came from the shaman trainer Shikrik. She would have words with you when you\'re ready.','Read the Rune-Inscribed Parchment and speak to Shikrik in the Valley of Trials.','You will be the conduit in which our ancestors communicate. You will have the power of the elements at your beck and call. Sundering your enemies will be child\'s play; healing your allies as easy as breathing. Keep these things in mind as you face new challenges, and come back to me as often as you\'d like. I will remain here to teach you new spells and set you on the correct path when you are ready.','So, you\'ve arrived. I was beginning to wonder when you would show yourself. I sent the parchment some time ago--I wasn\'t sure if it had arrived.$B$BBut enough chatter... you\'re here because you have been chosen, chosen to lead the spiritual lives of our people.',NULL,NULL,NULL,NULL,NULL,9568,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3090,2,-61,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,4641,0,0,0,9579,1,0,'Tainted Parchment','Ah, while you were gone a parchment came for you, $N.$B$BI usually avoid dealing with warlocks if I can help it, but I think you should read it when you have time. If I\'m not mistaken, it came from your newly-appointed trainer Nartok. He would have words with you when you\'re ready.','Read the Tainted Parchment and speak to Nartok inside the Den in the Valley of Trials.','And now you\'ve joined our ranks also. Don\'t misunderstand, Asatokta. Just because you have access to power that many will be jealous of, it does not mean you will be accepted easily. Thrall allows our kind into Orgrimmar because we are still his fellow kin--he cannot turn his back on us, or we would become as pathetic as the humans who enslaved him. My point is: be careful. You can be powerful, but if you are foolish, then you are as good dead.$b$bIf you need training in spells then return to me.','Finally, you\'ve arrived... and discretely also. Good.$b$bOur world is full of fools, Asatokta. Even the mighty Thrall has greater flaws than most can see. He turns his back on the power needed to make this land ours completely! We\'re not the same people who were manipulated and used by creatures from the Nether. We are our own people. We are proud... and we are strong.',NULL,NULL,NULL,NULL,NULL,9579,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3091,2,-81,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,9547,1,0,'Simple Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the warrior trainer Harutt. If this note is from Harutt, I wouldn\'t take long in reading it\'s contents.','Read the Simple Note and speak to Harutt Thunderhorn in Camp Narache.','Each of us plays a role in our tribe. Each of us must also go through all the same rites. Do not ever let your pride tell you otherwise.$b$bI remain here to train new warriors that seek the glory of battle and who follow the ways of our oldest ancestors. When you feel ready, come back to me and I will do what I can to train you further. Go with the tribe\'s blessing, $N.','Ah, at last, you\'ve arrived, $C. I did not lie in my note, $N. We are a special breed also, not unlike the druids or shamans of our tribe. You are just as important. We are the ones called upon to defend our borders, to hunt the centaur, and to go to war.',NULL,NULL,NULL,NULL,NULL,9547,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3092,2,-261,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,9565,1,0,'Etched Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the hunter trainer Lanka. If this note is from Lanka, I wouldn\'t take long in reading it\'s contents.','Read the Etched Note and speak to Lanka Farshot in Red Cloud Mesa.','And it is my job to make sure you are prepared by teaching you the basics of our profession--how to tame your pet, how to fire your rifle, and many other skills that will become necessary.$b$bHunters are a strong part of our tradition and history, 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,NULL,NULL,NULL,NULL,9565,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3093,2,-82,0,1,1,0,32,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,9552,1,0,'Rune-Inscribed Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the shaman trainer Meela. If this note is from Meela, I wouldn\'t take long in reading it\'s contents.\r\n','Read the Rune-Inscribed Note and speak to Meela Dawnstrider in Camp Narache.','We will meet many times in the days to come. Each time you will hopefully leave my company a little more powerful... a little more prepared. Like the Eternal Flame, your spirit will burn bright and hot.$b$bGo now, $N. Go and test yourself. I will be here for you when you need.','As quickly as water falls from the sky, here you are before me. I am pleased by your haste. It means you realize both the importance of our meeting and you being here. I am no leader, but I do understand the elements, and I can speak to the spirits of our people. I will teach you to do the same.','','','','','',9552,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3094,2,-263,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,747,0,0,0,9581,1,0,'Verdant Note','Just a moment ago a messenger was looking for you, $N. I believe she was sent by the druid trainer Gart. If this note is from Gart, I wouldn\'t take long in reading its contents.','Read the Verdant Note and speak to Gart Mistrunner in Camp Narache.','Though we share a common bond, do not expect much welcome from the night elves. Their pride still limits their sight, but that is none of our concern. The teachings of the Earthmother are all you must concern yourself with, and I will teach you what I know as you grow in wisdom.$b$bReturn to me often, $N. You will find that the Earthmother grants incredible abilities to those who are most dedicated.','You have arrived. This is good. Our ancestors\' spirits have become restless throughout Mulgore and beyond, but I cannot tell why. It will forever be your duty to learn to listen to nature\'s spirits, and act as their avatar. Be mindful of that.',NULL,NULL,NULL,NULL,NULL,9581,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3095,2,-81,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,9546,1,0,'Simple Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the warrior trainer Dannal. I would take some time to read it before heading out again.','Read the Simple Scroll and speak to Dannal Stern in Deathknell.','I will be here to train you as you grow in experience... find me as often as you like. I charge a minimal fee, but you\'ll find everything I can teach you to be worthwhile.$B$BGo now and test your skill. Many more things will become known to you as you gain experience, some of which I am unable to discuss with you here. Just know that Sylvanas will need warriors with your type of strength in the future. You will be the backbone of our salvation. Do not forget it.','Ah, so you\'ve arrived. Good. I overheard that a few others were able to escape \"death\" and were heading into town. Perhaps that resilence will pay off in the future also.$B$BYou may thank Sylvanas for your freedom... freedom of mind and body. Though you still remain tortured by the plague and its effects, you are now free to come and go as you see fit.',NULL,NULL,NULL,NULL,NULL,9546,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3096,2,-162,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,9559,1,0,'Encrypted Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the rogue trainer David Trias. I would take some time to read it before heading out again.','Read the Encrypted Scroll and speak to David Trias in Deathknell.','I spend most of my time here in the inn keeping an eye out for new faces and just keeping tabs on up-and-coming prospects. Keep your nose clean and I\'ll do what I can to teach you a few things. Just come back to me whenever you want, and we\'ll see if you\'re ready for a new skill or two.','So you\'ve made it? Good, we\'ll have need of more rogues as time goes on. The Shadowstalkers will probably wind up finding you when they think the time\'s right, so don\'t go and slip up or do anything you might regret. They need talented agents... not pickpockets and fools.','','','','','',9559,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3097,2,-262,0,1,1,0,16,0,0,0,0,0,0,0,0,0,0,0,0,364,0,0,0,9569,1,0,'Hallowed Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the priest trainer Duesten. I would take some time to read it before heading out again.','Read the Hallowed Scroll and speak to Dark Cleric Duesten in the church in Deathknell.','There is only one thing you must know: we have survived through will alone. It is faith in ourselves that separates us from others, and with our powers, we will cause great change in all of Azeroth. The weak will come to lean on you. The lepers will call you Lord. And the ignorant will look to you for guidance. It is my duty to make sure you have the necessary tools so when the time comes, you are prepared. As you grow in experience, seek me out. I will teach you greater powers if you are ready.','Ah, so between fire, plague, rioting, and much worse, one more of the \"faithful\" comes to my door. Well, let me bid you welcome, $C. And allow me a moment to explain a thing or two before you decide it\'s time for you to seek whatever drives you forward: the Holy Light no longer concerns you, the spirits of your forefathers are fairy tales, and creatures from the Nether don\'t want you.$b$bDo you understand me so far?',NULL,NULL,NULL,NULL,NULL,9569,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3098,2,-161,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,9574,1,0,'Glyphic Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the mage trainer Isabella. I would take some time to read it before heading out again.','Read the Glyphic Scroll and speak to Isabella in the church in Deathknell.','You must return to me often if you are to become powerful enough to destroy those who would oppose us. The rules of magic still apply to you, $N. You will still find corruption follows you like hungry wolves in the night. You will find its caress is not unlike an addiction, an old lover still wanting to be by your side. But these things can be staved off. These things will only control you if you allow them to.$b$bGo now, return to me when you\'ve grown more powerful.','I knew you would come to me, $N. Not because you do not have the will to follow your own path, but because we are kindred spirits. We both have felt pain. We have both suffered. And now we want the power to take back what we know is ours: this land, our lives, our destinies. But there is much for you to learn still.','','','','','',9574,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3099,2,-61,0,1,1,0,690,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,9578,1,0,'Tainted Scroll','Ah, while you were off dealing with the mindless Scourge, this scroll arrived for you. I would think it\'s some matter of importance as it seems it bears the seal of the warlock trainer Maximillion. I would take some time to read it before heading out again.','Read the Tainted Scroll and speak to Maximillion in Deathknell.','I mentioned a slave still being a slave, no matter the master. Do you remember? We both know that it is that type of control--that type of power--that now drives us. We seek to have creatures serve us. We know we are more powerful and deserve more respect than others give us ... and so now we look to take it.$b$bI will be your ally in this struggle--the struggle for our own freedom. Freedom to seek our own allegiances. When you feel ready, return to me and I will teach you all I know.','I bid you welcome, sister. I knew you would come. It was only a matter of time.$b$bWhat I said interested you, didn\'t it? I hit a chord... something inside you knew what I claimed was truth. Good.$b$bKnow this though: I am no traitor to Sylvanas. If anything, she would appreciate my claims considering it was her own beliefs that has put the Forsaken in the position it is now.','','','','','',9578,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3100,2,-81,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9542,1,0,'Simple Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Llane, our local warrior trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Simple Letter and speak to Llane Beshere in Northshire Abbey.','Get yourself squared away, learn the layout of the land, and come back to me whenever you need training. I\'ll be here night or day.$B$BThe Knights of the Silver Hand have done well in making this place fairly safe, but as you meet the other citizens, I think you\'ll find they all have problems they could use some help with - help a $C can give them. Good luck.','Ah, you got my letter, $N... good.$B$BThere\'s been an influx of warriors in Elwynn recently - which is good for Stormwind, but bad for the kobolds and Defias in the area.',NULL,NULL,NULL,NULL,NULL,9542,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3101,2,-141,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9570,1,0,'Consecrated Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Brother Sammuel, our local paladin trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Consecrated Letter and speak to Brother Sammuel in Northshire Abbey.','In the meantime, you should know one or two other things. You are a symbol to many here in this land--act accordingly. The Holy Light shines within you, and it will be obvious to both your allies and your enemies.$B$BAlso, as you gain in wisdom and power, you will need to train to learn new abilities. That\'s where I come in. When you feel you\'ve gained some experience here in Northshire, come back to me and I will teach you what I feel you are ready to learn. Good luck... $C!','Finally! We meet face to face, brother to 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,NULL,NULL,NULL,NULL,9570,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3102,2,-162,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9555,1,0,'Encrypted Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Jorik, one of our local trainers. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Encrypted Letter and speak to Jorik Kerridan in the stable behind Northshire Abbey.','You\'re gonna find 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.','','','','','',9555,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3103,2,-262,0,1,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9548,1,0,'Hallowed Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Priestess Anetta, our local priest trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Hallowed Letter and speak to Priestess Anetta in Northshire Abbey.','As you grow in experience, return to me and I will do what I can to impart my knowledge upon you. Until then, go with compassion in your heart, and let wisdom be your guide. Remember, the world only becomes a better place if you make it so.','Ah, at last you\'ve come. I knew you would find your way to me. The Holy Light shines upon you, and the path you\'ve chosen. These times are harsh--the Burning Legion still has a presence upon Azeroth, the entirety of Kalimdor seeks new ways to defend itself from its own tribulations, and it is up to you to aid as many as you can.','','','','','',9548,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3104,2,-161,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9571,1,0,'Glyphic Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Khelden, our local mage trainer. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Glyphic Letter and speak to Khelden Bremen inside Northshire Abbey.','Haha, I knew my note would not dissuade you from your path. So, you\'re prepared then, are you? Prepared to accept your fate? Prepared to challenge the gods and any other forces that stand before you in the pursuit of knowledge and power?$B$BI will not lie, $N, you will be feared as much as respected. But also know this, I will be here for you when you need training. Simply seek me out as you grow more powerful.','Hello, $N. I am Khelden. Is there something I can do for you?',NULL,NULL,NULL,NULL,NULL,9571,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3105,2,-61,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7,0,0,0,9576,1,0,'Tainted Letter','I was asked to bring this to your attention as soon as you returned from the kobold camps, $N. It appears to be a letter sealed with the insignia of Drusilla, one of our local trainers. I wouldn\'t hesitate to read it before you go about any other business here in the Abbey.','Read the Tainted Letter and speak to Drusilla La Salle next to Northshire Abbey.','As you grow in power, you will be tempted--you must always remember to control yourself. I will not lie--corruption can come to any practitioner of the arcane; especially one who deals with creatures from the Twisting Nether. Be patient, and be prudent... but do not let that repress your ambition.$B$BAs you grow more powerful, return to me and I will teach you more about our ways.','Ah, so you\'ve arrived, and not a moment too soon, $N. Some of the guards were over here a moment ago and were giving me curious looks... pathetic mundanes.','','','','','',9576,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,50,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3106,2,-81,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9543,1,0,'Simple Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the warrior trainer Thran. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Simple Rune and speak to Thran Khorman in Coldridge Valley.','Other things you\'ll probably see too, just so yer in the know: dwarves usin\' magic in a fight \'stead of a rifle. Some of us takin\' to worshippin\' the Holy Light like some of the humans, and, last but not least, troggs. You\'ll learn more \'bout them later, but What you need to know now is that I\'m here to help ya.$b$bI be here to teach ya how to be a real $C. Anytime ya think ya need more trainin\', come back to me and I\'ll see what I can do.','Blast it\'s cold today, aint it? It\'s like the snow never goes away, $N.$b$bYou\'ve probably noticed already, but there are gnomes now living in our city. That\'s because they went and got themselves blown out of their own home. Don\'t go spreadin\' this \'round, but I can hardly blame them--I think I woulda resorted to explosives too if Ironforge were infested with Dark Irons or the like.','','','','','',9543,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3107,2,-141,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9563,1,0,'Consecrated Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the paladin trainer Bromos. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Consecrated Rune and speak to Bromos Grummner in Coldridge Valley.','The humans have taught us a great deal about the Holy Light and how important their order is to them... and to protecting all of Azeroth. We have a great respect for how stepped in tradition it is, and how just one figure, one sacrifice, can make the difference between pain and salvation.$B$BThe two of us are gonna be working together for a bit. Any time you think you\'re ready, come back to me and we\'ll see about getting you some training. Can\'t have you go out into the world unprepared, now, can we?','So, you\'ve made it! And not a second too soon. There\'s much to be done in Coldridge Valley and beyond. I\'m gonna need your help as much as you\'re gonna need mine!$B$BYou\'re a Knight of the Silver Hand now, be ready to play the part.',NULL,NULL,NULL,NULL,NULL,9563,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3108,2,-261,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9566,1,0,'Etched Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the hunter trainer Thorgas. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Etched Rune and speak to Thorgas Grimson in Coldridge Valley.','One thing you should always remember is that you gotta respect the world you\'re livin\' in. The beasts that choose to fight along side you; the shine of your weapon; the weight of your ammo; the bite of a bitter wind; all these things you need to know intimately.$B$BI\'ll do what I can to help you, but most of the work\'s up to you. Anytime you think you\'re ready, come back and talk to me. I\'ll train you when I can.','Ya made it! Good to hear! Betcha didn\'t have to track me to find the place either. Haha!$B$BOur profession is pretty steeped in tradition, $N. Learning the ways of the land. Learning to track a bear through the mountains. Even just surviving on wits alone takes a great deal of courage and cunning. Think you\'re capable?',NULL,NULL,NULL,NULL,NULL,9566,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3109,2,-162,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9550,1,0,'Encrypted Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the rogue trainer Solm. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Encrypted Rune and speak to Solm Hargrin in Coldridge Valley.','Anyway, as you start peekin\' around Coldridge you\'ll probably have need of training at some point. You just come back to me whenever you feel you need it and I\'ll teach you what I know--a trick here, a maneuver there. You know, the stuff that keeps you alive and makin\' a little extra coin.$B$BKeep an eye out on our gnomish friends too... they kinda got the short end of the stick what with Gnomeregan being... destroyed. They\'ll need our help to feel welcome.','You made it! Great!$B$BWe\'ve got an influx of activity lately, so I\'m glad to count another of the Ironforge clan among our numbers. Too many of us are lookin\' to the arcane, and divine for my own tastes. Nothin\' against them and their beliefs, but there\'s nothing like a cold blade in your hand and a shadow to keep you from the light, know what I mean?',NULL,NULL,NULL,NULL,NULL,9550,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3110,2,-262,0,1,1,0,4,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9556,1,0,'Hallowed Rune','While you were helping me out, this rune was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the priest trainer Branstock. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Hallowed Rune and speak to Branstock Khalder in Anvilmar.','I\'m the one who can train ya as you start to find your way around Coldridge Valley. When ya feel yer ready, come back to me and we\'ll see about maybe teaching you a new spell or two to fend off the valley from them blasted troggs.$B$BYa got the Light on yer side, along with all of Ironforge, $N... no pressure on ya to become somethin\' special.','Ach! Ya made it, $N! Wonderful!$B$BI was gonna say, I was about to lose faith that ye\'d arrive at all... get it, lose faith? It\'s a joke, lass... aww, nevermind. Ya didn\'t come here for me bad jokes anyway.',NULL,NULL,NULL,NULL,NULL,9556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3112,2,-81,0,1,1,0,64,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9544,1,0,'Simple Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the warrior trainer Thran. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Simple Memorandum and speak to Thran Khorman in Coldridge Valley.','Well, seein\' how this is your prime directive, or whatever yer callin\' it these days, I gave my word I\'d do whatever I can to make sure you and yours were ready to take back your home... and that\'s just what I\'m gonna do.$B$BAny time you feel yer ready, come back to good ol\' Thran and I\'ll be happy to share my knowledge wit ya. There\'s some cost to me trainin\' ya, but it won\'t be too expensive. Good luck.','Ah, well, another memorandum from a $R on a mission... isn\'t this quaint.$B$BNo, no, I ain\'t teasin\' ya, little one. Gotta respect your tenacity, that much is fer sure. I\'d be just as peeved if Ironforge was taken by Dark Iron dwarves, so don\'t be thinkin\' I don\'t feel for your plight...',NULL,NULL,NULL,NULL,NULL,9544,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3113,2,-162,0,1,1,0,64,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9558,1,0,'Encrypted Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the rogue trainer Solm. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Encrypted Memorandum and speak to Solm Hargrin in Coldridge Valley.','I pretty much keep to myself around here so we don\'t get a bad wrap for things gone missing, but if you need anything, some training or somethin\', just come back anytime.$B$BYou and me got an understandin\'. We know when it comes down to it you can only trust family... and that\'s just what we got going on here, isn\'t it? Regardless of Gnomeregan being... overrun, and whatever else is thrown our way, we got one another to back each other up. Right?','Glad to see you got my note and came over. Sorry about pretendin\' it was a memorandum from your higher-ups... no offense intended. I just knew the two of us, along with others of our kind, gotta stick together.$B$BNot many think it\'s the best thing in the world to have your kind and my kind holed up in the same city, but I think we can work things out just fine. What do you think?','','','','','',9558,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3114,2,-161,0,1,1,0,64,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9573,1,0,'Glyphic Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the mage trainer Marryk. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.','Read the Glyphic Memorandum and speak to Marryk Nurribit inside Anvilmar above Coldridge Valley.','Oh, yeah! Arcane Arts... of course.$b$bHere\'s what you need to know, $N: Don\'t get into too much trouble. Save some coin to buy me an ale... or any spells ya might want. And stay the heck away from Gnomeregan. Other than that, have a good day! I\'ll be here if you need me or want to train... or whatever.','Yeah, what\'s that, $R? Speak up, if you don\'t mind. I don\'t hear so good after a few ales.',NULL,NULL,NULL,NULL,NULL,9573,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3115,2,-61,0,1,1,0,64,0,0,0,0,0,0,0,0,0,0,0,0,179,0,0,0,9577,1,0,'Tainted Memorandum','While you were helping me out, this memorandum was given to me to pass on to you. Take some time to read it when you have a chance. I\'m thinkin\' it came from the warlock trainer Alamar. Take a gander at it and go find him inside Anvilmar when you\'ve a chance.$B$BAnd watch yerself, $N, your kind ain\'t too trusted \'round these parts.','Read the Tainted Memorandum and speak to Alamar Grimm inside Anvilmar above Coldridge Valley.','But none of that matters. What matters is that you\'ve seen your own Holy Light! You know where power truly comes from. You realize that having our own allies is much more... prudent. Special allies. Allies that, no matter the task, will obey till their last breath.$b$bAnd that\'s where I come in, Anengineer. I can train you in the beginnings of those special powers. Seek me out often and I will do what I can to teach you more spells.','Wonderful! You got my memorandum obviously.$b$bIgnore the fools around you, Anengineer. The Holy Light?! The sword and shield?! These aren\'t paths for ones as open minded as us. Look at what \"normal\" magic did to our home. Coupled with those damned tinkerers, our race almost became extinct. And now we have to rely on the dwarves-- they\'d rather spend time allying with humans than help us rebuild our own home. We\'re like second-class citizens. Have you seen the way they look at us?','','','','','',9577,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3116,2,-81,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,9545,1,0,'Simple Sigil','This sigil was given to me by a messenger from our warrior trainer, Alyissia. It seems Alyissia would have words with you when you have a moment. Read it and bring it to her afterwards.','Read the Simple Sigil and speak to Alyissia in Shadowglen.','Soon you will see others from different races in the boughs of our home--do not let it cause any prejudice within you. They are welcome. They will aid us when they can. Not all of them will be altruistic, but they should be granted some amount of trust.$b$bBut none of this matters now. Now we must focus on you, and how you can aid our people. I am here for that very purpose. I will train you in the ways of a $C as you become stronger. Return to me whenever you wish and I will do what I can to aid you.','You made it. I\'m so glad.$b$bMuch has happened over the last few years, Saric: the creation of Teldrassil, the corruption of many of the forest creatures here and abroad, discovery of lands we thought lost to us like Feralas... so much, in so little time. But those are just some of the reasons we are here, the most important being to protect our kind from further evil.','','','','','',9545,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3117,2,-261,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,9567,1,0,'Etched Sigil','This sigil was given to me by a messenger from our hunter trainer, Ayanna. It seems Ayanna would have words with you when you have a moment. Read it and bring it to her afterwards.','Read the Etched Sigil and speak to Ayanna Everstride at the top of Aldrassil in Shadowglen.','As you experience what Shadowglen has to teach you, come see me--I will be able to help you understand more about your role as a $C and what you are capable of.$B$BThese are dangerous times, $N, do not take for granted the skill of your pets--there are things in this world more dangerous than you can imagine. Go with Elune and return to me again.','You\'ve arrived, and none too soon, $N. Welcome to Shadowglen.$B$BI trust my sigil found you in good spirits and health?$B$BAs I said previously, I am here to train you as a $C; to tame beasts to aid you in battle; to use a bow with unerring accuracy; to respect the lands which we call home and also the lands beyond.','','','','','',9567,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3118,2,-162,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,9551,1,0,'Encrypted Sigil','This sigil was given to me by a messenger from our rogue trainer, Frahun. It seems Frahun would have words with you when you have a moment. Read it and bring it to him afterwards.','Read the Encrypted Sigil and speak to Frahun Shadewhisper in Shadowglen.','Until then, know that our kind are needed more than ever in this tenuous time. Peace with the other races can fail at any moment, and there is much talk about members of the Horde looking to sow even greater seeds of distrust. Remember that.$b$bAs you gain in power and feel more prepared, come back to me here and I will see about getting you some training. It\'s important that you know how to handle your weapon of choice, among other things.','Hello, 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.','','','','','',9551,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,3118),(3119,2,-262,0,1,1,0,8,0,0,0,0,0,0,0,0,0,0,0,0,456,0,0,0,9557,1,0,'Hallowed Sigil','This sigil was given to me by a messenger from our priest trainer, Shanda. It seems Shanda would have words with you when you have a moment. Read it and bring it to her afterwards.','Read the Hallowed Sigil and speak to Shanda in Aldrassil.','Do not concern yourself with the world below Teldrassil for now. There will be time for that later. Go now and speak to the others in Shadowglen--they can tell you more about what events have transpired. Help them in any way you can, and anytime you feel you need more training, come back to me and I will teach you what I can.','It pleases me to see you\'ve arrived so quickly, $N. Welcome.$b$bAs you\'ve probably heard, all of Teldrassil is stirring with the comings and goings of travelers. Even members of the Alliance have even been allowed access onto Teldrassil\'s boughs in order to meet with other Kaldorei who prepare for the adventures ahead.','','','','','',9557,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3120,2,-263,0,1,1,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,457,0,0,0,9580,1,0,'Verdant Sigil','This sigil was given to me by a messenger from our druid trainer, Mardant. It seems Mardant would have words with you when you have a moment. Read it and bring it to him afterwards.','Read the Verdant Sigil and speak to Mardant Strongoak, in the tree Aldrassil in Shadowglen.','I will be your mentor and guide for now. It is my duty to teach you how to interpret not only what the spirits communicate to us, but also the complexities and secrets of the Emerald Dream.$b$bAs you learn and grow in power, you will learn more of our sleeping trance. But until then, return to me as often as you like and I will teach you what I can in the ways of our kind.','Ah, young $C. I see you\'re eager to continue your studies. Good.$b$bI wonder, have you spent much time in the Emerald Dream already? Perhaps you\'re not prepared for that yet... In time, I\'m sure.$b$bBut until then, we should discuss other matters.','','','','','',9580,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3121,2,357,0,40,45,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3122,9629,1,0,'A Strange Request','Neeru Fireblade in Orgrimmar 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 Orgrimmar. Here, take this with you. It\'s a shrunken head that I promised Neeru in exchange for the herbs. It\'s the head of some poor dwarf I ventured across in the forest. I\'m sure Neeru will be pleased.$B$BYou\'ll find Neeru in the Cleft of Shadow.','Take the Shrunken Head to Neeru Fireblade in Orgrimmar.','I have been waiting for Uzer\'i to deliver this...$b$bLet me give you the herb mixture I prepared for his... well, experiments...','Yes?','','','','','',9629,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,1680,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3122,2,1637,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3121,0,0,0,9628,1,0,'Return to Witch Doctor Uzer\'i','Here are the herbs, $N. Take them to Witch Doctor Uzer\'i.$B$BPlease let him know that I am satisfied with the shrunken head.','Deliver Neeru\'s Herb Pouch to Witch Doctor Uzer\'i in Feralas.','This is just what I need to prepare the muisek vessel, $N. Soon we will see if my latest incantations prove to be as powerful as I had hoped.$b$bPlease, a moment. I must perform the ritual and apply the herbs.','Have you spoken to Neeru?','','','','','',9628,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,25,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3123,2,357,0,40,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3124,9618,1,0,'Testing the Vessel','This will be a test; both of the ritual I performed, and of your abilities. Take this vessel, $N. With it, you will have the power to shrink and capture a creature inside of it.$B$BTravel to the Hinterlands and look for creatures known as Wildkin that were once pets of the night elf goddess Elune. The vicious, primitive, or savage owlbeasts are your targets, $N. Kill 10, and use the muisek vessel to shrink and capture them before their spirits can escape.','Travel to the Hinterlands, and locate the Wildkin. Kill 10, and use the Muisek Vessel to shrink and capture the fallen Wildkin.$B$BBring 10 Wildkin Muiseks and the Muisek Vessel to Witch Doctor Uzer\'i in Feralas.','Upon a violent death, the muisek of a creature may escape and seek revenge. Shrinking the creatures, as you did, $N, prevents the muisek from escaping. Now we may use it as we please!','Were you able to capture the wildkin?$b$bIf you succeed, we will be ready to shrink and capture the muisek of creatures of Feralas.','','','','','',9594,9618,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3124,2,357,0,40,47,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3123,0,0,3125,9619,1,0,'Hippogryph Muisek','Since you have proven that you are both trustworthy and gifted with the ability to use the muisek vessel, I now wish you to capture another creature.$B$BHippogryphs have been loyal companions to the night elves for many years; their spirits are loyal and steadfast.$B$BYour task is to kill 10 Frayfeather hippogryphs, and quickly, shrink and capture them with the vessel, so that their muisek may be preserved. You will find the hippogryphs in the High Wilderness, to the south of here. ','Kill 10 Frayfeather hippogryphs of any type, then use the Muisek Vessel to shrink and capture them.','After killing an animal, if we allowed the muisek to escape, it may take the form of an even greater creature. We would never be safe from its vengeance.$b$bThis is a dangerous job I have given you, $N. Again, you have completed it well.','Were you able to capture the hippogryphs?','','','','','',9595,9619,0,0,10,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3125,2,357,0,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3124,0,0,3126,9620,1,0,'Faerie Dragon Muisek','$N, next I must have you capture a creature that in appearance, may look quite fragile, yet its powerful spirit is what we are truly after. The faerie dragons that I speak of have served the night elves as their allies. We must capture one so that the horde may benefit from this strength of spirit as well.$B$BHere is the muisek, $N. Kill 8 sprite darters or sprite dragons, and capture their muisek. They may be found to the west of here.','Kill 8 Sprite Darters or Sprite Dragons. Use the Muisek Vessel to shrink and capture the fallen Faerie Dragons.','Thank you, $N. Now the spiritual powers of the faerie dragon will be available to us.$b$bI hope you willing to perform another task for me.','Were you able to capture the muisek of the faerie dragons?','','','','','',9596,9620,0,0,8,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3126,2,357,0,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3125,0,0,3127,9606,1,0,'Treant Muisek','The wandering forest walkers that can be found meandering through the forest are our next target, $N. Night elves have enlisted treants as allies to fight against the horde. Their movement may be slow, but their role as protectors is undeniable.$B$BSoon we will be able to use this power for our own benefit.$B$BFind 3 wandering forest walkers; kill them, and use the muisek vessel to shrink and capture them.','Kill 3 Wandering Forest Walkers. Use the Muisek Vessel to shrink and capture the fallen Treants.','Thank you, $N. Our muisek collection is almost complete.','Were you able to capture the wandering forest walkers?','','','','','',9593,9606,0,0,3,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3127,2,357,0,40,50,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3126,3129,-3129,0,9621,1,0,'Mountain Giant Muisek','The last task I will require of you is to travel to the northwest and find the final enemy.$B$BThe mountain giants left the mountains to aid the night elves when the burning legion appeared in the world. You will know them by their massive size and the way the ground begins to shake as you travel along their rocky terrain.$B$BI am eager to harness power of that size. Kill 7 mountain giants, then use the muisek vessel to capture their powerful muisek.','Kill 7 Land Walkers or Cliff Giants. Use the Muisek Vessel to shrink and capture the fallen Mountain Giants.','Just imagine the possibilities of what we now possess, $N. Along with the materials that you have collected, I will be able to forever trap the muisek of these creatures into whatever I wish.','Were you able to capture the mountain giants?','','','','','',9597,9621,0,0,7,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3128,2,357,0,40,50,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,3129,-3129,0,0,0,0,'Natural Materials','I will need certain materials to complete my endeavor... You may do this alongside the other tasks I will give you.$B$BI\'ll need a splintered log from a treant of Feralas. Encrusted minerals, these can be found on the mountain giants and faerie dragons to the west. Also, find me some resilient sinew from the owlbeasts of the Hinterlands or hippogryphs of Feralas. Finally, I\'ll need a large amount of metallic fragments from any of these creatures I mentioned.','Bring 2 Splintered Logs, 6 Encrusted Minerals, 20 pieces of Resilient Sinew, and 40 Metallic Fragments to Witch Doctor Uzer\'i in Camp Mojache.','Excellent! These materials, combined with the muisek, should yield just the results we\'ve been wanting.','Were you able to collect the materials I need?','','','','','',9590,9589,9591,9592,2,6,20,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,5500,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3129,2,357,0,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3127,0,0,0,0,0,0,'Weapons of Spirit','Imbuing the muisek into the weapons is a difficult process. Now that I have all of the required materials and the muisek of the creatures that you captured, I may begin. Please wait; I will return in a moment.','Witch Doctor Uzer\'i wants you to wait for a moment while he prepares the weapons.','As promised, you have your choice, $N. The muisek of the creatures has been forever sealed into the power of these weapons.$b$bYou may now wield their energy as your own. Use it well.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9684,9686,9683,10652,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3130,2,357,0,40,43,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,2869,0,0,0,'Against the Hatecrest','At this point, I am going to direct you to my second, Latronicus. He\'s been keeping a close eye on the naga forces to date. I\'ll assess the general situation here in regards to the naga; as much as I want to commit a full force to move against them, leaving the stronghold open to direct attack from the Horde - or worse - seems less than optimal.$B$BAnyway, Latronicus awaits. Good work thus far, $N. Keep it up.$B$BYou\'re dismissed.','Report to Latronicus Moonspear in Feathermoon Stronghold.','Excellent, $N - I value a \"can do\" attitude in those who I work with.$B$BI\'ve been tasked by General Feathermoon to address the naga in a direct manner. My plans are two fold: one, we will weaken their forces both in number and in command, and two, we will uncover what they are up to in the ruins. With your help, we\'ll counter the naga presence without sacrificing the general security of the stronghold. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3141,2,16,0,52,57,0,0,0,0,0,0,0,0,0,0,0,10,0,0,2744,3508,0,3508,0,0,0,'Loramus','So you wish to battle demons? You would do well to listen to my tale. ','Listen to Loramus Thalipedes tell his story.','So be it...','','Loramus\' Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,510,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3161,2,440,0,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9978,1,0,'Gahz\'ridian','$N, I\'m a scientist, but also a treasure hunter at heart!$B$BLong ago, when trolls used to occupy this land, they created large amounts of ornaments modeled after Gahz\'rilla, a hydra they worshipped as a deity. These ornaments are carved out of an element that I call \"Gahz\'ridian,\" after the hydra god.$B$BI did find some myself, but I\'d like to have some more to study -- maybe you can find some?$B$BI even invented a detector that makes finding the Gahz\'ridian a snap! Just put it on, and the search begins! ','Marvon Rivetseeker in Tanaris wants you to collect 30 Gahz\'ridian Ornaments.','Perfect; these ornaments are perfect for my studies. Thanks so much for the help, $N.$B$BOh, can I get my helmet back?','Are you having any trouble?$B$BYou can find Gahz\'ridian just about anywhere in Tanaris, $N, so keep looking!',NULL,NULL,NULL,NULL,NULL,8443,9978,0,0,30,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10827,10826,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,250,0,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3181,2,51,0,40,48,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3182,10005,1,0,'The Horn of the Beast','The gigantic horn has numerous scratches and cracks. An unusual metal object is lodged into the rough surface.$B$BUpon further examination, you notice that the metal is actually a broken axe head. On the metal, the following words are etched:$B$BProperty of Mountaineer Pebblebitty.$B$BWhen you try and dislodge the broken axe head, it shatters into a million pieces.$B$BWoops!','Take Margol\'s Gigantic Horn to Mountaineer Pebblebitty.','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,NULL,NULL,NULL,NULL,10005,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,47,0,0,0,87,350,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3182,2,38,0,40,48,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,3181,0,0,0,10005,1,0,'Proof of Deed','You expect me to believe a story like that? The real horn would have had my broken axe head still lodged into its surface.$B$BListen. take that obvious fake to Curator Thorius in Ironforge. If he can validate your claim, you will receive a proof of deed. Bring that proof back to me and I\'ll give you the key to the Searing Gorge.$B$BGet going!','Take Margol\'s Gigantic Horn to Curator Thorius in Ironforge.','What\'s this?$B$BOh my. I don\'t believe it! Do you realize what you\'ve got here, $R? This is the horn of Margol the Rager! Margol, the bane of every archaeologist that ever set foot in the Searing Gorge.$B$BMay I keep it?','Why hello there young lady. Would you like a tour of the museum?','','','','','',10005,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,14000,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3201,2,1,0,40,48,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,3182,0,0,0,10022,1,0,'At Last!','I can\'t believe Pebblebitty doubted the authenticity of the horn. Between you and me, I think she\'s just jealous. I know she really wanted to kill that beast herself, what with the \'incident\' and all.$B$BSo you need a proof of deed? After the contribution you just made to the museum, it won\'t be a problem.$B$B$B$BThere we go! You can take that back to Pebblebitty.','Take the Proof of Deed back to Mountaineer Pebblebitty.','I don\'t know how someone as weak as you overcame Margol, but a deal is a deal. Here is the key.$B$BIf anything happens to you after this, it will be your own fault.','I don\'t believe it.',NULL,NULL,NULL,NULL,NULL,10022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5396,0,0,0,1,0,0,0,69,47,0,0,0,62,250,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3221,2,130,0,10,12,0,690,0,0,0,0,0,0,0,0,0,8,0,0,449,0,0,1359,0,0,0,'Speak with Renferrel','While you were out helping our deathstalkers. Apothecary Renferrel sent you a summons. He did not give me details, but he wanted to speak with you about the wolf hearts you had given him.','Speak with Apothecary Renferrel at the Sepulcher.','Ah. very good. There is a matter regarding the wolf hearts you brought to me earlier that demands our attention.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,10,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3261,2,17,0,13,18,0,690,0,0,0,0,0,0,0,0,0,8,0,0,905,0,0,882,0,0,0,'Jorn Skyseer','Your time with me is over. $N. To learn more, you must go to Camp Taurajo to the south and speak with Jorn Skyseer. He will continue your guidance.','Speak with Jorn Skyseer at Camp Taurajo.','Greetings, young one. You are here to walk the hunter\'s path?$B$BVery good. Let us begin.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,10,0,0,0,0,0,0,90,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3281,2,17,0,9,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,869,0,0,0,0,0,0,'Stolen Silver','You may have killed the raptors. but the silver they stole must be recovered! I have reports that the raptors have a large grouping of nests south of Ratchet, known as the Raptor Grounds. It is likely that they brought our stolen silver there.$B$BGo to this raptor haven and search for the stolen silver. When you find it, return it to me.','Bring the Stolen Silver to Gazrog in the Crossroads.','Aha! So the raptors did hide the silver at their lair. It\'s hard to believe these beasts would have the desire for silver. Perhaps the stories of their intelligence are not as far from the mark as I thought!$B$BThank you. $N. Take this as a reward for your service to us, and know that the guards of the crossroads owe their next month\'s pay to you.','Do you have the silver?','','','','','',5061,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11853,2694,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,1000,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3301,2,17,0,10,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,880,0,0,0,10414,1,0,'Mura Runetotem','My clanmate. Mura Runetotem, traveled to Silverpine so that she might aid our undead allies. Silverpine is an ailing forest, a dying forest, and it was Mura\'s hope to bring it new life. Perhaps the strange life found here in the Barrens can help her work in Silverpine.$B$BTake a sample of the shells you gathered, and bring it to Mura in Silverpine. She is staying at the Sepulcher. With luck, studying the shell will give her the insight she needs to heal that dying place.','Speak with Mura Runetotem in the Sepulcher.','Ah. what is this? This shell has an inner glow, as if it still pulses with life. Amazing! I must study it further.$B$BThank you, $N. With luck, this shell will hold a secret I can use to aid the poor land of Silverpine.','I can smell the dust of the Barrens on you. $C. You have traveled far.','','','','','',10414,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10820,10821,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,0,660,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(3321,2,-121,164,40,50,0,1101,210,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,0,'Did You Lose This?','You have done much for the Order, $N. The sheer dedication it takes to get this far would have turned away any ordinary person. There is no doubt in my mind, or in the mind of Galvan, that you are one of us.$B$BWhich is why I think you deserve a little reward. It is nothing really, just a trinket. You may be familiar with its properties, as I do believe it is what brought you to us in the first place.','Wait for Trenton to finish his work.','Rise and be recognized, $N, blacksmith of the Mithril Order. ','',NULL,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,10418,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3321,0),(3341,2,85,0,37,42,81,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring the End','In the Barrens lies a horrid mess of tangled vines called Razorfen Downs. While our first observations of this place revealed little threat, our recent findings are much more serious...$B$BThe quilboar of Razorfen Downs have aligned themselves with the Scourge. A Lich named Amnennar the Coldbringer rules them now, using the power of his massive consciousness to control their every move.$B$BAmnennar has a direct telepathic link to Ner\'zhul; we must sever this bond, $N. An end must come to the Coldbringer.','Andrew Brownell wants you to kill Amnennar the Coldbringer and return his skull.','The loyalty of a Lich is unswerving, $N. Let them know that such loyalty will only bring them destruction.','This matter is of utmost importance, $N. We must stop any attempt by the Scourge to bolster their ranks.',NULL,NULL,NULL,NULL,NULL,10420,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10823,10824,0,0,1,1,0,0,81,68,0,0,0,88,150,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3361,2,132,0,3,3,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'A Refugee\'s Quandary','We drove the troggs out of Gnomeregan. but then it all went so horribly wrong! Now our home is completely irradiated, and we gnomes have been scattered all over Dun Morogh.$B$BIn my haste to get away from the radiation, I lost all my personal belongings and tools. It was the trolls that got them. They stole my chest, my box, and my bucket of bolts! They took them back to their camps southwest of Anvilmar.$B$BI\'m no adventurer - could you find my things and bring them here to me, please?','Bring Felix\'s Box. Felix\'s Chest and Felix\'s Bucket of Bolts to Felix Whindlebolt in Anvilmar.','Huzzah. you\'ve found them! You\'re an absolute savior, my friend. Here, it\'s not much, but it\'s something for the trouble I\'ve put you through! Thank you!','Oh goodness $N. this town is not well suited for the likes of me. There are as many nasty creatures here as there were in Gnomeregan before the accident!$b$bDo you have my belongings? If you don\'t, then who knows what the trolls have done with them now...','','','','','',10438,16313,16314,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,250,250,0,0,0,0,50,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3362,2,440,0,45,50,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,0,'Thistleshrub Valley','Have you ever seen Thistleshrub Valley? It\'s a mighty dangerous place, $N.$B$BThose strange beasts there, I don\'t trust them for a minute! Gnarled thistleshrubs and thistleshrub rootshapers, that\'s what I think they were called...$B$BAnyhow, I want to get into the valley, but with so many of those thistleshrubs around, there\'s no way I\'m going back there. But here\'s where you come in -- if you clear some of them out, I just might think about going back. What do you think, $N? Help me out?','Tran\'rek in Gadgetzan wants you to kill 8 Gnarled Thistleshrubs and 8 Thistleshrub Rootshapers.','They\'re that big? I might have to rethink my plan...$b$bBut you did hold up your end of the bargain, so here\'s what I promised.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5490,5485,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,369,0,0,0,0,250,0,0,0,0,0,7500,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3363,2,361,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Corrupted Songflower','','','You apply some Cenarion plant salve to the songflower. It immediately begins to shed its corrupted form, blossoming into a vibrant and healthy plant.','You have found a sickly, corrupted version of what appears to be a songflower plant. A pungent, unhealthy odor emanates from the plant. It desperately needs some sort of attention if it is to be turned back to normal.','','','','','',11516,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,3363),(3364,2,132,0,4,5,0,1101,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,10439,1,0,'Scalding Mornbrew Delivery','Gah! I was supposed to get this delicious scalding mornbrew to Durnan Furcutter inside Anvilmar a while ago now. but I had to deliver one to Grelin here first. I\'ll never make it to Anvilmar before the brew runs cold!$B$BYou look fast. Maybe you can make it. This cup will only stay hot for five more minutes, and Durnan didn\'t order \"chilly\" mornbrew, so get going. Anvilmar is to the northeast, a settlement dug into the mountain.$B$BThanks, $N, and don\'t forget to bring me back my mug!','Take a Scalding Mornbrew to Durnan Furcutter inside Anvilmar before it gets cold in five minutes!','Ah good. now this will hit the spot. Allow me to take a small break while I enjoy this scalding mornbrew!','Aye. I\'m Durnan Furcutter. You have something for me?','','','','','',10439,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,75,75,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,4,6,0,0,0,0,0,3364),(3365,2,132,0,4,5,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3364,0,0,0,10440,1,0,'Bring Back the Mug','Now that hit the spot! Nothing like a piping hot - nay. SCALDING mornbrew on a cold winter\'s day to warm your cackles of yer soul.$B$BHere ya go $N - be a pal and take this empty mug back to Nori for me, would ya now.','Return Nori\'s Mug to Nori Pridedrift.','Excellent. $N! You\'d be surprised how many couriers I meet who forget to do something as simple as bring back the mug. Mugs don\'t grow on trees, or so they tell me!$b$bHere\'s a little something for the effort. Thanks again for your help.','I trust the scalding mornbrew got to Durnan on time! Did you remember to bring me back my mug?','','','','','',10440,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,47,0,0,0,250,250,0,0,0,0,50,270,0,0,0,0,0,0,0,0,0,0,0,0,7,1,0,0,0,0,0,0),(3366,2,718,0,20,25,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,10441,1,0,'OLD The Glowing Shard','The shard is a brilliant green, and although solid, what looks like smoke swirls just below the surface. You can\'t help staring into the depths of the crystal; at the same time, you know there is something very disturbing about it.$B$BMaybe you should see if anyone in Ratchet can tell you more about this strange shard.','Travel to Ratchet to find the meaning behind the Nightmare Shard.','','',NULL,NULL,NULL,NULL,NULL,0,10441,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3367,2,51,0,43,48,0,1101,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,3368,0,0,0,'Suntara Stones','$B$BI\'m badly injured, $r. Feel... light headed... World spinning... Bleeding... internally.$B$BI must get back to Ironforge. Help me, $N.','Help Dorius get back to Ironforge.','This letter was dropped by Dorius when he was shot. ','',NULL,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,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3368,2,51,0,40,48,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3367,0,0,3371,10443,1,0,'Suntara Stones','Brother,$B$BIf you are reading this letter, I am no more. How it got to you, I do not know, but thank and reward the ones responsible.$B$BAbout the stones: They exist and the Dark Irons have them in their possession. Their leader, Lathoric the Black, is using the power of the stones to enslave my excavation team. They were taken to the cauldron. Their minds are twisted, working night and day to complete something called Obsidion.$B$BHelp them, brother. It is the final wish of a dead man.$B$B-Dorius\r\n','Take the Singed Letter to Thorius in Ironforge. He is in the Hall of Explorers.','$B$BIn the name of the Light, he will have his wish. This I vow.','',NULL,NULL,NULL,NULL,NULL,10443,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,14000,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(9372,2,3483,0,61,63,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10255,0,0,0,'Demonic Contamination','Welcome to the Cenarion Post, $c. We don\'t often get company out here, but I\'m grateful for the visit. My work with the creatures of this desolate land requires me to travel to many remote places.$B$BThe Cenarion Expedition has dispatched me to study some of the most dangerous wildlife in Outland, and I\'ve made a startling discovery. While many creatures here have already undergone radical changes, they continue to mutate. I\'m collecting blood samples to document the changes, and any help would be welcome.','Thiah Redmane, at the Cenarion Post in Hellfire Peninsula, has asked you to gather 6 Helboar Blood Samples from Hulking Helboars.','Well done, $N. These blood samples will prove helpful in my research and in the Expedition\'s wider studies of Outland\'s creatures.$B$BIf I could isolate what causes these creatures to change continuously, perhaps I could concoct an antidote.','Were you able to collect the blood samples?','','','','','',23336,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,29000,37440,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3371,2,1537,0,42,55,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,3368,0,0,3372,0,0,0,'Dwarven Justice','There is an empty, vacuous hole, where my heart used to be, $N. The loss of Dorius is not one that I will soon recover from. I must see his final wish through - the perpetrators of this cold blooded murder must be brought to justice.$B$BReturn to the Searing Gorge and fulfill his last request: Free his men. The Dark Iron dwarves force their slaves to work in a sweltering mine called the Slag Pits. Search there for Dorius\' men.','Return to the Searing Gorge and find Dorius\'s archaeology unit. ','Forget about me, help the others. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,72,0,0,0,250,63,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3372,2,51,0,40,52,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,3371,0,0,0,0,0,0,'Release Them','Release them, $R. Even after their bodies give out, the power of the Suntara forces them to complete their tasks.$B$BThe altar of Suntara is the key. Go northwest; in the hills above the cave... Twilight\'s Hammer guard a relic. Retrieve it and place it on the altar of Suntara.$B$B','Find the Mysterious Artifact being guarded by the Twilight\'s Hammer Idolaters in the northwest quadrant of the Searing Gorge and bring it to the Altar of Suntara in the Slag Pit.\r\n','You place the mysterious artifact on the altar of Suntara.','The altar is empty.',NULL,NULL,NULL,NULL,NULL,10442,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,72,0,0,0,250,62,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3373,2,1477,0,48,55,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10454,1,0,'The Essence of Eranikus','As you touch the gem, a deep voice resonates in your mind.$B$B\"Mortal, heed this plea. I am Eranikus of the Green Dragonflight, keeper of this accursed temple. My charge to ensure that the trolls never again bring forth their abomination of a god has for now ended in failure. As I imbue this gem with part of my essence, I sense my grip on the Dream twisting into chaos. Please - place this gem into the essence font in my lair, and let our magic there purge the taint from my psyche so that I may rest.\"','Place the Essence of Eranikus in the Essence Font located in this lair in the Sunken Temple.','You place the gem inside the essence font.$B$B\"Thank you mortal, you have - no... this, this cannot be! No! The corruption of this accursed god even taints the sanctity of a Green Dragonflight essence font! No please, I feel my essence ripping from me! THE PAIN! I feel the grip of an eternal nightmare taking hold on me...\"$B$B\"Mortal, I implore you! Find one of the Green Dragonflight to stop this... help me... I am chained in darkness... forever in agony... please do not torture...\"','As you near the essence font that Eranikus told you of, his voice once again touches your mind.$B$B\"Yes mortal, this essence font will redeem what untainted element of my psyche remains imbued in this gem. Place the gem inside the font, and let the magic of the Green Dragonflight cleanse the corruption and taint from my being. Only then will I find true release, and only then will the Dragonflight be able to reassert their stewardship over the Atal\'ai.\"',NULL,NULL,NULL,NULL,NULL,10454,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10455,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2460,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3374,2,8,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3512,0,0,10589,1,0,'The Essence of Eranikus','You engage the Oathstone, and Itharius speaks directly to your mind through the stone.$B$B\"By accepting the charge placed in this Oathstone, you agree to aid my cause and the cause of Ysera\'s Dragonflight in redeeming the corrupted soul of Eranikus. The first sacrifice, one of many you and I will no doubt make, will be to relinquish the gem to me that has chained what free-willed part of Eranikus\' psyche remains.\"$B$B\"Do this $N, and we will work together to redeem a soul worthy of redemption.\"','Bring the Oathstone of Ysera\'s Dragonflight and the Chained Essence of Eranikus to Itharius in the Swamp of Sorrows. It is there that you will make your choice to aid Ysera\'s Dragonflight or not.','You have made your choice, and so it begins. Your choices have been, to date, what I would consider to be the correct ones; your actions and deeds henceforth will determine whether this is to continue.','Here we are $N, at yet another crossroads. The time has come to make another choice. What choice do you make, mortal?',NULL,NULL,NULL,NULL,NULL,10589,10455,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3375,2,1,0,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Replacement Phial','Um... you need another phial of scrying? You\'re kidding, right? What did you do with the first one?! We have a lot of work ahead of us here, $R. Those phials don\'t grow on trees! Actually, I wish they did, because I\'d go there and pick one off since I don\'t have another one!!$B$Bin order to make you one, I need the following: a mana potion, a piece of coal, and some sweet nectar. Don\'t ask why, just bring me what I ask and I\'ll make you a new one.','Bring a Mana Potion, Coal, and Sweet Nectar to Talvash del Kissel in Ironforge to get a replacement for Talvash\'s Phial of Scrying.','The mighty adventurer delivers. Hooray for me. By the way, I lied - I had another phial. Ungh, take it.$B$BWell, what did you expect?! \"Oh, here, have another one! I\'m just some goofball who has nothing better to do than hand out magical communication devices to adventurers!\" Rest assured though, what you have given to me will be enough make you another phial when you lose that too.$B$BPlease prove me wrong and don\'t lose the new one, okay?','To make another phial I need a mana potion, a piece of coal, and some sweet nectar.$B$BThat, and a whole lotta patience apparently.','','','','','',3827,3857,1708,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7667,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3376,2,220,0,3,5,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Break Sharptusk!','$N - I have heard of you. newcomer. Perhaps it is you that will help us, where others have failed.$B$BWe tauren have carved a home out of this land, but not without a cost. The Bristleback quilboars of Brambleblade Ravine, led by Chief Sharptusk Thornmantle, have made our lives difficult with their continued war against us. I charge you to bring me the chief\'s head!$B$BHe will be found in the ravine to the east in their makeshift village.','Bring the head of Chief Sharptusk Thornmantle to Brave Windfeather in Red Cloud Mesa.','Justice has been served on this day by your swift actions. $N. Let this deed serve as a warning to all who would threaten our home.$b$bYou have earned this reward to help you on your sojourn, young $C.','Sharptusk will trouble us no more once you have brought me proof of his death. It is his head that I seek. $N.$b$bWe tauren live for the hunt, and there is no greater hunt than against one that is cunning enough to perhaps hunt us back. If you are successful in this task, young one, you will start to learn what I mean.','','','','','',10459,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10635,10636,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,500,0,0,0,0,0,0,390,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(3377,2,51,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,10,0,0,0,0,0,3378,0,0,0,'Prayer to Elune','Will you assist me, mortal? Hear my tale.','Hear Zamael tell his tale.','I have accepted my fate here in this cage, but the prayer must be found. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3378,2,51,0,40,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3377,0,0,0,0,0,0,'Prayer to Elune','Will you assist me, mortal? Will you find the prayer to Elune?$B$BAs I stated, the prayer was etched onto a golden tablet. One of these idol worshipping scoundrels must have it on their person.$B$BIf you do recover my prayer, take it to Astarii Starseeker in Darnassus. It matters little that my faith has been rekindled after the countless malevolent actions that I have taken against this world and its inhabitants, but my prayer must be heard. Absolution is the last thing I expect.','Find the Prayer to Elune and take it to Astarii Starseeker in Darnassus.','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?',NULL,NULL,NULL,NULL,NULL,10458,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10745,10746,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,0,14500,5100,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3379,2,-264,197,40,50,0,0,230,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3385,0,0,0,'Shadoweaver','The spiders of the Searing Gorge are an invaluable source of shadow silk. As you know, shadow silk is highly sought after by the artisans of our trade.$B$BRecently, a group of poachers has encroached upon these lands, carelessly slaying spiders en masse without so much as a thought as to the long term effect of their actions. The first task I ask of you, then, is a simple one: Find them... and end them.$B$BBegin your search to the north.$B$BIf you require assistance, speak with Raze.','Kill the group of Shadow Silk Poachers that wander the Searing Gorge. Nilith has reason to believe that there are five of them that need to be exterminated. Return to Nilith in the Searing Gorge when this task is complete.','Excellent work, $N.$B$BI am sure that this is a piece of shadoweave that you have not yet seen. ','',NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8442,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10461,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14500,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3380,2,1417,0,41,51,81,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3444,0,0,0,'The Sunken Temple','There are restless spirits in this world, $N. There are spirits that have been tainted by their isolation, bound to an ancient evil...$B$BI have heard of a place that lies deep below the surface of the earth -- banished there by powers greater than I have ever seen.$B$BIf you wish to learn more of this place; the Sunken Temple, seek out a goblin named Marvon Rivetseeker. He has studied many ancient areas of the world, and was last known to have left his home in Ratchet to study the troll ruins in Tanaris.','Find Marvon Rivetseeker in Tanaris.','Yes, the Sunken Temple, I can say that I have seen it with my own eyes. Perhaps you\'d like to hear more about it?$b$bYou look like the adventurous type -- I know things that may intrigue you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3381,2,16,0,48,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'OLD A Meeting with the Master','Ah, a young $r come to speak to Sanath. What a wonderful day! I am so honored to have you grace me with your presence. Thank you!$B$BPlease... do not be so arrogant to assume my sarcasm was a compliment. Let us get one thing straight: I don\'t like you. But this little conversation doesn\'t have anything to do with us--it has to do with my master.$B$BBring me a couple hippogryph feathers for my arrows and I\'ll give you leave to see him. He\'s asked that I send adventurers to him if they proved worthy enough.','Bring 2 Undamaged Hippogryph Feathers to Sanath Lim-yo in Azshara if you wish to speak to his master.','Two feathers, just as I asked. And not bad ones at all.$b$bReady then? Just say the word and you\'re on your way.$b$bOh, and once again, mind yourself... my master doesn\'t take kindly to imbeciles, but he is very generous to those that please him.','I remain here at my master\'s bidding. I\'ve been given leave to ask any price I wish for transportation up to his tower. For now, I ask for only the two feathers from each traveler so I can continue to make my signature arrows.$b$bIf you\'re not careful, I\'ll up the price. How does half a dozen gold sound?$b$bYeah, I thought as much. Just mind yourself and I\'ll keep the price where it is.',NULL,NULL,NULL,NULL,NULL,10450,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3382,2,16,0,49,57,0,0,0,0,0,0,0,0,0,0,0,258,0,0,0,0,0,0,0,0,0,'A Crew Under Fire','We were just off the coast looking for a safe haven to make anchor. The sun hadn\'t been down for more than an hour when they attacked... those damned naga!$B$BI\'m not sure what they were looking for, but it\'s clear they didn\'t find it--they\'ve already come back once. A couple of my scouts are on watch at the entrance of the valley to give us fair warning when the next attack comes.$B$BI\'m sorry you\'ve come along now, $N, but it\'s out of my hands.$B$BAre you ready for the fight of your life?','Defend Captain Vanessa Beltis, her crew and the Horizon Scout\'s passengers against the naga attack. Captain Vanessa Beltis must survive.','You\'ve done it! Thank you! Surely this was one of the most brutal battles I\'ve ever taken part in. I can\'t thank you enough.$B$BI only wish more of my crew could have lived through this trial.$B$BI would ask you to speak to any surviving passengers from the Horizon Scout. Some of them had business in the area, and may have a request or two of you if you\'re willing. Again, thank you for all your help.','Have you met with Andron yet? He rarely leaves Undercity, so I don\'t think it\'d be too hard to find him.','Protect Captain Vanessa Beltis from the naga attack','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(3385,2,-264,197,40,50,1,0,250,0,0,0,0,0,0,0,0,0,0,0,3379,0,0,3402,0,0,0,'The Undermarket','They call themselves the Undermarket: Cutthroat traders that will sell, move, trade and do just about anything for the right price.$B$BIt gets worse, $N. They have set up a base of operations here in the Searing Gorge. Trade Master Kovic is heading up the operation and has close ties with the Dark Iron dwarves of the region.$B$BWe must strike hard and send a message to their leadership. Slay Trade Master Kovic and his minion Clunk. Bring back his trader\'s satchel when the job is done.$B$BTo the Cauldron!','Slay Trade Master Kovic and his minion Clunk. Retrieve the Trader\'s Satchel from his corpse and return it to Nilith.','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?',NULL,NULL,NULL,NULL,NULL,0,0,10467,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,8444,8447,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10462,10479,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3402,2,-264,197,40,50,0,0,1,0,0,0,0,0,0,0,0,8,0,0,3385,0,0,0,0,0,0,'The Undermarket','I want you to personally deliver the news of Kovic\'s defeat to Vizzklick in Gadgetzan. He will be so happy to hear that Kovic is dead that I\'m certain he\'ll give you some grand reward.','Speak with Vizzklick in Gadgetzan.','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,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,10463,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3421,2,16,0,55,55,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,'Return Trip','','','I will return you to Sanath\'s camp now.$B$BDo not mind his bad manners- -he is rude to everyone save for the master. Perhaps he shall learn his lesson one day.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12521,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3441,2,51,0,40,48,0,0,0,0,0,0,0,0,0,0,0,10,0,0,0,3442,0,0,0,0,0,'Divine Retribution','Hear my tale, adventurer.','Listen as Kalaran Windblade tells his story.','Have you heard enough? Are you prepared to act?$b$b','','Kalaran Story','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3442,2,51,0,40,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3441,3443,0,3443,0,0,0,'The Flawless Flame','You have made the right decision, $N.$B$BWe must strike where we will do the most damage: the four sentry towers.$B$BWith the four towers in flames, we can initiate an offensive before they have time to react.$B$BYou will need the proper tool to set the towers ablaze. To make the tool requires some materials.$B$BBring me four hearts of flame and four golem oil and I shall craft the torch of flawless flame.$B$BThe golems and elementals in these lands should be your first target.','Collect 4 Hearts of Flame and 4 globes of Golem Oil and return the items to Kalaran Windblade.','Well done, $N. We are almost ready.','Have you collected the materials?','','','','','',10509,10511,0,0,4,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3443,2,51,0,40,48,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3442,0,0,3452,0,0,0,'Forging the Shaft','To hold the flawless flame, we will need a shaft and a casing. You must first find a suitable shaft.$B$BThe Dark Iron taskmasters and slavers of the cauldron use weapons of enchanted thorium, an extremely sturdy alloy. If you bring me eight thorium plated daggers, I can break the alloy down and reforge a shaft.\r\n','Bring 8 Thorium Plated Daggers to Kalaran Windblade.','You\'re an exceptional laborer, $N. Have you ever considered a change of vocation? Perhaps a detective? Junk collector? Oh, I know, one of those silly gnomes that crawl across the beaches of Azeroth with their metal detecting contraptions, looking for lost treasure. Yes, that would be an ideal position for you.','Eight, $N. I need eight!','','','','','',10551,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14000,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3444,2,440,0,46,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3445,0,0,0,0,0,0,'The Stone Circle','I once entered the foreboding chambers of the Sunken Temple. The evil in that place penetrates all that enter; I barely managed to find my way out, wading through the ooze that now covers the floors. All I can remember is stumbling through a large circular room, filled with serpent statues...$B$BRecently, I discovered a round stone that appeared to have the same serpent symbol imprinted on it. I had it packed up and shipped to my workshop in Ratchet. Retrieve it, and I might be able to tell you more.','Retrieve the Stone Circle from Marvon Rivetseeker\'s workshop in Ratchet.','Yes... This is the stone.$b$bIt\'s all coming back to me now, $N...','Ratchet is not far from here, $N. The journey shouldn\'t take long.','','','','','',10556,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3445,2,357,0,46,51,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3444,0,0,0,'The Sunken Temple','I have heard of a place that lies deep below the surface of the earth -- banished there by powers greater than I have ever seen.$B$BIf you wish to learn more of this place; the Sunken Temple, seek out a goblin named Marvon Rivetseeker. Much like Troyas and I, he has studied many ancient areas of the world. He was last known to have left his home in Ratchet to study the troll ruins in Tanaris.$B$BGood luck finding him; he hasn\'t been heard from in some time.','Find Marvon Rivetseeker in Tanaris.','Yes, the Sunken Temple, I can say that I have seen it with my own eyes. Perhaps you\'d like to hear more about it?$b$bYou look like the adventurous type -- I know things that may intrigue you...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3446,2,440,0,46,51,81,0,0,0,0,0,0,0,0,0,0,0,0,0,3444,0,0,0,10466,1,0,'Into the Depths','Inside the temple, I found a circular room with six balconies, each one with a serpent statue on the edge. Curious, I pushed one of them to see what would happen, and it was a trap! I nearly fell to my death from the explosion. Laying there on the ledge, I looked down and noticed that there was another statue at the base of the room; an altar of sorts... Hakkar, I think it was called.$B$BI think that this altar is the secret -- you must bring this token to the altar in the Sunken Temple.','Find the Altar of Hakkar in the Sunken Temple in Swamp of Sorrows.','You push the stone circle into the opening, and you hear it lock into place.$b$bNow that the stone is in place, you may continue... but what should you do next?$b$bPerhaps you should examine this altar further...$b$b','Upon examining the statue, you notice a depression in its side, just the size of the token that Marvon gave you...','','','','','',10466,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3447,2,440,0,46,51,81,0,0,0,0,0,0,0,0,0,0,8,0,0,3446,0,0,0,0,0,0,'Secret of the Circle','My memories are cloudy, but I will tell you what I can. The circle of statues in the Sunken Temple, while dangerous, I believe that they hold the secret to unlock an even greater treasure.$B$BFrom the main altar, I was able to activate a series of lights. I think that if you can uncover what these lights mean, you might be able to unlock whatever secrets are hiding in this room.$B$BI warn you though, $N. Great evil lies in the temple. It\'s likely that anything valuable will be fervently guarded...','Travel into the Sunken Temple and discover the secret hidden in the circle of statues.','The eye of the idol glitters brightly even in the half-darkness of the temple. Its transparency reveals something shiny behind it. Sliding it to the side, you reach in and grasp what lies inside the statue.$B$BThe Atal\'ai treasure is now yours.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10773,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3448,2,1537,0,45,52,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3449,0,0,0,'Passing the Burden','I\'ve recently been handed the responsibility of investigating Azshara--a once beautiful area the elves called home. This would be back when they practiced magic. It\'s now a more dangerous place than it is beautiful, but that doesn\'t stop us from turning over every stone for answers to our past.$B$BA companion of mine named Tymor offered to help me investigate the area since he takes a particular interest in such things.$B$BHe owns a small place to the right of the Hall of Mysteries here in the city.','Speak to Tymor in Ironforge.','Ah, Karnik sent you, did he? I expected to hear from him soon. I\'ve discovered such wonderful things about Azshara.. I know night elves have incredible life spans, but everyone forgets some of the more... unfortunate events in their lives sometimes. That\'s not meant as a criticism, just an observation.$B$BLong ago, there were cities created by the elves filled with knowledge about magic and other lost arts. Being a student of such things, I started my investigation. What I found was quite thrilling. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3449,2,1,0,45,52,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3448,0,0,3461,10445,1,0,'Arcane Runes','Magic was once as revered as Elune herself to some elves. Some of their most powerful mages created runes and tablets citing rules of the arcane and insights into their findings. They would leave these for all to ponder in public places.$B$BI would very much like rubbings of these runes from the Ruins of Eldarath. I have a kit for you to make the rubbings with, but it will be up to you to find them. Be careful though, the Explorer\'s League isn\'t the only one interested in Eldarath.','Using the Drawing Kit, make rubbings of the Rune of Beth\'Amara, the Rune of Jin\'yael, the Rune of Markri, and the Rune of Sael\'hai before heading to the small island off of the southern peninsula of Azshara and signaling Pilot Xiggs Fuselighter to pick them up.','Good to see you safe and sound, $N. I hope things weren\'t too tough for you.$B$BI\'ll get these to Tymor right away. He\'ll be thrilled to take a look at these things.$B$BGo ahead and toss the flare gun... probably won\'t be any good to you anymore anyway, and I already got a new one.','Well, well, well, glad to see you made it out here, $N. Did you get the rubbings for Tymor?$B$BAs dangerous as this place is, there hasn\'t been too much action along the coast. That might be on account of the naga swimming underwater, but that\'s not my problem... I patrol the skies.',NULL,NULL,NULL,NULL,NULL,10563,10564,10565,10566,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3449,0),(3450,2,1537,0,45,52,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3449,0,0,3451,0,0,0,'An Easy Pickup','I want the rubbings delivered to my tower, but there\'s no need to have you go all the way there. I\'ll just have them air-lifted out of Azshara.$B$BXiggs Fuselighter owes me a favor or two and will be in the area soon--he\'s signed on to patrol the coast. Speak to him before you leave. He can give you a flare gun to signal him with. When you have the rubbings, just head to wherever he tells you and then give them to him so he can get them to my tower safely. He should be in the hangar in the Military Ward.','Speak to Xiggs Fuselighter in Ironforge.','What can I do for you, $N? Kinda busy at the moment preparing my ship for a long trip. I just came over to see some of the tank pilots--I need some wendigo manes to line my cockpit and they usually have extra.$B$BI can give you a minute if you\'re brief... one of the boys just took off to Steelgrill\'s Depot to see if the pilots down there have extra manes for me. ','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3451,2,1,0,45,52,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,3450,0,0,0,0,0,0,'Signal for Pickup','Ah, so Tymor sent you, huh? Yeah, I owe him a favor or two. What\'s that? Why, that little devil. Yeah, I can help him out with that. So you\'ll need a flare gun and a location... easy enough.$B$BThere\'s a small island off the southern peninsula of Azshara that we\'ve made a landing pad on. You take this flare gun, and use it there. I\'ll see your signal and come by to pick up this... whatever it is he wants.','Speak to Xiggs Fuselighter and get a Standard Issue Flare Gun from him in Ironforge.','Here\'s my standard issue flare gun, and be patient after you fire off the gun--there are only a couple charges in one of these, and it might take me a minute to get to you depending on how far out to sea I am. Just look out to sea after you fire off the flare.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3451,0),(3452,2,51,0,40,50,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,0,0,3453,0,0,0,'The Flame\'s Casing','We need one final piece to form the torch.$B$BIn the mountains to the northwest you will find a large encampment of Twilight\'s Hammer. It is rumored that they carry symbols and idols that pay homage to their god. These symbols and idols could carry sufficient enchantment to form a magical casing. Bring me a single symbol of Ragnaros and I will try to extract the magic from the item to create the casing.','Find and return a Symbol of Ragnaros to Kalaran Windblade.','The symbol radiates foul magic; perfectly suited for our task.','Without a suitable source of arcane energy, the torch of retribution cannot be completed.','','','','','',10552,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3453,2,51,0,46,50,0,0,0,0,0,0,0,0,0,0,0,2,2,0,3452,0,0,3454,0,0,0,'The Torch of Retribution','Give me a moment to combine the pieces and apply the necessary enchantments.\r\n','Wait for Kalaran Windblade to complete the Torch of Retribution.\r\n','There is one final task that you must complete.$b$b','','Torch Creation','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3453,0),(3454,2,51,0,40,50,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3453,3462,0,0,0,0,0,'The Torch of Retribution','The torch must now be bound to its owner. Pick up the torch, $N. ','Take the Torch of Retribution.','You grab the torch with both hands; waves of hatred and anger pulse through your being.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10515,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3461,2,16,0,45,52,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3451,0,0,0,10445,1,0,'Return to Tymor','Tymor didn\'t give me anything to pay you with, so I suggest you take it up with him when you get back to Ironforge. I\'m sure he\'ll still be in his place in the Mystic Ward. Just go knockin\' and make sure he pays you good. This place ain\'t no picnic... that\'s for sure.$B$BThanks again for helping him out though, and good luck.$B$BOh, and I don\'t need the drawing kit. Why don\'t you just bring it back to Tymor when you go to see him?','Return Tymor\'s Drawing Kit to him in Ironforge.','Wonderful! I\'m so glad to hear it.$B$BI\'m really excited to get to my tower and go over those rubbings. I\'m so envious of you... going to a place like Azshara. That\'s any student of the arcane\'s dream, I would guess.$B$BWell, we never spoke about any kind of reward since you were just working for the Explorer\'s League, but you deserve something.','You\'re back! Excellent. Do you have my drawing kit also?',NULL,NULL,NULL,NULL,NULL,10445,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10707,10708,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,500,0,0,0,0,0,0,6600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3462,2,51,0,46,50,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3454,0,0,3463,0,0,0,'Squire Maltrake','Speak with my envoy, Squire Maltrake. He will further instruct you as to the use of the Torch of Retribution.','Speak with Squire Maltrake.','Are you prepared to make your strike?$b$b','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3463,2,51,0,40,52,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3462,3481,0,0,0,0,0,'Set Them Ablaze!','Listen well, $N. While the four towers can never be destroyed, you can use the torch of retribution to set them ablaze for a very long period of time: A fire that no element or force can subdue.$B$BWhile they are ablaze, no guard or sentry unit can inhabit the watch posts and thus, their first line of defense is nullified.$B$BYou must enter each tower and use the Torch of Retribution within their fortifications. Beware the lookouts posted by the Dark Irons, $N.','Set the North. South, East, and West Sentry Towers on fire by using the Torch of Retribution inside each of the buildings. $B','It is glorious! Is it not glorious master?','','','Western Tower Ablaze','Southern Tower Ablaze','Eastern Tower Ablaze','Northern Tower Ablaze',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-149025,-149030,-149031,-149032,1,1,1,1,12534,12534,12534,12534,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,23000,6600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3481,2,51,0,40,50,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3463,4022,0,0,0,0,0,'Trinkets...','The chest appears locked.','Open the chest.','The chest opens at your touch. How much cheese could possibly be in here? There is only one way to find out.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10569,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3482,2,0,0,35,35,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10590,1,0,' The Pocked Black Box','This is the horde version of the black box quest.','Take this box to Kravel.','','',NULL,NULL,NULL,NULL,NULL,10590,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3483,2,1,0,45,52,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,-3451,0,0,0,0,0,0,'Signal for Pickup','','','Ah, another flare gun, huh? That I can do.$B$BAnd don\'t forget, southern tip of Azshara. It\'s a small little island that\'s been turned into a landing pad. You can\'t miss it if you\'re in the right spot.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10444,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3501,2,4,0,45,55,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3502,0,3502,0,0,0,'Everything Counts In Large Amounts','Although you may never find a flawless sphere of draenethyst. you will undoubtedly uncover various imperfect fragments of the draenethyst in your exploration of these lands.$B$BWhile it is doubtful that Kum\'isha will be able to use the flawed fragments to return home. the pieces may serve other, useful purposes for the draenei.$B$B Return any piece of flawed draenethyst fragments that you may find and I shall reward you','Bring Kum\'isha Imperfect Draenethyst Fragments and be rewarded for each one you turn in.','You truly disgust me. $R. A grown man drooling over a pile of junk? Pitiful! Take your reward and get out of my sight.','Have you had any luck in your exploration?','','','','','',10593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4950,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3502,2,4,0,45,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,3501,0,0,0,0,0,0,'One Draenei\'s Junk...','Well. after that display of voracious greed. I feel nauseous.$B$BRegardless, I shall not dwell too long on your material addiction.$B$BFor each imperfect draenethyst fragment you turn in, I shall reward you with more junk. My junk heap gets smaller while your junk heap gets larger. On Draenor we call this a \'win-win\' situation.$B','Bring Kum\'isha Imperfect Draenethyst Fragments. Any form of monster in the Blasted Lands could be carrying a fragment.$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?','','','','','',10593,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12122,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3503,2,16,0,48,55,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,'Meeting with the Master','','','There was a time when I could ask whatever I wished from those who sought out my master. But now, you need only ask and I will send you to him.$B$BIt is upsetting to me, but I do not question his orders. I can only take enjoyment in making fun of the ridiculous clothes you wear or the pathetic look on your face. Even that bores me...$B$BEven this rambling bores me! Do you wish to see my master or not?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12510,0,0,0,0,0,0,0,0,0,0,0,1,0,6,0,0,0,0),(3504,2,1637,0,44,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3505,10643,1,0,'Betrayed','Betraying, thieving woman! That\'s what I call her--that\'s all she\'ll ever be!$B$BI may have made a grave mistake, $N. I trusted a blood elf. What\'s worse, I trusted a woman!$B$BShe claimed Azshara would hold great riches... powerful items. I simply send some warriors with her to protect her and I would be rewarded. Well, look who\'s the fool--she\'s killed them all.$B$BI want vengeance, $N, but I can\'t afford to send anyone else. Find Ag\'tor at Valormok, north of the Haldarr Encampment. He\'ll tell you more.','Deliver the Sealed Letter to Ag\'tor to Ag\'tor Bloodfist in Azshara.','We\'ve sent everything we had at her and her workers, but they are strong in battle. None have bothered to return. I\'m assuming some have died, but I\'m sure others simply ran... cowards.$b$bBut now that reinforcements have arrived, perhaps there\'s still something we can do. Perhaps we can still punish her for lying and betraying Belgrom.$b$bWhat do you say, are you in?','Ah, Belgrom wizened up and finally sent someone not in his ranks to aid us, did he?$b$bThis camp used to be a dozen warriors strong, $N, but now they\'re all dead. That $C, Rimtori, has slain them all. She played Belgrom like a lute... seduced him even. It\'s none of my business, but between you and I, she is quite the temptress. That\'s probably why I\'m still out here helping Belgrom--I probably would have done the same thing.','','','','','',10643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,75,0,0,0,0,0,0,2280,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3505,2,1637,0,45,53,0,0,0,0,0,0,0,0,0,0,0,12,2,0,3504,0,0,3506,0,0,0,'Betrayed','I thought as much.$B$BWe start our crusade against her workers along the southern bluffs on the northern peninsula of Azshara. Kill them with bloody rage--let them know they\'ve betrayed the wrong allies.$B$BDo not concern yourself with her yet--she spends most of her time with her bodyguards searching Azshara. It would be prudent after you\'ve slain her workers to find her personal camp. Scouting out where we can attack her would be wise. Perhaps there is something there we can use to provoke her.','Kill 10 Blood Elf Reclaimers, and 10 Blood Elf Surveyors before seeking out Magus Rimtori\'s camp. Once you\'ve found it, look for something that might be important to her that can be used to draw her into a fight.','You begin to skim some of the pages until you come to a page that\'s marked by a thin, black strip of silk cloth.$b$bAs you try to decipher the script, you see a diagram on the bottom of one of the pages. A quick look around at the scene before you and you realize that the crystals, the circle, and even some of the other components on the ground are set up in a similar pattern as the diagram.','The title of the book is emblazoned on the black leather cover in gold leaf--Kaldorei Tome of Summoning. As you open the pages you can see that the book is very old but in superb condition.$b$bYou assume the text is of some ancient language... perhaps Kaldorei?$b$bYour instincts tell you that you should return here once you\'ve finished doling out retribution on the blood elves for their betrayal.','Find Magus Rimtori\'s camp','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6199,6198,0,0,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,76,0,0,0,38,75,0,0,0,0,0,3450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3506,2,1637,0,49,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3505,0,0,3507,0,0,0,'Betrayed','A few more moments of thought brings a few ideas to mind, one of which brings a smile to your face: perhaps destroying the crystals would upset the blood elf responsible for the slaughter of so many orcs and the betrayal of Belgrom?$B$BYou continue to decipher more of the script and pictures and realize that one of the crystals is tied to the creator of the circle--the others are tied to something far more sinister.$B$BYou close the book and begin to decide which crystal to destroy. ','Destroy the arcane focusing crystal tied to Magus Rimtori and then slay her. Afterwards, take the Head of Magus Rimtori to Ag\'tor Bloodfist in Azshara.','RAR!! Incredible!$b$bYou\'ve done it! Belgrom will be pleased! Finally the spirits of dozens of our warriors can be at peace. Thank you, $N.','How goes your slaughter of the blood elf traitors, $N? Have you made any progress?$b$bI hope you are the one strong enough to bring that dog to her knees! She deserves nothing but a painful death for all that she has done!','','','','','',10597,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,76,0,0,0,37,75,0,0,0,0,0,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3507,2,16,0,44,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3506,0,0,0,10597,1,0,'Betrayed','Return to Belgrom in Orgrimmar. He will want to see her head for himself! We\'ll return there shortly.$B$BAh, this is indeed a good day. Thank you for your help, $N.','Speak to Belgrom Rockmaul in Orgrimmar.','HAHA! Look at you now, pathetic woman! I spit on your remains!$b$bThank you, $N. Thank you from the bottom of my heart! This is indeed a great day!$b$bI would give you a kingdom if it were in my power! But perhaps you will settle for this.$b$b$b$bHaha! Stupid blood elf, look at you now... in a burlap sack and missing your body! You should never have betrayed Belgrom!','I remember you, $C. I asked you to go to Azshara to destroy that wench that betrayed me! That seems like many moons ago. Don\'t tell me that Ag\'tor and the others are dead also!','','','','','',10597,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10709,11120,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,67,76,0,0,0,88,350,0,0,0,0,0,6300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3508,2,16,0,52,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3141,3509,0,3509,0,0,0,'Breaking the Ward','You are foolhardy. $N. It is an admirable quality of your kind - to blindly enter battle when you have little to no chance of success. I will assist you, if only to see just one of Razelikh\'s minions fall.$B$BTo break the ward placed over Razelikh\'s subordinates will take time and require the acquisition of rare artifacts.$B$BBe still, I must first perform the enlightenment ritual. The information I gather will assist me in forging weapons of great power.','Wait for Loramus to complete the enlightenment spell.','The name of the beast must be found.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3509,2,16,0,52,58,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3508,3510,0,3510,0,0,0,'The Name of the Beast','There is only one way to harm the demon lord and his minions. A weapon of power must be forged bearing his true name.$B$BWhen such a weapon is forged. the demon and all under his command are vulnerable.$B$BA lesser deity resides in Azshara: Lord Arkkoroc. You must seek him out but be warned, his minions will stop at nothing to destroy you if you are discovered.$B$BUndoubtedly, you will have to pay a price for such information. ','Speak with Lord Arkkoroc in Azshara. Begin your search at the waters edge to find the Temple of Arkkoran.','A demon lord?$B$B$B$BPerhaps the one can assist you with this information; but first, you must assist the one.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3510,2,268,0,45,58,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3509,3511,0,3511,0,0,0,'The Name of the Beast','She kills my children. mortal. She that calls herself the ruler of these oceans. A false god, nothing more. Crush her and bring back all of her heads.$B$BFor that, you will be given the name that you seek and something else of equal importance.$B$BShe roams the clutch... Hetaera she is called.$B$B$B$BGo!$B','Slay Hetaera and bring back Hetaera\'s Bloodied Head. Hetaera\'s Beaten Head, and Hetaera\'s Bruised Head to Lord Arkkoroc.','Finally. one worthy of the wisdom of Arkkoroc!$b$b','$b$bWhere are they?','','','','','',10599,10598,10600,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,5400,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3511,2,268,0,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3510,3602,0,3602,10610,1,0,'The Name of the Beast','As promised, I will reveal the name of the demon lord, Razelikh the Defiler. First, however, I must prepare something of utmost importance for your journey.$B$BThe weapon you seek to create requires a temper. Give me a moment to drain the blood from these heads.$B$B$B$BTake the temper back to Loramus along with the name of the beast: Rakh\'likh.','Take the temper back to Loramus Thalipedes.','The temper will add the necessary vitriol we require for the forging of the weapons. There is but one more step in their creation.','You return! Astounding, $R. Did you discover the true name?','','','','','',10610,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3512,2,8,0,52,55,0,1791,0,0,0,0,0,0,0,0,0,8,0,0,3374,0,0,0,0,0,0,'In Eranikus\' Own Words','$N, our first step will be to devise a method to speak with Eranikus through the gem. He lies in a precarious state between sleep and death now, twisted within a weave of nightmares. Though the essence you have given me is badly tainted, there is a chance we can reach him.$B$BTravel far to the icy lands of eastern Winterspring and seek one of our mortal allies, Umbranse the Spiritspeaker. He is a human medium who speaks for the dead. Though Eranikus is not truly dead, he may be of aid to us still.','Travel to the eastern part of Winterspring and speak with Umbranse the Spiritspeaker.','Itharius was wise to send you to me. While he is not dead as you understand death, Eranikus will soon give us advice in his own words. For now though, I cannot directly help you... at least not yet.$b$bI will lend my skill at death-speaking to you, but first I need the help of one who - unlike me - is not limited by the frailties of old age. My most potent augury device has been taken from me against my will, and unless I have it back we will be at a loss to help Eranikus.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3513,2,17,0,15,25,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3514,10621,1,0,'The Runed Scroll','The official-looking scroll is wrapped tightly with a silvery ribbon. You\'re sure someone would be interested in seeing this. but who?$B$BThere is an outpost close to the Ashenvale border to the north, and if the information on this scroll involves the night elves, this would be the place to take it.','Take the Runed Scroll to the northern guard tower in the Barrens.','Well now... Where did you find this?','Whaddya got?','','','','','',10621,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,81,0,0,0,15,88,0,0,0,0,0,1560,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3514,2,17,0,15,29,1,690,0,0,0,0,0,0,0,0,0,0,0,0,3513,0,0,0,10622,1,0,'Horde Presence','This scroll is from that scheming dryad Rynthariel. Keymaster of the Talon Den on Stonetalon Peak.$B$BShe\'ll not be making any more contact with the messenger you looted this from, heh, but we must stand our ground here. The Horde will not tolerate her outrunners here.$B$B$N, travel to the Talon Den. Kill Rynthariel, and then put up a symbol for all to see. Take this Horde flag, $N. Put it up in the Talon Den so that they will not be so rash as to send another messenger through our territory again.','Kill the leader of the Talon Den. Rynthariel the Keymaster.','You\'re a tough one! Ridding the Den of Rynthariel is a major step. $N. They will be slow to regroup, and so we can count on less Alliance runners in the Barrens. They will think again before sending another this way.$B$BThank you.','We cannot allow the Alliance on our land. $N. Make this known.','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8518,0,0,0,1,0,0,0,0,0,0,0,10653,10654,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,76,81,0,0,0,150,87,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3517,2,16,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Stealing Knowledge','I admit, $N, I\'ve made the most of my situation in Azshara. Belgrom\'s punishment has had its share of benefits.$B$BBefore I left, I did some research and you would be surprised how many valuable items are lying around.$B$BI\'ll tell you more about my deals, and even give you a cut of the profits, if you help me gather some of them.$B$BThere are tablets throughout the Ruins of Eldarath to the east that I need. All four are named after Highborne wizards. Get them for me and we\'ll talk some more.','Find the Tablet of Beth\'Amara, the Tablet of Jin\'yael, the Tablet of Markri, and the Tablet of Sael\'hai before returning to Jediga in Azshara.','Perfect, $N, and in good condition also. These should get us a good price from all the parties concerned.$b$bLet\'s not dawdle around here any longer than we have to. We have some money to make.','The tablets I\'m having you gather should bring in a pretty copper or two to the right parties. I\'ll tell you who we need to deliver them to after you\'ve found them. But I\'m no fool... you\'ll get your share after I have proof that they\'ve been delivered.$b$bSo get to it--we don\'t have all day. I might have to find someone else to help me.','','','','','',10538,10539,10540,10541,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3518,2,16,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3562,10538,1,0,'Delivery to Magatha','The first tablet goes to a tauren female... one called Magatha. She is among the elders in Thunder Bluff, and is one of the proponents of the alliance between the tauren and the Forsaken. She, more than anyone among the elders, feels the tauren and their ways can help the Forsaken find a path back to being human.$B$BBring her the Tablet of Beth\'Amara. The tablet may be the link she needs in finding a way to help the Forsaken... or so she claims.','Bring the Tablet of Beth\'Amara to Magatha in Thunder Bluff.','Ah, at long last, the Tablet of Beth\'Amara. I was wondering if my partnership with Jediga had failed or if the poor orc had found her death in Azshara. I am glad she was successful.$b$bBeth\'Amara was one of the Highborne\'s most influential alchemists. The wizard alone was said to have mastered transmuting metals among other things.','Yes, $N. What can I do for you? I have many matters I must attend to, so please, be quick.','','','','','',10538,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3519,2,188,0,2,4,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,4495,3521,0,3521,0,0,0,'A Friend in Need','Ughhh... I was bitten very badly by a spider named Githyiss the Vile while exploring the spider cave very close to here. I am sure I have been seriously poisoned; you must help me.$B$BPlease tell Dirania Silvershine. She will be able to help me.$B$BHurry... I\'m so dizzy...','Speak to Dirania Silvershine in Shadowglen.','Oh dear; I was wondering why I hadn\'t seen Iverron yet today. And I\'ve always warned him about those spiders...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3520,2,440,0,40,44,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3527,0,3527,10699,1,0,'Screecher Spirits','I seek the spirits of the vale screechers of Feralas. They are the cousins of an old. old god. and their spirits are linked to him.$B$BTake this bramble wand and go to Feralas. Find and defeat vale screechers in southern and central Feralas. then wave my bramble over their fallen bodies. This will coax their spirit to reveal itself. Touch the spirit and collect its essence.$B$BReturn to me with my bramble and with the collected essence, and I will tell you more of the old god of which I spoke.','Capture the spirits of 3 screechers in Feralas. then return to Yeh\'kinya in Steamwheedle Port.','You have done well, $N. Perhaps now it is time to reveal more...$B$BThere is an ancient prophecy among the trolls, where the dead god Hakkar, the Soulflayer, will one day return to this earth. Some say the coming of Hakkar will bring joy and glory to trollkind, while others believe his resurrection marks the end of all things.$B$BI do not believe this myth, but I do know the essence of Hakkar holds great power, and this power should be kept from those who would abuse it...','Have you collected the essence of the screecher spirits, $N?','','Screecher Spirits Collected','','','',10699,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8612,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3150,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0),(3521,2,188,0,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3519,3522,0,3522,0,0,0,'Iverron\'s Antidote','We may be able to help Iverron. as I know of an antidote that should help with the poison. It requires some ingredients, though, before I can make it.$B$BI\'ll need Hyacinth mushrooms. You can find these growing under trees, or you may collect them from the grell south of here; they seem to have taken a liking to them. I\'ll also need Moonpetal lilies, which only grow around watery pools.$B$BThe last ingredient may prove the most difficult. From the very spiders that poisoned Iverron, collect Webwood ichor.','Collect 7 Hyacinth Mushrooms. 4 Moonpetal Lilies, and 1 Webwood Ichor for Dirania Silveshine in Shadowglen.','Thank Elune that you have gathered these ingredients so quickly!$b$bIn just a moment. I will have the antidote prepared.','Please. collect the ingredients, $N. Iverron needs our help.','','','','','',10639,10641,10640,0,7,4,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0),(3522,2,188,0,3,4,0,1101,0,0,0,0,0,0,0,0,300,0,0,0,3521,0,0,0,10642,1,0,'Iverron\'s Antidote','The antidote is ready. $N. Please see that Iverron drinks it.$B$BThere is something that you should know -- the antidote -- it will only remain viable for 5 minutes. You must get it to him in time.$B$BSpeed be with you, $N.','Bring Iverron\'s Antidote to Iverron before the time limit is up. Iverron can be found by the cave to the north.','What is this. $N?$b$bOh, I knew Dirania would be able to help me!$b$b$b$bI\'m always getting into trouble and Dirania, well, she always manages to help me out of it.$b$bI am feeling much better, but I think I will sit here for a while longer, until I feel completely better. Well, that, and I was hoping you\'d clear a path for me through those vicious Webwood spiders...','Oh... $N. I\'m so glad you have returned.','','','','','',10642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10655,10656,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,0,270,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),(3523,2,722,0,32,37,81,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3525,10682,1,0,'Scourge of the Downs','Outstanding! My name is Belnistrasz, and I thank you for rescuing me. I had given myself up for dead... or worse, as a meal for these Scourge-infested vermin. Yes - I said Scourge all right; they\'ve brokered some sort of deal with the Quilboar here, and this nightmare is a result.$B$BListen... rather than just flee, I want to make a difference for all of our sakes. Would you be up to helping me out to that end? It\'s probably dangerous, but you seem to be the type not to worry about that too much.','If you agree to aid Belnistrasz, speak with him again and hand the Oathstone he gave you back to him.','Fantastic, I thought you looked to be the heroic type! We\'ve got our work cut out for us $N, I\'m not going to lie to you. If we stay focused on the task at hand, we should be able to come out on top.$b$bNow, let me bring you up to speed on what\'s been going on...','I\'m not one for politics; I care not if your affiliations are for either Horde or Alliance. I am more interested in squelching direct and dire threats to all the races... and we have quite a large one in here.$b$bIf you\'re willing to be a true hero for all people, then hand me the oathstone I have given you as a sign of commitment. I\'m... not from around these parts; an oathstone is important to people of my kind as a bond of agreement.','','','','','',10682,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3524,2,148,0,11,13,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4681,0,0,0,'Washed Ashore','Majestic sea creatures are known to launch themselves at the Darkshore coastline, beached there until they die. Lately, these beasts have been washing ashore in ever-increasing numbers. I\'ve been sent here by the Temple of the Moon to investigate, but the presence of murlocs along the water has made my research difficult.$B$BThere is a giant creature washed ashore just south of Auberdine that is ringed by the foul Greymist murlocs. Could you go there and retrieve bones from the creature for our study?','Recover Sea Creature Bones from the beached sea creature just south of Auberdine, and then return with it to Gwennyth Bly\'Leggonde in Auberdine.','I hope the murloc did not give you much trouble in collecting this for us! I will be sure to get this on the next hippogryph to Darnassus. The Temple of the Moon has given me some funds to hand out for assistance; please have some with our thanks.$B$BYour success here emboldens me to offer you a chance to aid the Temple of the Moon further, if you are interested...','It is only recently that these creatures started landing on the coast of Darkshore in such alarming numbers. I can\'t help but think that this is an ill omen of some sort. Recovering a sample of that creature\'s bones to the south would help us in Darnassus assess this situation!','','','','','',12242,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,400,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3525,2,722,0,32,37,81,0,0,0,0,0,0,0,0,0,0,2,0,0,3523,0,0,0,0,0,0,'Extinguishing the Idol','Near the entrance is an idol that functions as a macabre oven for the Quilboar; the beasts... they literally consume their abductees from the Barrens. I can shut down the idol and bind them from using it again, but I need your aid in doing so. My plan: escort me to the idol. Once we arrive, I\'ll commence the ritual. I\'ll barely be able to communicate with you, let alone defend myself. Protect me while I shut down the idol. If they take me down, then it\'s all over for us.$B$BAre you with me?!','Escort Belnistrasz to the Quilboar\'s idol in Razorfen Downs.$B$BProtect Belnistrasz while he performs the ritual to shut down the idol.','Belnistrasz\'s sudden departure has left behind a burning brazier. As you stare in to the flame, the image of a great-winged red dragon fills your mind. A more graveled version of Belnistrasz\'s voice speaks directly to you.$B$B\"Indeed mortals, you are the heroes I had hoped you would be. Thanks to you the butchery these beasts were perpetrating is a thing of the past. My faith in mortals such as yourself has been once more renewed. Take this as a reward befitting of a hero.\" ','','Protect Belnistrasz while he performs the ritual to shut down the idol','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10710,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3525,0),(3526,2,-201,202,30,47,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. Clearly, goblin engineering is the choice of all brilliant engineers. Learn to master the world through the judicious use of high explosives and fantastic gear!$B$B$N, read this manual. If you want to learn about goblin engineering, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3527,2,978,0,40,47,81,0,0,0,0,0,0,0,0,0,0,0,0,0,3520,4787,0,4787,0,0,0,'The Prophecy of Mosh\'aru','The ancient prophecy of Mosh\'aru speaks of a way to contain the god Hakkar\'s essence. It was written on two tablets and taken to the troll city of Zul\'Farrak. west of Gadgetzan.$B$BBring me the Mosh\'aru tablets!$B$BThe first tablet is held by the long-dead troll Theka the Martyr. It is said his persecutors were cursed into scarabs and now scuttle about his shrine.$B$BThe second tablet is held by the hydromancer Velratha, near the sacred pool of Gahz\'rilla.$B$BWhen you have the tablets, bring them to me.','Bring the First and Second Mosh\'aru Tablets to Yeh\'kinya in Tanaris.','Ah. this is good. I can fuse these ancient tablets together, and then study their hidden secrets.$b$bMy debt to you grows, $N. And it will grow further still.','Do you have the tablets of the Prophecy of Mosh\'aru. $N?$b$bWhen I gain the tablets, I will study them, and learn how to contain the essence of Hakkar!','','','','','',10660,10661,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5400,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(3528,2,440,0,40,53,81,0,0,0,0,0,0,0,0,0,0,0,0,0,4787,5065,0,5065,10465,1,0,'The God Hakkar','Now it is time to capture the essence of the avatar of Hakkar.$B$BTake the Egg of Hakkar to the Sanctum of the Fallen God in the Sunken Temple in Azeroth. Invoke the egg\'s power to stir the dead god.$B$BHe will send his minions against you. Defeat his bloodrinkers and take their Hakkari blood. then use the blood to dowse the eternal flames that hold Hakkar\'s spirit. When all the flames go out, the avatar of Hakkar will enter our world.$B$BDefeat him, and place his essence within the egg of Hakkar.','Bring the Filled Egg of Hakkar to Yeh\'kinya in Tanaris.','The essence of Hakkar has been collected! Even now the Egg stirs with life! Could the myths of Hakkar be true?$b$bThat must not be true. for it is then I fear what Hakkar may do if birthed again. I will keep this egg safe and be sure it does not fall into evil hands.$b$bYour labors with me are finished, $N. You have touched a legend, and your actions may one day change the face of our world.','Have you defeated the avatar of Hakkar. $N? Has his essence yet empowered the egg I gave you?','','','','','',10662,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10749,10750,10751,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,24000,6900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3541,2,16,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3563,10539,1,0,'Delivery to Jes\'rimon','I have a fence in Orgrimmar. He resides in The Drag. He\'s difficult to nail down if you don\'t know where to look, but if you go looking in one of the highest buildings there you should have no problem finding him.$B$BDo me a favor though, don\'t go shouting to all of Kalimdor that he\'s there and what his business is--it\'d be bad for both of us.$B$BHe\'ll give us more than a fair price for the Tablet of Jin\'yael. I\'m not sure why, but you should have seen how excited he was to hear about its whereabouts.','Bring the Tablet of Jin\'yael to Jes\'rimon in Orgrimmar.','Ahhh, Jediga be sendin\' her package all the way from Azshara. Good. I be waitin\' on this.$B$BJediga, now that be a fine woman... deadly too. What could be better?$B$BLook at this... the tablet be in perfect condition. You make a good messenger, $N.','Yes, what you be needin\', $gdad:mon? I got many tings to be takin\' care of today, and you not be on me agenda as one of them. Pester me, and I make sure that changes.','','','','','',10539,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3542,2,16,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3564,10540,1,0,'Delivery to Andron Gant','Andron Gant is my next contact. He usually holds himself up in the Undercity... right near the Apothecarium.$B$BHe was a little more loose-lipped when it came to speaking about what he wanted the Tablet for. Apparently some of the mages of Undercity are looking to study some of the arcane spells the highborne used. They think this tablet will help them. Markri was adept at summoning creatures; especially elementals.$B$BTake the Tablet of Markri and return to me for your part of the reward.','Bring the Tablet of Markri to Andron Gant in Undercity.','Here, take some coin... get yerself... ... some new armor or something....$b$bThis\'ll bring a shiny gold or two to the right... people.','Well... ... isn\'t this a surprise? An adventurererere... !$b$bWhat c\'n I do for you... ?','','','','','',10540,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3561,2,16,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3517,0,0,3565,10541,1,0,'Delivery to Archmage Xylem','This final tablet goes to someone very dangerous, $N. Heed me when I tell you that I trust this person far less than anyone else I\'ve asked you to meet with.$B$BArchmage Xylem has a tower up in the hills overlooking Azshara. He\'s human, but he acts like no human I\'ve met... or killed. He exudes power, and I dare not ask him what he plans on doing with the tablet.$B$BHe came to me, but told me that his bodyguard Sanath would help me get to the tower when I was ready to meet him. Look north for Sanath.','Bring the Tablet of Sael\'hai to Archmage Xylem in Azshara.','Ah, the Tablet of Sael\'hai... how long I\'ve longed to study it.$b$bThank you, $N. You may tell Jediga that she has done well. This will definitely be worth the payment she asked for.','What can help you with, $N?','','','','','',10541,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3562,2,1638,0,45,52,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3518,0,0,0,10678,1,0,'Magatha\'s Payment to Jediga','Take this note to Jediga. Tell her the payment will be here for her when she returns. And tell her I am pleased with her work.$B$BGo swiftly, $N. Tell your master I will be awaiting her here.','Deliver Magatha\'s Note to Jediga in Azshara.','Ah, good. She was much more reasonable than I expected... at least towards you. I half expected her to have you punished for my insolence in sending someone in my place. She must really want that tablet. Interesting.$b$bSomething to ponder another time.','Well, what did Magatha say? The old crone... I bet she was less than polite.','','','','','',10678,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3563,2,14,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3541,0,0,0,10680,1,0,'Jes\'rimon\'s Payment to Jediga','Take this letter to Jediga. Let her know that our deal has been beneficial and I be pleased with her work.$B$BYou tell her she come back to Orgrimmar fast and Jes\'rimon make sure he take good care of her.$B$BTell her that, and maybe in the future I have need of your services again, $N.','Deliver Jes\'rimon\'s Note to Jediga in Azshara.','I can see he was more than pleased by the looks of his note.... a little too pleased.$B$BPerhaps some day I\'ll take time to make sure he knows how much I appreciate his advances also. Well, at least there\'s one reason to look forward to spending more time in Azshara.$B$BHere\'s your share of our payment.','Have you spoken to Jes\'rimon yet?$B$BHe\'s a boar among trolls, but his information is usually accurate and his jobs well paying.$B$BIf you can stand his attitude then you stand to make some good coin from his business endeavors.',NULL,NULL,NULL,NULL,NULL,10680,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3564,2,85,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3542,0,0,0,10679,1,0,'Andron\'s Payment to Jediga','Here... take... this to Jediga. Good luck to ya!','Deliver Andron\'s Note to Jediga in Azshara.','Perfect... wait a minute.$b$bHaha! What\'d you tell him when you delivered the tablet, $N? He overpaid us way too much! Not that I\'m complaining. Did you tell him the deal changed? Or was he drunk again?$b$bDoesn\'t matter... here, take an extra share also.','Have you met with Andron yet? He rarely leaves Undercity, so I don\'t think it\'d be too hard to find him.','','','','','',10679,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3565,2,16,0,45,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3561,0,0,0,10681,1,0,'Xylem\'s Payment to Jediga','What is it? Oh yes, your payment. Of course.$B$BTake this and be off with you. I\'m sure Jediga is awaiting oh so patiently for your return.','Deliver Xylem\'s Note to Jediga in Azshara.','No problems? None at all? Well, that\'s something to be said... I expected him to show some sort of reluctance or to at least betray our deal. Hmm, maybe he can be trusted after all.$b$bWell, no need to dwell on it that much. Here\'s your share. Thank you for your help.','Well, what did Xylem have to say? He didn\'t do anything to you, did he? Cast a spell on you? Con you into doing work for him?','','','','','',10681,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,3300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3566,2,51,0,40,52,1,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Rise, Obsidion!','It... It... It was all a trap.$B$BForgive... me.$B$BKill the bastard... Kill him for us... for Thorius.','Slay Lathoric the Black and Obsidion, and return to Thorius in Ironforge with the Head of Lathoric the Black and the Heart of Obsidion.','$B$BThis... this cannot be. My own brother? He set this all up?$B$B$B$BHe betrayed me, he betrayed Ironforge! It seems as if the influence of the Old Gods is still strong in these lands. I fear that if my brother - a once noble and honorable man - was so easily turned to the will of Ragnaros, no one is safe.','I don\'t believe you! Show me proof!',NULL,NULL,NULL,NULL,NULL,10447,10446,0,0,1,1,0,0,0,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,0,0,0,0,0,0,0,0,47,72,0,0,0,500,125,0,0,0,0,15500,5250,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3567,2,357,0,20,25,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,0,'To the Top',NULL,NULL,'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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12242,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3568,2,85,0,45,52,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10695,1,0,'Seeping Corruption','See that tauren behind me--the one who looks like she\'s going to be ill at any moment? She was in Azshara recently. She claims she was wounded by some naga while making her way through the Ruins of Eldarath.$B$BAfter fighting off a few of them, she took a break on the beach and drank from one of the tide pools. Now she\'s feeling nauseous... among other things.$B$BI\'d like to find out what she drank. Take this box, in it are some empty vials I labeled. Fill each at different pools and come back.','Fill all 4 Empty Vials at the tide pools along the coast of the Ruins of Eldarath in Azshara before returning to Chemist Cuely.','Wonderful. You\'re back before she died. Good, good.$B$BLet\'s get started on this then, shall we?$B$BI\'ve been studying her symptoms for some time now, and it\'s quite ugly. I\'m surprised she\'s still standing. She\'s vomited three or four times all over the place... quite a pleasant odor.$B$BGive me just a moment to put something together to test on our... friend.','You know where this is leading, don\'t you, $N? There\'s no way she can survive... look at her. The best thing for her now is to aid us in finding a cure for the plague. This water she drank might have a clue that helps us figure out how. She\'s going to die anyway--she might as well die doing something noble for our people before she does. Don\'t you agree?','','','','','',10691,10692,10693,10694,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,0,4000,2220,0,0,0,0,0,0,0,0,6,0,0,0,0,1,0,0,0,0,0,0),(3569,2,85,0,45,52,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3568,0,0,0,10712,1,0,'Seeping Corruption','Give this to Thersa. Perhaps it will cure her... perhaps not. We really won\'t know until after she drinks it.','Give Cuely\'s Elixir to Thersa Windsong in Undercity.','Chemist Cuely has been very accommodating... disturbingly so. But if he says this will help me, then I have no other choice. I don\'t have time to find any other solution. I\'ve already spoken to priests and shamans, none of which could help me.$B$BLet us hope that the Earthmother watches over my spirit.','I\'ve come to Undercity because I heard their alchemists have been studying long and hard on how to find a cure for their own illness. It was suggested that perhaps they could help me too.$B$BAlthough this place makes me feel far from welcome, I had no choice--the sickness that found me is tearing me up inside and I needed their help immediately.','','','','','',10712,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3570,2,1497,0,52,52,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3569,0,0,0,0,0,0,'Seeping Corruption',NULL,NULL,'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,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,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,7500,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3601,2,16,0,47,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Kim\'jael Indeed!','Kim\'jael indeed!! Do you know what Kim\'jael means to the Blood elves, $N? Little rat... or something like that. The big bullies!$B$BThey hired me to help them scout the area looking for some sort of lost treasures. Of course I jumped aboard the moment they said \"treasure\" and the amount they were willing to pay, but of course, they turned on me and tried to kill me... ME!$B$BGoes to show you, you can\'t trust a Blood elf.$B$BThe problem is, they still have my equipment and I can\'t get it back. Help me out?','Search the Thalassian Base Camp for Kim\'jael\'s Compass, Scope, Stuffed Chicken and Wizzlegoober, then return them to him in Azshara.','Haha! You got them good, didn\'t you?!$b$bThis is great! That\'ll teach those Blood elves to betray their partners... especially someone as loyal as a goblin merchant! Bah, Blood elves...!$b$bWell, the least I can do for you is pay you for your time... just like I said I would.$b$bHere you go... those should be useful.','Those stinkin\' Blood elves. I tell ya, if I was as strong as you are, I\'d go down there and teach them a thing or two myself! But I\'ll have to settle with payin\' you to take care of \'em for me.',NULL,NULL,NULL,NULL,NULL,10717,10715,10722,10718,1,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10830,0,0,0,3,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,800,5700,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(3602,2,16,0,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3511,3621,0,3621,10834,1,0,'Azsharite','The ancient cliff giants of the southern region of Azshara consume the rock and buildings of the land for sustenance. The excrement from their consumption is a highly malleable and extremely strong crystal known as Azsharite.$B$B The formations litter the southern arc. but few are ever recovered due to the extremely violent nature of the giants.$B$B You are to venture south and recover enough of the Azsharite for the creation of the weapon\'s body. My felhounds will aid in the recovery of the crystal.','Recover twenty Crystallized Azsharite from southern Azshara. You may use the Felhound to assist you in \'sniffing\' out the location of cleverly hidden deposits.$B$B Return to Loramus when the task is complete.','Your tasks in Azshara are complete. mortal. I must now forge the necessary components for the next step in your adventure.','Evil does not sleep. fool. You will have time for rest when you are finally dead. Now, bring me those crystals.','','','','','',10714,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,26500,6900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3621,2,16,0,45,58,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3602,3625,0,3625,10738,1,0,'The Formation of Felbane','The weapons are ready to be forged. You must take the tempered azsharite to one with the ability to harness fel energy.$B$BIn Stranglethorn Vale such a blacksmith exists. Galvan the Ancient. leader of the Mithril Order, will craft the weapons to your specifications. You will find his encampment between Zul\'Gurub and the Mosh\'Ogg ogre mound.$B$BMay your determination and faith carry you through this ordeal. Should you fail, know that your God smiles down upon you, mortal.','Take the Shipment to Galvan the Ancient in Stranglethorn Vale.','My goodness, I can only imagine what you went through to get these materials. Few venture into Azshara and return alive, let alone those that face demi-gods and giants!','Loramus. eh? It has been many years since I have heard that name.','','','','','',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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3625,2,33,0,45,58,0,0,0,0,0,0,0,0,0,0,0,2,2,0,3621,0,0,3626,0,0,0,'Enchanted Azsharite Fel Weaponry','$N, the creation of each weapon will take some time.$B$BAdditionally, you may only use the power of the Felcurse once per three minutes. Its weakening properties against Razelikh the Defiler and his minions may be variable in duration. This is why you must release the Felcurse only when the moment is right!$B$BNow give me a moment to craft your weapon, $N.$B','Wait for Galvan to finish forging the weaponry.','$b$bA finer demon slayer has never existed, $N.','','Weaponry Creation','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10697,10698,10696,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,540,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,3625,0),(3626,2,33,0,53,58,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3625,3627,0,3627,0,0,0,'Return to the Blasted Lands','The hour of redemption is near. $N. You must return to the Blasted Lands with your new-found weaponry and speak with the Fallen Hero of the Horde to receive your final objective.','Return to the Fallen Hero of the Horde.','You look battle hardened. $N. Are you prepared to face Razelikh and his minions?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1380,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3627,2,4,0,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3626,3628,0,3628,0,0,0,'Uniting the Shattered Amulet','To reach the Defiler. you must first destroy the triad of power and recover the amulet pieces. When you recover all three pieces, return to me and I shall give you further instruction.$B$B Go $N! To the Blasted Lands! Sevine, Allistarj, and Grol must fall!','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$B Remember to USE your Enchanted Azsharite Fel Weaponry to weaken the triad. They cannot be killed otherwise - but use them wisely...','The amulet of Razelikh the Defiler is once again complete but he senses the disruption in his chain of command. He knows you come for him...','The three shall form the one. the one shall light the way.','','','','','',10755,10753,10754,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7200,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3628,2,4,0,45,60,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3627,0,0,0,10757,1,0,'You Are Rakh\'likh. Demon','Razelikh\'s lair is atop the highest mountain in the Blasted Lands. The only way to the lair is through the use of the teleport runes near the mountain. As long as you hold the amulet. you can freely transport up to the lair. Once you reach the lair, you must conjure the beast. The amulet is your key, $N. Use it on the Altar of the Defiler.$B$B Should 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.','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.','Today is a day that will be remembered for all eternity. The demonic overlord of the Blasted Lands has finally fallen!','There is nothing left to fear.$b$b','','','','','',10759,10757,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10778,10779,10959,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,27000,8700,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3629,2,-201,202,30,47,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. I only bother to mention goblin engineering because I\'m a fair trainer. They like to make things that blow up, and they rarely care what is in the way - even themselves.$B$B$N, read this manual. If you want to learn how to blow yourself up, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3630,2,-201,202,30,47,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. Gnome engineering represents by far the superior of the two! It\'s about the construction of wonderful gadgets and devices that make life better!$B$B$N, read this manual. If you want to learn more on gnome engineering, then take that manual to Tinkmaster Overspark in Ironforge. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task!','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','You\'ve done your part, $N. The Alliance cannot let the Horde\'s uncivilized acts to go unchallenged!','What news do you bring, $N?',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3631,2,-61,0,40,40,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,4487,0,0,0,0,'Summon Felsteed','Hmph. I say you\'re not prepared, but that is not my decision. Strahad feels otherwise, and it is his decision to make... this time.$B$BHe wishes to speak to you, and quickly. You\'ll find him still above Ratchet in the Barrens, at his little tower there with his acolytes.$B$BDo not dawdle long.','Speak to Strahad Farsan in the Barrens.','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,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3632,2,-201,202,30,47,0,1101,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. Gnome engineering represents by far the superior of the two! It\'s about the construction of wonderful gadgets and devices that make life better!$B$B$N, read this manual. If you want to learn more on gnome engineering, then take that manual to Tinkmaster Overspark here in Ironforge. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task!','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','Ah, a young engineer interested in pursuing the one, true discipline of engineering! Well forgive my melodrama, friend. While our situation remains dire, it still is always a good day to see another engineer respond to the clarion call of true engineering!','Yes, yes, what needs of yours might I address today? Clearly, I have the time to do such since all I do is stand here while our beloved city lies in a cloud of irradiated death.',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3633,2,-201,202,30,47,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Goblin Engineering','Expert engineering yields two distinct disciplines: gnome and goblin. Clearly, goblin engineering is the choice of all brilliant engineers. Learn to master the world through the judicious use of high explosives and fantastic gear!$B$B$N, read this manual. If you want to learn about goblin engineering, then take it to Nixx Sprocketspring in Gadgetzan. Remember - membership is permanent and prevents joining the other discipline, so make sure this is what you want before finishing his task.','If you wish to learn more about Goblin Engineering, take the Manual of Engineering Disciplines to Nixx Sprocketspring in Gadgetzan.','Well $N, you were wise to seek my tutelage! Any schlep can become an expert at the basics of engineering - the gnomes and their irradiated home of Gnomeregan are proof of that. It takes a strong mind and a steady hand (emphasis on STEADY) though to master the discipline of Goblin Engineering.$B$BKeep your ears perked $N, and you might learn something.','I can smell fresh recruits much like I can an excellent blasting powder - from a mile away. Have you come seeking to learn about the mastery of the explosion?',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3634,2,-201,202,30,47,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. While I think it is a waste, you should be aware of gnome specialization. They make items and gadgets that claim to change the world, but rarely often work.$B$B$N, read this manual. If you wish to learn how to make metal paper weights, then take that manual to Tinkmaster Overspark in Ironforge. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task!','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Tinkmaster Overspark in Ironforge.','Ah, a young engineer interested in pursuing the one, true discipline of engineering! Well forgive my melodrama, friend. While our situation remains dire, it still is always a good day to see another engineer respond to the clarion call of true engineering! ','Yes, yes, what needs of yours might I address today? Clearly, I have the time to do such since all I do is stand here while our beloved city lies in a cloud of irradiated death. ',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3635,2,-201,202,30,47,0,690,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. While I think it is a waste, you should be aware of gnome specialization. They make items and gadgets that claim to change the world, but rarely work.$B$B$N, read this manual. If you wish to learn how to make metal paper weights, then take the manual to Oglethorpe Obnoticus in Booty Bay. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task.','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Oglethorpe Obnoticus in Booty Bay.','You\'ve come to learn about gnome engineering, eh? Well, you\'ve come to the right gnome. While the ruling faction of Gnomeregan may use politics to ostracize those they view as an intellectual threat, they know that knowledge is something they cannot control.$B$BThey and I both know that when I left Gnomeregan, they lost one of their greatest gnome engineers alive today. If you\'re a capable student, I\'ll teach you what I know.','Hello there! If you\'ve come about a homing robot that may have smashed through a wall of your domicile, then I will refer you to my barrister in advance. Otherwise, what can I do for you today?',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3636,2,1519,0,39,37,81,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Bring the Light','The Scourge is a persistent threat to the Alliance, a fact I am sure you know quite well. Recently, we have come across some very peculiar findings, $N.$B$BIn the Barrens lies a horrid tangle of briars called Razorfen Downs. While once it was the home of simple quilboar, now it has become apparent that a pact was made with the Scourge, creating creatures far worse... They are now ruled by the lich, Amnennar the Coldbringer.$B$BAlign yourself with the light, $N; put an end to this evil union.','Archbishop Bendictus wants you to slay Amnennar the Coldbringer in Razorfen Downs.','Thank you , $N. The Scourge will now think twice before attempting to bolster its ranks again.$B$BMay you be blessed by the Light. ',NULL,NULL,'',NULL,NULL,NULL,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7358,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10823,10824,0,0,1,1,0,0,72,0,0,0,0,150,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3637,2,-201,202,30,47,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10789,1,0,'Gnome Engineering','Engineering at the expert level breaks into two disciplines: gnome and goblin. While I think it is a waste, you should be aware of gnome specialization. They make items and gadgets that claim to change the world, but rarely work.$B$B$N, read this manual. If you wish to learn how to make metal paper weights, then take the manual to Oglethorpe Obnoticus in Booty Bay. Remember - membership is permanent and prevents joining the other discipline, so make sure you are sure before finishing his task.','If you wish to learn more about Gnome Engineering, take the Manual of Engineering Disciplines to Oglethorpe Obnoticus in Booty Bay.','You\'ve come to learn about gnome engineering, eh? Well, you\'ve come to the right gnome. While the ruling faction of Gnomeregan may use politics to ostracize those they view as an intellectual threat, they know that knowledge is something they cannot control.$B$BThey and I both know that when I left Gnomeregan, they lost one of their greatest gnome engineers alive today. If you\'re a capable student, I\'ll teach you what I know.','Hello there! If you\'ve come about a homing robot that may have smashed through a wall of your domicile, then I will refer you to my barrister in advance. Otherwise, what can I do for you today?',NULL,NULL,NULL,NULL,NULL,10789,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3638,2,-201,202,30,47,0,0,225,0,0,0,0,0,0,0,0,0,0,0,0,0,3638,3639,10792,1,0,'The Pledge of Secrecy','Goblin engineering is about practical uses for high profit and higher explosive power! Our schemata allow us to make powerful bombs and mighty weaponry; the manual you read covered this.$B$BThe manual also covered our ages old oath of secrecy on our schemata. Once you become a goblin engineer, that\'s that. There is no access to gnome engineering at all.$B$BIf you still want to become a goblin engineer, sign this document pledging life-long secrecy and speak with me again. Think about it carefully, $N.','If you agree to become a Goblin Engineer, then right-click on the Pledge of Secrecy and speak once more with Nixx Sprocketspring in Gadgetzan.','Welcome aboard, Goblin Engineer $N! You soon will have access to the most powerful engineering schemata anywhere on Azeroth.$b$bNow that you have committed yourself to the pursuit of this knowledge, it is time to examine your goblin-oriented engineering work. From there, we\'ll help you build a plan to maximize your goblin engineering talents!','If you\'ve signed the document and are ready to hand it to me, then that is that. You\'ve been told that this is a one way trip. If you\'re ready, then hop on board!',NULL,NULL,NULL,NULL,NULL,11270,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3639,2,-201,202,30,47,0,0,1,0,0,0,0,0,0,0,0,0,0,0,3638,0,0,0,0,0,0,'Show Your Work','As your mentor, I want samples of your work. You\'re a skilled engineer; there is no question of this, $N. What I hope to do though is analyze them for ways to emphasize goblin-oriented techniques in your future efforts. I 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 I will issue you your own Goblin Engineer Membership Card; it is required for access to all goblin engineering trainers!','Bring 20 Big Iron Bombs, 20 Solid Dynamite, and 5 Explosive Sheep to Nixx Sprocketspring in Gadgetzan.','Here is your first Goblin Engineer Membership Card!$b$bThis card has its dues paid for in advance for fourteen days; all cards expire after two weeks of activity. When it does, pay your next set of dues to any goblin engineer trainer in order to get another card; without the card, your membership will temporarily lapse and you cannot access new schemata.$b$bThis never affects what you already know; once a goblin engineer, always a goblin engineer.','Once I receive your crafted engineering items for my review, I will hand you a genuine Goblin Engineer Membership Card! So long as the card is valid, you will have unlimited access to any goblin engineer trainer anywhere in the world.',NULL,NULL,NULL,NULL,NULL,4394,10507,4384,0,20,20,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10791,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,20221,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3640,2,-201,202,30,47,0,1101,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3638,3641,10793,1,0,'The Pledge of Secrecy','Gnome engineering is about engineering theory shaped to serve our needs! Our schemata allow us to make devices that control the world around us; the manual you read covered this.$B$BThe manual also covered our ages old oath of secrecy on our schemata. Once you become a gnome engineer, that\'s that. There is no access to goblin engineering at all.$B$BIf you still want to become a gnome engineer, sign this document pledging life-long secrecy and speak with me again. Think about it carefully, $N.','If you agree to become a Gnome Engineer, then right-click on the Pledge of Secrecy and speak once more with Tinkmaster Overspark in Ironforge.','Welcome aboard, $N! You soon will have access to the most advanced engineering schemata anywhere on Azeroth.$B$BNow that you have committed yourself to the pursuit of this knowledge, it is time to examine your gnome-oriented engineering work. From there, we\'ll help you build a plan to maximize your gnome engineering talents!','If you\'ve signed the document and are ready to hand it to me, then that is that.$B$BThe secrets I will share with you are of such a magnitude that the signing of the Pledge of Secrecy is absolutely critical. I signed one, as did my brother and sister gnome engineers. You will be joining quite the auspicious fold, Engineer $N!',NULL,NULL,NULL,NULL,NULL,11283,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3641,2,-201,202,30,47,0,1101,1,0,0,0,0,0,0,0,0,0,0,0,3640,0,0,0,0,0,0,'Show Your Work','As your mentor, I want some samples of your work. You\'re a skilled engineer; there is no question of this, $N. What I hope to do though is to analyze your work 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 I will issue you your own Gnome Engineer Membership Card; it is required for access to all gnome engineering trainers!','Bring 6 Mithril Tubes, an Accurate Scope, and 2 Advanced Target Dummies to Tinkmaster Overspark in Ironforge.','Here is your first Gnome Engineer Membership Card!$B$BThis card has its dues paid for in advance for fourteen days; all cards expire after two weeks of activity. When it does, pay your next set of dues to any gnome engineer trainer in order to get another card; without the card, your membership will temporarily lapse and you cannot access new schemata.$B$BThis never affects what you already know; once a gnome engineer, always a gnome engineer.','Once I receive your crafted engineering items for my review, I will hand you a genuine Gnome Engineer Membership Card! So long as the card is valid, you will have unlimited access to any gnome engineer trainer anywhere in the world.',NULL,NULL,NULL,NULL,NULL,10559,4407,4392,0,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,20220,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3642,2,-201,202,30,47,0,690,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3638,3643,10794,1,0,'The Pledge of Secrecy','Gnome engineering is about engineering theory shaped to serve our needs! Our schemata allow us to make devices that control the world around us; the manual you read covered this.$B$BThe manual also covered our ages old oath of secrecy on our schemata. Once you become a gnome engineer, that\'s that. There is no access to goblin engineering at all.$B$BIf you still want to become a gnome engineer, sign this document pledging life-long secrecy and speak with me again. Think about it carefully, $N.','If you agree to become a Gnome Engineer, then right-click on the Pledge of Secrecy and speak once more with Oglethrope Obnoticus in Booty bay.','Welcome aboard, $N! You soon will have access to the most advanced engineering schemata anywhere on Azeroth.$B$BNow that you have committed yourself to the pursuit of this knowledge, it is time to examine your gnome-oriented engineering work. From there, we\'ll help you build a plan to maximize your gnome engineering talents!','If you\'ve signed the document and are ready to hand it to me, then that is that.$B$BWhile I may vehemently disagree with Gnomeregan - especially that fool Tinkmaster Overspark - politically, the Pledge of Secrecy transcends everything else! You must agree to commit a single path and stay true to that path throughout your life.',NULL,NULL,NULL,NULL,NULL,11282,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,360,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3643,2,-201,202,30,47,0,690,1,0,0,0,0,0,0,0,0,8,0,0,3642,0,0,0,0,0,0,'Show Your Work','As your mentor, I want some samples of your work. You\'re a skilled engineer; there is no question of this, $N. What I hope to do though is to analyze your work 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 I will issue you your own Gnome Engineer Membership Card; it is required for access to all gnome engineering trainers!','Bring 6 Mithril Tubes, an Accurate Scope, and a 2 Advanced Target Dummies to Oglethorpe Obnoticus in Booty Bay.','Here is your first Gnome Engineer Membership Card!$B$BThis card has its dues paid for in advance for fourteen days; all cards expire after two weeks of activity. When it does, pay your next set of dues to any gnome engineer trainer in order to get another card; without the card, your membership will temporarily lapse and you cannot access new schemata.$B$BThis never affects what you already know; once a gnome engineer, always a gnome engineer.','Once I receive your crafted engineering items for my review, I will hand you a genuine Gnome Engineer Membership Card! So long as the card is valid, you will have unlimited access to any gnome engineer trainer anywhere in the world.',NULL,NULL,NULL,NULL,NULL,10559,4407,4392,0,6,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,10790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2700,0,20220,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3644,2,-201,202,30,47,0,0,200,0,0,0,0,0,0,0,0,8,1,0,3639,0,0,0,0,0,0,'Membership Card Renewal',NULL,NULL,'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,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,10791,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20000,0,0,0,103,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3645,2,-201,202,30,47,0,0,200,0,0,0,0,0,0,0,0,8,1,0,3641,0,0,0,0,0,0,'Membership Card Renewal','Membership Card Renewal','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,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,10790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20000,0,0,0,99,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3646,2,-201,202,30,47,0,0,200,0,0,0,0,0,0,0,0,8,1,0,3639,0,0,0,0,0,0,'Membership Card Renewal','',NULL,'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,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,10791,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20000,0,0,0,104,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3647,2,-201,202,30,47,0,0,200,0,0,0,0,0,0,0,0,8,1,0,3643,0,0,0,0,0,0,'Membership Card Renewal',NULL,NULL,'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,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,10790,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-20000,0,0,0,100,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3661,2,702,0,42,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Favored of Elune?','Wildkin are quite unpredictable creatures, $N. Capable of incredible gentleness, these creatures will show extreme ferocity if something they deem important is threatened.$B$BThese beasts are rumored to have been created by Elune, and I am interested in finding if this is really the truth.$B$BRecently, I heard about a population of wildkin living in the Hinterlands -- Vicious, Primitive, and Savage Owlbeasts. They can be found amongst the wildlife there. Will you gather some wildkin feathers for me?','Collect 15 Wildkin Feathers from the Hinterlands for Erelas Ambersky in Rut\'theran Village.','Thank you for bringing these to me, $N.$B$BWhat did you learn of the Wildkin?$B$BPerhaps these feathers will tell us more. Ferocious monsters, or simply misguided pets? One day I\'d like to know the truth...$B$BI am going to continue my research -- please come back and talk to me again after some time has passed.','Try to avoid them if you can, $N. The Wildkin may misread your interest as an intent to do them harm...','','','','','',10819,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,10,0,0,0,0,0,13500,3600,0,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0),(3681,2,-141,0,12,12,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1642,0,0,0,0,'Tome of Divinity','Sorry to interrupt your travels, $r, but I thought you should know that word was sent from Stormwind recently asking that paladins report there for training.$B$BIf I didn\'t know any better, I\'d say your close to reaching a special time and it\'s time you started studying the Tomes.$B$BLook for Duthorian Rall in Stormwind. He usually trains paladins in the Cathedral of Light.','Speak with Duthorian Rall in Stormwind.','Welcome to the Cathedral of Light, $C. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3701,2,1,0,50,54,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,3702,0,0,0,0,0,0,'The Smoldering Ruins of Thaurissan','Venture to the smoldering ruins of Thaurissan in the Burning Steppes and gather as much information as possible.$B$BIt is said that mysterious relics litter the ruins. Perhaps you should start your search there. $N. Beware the Thaurissan guardians: Assassins that guard the ruins, keeping whatever secrets may still be buried there protected.','Venture to the Ruins of Thaurissan in the Burning Steppes and recover information from the Thaurissan Relics. Return to Royal Historian Archesonus when you have recovered the information.','Oh my! This information explains quite a lot about Thaurissan.$B$BThere is much more to learn!','Do you bring new information?','','Information Recovered','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-153556,0,0,0,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,12102,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,16500,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3702,2,1537,0,50,54,0,1101,0,0,0,0,0,0,0,0,0,10,0,0,0,3701,0,3701,0,0,0,'The Smoldering Ruins of Thaurissan','Would you like to hear a brief history of the Dark Iron dwarves?','Listen to Royal Historian Archesonus recant the history of Thaurissan.','Shall we proceed?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,10,0,0,0,0,0,0,480,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3721,2,35,0,40,50,0,0,0,0,0,0,0,0,0,0,0,8,0,0,2767,0,0,0,0,0,0,'An OOX of Your Own',NULL,NULL,'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,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,10398,0,0,0,1,0,0,0,87,21,0,0,0,-727,350,0,0,0,0,0,6000,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3741,2,44,0,12,15,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Hilary\'s Necklace','My friend Hilary lost her necklace, and we can\'t find it. We\'ve been fishing all day right here, and we looked around here already. The only thing I can think of is that it fell into the lake. Our parents don\'t want us to swim in the lake... my mom says there\'s some mean things underwater, but you look like you aren\'t scared of mean things.$B$BCould you find it for her, please?','Find Hilary\'s Necklace, and return it to Hilary in Lakeshire.','Thank you for finding my necklace mister $C... you are very kind! My kitty thanks you too - isn\'t that right Effsee?','Hi. I miss my necklace. My daddy got it for me. Daddy says that there are monsters in the lake. Did you beat up any monsters?','','','','','',10958,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,840,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3761,2,1638,0,47,50,0,690,0,0,0,0,0,0,0,0,0,0,0,0,936,0,0,0,0,0,0,'Un\'Goro Soil','The soil of Un\'Goro Crater is reportedly enriched with potent magical qualities. The Cenarion Circle wants to study this soil in large quantities; go into the wilds of Un\'Goro and acquire enough of it for our continued research.$B$BThe rich soil will stick out in piles from time to time, and some of the beasts might have usable samples on their being. Take them all outside to Ghede; just look for the piles of dirt and the tauren barking orders. He means well, just don\'t get him riled up though!','Bring 20 Un\'Goro Soil samples to Ghede on the Elder Rise of Thunder Bluff.','Oh that\'s right Private $N, don\'t make any effort to help me unload this soil up on to the piles! If the Great Spirits had wanted it done they would have miracled it up there, now wouldn\'t they?!$B$BArch Druid Runetotem wants to speak with you again, but for his next task you find that a journeyman\'s understanding of Herbalism would be helpful. If you don\'t know it though, he\'ll still find a use for you.','At ease, Private. If you\'re here to unload soil from Un\'Goro - outstanding then! Otherwise, disappear.',NULL,NULL,NULL,NULL,NULL,11018,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,14500,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3762,2,1638,0,50,50,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3761,0,0,0,'Assisting Arch Druid Runetotem','Excuse me $C, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Thunder Bluff is most interested in seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Hamuul Runetotem is spearheading this research.$B$BPlease - if you are interested, speak with him directly on the Elder Rise within Thunder Bluff proper.','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','Greetings, $c; I am glad you are interested in assisting our research. There is much to do, and I would be doing you a disservice if I informed you that the work this entails is not dangerous. Hopefully this will not scare you off... but from the looks of you, I take it that danger is something that you have dealt with before.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3763,2,1657,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3764,0,0,0,'Assisting Arch Druid Staghelm','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Darnassus is looking for seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Arch Druid Fandral Staghelm is spearheading this research.$B$BPlease - if you are interested, speak with him directly in the Cenarion Enclave within Darnassus proper.','Speak with Arch Druid Fandral Staghelm in Darnassus.','Well now, $c... since you were informed that I was leading this research myself, you obviously came as quickly as you could.$B$BNow that you are here, be sure to pay attention the first time I tell you the details; I have no desire to repeat myself.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0),(3764,2,1657,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Un\'Goro Soil','The soil of Un\'Goro Crater is reportedly enriched with potent magical qualities. I want to know facts from falsehoods; go into the wilds of Un\'Goro and acquire enough quality samples of soil for our continued study.$B$BYou may think that collection tasks are beneath you; that sort of attitude does not endear yourself to me or the Cenarion Circle. Bring the samples to Jenal, who is no doubt wasting time outside behind this tree; just look for the piles of dirt. He will handle the logistics - not I.','Bring 20 Un\'Goro Soil samples to Jenal at the Cenarion Enclave in Darnassus.','Unload your precious cargo here, noble $C. It must have been quite the burden... not unlike the burden I carry being a visionary. Here is an honorarium for your work, as dictated by the Arch Druid himself.$B$BArch Druid Staghelm wants to speak with you again $N, but for his next task you will be aided if you have a journeyman\'s understanding of Herbalism. If you don\'t know it though, you will still be able to aid the Circle!','Ah yes, the dirt. The Arch Druid wants twenty loads per adventurer, and twenty loads he shall get. Let those who conspire against us fall to the wayside!',NULL,NULL,NULL,NULL,NULL,11018,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,14500,4050,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(3765,2,1519,0,16,24,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,1275,0,0,0,'The Corruption Abroad','Stormwind -- such a bustling hub of activity.$B$BI have traveled from afar to seek help. Often it is heard that brave adventurers roam these city streets.$B$BMy brother, Gershala, requires assistance in Darkshore. He resides in the seaside town of Auberdine.$B$BThe journey is a long and epic one. It is for this reason that I ask the help of a seasoned $C such as yourself.','Travel to Gershala Nightwhisper in Auberdine.','Ah, so my brother, Argos, sent you? I realize you must be weary from your travels. But we have much to talk about.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,150,0,0,0,0,0,1300,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3781,2,1657,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3764,0,0,3785,11103,1,0,'Morrowgrain Research','With what we call an Evergreen Pouch, we have cultivated Tharlendris seeds in the soil from Un\'Goro Crater. These seeds blossom into an array of random, potent herbs. One result is morrowgrain, a mysterious herb we know little about; I intend to unravel this mystery.$B$BTake this to Mathrengyl downstairs, and he will give you some seeds so you can get started. If you run out, you will need to purchase more from him.','Take the Arch Druid\'s Seed Voucher to Mathrengyl Bearwalker in the Cenarion Enclave of Darnassus.','Yes, this voucher is good for twenty packets of seeds. If you run out, we have more that can be provided. Unfortunately though, Tharlendris seeds are quite costly to produce in significant numbers. This is why the Cenarion Circle asks that those who are assisting us help out by offsetting some of the cost.$B$BThose who return with morrowgrain find that the reward the Arch Druid offers far makes up for the cost.','Peace and serenity be yours, friend. You are here on business from the Arch Druid himself, yes?',NULL,NULL,NULL,NULL,NULL,11103,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11022,0,0,0,20,0,0,0,69,0,0,0,0,10,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3782,2,1638,0,47,50,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3761,0,0,3786,11103,1,0,'Morrowgrain Research','With what we call an Evergreen Pouch, we have cultivated Tharlendris seeds in the soil from Un\'Goro Crater. These seeds have blossomed into an array of random, potent herbs. One result is morrowgrain, a mysterious herb we know little about; I very much hope to unravel this mystery for the Circle.$B$BTake this voucher over to my daughter Bashana, and she will give you some seeds so you may assist us. If you run out, you will need to purchase more from her.','Take the Seed Voucher to Bashana Runetotem in Thunder Bluff.','Yes, this voucher is good for twenty packets of seeds. If you run out, we have more that can be provided. Unfortunately though, Tharlendris seeds are quite costly to produce in significant numbers. This is why the Cenarion Circle asks that those who are assisting us help out by offsetting some of the cost.$B$BThose who return with morrowgrain find that the reward the Arch Druid offers far makes up for the cost.','Peace and serenity be yours, friend. You are here on business from the Arch Druid himself, yes?',NULL,NULL,NULL,NULL,NULL,11103,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11022,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3783,2,618,0,52,56,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,977,0,0,0,'Are We There, Yeti?','My friends are always coming up with great ideas. I\'ve never felt like I could match them... until today! I just drew up the plans for something great! If you promise not to tell, I\'ll let you in on the secret... $B$BI\'m going to make a mechanical yeti! Not only are my friends sure to be freaked out when they see it, but when they get over that, I know they\'ll be impressed!$B$BI need thick yeti fur from the ice thistle yeti to start with. Will you help? You\'ll find them to the southeast.','Collect 10 Thick Yeti Furs for Umi Rumplesnicker in Everlook.','These furs are perfect, $N. We\'re off to a great start here!','I\'ve got lots to get started on here. Please get me those furs as soon as you can!','','','','','',12366,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,0,0,0,0,0,8500,3750,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3784,2,1497,0,50,50,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3761,0,0,0,'Assisting Arch Druid Runetotem','Excuse me $C, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Thunder Bluff is most interested in seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Hamuul Runetotem is spearheading this research.$B$BPlease - if you are interested, speak with him directly on the Elder Rise within Thunder Bluff proper.','Speak with Arch Druid Hamuul Runetotem in Thunder Bluff.','Greetings, $c; I am glad you are interested in assisting our research. There is much to do, and I would be doing you a disservice if I informed you that the work this entails is not dangerous. Hopefully this will not scare you off... but from the looks of you, I take it that danger is something that you have dealt with before.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3785,2,141,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,3781,3803,0,0,11020,1,0,'Morrowgrain Research','Here\'s your Evergreen Pouch that you\'ll need to use the Tharlendis seeds with. You also need to have Un\'Goro soil samples on hand to use as fertilizer for the seeds. Just use the pouch when you have everything; the pouch will take care of the rest.$B$BWhen you have enough morrowgrain, bring them here to me in the enclave. Please don\'t bother the Arch Druid; he\'s a very busy man, and he doesn\'t need to be disturbed every time someone returns with another batch of morrowgrain!','Use an Evergreen Pouch with a Packet of Tharlendis Seeds and two Un\'Goro Soil samples to try and cultivate samples of Morrowgrain.$B$BBring 10 Morrowgrain to Mathrengyl Bearwalker in Darnassus.','Well done $N, I will be sure to give these to the Arch $C 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 $C\'s important research? The mysterious properties of Un\'Goro Crater become clearer with each passing day, thanks to the help you are giving us.','','','','','',11040,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,69,0,0,0,0,100,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3786,2,1638,0,47,50,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3782,3804,0,0,11020,1,0,'Morrowgrain Research','Here\'s your Evergreen Pouch that you\'ll need to use the Tharlendis seeds with. You also need to have Un\'Goro soil samples on hand to use as fertilizer for the seeds. Just use the pouch when you have everything; the pouch will take care of the rest.$B$BWhen you have enough morrowgrain, bring them to me here on Elder Rise. Please don\'t bother the Arch Druid; he\'ll be very busy with the research, as well as the multitude of concerns he has!','Use an Evergreen Pouch with a Packet of Tharlendis Seeds and two Un\'Goro Soil samples to try and cultivate samples of Morrowgrain.$B$BBring 10 Morrowgrain to Bashana Runetotem in Thunder Bluff.','Well done $N, I will be sure to give these to the Arch Druid himself when he has need of them. Meanwhile, please accept this as a token of the Cenarion Circle\'s appreciation.$B$BOur need for morrowgrain, for now, is constant; if you wish to continue aiding us, then please return when you have cultivated more of it.','Yes $N, have you grown some morrowgrain for the Arch Druid\'s important research? The mysterious properties of Un\'Goro Crater become clearer with each passing day, thanks to the help you are giving us.',NULL,NULL,NULL,NULL,NULL,11040,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,81,67,0,0,0,230,62,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(3787,2,1519,0,45,50,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,3797,3791,0,0,0,'Jonespyre\'s Request','Excuse me, friend...$B$BA colleague of mine would like to speak with you about the research you are doing in conjunction with the Cenarion Circle. He is a druid by the name of Quintis Jonespyre, and he resides in Feathermoon Stronghold, Feralas. He would like to confer with you about morrowgrain... and he very much would like for you to keep our discussion from the ears of the Arch Druid.$B$BIf you\'re interested, speak with him; no doubt, all will be revealed once you do.','Speak with Quintis Jonespyre in Feathermoon Stronghold.','I thank you for coming, weary traveler! Allow me to introduce myself - I am Quintis Jonespyre, druid and humble servant of Malfurion and the Cenarion Circle. My colleagues (General Shandris Feathermoon and the Protectorate - mayhap you\'ve heard of us) and I wanted to talk with you about the work you are doing for Fandral Staghelm in Darnassus.$B$BBefore we get much further, I\'d like to ask that our discussion stay between just us. If you have no problem with this, then we may proceed. ','',NULL,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,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,1020,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3788,2,1116,0,45,50,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,3797,3791,0,0,0,'Jonespyre\'s Request','Excuse me, friend...$B$BA colleague of mine would like to speak with you about the research you are doing in conjunction with the Cenarion Circle. He is a druid by the name of Quintis Jonespyre, and he resides here in Feathermoon Stronghold. He would like to confer with you about morrowgrain... and he very much would like for you to keep our discussion from the ears of the Arch Druid.$B$BIf you\'re interested, speak with him; no doubt, all will be revealed once you do.','Speak with Quintis Jonespyre in Feathermoon Stronghold.','I thank you for coming, weary traveler! Allow me to introduce myself - I am Quintis Jonespyre, druid and humble servant of Malfurion and the Cenarion Circle. My colleagues (General Shandris Feathermoon and the Protectorate - mayhap you\'ve heard of us) and I wanted to talk with you about the work you are doing for Fandral Staghelm in Darnassus.$B$BBefore we get much further, I\'d like to ask that our discussion stay between just us. If you have no problem with this, then we may proceed. ','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,420,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3789,2,1519,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3764,0,0,0,'Assisting Arch Druid Staghelm','Excuse me $C, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Darnassus is looking for seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Arch Druid Fandral Staghelm is spearheading this research.$B$BPlease - if you are interested, speak with him directly in the Cenarion Enclave within Darnassus proper.','Speak with Arch Druid Fandral Staghelm in Darnassus.','Well now, $c... since you were informed that I was leading this research myself, you obviously came as quickly as you could.$B$BNow that you are here, be sure to pay attention the first time I tell you the details; I have no desire to repeat myself.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3790,2,1537,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3764,0,0,0,'Assisting Arch Druid Staghelm','Excuse me $c, but I\'d like just a moment of your time if possible.$B$BThe Cenarion Circle in Darnassus is looking for seasoned adventurers such as yourself to lend them aid in a vital research project. While I do not know the specifics, I can inform you that none other than Arch Druid Fandral Staghelm is spearheading this research.$B$BPlease - if you are interested, speak with him directly in the Cenarion Enclave within Darnassus proper.','Speak with Arch Druid Fandral Staghelm in Darnassus.','Well now, $c... since you were informed that I was leading this research myself, you obviously came as quickly as you could.$B$BNow that you are here, be sure to pay attention the first time I tell you the details; I have no desire to repeat myself.','',NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3791,2,1116,0,47,50,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11020,1,0,'The Mystery of Morrowgrain','Let me to be frank with you, $N. I\'m interested - nay, concerned with why the Arch Druid in Darnassus is using the name of the Cenarion Circle as well as the Circle\'s resources to procure vast amounts of morrowgrain. I\'m a researcher - curses are my specialty. I\'ve heard that morrowgrain, under the right conditions, exude qualities like other herbs used in primitive curses.$B$BI want to know more, and I ask for your help. Bring me ten morrowgrain, and I will be sure to take care of you.','Bring 10 Morrowgrain to Quintis Jonespyre in Feathermoon Stronghold.','Gah, these morrowgrain make me feel... weird. What in the name of Elune is Staghelm up to with these things?$B$BAnyway, thank you again for your help. Here\'s a little something... you know, for the effort. My research on morrowgrain is going to take a while, and I no doubt am going to need more. While I\'m at it, I suppose I could take the time to see if morrowgrain have some pertinent alchemical uses. Still, I feel uncomfortable even being around them. ','I\'m looking for ten morrowgrain - that should be enough to at least get my research started. I\'ll no doubt burn through a lot of those going down wrong paths, but such is the nature of research. ',NULL,NULL,NULL,NULL,NULL,11040,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11888,11889,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,4050,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3792,2,1116,0,47,55,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,3791,0,0,0,0,0,0,'Morrowgrain to Feathermoon Stronghold','','','Thanks $N; I\'ll just store these out of the way for the time being. While I don\'t command the resources that Staghelm does, I am able to give you a little something for your trouble. Anyway, who knows what will happen if Staghelm keeps getting Morrowgrain after Morrowgrain. There\'s something fishy going on, mark my words.$B$BRemember that I\'m always looking for more Morrowgrain. I\'ll take them in quantities of five at a time.','Hello again, $N. My research is progressing fairly well, but if you have five more Morrowgrain I\'d be happy to take them off your hands. Well... happy is a figurative term in this case; the more I am around them, the more uncomfortable I feel. Still, my research demands I buckle down and get through this.','','','','','',11040,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11022,0,0,0,10,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3801,2,1584,0,50,52,81,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3802,0,0,0,'Dark Iron Legacy','Greetings, $N. I am Franclorn Forgewright. Yes, the Franclorn Forgewright responsible for the stonewrought method of architecture. You have undoubtedly passed through or stood upon one of my creations in your adventures across our war torn world.$B$BYou are probably wondering why I am here and what it is that I want from you - both valid questions.$B$BI need your assistance, of course. In exchange for your assistance, I shall grant you the key to the depths of my accursed city.','Speak with Franclorn Forgewright if you are interested in obtaining a key to the city major.','Whether it is greed which brought you here or an act of selfless devotion, what you are about to undertake is for the good of us all.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,450,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3802,2,46,0,48,52,81,0,0,0,0,0,0,0,0,0,0,0,0,0,3801,0,0,0,0,0,0,'Dark Iron Legacy','You will find Fineous Darkvire beyond the Ring of Law, in the Hall of Crafting. Kill the miserable cur and recover Ironfel.$B$BTake Ironfel to the Shrine of Thaurissan and place the hammer in its rightful place: In the hands of the statue erected in my honor.$B$BWhen this is done, the compartment in which I stored the master key will open. More importantly, Ironfel will remain forever in my grasp. Should they make an attempt to remove the hammer; both the statue and hammer will shatter, lost forever.','Slay Fineous Darkvire and recover the great hammer, Ironfel. Take Ironfel to the Shrine of Thaurissan and place it on the statue of Franclorn Forgewright.','The hammer slides firmly into place, within the grasp of the massive Dark Iron monument. A tiny compartment opens at the base of the statue. Inside you find...','The statue looms ominously above you.','','','','','',10999,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,23000,6600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3803,2,1657,0,47,55,0,1101,0,0,0,0,0,0,0,0,0,0,1,0,3785,0,0,0,0,0,0,'Morrowgrain to Darnassus','','','Excellent - this morrowgrain will no doubt please the Arch Druid. I must admit though... just being near them makes me feel a little uncomfortable. I can only imagine how difficult it is for the Arch Druid to tolerate them in such large numbers!$B$BThis is for you, $N. The Cenarion Circle thanks you for your continued support.','The Arch Druid is always looking for additional morrowgrain for the Cenarion Circle\'s continued research. We take them in increments of ten, and award you with a cache of goods you should find useful. When you have ten, let me know and I will reward you accordingly.','','','','','',11040,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3804,2,1638,0,47,55,0,690,0,0,0,0,0,0,0,0,0,0,1,0,3786,0,0,0,0,0,0,'Morrowgrain to Thunder Bluff','','','Excellent - this morrowgrain will no doubt help when the time comes. We know that the night elves are conducting similar research into these herbs, though it isn\'t clear to what end they will use them for if they discover anything. The Arch Druid thinks that the need for morrowgrain will remain until we\'ve figured out the mysteries behind this herb.$B$BThis is for you, $N. The Cenarion Circle thanks you for your continued support.','The Arch Druid is always looking for more morrowgrain for the Cenarion Circle\'s research project on Un\'Goro Crater. We take them in increments of ten, and award you with a cache of goods you should find useful. When you have ten, let me know and I will award you accordingly.','','','','','',11040,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11887,0,0,0,1,0,0,0,81,0,0,0,0,75,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3821,2,3,0,48,52,0,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3822,0,0,0,'Dreadmaul Rock','Sha\'ni was sent to investigate reports of strange ritualistic activity coming from the Firegut ogres of the Burning Steppes over three weeks ago.$B$BGoretooth tells me that he hasn\'t heard from anyone in that platoon and that it\'s best that I move on and focus on the task at hand. Can you believe it? That\'s my wife!$B$BI can\'t leave my post, $N, but I must know what became of Sha\'ni. Travel to the Burning Steppes and search for her.','Venture forth to the Burning Steppes and find out what became of Sha\'ni Proudtusk.','My poor Thal\'trak.$B$BWe were planning on moving in with my mother and father in the Hinterlands after our tours were over. Now those plans are ruined!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,40,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3822,2,46,0,48,53,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3821,0,0,0,0,0,0,'Krom\'Grul','My whole platoon was captured, $N. All were slain - except me.$B$BTheir leader, Krom\'Grul, wanted to save me for some sort of ritual.$B$BI was chained to this altar and brutalized by the beast. My physical being ceased functioning after an hour of this torture. The beast then ripped my wedding nose-ring off of my face and stuck it on his finger. I had never seen such savagery!$B$BFind Krom\'Grul and kill him! Take my ring back to Thal\'trak.$B$BAnd $N, tell him that we will meet again... in another life. ','Recover Sha\'ni\'s Nose-Ring from Krom\'Grul and return it to Thal\'trak in Kargath. Search the various caves and mines in Dreadmaul Rock.\r\n','$B$BWe were going to move to the Hinterlands. Did she tell you? This was going to be her last mission.$B$B$B$BI don\'t want it, $N. Keep it, throw it away, I don\'t care! The ring means nothing to me now. Not without her...','Did you find Sha\'ni? Is she ok?','','','','','',11058,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11869,0,0,0,1,0,0,0,67,76,0,0,0,15,250,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3823,2,46,0,48,52,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,0,3824,0,3824,0,0,0,'Extinguish the Firegut','We must strike at our enemies before they strike at us!$B$BI\'ll make this brief. soldier.$B$BThe Firegut ogres of the Burning Steppes are allies of the Blackrock orcs. They work closely with those vile orcs, keeping the mineral rich Dreadmaul Rock guarded and the supply lines open at all times.$B$BLeave your mark, $N. Cripple their forces and return to me when the job is done.$B$B$B$BI WILL KILL YOU, WINKY!','Slay 15 Firegut Ogre-Mages. 7 Firegut Ogres, and 7 Firegut Ogre Brutes, and return to Oralius when you are finished.','Outstanding, soldier! The orcs and ogres will be reeling from this blow for minutes, maybe even hours!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7034,7033,7035,0,15,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3824,2,46,0,48,53,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3823,3825,0,3825,0,0,0,'Gor\'tesh the Brute Lord','They\'re reeling I tell you! Our next strike must be decisive.$B$BThe brute lord. Gor\'tesh. must be slain. More importantly, his head must be returned to me so that I may prepare the third phase of our attack on the Firegut ogres.$B$BBe warned, soldier, Gor\'tesh rules not from Dreadmaul Rock but from a Blackrock orc structure to the west of Dreadmaul Rock.$B$BYour orders, then, are simple. Find Gor\'tesh and chop off his fat head. Return to me when the job is done.$B$BSHUT UP, WINKY!','Find Gor\'tesh. somewhere to the west of Dreadmaul Rock. Kill Gor\'tesh and then take Gor\'tesh\'s Lopped Off Head back to Oralius in Burning Steppes.$B','Just look at it. soldier. Disgusting! When the remaining Firegut ogres see this fat mug stuck on a pike sitting at the top of their mountain, mass hysteria will ensue!$B$B','Oh glorious day! Have you returned with the head?','','','','','',11080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,0,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3825,2,46,0,48,53,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3824,0,0,0,11079,1,0,'Ogre Head On A Stick = Party','Just one last thing you must do. soldier.$B$BI\'ve taken the liberty of putting Gor\'tesh\'s head on a pike. Now all you have to do is take this head to the top of Dreadmaul Rock and stick it into the ground. Once you do that, watch as those cowardly ogres run for their lives! After you\'ve had your fun, come back to me and I\'ll reward you for all of your hard work.$B$B','Take Gor\'tesh\'s Lopped Off Head and place it at the top of Dreadmaul Rock. Look for a soft dirt mound to plant the pike.','Outstanding work, soldier! Simply amazing! Oh I\'ll get the medal of bravery for this, er, I mean you\'ll be rewarded handsomely for this!','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-160840,0,0,0,1,0,0,0,13484,0,0,0,11867,11868,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,250,0,0,0,0,0,24000,4500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3841,2,357,0,38,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3842,11102,1,0,'An Orphan Looking For a Home','Oh, hello, $N. I\'m so glad to see you again. How was your trip to Darnassus?$B$BWell, you\'ll be happy to know that we\'ve made quite a bit of progress while you\'ve been gone. We even saved a nest full of eggs. Unfortunately, the mother died before we got to her.$B$BSay, would you want one for a pet? They look to hatch soon, so they\'ll need a good $Gfather:mother;. What do you say?$B$BIf you\'re really interested, take one of the eggs to Quentin at the race tracks in Shimmering Flats. He\'ll tell you more.','Speak to Quentin in Thousand Needles.','Ah, a sprite darter egg, and one near maturation, if I\'m not mistaken. Remarkable you\'ve found one, let alone in this good a condition. They\'re rarely seen in Feralas these days. I understand there were various poachers in the area trying to capture and kill them for many reasons. Too bad really... such beautiful creatures when they reach adulthood.$B$BHow did you come across such a find? ','Why hello, $C.$B$BDon\'t let my location fool you, I\'m really not here for the races... as entertaining as they may be.$B$BI\'m actually here in Thousand Needles investigating all I can to find out how salvageable the land is. It has become my crusade of sorts to revitalize and replenish the area with new, fertile soil. Perhaps I\'ll find there\'s a water source nearby.$B$BTell me you haven\'t noticed how odd the transition between Feralas and Thousand Needles is. Strange magic was afoot when that happened. ',NULL,NULL,NULL,NULL,NULL,11102,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,25,0,0,0,0,0,0,900,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3842,2,400,0,38,47,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3841,0,0,0,0,0,0,'A Short Incubation','The Moonweavers, huh? Most intriguing. I wish the sprite darters could truly appreciate what it means to have those two look after them. They are both quite capable.$B$BSo, they gave you the egg as a gift. Well, then you should be responsible for it for as long as you desire. It appears it\'s almost ready to hatch, but we should ensure it\'s healthy and no damage has been done to it.$B$BI only need two elixirs of fortitude for a small spell to protect the egg. I have the rest of the components here with me.','Bring 2 Elixir of Fortitudes to Quentin in Thousand Needles.','Wonderful. These will do nicely. Give me a moment to mix together my components and we shall see how well this egg is going to do. ','The longer I stay here, the more tempted I am to partake in these races, $N. Truly boggling...$B$BHave you found the elixirs yet? Once I can tell if the egg is going to be healthy or not, I\'ll return it to you to hold onto until it\'s prepared to hatch.$B$BLet me know. ',NULL,NULL,NULL,NULL,NULL,3825,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,0,1800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3843,2,400,0,38,47,0,1101,0,0,0,0,0,0,0,0,3600,0,0,0,0,4297,0,4297,11471,1,0,'The Newest Member of the Family','A magnificent specimen. $N. If this creature survives gestation, then it\'ll be a healthy pet indeed!$B$BThere is one last thing I would suggest doing if you plan on following through with this--head to Aerie Peak in the Hinterlands. Speak to a dwarf there named Agnar Beastamer, he\'s a master animal handler and should be able to guide you in the final steps of incubation.$B$BBut hurry, $N, this egg is fragile and will not last long without proper care.','Take your Fragile Sprite Darter Egg to the Hinterlands and speak to Agnar Beastamer. but hurry, you only have 1 hour to find him before the hatchling within the egg dies.','Well. well, well... I haven\'t seen one of these in a dragon\'s age. Faerie dragon, if I\'m not mistaken... looks to be of the sprite darter variety. Excellent, excellent indeed.$B$BWell, if this little fella\'s gonna hatch and live to be strong and healthy, then we should get some food for it. Good ya got it to me in time.','Greetin\'s. $N. How can I be of service to ya?','','','','','',11471,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,250,0,0,0,0,0,0,3600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3844,2,490,0,47,52,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3845,0,0,0,'It\'s a Secret to Everybody','A destroyed raft rests along the shoreline. Considering this is only a small pond, it is not clear as to how it ended up here, although looking at the trees tells you that the water level may not be constant.$B$BPerhaps a little exploration in the area might uncover more clues...','Look around in the pond for a clue about who this wrecked raft may belong to.','A water-logged pack rests at the bottom of the pond.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3845,2,490,0,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3844,0,0,3908,11107,1,0,'It\'s a Secret to Everybody',' Grabbing onto it, you pull the pack back to the shore. Perhaps if you examine the items inside the pack, you might find out more about who it belongs to.$B$BThere are a few stray travelers at Marshal\'s Refuge. Perhaps you might find out more there.','Examine the items inside the pack and bring them to their owner.','Oh... Yes, these things do look familiar... well, kind of...','Hi there. I\'ve seen you before... Haven\'t I?','','','','','',11104,11105,11106,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3881,2,490,0,48,53,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Expedition Salvation','I don\'t know how you made it here, but you\'re a sight for sore eyes! I\'m Williden Marshal, and I lead a non-aligned expedition troupe. Our latest and greatest endeavor has met with what seems like countless disasters, the most serious of which being that we underestimated the savagery of Un\'Goro Crater!$B$BAs we fled our base camps in the southwestern and northeastern parts of the crater, we left behind vital supplies. You look like you\'re capable enough - can you help us by getting them back?','Bring a Crate of Foodstuffs and Research Equipment to Williden Marshal in Un\'Goro Crater.','You got both our foodstuff AND our research equipment back! You\'ve not only saved the expedition, you\'ve also saved our lives. I and the rest of my team can\'t thank you enough; we just might make it here for a while now thanks to you.$b$bWhile we don\'t have much, I\'m certainly not going to leave you high and dry for the invaluable help you\'ve given us. Thank you, $N - you\'ve got a friend in Marshal Expeditions!$b$b','If we\'re going to have any chance of getting out of here alive, we\'ll need our big crate of foodstuffs. Also, getting at least some of our research equipment back would be a blessing in a sea of misery.','','','','','',11113,11112,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,4500,0,0,0,0,0,0,0,0,1,0,0,0,0,1,0,0,0,0,0,0),(3882,2,490,0,49,51,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Roll the Bones','You\'d think that being chief digger for Marshal Expeditions means I like digging. There might be worse things to do in this world... but none really leap to mind.$B$BWe were supposed to be digging in Terror Run - FANTASTIC name by the way - for dead stegodons and diemetradons. Well, there are plenty of live ones there too! Wil and Hol are still all about studying this death trap, so we need those dinosaur bones. Between you and me though, bringing some from live ones will work out just as well.','Bring 8 Dinosaur Bones to Spark Nilminer in Un\'Goro Crater.','Excellent, these should do the trick. And now, if you\'ll permit me...$B$BTHANKS FOR DIGGING ALL OF THESE BONES OUT OF THE GROUND FOR US AND NOT HURTING THE NATIVE BEASTS IN ANY WAY.$B$BWhether you really did or didn\'t, I don\'t want to know. Let\'s keep it that way, shall we? Here - maybe this will keep your lips shut on the whole thing. Anything to get out of here alive, I say!','Think whatever you want of me, but they\'re not going to care if the bones they get to research are from ones from ancient stegodons and diemetradons or the ones that almost devoured us wholesale when we were trying to set up our camps. I\'ll just be happy if we get out of here alive...','','','','','',11114,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11908,11909,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,0,0,0,0,1,0,0,0,0,1,1,0,0,0,0,0),(3883,2,490,0,48,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11132,1,0,'Alien Ecology','Just because we\'ve suffered a setback doesn\'t mean that research must stop! We were investigating the Gorishi insects in the southern part of the crater before winding up here. Their presence is alien to the ecology of Un\'Goro, and we want to find out why.$B$BIn their hive network must be larval hatcheries. You can identify these places by their hanging larval spawns. Use this vial to take a sample of the hive wall near any of the hatcheries. Bring it back to me for study, but be careful!','Use the Scraping Vial to collect a Hive Wall Sample from one of the Gorishi hive hatcheries in Un\'Goro Crater. Look for the chambers with the hanging larval spawns.$B$BBring the Hive Wall Sample to Hol\'anyee Marshal in Un\'Goro Crater.','Yes, this will do nicely. You\'ve been a great help... I wish I could give you more than this, but being virtually stranded in the middle of a savage land does limit what I can and cannot give. Rest assured though - the research done here would not have been possible without your assistance!','Do you have the sample of the Gorishi hive for me to study, $N?','','','','','',11131,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4000,4350,0,0,0,0,0,0,0,0,5,0,0,0,0,1,0,0,0,0,0,0),(3884,2,490,0,48,50,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11116,1,0,'Williden\'s Journal','You have uncovered a mangled journal. Parts of it remain legible, with a Williden Marshal claiming ownership over the contents therein. If the journal is accurate, then Williden may be found somewhere in the northern part of the Crater; according to the journal, he and his companions sought higher ground from the savage beasts of the Crater once their base camps were overrun.','Return the journal to Williden Marshal somewhere in Un\'Goro Crater.','Well look at this - my journal! I thought it was lost, much like almost everything else we brought into Un\'Goro. I thank you kindly for returning this to me!','Hello there! I and my companions are happy to see some living beings here other than overgrown savage beasts! What brings you into the Un\'Goro Crater?','','','','','',11116,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0),(3901,2,154,0,1,3,0,690,0,0,0,0,0,0,0,0,0,8,0,0,364,0,0,0,0,0,0,'Rattling the Rattlecages','You\'ve shown your potential to the Forsaken under normal circumstances $N - now let\'s see you under pressure.$B$BThe Rattlecage skeletons. more mindless minions of the Lich King. are a tougher foe than the zombies you have faced thus far. Again, thin their numbers and prove yourself to the Forsaken. Do not tarry - when you are done, speak to me again.','Kill 12 Rattlecage Skeletons. and then return to Shadow Priest Sarvis in Deathknell when you are done.','I am finished with you. $N - you have shown yourself to be worthy of the freedom that you have been given. Many will stand against you for what you have become. but know that no matter what they may try to do against us, we are free and will not be shackled again.$b$bTake these and be on your way. You have much to accomplish, $C.','Those who dally in this task might as well end up wandering about aimlessly like our fallen brothers and sisters in the village. Let\'s hope you will fare better than them. yes? $b$b','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1890,0,0,0,12,0,0,0,0,0,0,0,3274,11851,11852,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,0,150,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3902,2,154,0,2,3,0,690,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'Scavenging Deathknell','You there! If you\'re looking for something to make yourself useful. then listen up!$B$BWe need fresh out-of-the-ground recruits to head into Deathknell and search for any sort of useful equipment. Most likely. they\'ll be in stacks of boxes. We expect more recruits to be rising soon, and unless we want them to stumble about naked we had better get to scavenging!$B$BWell get to work, you miserable bag of bones! I\'m not going to reward those without some hustle.','Search Deathknell and the vicinity for 6 pieces of Scavenged Goods. and return them to Deathguard Saltain.','Great work $N. I knew you weren\'t useless. Here - have one of the better items I\'ve found out of the lots that have been collected so far.','Have you managed to scavenge up some useful items for us? There is no shame in reusing that which has been tossed aside. No one is going to give us any handouts - we Forsaken will fend for ourselves!','','','','','',11127,0,0,0,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11848,11849,11850,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,0,180,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3903,2,9,0,3,4,0,1101,0,0,0,0,0,0,0,0,0,8,0,0,18,0,0,3904,0,0,0,'Milly Osworth','You\'ve shown yourself a dependable $C, $N. Dependable, and not afraid to get your hands dirty, eh?$B$BI have a friend, Milly Osworth, who\'s in some trouble. She\'s over with her wagon on the other side of the abbey, near the stable. I\'m sure she could use a pair of hands like yours.','Speak with Milly Osworth.','Oh, Deputy Willem told you to speak with me? He\'s a brave man and always willing to help, but his duties keep him stuck at Northshire Abbey and I\'m afraid the problem I have today is beyond him.$b$bPerhaps you can help me?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,10,0,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3904,2,9,0,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,18,0,0,3905,0,0,0,'Milly\'s Harvest','A gang of brigands, the Defias, moved into the Northshire Vineyards while I was harvesting! I reported it to the Northshire guards and they assured me they\'d take care of things, but... I\'m afraid for my crop of grapes! If the Defias don\'t steal them then I fear our guards will trample them when they chase away the thugs.$B$BPlease, you must help me! I gathered most of my grapes into buckets, but I left them in the vineyards to the southeast.$B$BBring me those crates! Save my harvest!','Bring 8 crates of Milly\'s Harvest to Milly Osworth at Northshire Abbey.','Oh thank you, $N! You saved my harvest! And I hope you showed a few of those Defias that they can\'t cause trouble around here.$b$bWe might be short on guards these days, but we\'re lucky to have heroes like you to protect us!','Do you have my harvest, $N?','','','','','',11119,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,50,0,0,0,0,0,0,120,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3905,2,9,0,2,4,0,1101,0,0,0,0,0,0,0,0,0,0,0,0,3904,0,0,0,11125,1,0,'Grape Manifest','Now that my crop is saved, take this Grape Manifest to Brother Neals. He manages the store of food and drink in Northshire, and I\'m sure he\'ll be delighted to hear that he has fresh grapes.$B$BYou\'ll find Brother Neals in the abbey, in the bell tower... where he likes to taste his wine.','Bring the Grape Manifest to Brother Neals in Northshire Abbey.','Let\'s see here...$b$bOh my! Milly\'s grapes have been saved! When she told me that brigands overran her vineyards I nearly despaired, but my faith in the Light did not waver!$b$bAnd through your bravery, we now have grapes for more wine! May the Light bless you, $N, and keep you safe!','You look to be in fine spirits! Come! Have a seat, and have a drink!','','','','','',11125,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11475,2690,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3906,2,25,0,48,52,81,690,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,3907,0,0,0,'Disharmony of Flame','The elders have felt a disturbance amongst the elements. The Dark Iron dwarves have summoned a foul spirit into our world that threatens to plague our lands with an eternal draught. This disharmony of flame must be investigated.$B$BTravel to Blackrock Mountain, through the Chasm of Flame, into the quarry. It is there that you shall find this lord of fire: Overmaster Pyron.$B$BEnd the disruption and return to me.','Travel to the quarry in Blackrock Mountain and slay Overmaster Pyron. Return to Thunderheart when you have completed this assignment.','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','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9026,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,15500,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3907,2,3,0,48,56,81,690,0,0,0,0,0,0,0,0,0,0,0,0,3906,0,0,0,0,0,0,'Disharmony of Fire','I can taste the foulness in the air that surrounds you, $N. There is another, hidden in the depths of Blackrock, who does control this foulness.$B$BThe wind and earth cry his name: Lord Incendius... but someone... something... commands this being. He is merely an emissary.$B$BFind him and discover where his master hides. Return to me when you have collected this information.\r\n','Enter Blackrock Depths and track down Lord Incendius. Slay him and return any source of information you may find to Thunderheart.\r\n','$b$bRagnaros... here...$b$bThe elders were right to fear the corruption emanating from Blackrock Mountain. A general of the Old Gods! IN OUR WORLD! We must reassess our position here in Kargath. We must decide on whether we stay and fight or run for fear of a new sundering.$b$bBe weary of any further exploration in Blackrock Mountain, $N. A far greater evil than anything that exists in this world resides in those fiery depths.$b$b','The flames will soon overtake these lands. Make haste, $N!$b$b','','','','','',11126,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9017,0,0,0,1,0,0,0,0,0,0,0,12113,12114,12112,12115,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,25500,7500,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3908,2,490,0,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3845,3909,0,3909,11133,1,0,'It\'s a Secret to Everybody','You see, I have no idea how I ended up here. No one really knows -- it\'s a secret to everybody! I just can\'t seem to remember anything...$B$BThese items you brought to me, though... I am remembering something.$B$BMy sword. I am supposed to strengthen it somehow, but I\'m really not sure why. Sorry I can\'t tell you more, but I just don\'t remember!$B$BAnyhoo, I do know where you can take it -- Donova Snowden in Winterspring. You\'ll find her by the hot springs. She can temper the sword by the pools there.','Take Linken\'s Sword to Donova Snowden in Winterspring.','Well, of course I can temper this sword. While I\'m working, you can explain what took Linken so long to get this to me. He\'s not usually one to forget things...','My, my... So Linken did finally get around to sending me his sword.','','','','','',11133,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3909,2,618,0,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3908,0,0,3912,0,0,0,'The Videre Elixir','Now, what\'s this? Linken... FORGOT?$B$BOh, I see... Lost his memory...$B$BWell, here is his sword. It\'s not complete, though. I know of the one that can finish it, but... speaking with him may prove difficult.$B$BListen, I know of someone that will be able to help you. It\'s too much to explain right now, but you must somehow acquire a Videre Elixir. The only one I know that can help you with that is Gregan Brewspewer. He\'s hard to track down, but last I knew he was camping in the wilds of Feralas.','Seek out Gregan Brewspewer in northern Feralas. From him, learn how you may acquire the Videre Elixir, then return to Donova Snowden in Winterspring.','I\'ll need one vial to make sure that this is truly the elixir... Yes... This is the stuff.','Back already?',NULL,NULL,NULL,NULL,NULL,11243,0,0,0,1,0,0,0,1,0,0,0,11242,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3912,2,618,0,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3909,0,0,3913,11136,1,0,'Meet at the Grave','This elixir will allow you to speak with one that you would not normally even see...$B$BTake the Videre elixir, along with Linken\'s sword, to the graveyard just outside Gadgetzan in Tanaris. Once there, drink the potion. You may be quite surprised at the results, but do not be alarmed.$B$BIn your \"other\" form, head due north until you reach the mountains. You\'ll find the one you need to speak with in one of the rocky crevices. His name is Gaeriyan.$B$BRemember, he will only speak to you in that form...','Go to the graveyard outside Gadgetzan, and use the Videre Elixir. Follow the rest of Donova\'s instructions to find Gaeriyan.','It has been long since any have come to talk with me...',NULL,NULL,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,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3913,2,440,0,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3912,0,0,3914,11136,1,0,'A Grave Situation','If you return to the graveyard, $N, you will find a gravestone there... Not just any gravestone; this one will stand out from the others. Secrets lie within it.$B$BPush on the stone, and you will learn of these secrets...','Resurrect, then look for the gravestone that Gaeriyan told you to find.','You push on the stone firmly, and it slides away, revealing a small depression underneath it.$B$BPlacing Linken\'s Sword into the depression, you realize that it fits perfectly...','This must be the gravestone that Gaeriyan mentioned...',NULL,NULL,NULL,NULL,NULL,11136,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2220,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3914,2,440,0,47,52,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3913,0,0,3941,11162,1,0,'Linken\'s Sword','After a strong flash of light, you are able to pick up the sword again. It has been transformed!','Deliver Linken\'s Superior Sword to Linken in Un\'Goro Crater.','My sword... It\'s finished!$b$bNow, if only I could remember why I needed this...$b$bHere, let me at least pay you for your work.','Oh! I remember you! You are... No, don\'t tell me!','','','','','',11162,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,7500,4350,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3921,2,17,0,10,14,0,690,0,0,0,0,0,0,0,0,0,0,0,0,902,0,0,3922,11142,1,0,'Wenikee Boltbucket','I think I might have broken that Samophlange. That\'s not good. because I already told some colleagues in Undermine about it and they were very intrigued. We must find a way to fix it!$B$BTake the broken samophlange to Wenikee Boltbucket, just south of Mor\'shan Rampart, the horde outpost between the Barrens and Ashenvale. She is very clever and inquisitive. If you show her the samophlange I bet she\'d jump at the chance to fix it.','Bring the Broken Samophlange to Wenikee Boltbucket.','Oh. what\'s this? A samophlange, you say? What\'s a samophlange??$B$BAh... but look at the way it moves when you handle it. And there\'s the sound of intricate gears inside. Oh my! I want to fix it and see what it does, don\'t you??','I\'m very busy with my work. $C. Unless you have something for me, it\'d be best if you moved along...','','','','','',11142,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,470,0,0,0,25,75,0,0,0,0,0,300,0,0,0,0,0,0,0,0,4,0,0,0,0,1,0,0,0,0,0,0),(3922,2,17,0,10,15,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3921,0,0,0,0,0,0,'Nugget Slugs','I want to fix this samophlange. but to do that I\'m going to need some supplies. I ran out of seventeen-point-five gauge nugget slugs and I\'m going to need a bunch of those for the work ahead.$B$BThe closest place to get them is the Sludge Fen to the east. The Venture Company usually keeps them in their tool buckets. Go to the Sludge Fen and look in the tool buckets you find there, then return to me when you\'ve gathered enough nugget slugs.','Bring 15 Nugget Slugs to Wenikee Boltbucket in the Barrens.','Great. you got them! Now I can get to work...','Do you have the nugget slugs. $N? I\'ve been eyeing this Samophlange and I can\'t wait to tinker with it.','','','','','',11143,0,0,0,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,470,0,0,0,75,250,0,0,0,0,0,660,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3923,2,17,0,10,18,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3922,0,0,3924,11146,1,0,'Rilli Greasygob','Well. that didn\'t work. I put some extra gauges on the samophlange to measure its structural integrity, and they read the integrity at an all-time low. I could add some more dials and maybe a lever or two to try and fix it, but... I think that might make things even worse.$B$BYou should take the samophlange to Rilli Greasygob. He used to work for the Venture Company -- if anyone knows how to fix it, it\'s Rilli.$B$BYou can find him at Nogg\'s Machine Shop in Orgrimmar, in the Valley of Honor.','Bring the Broken and Battered Samophlange to Rilli Greasygob in Orgrimmar.','What\'s this? Why. it\'s a samophlange! Where did you get this thing? Have you been poking around the Venture Company holdings in the Barrens?$B$BYou must be very brave, or very stupid.','Mind your head! I don\'t want it to get in the way of my work!','','','','','',11146,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,470,0,0,0,10,25,0,0,0,0,0,210,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3924,2,1637,0,10,19,0,690,0,0,0,0,0,0,0,0,0,0,0,0,3923,0,0,0,0,0,0,'Samophlange Manual','I think I can fix the samophlange. but I\'m going to need the user\'s manual first. When I was in the Venture Company I had a rival, Boss Copperplug, who hoarded the secrets of the samophlange, giving out small bits of knowledge on the device to those he trusted. I wasn\'t one of the trusted few...$B$BBoss Copperplug used to stay at the Boulder Lode Mine in northeastern Barrens. Get the manual from him, and if he\'s given pages from it to anyone, you\'ll have to collect them too.','Bring the Samophlange Manual to Rilli Greasygob in Orgrimmar.','You got the manual! I can\'t wait to read it and find out how to fix the Samophlange! I spoke with Sputtervalve in Ratchet--he wanted to thank you for your help. and wanted to reward your efforts.$B$BI want to thank you too, and if I ever get this thing fixed I\'ll let you know...','Do you have the manual?','','','','','',11149,0,0,0,1,0,0,0,1,5,0,0,11147,11148,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,11855,11854,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,67,470,0,0,0,150,350,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3941,2,490,0,50,52,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3914,3942,0,3942,0,0,0,'A Gnome\'s Assistance','Thinking... Thinking... I know I came here for something important...$B$BI have an idea, $N. In the cave over there is a gnome named J.D. that was very kind to me when I first arrived here. Perhaps in my disoriented state, I might have mentioned something to her.$B$BWhy don\'t you go ask her if she knows anything? Oh, but be careful -- she\'s always messing with those crazy glowing crystals I\'ve seen in the crater. I\'m not quite sure what she\'s up to in there!','Find J.D. Collie in the cave at Marshal\'s Refuge.','Stay where you are for just a moment... I am testing out a new combination of crystals...','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1080,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3942,2,490,0,50,54,0,0,0,0,0,0,0,0,0,0,0,8,0,0,3941,0,0,4084,0,0,0,'Linken\'s Memory','Oh... Linken? Yeah, he\'s a funny one. When he first got here, he was mumbling about all kinds of strange things. Probably got bumped on the head pretty hard, I imagine.$B$BSomething he said kinda stuck with me though -- that he was making some sort of totem; said he had to talk to someone named Eridan Bluewind... in a place called Felwood, I think?$B$BI doubt he could tell you much now, though. If you want to know more, maybe you should look for Eridan yourself?','Find Eridan Bluewind in southern Felwood.','Hello, $C. Is there something I can help you with?','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3961,2,490,0,47,54,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4005,0,0,3962,11522,1,0,'Linken\'s Adventure','To think all this time that the reason Linken came here was to rid us of Blazerunner... He seems like such an ordinary guy, but I did notice that he\'s not at all interested in any of my experiments or gadgets like most gnomes would be. He must be a true warrior at heart.$B$BBring the totem to him. See if that helps him remember why he came here.','Take the Silver Totem of Aquementas to Linken in Marshal\'s Refuge.','Did J.D. help you at all?','Hi, again, $N!','','','','','',11522,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2340,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3962,2,490,0,47,56,1,0,0,0,0,0,0,0,0,0,0,0,0,0,3961,0,0,0,11522,1,0,'It\'s Dangerous to Go Alone','$N, I finally remember now... I did come here to fight Blazerunner. I was on a journey, and this was to be the last step.$B$BBut I am no longer the hero... You are. All that you have done -- you must finish this now, not me.$B$BBlazerunner guards an artifact called the Golden Flame. It provides power more vast than anything else I have ever known, and it is dangerous in the hands of one with an evil heart.$B$BYou will want to bring others with you -- it\'s dangerous to go alone. Take this as my advice.','Travel to Fire Plume Ridge, south of Marshal\'s Refuge.$B$BFind Blazerunner and use the totem to remove his protective aura. Once he has been defeated, acquire the Golden Flame from the cave.','Thank you, $N.$B$BThe Golden Flame will now be returned back to my homeland, where it may be protected, never again to be used for evil.$B$BSince you did so much for me, I\'d like you to have this. Without you, I\'d still have no idea who I am!','Blazerunner is almost invincible behind the aura he has created by using the Golden Flame. Only you have the power to remove it with the Silver Totem of Aquementas.','','','','','',11179,11522,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,9376,0,0,0,1,0,0,0,0,0,11902,11904,0,0,0,0,1,1,0,0,0,0,11905,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6300,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3981,2,1584,0,52,52,81,690,0,0,0,0,0,0,0,0,0,8,0,0,3906,0,0,3982,0,0,0,'Commander Gor\'shak','Poor Gargal... didn\'t even see it coming. WHAM! The arrow landed dead center on the top of his head. He was no genius before but now...$B$B$B$BWhen we dislodged the arrow, we noticed a rolled up note attached to the shaft. On the note was a crudely drawn picture of an orc behind bars with the signature of Commander Gor\'shak attached.$B$BIf he\'s still alive in the Depths, you\'ll have to find him.$B$BA trap you say? Well no kidding, numb hooves! That\'s why you\'re going!$B','Find Commander Gor\'shak in Blackrock Depths.$B$BYou recall that the crudely drawn picture of the orc included bars drawn over the portrait. Perhaps you should search for a prison of some sort.','We haven\'t got much time. Listen carefully, $R. What I have to tell you is classified and for your ears only.','','','','','','',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,67,76,0,0,0,63,250,0,0,0,0,0,6600,0,0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0),(3982,2,1584,0,54,54,81,690,0,0,0,0,0,0,0,0,0,2,0,0,3981,0,0,4001,0,0,0,'What Is Going On?','I was sent here under the auspices of Thrall. Do you actually think these buffoons could capture me? I allowed myself to be captured so that I could gather intelligence.$B$B$B$BThe Princess of Ironforge has been kidnapped by Emperor Thaurissan. Princess Bronzebeard is in this very city! I bet old Magni\'s heart almost stopped when he heard that news.$B$B$B$BShhh! Do you hear that? Guards coming! DEFEND YOURSELF!','Defend Gor\'shak.','That was a close