Mercurial > wow > reagentmaker
changeset 8:17844b0b88c1
Finish disabling the reagent's reagent tooltip, and fill some data about prospection (unfinished)
author | contrebasse |
---|---|
date | Sat, 02 Apr 2011 22:11:51 +0200 |
parents | 28d5f1fbd33f |
children | 70f7d02c2cec |
files | ReagentMaker.lua data.lua |
diffstat | 2 files changed, 78 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ReagentMaker.lua Sat Apr 02 21:45:14 2011 +0200 +++ b/ReagentMaker.lua Sat Apr 02 22:11:51 2011 +0200 @@ -218,5 +218,5 @@ btn.textureHighlight:Hide() btn.label:Hide() A.tooltipRecipe:Hide() - A.tooltipReagent:Hide() + --A.tooltipReagent:Hide() end
--- a/data.lua Sat Apr 02 21:45:14 2011 +0200 +++ b/data.lua Sat Apr 02 22:11:51 2011 +0200 @@ -1,7 +1,9 @@ local addonName, A = ... MillID = 51005 -macroMill = "/cast "..GetSpellInfo(51005).."\n/use " +macroMill = "/cast "..GetSpellInfo(MillID).."\n/use " +ProspectID = 31252 +macroProspect = "/cast "..GetSpellInfo(ProspectID).."\n/use " A.data = { -- Mill [39151] = { -- Alabaster Pigment @@ -83,6 +85,80 @@ {52988,5}, -- Whiptail {52987,5}}, -- Twilight Jasmine + -- Prospect + [774] = { -- Malachite + spell = macroMill, + spellID = MillID, + {2770,5,0.5}}, -- Copper Ore + [818] = { -- Tigerseye + spell = macroMill, + spellID = MillID, + {2770,5,0.5}}, -- Copper Ore + [1210] = { -- Shadowgem + spell = macroMill, + spellID = MillID, + {2771,50.38}, -- Tin Ore + {2770,5,0.1}}, -- Copper Ore + [1705] = { -- Lesser Moonstone + spell = macroMill, + spellID = MillID, + {2771,5,0.38}, -- Tin Ore + {2772,5,0.35}}, -- Iron Ore + [1206] = { -- Moss Agate + spell = macroMill, + spellID = MillID, + {2771,5,0.37}}, -- Tin Ore + [1529] = { -- Jade + spell = macroMill, + spellID = MillID, + {2772,5,0.35}, -- Iron Ore + {2771,5,0.03}}, -- Tin Ore + [7909] = { -- Aquamarine + spell = macroMill, + spellID = MillID, + {3858,5,0.35}, -- Mithril Ore + {2772,5,0.05}, -- Iron Ore + {2771,5,0.03}}, -- Tin Ore + [3864] = { -- Citrine + spell = macroMill, + spellID = MillID, + {2772,5,0.36}, -- Iron Ore + {3858,5,0.35}, -- Mithril Ore + {2771,5,0.03}}, -- Tin Ore + [7910] = { -- Star Ruby + spell = macroMill, + spellID = MillID, + {3858,5,0.36}, -- Mithril Ore + {10620,5,0.15}, -- Thorium Ore + {2772,5,0.05}}, -- Iron Ore + [12799] = { -- Large Opal + spell = macroMill, + spellID = MillID, + {10620,5,0.31}, -- Thorium Ore + {3858,5,0.03}}, -- Mithril Ore + [12361] = { -- Blue Sapphire + spell = macroMill, + spellID = MillID, + {10620,5,0.31}, -- Thorium Ore + {3858,5,0.02}}, -- Mithril Ore + [12800] = { -- Azerothian Diamond + spell = macroMill, + spellID = MillID, + {10620,5,0.31}, -- Thorium Ore + {3858,5,0.02}}, -- Mithril Ore + [12364] = { -- Huge Emerald + spell = macroMill, + spellID = MillID, + {10620,5,0.31}, -- Thorium Ore + {3858,5,0.02}}, -- Mithril Ore + [23112] = { -- Golden Draenite + spell = macroMill, + spellID = MillID, + {23424,5,0.19}, -- Fel Iron Ore + {23425,5,0.18}}, -- Adamantite Ore + -- To be continued... + + -- To add : enchants, elementals, prospecting } A.data[43103] = A.data[39224] -- Verdant Pigment