Quantcast

Update with 3.1 cooking and alchemy recipes. Pompy, there's a good list of where shit is aquired on mmo-champ now :P (http://www.mmo-champion.com/index.php?page=856) if you want to do any updates yourself. I won't touch inscription but I'll do the other ones tomorrow.

ackis [04-14-09 - 08:59]
Update with 3.1 cooking and alchemy recipes.  Pompy, there's a good list of where shit is aquired on mmo-champ now :P (http://www.mmo-champion.com/index.php?page=856) if you want to do any updates yourself.  I won't touch inscription but I'll do the other ones tomorrow.
Filename
RecipeDB/ARL-Alchemy.lua
RecipeDB/ARL-Cook.lua
RecipeDB/ARL-Quest.lua
diff --git a/RecipeDB/ARL-Alchemy.lua b/RecipeDB/ARL-Alchemy.lua
index c0698b4..315fe38 100644
--- a/RecipeDB/ARL-Alchemy.lua
+++ b/RecipeDB/ARL-Alchemy.lua
@@ -1514,6 +1514,14 @@ function addon:InitAlchemy(RecipeDB)
 	self:addTradeFlags(RecipeDB,62213,1,2,3,21,22,23,24,25,26,27,28,29,30,36,41)
 	self:addTradeAcquire(RecipeDB,62213,1,26903,1,26951,1,26975,1,26987,1,28703)

+	if select(4, GetBuildInfo()) >= 30100 then
+	-- Elixir of Minor Accuracy -- 63732
+	recipecount = recipecount + 1
+	self:addTradeSkill(RecipeDB,63732,160,45621,1,2259)
+	self:addTradeFlags(RecipeDB,63732,1,2,3,21,22,23,24,25,26,27,28,29,30,36,41)
+	self:addTradeAcquire(RecipeDB,63732,1,1386,1,2391,1,2837,1,3009,1,3347,1,4160,1,4609,1,4611,1,5177,1,5499,1,7948,1,11042,1,16588,1,16642,1,16723,1,18802,1,19052)
+	end
+
 	return recipecount

 end
diff --git a/RecipeDB/ARL-Cook.lua b/RecipeDB/ARL-Cook.lua
index 0f79afa..87bb6a5 100644
--- a/RecipeDB/ARL-Cook.lua
+++ b/RecipeDB/ARL-Cook.lua
@@ -1018,6 +1018,27 @@ function addon:InitCooking(RecipeDB)
 	self:addTradeFlags(RecipeDB,6417,1,2,4,8,21,22,23,24,25,26,27,28,29,30,36,41)
 	self:addTradeAcquire(RecipeDB,6417,4,862,2,3392)

+	-- Black Jelly -- 64358
+	recipecount = recipecount + 1
+	self:addTradeSkill(RecipeDB,64358,400,45932,1,2550)
+	self:addTradeFlags(RecipeDB,64358,1,2,3,21,22,23,24,25,26,27,28,29,30,36,41)
+	self:addTradeAcquire(RecipeDB,64358,1,26905,1,26953,1,26972,1,26989,1,28705,1,29631)
+
+	-- Clamlette Magnifique -- 64054
+	recipecount = recipecount + 1
+	self:addTradeSkill(RecipeDB,64054,225,33004,1,2550)
+	self:addTradeFlags(RecipeDB,64054,1,2,8,21,22,23,24,25,26,27,28,29,30,36,41)
+	self:addTradeAcquire(RecipeDB,64054,4,6610)
+
+	-- Cornbread Stuffing -- 62050
+	--44837 (75)
+
+	-- Candied Yam -- 62051
+	--44839 (45)
+
+	-- Cranberry Chutney -- 62049
+	-- 44840 (25)
+
 	end

 	return recipecount
diff --git a/RecipeDB/ARL-Quest.lua b/RecipeDB/ARL-Quest.lua
index e1a1b0c..339e862 100644
--- a/RecipeDB/ARL-Quest.lua
+++ b/RecipeDB/ARL-Quest.lua
@@ -101,6 +101,7 @@ function addon:InitQuest(QuestDB)
 	self:addLookupList(QuestDB,5307,L["Corruption"],BZONE["Winterspring"],61.32,39.13,0)
 	self:addLookupList(QuestDB,5518,L["The Gordok Ogre Suit"],BZONE["Dire Maul"],0,0,0)
 	self:addLookupList(QuestDB,6032,L["Sacred Cloth"],BZONE["Winterspring"],65.70,2.90,0)
+	self:addLookupList(QuestDB,6610,L["Clamlette Surprise"],BZONE["Tanaris"],52.6,28.1,0)
 	self:addLookupList(QuestDB,6622,L["Triage"],BZONE["Arathi Highlands"],72.97,35.39,2)
 	self:addLookupList(QuestDB,6624,L["Triage"],BZONE["Dustwallow Marsh"],68.18,47.94,1)
 	self:addLookupList(QuestDB,7321,L["Soothing Turtle Bisque"],BZONE["Hillsbrad Foothills"],62.60,20.30,2)