From 8d2c282d3dc5717110b0605abc46befcd7cceb0a Mon Sep 17 00:00:00 2001 From: Ackis Date: Mon, 29 Dec 2008 18:34:22 +0000 Subject: [PATCH] Fix a few BS patterns. --- ARLDataminer.rb | 23 +++++++++++++++++------ RecipeDB/ARL-Blacksmith.lua | 16 ++++++++-------- RecipeDB/ARL-Custom.lua | 2 ++ 3 files changed, 27 insertions(+), 14 deletions(-) diff --git a/ARLDataminer.rb b/ARLDataminer.rb index 9d6e920..4347f46 100644 --- a/ARLDataminer.rb +++ b/ARLDataminer.rb @@ -229,6 +229,7 @@ function addon:InitCustom(CustomDB) self:addLookupList(CustomDB, 22, "Random BoP drop off of bosses in AQ40.") self:addLookupList(CustomDB, 23, "DM Cache - Knot Thimblejack") self:addLookupList(CustomDB, 24, "Sunwell Trash Drop") + self:addLookupList(CustomDB, 25, "There is a chance that you find it in 5 different rooms in blackrock depths, its random spawn though, and sometimes it doesnt even spawn at all.") end @@ -5783,19 +5784,29 @@ def get_bs_list(recipes, maps) } bsmanual=< "The Old Ways", :faction => 2} - create_profession_db("./RecipeDB/ARL-Blacksmith.lua","Blacksmithing",recipes,maps,"InitBlacksmithing",blacksmithing,[2671,8366,8368,9942,9957,16960,16965,16967,16980,16986,16987],bsspeciallist,bsmanual,bsacquire) + create_profession_db("./RecipeDB/ARL-Blacksmith.lua","Blacksmithing",recipes,maps,"InitBlacksmithing",blacksmithing,[2671,8366,8368,9942,9957,15293,15295,16960,16965,16967,16980,16986,16987],bsspeciallist,bsmanual,bsacquire) end diff --git a/RecipeDB/ARL-Blacksmith.lua b/RecipeDB/ARL-Blacksmith.lua index cf507c5..aabd69c 100644 --- a/RecipeDB/ARL-Blacksmith.lua +++ b/RecipeDB/ARL-Blacksmith.lua @@ -834,23 +834,23 @@ function addon:InitBlacksmithing(RecipeDB) self:addTradeFlags(RecipeDB,15292,1,2,5,11,21,22,23,24,25,26,27,28,29,30,36,40,70) self:addTradeAcquire(RecipeDB,15292,3,8921,3,8926,3,8927,3,8928,3,9028) - -- Dark Iron Mail -- 15293 - recipecount = recipecount + 1 - self:addTradeSkill(RecipeDB,15293,270,11606,2,2018) - self:addTradeFlags(RecipeDB,15293,1,2,5,21,22,23,24,25,26,27,28,29,30,36,41,58) - self:addTradeAcquire(RecipeDB,15293,3,8907) - -- Dark Iron Sunderer -- 15294 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,15294,275,11607,3,2018) self:addTradeFlags(RecipeDB,15294,1,2,5,21,22,23,24,25,26,27,28,29,30,36,40,68) self:addTradeAcquire(RecipeDB,15294,3,9554,3,10043) + -- Dark Iron Mail -- 15293 + recipecount = recipecount + 1 + self:addTradeSkill(RecipeDB,15293,270,11606,2,2018) + self:addTradeFlags(RecipeDB,15293,1,2,5,21,22,23,24,25,26,27,28,29,30,36,41,51,52,58) + self:addTradeAcquire(RecipeDB,15293,8,25) + -- Dark Iron Shoulders -- 15295 recipecount = recipecount + 1 self:addTradeSkill(RecipeDB,15295,280,11605,2,2018) - self:addTradeFlags(RecipeDB,15295,21,22,23,24,25,26,27,28,29,30,36,41,59) - -- No acquire information + self:addTradeFlags(RecipeDB,15295,1,2,5,21,22,23,24,25,26,27,28,29,30,36,41,51,52,59) + self:addTradeAcquire(RecipeDB,15295,8,25) -- Dark Iron Plate -- 15296 recipecount = recipecount + 1 diff --git a/RecipeDB/ARL-Custom.lua b/RecipeDB/ARL-Custom.lua index 65ac50c..0b70d3a 100644 --- a/RecipeDB/ARL-Custom.lua +++ b/RecipeDB/ARL-Custom.lua @@ -56,6 +56,8 @@ function addon:InitCustom(CustomDB) self:addLookupList(CustomDB, 21, "Gnome transport.") self:addLookupList(CustomDB, 22, "Random BoP drop off of bosses in AQ40.") self:addLookupList(CustomDB, 23, "DM Cache - Knot Thimblejack") + self:addLookupList(CustomDB, 24, "Sunwell Trash Drop") + self:addLookupList(CustomDB, 25, "There is a chance that you find it in 5 different rooms in blackrock depths, its random spawn though, and sometimes it doesnt even spawn at all.") end -- 1.7.9.5