Quantcast

All of the "Wild Leather *" recipes were removed from the game with Cataclysm, so marked them as such and removed all the quests associated with them. Also, all the recipes that were obtained from "Knot Thimblejack's Cache" were removed from the game as well, so marked all of them as removed from the game. Finally, "Green Dragonscale Breastplate" is only obtainable alliance side and is limited quantity on the vendor

mike [03-25-11 - 02:25]
All of the "Wild Leather *" recipes were removed from the game with Cataclysm, so marked them as such and removed all the quests associated with them.  Also, all the recipes that were obtained from "Knot Thimblejack's Cache" were removed from the game as well, so marked all of them as removed from the game. Finally, "Green Dragonscale Breastplate" is only obtainable alliance side and is limited quantity on the vendor
Filename
Database/Custom.lua
Database/Quest.lua
Database/Recipes/Leatherworking.lua
Database/Recipes/Tailoring.lua
Locales/devel-enUS.lua
diff --git a/Database/Custom.lua b/Database/Custom.lua
index 1c28532..8421ee0 100644
--- a/Database/Custom.lua
+++ b/Database/Custom.lua
@@ -51,7 +51,6 @@ function addon:InitCustom(DB)
 	AddCustom("DISCOVERY_ALCH_NORTHREND_RESEARCH")
 	AddCustom("DISCOVERY_ALCH_NORTHREND_XMUTE")
 	AddCustom("AQ40_RANDOM_BOP", BZ["Temple of Ahn'Qiraj"])
-	AddCustom("DM_CACHE", BZ["Dire Maul"], 59.04, 48.82)
 	AddCustom("SUNWELL_RANDOM", BZ["Sunwell Plateau"])
 	AddCustom("BRD_RANDOM_ROOM", BZ["Blackrock Depths"])
 	AddCustom("MC_RANDOM", BZ["Molten Core"])
diff --git a/Database/Quest.lua b/Database/Quest.lua
index a7ac7b5..36a8aea 100644
--- a/Database/Quest.lua
+++ b/Database/Quest.lua
@@ -70,18 +70,6 @@ function addon:InitQuest(DB)
 	AddQuest(2753,	BZ["Orgrimmar"],		78.0,	21.4,	HORDE)
 	AddQuest(2754,	BZ["Orgrimmar"],		78.0,	21.4,	HORDE)
 	AddQuest(2755,	BZ["Orgrimmar"],		78.0,	21.4,	HORDE)
-	AddQuest(2848,	BZ["Feralas"],			30.6,	42.7,	ALLIANCE)
-	AddQuest(2849,	BZ["Feralas"],			30.6,	42.7,	ALLIANCE)
-	AddQuest(2850,	BZ["Feralas"],			30.6,	42.7,	ALLIANCE)
-	AddQuest(2851,	BZ["Feralas"],			30.6,	42.7,	ALLIANCE)
-	AddQuest(2852,	BZ["Feralas"],			30.6,	42.7,	ALLIANCE)
-	AddQuest(2853,	BZ["Feralas"],			30.6,	42.7,	ALLIANCE)
-	AddQuest(2855,	BZ["Feralas"],			74.5,	42.9,	HORDE)
-	AddQuest(2856,	BZ["Feralas"],			74.5,	42.9,	HORDE)
-	AddQuest(2857,	BZ["Feralas"],			74.5,	42.9,	HORDE)
-	AddQuest(2858,	BZ["Feralas"],			74.5,	42.9,	HORDE)
-	AddQuest(2859,	BZ["Feralas"],			74.5,	42.9,	HORDE)
-	AddQuest(2860,	BZ["Feralas"],			74.5,	42.9,	HORDE)
 	AddQuest(4083,	BZ["Blackrock Depths"],		0,	0,	NEUTRAL)
 	AddQuest(5518,	BZ["Dire Maul"],		0,	0,	NEUTRAL)
 	AddQuest(6032,	BZ["Felwood"],			65.7,	2.9,	NEUTRAL)
diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua
index 647fe2c..98cb9df 100644
--- a/Database/Recipes/Leatherworking.lua
+++ b/Database/Recipes/Leatherworking.lua
@@ -491,7 +491,7 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(6474)
 	recipe:SetCraftedItemID(6466)
 	recipe:SetSkillLevels(90, 90, 120, 135, 150)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED)
 	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Deviate Scale Gloves -- 7954
