Skip to content

Instantly share code, notes, and snippets.

@tristanwagner
Last active December 22, 2017 01:41
Show Gist options
  • Save tristanwagner/c895c26e9404bc5361da25543d96eabf to your computer and use it in GitHub Desktop.
Save tristanwagner/c895c26e9404bc5361da25543d96eabf to your computer and use it in GitHub Desktop.
CSV list of quest Vanilla WoW 1.12.1 from https://github.com/LightsHope/database
# encoding=utf8
# fichier permettant dexporter vers csv les item id et item name
import sys
import csv
import datetime
import mysql.connector
from decimal import Decimal
# Connect to MSSQL Server
try:
conn = mysql.connector.connect(host="", user="",password="", database="wow")
print('connected')
except:
print('error')
# Create a database cursor
cursor = conn.cursor()
# Replace this nonsense with your own query :)
query = """SELECT * FROM quest_template"""
# Execute the query
cursor.execute(query)
# Go through the results row-by-row and write the output to a CSV file
# (QUOTE_NONNUMERIC applies quotes to non-numeric data; change this to
# QUOTE_NONE for no quotes. See https://docs.python.org/2/library/csv.html
# for other settings options)
with open("quests.csv", "w",newline='') as outfile:
writer = csv.writer(outfile, delimiter=',')
writer.writerow([i[0] for i in cursor.description])
for row in cursor:
if not row:
continue
writer.writerow(row)
# Close the cursor and the database connection
cursor.close()
conn.close()
We can't make this file beautiful and searchable because it's too large.
entry,patch,Method,ZoneOrSort,MinLevel,QuestLevel,Type,RequiredClasses,RequiredRaces,RequiredSkill,RequiredSkillValue,RepObjectiveFaction,RepObjectiveValue,RequiredMinRepFaction,RequiredMinRepValue,RequiredMaxRepFaction,RequiredMaxRepValue,SuggestedPlayers,LimitTime,QuestFlags,SpecialFlags,PrevQuestId,NextQuestId,ExclusiveGroup,NextQuestInChain,SrcItemId,SrcItemCount,SrcSpell,Title,Details,Objectives,OfferRewardText,RequestItemsText,EndText,ObjectiveText1,ObjectiveText2,ObjectiveText3,ObjectiveText4,ReqItemId1,ReqItemId2,ReqItemId3,ReqItemId4,ReqItemCount1,ReqItemCount2,ReqItemCount3,ReqItemCount4,ReqSourceId1,ReqSourceId2,ReqSourceId3,ReqSourceId4,ReqSourceCount1,ReqSourceCount2,ReqSourceCount3,ReqSourceCount4,ReqCreatureOrGOId1,ReqCreatureOrGOId2,ReqCreatureOrGOId3,ReqCreatureOrGOId4,ReqCreatureOrGOCount1,ReqCreatureOrGOCount2,ReqCreatureOrGOCount3,ReqCreatureOrGOCount4,ReqSpellCast1,ReqSpellCast2,ReqSpellCast3,ReqSpellCast4,RewChoiceItemId1,RewChoiceItemId2,RewChoiceItemId3,RewChoiceItemId4,RewChoiceItemId5,RewChoiceItemId6,RewChoiceItemCount1,RewChoiceItemCount2,RewChoiceItemCount3,RewChoiceItemCount4,RewChoiceItemCount5,RewChoiceItemCount6,RewItemId1,RewItemId2,RewItemId3,RewItemId4,RewItemCount1,RewItemCount2,RewItemCount3,RewItemCount4,RewRepFaction1,RewRepFaction2,RewRepFaction3,RewRepFaction4,RewRepFaction5,RewRepValue1,RewRepValue2,RewRepValue3,RewRepValue4,RewRepValue5,RewOrReqMoney,RewMoneyMaxLevel,RewSpell,RewSpellCast,RewMailTemplateId,RewMailDelaySecs,PointMapId,PointX,PointY,PointOpt,DetailsEmote1,DetailsEmote2,DetailsEmote3,DetailsEmote4,DetailsEmoteDelay1,DetailsEmoteDelay2,DetailsEmoteDelay3,DetailsEmoteDelay4,IncompleteEmote,CompleteEmote,OfferRewardEmote1,OfferRewardEmote2,OfferRewardEmote3,OfferRewardEmote4,OfferRewardEmoteDelay1,OfferRewardEmoteDelay2,OfferRewardEmoteDelay3,OfferRewardEmoteDelay4,StartScript,CompleteScript
5,0,2,10,17,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,240,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
6,0,2,9,3,5,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
7,0,2,9,1,2,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,25,102,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
8,0,2,154,5,5,0,0,0,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$BThe forsaken; they certainly do have huge appetites. Make yourself at home... yes, rest those weary bones. My name's Renee if you need anything at all.",,,,,,7628,0,0,0,1,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,66,0,0,0,0,0,0.0,0.0,0,2,1,1,0,0,0,0,0,0,6,4,1,1,14,0,0,0,0,0,0
9,0,2,40,8,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
10,0,2,440,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,369,0,0,0,0,250,0,0,0,0,0,3750,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,18,0,0,0,0,0,0,0,0,0
11,0,2,12,6,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
12,0,2,40,9,12,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,500,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
13,0,2,40,9,14,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,600,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
14,0,2,40,11,17,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,66,1,66,0,0,0,0,0,0,0,0,0
15,0,2,9,2,3,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,40,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
16,0,0,12,1,1,0,0,77,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,Give Gerard a Drink,,,"Thanks, $N! And come back if you want to trade again.","Farming is thirsty work, and I'm always looking for refreshing spring water.$B$BIf you have any, then I'm willing to make a trade.",,,,,,159,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
17,0,2,1517,39,42,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,9030,0,0,0,5,0,0,0,47,0,0,0,0,250,0,0,0,0,5500,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
18,0,2,9,2,4,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,216,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
19,0,2,44,18,25,1,0,77,0,0,0,0,0,0,0,0,2,0,8,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,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,1530,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
20,0,2,44,18,21,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,1300,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
21,0,2,9,2,5,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,270,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,21
22,0,2,40,9,12,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,724,2697,0,0,3,1,0,0,72,0,0,0,0,250,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,4,5,0,0,0,0,0,0,0,0,0,0
23,0,2,331,20,24,0,0,178,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,81,0,0,0,0,250,0,0,0,0,0,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
24,0,2,331,20,27,0,0,178,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,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
25,0,2,331,23,25,0,0,178,0,0,0,0,0,0,0,0,0,0,12,2,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,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,76,0,0,0,0,250,0,0,0,0,1800,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
30,0,2,-263,16,16,0,1024,32,0,0,0,0,0,0,0,0,0,0,8,0,28,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,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,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
5061,0,2,-263,16,16,0,1024,8,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, Mathrengyl Bearwalker, in Darnassus. Show him your pendant and prove to him you are ready to learn what he has to teach you. He will complete your training, allowing you to become one with the water.$B$BGoodbye, young druid. We shall speak again.",Return to Darnassus and show Mathrengyl Bearwalker the Pendant of the Sea Lion.,"Very impressive, $N. You are ready to learn your aquatic form, and it is my pleasure to teach it to you.$B$BAlso, in recognition of your achievement during the two trials, I give you this item. I hope you'll find it to be a welcome addition to your gear as a protector of nature and a keeper of the balance.","Your return to Darnassus is not without heralding, though I will need proof of your lessons learned in Moonglade before I will teach you your aquatic form.$B$BDo you have the Pendant of the Sea Lion?",,,,,,15885,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,690,0,1446,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
27,0,2,-263,16,16,0,1024,8,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
26,0,2,-263,16,16,0,1024,32,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
28,0,2,-263,16,16,0,1024,32,0,0,0,0,0,0,0,0,0,1800,10,2,26,0,0,30,0,0,0,Trial of the Lake,"For your first trial, search the depths of Lake Elune'ara to locate a Shrine Bauble. It decays rapidly, so proceed with it to the Shrine of Remulos post haste. Use the bauble at the shrine, and then speak with Tajarri there; she is one of Moonglade's most trusted wardens.$B$BYou only have a set amount of time to complete the task, and you may be competing against other druids searching for baubles themselves. Mental and physical dexterity will be critical to your success.$B$BGood luck, $N.","Find a Shrine Bauble in Lake Elune'ara, and take it to the Shrine of Remulos in northwestern Moonglade. Once there, use the Shrine Bauble.$B$BYou must speak with Tajarri at the shrine afterwards in order to complete the trial.",Well now. it looks like yet another druid has successfully completed the Trial of the Lake! Well done. my young friend - well done.$B$BAs I've said. my name is Tajarri. It is my duty and my privilege to serve as a warden for Moonglade. and specifically this shrine. Keeper Remulos guides the Cenarion Circle in preservation of nature and balance. and his shrine serves as a lasting tribute to such. By using the bauble here. it serves as a nod to the importance of this place within the Circle.,,Complete the Trial of the Lake.,,,,,0,0,0,0,0,0,0,0,15877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,19719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,525,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
32,0,2,440,47,48,0,0,178,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,369,530,76,0,81,350,350,350,0,350,0,4650,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
33,0,2,9,1,2,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,5261,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,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,102,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
34,0,2,44,18,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,2562,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,1700,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,4,1,0,0,0,0,0,0,0,0,0,0
35,0,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
36,0,2,40,9,10,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,38,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,72,0,0,0,0,75,0,0,0,0,0,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
37,0,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,126,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
38,0,2,40,9,13,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,36,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,733,728,1479,2225,3,1,1,1,72,0,0,0,0,250,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
39,0,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,700,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
40,0,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,60,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
45,0,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.""",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
46,0,2,12,8,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,66,0,0,0,0,0,0,0,0,0
47,0,2,12,4,7,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1191,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,175,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
48,0,2,40,43,44,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,6500,3150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
49,0,2,40,42,44,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,12500,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
50,0,2,40,1,44,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,12500,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
51,0,2,40,40,44,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,12500,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
52,0,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,250,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
53,0,2,40,40,44,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,744,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4800,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
54,0,2,9,3,5,0,0,77,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,6078,0,0,0,1,0,0,0,72,0,0,0,0,75,0,0,0,0,0,138,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,54,0
55,0,2,10,24,32,1,0,0,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?!,,,,,,0,7297,0,0,0,1,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,54,72,0,0,0,150,500,0,0,0,0,2460,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
56,0,2,10,18,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1700,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0,0,0,0,0
57,0,2,10,19,26,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,2000,1260,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0,0,0,0,0
58,0,2,10,1,30,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,2500,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,25,1,66,0,0,0,0,0,0,0,0,0
59,0,2,12,7,10,0,0,77,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,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,126,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
60,0,2,12,4,7,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1434,0,0,0,5,0,0,0,72,0,0,0,0,150,0,0,0,0,125,288,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
61,0,2,12,5,7,0,0,77,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,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,350,480,0,0,0,0,0,-8859.75,617.459,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
62,0,2,12,4,7,0,0,77,0,0,0,0,0,0,0,0,0,0,12,2,0,0,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,72,0,0,0,0,150,0,0,0,0,125,288,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
63,0,2,-82,20,23,0,64,178,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 area, 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,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,63
64,0,2,40,9,12,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,4541,1179,0,0,10,10,0,0,72,0,0,0,0,250,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
65,0,2,40,14,18,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,840,0,0,0,0,0,-9232.0,-2146.0,0,0,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0
66,0,2,10,22,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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....,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
67,0,2,10,22,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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. . . .,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,67
68,0,2,10,22,28,0,0,77,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,72,0,0,0,0,150,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
69,0,2,10,22,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,345,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
70,0,2,10,22,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,150,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
71,0,2,12,7,10,0,0,77,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,72,0,0,0,0,25,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,1,0,0,0,0,0,0,0,0,0,0
72,0,2,10,22,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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. . . .,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
74,0,2,10,22,28,0,0,77,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,72,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,74,0
75,0,2,10,22,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
76,0,2,12,5,10,0,0,77,0,0,0,0,0,0,0,0,0,0,12,2,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,72,0,0,0,0,250,0,0,0,0,350,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
77,0,2,47,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,250,0,0,0,0,0,3750,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
78,0,2,10,22,28,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,345,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,5,6,0,0,0,0,0,0,0,0,0,0
79,0,2,10,22,28,0,0,77,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,939,0,0,0,1,0,0,0,72,0,0,0,0,25,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,1,0,0,0,0,0,0,0,0,0,0
80,0,2,10,22,28,0,0,77,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, $N? 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,72,0,0,0,0,25,0,0,0,0,0,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0
81,0,2,1637,48,48,0,0,178,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,76,0,0,0,0,250,0,0,0,0,14000,3750,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
82,0,2,440,1,47,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,369,0,0,0,0,150,0,0,0,0,5000,2700,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0
83,0,2,12,5,9,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,2575,983,0,0,1,1,0,0,72,0,0,0,0,250,0,0,0,0,0,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
84,0,2,12,5,6,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
85,0,2,12,5,6,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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...<grin>...I'm too hungry to remember.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
86,0,2,12,5,6,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,150,0,0,0,0,0,246,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
87,0,2,12,6,8,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1359,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
88,0,2,12,6,9,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
89,0,2,44,15,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
90,0,2,10,19,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1017,2701,0,0,4,1,0,0,72,0,0,0,0,250,0,0,0,0,1800,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0,0
91,0,2,44,17,23,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,1500,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
92,0,2,44,15,18,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1082,2699,0,0,5,1,0,0,72,0,0,0,0,250,0,0,0,0,1000,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
93,0,2,10,17,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3683,0,0,0,1,0,0,0,72,0,0,0,0,75,0,0,0,0,0,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
94,0,2,44,20,21,0,0,77,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,780,0,0,0,0,0,-9252.32,-3404.26,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
95,0,2,10,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
96,0,2,-82,20,23,0,64,178,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,5177,0,0,0,1,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
97,0,2,10,22,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,25,0,0,0,0,0,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0
98,0,2,10,22,35,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,3000,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,1,1,16,0,0,0,0,0,0,0
99,0,2,130,14,15,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,810,0,1460,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
100,0,2,-82,20,23,0,64,178,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,750,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
101,0,2,10,18,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1131,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,1560,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
102,0,2,40,8,14,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
103,0,2,40,13,16,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,600,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
104,0,2,40,15,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
105,0,2,28,50,60,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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 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,17759,0,0,0,1,0,0,0,529,67,0,0,0,350,350,0,0,0,0,7200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
106,0,2,12,5,6,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
107,0,2,12,1,6,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
109,0,2,12,9,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Report to Gryan Stoutmantle,"Looks to me you've seen quite a bit of combat in your time, $c. If you haven't already, you should report to Gryan Stoutmantle. He heads up the People's Militia, aimed at protecting the farmlands of Westfall. I bet he could use your help. You can usually find him in the stone tower on Sentinel Hill, just off the road in the middle of Westfall.","Talk to Gryan Stoutmantle. He usually can be found in the stone tower on Sentinel Hill, just off the road, in the middle of Westfall.","Ah, so my friend sent you here? How kind. $B$BWell the Stormwind Monarchy has abandoned our cause. Now it is up to the People's Militia to keep the land free from corruption. If our cause interests you, I can put your combat skills to use in the name of freedom.",An... Any luck??,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,150,0,0,0,0,250,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
110,0,2,440,45,48,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,360,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
111,0,2,12,5,6,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,25,0,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
112,0,2,12,6,7,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,75,0,0,0,0,0,192,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,112
113,0,2,440,45,48,0,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,369,0,0,0,0,10,0,0,0,0,7000,360,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
114,0,2,12,6,7,0,0,77,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,118,0,0,0,5,0,0,0,72,0,0,0,0,350,0,0,0,0,0,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,114,114
115,0,2,44,18,23,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,350,0,0,0,0,1500,1380,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
116,0,2,44,14,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1270,10456,0,0,1,1,0,0,72,0,0,0,0,250,0,0,0,0,0,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,25,21,0,0,0,0,0,0,0,0,0
117,0,2,40,13,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,1,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,1262,0,0,0,1,0,0,0,47,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
118,0,2,44,14,18,0,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,72,0,0,0,0,25,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
119,0,2,44,14,18,0,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,72,0,0,0,0,75,0,0,0,0,500,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
120,0,2,44,1,14,0,0,77,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,72,0,0,0,0,75,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
121,0,2,44,14,14,0,0,77,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,72,0,0,0,0,25,0,0,0,0,150,150,0,0,0,0,0,0.0,0.0,0,25,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
122,0,2,44,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,118,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,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,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
123,0,2,12,7,10,0,0,77,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,72,0,0,0,0,25,0,0,0,0,85,126,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
124,0,2,44,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,118,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,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,900,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
125,0,2,44,15,16,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,2313,0,0,0,2,0,0,0,72,0,0,0,0,150,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
126,0,2,44,15,25,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
127,0,2,44,16,21,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3663,3680,1322,0,1,1,5,0,72,0,0,0,0,150,0,0,0,0,1000,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
128,0,2,44,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1800,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
129,0,2,44,14,15,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
130,0,2,44,14,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,162,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
131,0,2,44,14,15,0,0,77,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,1326,0,0,0,10,0,0,0,72,0,0,0,0,25,0,0,0,0,0,162,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
132,0,2,40,14,18,0,0,77,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,72,0,0,0,0,75,0,0,0,0,0,420,0,0,0,0,0,-10509.0,1045.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
133,0,2,10,20,27,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,2200,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
134,0,2,10,20,30,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1400,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
135,0,2,40,14,18,0,0,77,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,72,0,0,0,0,75,0,0,0,0,0,420,0,0,0,0,0,-8752.0,384.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
136,0,2,40,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,1357,1,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!,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
138,0,2,40,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,136,0,0,139,1358,1,0,Captain Sander's Hidden Treasure (Part 2),"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,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
139,0,2,40,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,138,0,0,140,1361,1,0,Captain Sander's Hidden Treasure (Part 3),"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,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
140,0,2,40,10,16,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,139,0,0,0,1362,1,0,Captain Sander's Hidden Treasure (Part 4),"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,2842,3342,3344,3343,1,1,1,1,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
141,0,2,40,14,18,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,210,0,0,0,0,0,-10509.0,1045.0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
142,0,2,40,14,18,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,0,840,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,6,1,25,0,0,0,0,0,0,0,0
143,0,2,44,14,14,0,0,77,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,72,0,0,0,0,75,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
144,0,2,44,14,14,0,0,77,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,72,0,0,0,0,25,0,0,0,0,150,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
145,0,2,44,18,18,0,0,77,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,72,0,0,0,0,150,0,0,0,0,0,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
146,0,2,44,18,18,0,0,77,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,72,0,0,0,0,25,0,0,0,0,250,210,0,0,0,0,0,0.0,0.0,0,1,1,29,0,0,0,0,0,0,6,5,6,1,0,0,0,0,0,0,0
147,0,2,12,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,123,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,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,250,0,0,0,0,0,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
148,0,2,10,20,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
149,0,2,10,20,24,0,0,77,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,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
150,0,2,44,20,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3567,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
151,0,2,40,9,14,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,2165,1537,0,0,1,1,0,0,72,0,0,0,0,250,0,0,0,0,0,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
152,0,2,40,12,19,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1100,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
153,0,2,40,10,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
154,0,2,10,20,24,0,0,77,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,175,120,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
155,0,2,40,14,18,1,0,77,0,0,0,0,0,0,0,0,2,0,2,2,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,72,0,0,0,0,350,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,6,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
156,0,2,10,20,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,585,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,2,6,2,0,0,0,0,0,0,0,0,0
157,0,2,10,20,24,0,0,77,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,1300,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
158,0,2,10,20,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
159,0,2,10,20,24,0,0,77,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, $N. You warm an old man's heart with your foolish-...I mean...with your kindness!$b$bHere you are, friend. Take this as a token of my gratitude.","I need that Zombie Juice to keep me warm on these cold, dark nights. Did you get it for me?",,,,,,1451,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,585,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
160,0,2,10,20,30,0,0,77,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.",<Ello looks at the letter...>$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,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
161,0,2,38,16,18,0,0,77,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,47,0,0,0,0,250,0,0,0,0,0,840,0,0,0,0,0,-2606.0,-2355.0,0,1,1,5,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
162,0,2,440,46,49,0,0,77,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,369,69,0,54,47,350,350,0,350,350,0,4950,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,2,1,0,0,0,0,0,0,0,0,0
163,0,2,10,17,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Raven Hill,"Something's amiss at Raven Hill, $n. Calor swears that someone--or something--is haunting the buildings there. Two nights running he's noticed the shadows moving, and the third before that he says he saw light in one of the windows.$b$bIf, as you say, you care about the safety of Duskwood, find out what monster haunts in Raven Hill.",Find out what is haunting Raven Hill.,No! Please don't kill me! It's just me... Jitters!! They're everywhere... I can't escape them! Monsters in Raven Hill? N-n-n-o... couldn't be. Only harmless Jitters.,"Ah, $N! Back so soon? No doubt you've been at the hunt again? Don't worry if you've had some setbacks, in the long run it will make you better!$B$B...You couldn't get much worse, anyway...",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,240,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
164,0,2,10,17,23,0,0,77,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,72,0,0,0,0,75,0,0,0,0,800,555,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
165,0,2,10,17,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Hermit,"There was an old man who used to come into town to buy supplies rather frequently, but I haven't seen him for quite some time now. He lives out in a shack overlooking Raven Hill cemetery, if I remember correctly. Perhaps you should go see if something is amiss.",Check on the old man in the shack near Raven Hill cemetery.,"Hehe, oh yes... of course, the Carevins.$B$BNo, nothing's wrong but it is hard for me to go into town now. The roads are dangerous and I'm not getting any younger. Maybe you can do an old man some favors?",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,75,0,0,0,0,0,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
166,0,2,1581,14,22,81,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1560,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,66,0,0,0,0,0,0,0,0,166
167,0,2,1581,15,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,1893,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
168,0,2,1581,14,18,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,250,0,0,0,0,0,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
169,0,2,44,15,26,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,350,0,0,0,0,4000,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
170,0,2,132,1,2,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","Tenacious little buggers, aren't they?",,,,,,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,102,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
171,2,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,558,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,23007,23015,23002,23022,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,469,0,0,0,0,500,0,0,0,0,0,990,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
172,2,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,18597,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 Orcish Orphan Whistle to talk with the child you will be looking after during Children's Week.,"Zug zug! My name is Grunth, and I guess you're looking after me? You're an adventurer, like my mom and dad were. My matron says that they died with honor in battle. I'm happy to meet you.$B$BI hope we'll do plenty of things together. I have some things I'd like to do, and the matron says you'll be like a big $gbrother:sister; to me during this week. I'd like that a whole bunch.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
173,0,2,10,23,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","$N, how fares the hunt?",,,,,,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,1800,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
174,0,2,10,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,0,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
175,0,2,10,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
176,0,2,12,6,11,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
177,0,2,10,21,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,150,0,0,0,0,0,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
178,0,2,44,19,23,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1956,1,0,Theocritus' Retrieval,"<You hear a disembodied voice...>$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,1970,0,0,0,3,0,0,0,72,0,0,0,0,150,0,0,0,0,1200,840,0,0,0,0,0,-9562.04,-696.921,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
179,0,2,132,1,1,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,60,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,11,0,0,0,0,0,0,0,0,0,0
180,0,2,44,15,26,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,350,0,0,0,0,4000,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
181,0,2,10,21,30,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,4,0,0,0,0,0,0,0,0,0
182,0,2,132,1,4,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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<He takes a few breaths and seems to settle down... a bit.>$bA group of them came in the night and stole my journal! I knew better than to trust that good-for-nothing appr...,"From what I've learned, these trolls hail from the Frostmane clan. I'm afraid I don't know much else about them that would be of any use to you, $N.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,216,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
183,0,2,132,1,3,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",How goes the hunt?,,,,,,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,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
184,0,2,40,8,9,0,0,77,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,5057,4656,0,0,5,5,0,0,72,0,0,0,0,150,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
185,0,2,33,28,31,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,780,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,1,1,21,0,0,0,0,0,0,0,0,0
186,0,2,33,28,33,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",If you strive for greater challenges you must first prove yourself with the task at hand. Return to me after you've killed 10 Stranglethorn Tigers.,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,900,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,25,1,21,0,0,0,0,0,0,0,0,0
187,0,2,33,28,35,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.,You must kill 10 Elder Stranglethorn Tigers before I give you the final challenge that will determine if you are a true tiger hunting master.,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1500,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
188,0,2,33,28,37,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,187,208,-193,0,0,0,0,Tiger Mastery,Here is the final challenge that I will put forth. We've been tracking an elusive tiger for weeks. We call the beast Sin'Dall. See if you can do what no $r has done before: hunt down and kill Sin'Dall. Bring me her paw as proof of your accomplishment.$b$bTracking her down will be no easy task.,Ajeck Rouack of Nesingwary's Expedition wants you to kill Sin'Dall and return with her paw.,"Most impressive, I do say! You are a true Master Tiger Hunter, $N!",How goes the hunt for Sin'Dall?,,,,,,3879,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,2220,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
189,0,2,33,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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<He trails off, grumbling about profit margins and costs...>$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,4598,0,0,0,8,0,0,0,87,21,0,0,0,-250,250,0,0,0,3500,1500,0,0,0,0,0,0.0,0.0,0,5,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
190,0,2,33,28,31,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,583,0,0,191,0,0,0,Panther Mastery,"If you want to be a part of the hunt with this
crack group Hemet has assembled, 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.
Tracking 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,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,780,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,25,1,21,0,0,0,0,0,0,0,0,0
191,0,2,33,28,33,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.,"Perfectly executed, $N!",Bhag'thera can prove to be an elusive beast. How fairs the hunt?,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,900,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
192,0,2,33,28,38,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1740,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
193,0,2,33,28,40,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,192,208,-193,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,4108,0,0,0,1,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,1,0,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
194,0,2,33,28,34,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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 wants you to kill 10 Stranglethorn Raptors.,"Nicely done, old chap!","I never met a hunter who got any kills by standing
around the campfire. Were you planning on killing those Stranglethorn Raptors or
were you hoping they would die of old age?",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,960,0,0,0,0,0,0.0,0.0,0,6,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
195,0,2,33,28,36,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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 wants you to kill 10 Lashtail Raptors.,"Now that's how you get a trophy or two over the ol' hearth! Nice killing, $N!","A true hunter sets his focus on his prey. You, my friend, seem more concerned with chit-chatting around the campfire. Now get out there and kill 10 Lashtails before I go and rid the entire bloody jungle of them in one hunt.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1080,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
196,0,2,33,28,41,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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 wants you to kill 10 Jungle Stalkers.,"Ho ho!! We have ourselves a true raptor slayer! Nicely done, old chap!","Bah! What are you doing standing around, $N! A true big game hunter never gives up once his prey is in his sights. Those Jungle Stalkers aren't going to come running up to this campfire and throw themselves in it. Silly bloke.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2040,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
197,0,2,33,28,43,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,196,208,-193,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 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,4119,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,1,1,0,0,0,0,0,0,0,6,6,0,0,0,0,0,0,0,0,0
198,0,2,33,30,32,0,0,77,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,72,0,0,0,0,75,0,0,0,0,1600,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
199,0,2,38,16,18,0,0,77,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?",,,,,,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,47,0,0,0,0,250,0,0,0,0,0,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,5,0,0,0,0,0,0,0,0,0
200,0,2,33,30,35,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
201,0,2,33,28,32,0,0,0,0,0,0,0,0,0,0,0,0,0,12,2,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,87,21,0,0,0,-75,75,0,0,0,1600,156,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,6,1,1,1,0,0,0,0,0,0,0,0
202,0,2,33,34,40,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,0,0,3615,0,0,0,1,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,72,0,0,0,0,250,0,0,0,0,0,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
203,0,2,33,30,33,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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??","I hope you've been successful in your hunting, $N. We won't last long against him without your help.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
204,0,2,33,30,34,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
205,0,2,33,33,40,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,207,0,0,0,0,0,0,Troll Witchery,"While I study those legends you acquired, gather for me implements of evil troll magic. Enter the territory of the Skullsplitter trolls, a second tribe to the distant south, and acquire Skullsplitter Fetishes from their Witchdoctors and Mystics.",Bring 4 Skullsplitter Fetishes to Brother Nimetz at the Rebel Camp.,Thank you. I will study these fetishes and see if they hold the secret of Kurzen's fall into evil.,"Do you have those fetishes, $N? They might hold the secret to Kurzen's degradation...I must know!",,,,,,2466,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
206,0,2,33,36,46,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,4125,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,4350,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
207,0,2,33,30,38,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,350,0,0,0,0,0,2940,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
208,0,2,33,29,43,1,0,0,0,0,0,0,0,0,0,0,3,0,8,0,0,0,0,0,0,0,0,Big Game Hunter,"$N, you are a hunter worthy of our company. From the battlefields of Lordaeron to the deepest jungle, I have rarely witnessed such prowess with weaponry as you have demonstrated.$b$bYou have killed the ferocious Sin'Dall, the elusive Bag'thera and the treacherous Tethis. But the true prize is the head of King Bangalash. That white tiger is the reason I am here. I've had my sights on him for quite some time now. Kill King Bangalash and your hunting prowess is proven to be second to none.","Hemet Nesingwary 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,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,4500,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
209,0,2,33,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-250,250,0,0,0,5500,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
210,0,2,33,32,37,0,0,77,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,87,21,0,0,0,-75,75,0,0,0,0,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
211,0,2,28,52,60,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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 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,17759,0,0,0,1,0,0,0,529,469,0,0,0,350,350,0,0,0,0,7200,0,0,0,0,0,0.0,0.0,0,5,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
212,0,2,1519,35,40,0,0,77,0,0,0,0,0,0,0,0,0,1800,8,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,72,0,0,0,0,500,0,0,0,0,15000,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
213,0,2,33,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4121,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,2100,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
214,0,2,1581,15,17,81,0,77,0,0,0,0,0,0,0,0,0,0,8,0,155,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,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,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
215,0,2,33,30,33,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,900,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
216,0,2,331,21,24,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Between a Rock and a Thistlefur,"The Thistlefur furbolgs are threatening our expansion! Thistlefur Village to our east blocks the way between us here and the Splintertree Post. It's a path that would circumvent the village of Astranaar; without it, we give the Alliance an extra expansion path.$B$B$N, we must not allow... an expansion path gap!$B$BProceed to Thistlefur Village and thin out the furbolgs. You will be given compensation for this task, but more importantly you will be doing your duty for the Horde!","Take down 8 Thistlefur Avengers and 8 Thistlefur Shaman; most are located east of Zoram Strand in Thistlefur Village. Once completed, return to Karang Amakkar at Zoram'gar Outpost, Ashenvale.","Well done $C, well done! I will continue to send forces to thin out the furbolg, but I can at least count on a different path that will be free of Alliance entanglements. The Horde conquest of Ashenvale is now in full swing!$b$bYou've earned your pay this day, hero. I salute you!","Have you taken the fight to the Thistlefur? With a clear path between our bases, our chances of claiming the whole of Ashenvale increase dramatically.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3925,3924,0,0,8,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,1700,1200,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0,0
217,0,2,38,14,17,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","Grawmug and his two guards, Gnasher and Brawler, are still alive. Your mission is not complete until all 3 have been brought to death. The Dwarven empire is counting on you, $N.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,960,0,0,0,0,0,-6154.0,-2951.0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0
218,0,2,132,2,5,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
219,0,2,44,21,25,0,0,77,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,Missing In Action,"At last, friends of the Alliance!$b$bHelp... please... $b$bThe last thing I remember these foul Orcs overpowered our regiment. Most the men were killed. I took a strong blow to the head and everything went black. Now I am held captive in this cave. Help me, I am hurt badly.$b$bI'll need help getting back to town... please... you're my last hope...",Protect Corporal Keeshan on the journey back to Redridge.,"You have served the Kingdom well, $C. Thank you for assisting Corporal Keeshan with his escape from those dreaded Blackrock Orcs. You shall be rewarded for your brave acts this day.",,Escort Corporal Keeshan back to Redridge,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3555,1275,3431,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,1560,0,0,0,0,0,0.0,0.0,0,5,1,20,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0
220,0,2,-82,20,23,0,64,178,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,6637,0,0,0,1,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
221,0,2,10,23,29,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","Back so soon, $N? I hope you haven't come to tell me you've given up.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1900,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
222,0,2,10,23,31,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","Intimidating beasts aren't they? But have no fear, $N, those who stand for the Light will never fall!",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2200,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
223,0,2,10,25,31,0,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<He quickly removes a piece of faded parchment and offers it to you.>$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,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,1920,0,0,0,0,0,0.0,0.0,0,66,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
224,0,2,38,10,12,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,In Defense of the King's Lands,"We need to protect the Loch, $N! With so many of the King's soldiers fighting valiantly on remote battlefields, we've become overwhelmed on the home front. Troggs are tunneling up from every crevice! The Trogg infestation poses the largest threat to Ironforge. These disgusting mutants must be destroyed.$b$bWe need you, brave adventurer, to venture forth and lay waste to the Trogg threat. Slay 10 Stonesplinter Troggs and 10 Stonesplinter Scouts and report back.",Mountaineer Cobbleflint of the southern guard tower wants you to kill 10 Stonesplinter Troggs and 10 Stonesplinter Scouts.,"Well done, $N! You demonstrated uncanny courage on the battlefield. Our war against the Troggs will be won with efforts such as yours. You have served King Magni well.$b$bIf you fancy yourself well-suited for this kind of adventuring, I suggest you speak with Mountaineer Gravelgaw. The Captain has him assigned to a rough patrol that I am sure he can use some help with. Check with Gravelgaw just inside the tower.","Loch Modan is under siege, $N! We need every able-bodied member of the Alliance to aid our cause. Have you killed 10 Stonesplinter Troggs and 10 Stonesplinter Scouts yet?",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,500,540,0,0,0,0,0,0.0,0.0,0,5,1,1,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0
225,0,2,10,28,35,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,227,0,0,0,The Weathered Grave,"The weathered grave marker reads simply:$b$bMORGAN LADIMORE$b$b<Upon further examination, you notice that dirt over the grave has been recently disturbed, and that a good amount of the dirt seems to have been displaced...>",Speak with Sirra Von'Indi in Darkshire.,"Morgan Ladimore?$b$bAhh, yes, of course. His was a long and sorrowful tale. I knew him, well, before he left for the war, but that was the last time I saw him. A noble and good man, he was, but he suffered a bad end.$b$bHere, I should have something here that can tell the tale better than my own recollections...",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
226,0,2,10,19,21,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Wolves at Our Heels,"Sven and I have dangerous days ahead of us, what with the Necromancer to the east and all. And out here alone as we are, we have to hunt for our own food. It seems every time I'm heading back to camp with some meat on me, starving or rabid dire wolves come out of the forest wanting a bite. It goes without saying, living out here is dangerous work!$B$BBut if you can rid us of some of those wolves, we'd have an easier time of it. They mostly prowl north and east of here, near the river.","Kill 12 Starving Dire Wolves and 8 Rabid Dire Wolves, then return to Lars at Sven's Camp on the western border of Duskwood.","Oh good. You thinned out that pack quite a bit, and without those wolves nipping out our heels, we can bind our minds to dealing with Morbent Fel.$B$BHere, take some of these Flash Bundles. They make them in town, and a lot have been donated to Sven to help with his cause.",You still hunting wolves...?,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
227,0,2,10,28,35,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,225,0,0,228,0,0,0,Morgan Ladimore,"<He searches through the shelves and comes up with a leatherbound book.>$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<She sizes you up.>$b$bYou seem to be capable enough, maybe you could lay him to rest.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2154,0,0,0,1,0,0,0,72,0,0,0,0,25,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
228,0,2,10,28,35,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,150,0,0,0,0,2500,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
229,0,2,10,28,35,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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<Her eyes become downcast.>$B$BI wish... there was something I could have done for him... If only I had talked to him before he...,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,25,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
230,0,2,10,21,25,0,0,77,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.,"<Sven reads the book's pages, then slams it shut.>$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,72,0,0,0,0,75,0,0,0,0,0,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
231,0,2,10,29,35,0,0,77,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<There are tears in her eyes now, as she slides a ring from her right hand, and presses it into your hands.>$b$bAnd... thank you, $n.",Take Sarah Ladimore's ring to Morgan Ladimore's grave.,"<A ghostly voice sounds on the wind...>$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,2000,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,231
232,0,2,1497,42,45,0,0,178,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,68,0,0,0,0,10,0,0,0,0,0,330,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
233,0,2,132,1,3,0,0,77,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,54,47,0,0,0,150,150,0,0,0,0,120,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
234,0,2,132,1,4,0,0,77,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,54,47,0,0,0,150,150,0,0,0,7,162,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
235,0,2,1637,20,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,96,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
237,0,2,38,10,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","We need more time, $r. Your orders are to kill 10 Stonesplinter Skullthumpers and 10 Stonesplinter Seers. Keep the enemy under pressure until we are granted reinforcements. This is no time for idle behavior.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,700,660,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0
238,0,2,1497,42,45,0,0,178,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,68,0,0,0,0,10,0,0,0,0,0,330,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
239,0,2,12,6,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,126,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
240,0,2,10,17,20,0,0,77,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,72,0,0,0,0,75,0,0,0,0,1200,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
243,0,2,440,38,46,0,0,178,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1740,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
244,0,2,44,11,16,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,200,180,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
245,0,2,10,17,21,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Eight-Legged Menaces,"Hail, $c. Perhaps you've seen those spiders that have taken over the western border? The eight-legged menaces are too much for us to handle, and the Commander hasn't enough manpower to spare so far from Darkshire.$b$bI hate to ask this of you, but you seem like you might be able to handle them. I can't promise you anything of great value, but I can reward you if you can help root out the filthy bugs.$b$bOh, and a word of advice, you'll want to avoid their venom if you can.","Kill 15 Pygmy Venom Web Spiders, and then report back to Watcher Dodds in Duskwood.","Ah! You're back. And not too much worse for wear, it'd seem. Of course, $N, the Night Watch is grateful for your work, and I did promise you a reward, so here.","You'd best be careful when dealing with the spiders, I've lost a few of my men to them, and trust me, it isn't a pleasant sight to see a man hanging upside down in their webs after the venom has started to soften them up.$B$BI wouldn't want to see one of the bugs having you for lunch.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
246,0,2,44,11,17,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","<Deputy Feldon listens to your report...>$b$bThere's a sizable force of gnolls encamped there, and from what you tell me they are tough ones. It must not have been easy for you to gather this intelligence.$b$bHere you are, $N. We are grateful for your aid.$b$bAnd if you haven't already done so, speak with Marshal Marris and Magistrate Solomon within Lakeshire. Our situation grows ever more desperate - those two will have need of you I'm sure.","Excuse me, $N, but we have a lot to keep our hands tied here. If you have nothing to report, then I must put my mind to other matters.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,700,570,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
247,0,0,331,24,30,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Hunt Completed,,,"$N, you have slain all three beasts that comprise the Ashenvale Hunt. You have brought me adequate proof of their demise; there is no question of your strength and tenacity. The blood of a hunter streaks through your veins, and you should be commended!$B$BPlease, accept this bauble as a sign of congratulations on your mighty deeds done in Ashenvale for the Horde today. May your ancestors watch over you!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,16658,0,0,0,1,0,0,0,81,0,0,0,0,350,0,0,0,0,0,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
248,0,2,44,20,22,1,0,77,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,72,0,0,0,0,150,0,0,0,0,0,1080,0,0,0,0,0,-9286.24,-2938.95,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
249,0,2,44,23,27,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,5274,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,1650,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
250,0,2,38,16,18,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,420,0,0,0,0,0,0.0,0.0,0,5,1,29,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
251,0,2,10,20,30,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,160,0,0,0,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.,<Sirra begins translating the note...>,"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,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
252,0,2,10,20,30,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,401,0,0,0,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,"<Ello reads the letter...and his face goes white. He then looks at you...>$b$bAlthough the aid you gave Abercrombie may have been motivated from kindness, your actions have doomed our town.$b$b<Ello becomes lost in his thoughts...>","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,3248,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,252,252
253,0,2,10,20,30,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3560,6223,0,0,1,1,0,0,69,0,54,47,72,500,0,500,500,500,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
254,0,0,10,20,35,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,-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,0,1,0,0,0,0,0,0,0,0,0,254
255,0,2,38,15,19,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,54,47,0,0,0,75,350,0,0,0,1100,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
256,0,2,38,17,22,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,1,1,0,0,0,0,0,0,0,0
257,0,2,38,12,16,0,0,77,0,0,0,0,0,0,0,0,0,900,8,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<He looks you over dismissively.>$b$bIt seems you haven't much to lose, anyways.",Kill 6 Mountain Buzzards and return to Daryl the Youngling in the Farstrider Lodge within 15 minutes.,"What? Success?$B$BTake it from me, $Nama, you don't let it get to your head. I mean, any unshaven boy with a bow could have killed such... small specimens. And I hope you don't enjoy killing the buzzards so much, yes? We wouldn't want them to become extinct.$B$BWell, err... Never let it be said that Daryl the Bold would not hold to his word.","No luck? Don't feel too bad, $N...$B$BNot everyone can be me.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
258,0,2,38,14,17,0,0,77,0,0,0,0,0,0,0,0,0,720,8,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?","It's only natural to feel sorry for yourself when shown up by someone so new to this world. You shouldn't feel bad, $N.$B$BHm? Did I get your name wrong?",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,570,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
261,0,2,405,34,39,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,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...","The Scourge grows in power with the passing of each day. If you truly wish to halt its advances, then show me.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,4500,2460,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
262,0,2,10,20,25,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
263,0,2,38,12,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.","Back so soon? In case I didn't make myself clear we need you to kill 10 Stonesplinter Shaman and 10 Stonesplinter Bonesnappers, $N. Now go get 'em, Trogg-Slayer!",,,,,,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,700,660,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0
264,0,2,1638,12,15,0,0,178,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,330,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
265,0,2,10,22,25,0,0,77,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,120,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
266,0,2,10,22,25,0,0,77,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,120,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
267,0,2,38,10,12,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,250,0,0,0,0,500,540,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,6,66,0,0,0,0,0,0,0,0,0
268,0,2,10,22,25,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
269,0,2,10,25,29,0,0,77,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.,"<After reading the journal and hearing your intent...>$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,72,0,0,0,0,25,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
270,0,2,10,24,29,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,720,0,0,0,0,0,-3673.0,-826.983,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
271,0,2,38,15,20,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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<He runs a finger along his scar unconsciously.>$B$BWell, that's quite an interesting kill you have yourself there. Couldn't be that bear from back then...$B$B<He trails off then starts to visibly shake.>$B$BOh, take that away take it away! Get that grisly thing out of here!","Ah, $N! Back so soon? No doubt you've been at the hunt again? Don't worry if you've had some setbacks, in the long run it will make you better!$B$B... You couldn't get much worse, anyway...",,,,,,2713,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-5612.11,-3006.4,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
272,0,2,-263,16,16,0,1024,8,0,0,0,0,0,0,0,0,0,0,8,0,29,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,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,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
29,0,2,-263,16,16,0,1024,8,0,0,0,0,0,0,0,0,0,1800,10,2,27,0,0,272,0,0,0,Trial of the Lake,"For your first trial, search the depths of Lake Elune'ara to locate a Shrine Bauble. It decays rapidly, so proceed with it to the Shrine of Remulos post haste. Use the bauble at the shrine, and then speak with Tajarri there; she is one of Moonglade's most trusted wardens.$B$BYou only have a set amount of time to complete the task, and you may be competing against other druids searching for baubles themselves. Mental and physical dexterity will be critical to your success.$B$BGood luck, $N.","Find a Shrine Bauble in Lake Elune'ara, and take it to the Shrine of Remulos in northwestern Moonglade. Once there, use the Shrine Bauble.$B$BYou must speak with Tajarri at the shrine afterwards in order to complete the trial.","Well now. it looks like yet another druid has successfully completed the Trial of the Lake! Well done. my young friend - well done.$B$BAs I've said, my name is Tajarri. It is my duty and my privilege to serve as a warden for Moonglade, and specifically this shrine. Keeper Remulos guides the Cenarion Circle in preservation of nature and balance, and his shrine serves as a lasting tribute to such. By using the bauble here, it serves as a nod to the importance of this place within the Circle.",,Complete the Trial of the Lake.,,,,,0,0,0,0,0,0,0,0,15877,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,19719,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,525,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
31,0,2,-263,16,16,0,1024,32,0,0,0,0,0,0,0,0,0,0,0,0,30,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,16608,0,0,0,1,0,0,0,609,0,0,0,0,100,0,0,0,0,0,690,0,1446,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
273,0,2,38,13,15,0,0,77,0,0,0,0,0,0,0,0,0,0,12,2,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,47,0,0,0,0,25,0,0,0,0,0,162,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,5,274,0,0,0,0,0,0,0,0
274,0,2,38,16,18,0,0,77,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?,,,,,,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,47,0,0,0,0,25,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,1,1,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
275,0,2,11,20,26,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.","The Wetlands still weep, and the Fen Creepers still rage. Return to me when your task is done.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
276,0,2,11,20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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.","Your task is still at hand, young $C.",,,,,,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,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
277,0,2,11,20,23,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,276,0,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,4606,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
278,0,2,38,16,18,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,250,0,0,0,0,0,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
279,0,2,11,20,22,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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.,,,,,,0,3618,0,0,0,1,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,1400,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
280,0,2,38,16,18,0,0,77,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.,,,,,,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,47,0,0,0,0,75,0,0,0,0,0,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
281,0,2,11,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,279,0,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,929,0,0,0,5,0,0,0,54,72,469,0,0,10,25,10,0,0,0,300,0,0,0,0,0,-3291.77,-958.614,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
282,0,2,132,3,5,0,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,54,47,0,0,0,150,150,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
283,0,2,38,18,20,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
284,0,2,11,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,281,0,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,422,0,0,0,10,0,0,0,72,0,0,0,0,25,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
285,0,2,11,20,25,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,284,0,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,72,0,0,0,0,75,0,0,0,0,0,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
286,0,2,11,20,25,0,0,77,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,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,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
287,0,2,1,7,9,0,0,77,0,0,0,0,0,0,0,0,0,0,12,2,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<He brings out some paper and scribbles on it momentarily.>$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,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,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
288,0,2,11,22,27,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,132,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0
289,0,2,11,22,29,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,288,0,0,290,0,0,0,The Cursed Crew,"<Bolstered, Fitzsimmons continues his tale...>$B$BI am the sole survivor of the ill-fated Third Fleet of Kul Tiras, wrecked off the coast to the north. But although I'm the only member of the fleet still breathing, I'm not the only one still walking about! For on one of our ships was hidden a great, and terrible treasure, and the eerie power of it keeps the souls of my brothers trapped within the ships' rotting hulls.$B$BBut if you can free some of my brothers, then perhaps you can break their curse.","Kill 13 Cursed Sailors, 5 Cursed Marines and First Mate Snellig. Bring Snellig's Snuffbox to First Mate Fitzsimmons in Menethil Harbor.","My thanks to you, $N. And the gratitude of my cursed brethren goes to you as well.","In my dreams, I can sometimes hear the doomed moans of my brethren! Please, good sir, free them from the bonds and quiet their cries.",,,,,,0,0,3619,0,0,0,1,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,54,72,0,0,0,75,150,0,0,0,1900,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
290,0,2,11,22,30,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,289,0,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,72,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
291,0,2,1,7,10,0,0,77,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.,"<He quickly peruses the report.>$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,54,47,0,0,0,75,75,0,0,0,175,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
292,0,2,11,22,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,290,0,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,72,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
293,0,2,11,22,30,0,0,0,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,2943,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
294,0,2,11,22,24,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.","Kill 10 Mottled Raptors and 10 Mottled Screechers, $N. My co-workers did not deserve the fate that was brought upon them. It's time to even the score.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1700,1200,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
295,0,2,11,22,27,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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!",I want to make those Mottled Scytheclaws and Mottled Razormaws pay for what they did. Have you killed 10 of each yet?,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2200,1320,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,21,1,21,0,0,0,0,0,0,0,0,0
296,0,2,11,22,29,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1800,0,0,0,0,0,0.0,0.0,0,1,5,0,0,0,0,0,0,2,6,2,0,0,0,0,0,0,0,0,0
297,0,2,38,13,18,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Gathering Idols,"Recently, just before the Troggs surfaced within the site, we had uncovered a large number of strange, carved idols. But we didn't have the chance to study them, for soon after their discovery the Troggs chased us away from the ruins! And those idols have a strange effect on the Troggs. It makes them go berserk!$B$BBring me 8 idols - I want to study them, and I want them out of Trogg hands! You can find the idols on the Troggs infesting the site.",Bring Magmar Fellhew 8 Carved Stone Idols.,"You got them! Nicely done, $N!$B$BAnd you don't look too worse for wear, even with those berserk Troggs about. I'm going to keep my eye on you...you show some promise.",Do you have those Idols? We must study them and report our findings to Ironforge!,,,,,,2636,0,0,0,8,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,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
298,0,2,38,10,15,0,0,77,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,47,0,0,0,0,25,0,0,0,0,0,162,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
299,0,2,11,25,28,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2913,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,2500,1380,0,0,0,0,0,0.0,0.0,0,1,1,5,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
301,0,2,38,13,15,0,0,77,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,47,0,0,0,0,75,0,0,0,0,175,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
302,0,2,38,12,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,25,0,0,0,0,0,162,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
303,0,2,11,25,30,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Dark Iron War,"War rages both home and abroad. While mighty Dwarven soldiers give their lives in far off territories in the name of the Alliance, our own lands fall prey to the evil deeds of the Dark Iron Dwarves. They laid waste to the Thandol Span. Dun Modr fell soon after.$b$bWe need you to gather force and push the front back. If you can kill 10 Dark Iron Dwarves, 5 Tunnelers, 5 Saboteurs and 5 Demolitionists, the reserve might arrive in time to finish the drive.$b$bNow make haste!","Motley Garmason at Dun Modr wants you to kill 10 Dark Iron Dwarves, 5 Dark Iron Tunnelers, 5 Dark Iron Saboteurs and 5 Dark Iron Demolitionists.","You upheld your orders well, $C. You have proven yourself to be a valiant soldier and loyal servant to King Magni and for that I salute you! With the pressure you applied to the Dark Iron encampment, we now stand a chance of driving them off our lands for good. . .if only the damned reserve would show. . . .","Roggo has been unable to contact the reserve forces. We need offensive pressure on that Dark Iron encampment, $c. Now get back out there and serve your duty to King Magni!",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1051,1053,1052,1054,10,5,5,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,54,47,0,0,0,75,250,0,0,0,2500,1500,0,0,0,0,0,0.0,0.0,0,1,1,5,0,0,0,0,0,0,1,66,0,0,0,0,0,0,0,0,0
304,0,2,11,26,34,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,2010,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,1,1,2,0,0,0,0,0,0,0
305,0,2,11,21,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,47,0,0,0,0,75,0,0,0,0,0,585,0,0,0,0,0,0.0,0.0,0,5,1,5,0,0,0,0,0,0,1,5,0,0,0,0,0,0,0,0,0
306,0,2,11,21,24,0,0,77,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,47,0,0,0,0,25,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,5,1,0,0,0,0,0,0,0,6,5,6,1,0,0,0,0,0,0,0
307,0,2,38,10,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
308,0,0,1,6,7,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,403,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,54,47,0,0,0,25,25,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,308
309,0,2,38,13,15,0,0,77,0,0,0,0,0,0,0,0,0,0,2,2,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,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,660,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,1,273,0,0,0,0,0,0,0,0
310,0,2,1,3,6,0,0,77,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,54,47,0,0,0,25,25,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
311,0,2,1,6,7,0,0,77,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,54,47,0,0,0,250,250,0,0,0,175,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
312,0,2,1,7,12,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
313,0,2,1,4,7,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,54,47,0,0,0,250,250,0,0,0,175,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
314,0,2,1,6,12,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
315,0,2,1,6,9,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,-415,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,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,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
317,0,2,1,3,6,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,54,47,0,0,0,350,150,0,0,0,250,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
318,0,2,1,5,7,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,54,47,0,0,0,25,25,0,0,0,0,96,0,0,0,0,0,-5367.95,299.865,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
319,0,2,1,6,8,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",Have you taken care of those wild animals?,,,,,,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,150,0,0,0,0,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
320,0,2,1,7,8,0,0,77,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
321,0,2,10,25,29,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2702,0,0,0,1,0,0,0,72,0,0,0,0,25,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
322,0,2,10,20,29,0,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,47,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
323,0,2,10,23,28,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!","Battle hard, $Nn. And do not despair, for despair is evil's greatest weapon.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1800,1380,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
324,0,2,10,25,29,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,150,0,0,0,0,0,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
325,0,2,10,20,29,0,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,72,0,0,0,0,25,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
328,0,2,33,30,37,0,0,77,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,4122,0,0,0,1,0,0,0,72,0,0,0,0,75,0,0,0,0,0,1140,0,0,0,0,0,-11379.6,-711.088,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
329,0,2,33,34,37,0,0,77,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,72,0,0,0,0,75,0,0,0,0,0,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
330,0,2,33,34,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
331,0,2,33,34,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,4139,4123,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
332,0,2,1519,1,2,0,0,77,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,2723,0,0,0,1,0,0,0,72,0,0,0,0,150,0,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
333,0,2,1519,1,2,0,0,77,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,72,0,0,0,0,75,0,0,0,0,17,60,0,0,0,0,0,-8776.29,696.604,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,333
334,0,2,1519,1,2,0,0,77,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,72,0,0,0,0,150,0,0,0,0,0,90,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
335,0,2,1519,25,30,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,2500,1500,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
336,0,2,1519,25,30,0,0,77,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,2500,1500,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0
337,0,2,10,20,25,0,0,77,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,72,0,0,0,0,150,0,0,0,0,1400,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
338,0,2,33,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,17688,8173,3928,0,1,2,3,0,0,0,0,0,0,0,0,0,0,0,0,3900,0,0,0,0,0,0.0,0.0,0,5,18,1,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
339,0,2,33,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2756,0,0,0,1,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,1,5,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
340,0,2,33,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2757,0,0,0,1,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,1,5,0,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
341,0,2,33,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, 21 and 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,2758,0,0,0,1,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,1,0,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
342,0,2,33,30,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2759,0,0,0,1,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,1,0,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
343,0,2,1519,20,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,120,0,0,0,0,0,-8335.94,398.291,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
344,0,2,1519,20,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,300,0,0,0,0,0,-8876.67,-184.318,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
345,0,2,1519,20,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
346,0,2,1519,20,24,0,0,77,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, $N. 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,6095,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
347,0,2,1519,20,24,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,75,0,0,0,0,0,585,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
348,0,2,33,40,45,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4113,0,0,0,1,0,0,0,87,21,0,0,0,-500,500,0,0,0,0,4950,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
350,0,2,1519,16,31,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,1,6,1,11,1,0,0,0,0,0,0
351,0,2,440,43,48,0,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,87,21,0,0,0,-250,250,0,0,0,0,3750,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
353,0,2,1519,9,15,0,0,77,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,47,0,0,0,0,250,0,0,0,0,700,660,0,0,0,0,0,-4816.04,-2671.34,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
354,0,2,85,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Deaths in the Family,"The Agamand family was the most prosperous family in Tirisfal Glades. I used to work their mills...before the Plague.$B$BWhen the Scourge first came, the Agamands fortified their home and convinced those in their employ to remain and help them defend. We were fools, but at least we were loyal fools.$B$BThe Agamands, in their pride, doomed us to undeath. And now they are minions of the Scourge!$B$BServe the Forsaken by defeating the Agamands who fell to the Plague. Serve me by bringing me their remains.","Bring Gregor's Remains, Nissa's Remains and Thurman's Remains to Coleman Farthing in Brill.","Revenge has a sweet taste, don't you think? When you destroyed the Agamands, did you catch any hint of free will within them? I hope so. I hope they knew fear before they were smashed into oblivion.$b$bIt is a foolish hope, I know. But it is a hope I foster nonetheless.",Do you have the remains of the Agamands? Are those cursed beasts finally destroyed?,,,,,,2829,2828,2830,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,400,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
355,0,2,85,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,10,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,1,0,0,0,0,0,0,0,0,0,0
356,0,2,85,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,300,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
357,0,2,1497,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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<Bethor opens the book and stares intently at its glowing pages...>$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,68,0,0,0,0,150,0,0,0,0,175,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
358,0,2,85,4,8,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,225,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
359,0,2,85,6,9,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,120,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
360,0,2,85,6,9,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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!,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,150,240,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
361,0,2,85,5,7,0,0,178,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<Yvette's face then smoothes and grows cold.>$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,68,0,0,0,0,150,0,0,0,0,0,288,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
362,0,2,85,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,75,0,0,0,0,0,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
363,0,2,154,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,75,0,0,0,0,0,30,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
364,0,2,154,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,17,102,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
365,0,2,85,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,175,390,0,0,0,0,0,0.0,0.0,0,6,1,0,0,0,0,0,0,6,6,1,0,0,0,0,0,0,0,0,0
366,0,2,85,7,8,0,0,0,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,68,0,0,0,0,75,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
367,0,2,85,6,6,0,0,16,0,0,0,0,0,0,0,0,0,0,8,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,3382,0,0,0,3,0,0,0,68,0,0,0,0,250,0,0,0,0,125,330,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0
368,0,2,85,6,9,0,0,16,0,0,0,0,0,0,0,0,0,0,8,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,3434,0,0,0,5,0,0,0,68,0,0,0,0,250,0,0,0,0,300,480,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
369,0,2,85,7,11,0,0,16,0,0,0,0,0,0,0,0,0,0,8,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,3442,0,0,0,1,0,0,0,68,0,0,0,0,25,0,0,0,0,0,132,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
370,0,2,85,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,300,480,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
371,0,2,85,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,350,510,0,0,0,0,0,0.0,0.0,0,5,0,0,0,3000,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
372,0,2,85,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.","You have not yet performed your duty, $c. We cannot expect to carry out The Dark Lady's plan with the Scarlet Crusade pestering our soldiers. Bring about their deaths and perform your duty to Sylvanas!",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,540,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,5,1,1,0,0,0,0,0,0,0,0,0
373,0,2,1519,16,22,0,0,77,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<Baros peruses the letter.>$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,72,0,0,0,0,75,0,0,0,0,700,525,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,6,2,1,0,0,0,0,0,0,0
374,0,2,85,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,175,390,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,6,66,0,0,0,0,0,0,0,0,0
375,0,2,85,7,8,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,225,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0
376,0,2,154,2,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,102,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0
377,0,2,717,22,26,81,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,1920,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
378,0,2,717,25,27,81,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,500,0,0,0,0,0,1980,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0
379,0,2,440,40,46,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,8524,0,0,0,1,0,0,0,369,68,0,0,0,150,150,0,0,0,0,2580,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
380,0,2,154,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,376,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.","Be wary of the spiders' venom, $N. If you feel a sharp burning, you may want to have it looked at.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,216,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
381,0,2,154,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,216,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,11,0,0,0,0,0,0,0,0,0
382,0,2,154,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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<He begins to rifle through the documents you recovered.>$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,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,405,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
383,0,2,154,2,5,0,0,0,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,68,0,0,0,0,150,0,0,0,0,75,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
384,0,2,-304,5,7,0,0,77,185,0,0,0,0,0,0,0,0,0,8,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
We 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,2888,2889,0,0,5,1,0,0,54,47,0,0,0,250,150,0,0,0,175,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
385,0,2,38,12,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3678,2240,0,0,1,1,0,0,47,0,0,0,0,250,0,0,0,0,0,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
386,0,2,717,22,25,81,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3400,1317,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
387,0,2,717,22,26,81,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Quell The Uprising,The uprising must be quelled! I need your assistance. If word gets out that the prison is overrun I will lose my job! This is a case of foul play if I've ever seen one. But what's important now is forcing these prisoners into submission for the safety of Stormwind.$b$bThe punishment for insurgency is death. Kill some of these deviants! That ought to get things under control.,"Warden Thelwater of Stormwind wants you to kill 10 Defias Prisoners, 8 Defias Convicts, and 8 Defias Insurgents in The Stockade.","Your efforts in The Stockade were valiant, $N. It's obvious this problem is bigger than the both of us. But you have performed well and for that I am thankful.",The Stockade is still overrun! These Defias Rats must be shown that their actions will not be tolerated. Now get back down there and show some force!,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,0,350,0,0,0,0,6000,1920,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
388,0,2,717,22,26,81,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Color of Blood,"Bitterness flows through my veins like a cold river. My grandson, Mac, was such a good boy. A mere 14 years old. When the army was sent off to the front, Mac took up arms to defend the city. He was a guard in The Stockade, where the Defias gang is locked up. Mac reprimanded some of the prisoners for tearing their wool blankets to make scarves, a symbol of their gang. For that Mac was stabbed in the back.$b$bI want revenge. Bring me 10 of their precious Wool Bandanas. They are the color of blood.",Nikova Raskol of Stormwind wants you to collect 10 Red Wool Bandanas.,"So these bandanas -- filthy tokens of corruption -- are what my Mac had to die for? Such a waste. Such a tragic sacrifice. $b$bBut alas, I cannot return to the past. Just know, $N, that you have brought my family justice through your deeds.","I see you are back, $C. Have you collected 10 Red Wool Bandanas from those Defias Scum in The Stockade yet?",,,,,,2909,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,6000,1920,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
389,0,2,1519,16,22,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,1,1,0,0,0,0,0,0,1,6,5,1,1,0,0,0,0,0,0
391,0,2,717,16,29,81,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,2500,2160,0,0,0,0,0,0.0,0.0,0,1,1,1,1,0,0,0,0,0,6,1,1,1,0,0,0,0,0,0,0
392,0,2,1519,16,29,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,1,1,1,0,0,0,0,0,0,6,6,1,1,0,0,0,0,0,0,0
393,0,2,1519,16,29,0,0,77,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,72,0,0,0,0,25,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,1,1,1,0,0,0,0,0,0,6,6,1,1,0,0,0,0,0,0,0
394,0,2,1519,16,31,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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<He laughs and claps you on the shoulder.>$b$bI mean no criticism, $N. How could I, being the master of all assassins? But in truth, you have done the people of Stormwind a great service, and for that, I thank you.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0.0,0.0,0,1,1,1,0,0,0,0,0,0,1,6,1,1,2,0,0,0,0,0,0
395,0,2,1519,16,31,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,390,0,0,0,0,0,0.0,0.0,0,1,1,1,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0
396,0,2,1519,16,31,0,0,77,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,2933,0,0,0,1,0,0,0,72,0,0,0,0,500,0,0,0,0,0,2280,0,0,0,0,0,0.0,0.0,0,1,1,1,0,0,0,0,0,0,6,1,1,2,0,0,0,0,0,0,0
397,0,2,1519,26,30,0,256,77,0,0,0,0,0,0,0,0,0,0,8,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,3556,0,0,0,1,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,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
398,0,2,85,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,350,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,66,0,0,0,0,0,0,0,0,0
399,0,2,1519,10,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,700,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
400,0,2,1,3,5,0,0,77,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,54,47,0,0,0,25,25,0,0,0,25,60,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
401,0,2,10,20,30,0,0,77,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<The air grows heavy, as if a thick, black curtain is drawn over the land...>",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,401,0
403,0,0,1,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,-310,0,0,0,0,0,0,Guarded Thunderbrew Barrel,,,"This barrel of ale is guarded by Jarven Thunderbrew. As long as he's in the basement, no barrels may be disturbed.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
404,0,2,85,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,150,0,0,0,0,100,246,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
405,0,2,85,5,8,0,0,0,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,68,0,0,0,0,25,0,0,0,0,0,108,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
407,0,2,85,4,7,0,0,0,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,68,0,0,0,0,25,0,0,0,0,0,96,0,0,0,0,0,0.0,0.0,0,6,1,11,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,407
408,0,2,85,8,13,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
409,0,2,85,8,12,0,0,0,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.","I await proof of your allegiance, $c.",,,,,,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,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,409,0
410,0,0,85,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,-409,0,0,0,0,0,0,The Dormant Shade,,,You place the Candle of Beckoning upon the table and light it...,"This is an old, beaten, bloody table.",,,,,,3080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,410
411,0,2,85,9,12,0,0,0,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,5940,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,500,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,411
412,0,2,1,7,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,510,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
413,0,2,1,8,10,0,0,77,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.,<Mountaineer Barleybrew tastes the Shimmer Stout...>$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,54,47,0,0,0,75,75,0,0,0,0,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
414,0,2,1,9,10,0,0,77,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,54,47,0,0,0,150,150,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
415,0,2,1,8,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,-315,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,3087,0,0,0,1,0,0,0,54,47,0,0,0,10,10,0,0,0,0,60,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
416,0,2,38,10,11,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,400,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
417,0,2,1,9,11,0,0,77,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,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,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
418,0,2,38,9,11,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3220,3679,0,0,5,1,0,0,47,0,0,0,0,250,0,0,0,0,400,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
419,0,2,1,9,10,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3151,0,0,0,1,0,0,0,54,47,0,0,0,75,75,0,0,0,0,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
420,0,2,132,4,5,0,0,77,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,54,47,0,0,0,150,150,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
421,0,2,130,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.","If you wish to prove yourself to me, you must kill 5 Moonrage Whitescalps. Accomplish that task, and I will see to it your skill is put to more worthy assignments.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,350,510,0,1460,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0
422,0,2,130,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,0,540,0,1460,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
423,0,2,130,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,600,600,0,1460,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
424,0,2,130,13,15,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,700,660,0,1460,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
425,0,2,130,11,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,350,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
426,0,2,85,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,450,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
427,0,2,85,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,225,420,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
428,0,2,130,10,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,25,0,0,0,0,0,120,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
429,0,2,130,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.,"<Renferrel takes the hearts>$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,4597,4596,0,0,1,1,0,0,68,0,0,0,0,75,0,0,0,0,0,270,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
430,0,2,130,10,11,0,0,0,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.","<Quinn takes the potion and drinks it>$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,68,0,0,0,0,150,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
431,0,0,85,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,-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,3080,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
432,0,2,1,7,9,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Those Blasted Troggs!,"Those Light-blasted troggs, turning my work site into a wreck! Look at that, there goes another barrel of powder!$b$bOhhh, I wish I could go down there and wring every one of their scrawny little necks! I want to kill them all!$b$bThis can't be good for my health, all this stress and anger... What have they left me with? Nothing!$b$bI'd kill them myself, but my aim's no good anymore! You go into the quarry and kill some of the filthy buggers! I'll pay you! Just hurt them, kill them!",Kill 6 Rockjaw Skullthumpers for Foreman Stonebrow at the Gol'Bolar quarry.,"Well, that makes me feel a little better...$b$bBut I won't be happy until they're all dead! All of them!",It makes me so mad! Grrr...,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,200,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
433,0,2,1,7,11,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Public Servant,"As a member of the Senate and the Explorers' League, I've taken it upon myself to take care of this part of the trogg infestation that has gripped our lands.$b$bThey've certainly made a mess of Gol'Bolar quarry, and for no reason. As we dug deep into the earth, they poured out, destroying our equipment and driving the miners out. There's not much for us to do but to exterminate the lot of them, rebuild, then get back to work.$b$bIf you help me with the troggs, I'll gladly recompense you for your time.",Kill 10 Rockjaw Bonesnappers for Senator Mehr Stonehallow at the Gol'Bolar quarry.,"It is a start. Hopefully we can take advantage of it, and move some Mountaineers in to secure the area. Then we can begin to restore our infrastructure and get the miners back to work.$b$bThank you for your assistance, $N.","If we can remove the troggs from Gol'Bolar quarry, it will be the first step of many that we will have to undertake to rid ourselves of this menace.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,300,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
434,0,2,1519,16,31,0,0,77,0,0,0,0,0,0,0,0,0,0,2,2,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.","Yes, $N? Are things going well with Tyrion? He apprised me of the situation and I've helped him trick Marzon into going to the castle.$B$BMarzon has been a thorn in the side of many people in Stormwind; many of which are close friends of mine. No one messes with my friends... not if they know what's healthy for them.$B$BIt's just a shame I'm indirectly doing a favor for Shaw and SI:7 in the meantime. Oh well, not every plan is perfect.",Overhear Lescovar and Marzon's Conversation,,,,,3516,0,0,0,1,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,1140,0,0,0,0,0,0.0,0.0,0,1,1,6,0,0,0,0,0,0,1,6,1,1,0,0,0,0,0,434,0
435,0,2,130,11,11,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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,3455,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
436,0,2,38,13,18,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
437,0,2,130,11,14,0,0,0,0,0,0,0,0,0,0,0,0,0,12,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,3454,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,600,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
438,0,2,130,11,16,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,150,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
439,0,2,130,11,16,0,0,178,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,68,0,0,0,0,25,0,0,0,0,0,180,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
440,0,2,130,10,16,0,0,0,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,68,0,0,0,0,75,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
441,0,2,130,13,16,0,0,0,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,68,0,0,0,0,75,0,0,0,0,0,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
442,0,2,130,14,24,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
443,0,2,130,13,17,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,900,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
444,0,2,130,10,17,0,0,0,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,68,0,0,0,0,25,0,0,0,0,0,192,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
445,0,2,85,9,10,0,0,0,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,68,0,0,0,0,150,0,0,0,0,250,390,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
446,0,2,130,10,16,0,0,0,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,3251,0,0,0,1,0,0,0,68,0,0,0,0,25,0,0,0,0,0,180,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
447,0,2,130,11,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,3448,0,0,0,20,0,0,0,68,0,0,0,0,250,0,0,0,0,500,540,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
448,0,2,130,14,16,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,360,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
449,0,2,130,10,11,0,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,68,0,0,0,0,75,0,0,0,0,200,270,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
450,0,2,130,12,15,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,350,0,0,0,0,700,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
451,0,2,130,14,18,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1260,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
452,0,2,130,14,15,1,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,Pyrewood Ambush,"You got here just in the nick of time, $N!$b$bThe Pyrewood Council will be returning any moment. Arugal has other matters to tend to in the keep. He uses the Council as mere puppets to keep the mindless minions of Pyrewood under his control. But I believe that without the guidance of the Pyrewood Council, the sons of Arugal will turn against their master.$b$bI cannot handle them all by myself. I need you to help me. Together we can lay waste to the Council for Lady Sylvanas.",Help Deathstalker Faerleia kill the Pyrewood Council.,"You fought like a true disciple of the Dark Lady, $N. With the council dead, perhaps we can gain control of this town once and for all and drive Arugal from Shadowfang Keep. I salute you!",,Aid Faerleia in killing the Pyrewood Council,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3450,2818,3449,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,700,810,0,0,0,0,0,0.0,0.0,0,5,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
453,0,2,10,22,25,0,0,77,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.","<Jitters sighs...>$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,72,0,0,0,0,75,0,0,0,0,0,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
454,0,2,38,13,15,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,10,0,0,0,0,0,66,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
455,0,2,11,19,21,0,0,77,0,0,0,0,0,0,0,0,0,0,12,2,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.",You're coming from Loch Modan? How is the orc situation at Algaz Gate?,Traverse Dun Algaz,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,75,75,150,0,0,1000,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
456,0,2,188,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,457,0,0,0,0,0,The Balance of Nature,"Greetings, $N. I am Conservator Ilthalaine. My purpose in Shadowglen is to ensure that the balance of nature is maintained.$b$bThe spring rains were particularly heavy this year, causing some of the forest's beasts to flourish while others suffered.$b$bUnfortunately, the nightsaber and thistle boar populations grew too large. Shadowglen can only produce so much food for the beasts. Journey forth, young $c, and thin the boar and saber populations so that nature's harmony will be preserved.",Kill 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,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,35,102,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,21,1,0,0,0,0,0,0,0,0,0,0
457,0,2,188,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,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,50,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,21,25,0,0,0,0,0,0,0,0,0,0
458,0,2,188,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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 druid to have sent you.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,75,0,0,0,0,0,30,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
459,0,2,188,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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 druid, Athridas Bearmantle. He shares our concern for the well being of the forest.","Satisfy my suspicions, $N. Bring to me 8 Fel Moss.",,,,,,3297,0,0,0,8,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,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
460,0,2,130,12,17,0,0,0,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,68,0,0,0,0,75,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
461,0,2,130,14,18,0,0,0,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,68,0,0,0,0,75,0,0,0,0,500,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
463,0,2,11,20,21,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,510,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
464,0,2,11,23,28,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,250,0,0,0,0,2000,1380,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
465,0,2,11,25,31,0,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,47,0,0,0,0,150,0,0,0,0,0,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
466,0,2,1,20,22,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3565,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0
467,0,2,1,20,23,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
468,0,2,11,19,21,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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...",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,102,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
469,0,2,11,18,21,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,72,0,0,0,0,75,0,0,0,0,700,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
470,0,2,11,19,24,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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<She quickly empties the contents of the ooze-covered bag onto the ground, before scooping them up.>$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,3352,0,0,0,1,0,0,0,47,0,0,0,0,350,0,0,0,0,3500,1440,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
471,0,2,11,18,26,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1260,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,11,18,6,11,0,0,0,3000,0,0,0,0
472,0,2,11,25,25,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Fall of Dun Modr,"Dun Modr has fallen to the Dark Iron Dwarves!$b$bMy wounds are grave, $c. Most of the regiment was killed! The Dark Iron thugs attacked us before we could regroup from the Thandol Span ambush.$b$bOur leader, Longbraid, sounded the retreat horn. As we left the town I was hit by a stray axe in the back. All went black.$b$bI awoke here in Menethil but I fear for my fellow soldiers. Hope still burns within me. Perhaps Longbraid is still alive! See if you can find him near Dun Modr, $r!",Search for Longbraid near the town of Dun Modr.,"What brave $C sends word from Menethil? Ah $N, they call you.$b$bYou bring hope to a hopeless situation. 'Tis good news indeed that young Harlo survived. While fleeing he received a grievous wound. We had but little time to send him on his way on the back of the only surviving steed with the regiment.$b$bBut now we face a perilous situation. Dun Modr has fallen and we are but a shadow of the great regiment we once were.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,6,1,0,0,0,0,0,0,0,0
473,0,2,11,23,28,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,138,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
474,0,2,11,26,32,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1530,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
475,0,2,141,4,6,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.
",Thank the forest spirits you are here! I knew Athridas would sense trouble and send help.,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,50,0,0,0,0,0,162,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
476,0,2,141,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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!,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,125,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,5,0,5,0,0,0,0,0,0,0,0,0
477,0,2,130,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.,"<Prying open the lid of the crate, you find an assortment of carefully-packed objects. On the top of the crate lies a bundle of maps, yellowing with age, that appear to depict Silverpine Forest and other parts of western Lordaeron.$b$bUnderneath the maps is a mysterious-looking magical pendant.>",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
478,0,2,130,10,14,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,477,0,0,481,3353,1,0,Maps and Runes,<You quickly remove the pendant from the crate and replace the lid.>,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,68,0,0,0,0,150,0,0,0,0,500,450,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
479,0,2,130,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,800,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
480,0,2,130,14,22,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
481,0,2,130,10,14,0,0,0,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,68,0,0,0,0,10,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,1,0,0,0,0,0,0,0,0,0,0
482,0,2,130,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,10,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,1,0,0,0,0,0,0,0,0,0,0
483,0,2,141,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,300,480,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
484,0,2,11,18,22,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,469,0,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,72,0,0,0,0,250,0,0,0,0,1400,1080,0,0,0,0,0,0.0,0.0,0,2,0,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
485,0,2,47,46,48,0,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,87,21,0,0,0,-250,250,0,0,0,0,3750,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
486,0,2,141,8,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.,"Our brethren cannot be awakened until Ursal the Mauler has been slain, $N.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
487,0,2,141,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Road to Darnassus,"The road to Darnassus must be kept safe. Travelers heading from Dolanaar to Darnassus have been reporting ruthless attacks by corrupted furbolgs from the Gnarlpine tribe.$b$bImportant news and commerce travels to and from Darnassus by way of this road daily. We cannot afford to have a rogue band of heathens terrorizing people.$b$bTake up arms in the name of the sacred forest, $c. Their den lies somewhere below this vantage point. Slay 6 of these Gnarlpine ambushers and report back to me.",Slay 6 Gnarlpine Ambushers and return to Sentinel Amara Nightwalker outside of Dolanaar.,"You have served the good people of Dolanaar and Darnassus well, brave $C. As a member of the Sentinel force of Teldrassil I salute your efforts.","The road is still not safe, $c. Travel forth and slay 6 Gnarlpine Ambushers and return to me.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,225,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
488,0,2,141,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,5457,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,100,270,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
489,0,2,141,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,69,0,0,0,0,500,0,0,0,0,175,390,0,0,0,0,0,0.0,0.0,0,1,5,0,0,0,0,0,0,0,4,0,0,0,0,0,0,0,0,0,489
491,0,2,130,14,18,0,0,0,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,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,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
492,0,2,85,8,11,0,0,178,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,68,0,0,0,0,250,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,14,1,0,0,0,0,0,0,0,0,492
493,0,2,130,19,20,0,0,0,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,68,0,0,0,0,150,0,0,0,0,900,720,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
494,0,2,267,19,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Time To Strike,"Be silent and pay attention, $c.$b$bI was sent to this position in order to survey the town of Hillsbrad. My mission is one of reconnaissance. It is imperative that you send word to High Executor Darthalia in Tarren Mill at once. Let her know that I, Deathstalker Lesh, send the following message:$b$b""The raven's cry from the west doth beckon.""$b$bFollow the road to the east and pay close attention to the signs. Now, hurry! Off you go to Tarren Mill, and with urgency I might add!",Travel to Tarren Mill to deliver Deathstalker Lesh's message to High Executor Darthalia.,The raven's cry from the west doth beckon?$b$bSuperb news! Hillsbrad is ripe for attack. We can carry out our plan of destruction now. Varimathras will be pleased.,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,75,0,0,0,0,600,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
495,0,2,1497,34,39,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,240,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
496,0,2,267,19,22,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,68,0,0,0,0,25,0,0,0,0,150,108,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
498,0,2,267,17,22,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,3467,3499,0,0,1,1,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,150,150,0,0,0,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
499,0,2,267,22,22,0,0,178,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,68,0,0,0,0,250,0,0,0,0,0,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,499
500,0,2,36,30,36,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,72,0,0,0,0,250,0,0,0,0,7500,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
501,0,2,267,21,24,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
502,0,2,267,24,24,0,0,178,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,68,0,0,0,0,150,0,0,0,0,0,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,502
503,0,2,267,29,36,0,0,178,0,0,0,0,0,0,0,0,0,0,12,2,533,0,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,76,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0
504,0,2,36,31,40,1,0,77,0,0,0,0,0,0,0,0,0,0,8,0,500,0,0,0,0,0,0,Crushridge Warmongers,"Now that you've had a taste of the Crushridge ogres, I want you to really bloody their noses...$B$BGo into the Ruins of Alterac and seek out the Crushridge Warmongers. I want you to cut down a good number of them - that's the only way those brutes will learn to keep their distance from Alliance territory.","Slay 15 Crushridge Warmongers, then return to Marshal Redpath in Southshore.","Very good. Here is your reward.$B$BAnd when you were hunting those Warmongers, how did Alterac city look? It's in bad shape I would guess. Ogres are not known for their cleanliness.$B$BThankfully, your efforts will help keep them away from Southshore.","You have more Warmongers to slay, $N. You should be up on the mountains on your task, not down here with your weapon stowed.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2287,0,0,0,15,0,0,0,0,0,0,0,5249,3763,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,54,72,0,0,0,150,250,0,0,0,0,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
505,0,2,36,26,33,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Syndicate Assassins,"I am the new magistrate of Southshore, recently assigned after the assassination of the previous magistrate. The assassins were never found, but through our investigations we're almost certain they were hired by the Syndicate - a group of thieves led by villainous nobles of the now fallen kingdom of Alterac.$B$BThe Syndicate has a camps in Sofera's Naze and Corahn's Dagger, north and west of the Horde-occupied Tarren Mill. Slay the Syndicate members you find in these camps.","Kill 12 Syndicate Footpads and 8 Syndicate Thieves, then return to Magistrate Henry Maleb in Southshore.","Thank you, $N. Although they may still be lurking about, we hope that some of the thieves and footpads you slew were responsible for the last magistrate's death. But even if they weren't, the Syndicate is a taint on this land and a stain on the human race.$B$BTheir deaths are welcome to Southshore.","You have slain those Syndicate thugs, I trust?",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
506,0,2,267,29,36,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,503,0,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,76,0,0,0,0,150,0,0,0,0,3000,1560,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
507,0,2,267,29,42,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,506,0,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!",W-what do you want?,,,,,,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,3600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
508,0,2,267,29,40,0,0,0,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,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,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
509,0,2,267,24,28,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,2459,929,0,0,3,5,0,0,68,0,0,0,0,250,0,0,0,0,2500,1380,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
510,0,2,36,29,34,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,512,3718,1,0,Foreboding Plans,"Among these documents is a list of requested supplies. These include mundane items (food, weapons, clothing) as well as more exotic gear (masks, oil, poison).$B$BBut what is most notable is the urgency of the request - these supplies were needed soon in order to undertake what is described in the document as an ""important mission against Southshore.""",Bring the Foreboding Plans to Magistrate Maleb in Southshore.,"<Maleb reads the documents.>$B$BThese are very troubling, $N. From the information in these documents, and from the Syndicate's actions in the past, we must assume that band of cutthroats has waged war on Southshore.","$N, you look anxious. Is there something you wish to tell me?",,,,,,3718,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
511,0,2,36,29,34,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,3521,1,0,Encrypted Letter,One of the letters on this table is encrypted and inscrutable.,Bring the Encrypted Letter to Loremaster Dibbs in Southshore.,"What is this? Hold a moment... let me take a closer look.$B$B...$B$BHm, I have never before seen this form of encryption, but I must admit that my knowledge in that area is by no means complete.","Yes, $N? Do you have some business with me?",,,,,,3521,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
512,0,2,36,32,36,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,4000,2100,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
513,0,2,267,28,28,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,509,0,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,68,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
514,0,2,36,29,34,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,511,0,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,47,0,0,0,0,75,0,0,0,0,0,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
515,0,2,267,24,30,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,513,0,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,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,1860,0,0,0,0,0,0.0,0.0,0,6,5,1,5,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
516,0,2,130,16,21,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
517,0,2,267,26,30,1,0,178,0,0,0,0,0,0,0,0,0,0,8,0,515,0,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,68,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
518,0,2,267,34,39,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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.","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,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,76,0,0,0,0,250,0,0,0,0,0,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
519,0,2,267,35,41,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,0,2760,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
520,0,2,267,38,43,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,350,0,0,0,0,0,3750,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
521,0,2,267,43,43,0,0,178,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,4430,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,0,3000,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
522,0,2,36,34,38,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,523,3668,1,0,Assassin's Contract,"This is a contract for the assassination of Magistrate Henry Maleb. It was sealed and stamped in red wax, using a distinctive signet ring.",Bring the Assassin's Contract to Magistrate Maleb in Southshore.,"<Maleb inspects the contract.>$B$BThat explains the latest attack on Southshore. The Syndicate must be after me, just as they were the last magistrate!",You look out of breath! Do you have something to report?,,,,,,3668,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
523,0,2,36,30,40,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,10000,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
524,0,2,267,28,30,0,0,178,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,68,0,0,0,0,500,0,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
525,0,2,36,29,34,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,514,0,0,537,3518,1,0,Further Mysteries,"I decrypted the letter, but I don't know what to make of it. You found this among thieves in the Alterac foothills? Very strange...$B$BYou should take this to the magistrate of Southshore. Although this letter is cryptic, his is the closest town to Alterac; if a threat is brewing, then he should know.",Bring the Decrypted Letter to Magistrate Maleb in Southshore.,"<Maleb reads the letter.>$B$BThis is translated from a letter you found in a Syndicate encampment? This was not written by a thief, or even a noble of Alterac.$B$BIt appears The Syndicate has ties to another power, and I shudder to think what that might be.",$N. Have you been traveling through the foothills and mountains again? What news do you bring?,,,,,,3518,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
526,0,2,10,24,29,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,150,0,0,0,0,0,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
527,0,2,267,19,24,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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.","As High Executor of Tarren Mill, under the direct command of Varimathras and the Dark Lady, you are subject to follow my command.$B$BPerhaps you take this war with the Alliance lightly? If such is the case I should behead you right here and now. Otherwise, travel west to the town of Hillsbrad and wage battle against the humans, as ordered.$B$BDismissed.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1700,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
528,0,2,267,21,25,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,527,0,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.,"You have your orders, $c. Quit dawdling here in Tarren Mill when there is work to be done elsewhere.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1800,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
529,0,2,267,21,26,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,528,0,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,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,2000,1260,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
530,0,2,130,10,20,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,3235,0,0,0,1,0,0,0,68,0,0,0,0,250,0,0,0,0,1200,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
531,0,2,38,15,20,1,0,77,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.",,,,,,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,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,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,11,1,0,0,0,0,0,0,0,0
532,0,2,267,23,26,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,529,0,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,2335,2387,-1761,0,1,4,1,0,0,0,6477,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,2000,1260,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
533,0,2,267,29,34,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,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,76,0,0,0,0,250,0,0,0,0,3500,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
535,0,2,36,29,34,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Valik,"Urrgh... Injured and dying and confronted with the enemy.$b$bNo doubt you'll kill me anyway, but if you bring me some Southshore stout--your kind does drink, don't they?--I'll tell you what you want to know.",Bring a mug of Southshore Stout to Valik in the Syndicate camp.,"Given my impending death, I think I can safely say that this is the sweetest tasting thing ever... Here, take this, won't do me any good when I'm dead.$B$BWell, get on with it!",Did you bring me something to drink or did you just come back to finish the job?,,,,,,3703,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3601,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,180,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
536,0,2,267,25,30,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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!,"Another ale, please, the last one just seemed to have disappeared!$B$BLight, how much longer am I going to be stuck out here?$B$BOh, it's you, $N. Have you killed those murlocs yet?",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2100,1140,0,0,0,0,0,0.0,0.0,0,7,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
537,0,2,36,32,40,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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?,,,,,,0,3672,0,0,0,1,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,250,0,0,0,0,5000,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
538,0,2,1519,20,38,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
539,0,2,267,24,28,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,532,0,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.,You were given direct orders to attack the Azureload Mine. Your reasons for loafing about Tarren Mill better be good or I will behead you for treason.,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2500,1380,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
540,0,2,1519,24,38,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,350,0,0,0,0,0,2940,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
541,0,2,267,25,30,1,0,178,0,0,0,0,0,0,0,0,0,0,8,0,539,0,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.,"Dun Garok proves to be too much of an obstacle for you, $C? And here I thought you had established yourself valiantly in Hillsbrad.$B$BIf you're not up to handle the mission assigned to you, I will find another who can produce better results. As for you, well, I am sure the Dark Lady could always use more grave diggers back in Tirisfal Glades.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2500,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
542,0,2,1519,27,38,0,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,469,0,0,0,0,350,0,0,0,0,8500,2940,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
543,0,2,1519,30,40,1,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Perenolde Tiara,"The Perenolde Tiara is an old heirloom of the Perenolde ""nobles"" - the ruling family of Alterac before that kingdom fell to ruin. It is said to have been crafted by master jewelers in Ironforge, and fitted with the finest of emeralds.$B$BWhen Alterac was destroyed the Tiara was lost, but there are rumors that an Ogre Mage, Grel'borg the Miser, found the tiara and now wanders the Ruins of Alterac searching for more treasures.$B$BWe would have you acquire the tiara for us.",Bring the Perenolde Tiara to Remington Ridgewell in Stormwind.,"Ah, this is splendid. This will have to be cleaned of course, but you really outdid yourself, $N. I will have someone prepare the tiara and place it within our collection posthaste.","Salutations, $N. Do try to avoid stepping on my pant cuffs. This outfit is newly tailored.",,,,,,3684,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,15000,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
544,0,2,267,30,34,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,68,0,0,0,0,350,0,0,0,0,7000,2340,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
545,0,2,267,30,35,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.",Have you yet thinned the Dalaran patrols around their ruins?,,,,,,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,2500,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
546,0,2,267,21,25,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,3739,0,0,0,1,0,0,0,68,0,0,0,0,350,0,0,0,0,0,1560,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
547,0,2,267,26,30,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
549,0,2,267,17,22,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,WANTED: Syndicate Personnel,"By the authority of Lady Sylvanas, all members of the organization known as the Syndicate are wanted dead. Those brought into custody or taken prisoner will be summarily executed. They are currently known to be amassing in the ruins of Durnholde Keep, to the southeast of Tarren Mill.$b$bA handsome reward is offered to all who bring proof of their deeds to High Executor Darthalia.",Kill 10 Syndicate Rogues and 10 Syndicate Watchmen. Return to High Executor Darthalia in Tarren Mill for your reward.,"Excellent, $C. At this rate, the Syndicate pest will be rid from the land in no time.","Do you have nothing better to do than stand here before me, $c? As High Executor, I have more pressing matters than to stare at your rotting visage.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1400,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
550,0,2,267,30,32,0,0,0,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,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,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
551,0,2,36,34,40,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,554,3706,1,0,The Ensorcelled Parchment,"This parchment is enchanted with a spell, rendering it indecipherable. But one word at the top of the paper can be read:$B$B$B Nagaz$B$B",Take the Ensorcelled Parchment to Loremaster Dibbs in Southshore.,More encrypted notes?$B$BI wish I had the talents to decrypt all the strange bits of writing that trickle down from Alterac. But I'm afraid I lack the knowledge.,"Oh. You have something you'd like me to look at? Some scrap of lore gathered from up in the mountains, I hope...",,,,,,3706,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
552,0,2,267,29,33,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,553,0,0,0,Helcular's Revenge,Master Helcular was almost complete with his transformation into a Lich when a human lynch mob discovered his ritual lair in the hills and brutally killed him. To make matters worse they buried his corpse in the Southshore cemetery.$b$bSuch disregard for the great wizard is unacceptable. As his apprentice I shall see to it that the rains of vengeance fall upon the town of Southshore.$b$bWe will need Helcular's Rod first. Yeti overtook his ritual lair. Undoubtedly one of the beasts has it.,Retrieve Helcular's Rod from the Yeti and bring it back to Novice Thaivand in Tarren Mill.,"You found it! Most excellent, $N!","Have you recovered Helcular's Rod yet? There are so many Yeti in this region, it will be very difficult to locate. But we must have it in order to proceed.",,,,,,3708,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1740,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
553,0,2,267,29,33,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,552,0,0,0,3710,1,0,Helcular's Revenge,"Here, take the Rod of Helcular. You will need it.$b$bHelcular fashioned 3 ceremonial pyres as part of his most powerful spell. The Flame of Azel and the Flame of Veraz lie within the Foothill Caverns. The Flame of Uzel lies in a cave above the caverns, further north in the mountains.$b$bThe Rod of Helcular must be charged from each of the three flames. Once the ritual is complete, drive the rod into Helcular's grave in Southshore, the heavily guarded human town to the south. Vengeance shall be ours!","Charge the Rod of Helcular with the powers of the Flame of Azel, Flame of Veraz and the Flame of Uzel.$b$bDrive the charged rod into Helcular's grave in Southshore.",A great rumbling emanates from the ground.,Helcular's grave teems with a mystical energy.,,Flame of Azel charged,Flame of Veraz charged,Flame of Uzel charged,,0,0,0,3710,0,0,0,1,0,0,0,0,0,0,0,0,-1768,-1769,-1770,0,1,1,1,0,1538,1538,1538,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,350,0,0,0,0,0,2160,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
554,0,2,36,33,40,0,0,77,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,47,0,0,0,0,250,0,0,0,0,5000,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
555,0,2,267,28,31,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,3737,3729,0,0,1,3,0,0,72,0,0,0,0,250,0,0,0,0,3000,1500,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
556,0,2,267,30,32,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Stone Tokens,"A notable talent of the wizards of Dalaran is their familiarity with elementals: powerful creatures from other dimensions. The wizards use magical tokens as a means to control these elementals. Magus Voidglare would like some of these tokens to study.$B$BEnter the territories of the Dalaran wizards, west of Hillsbrad, and gather the tokens.$B$BYou might find the tokens on any citizen of Dalaran, but I suggest hunting at the internment camp. It's safer than Dalaran itself.",Bring 10 Worn Stone Tokens to Keeper Bel'varil in Tarren Mill.,"These will do nicely. Although it looks like their magic is faded, it would be best if the Magus' initial experiments were on inert specimens such as these.$b$bThank you, $N.","Do you have the Worn Stone Tokens, $N? The Magus is eager to unlock their secrets.",,,,,,3714,0,0,0,10,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,3000,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
557,0,2,267,30,34,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,68,0,0,0,0,250,0,0,0,0,3500,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
558,2,2,-284,10,60,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,4822,0,0,171,0,0,0,Jaina's Autograph,"They say that Lady Jaina Proudmoore in Theramore is one of the greatest heroes the Alliance has ever had. When I grow up, I wanna be a hero of the Alliance too!$B$BDo you know Jaina, $N? Could you do me a favor, please? Could you get her autograph for me? I dunno how to ask her, and she'd probably be too busy for someone like me... but you! You're an adventurer just like she is! I bet she'd give you her autograph easy!$B$BPlease?",Travel to Theramore to see about getting Lady Jaina Proudmoore's autograph for your ward.,"WOW! You got Lady Jaina's autograph for me! Thank you very much! And wow... she wrote a personal message on here - to me! I knew she'd be totally cool, and maybe someday I'll thank her myself... when I become a hero of the Alliance!$B$BYou're the best, $N. Thank you for being so nice to me.","Someday, I wanna be a hero just like Jaina... well, a boy hero that is.",,,,,,18642,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
559,0,2,267,25,32,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,536,0,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,3000,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
560,0,2,267,25,32,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,559,0,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,72,0,0,0,0,25,0,0,0,0,0,156,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
561,0,2,267,25,32,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,560,0,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,156,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
562,0,2,267,25,32,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,561,0,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.",I've a letter ready to go to Major Samuelson in Stormwind. All I need are the results.,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
563,0,2,267,25,32,0,0,77,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,2040,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
564,0,2,267,30,34,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Costly Menace,"Ain't nothin' that irks me more than losin' these here beautiful horses. And believe me, we've lost quite a few between them pesky undead creeps, the dang Syndicate gang and all the other good-for-nothin' scoundrels pokin' about these parts.$b$bBut I swear on my ol' grand-daddy's grave there ain't no bigger menace to our horses here than them Mountain Lions up in Alterac. Always comin' down from the hills and makin' my life difficult!$b$bYou fancy yourself a hero? Go and do somethin' about it then!",Darren Malvew of Southshore wants you to kill 8 Mountain Lions and 10 Hulking Mountain Lions.,"Ain't that great news! Should-a gone and found me a regular ol' war hero from day one to take care of them beasts. You'd-a made your pappy proud, $N.",Mountain Lions killin' off our horses left and right and here you are wantin' to jibber-jabber about the weather and what not.$B$BOught to go and find myself a real hero. More killin' and less talkin'.,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
565,0,2,267,29,34,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,2805,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,1860,0,0,0,0,0,0.0,0.0,0,10,23,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
566,0,2,267,35,40,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,WANTED: Baron Vardus,"By order of High Executor Darthalia, the human known as Baron Vardus is wanted for crimes against the Forsaken. Vardus is known to be a high-ranking member of the organization known as the Syndicate.$b$bHe was last spotted in the Uplands in the Alterac Mountains, north of Tarren Mill.$b$bHe is wanted dead. Bring evidence of his demise to High Executor Darthalia to claim the reward.",Kill Baron Vardus and deliver his head to High Executor Darthalia in Tarren Mill.,"Productive work you do, $N. With Baron Vardus dead, the number of Syndicate leaders grows smaller. Their resistance and irritation will be short-lived.","Ah, $N. Perhaps you've come to collect the bounty on the head of Baron Vardus?",,,,,,3626,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
567,0,2,267,20,28,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Dangerous!,Dangerous!$b$bThe following humans of Hillsbrad have been deemed dangerous and are marked for bounty by High Executor Darthalia:$b$bClerk Horrace Whitesteed. Wanted for the murder of Deathguard Toma.$b$bCitizen Wilkes. Wanted for the murder of Apothecary Eli.$b$bMiner Hackett. Wanted for the murder of Deathstalker Fry.$b$bFarmer Kalaba. Wanted for the ambush of supplies from the Undercity.$b$bAll of these enemies are hiding and will be hard to find. A reward will be granted upon notice of their death.,"High Executor Darthalia of Tarren Mill is offering a bounty on Clerk Horrace Whitesteed, Citizen Wilkes, Miner Hackett and Farmer Kalaba.","You are quite the bounty, $C. Well done.",Yes?,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1380,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
568,0,2,33,33,36,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.","Our supply efforts are still being hampered by the indigenous raptor population, $c.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,4000,2100,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
569,0,2,33,33,37,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
570,0,2,33,33,38,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,250,0,0,0,0,0,1740,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
571,0,2,33,36,41,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,250,0,0,0,0,0,2040,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
572,0,2,33,34,41,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,250,0,0,0,0,0,2040,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
573,0,2,33,37,44,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
574,0,2,33,30,38,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,72,0,0,0,0,250,0,0,0,0,0,2340,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
575,0,2,33,29,31,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-250,250,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,0,0,0,0,0,0,0,0,0,0
576,0,2,33,37,42,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4114,0,0,0,1,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,2160,0,0,0,0,0,0.0,0.0,0,6,1,1,6,0,0,0,0,0,3,4,0,0,0,0,0,0,0,0,0
577,0,2,33,31,36,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-250,250,0,0,0,3000,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
578,0,2,33,32,37,0,0,77,0,0,0,0,0,0,0,0,0,0,4,2,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.","The trolls truly possessed some amazing magical objects, $N. And now, perhaps, I have the opportunity to add one to my extensive collection. Did you have any luck finding the source of the rumor?",Locate the haunted island,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-250,250,0,0,0,4000,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
579,0,0,1519,5,16,0,0,77,0,0,0,0,0,0,0,0,0,0,8,1,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,2154,3899,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
580,0,2,33,40,50,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,17048,0,0,0,5,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,4050,0,0,0,0,0,0.0,0.0,0,1,5,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
581,0,2,33,30,34,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,250,0,0,0,0,0,1380,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
582,0,2,33,31,37,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,1680,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
583,0,2,33,28,30,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Welcome to the Jungle,"Welcome to Stranglethorn!
Perhaps you're not aware of this, but that dwarf over there is the one and only
Hemet Nesingwary, renowned war hero of the Alliance and master big game
hunter. 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.
Being a veteran of many battles himself, Master Nesingwary has a soft spot for
fellow heroes.
Go and speak with him. Perhaps he can give you some hunting pointers.",Speak with Hemet Nesingwary.,"Jolly nice to make your acquaintance, $N. Haven't seen a $C around these parts for some time.$b$bI situated myself with this expedition for one purpose: to hunt a great and elusive beast. Seeing that you're a hero of sorts I am willing to let you take part in the hunt, but you must first prove yourself.$b$bI shall teach the ways of raptor killing to you. Ajeck will train you with tiger hunting. And Sir Erlgadin is a master of panther tracking.$b$bProve your skill and I'll let you in on the big hunt.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,150,0,0,0,0,0,0.0,0.0,0,2,1,1,0,0,0,0,0,0,1,2,1,1,0,0,0,0,0,0,0
584,0,2,33,34,41,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,250,0,0,0,0,0,2760,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
585,0,2,33,36,40,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,584,588,-585,0,0,0,0,Speaking with Nezzliok,"<The head of Nezzliok speaks.>$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,530,0,0,0,0,150,0,0,0,0,0,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
586,0,2,33,36,46,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,584,588,-585,0,0,0,0,Speaking with Gan'zulah,"<The head of Gan'zulah speaks.>$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,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,3450,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
587,0,2,33,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-250,250,0,0,0,0,1380,0,0,0,0,0,0.0,0.0,0,1,6,0,0,0,0,0,0,0,6,21,0,0,0,0,0,0,0,0,0
588,0,2,33,38,45,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,589,0,0,0,The Fate of Yenniku,"<Nezzliok speaks.>$B$BYou have appeased myself and my chief, so I will tell you that which you seek to discover...$B$BYoung Yenniku is lost to his clan.$B$BHe was taken by the witchdoctor Zanzil the Outcast. Now Zanzil controls him, body and soul, and only the most potent magic could set him free.$B$BA magic that you do not have, $c.$B$BPerhaps your Darkspear allies can offer a hope of Yenniku's salvation. But that, I doubt.",Speak with Kin'weelay.,"Zanzil the Outcast??$b$bIf Yenniku is held by that troll, a vile and powerful witchdoctor, then I fear that only a faint hope remains. Faint. And tiny as the smallest insect.$b$bBut still, it is hope.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,25,0,0,0,0,0,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
589,0,2,33,38,45,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,250,0,0,0,0,0,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
590,0,2,154,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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,68,0,0,0,0,75,0,0,0,0,25,66,0,0,0,0,0,0.0,0.0,0,6,1,14,0,0,0,0,0,0,1,15,0,0,0,0,0,0,0,0,0
591,0,2,33,40,46,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,350,0,0,0,0,0,3450,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
592,0,2,33,41,46,0,0,178,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,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,4350,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
593,0,0,33,0,46,0,0,178,0,0,0,0,0,0,0,0,0,0,8,1,-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,3913,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
594,0,2,33,45,45,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,630,4098,1,0,Message in a Bottle,"The note reads, in fairly good handwriting:$B$BTo any that can aid me-$B$BPlease, my need for help is dire. A great Skymane holds me captive on an island in the South Seas.$B$BThe stars at night are foreign to me and obscured by the jungle trees, but on the clearest days I see Wild Shore to the northwest, and what seem to be large sailing ships to the southwest.$B$BI beg of you, my would-be savior, please help me.",Find the author of the message in a bottle.,Have you come to free me?,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
595,0,2,33,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,4000,2040,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
596,0,2,33,30,37,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,4135,0,0,0,1,0,0,0,530,0,0,0,0,250,0,0,0,0,0,1680,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
597,0,2,33,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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....",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2040,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
598,0,2,33,33,42,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
599,0,2,33,37,41,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,660,0,0,0,0,0,0.0,0.0,0,5,6,5,0,0,0,0,0,0,1,6,1,0,0,0,0,0,0,0,0
600,0,2,33,31,41,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,2760,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
601,0,2,33,33,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-250,250,0,0,0,4000,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
602,0,2,33,33,37,0,0,77,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,72,0,0,0,0,75,0,0,0,0,0,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
603,0,2,33,34,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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...",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
604,0,2,33,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,0,3920,3921,0,0,1,1,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,2880,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
605,0,2,33,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-250,250,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,0,0,0,0,0,0,0,0,0,0
606,0,2,33,30,41,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-25,25,0,0,0,0,660,0,0,0,0,0,0.0,0.0,0,5,1,0,0,0,0,0,0,0,25,6,0,0,0,0,0,0,0,0,0
607,0,2,33,39,41,0,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,87,21,0,0,0,-150,150,0,0,0,4000,2040,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
608,0,2,33,37,45,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,3600,0,0,0,0,0,0.0,0.0,0,5,1,0,0,0,0,0,0,6,1,21,0,0,0,0,0,0,0,0,0
609,0,2,33,36,44,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-250,250,0,0,0,6500,3150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
610,0,2,33,34,39,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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, $N? Sure I'd been cut, can't get in a knife fight without that, but he just smacked me on the side of the head, blacked me out. When I came to my blade was gone.$B$BAs much as my nickname might indicate, I still need a knife to fight, and for me, it has to be that one.",,,,,,4027,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
611,0,2,33,34,40,1,0,77,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.",,,,,,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,4120,0,0,0,1,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
613,0,2,33,39,44,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4129,0,0,0,1,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
614,0,2,33,35,51,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,11469,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
615,0,2,33,35,51,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,8552,0,0,8554,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?",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
616,0,2,33,32,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
617,0,2,33,38,43,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4117,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,6000,3000,0,0,0,0,0,0.0,0.0,0,6,1,1,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0
618,0,2,33,35,52,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,4260,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
619,0,0,33,35,52,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,0,0,0,0,0,0,0,Enticing Negolash,,,You pile food and drink upon the raft...,"This is an abandoned lifeboat. Printed along its side in scratched, faded paint are the words:$B$B""Smotts' Revenge""",,,,,,4457,4595,0,0,10,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,619
621,0,2,33,35,44,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4131,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,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,0,0,0,0,0,0,0,0,0,0
622,0,2,33,32,37,0,0,77,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,4124,0,0,0,1,0,0,0,72,0,0,0,0,250,0,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
623,0,2,33,38,43,0,0,77,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<Privateer Groy looks over the bundle carefully.>$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,87,21,0,0,0,-350,350,0,0,0,4500,2280,0,0,0,0,0,0.0,0.0,0,1,1,6,0,0,0,0,0,0,6,6,1,1,0,0,0,0,0,0,0
624,0,2,33,38,43,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,625,4056,1,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,3000,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
625,0,2,33,37,43,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,3000,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
626,0,2,33,39,51,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,11324,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5250,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
627,0,2,33,32,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-150,150,0,0,0,3000,1680,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
628,0,2,33,32,38,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4109,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,2340,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
629,0,2,33,30,37,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,250,0,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
630,0,2,33,45,51,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,0,0,0,0,0,0,0,0,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,4410,0,0,0,0,0,0.0,0.0,0,1,1,0,0,0,0,0,0,0,6,2,1,0,0,0,0,0,0,0,0
631,0,2,11,28,31,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1500,0,0,0,0,0,0.0,0.0,0,5,1,6,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
632,0,2,11,28,31,0,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,47,0,0,0,0,250,0,0,0,0,0,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,18,0,0,0,0,0,0,0,0,0
633,0,2,11,28,31,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,632,0,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...,The cache of explosives must be destroyed!,,Cache of Explosives Destroyed,,,,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,150,0,0,0,0,0,1500,0,0,0,0,0,0.0,0.0,0,5,1,5,0,0,0,0,0,0,1,21,0,0,0,0,0,0,0,0,0
634,0,2,11,28,31,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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...,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
635,0,2,45,30,35,0,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,210,0,0,0,0,0,-881.761,-3036.37,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
636,0,2,45,30,35,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Legends of the Earth,"This book tells the tale of an elemental princess, Myzrael, and of her imprisonment deep underneath the Arathi Highlands.$B$BIt also tells of a secret outcropping of crystals in the highlands. These crystals, the Shards of Myzrael, are a window to the princess' prison.$B$BIf a brave soul found the Shards of Myzrael, the perhaps $ghe:she; could speak with her...",Find the Shards of Myzrael.,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
637,0,2,1537,26,30,0,0,77,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,47,0,0,0,0,250,0,0,0,0,0,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
638,0,2,33,32,37,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,530,0,0,0,0,25,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
639,0,2,45,32,37,1,0,178,0,0,0,0,0,0,0,0,0,0,8,0,638,0,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,530,0,0,0,0,250,0,0,0,0,4000,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
640,0,2,45,32,40,1,0,178,0,0,0,0,0,0,0,0,0,0,8,0,639,0,0,0,0,0,0,The Broken Sigil,"Thoras Trollbane's tomb is protected by three sigils--the first of which you retrieved from the Syndicate. The other two will be harder to get, as they're held by the firmly entrenched Stromgarde militia.$b$bThe sigil of Thoradin was divided into five pieces by Thoras' son, Galen, and dispersed among the Stromgarde defenders. Retrieve the pieces and bring them to Tor'gan, the troll shaman, he will be able to bind them into the complete sigil.","Retrieve the 5 Sigil Fragments from the defenders in Stromgarde, and bring them to Tor'gan in Hammerfall.","Ah, you need me to reconstruct this sigil? It shouldn't be too difficult... all the pieces seem to be here and the magical structure will be easy to reform.$b$bYou might want to close your eyes.","Throm'ka, $c. Zengu informed me that you required my assistance?",,,,,,4450,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,5000,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
641,0,2,45,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,640,0,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,530,0,0,0,0,25,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,1,0,0,0,0,0,0,0,0,0,0
642,0,2,45,30,37,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
643,0,2,45,32,41,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,641,0,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,530,0,0,0,0,250,0,0,0,0,5500,2760,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
644,0,2,45,33,42,1,0,0,0,0,0,0,0,0,0,0,0,0,8,0,643,0,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,530,0,0,0,0,250,0,0,0,0,5500,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
645,0,2,45,33,42,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,644,0,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,530,0,0,0,0,25,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
646,0,2,45,33,42,1,0,0,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,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,3600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
647,0,2,11,27,30,0,0,0,0,0,0,0,0,0,0,0,0,900,1,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,47,0,0,0,0,350,0,0,0,0,5500,1860,0,0,0,0,0,0.0,0.0,0,5,1,5,0,0,0,0,0,0,6,1,2,0,0,0,0,0,0,0,0
648,0,2,440,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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!",,Escort OOX-17/TN to Steamwheedle Port,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-350,350,0,0,0,0,4650,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,4,0,0,0,0,0,0,0,0,0
649,0,2,1637,42,48,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
650,0,2,1637,42,48,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,3750,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
651,0,2,45,30,38,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,642,0,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.","<Myzrael speaks through the stone.>$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,2340,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
652,0,2,45,30,42,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,652
653,0,2,45,31,40,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,652,687,0,687,0,0,0,Myzrael's Allies,"<Myzrael speaks.>$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,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
654,0,2,440,41,46,0,0,178,0,0,0,0,0,0,0,0,0,7200,0,0,379,0,0,864,8524,1,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,9437,9439,9442,0,20,20,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,68,0,0,0,0,250,0,0,0,0,0,3450,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0
655,0,2,45,29,34,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,76,0,0,0,0,25,0,0,0,0,0,180,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
656,0,2,45,38,50,1,0,0,0,0,0,0,0,0,0,0,2,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,4743,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,6000,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
657,0,2,267,33,36,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,658,0,0,0,0,0,0,Hints of a New Plague?,"<Quae begins to go through the folder.>$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,0,1,0,0,0,0,0,0,0,0,0,0
658,0,2,267,30,36,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,659,0,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,72,0,0,0,0,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,1,0,0,0,0,0,0,0,0,0,0
659,0,2,267,30,33,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,72,0,0,0,0,75,0,0,0,0,0,900,0,0,0,0,0,0.0,0.0,0,1,1,6,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
660,0,2,267,31,37,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,657,0,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.",Is Kinelory safe?,Protect Kinelory,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,250,0,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
661,0,2,267,31,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,2760,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
662,0,2,45,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,663,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,4511,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
663,0,2,45,31,35,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,87,21,0,0,0,-25,25,0,0,0,0,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
664,0,2,45,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Drowned Sorrows,"Argh, 'tis a horrible life. I should be in a watery grave right now, not sittin' here by the fire, breathin' fresh air.$b$bThe crew tried so hard to save my beautiful Maiden's Folly. Bless the boys, bless their hearts.$b$bO'Breen made it to shore safely but we weren't so lucky. The seas just sank on us, I swear.$b$bOne second we're afloat and the next water is rushin' in. And those beasts! Killed all the survivors. Horrible naga scum. I went black and ended up here, saved.$b$bI want those beasts dead.",Captain Steelgut in Faldir's Cove wants you to kill 10 Daggerspine Raiders and 3 Daggerspine Sorceresses.,"Nice work out there, $N.$b$bThose scum deserved what they got. While nothin' will ever bring me ship or me crew back, the death of those naga gives me some solace.","Bah, maybe I should go kill those naga scum myself. It's obvious you're not goin' to do it.$B$BMaybe I can find some knitting needles so you can keep yourself busy.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2595,2596,0,0,10,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4509,0,0,0,1,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
665,0,2,45,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,0,0,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.",,Defend Professor Phizzlethorpe,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-250,250,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
666,0,2,45,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,665,0,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,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,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
667,0,2,45,39,44,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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....",,Defend Shakes O'Breen,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4550,4549,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,87,21,0,0,0,-350,350,0,0,0,0,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
668,0,2,45,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,666,0,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,87,21,0,0,0,-75,75,0,0,0,0,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
669,0,2,45,35,40,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,668,0,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,87,21,0,0,0,-250,250,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
670,0,2,45,40,40,0,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,87,21,0,0,0,-250,250,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
671,0,2,45,30,33,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,530,0,0,0,0,250,0,0,0,0,0,1740,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
672,0,2,45,29,34,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,655,0,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,76,0,0,0,0,250,0,0,0,0,0,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
673,0,2,45,35,40,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
674,0,2,45,29,34,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,672,0,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,76,0,0,0,0,25,0,0,0,0,0,180,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
675,0,2,45,29,34,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,674,0,0,701,0,0,0,Raising Spirits,"<Gor'mul tosses the amulet into the ground.>$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,76,0,0,0,0,25,0,0,0,0,0,180,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
676,0,2,267,30,32,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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.","I have not the time to sharpen my axe, let alone leave the outpost to slay those beasts that would try and slay my kin.$B$BYou do not seem to have the experience of a grunt let alone a full-fledged warrior, what do you want, $N?",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,3000,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
677,0,2,45,30,32,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,676,0,0,678,0,0,0,Call to Arms,"The Witherbark trolls and Boulderfist ogres of Arathi are working together to rid us from this land, but we shall not meet our fates at their, or anyone else's, hand. We will slay them and show them that we, too, have a home here. $B$BThe trolls turned their backs to us; the ogres would use us for food and bedding if we allowed them to--these things shall not be.$B$BWe start our attack on the Witherbark trolls to the south of here. Slay them in droves, and only return when their camps run thick with blood.","Slay 10 Witherbark Axe Throwers, 10 Headhunters and 8 Witch Doctors, and return to Drum Fel in the Hammerfall outpost.","The signs of war are upon your garments, and sweat drips from your brow. Good, very good indeed.","If you have not yet completed my task, then perhaps you are a coward in heart as well as a tyro in war.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2554,2556,2555,0,10,10,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,0,1620,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
678,0,2,45,30,38,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,677,0,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.","You hesitate. Why? You have shown great strength thus far, $N. Do not fail me now.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2340,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
679,0,2,45,33,40,1,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,5000,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
680,0,2,45,30,40,1,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Real Threat,"You serve my husband well, $c, but he does not know why Hammerfall is under attack.$B$BOr'Kalar, Mug'thol's pawn in Stromgarde, has an intense hatred for my husband, and wishes nothing more than my husband's death for defeating him years ago.$B$BMy auguries tell me that Or'Kalar has laid a trap for my husband, so I have hidden signs of the ogre's presence from him.$B$BMy husband will rush off foolishly if he learns of the ogre's whereabouts and I would ask for your help in slaying the creature.",Slay Or'Kalar and bring his Head to Korin Fel in the Hammerfall outpost.,"You have done me a great service, $N. Know that my husband's life and the safety of Hammerfall has been protected for another day because of your deeds. Please take this as a reward for your courage.","Near the Tower of Arathor--that is where you will find Or'Kalar. His death will stop the attacks on Hammerfall and protect my husband's life.$B$BI see in your eyes that you think me weak--even dishonorable--for my silence. Some day you will learn what it is to love as I do. Perhaps then you will understand a different kind of strength and honor.$B$BIn the meantime, do as I ask, and slay Or'Kalar.",,,,,,4551,0,0,0,1,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,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
681,0,2,45,30,31,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Northfold Manor,"We are fighting a war for Stromgarde, and we are losing. The ogres, the Syndicate and we have divided our once great city, and each faction battles the other into a bloody stalemate.$B$BBut our forces dwindle while our enemy grows.$B$BWe need help from the town of Southshore, but supplies are difficult to receive while the Syndicate holds territory between us.$B$BGo to the Syndicate base in Northfold Manor and slay them. Then, perhaps, pressure on our supply trains will lessen and more will get through.",Kill 10 Syndicate Highwaymen and 6 Syndicate Mercenaries.$B$BReturn to Captain Nials at Refuge Pointe.,"Very good, $N. With the deaths of those Syndicate members we should have an easier time receiving supplies from Southshore.$b$bPerhaps our cause yet has hope.","$N, with each passing hour our hold on Stromgarde grows more tenuous. You must make haste or our city will surely fall.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
682,0,2,45,30,37,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,4741,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,2760,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
683,0,2,1537,25,30,0,0,77,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,47,0,0,0,0,75,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
684,0,2,45,30,39,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,4744,0,0,0,1,0,0,0,72,0,0,0,0,350,0,0,0,0,0,3150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
685,0,2,45,30,40,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
686,0,2,1537,26,30,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
687,0,2,45,32,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
688,0,2,45,32,40,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,652,687,0,687,0,0,0,Myzrael's Allies,"<Myzrael speaks.>$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,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
689,0,2,1537,25,31,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,250,0,0,0,0,0,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
690,0,2,1519,30,32,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Malin's Request,"Greetings, $N. You have the look of an adventurer about you, and I have a task that needs some tending to.$B$BArchmage Trelane, my original master, fled Stromgarde in the Arathi Highlands not too long ago, and he's asked me to help him in recovering some of the items he left behind.$B$BThe city fell under siege, and he attempted to defend the Tower of Arathor, but to no avail. I have agents in the Highlands already, but they've requested I send more aid. Are you interested?",Find Skuerto at Refuge Pointe in the Arathi Highlands.,"So, Malin sent ye? I don't care if Muradin rose up from the dead and whisked ye here on a dragon. I'm busy! Talk to Kryten if you need somethin'.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,1200,0,0,0,0,0,0.0,0.0,0,2,1,6,0,0,0,0,0,0,1,6,1,0,0,0,0,0,0,0,0
691,0,2,45,30,36,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,690,0,0,0,0,0,0,Worth Its Weight in Gold,"Archmage Malin sent Skuerto and I here to collect reagents for him. I was at a loss as to how I was going to collect the items, but now that you're here, I think my problem's solved.$B$BI need the following: Witherbark tusks, Witherbark medicine pouches and a shadow hunter knife.$B$BCould you find those for me? The Witherbark live to the southeast of Arathi.","Find 10 Witherbark Tusks, 4 Witherbark Medicine Pouches and a Shadow Hunter Knife for Apprentice Kryten at Refuge Pointe.","Incredible! I can see why Malin asked you to come join us - very well done indeed!$B$BAt this rate, Skuerto and I will be headed back to Stormwind in no time at all.$B$BI believe my dwarven companion is back from scouting Boulderfist Hall; go speak to him when you're ready.$B$BIt looked as though he might have had a bit of a scuffle with the ogres. Don't mention that to him, though; he's very sensitive about criticisms to his skills at scouting.","Have you had any luck so far, $N?$B$B<Kryten makes some notes in his journal as he reads.>$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,72,0,0,0,0,350,0,0,0,0,7500,2640,0,0,0,0,0,0.0,0.0,0,1,1,6,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
692,0,2,3,34,41,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,687,0,0,0,0,0,0,The Lost Fragments,"The Scroll of Myzrael...the Scroll of Myzrael?! You don't want that! Its magic can pull Myzrael to the surface world and if you do that, we are in trouble!$B$BOr...maybe it's too late. Maybe she already is free. Maybe she's just gathering strength before unleashing herself upon us. If so, then you'll NEED the scroll!$B$B...too bad it's destroyed. Enraged elementals stole it and tore it up and now fight over the fragments.$B$BBut if you can gather those fragments, maybe we can fix it...","Bring the Torn Scroll Fragment, the Crumpled Scroll Fragment and the Singed Scroll Fragment to Theldurin the Lost.","Ah, you found them! Good work, $N! These might be the only chance we have against the evil of Myzrael!$b$bJust let me find my scrap-ratchet and see if I can re-attach these fragments...","Did you find those fragments?!?! You'll need the Scroll of Myzrael if you want to trap her again, before it's too late!",,,,,,4518,4519,4520,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2760,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
693,0,2,45,32,39,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,691,0,0,0,0,0,0,Wand over Fist,"Hey, $N. Sorry to be so short with ye earlier... and no, that ain't a pun.$B$BI figured out where Trelane's first item ended up: Kor'gresh has it in Boulderfist Hall. An' by the way he was throwing down blasts of ice at his kin to keep them in line, he must be close to figurin' out how to use all of its powers.$B$BBoulderfist Hall's south of here an' then east of Thandol Span. Find the ogre an' get back that wand.$B$BWhile you're gone, I'll figure out what we're gonna do about Stromgarde.",Find Trelane's Wand of Invocation and return it to Skuerto at Refuge Pointe.,"Brilliant, $N. One item down an' three more to go, based on my list. The other three items are all in Stromgarde.$B$BTake a rest an' get your strength back--the next phase of my plan'll require a little more time an' effort. Come back to me after you've gotten a warm meal an' some rest.","Our goal is the wand, $N. Focus on that for now.",,,,,,4525,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2460,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
694,0,2,45,30,39,1,0,77,0,0,0,0,0,0,0,0,0,0,8,0,693,0,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, $N. Well done again.$B$BGive me a moment to cast the proper spell to enchant the gem, an' you'll be ready.","$N, hello again. Have you found an azure agate yet?",,,,,,4527,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2460,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
695,0,2,45,35,39,1,0,77,0,0,0,0,0,0,0,0,0,0,0,0,694,0,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,47,0,0,0,0,25,0,0,0,0,0,240,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
696,0,2,45,37,39,1,0,77,0,0,0,0,0,0,0,0,0,0,8,0,695,0,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, $N. You've done a grand job!$B$BHe'll be pleased to see what an overwhelming success our mission's been.","You do this, an' I'm sure Malin'll be more than pleased with you.",,,,,,4530,4531,4532,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,2460,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
697,0,2,45,37,39,1,0,77,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.,"<Archmage Malin opens the letter, and his eyes grow wide.>$B$BBy the Light, you've done it. How wonderful. Trelane will be so pleased. I'm sure Kryten and Skuerto are just as excited as I am to have them on their way back to Stormwind.$B$BThank you, $N. Please, take this to help you in your journeys.","Yes? You look vaguely familiar. I do apologize, but have we met? I get so busy I lose track.",,,,,,4533,0,0,0,1,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,9000,3150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
698,0,2,8,35,40,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,250,0,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,2,1,1,1,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
699,0,2,8,38,42,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,250,0,0,0,0,0,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
700,0,2,1537,30,31,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,0,0,0,0,0,1500,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
701,0,2,45,29,37,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,675,0,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,76,0,0,0,0,250,0,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
702,0,2,45,29,37,0,0,178,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,76,0,0,0,0,25,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
703,0,2,3,33,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4457,4609,0,0,2,1,0,0,87,21,0,0,0,-150,150,0,0,0,0,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
704,0,2,1517,33,38,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,4980,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,2340,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
705,0,2,3,33,37,1,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,-350,350,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
706,0,2,3,40,45,1,0,77,0,0,0,0,0,0,0,0,0,0,8,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,5421,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,3300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
707,0,2,1537,30,37,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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...",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
708,0,2,3,35,40,0,0,77,0,0,0,0,0,0,0,0,0,0,0,1,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.,,,,,,,,4613,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
709,0,2,1517,33,40,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4746,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
710,0,2,3,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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<Mumbling to himself, Lotwil puts one fist into the palm of his other hand and stares at them as if fascinated.>","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,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
711,0,2,3,35,39,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2460,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
712,0,2,3,36,42,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
713,0,2,3,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,2220,0,0,0,0,0,0.0,0.0,0,1,1,1,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
714,0,2,3,35,37,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,713,734,-734,0,0,0,0,Gyro... What?,"$N, you've done your job well beyond all standards.$B$B<Lotwil's obviously distracted by his work.>$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<Lotwil grabs the gyrochronatom from you.>$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,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
715,0,2,3,36,37,0,0,0,171,0,0,0,0,0,0,0,0,0,8,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,4624,4623,0,0,1,2,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,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
716,0,2,3,38,42,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4979,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2160,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
717,0,2,3,40,50,1,0,77,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.",,,,,,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,11193,11194,11195,11196,0,0,1,1,1,1,0,0,0,0,0,0,0,0,0,0,72,0,0,0,0,350,0,0,0,0,0,4050,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
718,0,2,3,35,38,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,47,0,0,0,0,150,0,0,0,0,0,1740,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
719,0,2,3,35,35,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,4978,0,0,0,1,0,0,0,47,0,0,0,0,250,0,0,0,0,0,1980,0,0,0,0,0,0.0,0.0,0,3,1,1,6,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
720,0,2,3,29,35,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,721,0,0,0,A Sign of Hope,"<There is text roughly scribbled in chalk on the map.>$B$B""Ryedol, $BThey're taking me to Uldaman. Send help.$B-Hammertoe""",Find Prospector Ryedol and let him know Hammertoe Grez is alive.,"Hammertoe's alive?! This is amazin', $N!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,75,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
721,0,2,1517,33,35,81,0,77,0,0,0,0,0,0,0,0,0,0,8,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... <cough> 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. <cough>",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
722,0,2,1517,37,40,81,0,77,0,0,0,0,0,0,0,0,0,0,8,0,721,0,0,723,0,0,0,Amulet of Secrets,"Ye're brave... <cough>... to come into Uldaman fer me, $c.$B$BIf ye're really here to help... ol' Hammertoe, then... <cough>... 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... <cough>... 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! <cough cough>$B$BAh knew you'd find me amulet, $N.$B$B<weeze> Well done indeed, $N. <cough>",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,47,0,0,0,0,250,0,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
723,0,2,3,36,40,0,0,77,0,0,0,0,0,0,0,0,0,0,0,0,722,0,0,724,4635,1,0,Prospect of Faith,"<Hammertoe holds his wounds and takes a moment to regain his composure before speaking again.>$B$BFind Ryedol, $N. Bring 'im me amulet. <cough cough> He'll... <cough> figure out what to do. He knows I was seeking the origins of our people, and he... <cough>... knows it was also my mission to stop the Shadowforge clan. They must not be allowed to find the scrolls... <cough>",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,47,0,0,0,0,150,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,1,0,0,0,0,0,0,0,0,0,0
724,0,2,3,38,40,0,0,77,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,47,0,0,0,0,250,0,0,0,0,0,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
725,0,2,3,36,40,0,0,77,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<Advisor Belgrum opens the note and begins to read.>","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,47,0,0,0,0,75,0,0,0,0,0,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
726,0,2,3,37,40,0,0,77,0,0,0,0,0,0,0,0,0,0,8,0,725,0,0,762,0,0,0,Passing Word of a Threat,"<Advisor Belgrum reaches the end of the note, and his eyes widen for a moment.>$B$BOch, these are evil tidings.$B$B$N, please return to Historian Karnik and tell him on the king's authority to act on this information swiftly and decisively. He must halt the Shadowforge's activities in the Badlands.",Speak to Historian Karnik.,"You're treating this matter with an urgency I'd expect from the king himself, $N.$B$BAll right, then. I know what'll bring the Shadowforge down.$B$BTheir presence in Uldaman can be slowed if we strike them at their base of operations: Angor Fortress.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
727,0,2,3,38,40,0,0,77,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,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
728,0,2,3,38,40,0,0,178,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,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
729,0,2,148,15,20,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,The Absent Minded Prospector,What an honor it was when Master Greywhisker assigned me to work under the guidance of the great Prospector Remtravel. At the academy in Ironforge everyone knew of Remtravel's great discoveries.$b$bBut the prospector is rather... um... oblivious ...to his surroundings.$b$bWe had uncovered evidence of a great society. Horrible golems sprang forth from the ground and overran the site. Remtravel never seemed to notice. I ran back to Auberdine for help.$b$bPlease travel south and see if the prospector is okay!,Travel south and check on Prospector Remtravel.,"Hollee. is that you? I need some help chiseling this stone. Hand me my stone brush, I think I see something.$b$bHey, you're not Hollee! Don't suppose you've seen my stone brush?$b$bNever mind that now! I promised the League I'd send the mysterious fossil I found. Where did Hollee go?$b$bSo much work to be done! Now where is that mysterious fossil... and my brush... and Hollee...$b$bAnd who are you... 'tis no matter, so long as you're here to help.$b$bLet me know when you're ready to start looking.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
730,0,2,1657,14,14,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.... ,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
731,0,2,148,16,20,1,0,0,0,0,0,0,0,0,0,0,2,0,2,2,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.,Is the prospector alive?,Escort Prospector Remtravel,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,69,0,0,0,0,350,0,0,0,0,0,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,731,0
732,0,2,3,40,43,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,72,0,0,0,0,250,0,0,0,0,0,3000,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
733,0,2,3,36,40,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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,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,2640,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
734,0,2,3,39,42,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,777,0,0,0,This Is Going to Be Hard,"Wonderful, wonderful.$B$B<Lotwil looks up at you for a moment before going back to his shackles.>$B$BGo speak to Lucien, $N. I need a cog #5. Bring it to me, will you?",Speak to Lucien Tosselwrench in the Badlands.,"Cog #5, huh? Yeah, this isn't going to be good.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
735,0,2,3,39,44,1,0,77,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,4800,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
736,0,2,1497,41,44,1,0,178,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,4800,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
737,0,2,3,36,40,0,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,4984,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1980,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
738,0,2,3,30,38,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,400,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
739,0,2,3,33,42,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",Do you have news of Agmond's fate? Did you find him?,,,,,,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,2880,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
741,0,2,148,15,20,0,0,0,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,5629,5630,11936,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,47,0,0,0,0,150,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
742,0,2,1638,20,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,96,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
743,0,2,215,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Dangers of the Windfury,"Thank you for taking the time to speak to me, $N. I am Ruul, warrior and teacher.$B$BYou have obviously reached an age when you must prepare for your trials if you are to adventure much further out of Mulgore.$B$BIf you wish a test of your strength, start by seeking out the Windfury harpies to the southeast. They nestle along the mountain's edges away from the road.$B$BThey are one of our natural enemies here in Mulgore and will be a good gauge of your skill.",Bring 8 Windfury Talons to Ruul Eagletalon in Bloodhoof Village.,"You have done well, $N. You seem well prepared to travel onward. Let the wind always be at your back.",The Windfuries are deadly foes. Their strength in battle is only rivaled by their desire for fresh meat.,,,,,,4751,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,225,420,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
744,0,2,1638,7,11,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
745,0,2,215,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Sharing the Land,"$N, there are many conflicts that wound this land. It is my hope that you will not bear witness to as many of them as I have. Yet there is one that I would ask you to seek out. It will give you some sense of how terrible, if left unchecked, even a small threat can be to the land.$B$BPalemane gnolls have settled to the south of Bloodhoof and in a cave to the west. They disrespect our attempts to communicate with them, and they slay the wildlife of Mulgore unbridled.$B$BWords are no longer the answer.","Kill 10 Palemane Tanners, 8 Palemane Skinners, and 5 Palemane Poachers, then return to Baine Bloodhoof in Bloodhoof Village.","$N, it is good you've taken my task seriously. Respect of the land and its creatures is important. Death and life are a circle... a necessity. One cannot exist without the other. Take time to ponder this and do well to never forget it.","If the Palemanes had respected the land and its inhabitants more, this conflict would have never occurred.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,125,330,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
746,0,2,215,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4702,0,0,0,5,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,420,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
747,0,2,220,1,2,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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, $N. You show much promise.",Providing meat and feathers for the tribe is the first step in proving yourself as a $C before the Chief.,,,,,,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,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,102,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
748,0,2,215,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Poison Water,"Goblins and their servants have tainted our sacred water wells! We cannot allow this.$B$BTo cleanse each well, I must create a cleansing totem, then you must bring the totem to the well and perform a cleansing ritual.$B$BFirst we will create a cleansing totem for the Winterhoof Water Well. To do this, the land must offer its aid. Hunt prairie wolves for their paws and adult plainstriders for their talons. They are to the southwest.$B$BReturn to me with the paws and talons, $N.",Bring 6 Prairie Wolf Paws and 4 Plainstrider Talons to Mull Thunderhorn in Bloodhoof.,"You have done well, $N. I will take these and bind their power into a totem of cleansing.","Do you have the paws and talons, $N?",,,,,,4758,4759,0,0,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,81,0,0,0,0,250,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,1,0,0,0,0,0,0,0,0,0,0
749,0,2,215,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,150,0,0,0,0,0,330,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
750,0,2,220,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N. With your skill in the ways of the hunt you will surely be revered in Thunder Bluff someday.","If you can provide pelts for the tribe I will pass word along to my father, Chief Hawkwind, of your generous deeds.",,,,,,4742,0,0,0,10,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,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
751,0,2,215,6,8,0,0,0,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, $N. Have you learned anything new about the Venture Co.'s plans and operations in our homeland?$b$bIf they plan to exploit our lands as they have others, the Outrunners will be quick to put an end to it.",,,,,,4834,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
752,0,2,220,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,75,0,0,0,0,17,60,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
753,0,2,220,1,3,0,0,0,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,81,0,0,0,0,250,0,0,0,0,40,150,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,753,0
754,0,2,215,5,6,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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, $N. And you have done a great thing for the Tauren people.",,Cleanse the Winterhoof Water Well,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
755,0,2,220,2,3,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,250,0,0,0,0,0,150,0,1126,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
756,0,2,215,6,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N. The purity with which these beasts hunt is vital in the creation of the next cleansing totem.$b$bThe goblins will never learn the difference between contending with the land, and living in harmony with it.","$N, do you have the claws I sent you to gather? The Thunderhorn Water Well grows more tainted with each passing hour!",,,,,,4801,4802,0,0,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,81,0,0,0,0,250,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
757,0,2,220,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N? 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,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,270,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,21,0,0,0,0,0,0,0,0,0,0
758,0,2,215,7,8,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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,4963,0,0,0,1,0,0,0,81,0,0,0,0,250,0,0,0,0,0,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
759,0,2,215,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N. I can feel the sacrifice of the land in this offering, and my spirit swells with sadness, and pride.",$N. Do you have the teeth I asked for?,,,,,,4803,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
760,0,2,215,9,10,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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, $N.$b$bMay the wind whisper your deeds for a hundred seasons, and may the waters of Mulgore remain clean forever.",,Cleanse the Wildmane Well,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3443,4961,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,350,0,0,0,0,0,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
761,0,2,215,4,6,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Swoop Hunting,"The swoop is a cunning bird, and difficult to find and hunt. A collection of Swoop Quills is a badge of cleverness and determination for a hunter.$B$BIf you are willing to take up this task, then enter the plains and hunt the swoop.$B$BBring me their quills, and bring honor to your clan.$B$BThe swoops may be found anywhere in Mulgore, but your eyes must be sharp to spot them, and your hooves must be quick to catch them.",Bring 8 Trophy Swoop Quills to Harken Windtotem in Bloodhoof Village.,"I know that gathering these quills was not an easy task, $N. In doing this, you prove that you are a $C of merit. It is good to have you at Bloodhoof Village.","Have you found the swoops, $N. Do you have their quills?",,,,,,4769,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,250,420,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
762,0,2,3,39,44,1,0,77,0,0,0,0,0,0,0,0,0,0,8,0,726,0,0,1139,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,4987,0,0,0,1,0,0,0,47,0,0,0,0,350,0,0,0,0,12500,3900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
763,0,2,220,5,5,0,0,0,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,81,0,0,0,0,150,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
764,0,2,215,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,751,0,0,0,0,0,0,The Venture Co.,"This explains the buildup of Venture Co. employees and equipment we've seen in Mulgore. Those goblins... their company is expanding too quickly for their own good. It's how they say, show a goblin something, and you can hear the scales in the background.$b$bGreedy little things, they are. Unfortunately for their business enterprise, we tauren cannot allow them to conduct their operations in our lands. Go to their mine northeast of the ravaged caravan and send them a message.",Kill 14 Venture Co. Workers and 6 Venture Co. Supervisors for Morin Cloudstalker at Bloodhoof Village.,"I don't think there could be too much misinterpreting or ignoring of that signal, hm? The Venture Co. will know not to take the tauren lightly, or to be so arrogant as to believe we would allow them to steal the natural resources around us without protest.","The Venture Co. was refused mining rights here in Mulgore, but it would seem that they do not take no for an answer. We tauren are not ones to mince words, however, and we have other ways of getting our message across.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,250,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
765,0,2,215,6,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,751,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
766,0,2,215,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Mazzranache,"My grandfather told me stories about his battles with a strider named Mazzranache. He told me of its demonic red eyes, razor-sharp talons and venomous bite.$b$bAs fortune would have it, while traveling across the plains, I encountered it, and it took a nasty bite from my shoulder. He was as terrible as my grandfather described. I will need some hard-to-find animal parts to clean the infection from his bite: a wolf heart, cougar femur, plainstrider scale and swoop gizzard.$b$bHurry, time is of the essence.","Bring a Prairie Wolf Heart, Flatland Cougar Femur, Plainstrider Scale and Swoop Gizzard to Maur Raincaller at Bloodhoof Village.","Ah, thank you, $N. Using the items you brought me, I will be able to create the remedy I need to stop the spread of the infection and, eventually, cure it completely. I owe you my life in thanks.$b$bBut I'll never forget that screeching call when Mazzranache came upon me, the blaze of color as its beak descended...$b$bBe wary on your travels.","My fever grows worse and I find my mind drifting into delirious nightmares... I should have known that I wouldn't be able to handle a beast my grandfather was unable to defeat...$b$bDo you have the ingredients for the remedy? I fear if I do not clean the infection soon, it will be the death of me.",,,,,,4804,4805,4806,4807,1,1,1,1,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,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
767,0,2,215,3,6,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,25,0,0,0,0,0,33,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0
768,0,2,1638,6,8,0,0,178,393,1,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
769,0,2,1638,5,11,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,5083,0,0,0,1,0,0,0,81,0,0,0,0,75,0,0,0,0,0,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
770,0,2,215,8,12,0,0,0,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
771,0,2,215,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N. It will take but a moment for me to brew the Water of the Seers.","Once you have gathered enough well stones from around the water wells and Ambercorn from beneath the trees, I will prepare the Water of the Seers for you.",,,,,,4808,4809,0,0,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,81,0,0,0,0,250,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,771
772,0,2,215,5,7,0,0,0,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, $N. You have successfully passed the Rite of Vision.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4906,4958,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,150,0,0,0,0,0,288,0,1126,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
773,0,2,215,5,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N.$b$bWe, the Ancestral Spirits, represent the mighty tauren who gave their lives bravely to found and protect our great city of Thunder Bluff. I hereby pass the duty of that protection over to you.$b$bYou have passed the Rite of Wisdom, young $C. Enter Thunder Bluff with pride.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
775,0,2,215,8,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,75,0,0,0,0,0,252,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
776,0,2,215,8,14,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,4909,0,0,0,1,0,0,0,81,0,0,0,0,350,0,0,0,0,0,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
777,0,2,3,39,42,0,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<Lotwil continues to work feverishly.>","<Without looking up from the shackles, Lotwil holds out a hand and waggles his fingers impatiently.>$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,0,1,0,0,0,0,0,0,0,0,0,0
778,0,2,3,38,45,0,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,2820,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,778,0
779,0,0,3,40,50,0,0,77,0,0,0,0,0,0,0,0,0,0,8,1,-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.",,,,,,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,0,1,0,0,0,0,0,0,0,0,0,779
780,0,2,220,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,6059,4540,0,0,1,10,0,0,81,0,0,0,0,350,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,1,0,0,0,0,0,0,0,0,0,0
781,0,2,220,4,4,0,0,32,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,4911,0,0,0,1,0,0,0,81,0,0,0,0,250,0,0,0,0,0,216,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
782,0,2,3,40,43,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,250,0,0,0,0,0,3000,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
783,0,2,9,1,1,0,0,77,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,30,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
784,0,2,14,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.","You have your orders, $N. The safety of Durotar is in question. Complete the task before you or hang your head in shame.$B$BShow your honor and defeat the humans of Tiragarde Keep.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,175,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
786,0,2,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Thwarting Kolkar Aggression,"Lower your voice, $c. The Kolkar centaurs lie just over the ridge to the west in Kolkar Crag.$b$bLast night while they were raiding, I snuck into their village and discovered that the dirty beasts have a three-tiered attack planned on the trolls and orcs of Durotar.$b$bWe mustn't let their invasion come to fruition. Perhaps you can muster the might needed to infiltrate Kolkar Crag and destroy their attack plans.$b$bLast I saw, they had divided them up amongst three of their leaders.",Lar Prowltusk outside of Sen'jin Village wants you to destroy the 3 sets of Attack Plans held within Kolkar Crag.,The Horde would surely prevail if the Kolkar centaurs were to attack. But by preventing such an attack. we have spared our mighty warriors unnecessary bloodshed.$B$BAnd as sure as there is sand in the Tanaris desert. we know that there will be blood spilled before these trying times are through.$B$BYou have served your people well. $C.,The centaurs have proven to be a consistent nuisance to the Horde. Their intentions to lay siege to our homeland cannot be tolerated.,,Attack Plan: Valley of Trials destroyed,Attack Plan: Sen'jin Village destroyed,Attack Plan: Orgrimmar destroyed,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3189,-3190,-3192,0,1,1,1,0,0,0,0,0,4933,6062,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,420,0,0,0,0,0,0.0,0.0,0,66,0,0,0,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0
787,0,2,363,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,788,0,0,0,The New Horde,"Throm'ka, $c. I am Eitrigg, charged by Thrall to oversee the training of recruits.$b$bThe Horde has changed from what it once was. There was a time where I left the Horde, disillusioned by the growing influence of the power-hungry pawns of the Burning Legion. During my exile, I was taken prisoner by a group of humans, but was rescued by the Warchief. Hearing his vision of the Horde free of demonic influence, guided by the shamans, I returned.$b$bGornek will have further instructions for you.",Report to Gornek in the Den.,,,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,30,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
788,0,2,363,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Cutting Teeth,"The first order of business will be to put a little strength in your backbone. I could send you out to the Barrens to hunt kodo, but well, in all honesty, you're more useful to us alive than dead.$b$bI believe you would find a good match with the mottled boars you'll find to the north of here.",Kill 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,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,102,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
789,0,2,363,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,150,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
790,0,2,363,1,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,530,76,0,0,0,250,250,0,0,0,0,270,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0
791,0,2,14,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,11845,0,0,0,1,0,0,0,530,76,0,0,0,250,250,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
792,0,2,363,2,4,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,794,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.","To prove yourself against the Burning Blade, you must first defeat its Vile Familiars. Return to me when you have done this.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,270,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
793,0,2,3,40,50,1,0,178,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,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,350,0,0,0,0,0,5100,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
794,0,2,363,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,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,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,405,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
795,0,0,3,40,50,0,0,178,0,0,0,0,0,0,0,0,0,0,8,1,-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.",,,,,,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,0,1,0,0,0,0,0,0,0,0,0,795
804,0,2,363,1,5,0,0,0,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,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,66,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,804,0
805,0,2,363,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,530,76,0,0,0,75,75,0,0,0,0,138,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
806,0,2,14,5,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N. And because of you, Durotar is free of one more agent of evil.","Did you find Fizzle, $N? He, and and rest of the Burning Blade, must be scoured from our lands!",,,,,,4869,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,806
808,0,2,14,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4945,0,0,0,1,0,0,0,530,76,0,0,0,250,250,0,0,0,0,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,808
809,0,2,14,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,Destroy the Demon Seed,Destroy the Demon Seed,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,276,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
812,0,2,14,8,9,0,0,0,0,0,0,0,0,0,0,0,0,2700,8,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... <sigh>",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,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,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
813,0,2,14,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4904,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
815,0,2,14,6,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4540,117,0,0,5,5,0,0,530,76,0,0,0,250,250,0,0,0,225,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
816,0,2,14,8,11,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Lost But Not Forgotten,"$N, please, can you help me? My son Kron went hunting days ago, and he still hasn't returned. He went west towards the Barrens to hunt crocolisks along Southfury River. I fear the worst.$B$BAs strong as he was, his stubborn pride has always drawn him into trouble. I warned him that the crocolisks were powerful and vicious. He grew angry and stormed off.$B$BIf you can't find him, at least bring me a sign of his fate... even if you have to open up the stomach of every crocolisk along the Southfury's banks.",Bring a sign of Kron's fate to Misha Tor'kren at the farmstead northwest of Razor Hill.,"Oh, my son... my beautiful son.$b$bUncertain of my son's fate, I have tormented myself since he left. Now that I know what's happened, perhaps I can finally begin to mourn.$b$bThank you, $N. Please take this. I was going to give it to Kron as a gift when he returned successful. Now that I know he is dead, I cannot bear to look at it.","I pray that Kron will return to me, but I'm almost certain I know his fate already.",,,,,,4891,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
817,0,2,14,5,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,530,76,0,0,0,250,250,0,0,0,225,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
818,0,2,14,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4941,0,0,0,10,0,0,0,530,76,0,0,0,250,250,0,0,0,175,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
819,0,2,17,11,15,0,0,178,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?,,,,,,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,76,0,0,0,0,250,0,0,0,0,0,660,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
821,0,2,17,11,15,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?,,,,,,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,4952,0,0,0,5,0,0,0,76,0,0,0,0,350,0,0,0,0,0,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
822,0,2,17,15,24,0,0,178,0,0,0,0,0,0,0,0,0,0,264,1,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,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,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
823,0,2,14,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Report to Orgnil,"We at Sen'jin Village are not without our own troubles, and we thank you for your aid. But the news you bring regarding the Burning Blade could be trouble for everyone.$B$BThere is an orc stationed at Razor Hill, Orgnil Soulscar, who polices Durotar from evils such as the Burning Blade! Go to Orgnil and tell him of our plight, as well as your news from the Valley of Trials. He will want to know these things.$B$BRazor Hill lies to the north.",Speak with Orgnil Soulscar in Razor Hill.,"Yes? You have something to report? Well then, let's have it!",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,75,75,0,0,0,0,192,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,823
824,0,2,331,23,27,0,0,178,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,16659,16660,16661,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,0,0,0,0,250,0,0,0,0,0,1320,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
825,0,2,14,3,8,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,784,0,0,0,0,0,0,From The Wreckage....,"One of my most observant scouts brings back word that the wreckage of Proudmoore's fleet still remains off the coast of Durotar, just east of Tiragarde Keep.$b$bIt is no secret that the humans, in alliance with those foul little creatures known as gnomes, have an advanced knowledge of mechanics. We must have a complete understanding of all our potential enemies. And our people will benefit from this new knowledge as well.$b$bSwim through the wreckage, $n, and retrieve for me the tools of the Alliance.",Gar'Thok of Razor Hill wants you to retrieve 3 Gnomish Tools from the wreckage off the coast.,"Your recovery mission was a success, $C. I will see to it that these tools get to Orgrimmar with the next caravan.$b$bNicely done.","Once we learn how the humans operate their strange machinery, we will stand a greater chance of defeating them in future battles.$b$bWith our new gained knowledge, the Horde only stands to grow in strength.",,,,,,4863,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4936,4928,4935,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0,0,0,530,76,0,0,0,250,250,0,0,0,0,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
826,0,2,14,4,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
827,0,2,14,8,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,827
828,0,2,14,8,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,530,76,0,0,0,10,10,0,0,0,0,60,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
829,0,2,14,9,12,0,0,0,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,530,76,0,0,0,75,75,0,0,0,0,276,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
830,0,2,14,5,7,0,0,0,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,530,76,0,0,0,250,250,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
831,0,2,14,5,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,830,0,0,0,4883,1,0,The Admiral's Orders,"Humans cannot be trusted. We fought alongside them with a weary heart, knowing they would betray us one day.$b$bAdmiral Proudmoore's death was not enough to stop his legacy of deceit. The human scum had his plans well laid out before he ever met his demise.$b$bHis reign won't even die with Benedict it seems. Who knows how long it will be before the next waves of Proudmoore's men land upon our shores.$b$bWe need to get these orders to Nazgrel in Orgrimmar immediately! He can be found in Thrall's chamber.",Deliver Admiral Proudmoore's Orders to Nazgrel in Thrall's chamber in Orgrimmar.,"Countless times I urged the Warchief not to trust the humans, but personal pride is not what is at stake here.$b$bYou have served the Horde honorably, young $C.$b$bNow excuse me, I must counsel Thrall on these matters at once....",Can you not see that I am busy? This had better be pressing....,,,,,,4883,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,175,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
832,0,2,14,4,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4903,1,0,Burning Shadows,"<Words emanate from the pendant and into your mind.>$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.,"<Examines the Eye of Burning Shadow>$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,530,76,0,0,0,150,150,0,0,0,0,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
833,0,2,215,7,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,A Sacred Burial,"Only the most valiant tauren are laid to rest at Red Rocks, our sacred burial ground. It is an honor bestowed upon the great warriors who helped found and defend Thunder Bluff and those who have given their lives for the greater good of their tribes and chieftains.$b$bBut it appears a foul menace has made its way onto our holy land. A band of Bristleback Interlopers is ravaging the grave site and I am too old and past my prime to drive them away.$b$bThey must be driven off with force, $n.",Lorekeeper Raintotem wants you to kill 8 Bristleback Interlopers at Red Rocks.,Well done. You have sent those foul Bristlebacks a clear message. They will think twice before attempting to meddle in this holy spot again.,"The Bristleback Interlopers must be driven away from our sacred burial ground, $n.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,250,390,0,0,0,0,0,0.0,0.0,0,4,0,2000,1000,0,0,0,0,5,1,0,0,0,0,0,0,0,0,0,0
834,0,2,14,7,9,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,470,530,76,0,0,250,250,250,0,0,300,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
835,0,2,14,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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, $N, you ought to track down my boss in Ratchet. I'll bet he could find some work for you.$B$BOh, and don't worry, I wouldn't forget to pay you for the service you provided me.","You wouldn't think it from a guy like my boss Gazlowe, but he always seemed to know the score. ""Don't be afraid to take that big step,"" he said.$B$BHarpies won't stop bothering us and the caravans won't stop being attacked unless we do something about it, eh?",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,470,530,76,0,0,250,250,250,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
836,0,2,47,43,48,0,0,0,0,0,0,0,0,0,0,0,0,0,2,2,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!",,Escort OOX-09/HL to the shoreline beyond Overlook Cliff,,,,,0,0,0,0,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,350,0,0,0,0,4650,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
837,0,2,14,6,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,250,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
838,0,2,28,55,55,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,5098,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
840,0,2,14,10,12,0,0,0,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,530,76,0,0,0,75,75,0,0,0,0,276,0,0,0,0,0,0.0,0.0,0,25,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
841,0,2,440,41,46,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,8524,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
842,0,2,14,10,12,0,0,0,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$B$gI see that look in your eyes, do not think I will tolerate any insolence. Thrall himself has declared the Hordes females to be on equal footing with you men. Disrespect me in the slightest, and you will know true pain:I'm happy to have met you. Thrall will be glad to know that more females like you and I are taking the initiative to push forward in the Barrens.;","Well well well, what do we have here? Has Kargal deemed me worthy of another recruit?",,,,,,4995,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
843,0,2,17,17,23,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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!,,,,,,0,0,5006,0,0,0,1,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,1500,1140,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
844,0,2,17,7,12,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,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,76,0,0,0,0,250,0,0,0,0,500,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
845,0,2,17,10,13,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?,,,,,,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,76,0,0,0,0,250,0,0,0,0,600,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
846,0,2,17,19,26,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,843,0,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.",,,,,,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,81,0,0,0,0,250,0,0,0,0,2000,1260,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
847,0,2,45,29,37,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,4546,0,0,0,1,0,0,0,76,0,0,0,0,250,0,0,0,0,0,2220,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
848,0,2,17,10,15,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Fungal Spores,"The oases of the Barrens hide a mystery. Life energy flows from their waters, invigorating the plants and beasts that drink it.$B$BInvigorating, and altering.$B$BThere is a mushroom that grows near these oases. Its spores hold properties that we, the apothecaries of Lordaeron, find useful.$B$BBring me these spores and you will earn our gratitude.",Bring 4 Fungal Spores to Apothecary Helbrim at the Crossroads.,"Ah, yes. These are good specimens. Potent.$B$BI am Forsaken, and we honor our contracts. Here is your reward, $N.","Do you have the spores, $N? There is a concoction I must send to my associate in Thunder Bluff, which requires the spores...",,,,,,5012,0,0,0,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,700,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
849,0,2,17,19,26,0,0,178,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.",Once the dwarven flying machine has been destroyed I will feel the sweet satisfaction of revenge.,,Bael Modan Flying Machine destroyed,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,2000,1260,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
850,0,2,17,11,16,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Kolkar Leaders,"The centaurs have plagued the Tauren for years. And recently, the Kolkar centaurs of the Barrens have grown into a real threat. Normally they were disorganized in these lands, but new leaders have risen among them. Rallying them.$B$BTo preserve our holdings here, these centaur leaders must be destroyed.$B$BBring me the head of Barak Kodobane. He camps near the Forgotten Pools to the north.$B$BDefeat him, then return to me.","Bring Barak's Head to Regthar Deathgate, west of the Crossroads.","Well done, $N. The centaur are low, brutish creatures, but a few have the wit and vision to lead. And those are the most dangerous.$B$BBarak was such a centaur. It is good that he is dead.","Hello, $N. Do you have Barak's Head for me?",,,,,,5022,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,800,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
851,0,2,17,11,18,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,76,0,0,0,0,150,0,0,0,0,1000,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
852,0,2,17,14,19,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,5351,0,0,0,1,0,0,0,76,0,0,0,0,150,0,0,0,0,800,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
853,0,2,17,11,15,0,0,178,0,0,0,0,0,0,0,0,0,2700,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,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,480,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
854,0,2,215,9,12,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Journey to the Crossroads,"I have foreseen your arrival, young $c. Though perhaps you are not so young anymore.$B$BI think that it is time for you to move deeper into this land. I can sense that you are destined for great things.$B$BIt is the Crossroads that you must seek out, for our lives with the orcs have become intertwined and they need assistance. Continue down this road towards the east and follow it north to the Crossroads. Find Thork within its walls, he has the Earthmother's blessing.",Speak with Thork at the Crossroads in the Barrens.,"It is good to see that more of our $R allies have come to assist us from as far away as Thunder Bluff. Again, I welcome you.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,25,0,0,0,0,0,138,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
855,0,2,17,9,14,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Centaur Bracers,"The Kolkar are a threat to the Horde's claims in the Barrens; we must reduce the numbers of their troops. And so, I have a bounty task for you.$B$BWhile in Kolkar territories, slay their warriors and collect centaur bracers. Return when you have a heap of bracers and the Horde will reward you well.","Bring 15 Centaur Bracers to Regthar Deathgate, west of the Crossroads.","Nicely done. I'm sure you've struck fear into the surviving centaurs, $N. If they have sense, they'll now calm themselves and stop their advances.$B$BBut I don't think they will, and that is unfortunate.$B$BUnfortunate...for them.","How goes your hunting, $N?",,,,,,5030,0,0,0,15,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,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
857,0,2,17,22,30,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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!,,,,,,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,2500,1500,0,0,0,0,0,0.0,0.0,0,4,0,2000,2000,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0
858,0,2,17,14,18,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,470,0,0,0,0,250,0,0,0,0,0,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
860,0,2,17,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,861,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,81,0,0,0,0,10,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,1,0,0,0,0,0,0,0,0,0,0
861,0,2,215,10,10,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,250,0,0,0,0,0,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
862,0,2,-304,15,23,0,0,178,185,1,0,0,0,0,0,0,0,0,8,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,5487,5478,10919,0,1,5,1,0,76,0,0,0,0,250,0,0,0,0,0,1140,0,0,0,0,0,0.0,0.0,0,4,3000,5000,0,0,0,0,0,0,6,0,0,0,0,0,0,0,0,0,0
863,0,2,17,14,18,0,0,178,0,0,0,0,0,0,0,0,0,0,2,2,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.",Can I help you?,Escort Wizzlecrank out of the Venture Co. drill site,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5326,5327,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,350,0,0,0,0,2000,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
864,0,2,1497,41,46,0,0,178,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,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,13000,4350,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
865,0,2,17,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Raptor Horns,"The raptors of the Barrens are smarter than raptors in other lands. And I think all that smarts is hiding in their horns! If so, then I could grind their horns into powder and use it to make ""smart drinks."" I could sell them for a fortune!!!$B$BAnd you can help me. Find me intact raptor horns from sunscale scytheclaws. They roam in the southern Barrens, and in the northern Barrens near the border of Ashenvale Forest.","Gather 5 Intact Raptor Horns from Sunscale Scytheclaws, and bring them to Mebok Mizzyrix in Ratchet.","Great, you got them! Now I just need to ground them down and mix them with some wine, and...","Did you get the horns, $N? Those things are going to make me a fortune!",,,,,,5055,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,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,840,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
866,0,2,-24,11,16,0,0,0,182,1,0,0,0,0,0,0,0,0,8,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,5341,0,0,0,1,0,0,0,470,0,0,0,0,250,0,0,0,0,800,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
867,0,2,17,12,15,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,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,76,0,0,0,0,250,0,0,0,0,700,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
868,0,2,17,17,22,0,0,178,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.",,,,,,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,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,1080,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
869,0,2,17,9,13,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,0,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,76,0,0,0,0,250,0,0,0,0,600,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
870,0,2,17,10,13,0,0,178,0,0,0,0,0,0,0,0,0,0,12,2,0,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,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
871,0,2,17,9,12,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
872,0,2,17,9,15,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,871,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,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,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
873,0,2,17,17,27,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,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,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,1680,0,5325,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
874,0,2,17,14,27,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,330,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
875,0,2,17,13,16,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,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,76,0,0,0,0,250,0,0,0,0,800,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
876,0,2,17,14,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,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,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,350,0,0,0,0,0,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
877,0,2,17,10,16,0,0,178,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...",Have you been to the Stagnant Oasis? Was there a fissure beneath its waters?,,Test the Dried Seeds,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-3737,0,0,0,1,0,0,0,5206,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,81,0,0,0,0,250,0,0,0,0,0,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
878,0,2,17,14,21,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Tribes at War,"You must strike my enemies. <snort> You must help Mangletooth and the Razormane by weakening the Bristlebacks. Both tribes are very spiritual--tied to the earth and its power. <snort> It gives us strength in all things... especially war.$B$BIf you want to find out who really causes Thork <snort> 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 <snort> the Bristleback know my tribe's pain, $R. That is how I should feel, but that <snort> is not the case.$B$BYou aid your people and they honor you. Mangletooth aids his people, and what do they do? They turn their backs on him. They forget him and leave him to rot in cage!$B$BI aid them even from locked behind bars and they send no one to save me!","More information <snort> for the Horde when you've killed the Bristleback's wise ones, $R. <snort> Not a moment earlier! Mangletooth is no fool.",,,,,,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,250,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
879,0,2,17,17,25,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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. <snort> They are ruthless and cunning, and if you defeat them, then your Crossroads and even most of the Barrens will learn peace... <snort> at least from the Razormane tribe. <snort>$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, <snort> 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. <snort> They should have <snort> made sure I was dead when they turned their backs on me instead of leaving <snort> me here in this forsaken cage.$B$BThere is but one task left for you to finish, $R.","How goes your hunt, $R? <snort>$B$BThork thinks he knows the truth about who leads the raids against his people, <snort> 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. <snort>",,,,,,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,76,0,0,0,0,150,0,0,0,0,0,900,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
880,0,2,17,11,16,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,877,0,0,0,0,0,0,Altered Beings,"Your findings are incredible, $N. These oases hold properties that must come from an outside source. Or perhaps an inside one.$B$BI want to know how these fissures are affecting the beasts who drink from the oases' water.$B$BHunt oasis snapjaws at the Lushwater and Stagnant Oases. Bring me their shells so I may examine them.",Bring 8 Altered Snapjaw Shells to Tonga Runetotem at the Crossroads.,"Thank you, $N. Studying the beasts of an area can tell much about the area itself. We shall see what tale these shells tell.$B$BPlease accept my gratitude for your aid ... and perhaps you can use these coins. I find that I do not need them.",How goes your collection? Did you get the shells?,,,,,,5098,0,0,0,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,800,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,880
881,0,2,17,12,16,0,0,178,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,76,0,0,0,0,350,0,0,0,0,0,900,0,5320,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
882,0,2,17,13,19,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,5101,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,1080,0,5321,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
883,0,2,17,17,22,0,0,178,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?",,,,,,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,81,0,0,0,0,150,0,0,0,0,0,780,0,5322,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
884,0,2,17,17,24,0,0,178,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?",,,,,,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,81,0,0,0,0,150,0,0,0,0,0,900,0,5323,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
885,0,2,17,18,25,0,0,178,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?",,,,,,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,81,0,0,0,0,150,0,0,0,0,0,900,0,5324,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
886,0,2,17,10,10,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,81,0,0,0,0,10,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,1,0,0,0,0,0,0,0,0,0,0
887,0,2,17,9,14,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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!","I don't even want to think about the profits I've lost from pirate raiding, and now they set up camp on my doorstep? It's getting out of hand, Undermine's got to do something about it.",,,,,,0,0,0,0,0,0,0,0,0,0,0,0,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,500,450,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
888,0,2,17,12,16,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,800,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
889,0,0,17,16,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,1,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.",,,,,,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,16618,16618,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
890,0,2,17,12,14,0,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,470,0,0,0,0,10,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,1,0,0,0,0,0,0,0,0,0,0
891,0,2,17,13,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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.,,,,,,5078,0,0,0,10,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,530,76,0,81,250,75,75,0,75,0,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
892,0,2,17,12,14,0,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,470,0,0,0,0,10,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,1,0,0,0,0,0,0,0,0,0,0
893,0,2,17,17,24,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Weapons of Choice,"The Razormane quilboars to the south, beyond the Field of Giants, have no skilled blacksmiths from what I am told, but they've apparently started to develop sturdier weapons. I'd like to get my hands on a few different types to learn their techniques if possible.$B$BIf you wish to help bring honor to the Horde, then bring me examples of their weapons. Find me a dagger from their stalkers, a wand from their seers, and a shield from their warfrenzy. That should do nicely!","Bring a Razormane Backstabber, a Charred Razormane Wand and a Razormane War Shield to Tatternack Steelforge at Camp Taurajo in the Barrens.","Excellent, excellent specimens indeed.$B$BThe quilboar are further along than I had expected.$B$BHere, $C, take this and get out of my way. I'd better take a closer look at these weapons. We may have underestimated our enemy, and that's the kind of mistake we can't afford to make.","I, too, have doubts that the pathetic quilboars could attain any level of skill in the area of smithing, but I do as the Warchief commands, and I shall learn what I can about the Razormane tribe.$B$BI have had more menial tasks, and I do so willingly if it aids the orc people.",,,,,,5093,5092,5094,0,1,1,1,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
894,0,2,17,10,14,0,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,450,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
895,0,2,17,11,16,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,470,0,0,0,0,250,0,0,0,0,800,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
896,0,2,17,13,18,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,0,0,0,0,0,Miner's Fortune,"Being Wharfmaster of a busy port like Ratchet, I keep my finger on the pulse of information. I know all about the exchange of goods and money between here and Booty Bay.$b$bThe latest bit of news I've heard is about the Venture Company's Boulder Lode mine northeast of the Sludge Fen. One of the miners discovered an emerald the size of your fist. I know a few buyers who'd be interested in getting their hands on something like that, and I'd be willing to go half and half on its sale.",Retrieve the Cats Eye Emerald from one of the Venture Co. Overseers or Enforcers for Wharfmaster Dizzywig at Ratchet.,"Look at the size of that thing, $N! We're going to be rich! Let's see, according to the rates I've seen on gems going into Undermine, I should be able to figure out your cut--fifty percent, don't worry!$B$BNow let's see... I think this should do about right. Pleasure doing business with you, $N.","If only we knew which one of the miners had found the emerald, it'd be a walk in the park...",,,,,,5097,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,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,350,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
897,0,2,17,21,24,0,0,178,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,81,0,0,0,0,350,0,0,0,0,0,1440,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
898,0,2,17,14,20,0,0,178,0,0,0,0,0,0,0,0,0,0,2,2,0,0,0,0,0,0,0,Free From the Hold,"Finally! Someone to rescue me!$b$bI can't believe you got past the guards. These zealots from Theramore are out of their minds. They sank our ship and imprisoned me, the only survivor. I was called an enemy and threat to the Alliance.$b$bMe! A threat to their great sham of an Alliance? I was a deckhand on a moonshine transport between Ratchet and Booty Bay.$b$bEnough talk. Help me get back to Ratchet will you? Let me know when you're ready and we'll make our break.",Safely escort Gilthares Firebough back to Captain Brightsun in Ratchet.,"And to think, we thought Firebough was long dead!$B$BYour heroics have earned you a place of honor with the Thalo'dan Privateers, $N.",Yes?,Escort Gilthares Firebough back to Ratchet,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5311,5312,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,470,0,0,0,0,350,0,0,0,0,2500,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
899,0,2,17,14,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
900,0,2,17,12,14,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",Blinking lights on the control console indicate that the main control valves have not been closed off.,,Shut off Main Control Valve,Shut off Fuel Control Valve,Shut off Regulator Valve,,0,0,0,0,0,0,0,0,0,0,0,0,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,300,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
901,0,2,17,12,14,0,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,470,0,0,0,0,150,0,0,0,0,0,450,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
902,0,2,17,13,16,0,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,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,720,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,902
903,0,2,17,11,15,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,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,76,0,0,0,0,250,0,0,0,0,700,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
905,0,2,17,12,17,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,881,0,0,3261,0,0,0,The Angry Scytheclaws,"Now, $N, the hunt deepens. Now you must defeat your prey, and then find your way to its lair.$B$BHunt the sunscale raptors to the south. Slay them and remove the feathers they wear. Place the feathers on the scytheclaw nests southwest of the Stagnant Oasis. Show their brethren you do not fear them!",Kill Sunscale raptors and collect their feathers. Use the feathers on the 3 Scytheclaw nests. Return to Sergra Darkthorn in the Crossroads.,"Is your task finished? Ponder the life of the Scytheclaw as you do it. There are important lessons within every creature's lifespawn. $B$BSome of the others believe I have been too heavy handed in my lesson. I know that you are simply following my orders, but I want you to consider the life of the creatures you are slaughtering. $B$BThough they are at times a nuisance, they only become threatening when we seek their slaughter. This days defilement will cause us more trouble than it will solve problems...","Have you been to the nests, $N?",,,Visit Blue Raptor Nest,Visit Yellow Raptor Nest,Visit Red Raptor Nest,0,0,0,0,0,0,0,0,5165,5165,5165,0,1,1,1,0,0,-6907,-6908,-6906,0,1,1,1,0,5316,5316,5316,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,76,0,0,0,0,250,0,0,0,0,900,780,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
906,0,2,17,17,25,0,0,178,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. <snort> He should know what has happened to my tribe without any words--ha, not that he would believe Mangletooth helped in <snort> such things. But I am sure he'll reward you for carrying out such a great deed. <snort>$B$BI will continue to bless you with Agamaggan's power for as long as I remain in this cage, $r. Until then, farewell.",Bring Lok's Skull to Thork at the Crossroads in the Barrens.,"You found the Razormane leader and killed him yourself, $N? Amazing.$B$BI am without words, but that does not mean I am without thanks. The people of the Crossroads would do well to respect your strength.$B$BI must admit, I thought the leader of these raids on our supply lines was another quilboar. Thank you again, $N.","Yes, what is it?",,,,,,5072,0,0,0,1,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,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
907,0,2,17,14,18,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?",,,,,,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,81,0,0,0,0,350,0,0,0,0,0,1020,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
908,0,2,331,25,27,1,0,178,0,0,0,0,0,0,0,0,0,0,8,1,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,4500,1680,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
909,0,2,331,21,30,1,0,178,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,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,1860,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
910,2,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,2,2,172,915,-911,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,0,0,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
911,2,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,2,2,172,915,-911,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, $N? When I become a hero when I grow up, I wanna come to Ashenvale and fight for the glory of the Horde!$B$BThank you for taking me to the frontier, $N. You're the best!",,Go to the Mor'shan Rampart in the Barrens.,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
913,0,2,17,14,20,0,0,178,0,0,0,0,0,0,0,0,0,0,8,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?,,,,,,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,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,1200,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
914,0,2,718,14,22,81,0,178,0,0,0,0,0,0,0,0,0,0,8,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,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,1560,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
915,0,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,925,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,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
916,0,2,188,3,4,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,0,0,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,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,216,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
917,0,2,188,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,330,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,2,1,1,2,0,0,0,1000,0,0,0,0
918,0,2,141,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,4604,0,0,0,10,0,0,0,69,0,0,0,0,250,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
919,0,2,141,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,350,480,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
920,0,2,188,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,8,0,917,0,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.",,,,,,,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,30,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,1,0,1,0,0,0,0,0,0,0,0,0
921,0,2,188,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,920,0,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,69,0,0,0,0,150,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0
922,0,2,141,4,7,0,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,69,0,0,0,0,75,0,0,0,0,0,192,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
923,0,2,141,6,9,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,5605,0,0,0,1,0,0,0,69,0,0,0,0,350,0,0,0,0,600,600,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
8434,6,0,3277,50,59,41,0,178,0,0,0,0,0,0,0,0,0,0,8,1,8429,0,0,0,0,0,0,Battle of Warsong Gulch,"The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn't belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!",Bring 3 Warsong Marks of Honor to a Horde Warbringer outside the battlegrounds.,Excellent! You've shown your worth by defending our operations in Warsong Gulch! May word of your honor spread far and wide across our lands.,"The battle in Warsong Gulch against the Silverwing Sentinels is of great importance. Under the guise of protecting a forest that doesn't belong to them, the Alliance seeks to deny the Horde one of our largest sources for lumber.$B$BDo not let this happen, $N! Come back to me with proof of serving the Horde in a worthy manner!",,,,,,20558,0,0,0,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,889,0,0,0,0,50,0,0,0,0,0,1920,0,24964,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
925,0,2,-284,10,60,0,0,178,0,0,0,0,0,0,0,0,0,0,0,0,915,0,0,5502,0,0,0,Cairne's Hoofprint,"They say that Cairne Bloodhoof is one of the greatest heroes the Horde has ever seen. When I grow up, I wanna be a hero of the Horde too!$B$BDo you know Cairne, $N? Could you do me a favor, please? Could you get his hoofprint for me? I dunno how to ask him, and he'd probably be too busy for someone like me... but you! You're an adventurer just like he is! I bet he'd give you his hoofprint easy!$B$BPlease?",Travel to Thunder Bluff to see about getting Cairne Bloodhoof's hoofprint for your ward.,"WOW! You got Cairne's hoofprint for me! Thank you very much! And wow... he wrote a personal message on here - to me! I knew he'd be totally cool, I just did! Maybe someday I'll thank him myself... when I become a hero of the Horde!$B$BYou're the best, $N. Thank you for being so nice to me.","When the orcs were alone and without friends, the tauren welcomed them to a strange land and shared with them without asking anything in return. That's honor, $N.",,,,,,18643,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
926,0,0,14,9,14,0,0,0,0,0,0,0,0,0,0,0,0,0,8,1,-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,4986,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
927,0,2,141,8,12,0,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,69,0,0,0,0,75,0,0,0,0,0,276,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
928,0,2,188,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,921,0,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,69,0,0,0,0,75,0,0,0,0,0,138,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0
929,0,2,141,4,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,928,0,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,69,0,0,0,0,250,0,0,0,0,0,210,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,1,1,1,0,0,0,0,0,0,0,0,0
930,0,2,141,6,10,0,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,69,0,0,0,0,250,0,0,0,0,350,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,930
931,0,2,141,7,10,0,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,69,0,0,0,0,250,0,0,0,0,350,510,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,931
932,0,2,141,4,7,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,390,0,0,0,0,0,0.0,0.0,0,2,0,0,0,500,0,0,0,2,6,0,0,0,0,0,0,0,0,0,0
933,0,2,141,4,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,929,0,0,934,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 Druid Fandral Staghelm took over the leadership of the druids, convincing the Circle of Ancients in Darkshore that it was time for our people to rebuild, and that it was time for our people to regain their immortality.$B$BWith the approval of the Circle, Staghelm and the most powerful druids grew Teldrassil, the new World Tree.",At first the reports of crazed furbolg attacks were dismissed. Who could have thought that the peace-loving bear-men would turn to mindless rage? Yet another of the problems that plagues us here in our new home.,,,,,,5645,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,480,0,0,0,0,0,0.0,0.0,0,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
934,0,2,141,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,933,0,0,935,5623,1,0,Crown of the Earth,"All was not well with Teldrassil, however. Staghelm's carefully made plans for the new World Tree had borne out as he had hoped, but there was one small problem, a problem to which many of the troubles on Teldrassil may be attributed.$b$bHowever, I will not get into that yet. You must visit the last moonwell, to the northwest in the Oracle Glade. Under the boughs of the Oracle Tree lies the first and most powerful of our wells. Retrieve a phial of its water and return to me.",Fill the Amethyst Phial and bring it back to Corithras Moonrage in Dolanaar.,"To be in the presence of the Oracle Tree... it is almost to feel wisdom take form. Let me continue the telling...$B$BWith Teldrassil grown, the Arch Druid approached the dragons for their blessings, as the dragons had placed upon Nordrassil in ancient times. But Nozdormu, Lord of Time, refused to give his blessing, chiding the druid for his arrogance. In agreement with Nozdormu, Alexstrasza also refused Staghelm, and without her blessing, Teldrassil's growth has been flawed and unpredictable...","Along with the druids, the Oracle Tree and the Arch Druid have been carefully monitoring the growth of Teldrassil. But though we have a new home, our immortal lives have not been restored.",,,,,,5646,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,390,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
935,0,2,141,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,934,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,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,660,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
936,0,2,1637,47,50,0,0,178,0,0,0,0,0,0,0,0,0,0,8,0,0,0,936,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,420,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
937,0,2,141,6,11,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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,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,270,0,0,0,0,0,0.0,0.0,0,4,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
938,0,2,141,9,12,0,0,0,0,0,0,0,0,0,0,0,0,540,2,2,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,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,250,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0
939,0,2,361,49,54,0,0,77,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,4800,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,6,1,0,0,0,0,0,0,0,0,0
940,0,2,141,8,11,0,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 Druid 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,69,0,0,0,0,75,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,1,0,0,0,0,0,0,0,0,0,0
941,0,2,141,9,12,0,0,77,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,5218,0,0,0,1,0,0,0,69,0,0,0,0,250,0,0,0,0,0,540,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
942,0,2,148,16,20,0,0,0,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,47,0,0,0,0,250,0,0,0,0,0,960,0,0,0,0,0,0.0,0.0,0,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0
943,0,2,148,17,24,0,0,0,0,0,0,0,0,0,0,0,0,0,8,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.",,,,,,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,5627,5626,0,0,0,0,1,1,0,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment