Quantcast

Scanned all the vendors in Undercity that sell profession recipes, which resulted in some recipes in Leatherworking and Tailoring that are limited supply

mike [03-26-11 - 20:07]
Scanned all the vendors in Undercity that sell profession recipes, which resulted in some recipes in Leatherworking and Tailoring that are limited supply
Filename
Database/Recipes/Leatherworking.lua
Database/Recipes/Tailoring.lua
Database/Vendor.lua
diff --git a/Database/Recipes/Leatherworking.lua b/Database/Recipes/Leatherworking.lua
index 98cb9df..bea8948 100644
--- a/Database/Recipes/Leatherworking.lua
+++ b/Database/Recipes/Leatherworking.lua
@@ -659,7 +659,8 @@ function addon:InitLeatherworking()
 	recipe:SetCraftedItemID(7386)
 	recipe:SetSkillLevels(190, 190, 210, 220, 230)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.LEATHER)
-	recipe:AddVendor(4225, 4589, 7852, 7854)
+	recipe:AddVendor(4225, 7852, 7854)
+	recipe:AddLimitedVendor(4589, 1)

 	-- Dusky Belt -- 9206
 	recipe = AddRecipe(9206, V.ORIG, Q.COMMON)
@@ -881,7 +882,7 @@ function addon:InitLeatherworking()
 	recipe:SetSkillLevels(245, 245, 265, 275, 285)
 	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)
@@ -1533,7 +1534,8 @@ function addon:InitLeatherworking()
 	recipe:SetCraftedItemID(18948)
 	recipe:SetSkillLevels(155, 155, 175, 185, 195)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.DPS, F.LEATHER)
-	recipe:AddVendor(4225, 4589)
+	recipe:AddVendor(4225)
+	recipe:AddLimitedVendor(4589, 1)

 	-- Might of the Timbermaw -- 23703
 	recipe = AddRecipe(23703, V.ORIG, Q.COMMON)
diff --git a/Database/Recipes/Tailoring.lua b/Database/Recipes/Tailoring.lua
index b9ebe40..662803f 100644
--- a/Database/Recipes/Tailoring.lua
+++ b/Database/Recipes/Tailoring.lua
@@ -1006,7 +1006,8 @@ function addon:InitTailoring()
 	recipe:SetCraftedItemID(10034)
 	recipe:SetSkillLevels(240, 240, 245, 250, 255)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE)
-	recipe:AddVendor(4577, 8681)
+	recipe:AddVendor(8681)
+	recipe:AddLimitedVendor(4577, 1)

 	-- Shadoweave Mask -- 12086
 	recipe = AddRecipe(12086, V.ORIG, Q.UNCOMMON)
@@ -1029,7 +1030,8 @@ function addon:InitTailoring()
 	recipe:SetCraftedItemID(10035)
 	recipe:SetSkillLevels(245, 245, 250, 255, 260)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.CLOTH)
-	recipe:AddVendor(4577, 8681)
+	recipe:AddVendor(8681)
+	recipe:AddLimitedVendor(4577, 1)

 	-- White Wedding Dress -- 12091
 	recipe = AddRecipe(12091, V.ORIG, Q.COMMON)
@@ -1052,7 +1054,8 @@ function addon:InitTailoring()
 	recipe:SetCraftedItemID(10036)
 	recipe:SetSkillLevels(250, 250, 265, 280, 295)
 	recipe:AddFilters(F.ALLIANCE, F.HORDE, F.VENDOR, F.IBOE, F.RBOE, F.CLOTH)
-	recipe:AddVendor(4577, 8681)
+	recipe:AddVendor(8681)
+	recipe:AddLimitedVendor(4577, 1)

 	-- Bolt of Runecloth -- 18401
 	recipe = AddRecipe(18401, V.ORIG, Q.COMMON)
diff --git a/Database/Vendor.lua b/Database/Vendor.lua
index 029285d..7de8463 100644
--- a/Database/Vendor.lua
+++ b/Database/Vendor.lua
@@ -138,14 +138,14 @@ function addon:InitVendor(DB)
 	AddVendor(4229,		L["Mythrin'dir"],			BZ["Darnassus"],			60.0, 19.1, ALLIANCE)
 	AddVendor(4265,		L["Nyoma"],				BZ["Teldrassil"],			57.2, 61.2, ALLIANCE)
 	AddVendor(4305,		L["Kriggon Talsone"],			BZ["Westfall"],				36.2, 90.1, ALLIANCE)
-	AddVendor(4553,		L["Ronald Burch"],			BZ["Undercity"],			62.4, 43.4, HORDE)
-	AddVendor(4561,		L["Daniel Bartlett"],			BZ["Undercity"],			64.2, 37.7, HORDE)
-	AddVendor(4574,		L["Lizbeth Cromwell"],			BZ["Undercity"],			81.2, 31.0, HORDE)
-	AddVendor(4577,		L["Millie Gregorian"],			BZ["Undercity"],			70.8, 29.6, HORDE)
-	AddVendor(4589,		L["Joseph Moore"],			BZ["Undercity"],			70.2, 57.8, HORDE)
-	AddVendor(4610,		L["Algernon"],				BZ["Undercity"],			51.9, 74.4, HORDE)
-	AddVendor(4617,		L["Thaddeus Webb"],			BZ["Undercity"],			62.0, 60.7, HORDE)
-	AddVendor(4775,		L["Felicia Doan"],			BZ["Undercity"],			64.3, 50.2, HORDE)
+	AddVendor(4553,		L["Ronald Burch"],			BZ["Undercity"],			62.3, 43.1, HORDE) -- COMPLETELY UPDATED
+	AddVendor(4561,		L["Daniel Bartlett"],			BZ["Undercity"],			64.1, 37.4, HORDE) -- COMPLETELY UPDATED
+	AddVendor(4574,		L["Lizbeth Cromwell"],			BZ["Undercity"],			81.0, 30.7, HORDE) -- COMPLETELY UPDATED
+	AddVendor(4577,		L["Millie Gregorian"],			BZ["Undercity"],			70.6, 30.1, HORDE) -- COMPLETELY UPDATED
+	AddVendor(4589,		L["Joseph Moore"],			BZ["Undercity"],			70.0, 58.5, HORDE) -- COMPLETELY UPDATED
+	AddVendor(4610,		L["Algernon"],				BZ["Undercity"],			51.7, 74.7, HORDE) -- COMPLETELY UPDATED
+	AddVendor(4617,		L["Thaddeus Webb"],			BZ["Undercity"],			62.4, 61.0, HORDE) -- COMPLETELY UPDATED
+	AddVendor(4775,		L["Felicia Doan"],			BZ["Undercity"],			64.1, 50.6, HORDE) -- COMPLETELY UPDATED
 	AddVendor(4782,		L["Truk Wildbeard"],			BZ["The Hinterlands"],			14.4, 42.5, ALLIANCE)
 	AddVendor(4878,		L["Montarr"],				BZ["Thousand Needles"],			45.2, 50.7, HORDE)
 	AddVendor(4879,		L["Ogg'marr"],				BZ["Dustwallow Marsh"],			36.7, 31.0, HORDE)
@@ -225,7 +225,7 @@ function addon:InitVendor(DB)
 	AddVendor(12959,	L["Nergal"],				BZ["Un'Goro Crater"],			43.3,  7.7, NEUTRAL)
 	AddVendor(12962,	L["Wik'Tar"],				BZ["Ashenvale"],			11.8, 34.1, HORDE)
 	AddVendor(13420,	L["Penney Copperpinch"],		BZ["Orgrimmar"],			53.5, 66.1, NEUTRAL)
-	AddVendor(13429,	L["Nardstrum Copperpinch"],		BZ["Undercity"],			67.5, 38.7, HORDE)
+	AddVendor(13429,	L["Nardstrum Copperpinch"],		BZ["Undercity"],			67.5, 38.7, HORDE) -- COMPLETELY UPDATED
 	AddVendor(13432,	L["Seersa Copperpinch"],		BZ["Thunder Bluff"],			42.0, 55.1, HORDE)
 	AddVendor(13433,	L["Wulmort Jinglepocket"],		BZ["Ironforge"],			33.0, 67.6, NEUTRAL)
 	AddVendor(13435,	L["Khole Jinglepocket"],		BZ["Stormwind City"],			62.2, 70.6, ALLIANCE)