@@ -499,7 +499,7 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(6475)
 	recipe:SetCraftedItemID(6467)
 	recipe:SetSkillLevels(105, 105, 130, 142, 155)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED)
 	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Deviate Scale Belt -- 7955
@@ -771,8 +771,8 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(8403)
 	recipe:SetCraftedItemID(8210)
 	recipe:SetSkillLevels(220, 220, 240, 250, 260)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.QUEST, F.IBOE, F.RBOP, F.LEATHER)
-	recipe:AddQuest(2848, 2855)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Big Voodoo Mask -- 10531
 	recipe = AddRecipe(10531, V.ORIG, Q.UNCOMMON)
@@ -803,16 +803,16 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(8404)
 	recipe:SetCraftedItemID(8211)
 	recipe:SetSkillLevels(225, 225, 245, 255, 265)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.QUEST, F.IBOE, F.RBOP, F.LEATHER)
-	recipe:AddQuest(2849, 2856)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Wild Leather Helmet -- 10546
 	recipe = AddRecipe(10546, V.ORIG, Q.UNCOMMON)
 	recipe:SetRecipeItemID(8405)
 	recipe:SetCraftedItemID(8214)
 	recipe:SetSkillLevels(225, 225, 245, 255, 265)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.QUEST, F.IBOE, F.RBOP, F.LEATHER)
-	recipe:AddQuest(2850, 2857)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Nightscape Pants -- 10548
 	recipe = AddRecipe(10548, V.ORIG, Q.COMMON)
@@ -879,9 +879,9 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(8406)
 	recipe:SetCraftedItemID(8213)
 	recipe:SetSkillLevels(245, 245, 265, 275, 285)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.QUEST, F.IBOE, F.RBOP, F.LEATHER)
-	recipe:AddQuest(2851, 2858)
-
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")
+
 	-- Tough Scorpid Leggings -- 10568
 	recipe = AddRecipe(10568, V.ORIG, Q.UNCOMMON)
 	recipe:SetRecipeItemID(8401)
@@ -903,16 +903,16 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(8407)
 	recipe:SetCraftedItemID(8212)
 	recipe:SetSkillLevels(250, 250, 270, 280, 290)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.QUEST, F.IBOE, F.RBOP, F.LEATHER)
-	recipe:AddQuest(2852, 2859)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Wild Leather Cloak -- 10574
 	recipe = AddRecipe(10574, V.ORIG, Q.UNCOMMON)
 	recipe:SetRecipeItemID(8408)
 	recipe:SetCraftedItemID(8215)
 	recipe:SetSkillLevels(250, 250, 270, 280, 290)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.QUEST, F.IBOE, F.RBOP, F.CLOAK)
-	recipe:AddQuest(2853, 2860)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.CLOAK)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Dragonscale Gauntlets -- 10619
 	recipe = AddRecipe(10619, V.ORIG, Q.COMMON)
@@ -984,8 +984,8 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(15726)
 	recipe:SetCraftedItemID(15045)
 	recipe:SetSkillLevels(260, 260, 280, 290, 300)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.MAIL)
-	recipe:AddVendor(11874)
+	recipe:AddFilters(F.ALLIANCE, F.VENDOR, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.MAIL)
+	recipe:AddLimitedVendor(11874, 1)

 	-- Heavy Scorpid Vest -- 19051
 	recipe = AddRecipe(19051, V.ORIG, Q.UNCOMMON)
@@ -1476,48 +1476,48 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(18514)
 	recipe:SetCraftedItemID(18504)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.LEATHER)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Mongoose Boots -- 22922
 	recipe = AddRecipe(22922, V.ORIG, Q.RARE)
 	recipe:SetRecipeItemID(18515)
 	recipe:SetCraftedItemID(18506)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOP, F.DPS, F.LEATHER)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.DPS, F.LEATHER)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Swift Flight Bracers -- 22923
 	recipe = AddRecipe(22923, V.ORIG, Q.RARE)
 	recipe:SetRecipeItemID(18516)
 	recipe:SetCraftedItemID(18508)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOP, F.DPS, F.MAIL)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.DPS, F.MAIL)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Chromatic Cloak -- 22926
 	recipe = AddRecipe(22926, V.ORIG, Q.EPIC)
 	recipe:SetRecipeItemID(18517)
 	recipe:SetCraftedItemID(18509)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOE, F.CLOAK)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOE, F.CLOAK)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Hide of the Wild -- 22927
 	recipe = AddRecipe(22927, V.ORIG, Q.EPIC)
 	recipe:SetRecipeItemID(18518)
 	recipe:SetCraftedItemID(18510)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOAK)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOAK)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Shifting Cloak -- 22928
 	recipe = AddRecipe(22928, V.ORIG, Q.EPIC)
 	recipe:SetRecipeItemID(18519)
 	recipe:SetCraftedItemID(18511)
 	recipe:SetSkillLevels(300, 300, 320, 330, 340)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOE, F.TANK, F.CLOAK)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOE, F.TANK, F.CLOAK)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Heavy Leather Ball -- 23190
 	recipe = AddRecipe(23190, V.ORIG, Q.COMMON)
