From 3c5a1edee5aa3c432b43df60b646d8486bc4adce Mon Sep 17 00:00:00 2001 From: Ackis Date: Fri, 19 Dec 2008 18:58:28 +0000 Subject: [PATCH] Add some alchemy skill levels --- ARLDataminer.rb | 30 +++++++++++++++++++++++++++++- AckisRecipeList.lua | 2 +- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/ARLDataminer.rb b/ARLDataminer.rb index 28cba69..d777c48 100644 --- a/ARLDataminer.rb +++ b/ARLDataminer.rb @@ -2914,7 +2914,35 @@ $globalignore = [ ] $skilllevelmap = { - + "Resurgent Healing Potion" => 350, + "Wrath Elixir" => 355, + "Icy Mana Potion" => 360, + "Spellpower Elixir" => 365, + "Guru's Elixir" => 375, + "Lesser Flask of Toughness" => 375, + "Pygmy Oil" => 375, + "Potion of Nightmares" => 380, + "Elixir of Mighty Strength" => 385, + "Elixir of Spirit" => 385, + "Elixir of Mighty Fortitude" => 390, + "Elixir of Mighty Agility" => 395, + "Elixir of Mighty Thoughts" => 395, + "Indestructible Potion" => 395, + "Transmute: Titanium" => 395, + "Indestructible Alchemist Stone" => 400, + "Mercurial Alchemist Stone" => 400, + "Mighty Alchemist Stone" => 400, + "Northrend Alchemy Research" => 400, + "Runic Healing Potion" => 405, + "Endless Healing Potion" => 410, + "Endless Mana Potion" => 410, + "Runic Mana Potion" => 410, + "Transmute: Earthsiege Diamond" => 425, + "Transmute: Skyflare Diamond" => 430, + "Flask of Endless Rage" => 435, + "Flask of Pure Mojo" => 435, + "Flask of Stoneblood" => 435, + "Flask of the Frost Wyrm" => 435, } recipes = WoWDBRecipes.new diff --git a/AckisRecipeList.lua b/AckisRecipeList.lua index 1602524..a8968df 100644 --- a/AckisRecipeList.lua +++ b/AckisRecipeList.lua @@ -2144,7 +2144,7 @@ function addon:MineSkillLevelData() if not skilllevel then skilllevel = 1 end - local skillleveltext = "\"" .. name .. "\" => " .. skilllevel + local skillleveltext = "\"" .. name .. "\" => " .. skilllevel .. "," tinsert(t,skillleveltext) end self:DisplayTextDump(tconcat(t,"\n")) -- 1.7.9.5