@@ -2734,7 +2734,7 @@ function addon:InitLeatherworking()
 	recipe:SetRecipeItemID(34200)
 	recipe:SetCraftedItemID(34105)
 	recipe:SetSkillLevels(350, 350, 360, 370, 380)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.LOWERCITY)
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP)
 	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Glove Reinforcements -- 44770
diff --git a/Database/Recipes/Tailoring.lua b/Database/Recipes/Tailoring.lua
index 5b8546d..b9ebe40 100644
--- a/Database/Recipes/Tailoring.lua
+++ b/Database/Recipes/Tailoring.lua
@@ -1494,40 +1494,40 @@ function addon:InitTailoring()
 	recipe:SetRecipeItemID(18414)
 	recipe:SetCraftedItemID(18405)
 	recipe:SetSkillLevels(300, 300, 315, 330, 345)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOE, F.HEALER, F.CASTER, F.CLOTH)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Felcloth Gloves -- 22867
 	recipe = AddRecipe(22867, V.ORIG, Q.RARE)
 	recipe:SetRecipeItemID(18415)
 	recipe:SetCraftedItemID(18407)
 	recipe:SetSkillLevels(300, 300, 315, 330, 345)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.CLOTH)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.CLOTH)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Inferno Gloves -- 22868
 	recipe = AddRecipe(22868, V.ORIG, Q.RARE)
 	recipe:SetRecipeItemID(18416)
 	recipe:SetCraftedItemID(18408)
 	recipe:SetSkillLevels(300, 300, 315, 330, 345)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.CLOTH)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.CLOTH)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Mooncloth Gloves -- 22869
 	recipe = AddRecipe(22869, V.ORIG, Q.RARE)
 	recipe:SetRecipeItemID(18417)
 	recipe:SetCraftedItemID(18409)
 	recipe:SetSkillLevels(300, 300, 315, 330, 345)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.CLOTH)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.HEALER, F.CASTER, F.CLOTH)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Cloak of Warding -- 22870
 	recipe = AddRecipe(22870, V.ORIG, Q.RARE)
 	recipe:SetRecipeItemID(18418)
 	recipe:SetCraftedItemID(18413)
 	recipe:SetSkillLevels(300, 300, 315, 330, 345)
-	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.INSTANCE, F.IBOE, F.RBOP, F.TANK, F.CLOAK)
-	recipe:AddCustom("DM_CACHE")
+	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.RETIRED, F.IBOE, F.RBOP, F.TANK, F.CLOAK)
+	recipe:AddCustom("REMOVED_FROM_GAME")

 	-- Mooncloth Robe -- 22902
 	recipe = AddRecipe(22902, V.ORIG, Q.COMMON)
diff --git a/Locales/devel-enUS.lua b/Locales/devel-enUS.lua
index b8a0564..07e3c7f 100644
--- a/Locales/devel-enUS.lua
+++ b/Locales/devel-enUS.lua
@@ -318,7 +318,6 @@ L["DISCOVERY_INSC_MINOR"] = "Obtained randomly by conducting Minor Inscription R
 L["DISCOVERY_INSC_NORTHREND"] = "Obtained randomly by conducting Northrend Inscription Research."
 L["DISPLAY_EXCLUSION_DESC"] = "Display recipes that are in the exclusion list."
 L["DISPLAY_OPTIONS_DESC"] = "Allows you to customize how the GUI behaves."
-L["DM_CACHE"] = "Randomly obtained in Dire Maul (North) in Knot Thimblejack's cache."
 L["DM_TRIBUTE"] = "DM Tribute Run - Chest"
 L["Daedal"] = "Daedal"
 L["Daenril"] = "Daenril"