1383 lines
66 KiB
Lua
1383 lines
66 KiB
Lua
--[[
|
|
Enchantrix Addon for World of Warcraft(tm).
|
|
Version: 5.9.4961 (WhackyWallaby)
|
|
Revision: $Id: EnxConstants.lua 4632 2010-01-24 02:33:54Z ccox $
|
|
URL: http://enchantrix.org/
|
|
|
|
Enchantrix Constants.
|
|
|
|
License:
|
|
This program is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU General Public License
|
|
as published by the Free Software Foundation; either version 2
|
|
of the License, or (at your option) any later version.
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
GNU General Public License for more details.
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
along with this program(see GPL.txt); if not, write to the Free Software
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
Note:
|
|
This AddOn's source code is specifically designed to work with
|
|
World of Warcraft's interpreted AddOn system.
|
|
You have an implicit license to use this AddOn with these facilities
|
|
since that is its designated purpose as per:
|
|
http://www.fsf.org/licensing/licenses/gpl-faq.html#InterpreterIncompat
|
|
]]
|
|
Enchantrix_RegisterRevision("$URL: http://svn.norganna.org/auctioneer/branches/5.9/Enchantrix/EnxConstants.lua $", "$Rev: 4632 $")
|
|
|
|
local const = Enchantrix.Constants
|
|
|
|
-- These are market norm prices, a median across all servers
|
|
-- Median prices from several sites updated August 23, 2009 - Updated by ccox
|
|
-- Prices are in copper aka GGSSCC
|
|
const.StaticPrices = {
|
|
[34057] = 1000000, -- Abyss Crystal
|
|
[22450] = 60000, -- Void Crystal
|
|
[20725] = 15000, -- Nexus Crystal
|
|
|
|
[34052] = 140000, -- Dream Shard
|
|
[22449] = 60000, -- Large Prismatic Shard
|
|
[14344] = 25000, -- Large Brilliant Shard
|
|
[11178] = 110000, -- Large Radiant Shard
|
|
[11139] = 10000, -- Large Glowing Shard
|
|
[11084] = 6000, -- Large Glimmering Shard
|
|
|
|
[34053] = 60000, -- Small Dream Shard
|
|
[22448] = 16000, -- Small Prismatic Shard
|
|
[14343] = 23000, -- Small Brilliant Shard
|
|
[11177] = 70000, -- Small Radiant Shard
|
|
[11138] = 1000, -- Small Glowing Shard
|
|
[10978] = 700, -- Small Glimmering Shard
|
|
|
|
[34055] = 200000, -- Greater Cosmic Essence
|
|
[22446] = 120000, -- Greater Planar Essence
|
|
[16203] = 110000, -- Greater Eternal Essence
|
|
[11175] = 95000, -- Greater Nether Essence
|
|
[11135] = 11000, -- Greater Mystic Essence
|
|
[11082] = 6000, -- Greater Astral Essence
|
|
[10939] = 6000, -- Greater Magic Essence
|
|
|
|
[34056] = 75000, -- Lesser Cosmic Essence
|
|
[22447] = 38000, -- Lesser Planar Essence
|
|
[16202] = 52500, -- Lesser Eternal Essence
|
|
[11174] = 35000, -- Lesser Nether Essence
|
|
[11134] = 7500, -- Lesser Mystic Essence
|
|
[10998] = 5000, -- Lesser Astral Essence
|
|
[10938] = 4000, -- Lesser Magic Essence
|
|
|
|
[34054] = 47500, -- Infinite Dust
|
|
[22445] = 12500, -- Arcane Dust
|
|
[16204] = 15000, -- Illusion Dust
|
|
[11176] = 5000, -- Dream Dust
|
|
[11137] = 11000, -- Vision Dust
|
|
[11083] = 5000, -- Soul Dust
|
|
[10940] = 3000, -- Strange Dust
|
|
|
|
[2772] = 11500, -- Iron Ore
|
|
[3356] = 11000, -- Kingsblood
|
|
[3371] = 20, -- Empty Vial -- should use vendor price
|
|
[3372] = 200, -- Leaded Vial -- should use vendor price
|
|
[3819] = 21000, -- Wintersbite
|
|
[3829] = 110000, -- Frost Oil
|
|
[4470] = 38, -- Simple Wood -- should use vendor price
|
|
[4625] = 12500, -- Firebloom
|
|
[5500] = 65000, -- Iridescent Pearl
|
|
[5637] = 15000, -- Large Fang
|
|
[6037] = 37500, -- Truesilver Bar
|
|
[6048] = 10000, -- Shadow Protection Potion
|
|
[6217] = 124, -- Copper Rod -- should use vendor price
|
|
[6370] = 7500, -- Blackmouth Oil
|
|
[6371] = 15000, -- Fire Oil
|
|
[7067] = 45000, -- Elemental Earth
|
|
[7075] = 45000, -- Core of Earth
|
|
[7077] = 30000, -- Heart of Fire
|
|
[7078] = 20000, -- Essence of Fire
|
|
[7079] = 35000, -- Globe of Water
|
|
[7080] = 40000, -- Essence of Water
|
|
[7081] = 70000, -- Breath of Wind
|
|
[7082] = 35000, -- Essence of Air
|
|
[7392] = 5000, -- Green Whelp Scale
|
|
[7971] = 50000, -- Black Pearl
|
|
[7972] = 1500, -- Ichor of Undeath
|
|
[8153] = 13000, -- Wildvine
|
|
[8170] = 10000, -- Rugged Leather
|
|
[8831] = 13500, -- Purple Lotus
|
|
[8838] = 12500, -- Sungrass
|
|
[8925] = 2500, -- Crystal Vial -- should use vendor price
|
|
[9224] = 32500, -- Elixir of Demonslaying
|
|
[11128] = 70000, -- Golden Rod
|
|
[11144] = 150000, -- Truesilver Rod
|
|
[11291] = 4500, -- Star Wood -- should use vendor price
|
|
[11382] = 400000, -- Blood of the Mountain
|
|
[11754] = 15000, -- Black Diamond
|
|
[12359] = 27500, -- Thorium Bar
|
|
[12803] = 30000, -- Living Essence
|
|
[12808] = 40000, -- Essence of Undeath
|
|
[12809] = 75000, -- Guardian Stone
|
|
[12811] = 220000, -- Righteous Orb
|
|
[13444] = 6500, -- Major Mana Potion
|
|
[13446] = 6000, -- Major Healing Potion
|
|
[13467] = 15000, -- Icecap
|
|
[13468] = 59000, -- Black Lotus
|
|
[13926] = 80000, -- Golden Pearl
|
|
[16206] = 580000, -- Arcanite Rod
|
|
|
|
[17034] = 200, -- Maple Seed -- should use vendor price
|
|
[17035] = 400, -- Stranglethorn Seed -- should use vendor price
|
|
[18256] = 20000, -- Imbued Vial -- should use vendor price
|
|
[18512] = 45000, -- Larval Acid
|
|
[21884] = 120000, -- Primal Fire
|
|
[21885] = 130000, -- Primal Water
|
|
[21886] = 70000, -- Primal Life
|
|
[22451] = 200000, -- Primal Air
|
|
[22452] = 25000, -- Primal Earth
|
|
[22456] = 45000, -- Primal Shadow
|
|
[22457] = 75000, -- Primal Mana
|
|
[22791] = 15500, -- Netherbloom
|
|
[22792] = 15000, -- Nightmare Vine
|
|
[25843] = 450000, -- Fel Iron Rod
|
|
[25844] = 550000, -- Adamantite Rod
|
|
[25845] = 350000, -- Eternium Rod
|
|
[23571] = 750000, -- Primal MIght
|
|
[35622] = 100000, -- Eternal Water
|
|
[35623] = 150000, -- Eternal Air
|
|
[35624] = 80000, -- Eternal Earth
|
|
[35625] = 130000, -- Eternal Life
|
|
[35627] = 67500, -- Eternal Shadow
|
|
[36860] = 250000, -- Eternal Fire
|
|
[37705] = 12500, -- Crystallized Water
|
|
[41745] = 550000, -- Titanium Rod
|
|
[41163] = 150000, -- Titanium bar
|
|
|
|
[24243] = 32500, -- ADAMANTITEPOWDER
|
|
[46849] = 320000, -- TITANIUMPOWDER
|
|
|
|
[39151] = 9500, -- ALABASTER_PIGMENT
|
|
[39334] = 7500, -- DUSKY_PIGMENT
|
|
[39338] = 20000, -- GOLDEN_PIGMENT
|
|
[39339] = 30000, -- EMERALD_PIGMENT
|
|
[39340] = 30000, -- VIOLET_PIGMENT
|
|
[39341] = 20000, -- SILVERY_PIGMENT
|
|
[43103] = 17500, -- VERDANT_PIGMENT
|
|
[43104] = 27000, -- BURNT_PIGMENT
|
|
[43105] = 42500, -- INDIGO_PIGMENT
|
|
[43106] = 44000, -- RUBY_PIGMENT
|
|
[43107] = 55000, -- SAPPHIRE_PIGMENT
|
|
[39342] = 20000, -- NETHER_PIGMENT
|
|
[43108] = 20000, -- EBON_PIGMENT
|
|
[39343] = 20000, -- AZURE_PIGMENT
|
|
[43109] = 230000, -- ICY_PIGMENT
|
|
|
|
[818] = 7500, -- TIGERSEYE
|
|
[774] = 5000, -- MALACHITE
|
|
[1210] = 20000, -- SHADOWGEM
|
|
[1705] = 25000, -- LESSERMOONSTONE
|
|
[1206] = 45000, -- MOSSAGATE
|
|
[3864] = 35000, -- CITRINE
|
|
[1529] = 50000, -- JADE
|
|
[7909] = 60000, -- AQUAMARINE
|
|
[7910] = 70000, -- STARRUBY
|
|
[12800] = 190000, -- AZEROTHIANDIAMOND
|
|
[12361] = 110000, -- BLUESAPPHIRE
|
|
[12799] = 150000, -- LARGEOPAL
|
|
[12364] = 230000, -- HUGEEMERALD
|
|
[23077] = 20000, -- BLOODGARNET
|
|
[21929] = 20000, -- FLAMESPESSARITE
|
|
[23112] = 20000, -- GOLDENDRAENITE
|
|
[23079] = 20000, -- DEEPPERIDOT
|
|
[23117] = 25000, -- AZUREMOONSTONE
|
|
[23107] = 20000, -- SHADOWDRAENITE
|
|
[23436] = 45000, -- LIVINGRUBY
|
|
[23439] = 45000, -- NOBLETOPAZ
|
|
[23440] = 45000, -- DAWNSTONE
|
|
[23437] = 43000, -- TALASITE
|
|
[23438] = 45000, -- STAROFELUNE
|
|
[23441] = 45000, -- NIGHTSEYE
|
|
|
|
[36923] = 24000, -- Chalcedony
|
|
[36929] = 21200, -- Huge Citrine
|
|
[36917] = 22000, -- Bloodstone
|
|
[36926] = 10500, -- Shadow Crystal
|
|
[36920] = 15000, -- Sun Crystal
|
|
[36932] = 12500, -- Dark Jade
|
|
|
|
[36933] = 100000, -- Forest Emerald
|
|
[36918] = 650000, -- Scarlet Ruby
|
|
[36927] = 200000, -- Twilight Opal
|
|
[36930] = 250000, -- Monarch Topaz
|
|
[36924] = 100000, -- Sky Sapphire
|
|
[36921] = 270000, -- Autumn's Glow
|
|
|
|
[36925] = 1600000, -- MAJESTICZIRCON
|
|
[36931] = 1400000, -- AMETRINE
|
|
[36922] = 1750000, -- KINGSAMBER
|
|
[36928] = 1750000, -- DREADSTONE
|
|
[36919] = 1850000, -- CARDINALRUBY
|
|
[36934] = 1250000, -- EYEOFZUL
|
|
|
|
}
|
|
|
|
const.DUST = 1
|
|
const.ESSENCE_LESSER = 2
|
|
const.ESSENCE_GREATER = 3
|
|
const.SHARD_SMALL = 4
|
|
const.SHARD_LARGE = 5
|
|
const.CRYSTAL = 6
|
|
|
|
const.CONSUMABLE = 0
|
|
const.CONTAINER = 1
|
|
const.WEAPON = 2
|
|
const.ARMOR = 4
|
|
const.REAGENT = 5
|
|
const.PROJECTILE = 6
|
|
const.TRADE = 7
|
|
const.RECIPE = 9
|
|
const.QUIVER = 11
|
|
const.QUEST = 12
|
|
const.KEY = 13
|
|
const.MISC = 15
|
|
|
|
|
|
const.InventoryTypes = {
|
|
["INVTYPE_2HWEAPON"] = const.WEAPON,
|
|
["INVTYPE_WEAPON"] = const.WEAPON,
|
|
["INVTYPE_WEAPONMAINHAND"] = const.WEAPON,
|
|
["INVTYPE_WEAPONOFFHAND"] = const.WEAPON,
|
|
["INVTYPE_RANGED"] = const.WEAPON,
|
|
["INVTYPE_RANGEDRIGHT"] = const.WEAPON,
|
|
["INVTYPE_THROWN"] = const.WEAPON,
|
|
["INVTYPE_BODY"] = const.ARMOR,
|
|
["INVTYPE_CHEST"] = const.ARMOR,
|
|
["INVTYPE_CLOAK"] = const.ARMOR,
|
|
["INVTYPE_FEET"] = const.ARMOR,
|
|
["INVTYPE_FINGER"] = const.ARMOR,
|
|
["INVTYPE_HAND"] = const.ARMOR,
|
|
["INVTYPE_HEAD"] = const.ARMOR,
|
|
["INVTYPE_HOLDABLE"] = const.ARMOR,
|
|
["INVTYPE_LEGS"] = const.ARMOR,
|
|
["INVTYPE_NECK"] = const.ARMOR,
|
|
["INVTYPE_ROBE"] = const.ARMOR,
|
|
["INVTYPE_SHIELD"] = const.ARMOR,
|
|
["INVTYPE_SHOULDER"] = const.ARMOR,
|
|
["INVTYPE_TABARD"] = const.ARMOR,
|
|
["INVTYPE_TRINKET"] = const.ARMOR,
|
|
["INVTYPE_WAIST"] = const.ARMOR,
|
|
["INVTYPE_WRIST"] = const.ARMOR,
|
|
["INVTYPE_RELIC"] = const.ARMOR,
|
|
}
|
|
|
|
-- Enchanting reagents
|
|
local VOID = 22450
|
|
local NEXUS = 20725
|
|
local LPRISMATIC = 22449
|
|
local LBRILLIANT = 14344
|
|
local LRADIANT = 11178
|
|
local LGLOWING = 11139
|
|
local LGLIMMERING = 11084
|
|
local SPRISMATIC = 22448
|
|
local SBRILLIANT = 14343
|
|
local SRADIANT = 11177
|
|
local SGLOWING = 11138
|
|
local SGLIMMERING = 10978
|
|
local GPLANAR = 22446
|
|
local GETERNAL = 16203
|
|
local GNETHER = 11175
|
|
local GMYSTIC = 11135
|
|
local GASTRAL = 11082
|
|
local GMAGIC = 10939
|
|
local LPLANAR = 22447
|
|
local LETERNAL = 16202
|
|
local LNETHER = 11174
|
|
local LMYSTIC = 11134
|
|
local LASTRAL = 10998
|
|
local LMAGIC = 10938
|
|
local ARCANE = 22445
|
|
local ILLUSION = 16204
|
|
local DREAM = 11176
|
|
local VISION = 11137
|
|
local SOUL = 11083
|
|
local STRANGE = 10940
|
|
|
|
local DREAM_SHARD = 34052
|
|
local SDREAM_SHARD = 34053
|
|
local INFINITE = 34054
|
|
local GCOSMIC = 34055
|
|
local LCOSMIC = 34056
|
|
local ABYSS = 34057
|
|
|
|
|
|
-- and in a form we can iterate over, with a fixed order for the UI
|
|
|
|
const.DisenchantReagentList = {
|
|
|
|
34057, -- Abyss Crystal
|
|
22450, -- Void Crystal
|
|
20725, -- Nexus Crystal
|
|
|
|
34052, -- Dream Shard
|
|
22449, -- Large Prismatic Shard
|
|
14344, -- Large Brilliant Shard
|
|
11178, -- Large Radiant Shard
|
|
11139, -- Large Glowing Shard
|
|
11084, -- Large Glimmering Shard
|
|
|
|
34053, -- Small Dream Shard
|
|
22448, -- Small Prismatic Shard
|
|
14343, -- Small Brilliant Shard
|
|
11177, -- Small Radiant Shard
|
|
11138, -- Small Glowing Shard
|
|
10978, -- Small Glimmering Shard
|
|
|
|
34055, -- Greater Cosmic Essence
|
|
22446, -- Greater Planar Essence
|
|
16203, -- Greater Eternal Essence
|
|
11175, -- Greater Nether Essence
|
|
11135, -- Greater Mystic Essence
|
|
11082, -- Greater Astral Essence
|
|
10939, -- Greater Magic Essence
|
|
|
|
34056, -- Lesser Cosmic Essence
|
|
22447, -- Lesser Planar Essence
|
|
16202, -- Lesser Eternal Essence
|
|
11174, -- Lesser Nether Essence
|
|
11134, -- Lesser Mystic Essence
|
|
10998, -- Lesser Astral Essence
|
|
10938, -- Lesser Magic Essence
|
|
|
|
34054, -- Infinite Dust
|
|
22445, -- Arcane Dust
|
|
16204, -- Illusion Dust
|
|
11176, -- Dream Dust
|
|
11137, -- Vision Dust
|
|
11083, -- Soul Dust
|
|
10940, -- Strange Dust
|
|
|
|
}
|
|
|
|
|
|
-- item qualities
|
|
local UNCOMMON = 2
|
|
local RARE = 3
|
|
local EPIC = 4
|
|
|
|
-- disenchanting level bracket upper bounds
|
|
-- e.g. an ilevel 52 item goes into bracket 55
|
|
const.levelUpperBounds = { 15, 20, 25, 30, 35, 40, 45, 50, 55, 60, 65, 70, 79, 85, 94, 99, 115, 120, 151, 164, 200, 275 }
|
|
|
|
|
|
-- the big disenchant table, indexed by [quality][type][level bracket]
|
|
-- and yielding { { reagent type, drop probability, average drop quantity }, ... }
|
|
-- Thanks to Chardonnay, Tekkub and Wowhead
|
|
|
|
-- TODO - ccox - can I use a bounds list per quality to make the tables smaller?
|
|
const.baseDisenchantTable = {
|
|
[UNCOMMON] = {
|
|
[const.WEAPON] = {
|
|
[15] = { { STRANGE , 0.20, 1.5 }, { LMAGIC , 0.80, 1.5 }, },
|
|
[20] = { { STRANGE , 0.20, 2.5 }, { GMAGIC , 0.75, 1.5 }, { SGLIMMERING, 0.05, 1.0 }, },
|
|
[25] = { { STRANGE , 0.15, 5.0 }, { LASTRAL , 0.75, 1.5 }, { SGLIMMERING, 0.10, 1.0 }, },
|
|
[30] = { { SOUL , 0.20, 1.5 }, { GASTRAL , 0.75, 1.5 }, { LGLIMMERING, 0.05, 1.0 }, },
|
|
[35] = { { SOUL , 0.20, 3.5 }, { LMYSTIC , 0.75, 1.5 }, { SGLOWING , 0.05, 1.0 }, },
|
|
[40] = { { VISION , 0.20, 1.5 }, { GMYSTIC , 0.75, 1.5 }, { LGLOWING , 0.05, 1.0 }, },
|
|
[45] = { { VISION , 0.15, 3.5 }, { LNETHER , 0.80, 1.5 }, { SRADIANT , 0.05, 1.0 }, },
|
|
[50] = { { DREAM , 0.20, 1.5 }, { GNETHER , 0.75, 1.5 }, { LRADIANT , 0.05, 1.0 }, },
|
|
[55] = { { DREAM , 0.20, 3.5 }, { LETERNAL, 0.75, 1.5 }, { SBRILLIANT , 0.05, 1.0 }, },
|
|
[60] = { { ILLUSION, 0.20, 1.5 }, { GETERNAL, 0.75, 1.5 }, { LBRILLIANT , 0.05, 1.0 }, },
|
|
[65] = { { ILLUSION, 0.20, 3.5 }, { GETERNAL, 0.75, 2.5 }, { LBRILLIANT , 0.05, 1.0 }, },
|
|
[70] = { { ARCANE , 0.20, 1.5 }, { LPLANAR , 0.75, 1.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[79] = { { ARCANE , 0.20, 1.5 }, { LPLANAR , 0.75, 1.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[85] = { { ARCANE , 0.20, 2.5 }, { LPLANAR , 0.75, 2.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[94] = { { ARCANE , 0.20, 2.5 }, { LPLANAR , 0.75, 2.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[99] = { { ARCANE , 0.20, 2.5 }, { LPLANAR , 0.75, 2.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[115] = { { ARCANE , 0.20, 3.5 }, { GPLANAR , 0.75, 1.5 }, { LPRISMATIC , 0.05, 1.0 }, },
|
|
[120] = { { ARCANE , 0.20, 3.5 }, { GPLANAR , 0.75, 1.5 }, { LPRISMATIC , 0.05, 1.0 }, }, -- highest level BC green
|
|
[151] = { { INFINITE, 0.20, 2.5 }, { LCOSMIC , 0.75, 1.5 }, { SDREAM_SHARD, 0.05, 1.0 }, },
|
|
[164] = { { INFINITE, 0.20, 5.5 }, { GCOSMIC , 0.75, 1.5 }, { DREAM_SHARD , 0.05, 1.0 }, },
|
|
[200] = { { INFINITE, 0.20, 5.5 }, { GCOSMIC , 0.75, 1.5 }, { DREAM_SHARD , 0.05, 1.0 }, }, -- highest level LK green is 182, so far
|
|
},
|
|
[const.ARMOR] = {
|
|
[15] = { { STRANGE , 0.80, 1.5 }, { LMAGIC , 0.20, 1.5 }, },
|
|
[20] = { { STRANGE , 0.75, 2.5 }, { GMAGIC , 0.20, 1.5 }, { SGLIMMERING, 0.05, 1.0 }, },
|
|
[25] = { { STRANGE , 0.75, 5.0 }, { LASTRAL , 0.15, 1.5 }, { SGLIMMERING, 0.10, 1.0 }, },
|
|
[30] = { { SOUL , 0.75, 1.5 }, { GASTRAL , 0.20, 1.5 }, { LGLIMMERING, 0.05, 1.0 }, },
|
|
[35] = { { SOUL , 0.75, 3.5 }, { LMYSTIC , 0.20, 1.5 }, { SGLOWING , 0.05, 1.0 }, },
|
|
[40] = { { VISION , 0.75, 1.5 }, { GMYSTIC , 0.20, 1.5 }, { LGLOWING , 0.05, 1.0 }, },
|
|
[45] = { { VISION , 0.80, 3.5 }, { LNETHER , 0.15, 1.5 }, { SRADIANT , 0.05, 1.0 }, },
|
|
[50] = { { DREAM , 0.75, 1.5 }, { GNETHER , 0.20, 1.5 }, { LRADIANT , 0.05, 1.0 }, },
|
|
[55] = { { DREAM , 0.75, 3.5 }, { LETERNAL, 0.20, 1.5 }, { SBRILLIANT , 0.05, 1.0 }, },
|
|
[60] = { { ILLUSION, 0.75, 1.5 }, { GETERNAL, 0.20, 1.5 }, { LBRILLIANT , 0.05, 1.0 }, },
|
|
[65] = { { ILLUSION, 0.75, 3.5 }, { GETERNAL, 0.20, 2.5 }, { LBRILLIANT , 0.05, 1.0 }, },
|
|
[70] = { { ARCANE , 0.80, 1.5 }, { LPLANAR , 0.15, 1.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[79] = { { ARCANE , 0.80, 1.5 }, { LPLANAR , 0.15, 1.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[85] = { { ARCANE , 0.75, 2.5 }, { LPLANAR , 0.20, 2.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[94] = { { ARCANE , 0.75, 2.5 }, { LPLANAR , 0.20, 2.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[99] = { { ARCANE , 0.75, 2.5 }, { LPLANAR , 0.20, 2.5 }, { SPRISMATIC , 0.05, 1.0 }, },
|
|
[115] = { { ARCANE , 0.75, 3.5 }, { GPLANAR , 0.20, 1.5 }, { LPRISMATIC , 0.05, 1.0 }, },
|
|
[120] = { { ARCANE , 0.75, 3.5 }, { GPLANAR , 0.20, 1.5 }, { LPRISMATIC , 0.05, 1.0 }, }, -- highest level BC green
|
|
[151] = { { INFINITE, 0.75, 2.5 }, { LCOSMIC , 0.20, 1.5 }, { SDREAM_SHARD, 0.05, 1.0 }, },
|
|
[164] = { { INFINITE, 0.75, 5.5 }, { GCOSMIC , 0.20, 1.5 }, { DREAM_SHARD , 0.05, 1.0 }, },
|
|
[200] = { { INFINITE, 0.75, 5.5 }, { GCOSMIC , 0.20, 1.5 }, { DREAM_SHARD , 0.05, 1.0 }, }, -- highest level LK green is 182, so far
|
|
},
|
|
},
|
|
[RARE] = {
|
|
[const.WEAPON] = {
|
|
[15] = { { SGLIMMERING, 1.00, 1.0 }, },
|
|
[20] = { { SGLIMMERING, 1.00, 1.0 }, },
|
|
[25] = { { SGLIMMERING, 1.00, 1.0 }, },
|
|
[30] = { { LGLIMMERING, 1.00, 1.0 }, },
|
|
[35] = { { SGLOWING , 1.00, 1.0 }, },
|
|
[40] = { { LGLOWING , 1.00, 1.0 }, },
|
|
[45] = { { SRADIANT , 1.00, 1.0 }, },
|
|
[50] = { { LRADIANT , 1.00, 1.0 }, },
|
|
[55] = { { SBRILLIANT , 1.00, 1.0 }, },
|
|
[60] = { { LBRILLIANT , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[65] = { { LBRILLIANT , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[70] = { { SPRISMATIC , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[79] = { { SPRISMATIC , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[85] = { { SPRISMATIC , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[94] = { { SPRISMATIC , 0.99, 1.0 }, { VOID , 0.01, 1.0 }, },
|
|
[99] = { { SPRISMATIC , 0.99, 1.0 }, { VOID , 0.01, 1.0 }, },
|
|
[115] = { { LPRISMATIC , 0.99, 1.0 }, { VOID , 0.01, 1.0 }, }, -- highest level BC blue is 115
|
|
[120] = { { LPRISMATIC , 0.05, 1.0 }, { VOID , 0.01, 1.0 }, },
|
|
[151] = { { SDREAM_SHARD, 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, },
|
|
[164] = { { SDREAM_SHARD, 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, },
|
|
[200] = { { DREAM_SHARD , 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, },
|
|
[275] = { { DREAM_SHARD , 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, }, -- highest level LK blue is 200, so far
|
|
},
|
|
[const.ARMOR] = {
|
|
[15] = { { SGLIMMERING, 1.00, 1.0 }, },
|
|
[20] = { { SGLIMMERING, 1.00, 1.0 }, },
|
|
[25] = { { SGLIMMERING, 1.00, 1.0 }, },
|
|
[30] = { { LGLIMMERING, 1.00, 1.0 }, },
|
|
[35] = { { SGLOWING , 1.00, 1.0 }, },
|
|
[40] = { { LGLOWING , 1.00, 1.0 }, },
|
|
[45] = { { SRADIANT , 1.00, 1.0 }, },
|
|
[50] = { { LRADIANT , 1.00, 1.0 }, },
|
|
[55] = { { SBRILLIANT , 1.00, 1.0 }, },
|
|
[60] = { { LBRILLIANT , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[65] = { { LBRILLIANT , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[70] = { { SPRISMATIC , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, }, -- this is for pre-BC items, there is some overlap 66-70
|
|
[79] = { { SPRISMATIC , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[85] = { { SPRISMATIC , 0.99, 1.0 }, { NEXUS, 0.01, 1.0 }, },
|
|
[94] = { { SPRISMATIC , 0.99, 1.0 }, { VOID , 0.01, 1.0 }, },
|
|
[99] = { { SPRISMATIC , 0.99, 1.0 }, { VOID , 0.01, 1.0 }, },
|
|
[115] = { { LPRISMATIC , 0.99, 1.0 }, { VOID , 0.01, 1.0 }, }, -- highest level BC blue
|
|
[120] = { { LPRISMATIC , 0.99, 1.0 }, { VOID , 0.01, 1.0 }, },
|
|
[151] = { { SDREAM_SHARD, 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, },
|
|
[164] = { { SDREAM_SHARD, 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, },
|
|
[200] = { { DREAM_SHARD , 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, },
|
|
[275] = { { DREAM_SHARD , 0.99, 1.0 }, { ABYSS, 0.01, 1.0 }, }, -- highest level LK blue is 200, so far
|
|
},
|
|
},
|
|
[EPIC] = {
|
|
[const.WEAPON] = {
|
|
[40] = { { SRADIANT , 1.00, 3.0 }, },
|
|
[45] = { { SRADIANT , 1.00, 3.5 }, },
|
|
[50] = { { LRADIANT , 1.00, 3.5 }, },
|
|
[55] = { { SBRILLIANT, 1.00, 3.5 }, },
|
|
[60] = { { NEXUS , 1.00, 1.0 }, },
|
|
[65] = { { NEXUS , 1.00, 1.5 }, },
|
|
[70] = { { NEXUS , 1.00, 1.5 }, },
|
|
[79] = { { NEXUS , 1.00, 1.5 }, },
|
|
[85] = { { NEXUS , 1.00, 1.5 }, },
|
|
[94] = { { NEXUS , 1.00, 1.5 }, }, -- BC gear appears to start at 95
|
|
[99] = { { VOID , 1.00, 1.0 }, },
|
|
[115] = { { VOID , 1.00, 1.5 }, },
|
|
[120] = { { VOID , 1.00, 1.5 }, },
|
|
[151] = { { VOID , 1.00, 1.5 }, },
|
|
[164] = { { VOID , 1.00, 1.5 }, }, -- highest level BC epic
|
|
[200] = { { ABYSS , 1.00, 1.0 }, },
|
|
[275] = { { ABYSS , 1.00, 1.0 }, }, -- highest level LK epic is 258, so far - where is the break to 1.5 shards?
|
|
},
|
|
[const.ARMOR] = {
|
|
[40] = { { SRADIANT , 1.00, 3.0 }, },
|
|
[45] = { { SRADIANT , 1.00, 3.5 }, },
|
|
[50] = { { LRADIANT , 1.00, 3.5 }, },
|
|
[55] = { { SBRILLIANT, 1.00, 3.5 }, },
|
|
[60] = { { NEXUS , 1.00, 1.0 }, },
|
|
[65] = { { NEXUS , 1.00, 1.5 }, },
|
|
[70] = { { NEXUS , 1.00, 1.5 }, },
|
|
[79] = { { NEXUS , 1.00, 1.5 }, },
|
|
[85] = { { NEXUS , 1.00, 1.5 }, },
|
|
[94] = { { NEXUS , 1.00, 1.5 }, }, -- BC gear appears to start at 95
|
|
[99] = { { VOID , 1.00, 1.0 }, },
|
|
[115] = { { VOID , 1.00, 1.5 }, },
|
|
[120] = { { VOID , 1.00, 1.5 }, },
|
|
[151] = { { VOID , 1.00, 1.5 }, },
|
|
[164] = { { VOID , 1.00, 1.5 }, }, -- highest level BC epic
|
|
[200] = { { ABYSS , 1.00, 1.0 }, },
|
|
[275] = { { ABYSS , 1.00, 1.0 }, }, -- highest level LK epic is 258, so far
|
|
},
|
|
},
|
|
}
|
|
|
|
-- map reagents to item levels they are obtainable from
|
|
-- ignoring the 1% chance for rare drops
|
|
|
|
-- manually copied from baseDisenchantTable
|
|
|
|
const.ReverseDisenchantLevelList = {
|
|
|
|
[34057] = { 165, 275 }, -- Abyss Crystal
|
|
[22450] = { 95, 164 }, -- Void Crystal
|
|
[20725] = { 56, 94 }, -- Nexus Crystal
|
|
|
|
[34052] = { 165, 275 }, -- Dream Shard
|
|
[22449] = { 100, 120 }, -- Large Prismatic Shard
|
|
[14344] = { 56, 65 }, -- Large Brilliant Shard
|
|
[11178] = { 46, 50 }, -- Large Radiant Shard
|
|
[11139] = { 36, 40 }, -- Large Glowing Shard
|
|
[11084] = { 26, 30 }, -- Large Glimmering Shard
|
|
|
|
[34053] = { 121, 164 }, -- Small Dream Shard
|
|
[22448] = { 66, 99 }, -- Small Prismatic Shard
|
|
[14343] = { 51, 55 }, -- Small Brilliant Shard
|
|
[11177] = { 41, 45 }, -- Small Radiant Shard
|
|
[11138] = { 31, 35 }, -- Small Glowing Shard
|
|
[10978] = { 1, 25 }, -- Small Glimmering Shard
|
|
|
|
[34055] = { 152, 200 }, -- Greater Cosmic Essence
|
|
[22446] = { 100, 120 }, -- Greater Planar Essence
|
|
[16203] = { 56, 65 }, -- Greater Eternal Essence
|
|
[11175] = { 46, 50 }, -- Greater Nether Essence
|
|
[11135] = { 36, 40 }, -- Greater Mystic Essence
|
|
[11082] = { 26, 30 }, -- Greater Astral Essence
|
|
[10939] = { 16, 20 }, -- Greater Magic Essence
|
|
|
|
[34056] = { 121, 151 }, -- Lesser Cosmic Essence
|
|
[22447] = { 66, 99 }, -- Lesser Planar Essence
|
|
[16202] = { 51, 55 }, -- Lesser Eternal Essence
|
|
[11174] = { 41, 45 }, -- Lesser Nether Essence
|
|
[11134] = { 31, 35 }, -- Lesser Mystic Essence
|
|
[10998] = { 21, 25 }, -- Lesser Astral Essence
|
|
[10938] = { 1, 15 }, -- Lesser Magic Essence
|
|
|
|
[34054] = { 121, 200 }, -- Infinite Dust
|
|
[22445] = { 66, 120 }, -- Arcane Dust
|
|
[16204] = { 56, 65 }, -- Illusion Dust
|
|
[11176] = { 46, 55 }, -- Dream Dust
|
|
[11137] = { 36, 45 }, -- Vision Dust
|
|
[11083] = { 26, 35 }, -- Soul Dust
|
|
[10940] = { 1, 25 }, -- Strange Dust
|
|
|
|
}
|
|
|
|
|
|
local COPPER_ORE = 2770
|
|
local TIN_ORE = 2771
|
|
local IRON_ORE = 2772
|
|
local MITHRIL_ORE = 3858
|
|
local THORIUM_ORE = 10620
|
|
local FEL_IRON_ORE = 23424
|
|
local ADAMANTITE_ORE = 23425
|
|
local COBALT_ORE = 36909
|
|
local SARONITE_ORE = 36912
|
|
local TITANIUM_ORE = 36910
|
|
|
|
local COPPERPOWDER = 24186
|
|
local TINPOWDER = 24188
|
|
local IRONPOWDER = 24190
|
|
local MITHRILPOWDER = 24234
|
|
local THORIUMPOWDER = 24235
|
|
local FELIRONPOWDER = 24242
|
|
local ADAMANTITEPOWDER = 24243
|
|
local TITANIUMPOWDER = 46849
|
|
|
|
local TIGERSEYE = 818
|
|
local MALACHITE = 774
|
|
local SHADOWGEM = 1210
|
|
local LESSERMOONSTONE = 1705
|
|
local MOSSAGATE = 1206
|
|
local CITRINE = 3864
|
|
local JADE = 1529
|
|
local AQUAMARINE = 7909
|
|
local STARRUBY = 7910
|
|
local AZEROTHIANDIAMOND = 12800
|
|
local BLUESAPPHIRE = 12361
|
|
local LARGEOPAL = 12799
|
|
local HUGEEMERALD = 12364
|
|
local BLOODGARNET = 23077
|
|
local FLAMESPESSARITE = 21929
|
|
local GOLDENDRAENITE = 23112
|
|
local DEEPPERIDOT = 23079
|
|
local AZUREMOONSTONE = 23117
|
|
local SHADOWDRAENITE = 23107
|
|
local LIVINGRUBY = 23436
|
|
local NOBLETOPAZ = 23439
|
|
local DAWNSTONE = 23440
|
|
local TALASITE = 23437
|
|
local STAROFELUNE = 23438
|
|
local NIGHTSEYE = 23441
|
|
|
|
-- ccox - new for WOTLK
|
|
local CHALCEDONY = 36923
|
|
local SHADOWCRYSTAL = 36926
|
|
local TWILIGHTOPAL = 36927
|
|
local HUGECITRINE = 36929
|
|
local BLOODSTONE = 36917
|
|
local SUNCRYSTAL = 36920
|
|
local DARKJADE = 36932
|
|
local FORESTEMERALD = 36933
|
|
local SCARLETRUBY = 36918
|
|
local MONARCHTOPAZ = 36930
|
|
local SKYSAPPHIRE = 36924
|
|
local AUTMNSGLOW = 36921
|
|
|
|
local MAJESTICZIRCON = 36925
|
|
local AMETRINE = 36931
|
|
local KINGSAMBER = 36922
|
|
local DREADSTONE = 36928
|
|
local CARDINALRUBY = 36919
|
|
local EYEOFZUL = 36934
|
|
|
|
|
|
--[[
|
|
Prospectable ores
|
|
]]
|
|
|
|
const.ProspectMinLevels = {
|
|
[COPPER_ORE] = 20,
|
|
[TIN_ORE] = 50,
|
|
[IRON_ORE] = 125,
|
|
[MITHRIL_ORE] = 175,
|
|
[THORIUM_ORE] = 250,
|
|
[FEL_IRON_ORE] = 275,
|
|
[ADAMANTITE_ORE] = 325,
|
|
[COBALT_ORE] = 350,
|
|
[SARONITE_ORE] = 400,
|
|
[TITANIUM_ORE] = 450,
|
|
}
|
|
|
|
|
|
-- data is a combination of wowhead, wowwiki, and personal results
|
|
const.ProspectableItems = {
|
|
|
|
[COPPER_ORE] = {
|
|
[TIGERSEYE] = 0.5,
|
|
[MALACHITE] = 0.5,
|
|
[SHADOWGEM] = 0.1,
|
|
},
|
|
|
|
[TIN_ORE] = {
|
|
[SHADOWGEM] = 0.375,
|
|
[LESSERMOONSTONE] = 0.375,
|
|
[MOSSAGATE] = 0.375,
|
|
|
|
[CITRINE] = 0.04,
|
|
[JADE] = 0.04,
|
|
[AQUAMARINE] = 0.04,
|
|
},
|
|
|
|
[IRON_ORE] = {
|
|
[CITRINE] = 0.375,
|
|
[LESSERMOONSTONE] = 0.375,
|
|
[JADE] = 0.375,
|
|
|
|
[AQUAMARINE] = 0.05,
|
|
[STARRUBY] = 0.05,
|
|
},
|
|
|
|
[MITHRIL_ORE] = {
|
|
[CITRINE] = 0.375,
|
|
[STARRUBY] = 0.375,
|
|
[AQUAMARINE] = 0.375,
|
|
|
|
[AZEROTHIANDIAMOND] = 0.03,
|
|
[BLUESAPPHIRE] = 0.03,
|
|
[LARGEOPAL] = 0.03,
|
|
[HUGEEMERALD] = 0.03,
|
|
},
|
|
|
|
[THORIUM_ORE] = {
|
|
[STARRUBY] = 0.25,
|
|
[LARGEOPAL] = 0.20,
|
|
[BLUESAPPHIRE] = 0.20,
|
|
[AZEROTHIANDIAMOND] = 0.20,
|
|
[HUGEEMERALD] = 0.20,
|
|
|
|
[BLOODGARNET] = 0.01,
|
|
[FLAMESPESSARITE] = 0.01,
|
|
[GOLDENDRAENITE] = 0.01,
|
|
[DEEPPERIDOT] = 0.01,
|
|
[AZUREMOONSTONE] = 0.01,
|
|
[SHADOWDRAENITE] = 0.01,
|
|
},
|
|
|
|
[FEL_IRON_ORE] = {
|
|
[BLOODGARNET] = 0.17,
|
|
[FLAMESPESSARITE] = 0.17,
|
|
[GOLDENDRAENITE] = 0.17,
|
|
[DEEPPERIDOT] = 0.17,
|
|
[AZUREMOONSTONE] = 0.17,
|
|
[SHADOWDRAENITE] = 0.17,
|
|
|
|
[LIVINGRUBY] = 0.011,
|
|
[NOBLETOPAZ] = 0.011,
|
|
[DAWNSTONE] = 0.011,
|
|
[TALASITE] = 0.011,
|
|
[STAROFELUNE] = 0.011,
|
|
[NIGHTSEYE] = 0.011,
|
|
},
|
|
|
|
[ADAMANTITE_ORE] = {
|
|
[ADAMANTITEPOWDER] = 1.0, -- other powders were taken out in 3.0
|
|
[BLOODGARNET] = 0.19,
|
|
[FLAMESPESSARITE] = 0.19,
|
|
[GOLDENDRAENITE] = 0.19,
|
|
[DEEPPERIDOT] = 0.19,
|
|
[AZUREMOONSTONE] = 0.19,
|
|
[SHADOWDRAENITE] = 0.19,
|
|
|
|
[LIVINGRUBY] = 0.03,
|
|
[NOBLETOPAZ] = 0.03,
|
|
[DAWNSTONE] = 0.03,
|
|
[TALASITE] = 0.03,
|
|
[STAROFELUNE] = 0.03,
|
|
[NIGHTSEYE] = 0.03,
|
|
},
|
|
|
|
[COBALT_ORE] = {
|
|
[CHALCEDONY] = 0.25,
|
|
[HUGECITRINE] = 0.25,
|
|
[BLOODSTONE] = 0.25,
|
|
[SHADOWCRYSTAL] = 0.25,
|
|
[SUNCRYSTAL] = 0.25,
|
|
[DARKJADE] = 0.25,
|
|
|
|
[TWILIGHTOPAL] = 0.013,
|
|
[FORESTEMERALD] = 0.013,
|
|
[SCARLETRUBY] = 0.013,
|
|
[MONARCHTOPAZ] = 0.013,
|
|
[SKYSAPPHIRE] = 0.013,
|
|
[AUTMNSGLOW] = 0.013,
|
|
},
|
|
|
|
[SARONITE_ORE] = {
|
|
[CHALCEDONY] = 0.2,
|
|
[SHADOWCRYSTAL] = 0.2,
|
|
[DARKJADE] = 0.2,
|
|
[HUGECITRINE] = 0.2,
|
|
[BLOODSTONE] = 0.2,
|
|
[SUNCRYSTAL] = 0.2,
|
|
|
|
[FORESTEMERALD] = 0.04,
|
|
[SCARLETRUBY] = 0.04,
|
|
[MONARCHTOPAZ] = 0.04,
|
|
[SKYSAPPHIRE] = 0.04,
|
|
[TWILIGHTOPAL] = 0.04,
|
|
[AUTMNSGLOW] = 0.04,
|
|
},
|
|
|
|
[TITANIUM_ORE] = {
|
|
[TITANIUMPOWDER] = 0.65,
|
|
|
|
[CHALCEDONY] = 0.25,
|
|
[SHADOWCRYSTAL] = 0.25,
|
|
[DARKJADE] = 0.25,
|
|
[HUGECITRINE] = 0.25,
|
|
[BLOODSTONE] = 0.25,
|
|
[SUNCRYSTAL] = 0.25,
|
|
|
|
[FORESTEMERALD] = 0.04,
|
|
[SCARLETRUBY] = 0.04,
|
|
[MONARCHTOPAZ] = 0.04,
|
|
[SKYSAPPHIRE] = 0.04,
|
|
[TWILIGHTOPAL] = 0.04,
|
|
[AUTMNSGLOW] = 0.04,
|
|
|
|
[MAJESTICZIRCON] = 0.04,
|
|
[AMETRINE] = 0.04,
|
|
[KINGSAMBER] = 0.04,
|
|
[DREADSTONE] = 0.04,
|
|
[CARDINALRUBY] = 0.04,
|
|
[EYEOFZUL] = 0.04,
|
|
|
|
},
|
|
|
|
}
|
|
|
|
|
|
-- list of ores from which each item could be prospected
|
|
-- copied from ProspectableItems
|
|
|
|
const.ReverseProspectingSources = {
|
|
|
|
[TIGERSEYE] = { COPPER_ORE },
|
|
[MALACHITE] = { COPPER_ORE },
|
|
[SHADOWGEM] = { TIN_ORE, COPPER_ORE },
|
|
|
|
[LESSERMOONSTONE] = { IRON_ORE, TIN_ORE },
|
|
[MOSSAGATE] = { TIN_ORE },
|
|
[CITRINE] = { MITHRIL_ORE, IRON_ORE, TIN_ORE },
|
|
[JADE] = { IRON_ORE, TIN_ORE },
|
|
[AQUAMARINE] = { MITHRIL_ORE, IRON_ORE, TIN_ORE },
|
|
[STARRUBY] = { THORIUM_ORE, MITHRIL_ORE, IRON_ORE },
|
|
|
|
[AZEROTHIANDIAMOND] = { THORIUM_ORE, MITHRIL_ORE },
|
|
[BLUESAPPHIRE] = { THORIUM_ORE, MITHRIL_ORE },
|
|
[LARGEOPAL] = { THORIUM_ORE, MITHRIL_ORE },
|
|
[HUGEEMERALD] = { THORIUM_ORE, MITHRIL_ORE },
|
|
|
|
[BLOODGARNET] = { ADAMANTITE_ORE, FEL_IRON_ORE, THORIUM_ORE },
|
|
[FLAMESPESSARITE] = { ADAMANTITE_ORE, FEL_IRON_ORE, THORIUM_ORE },
|
|
[GOLDENDRAENITE] = { ADAMANTITE_ORE, FEL_IRON_ORE, THORIUM_ORE },
|
|
[DEEPPERIDOT] = { ADAMANTITE_ORE, FEL_IRON_ORE, THORIUM_ORE },
|
|
[AZUREMOONSTONE] = { ADAMANTITE_ORE, FEL_IRON_ORE, THORIUM_ORE },
|
|
[SHADOWDRAENITE] = { ADAMANTITE_ORE, FEL_IRON_ORE, THORIUM_ORE },
|
|
|
|
[LIVINGRUBY] = { ADAMANTITE_ORE, FEL_IRON_ORE },
|
|
[NOBLETOPAZ] = { ADAMANTITE_ORE, FEL_IRON_ORE },
|
|
[DAWNSTONE] = { ADAMANTITE_ORE, FEL_IRON_ORE },
|
|
[TALASITE] = { ADAMANTITE_ORE, FEL_IRON_ORE },
|
|
[STAROFELUNE] = { ADAMANTITE_ORE, FEL_IRON_ORE },
|
|
[NIGHTSEYE] = { ADAMANTITE_ORE, FEL_IRON_ORE },
|
|
[ADAMANTITEPOWDER] = { ADAMANTITE_ORE },
|
|
|
|
[CHALCEDONY] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[HUGECITRINE] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[BLOODSTONE] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[SHADOWCRYSTAL] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[SUNCRYSTAL] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[DARKJADE] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
|
|
[TWILIGHTOPAL] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[FORESTEMERALD] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[SCARLETRUBY] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[MONARCHTOPAZ] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[SKYSAPPHIRE] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
[AUTMNSGLOW] = { TITANIUM_ORE, SARONITE_ORE, COBALT_ORE },
|
|
|
|
[MAJESTICZIRCON] = { TITANIUM_ORE },
|
|
[AMETRINE] = { TITANIUM_ORE },
|
|
[KINGSAMBER] = { TITANIUM_ORE },
|
|
[DREADSTONE] = { TITANIUM_ORE },
|
|
[CARDINALRUBY] = { TITANIUM_ORE },
|
|
[EYEOFZUL] = { TITANIUM_ORE },
|
|
[TITANIUMPOWDER] = { TITANIUM_ORE },
|
|
|
|
}
|
|
|
|
|
|
local ALABASTER_PIGMENT = 39151
|
|
local DUSKY_PIGMENT = 39334
|
|
local GOLDEN_PIGMENT = 39338
|
|
local EMERALD_PIGMENT = 39339
|
|
local VIOLET_PIGMENT = 39340
|
|
local SILVERY_PIGMENT = 39341
|
|
local NETHER_PIGMENT = 39342
|
|
local AZURE_PIGMENT = 39343
|
|
|
|
local VERDANT_PIGMENT = 43103
|
|
local BURNT_PIGMENT = 43104
|
|
local INDIGO_PIGMENT = 43105
|
|
local RUBY_PIGMENT = 43106
|
|
local SAPPHIRE_PIGMENT = 43107
|
|
local EBON_PIGMENT = 43108
|
|
local ICY_PIGMENT = 43109
|
|
|
|
local HERB_PEACEBLOOM = 2447
|
|
local HERB_SILVERLEAF = 765
|
|
local HERB_EARTHROOT = 2449
|
|
local HERB_MAGEROYAL = 785
|
|
--local HERB_BLOODTHISTLE = 22710 -- removed during beta
|
|
|
|
local HERB_BRIARTHORN = 2450
|
|
local HERB_SWIFTTHISTLE = 2452
|
|
local HERB_BRUISEWEED = 2453
|
|
local HERB_STRANGLEKELP = 3820
|
|
|
|
local HERB_WILDSTEELBLOOM = 3355
|
|
local HERB_GRAVEMOSS = 3369
|
|
local HERB_KINGSBLOOD = 3356
|
|
local HERB_LIFEROOT = 3357
|
|
|
|
local HERB_FADELEAF = 3818
|
|
local HERB_GOLDTHORN = 3821
|
|
local HERB_WINTERSBITE = 3819
|
|
local HERB_KHADGARSWHISKER = 3358
|
|
|
|
local HERB_FIREBLOOM = 4625
|
|
local HERB_GHOSTMUSHROOM = 8845
|
|
local HERB_ARTHASTEARS = 8836
|
|
local HERB_GROMSBLOOD = 8846
|
|
local HERB_BLINDWEED = 8839
|
|
local HERB_SUNGRASS = 8838
|
|
local HERB_PURPLELOTUS = 8831
|
|
|
|
local HERB_ICECAP = 13467
|
|
local HERB_GOLDENSANSAM = 13464
|
|
local HERB_PLAGUEBLOOM = 13466
|
|
local HERB_DREAMFOIL = 13463
|
|
local HERB_MOUNTAINSILVERSAGE = 13465
|
|
|
|
-- all BC herbs
|
|
local HERB_TEROCONE = 22789
|
|
local HERB_DREAMINGGLORY = 22786
|
|
local HERB_FELWEED = 22785
|
|
local HERB_RAGVEIL = 22787
|
|
local HERB_NIGHTMAREVINE = 22792
|
|
local HERB_MANATHISTLE = 22793
|
|
local HERB_NETHERBLOOM = 22791
|
|
local HERB_ANCIENTLICHEN = 22790
|
|
|
|
-- all northrend herbs?
|
|
local HERB_GOLDCLOVER = 36901
|
|
--local HERB_CONSTRICTORGRASS = 36902 -- removed 3.0.8
|
|
local HERB_ADDERSTONGUE = 36903
|
|
local HERB_TIGERLILY = 36904
|
|
local HERB_LICHBLOOM = 36905
|
|
local HERB_ICETHORN = 36906
|
|
local HERB_TALANDRASROSE = 36907
|
|
local HERB_DEADNETTLE = 37921
|
|
local HERB_FIRESEED = 39969 -- milling added 3.0.8
|
|
local HERB_FIRELEAF = 39970 -- milling added 3.0.8
|
|
|
|
|
|
-- only currently used for autoloot in EnxAutoDisenchant.lua
|
|
-- Blizz normally provides the reverse data in the pigment tooltip
|
|
const.ReversePigmentList = {
|
|
|
|
-- common
|
|
[ALABASTER_PIGMENT] = 1,
|
|
[DUSKY_PIGMENT] = 1,
|
|
[GOLDEN_PIGMENT] = 1,
|
|
[EMERALD_PIGMENT] = 1,
|
|
[VIOLET_PIGMENT] = 1,
|
|
[SILVERY_PIGMENT] = 1,
|
|
[NETHER_PIGMENT] = 1,
|
|
[AZURE_PIGMENT] = 1,
|
|
|
|
-- rare
|
|
[VERDANT_PIGMENT] = 1,
|
|
[BURNT_PIGMENT] = 1,
|
|
[INDIGO_PIGMENT] = 1,
|
|
[RUBY_PIGMENT] = 1,
|
|
[SAPPHIRE_PIGMENT] = 1,
|
|
[EBON_PIGMENT] = 1,
|
|
[ICY_PIGMENT] = 1,
|
|
|
|
}
|
|
|
|
-- map groups to a string for now
|
|
local ALABASTER_PIGMENT_LOW = "ALABASTER_PIGMENT_LOW"
|
|
local DUSKY_PIGMENT_LOW = "DUSKY_PIGMENT_LOW"
|
|
local GOLDEN_PIGMENT_LOW = "GOLDEN_PIGMENT_LOW"
|
|
local EMERALD_PIGMENT_LOW = "EMERALD_PIGMENT_LOW"
|
|
local VIOLET_PIGMENT_LOW = "VIOLET_PIGMENT_LOW"
|
|
local SILVERY_PIGMENT_LOW = "SILVERY_PIGMENT_LOW"
|
|
local NETHER_PIGMENT_LOW = "NETHER_PIGMENT_LOW"
|
|
local AZURE_PIGMENT_LOW = "AZURE_PIGMENT_LOW"
|
|
local ALABASTER_PIGMENT_HIGH = "ALABASTER_PIGMENT_HIGH"
|
|
local DUSKY_PIGMENT_HIGH = "DUSKY_PIGMENT_HIGH"
|
|
local GOLDEN_PIGMENT_HIGH = "GOLDEN_PIGMENT_HIGH"
|
|
local EMERALD_PIGMENT_HIGH = "EMERALD_PIGMENT_HIGH"
|
|
local VIOLET_PIGMENT_HIGH = "VIOLET_PIGMENT_HIGH"
|
|
local SILVERY_PIGMENT_HIGH = "SILVERY_PIGMENT_HIGH"
|
|
local NETHER_PIGMENT_HIGH = "NETHER_PIGMENT_HIGH"
|
|
local AZURE_PIGMENT_HIGH = "AZURE_PIGMENT_HIGH"
|
|
|
|
|
|
-- skill required, by bracket/result
|
|
const.MillingSkillRequired = {
|
|
|
|
[ALABASTER_PIGMENT_LOW] = 1,
|
|
[ALABASTER_PIGMENT_HIGH] = 1,
|
|
[DUSKY_PIGMENT_LOW] = 25,
|
|
[DUSKY_PIGMENT_HIGH] = 25,
|
|
[GOLDEN_PIGMENT_LOW] = 75,
|
|
[GOLDEN_PIGMENT_HIGH] = 75,
|
|
[EMERALD_PIGMENT_LOW] = 125,
|
|
[EMERALD_PIGMENT_HIGH] = 125,
|
|
[VIOLET_PIGMENT_LOW] = 175,
|
|
[VIOLET_PIGMENT_HIGH] = 175,
|
|
[SILVERY_PIGMENT_LOW] = 225,
|
|
[SILVERY_PIGMENT_HIGH] = 225,
|
|
[NETHER_PIGMENT_LOW] = 275,
|
|
[NETHER_PIGMENT_HIGH] = 275,
|
|
[AZURE_PIGMENT_LOW] = 325,
|
|
[AZURE_PIGMENT_HIGH] = 325,
|
|
|
|
}
|
|
|
|
const.MillableItems = {
|
|
|
|
[HERB_SILVERLEAF] = ALABASTER_PIGMENT_LOW,
|
|
[HERB_PEACEBLOOM] = ALABASTER_PIGMENT_HIGH,
|
|
[HERB_EARTHROOT] = ALABASTER_PIGMENT_HIGH,
|
|
|
|
[HERB_MAGEROYAL] = DUSKY_PIGMENT_LOW,
|
|
[HERB_BRIARTHORN] = DUSKY_PIGMENT_LOW,
|
|
[HERB_SWIFTTHISTLE] = DUSKY_PIGMENT_LOW,
|
|
[HERB_BRUISEWEED] = DUSKY_PIGMENT_HIGH,
|
|
[HERB_STRANGLEKELP] = DUSKY_PIGMENT_HIGH,
|
|
|
|
[HERB_WILDSTEELBLOOM] = GOLDEN_PIGMENT_LOW,
|
|
[HERB_GRAVEMOSS] = GOLDEN_PIGMENT_LOW,
|
|
[HERB_KINGSBLOOD] = GOLDEN_PIGMENT_HIGH,
|
|
[HERB_LIFEROOT] = GOLDEN_PIGMENT_HIGH,
|
|
|
|
[HERB_FADELEAF] = EMERALD_PIGMENT_LOW,
|
|
[HERB_GOLDTHORN] = EMERALD_PIGMENT_LOW,
|
|
[HERB_WINTERSBITE] = EMERALD_PIGMENT_HIGH,
|
|
[HERB_KHADGARSWHISKER] = EMERALD_PIGMENT_HIGH,
|
|
|
|
[HERB_FIREBLOOM] = VIOLET_PIGMENT_LOW,
|
|
[HERB_PURPLELOTUS] = VIOLET_PIGMENT_LOW,
|
|
[HERB_ARTHASTEARS] = VIOLET_PIGMENT_LOW,
|
|
[HERB_SUNGRASS] = VIOLET_PIGMENT_LOW,
|
|
[HERB_GHOSTMUSHROOM] = VIOLET_PIGMENT_HIGH,
|
|
[HERB_BLINDWEED] = VIOLET_PIGMENT_HIGH,
|
|
[HERB_GROMSBLOOD] = VIOLET_PIGMENT_HIGH,
|
|
|
|
[HERB_GOLDENSANSAM] = SILVERY_PIGMENT_LOW,
|
|
[HERB_DREAMFOIL] = SILVERY_PIGMENT_LOW,
|
|
[HERB_MOUNTAINSILVERSAGE] = SILVERY_PIGMENT_HIGH,
|
|
[HERB_PLAGUEBLOOM] = SILVERY_PIGMENT_HIGH,
|
|
[HERB_ICECAP] = SILVERY_PIGMENT_HIGH,
|
|
|
|
[HERB_TEROCONE] = NETHER_PIGMENT_LOW,
|
|
[HERB_DREAMINGGLORY] = NETHER_PIGMENT_LOW,
|
|
[HERB_FELWEED] = NETHER_PIGMENT_LOW,
|
|
[HERB_RAGVEIL] = NETHER_PIGMENT_LOW,
|
|
[HERB_ANCIENTLICHEN] = NETHER_PIGMENT_HIGH,
|
|
[HERB_NIGHTMAREVINE] = NETHER_PIGMENT_HIGH,
|
|
[HERB_MANATHISTLE] = NETHER_PIGMENT_HIGH,
|
|
[HERB_NETHERBLOOM] = NETHER_PIGMENT_HIGH,
|
|
|
|
[HERB_TIGERLILY] = AZURE_PIGMENT_LOW,
|
|
[HERB_TALANDRASROSE] = AZURE_PIGMENT_LOW,
|
|
[HERB_GOLDCLOVER] = AZURE_PIGMENT_LOW,
|
|
[HERB_DEADNETTLE] = AZURE_PIGMENT_LOW,
|
|
[HERB_FIRESEED] = AZURE_PIGMENT_LOW, -- milling added 3.0.8
|
|
[HERB_FIRELEAF] = AZURE_PIGMENT_LOW, -- milling added 3.0.8
|
|
-- [HERB_CONSTRICTORGRASS] = AZURE_PIGMENT, -- removed 3.0.8
|
|
[HERB_ADDERSTONGUE] = AZURE_PIGMENT_HIGH,
|
|
[HERB_LICHBLOOM] = AZURE_PIGMENT_HIGH,
|
|
[HERB_ICETHORN] = AZURE_PIGMENT_HIGH,
|
|
}
|
|
|
|
|
|
const.MillGroupYields = {
|
|
|
|
[ALABASTER_PIGMENT_LOW] = {
|
|
[ALABASTER_PIGMENT] = 2.5,
|
|
},
|
|
|
|
[ALABASTER_PIGMENT_HIGH] = {
|
|
[ALABASTER_PIGMENT] = 3.0,
|
|
},
|
|
|
|
[DUSKY_PIGMENT_LOW] = {
|
|
[DUSKY_PIGMENT] = 2.5,
|
|
[VERDANT_PIGMENT] = 0.25,
|
|
},
|
|
|
|
[DUSKY_PIGMENT_HIGH] = {
|
|
[DUSKY_PIGMENT] = 3.0,
|
|
[VERDANT_PIGMENT] = 0.5,
|
|
},
|
|
|
|
[GOLDEN_PIGMENT_LOW] = {
|
|
[GOLDEN_PIGMENT] = 2.5,
|
|
[BURNT_PIGMENT] = 0.25,
|
|
},
|
|
|
|
[GOLDEN_PIGMENT_HIGH] = {
|
|
[GOLDEN_PIGMENT] = 3.0,
|
|
[BURNT_PIGMENT] = 0.5,
|
|
},
|
|
|
|
[EMERALD_PIGMENT_LOW] = {
|
|
[EMERALD_PIGMENT] = 2.5,
|
|
[INDIGO_PIGMENT] = 0.25,
|
|
},
|
|
|
|
[EMERALD_PIGMENT_HIGH] = {
|
|
[EMERALD_PIGMENT] = 3.0,
|
|
[INDIGO_PIGMENT] = 0.5,
|
|
},
|
|
|
|
[VIOLET_PIGMENT_LOW] = {
|
|
[VIOLET_PIGMENT] = 2.5,
|
|
[RUBY_PIGMENT] = 0.25,
|
|
},
|
|
|
|
[VIOLET_PIGMENT_HIGH] = {
|
|
[VIOLET_PIGMENT] = 3.0,
|
|
[RUBY_PIGMENT] = 0.5,
|
|
},
|
|
|
|
[SILVERY_PIGMENT_LOW] = {
|
|
[SILVERY_PIGMENT] = 2.5,
|
|
[SAPPHIRE_PIGMENT] = 0.25,
|
|
},
|
|
|
|
[SILVERY_PIGMENT_HIGH] = {
|
|
[SILVERY_PIGMENT] = 3.0,
|
|
[SAPPHIRE_PIGMENT] = 0.5,
|
|
},
|
|
|
|
[NETHER_PIGMENT_LOW] = {
|
|
[NETHER_PIGMENT] = 2.5,
|
|
[EBON_PIGMENT] = 0.25,
|
|
},
|
|
|
|
[NETHER_PIGMENT_HIGH] = {
|
|
[NETHER_PIGMENT] = 3.0,
|
|
[EBON_PIGMENT] = 0.5,
|
|
},
|
|
|
|
[AZURE_PIGMENT_LOW] = {
|
|
[AZURE_PIGMENT] = 2.5,
|
|
[ICY_PIGMENT] = 0.25,
|
|
},
|
|
|
|
[AZURE_PIGMENT_HIGH] = {
|
|
[AZURE_PIGMENT] = 3.0,
|
|
[ICY_PIGMENT] = 0.5,
|
|
},
|
|
|
|
}
|
|
|
|
|
|
local SHIMMERING_INK = 43122
|
|
local MOONGLOW_INK = 39469
|
|
local MIDNIGHT_INK = 39774
|
|
local LIONS_INK = 43116
|
|
local JADEFIRE_INK = 43118
|
|
local IVORY_INK = 37101
|
|
local INKOFTHESEA_INK = 43126
|
|
local ETHEREAL_INK = 43124
|
|
local CELESTIAL_INK = 43120
|
|
local SNOWFALL_INK = 43127
|
|
local ROYAL_INK = 43119
|
|
local INKOFTHESKY_INK = 43123
|
|
local HUNTERS_INK = 43115
|
|
local FIERY_INK = 43212
|
|
local DAWNSTAR_INK = 43117
|
|
local DARKFLAME_INK = 43125
|
|
|
|
const.ReverseInkList = {
|
|
|
|
[ MOONGLOW_INK ] = { ALABASTER_PIGMENT },
|
|
[ IVORY_INK ] = { ALABASTER_PIGMENT },
|
|
[ MIDNIGHT_INK ] = { DUSKY_PIGMENT },
|
|
[ LIONS_INK ] = { GOLDEN_PIGMENT },
|
|
[ JADEFIRE_INK ] = { EMERALD_PIGMENT },
|
|
[ CELESTIAL_INK ] = { VIOLET_PIGMENT },
|
|
[ SHIMMERING_INK ] = { SILVERY_PIGMENT },
|
|
[ ETHEREAL_INK ] = { NETHER_PIGMENT },
|
|
[ INKOFTHESEA_INK ] = { AZURE_PIGMENT },
|
|
|
|
[ HUNTERS_INK ] = { VERDANT_PIGMENT },
|
|
[ DAWNSTAR_INK ] = { BURNT_PIGMENT },
|
|
[ ROYAL_INK ] = { INDIGO_PIGMENT },
|
|
[ FIERY_INK ] = { RUBY_PIGMENT },
|
|
[ INKOFTHESKY_INK ] = { SAPPHIRE_PIGMENT },
|
|
[ DARKFLAME_INK ] = { EBON_PIGMENT },
|
|
[ SNOWFALL_INK ] = { ICY_PIGMENT },
|
|
|
|
}
|
|
|
|
-- items that have no use, sell to vendor, and thus get vendor prices
|
|
const.VendorTrash = {
|
|
[COPPERPOWDER] = true,
|
|
[TINPOWDER] = true,
|
|
[IRONPOWDER] = true,
|
|
[MITHRILPOWDER] = true,
|
|
[THORIUMPOWDER] = true,
|
|
[FELIRONPOWDER] = true,
|
|
}
|
|
|
|
|
|
-- needed because GetItemInfo fails when items are not in the user's cache
|
|
const.BackupReagentItemInfo = {
|
|
[774] = "Malachite#|cff1eff00|Hitem:774:0:0:0:0:0:0:0:20|h[Malachite]|h|r#2#7#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Emerald_03",
|
|
[785] = "Mageroyal#|cffffffff|Hitem:785:0:0:0:0:0:0:0:70|h[Mageroyal]|h|r#1#10#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Jewelry_Talisman_03",
|
|
[818] = "Tigerseye#|cff1eff00|Hitem:818:0:0:0:0:0:0:0:20|h[Tigerseye]|h|r#2#15#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Opal_03",
|
|
[1206] = "Moss Agate#|cff1eff00|Hitem:1206:0:0:0:0:0:0:0:20|h[Moss Agate]|h|r#2#25#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Emerald_02",
|
|
[1210] = "Shadowgem#|cff1eff00|Hitem:1210:0:0:0:0:0:0:0:20|h[Shadowgem]|h|r#2#20#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Amethyst_01",
|
|
[1529] = "Jade#|cff1eff00|Hitem:1529:0:0:0:0:0:0:0:20|h[Jade]|h|r#2#35#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Stone_01",
|
|
[1705] = "Lesser Moonstone#|cff1eff00|Hitem:1705:0:0:0:0:0:0:0:20|h[Lesser Moonstone]|h|r#2#30#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Crystal_01",
|
|
[3356] = "Kingsblood#|cffffffff|Hitem:3356:0:0:0:0:0:0:0:70|h[Kingsblood]|h|r#1#24#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_03",
|
|
[3819] = "Wintersbite#|cffffffff|Hitem:3819:0:0:0:0:0:0:0:70|h[Wintersbite]|h|r#1#39#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Flower_03",
|
|
[3824] = "Shadow Oil#|cffffffff|Hitem:3824:0:0:0:0:0:0:0|h[Shadow Oil]|h|r#1#34#24#Consumable#Consumable#5##Interface\\Icons\\INV_Potion_23",
|
|
[3829] = "Frost Oil#|cffffffff|Hitem:3829:0:0:0:0:0:0:0|h[Frost Oil]|h|r#1#40#30#Consumable#Other#5##Interface\\Icons\\INV_Potion_20",
|
|
[3864] = "Citrine#|cff1eff00|Hitem:3864:0:0:0:0:0:0:0:20|h[Citrine]|h|r#2#40#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Opal_02",
|
|
[4470] = "Simple Wood#|cffffffff|Hitem:4470:0:0:0:0:0:0:0|h[Simple Wood]|h|r#1#5#0#Trade Goods#Other#20##Interface\\Icons\\INV_TradeskillItem_01",
|
|
[5498] = "Small Lustrous Pearl#|cff1eff00|Hitem:5498:0:0:0:0:0:0:0|h[Small Lustrous Pearl]|h|r#2#15#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Pearl_03",
|
|
[5500] = "Iridescent Pearl#|cff1eff00|Hitem:5500:0:0:0:0:0:0:0|h[Iridescent Pearl]|h|r#2#25#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Pearl_02",
|
|
[5637] = "Large Fang#|cffffffff|Hitem:5637:0:0:0:0:0:0:0|h[Large Fang]|h|r#1#30#0#Trade Goods#Trade Goods#5##Interface\\Icons\\INV_Misc_Bone_08",
|
|
[6037] = "Truesilver Bar#|cff1eff00|Hitem:6037:0:0:0:0:0:0:0:20|h[Truesilver Bar]|h|r#2#50#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ingot_08",
|
|
[6048] = "Shadow Protection Potion#|cffffffff|Hitem:6048:0:0:0:0:0:0:0:70|h[Shadow Protection Potion]|h|r#1#27#17#Consumable#Potion#5##Interface\\Icons\\INV_Potion_44",
|
|
[6217] = "Copper Rod#|cffffffff|Hitem:6217:0:0:0:0:0:0:0|h[Copper Rod]|h|r#1#5#0#Trade Goods#Enchanting#1##Interface\\Icons\\INV_Misc_Flute_01",
|
|
[6218] = "Runed Copper Rod#|cffffffff|Hitem:6218:0:0:0:0:0:0:0|h[Runed Copper Rod]|h|r#1#5#1#Trade Goods#Trade Goods#1##Interface\\Icons\\INV_Staff_Goldfeathered_01",
|
|
[6338] = "Silver Rod#|cffffffff|Hitem:6338:0:0:0:0:0:0:0|h[Silver Rod]|h|r#1#20#0#Trade Goods#Trade Goods#1##Interface\\Icons\\INV_Staff_01",
|
|
[6339] = "Runed Silver Rod#|cffffffff|Hitem:6339:0:0:0:0:0:0:0|h[Runed Silver Rod]|h|r#1#20#1#Trade Goods#Trade Goods#1##Interface\\Icons\\INV_Staff_01",
|
|
[6370] = "Blackmouth Oil#|cffffffff|Hitem:6370:0:0:0:0:0:0:0:70|h[Blackmouth Oil]|h|r#1#15#0#Trade Goods#Other#20##Interface\\Icons\\INV_Drink_12",
|
|
[6371] = "Fire Oil#|cffffffff|Hitem:6371:0:0:0:0:0:0:0:57|h[Fire Oil]|h|r#1#25#0#Trade Goods#Other#20##Interface\\Icons\\INV_Potion_38",
|
|
[7067] = "Elemental Earth#|cffffffff|Hitem:7067:0:0:0:0:0:0:0:70|h[Elemental Earth]|h|r#1#25#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Ore_Iron_01",
|
|
[7068] = "Elemental Fire#|cffffffff|Hitem:7068:0:0:0:0:0:0:0:70|h[Elemental Fire]|h|r#1#25#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Fire_Fire",
|
|
[7070] = "Elemental Water#|cffffffff|Hitem:7070:0:0:0:0:0:0:0|h[Elemental Water]|h|r#1#25#0#Reagent#Reagent#10##Interface\\Icons\\INV_Potion_03",
|
|
[7075] = "Core of Earth#|cffffffff|Hitem:7075:0:0:0:0:0:0:0:70|h[Core of Earth]|h|r#1#45#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Stone_05",
|
|
[7077] = "Heart of Fire#|cffffffff|Hitem:7077:0:0:0:0:0:0:0:70|h[Heart of Fire]|h|r#1#45#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Fire_LavaSpawn",
|
|
[7078] = "Essence of Fire#|cff1eff00|Hitem:7078:0:0:0:0:0:0:0:70|h[Essence of Fire]|h|r#2#55#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Fire_Volcano",
|
|
[7079] = "Globe of Water#|cffffffff|Hitem:7079:0:0:0:0:0:0:0:70|h[Globe of Water]|h|r#1#45#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Misc_Orb_01",
|
|
[7080] = "Essence of Water#|cff1eff00|Hitem:7080:0:0:0:0:0:0:0:70|h[Essence of Water]|h|r#2#55#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Nature_Acid_01",
|
|
[7081] = "Breath of Wind#|cffffffff|Hitem:7081:0:0:0:0:0:0:0:70|h[Breath of Wind]|h|r#1#45#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Nature_Cyclone",
|
|
[7082] = "Essence of Air#|cff1eff00|Hitem:7082:0:0:0:0:0:0:0:70|h[Essence of Air]|h|r#2#55#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Nature_EarthBind",
|
|
[7909] = "Aquamarine#|cff1eff00|Hitem:7909:0:0:0:0:0:0:0:20|h[Aquamarine]|h|r#2#45#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Crystal_02",
|
|
[7910] = "Star Ruby#|cff1eff00|Hitem:7910:0:0:0:0:0:0:0:20|h[Star Ruby]|h|r#2#50#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Ruby_02",
|
|
[7971] = "Black Pearl#|cff1eff00|Hitem:7971:0:0:0:0:0:0:0|h[Black Pearl]|h|r#2#40#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Pearl_01",
|
|
[7972] = "Ichor of Undeath#|cffffffff|Hitem:7972:0:0:0:0:0:0:0:70|h[Ichor of Undeath]|h|r#1#45#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Misc_Slime_01",
|
|
[8153] = "Wildvine#|cffffffff|Hitem:8153:0:0:0:0:0:0:0|h[Wildvine]|h|r#1#40#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_03",
|
|
[8838] = "Sungrass#|cffffffff|Hitem:8838:0:0:0:0:0:0:0:20|h[Sungrass]|h|r#1#46#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_18",
|
|
[9224] = "Elixir of Demonslaying#|cffffffff|Hitem:9224:0:0:0:0:0:0:0:70|h[Elixir of Demonslaying]|h|r#1#50#40#Consumable#Elixir#20##Interface\\Icons\\INV_Potion_27",
|
|
[10648] = "Common Parchment#|cffffffff|Hitem:10648:0:0:0:0:0:0:0:70|h[Common Parchment]|h|r#1#40#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Parchment",
|
|
[10938] = "Lesser Magic Essence#|cff1eff00|Hitem:10938:0:0:0:0:0:0:0:70|h[Lesser Magic Essence]|h|r#2#10#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceMagicSmall",
|
|
[10939] = "Greater Magic Essence#|cff1eff00|Hitem:10939:0:0:0:0:0:0:0:70|h[Greater Magic Essence]|h|r#2#15#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceMagicLarge",
|
|
[10940] = "Strange Dust#|cffffffff|Hitem:10940:0:0:0:0:0:0:0:70|h[Strange Dust]|h|r#1#10#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DustStrange",
|
|
[10978] = "Small Glimmering Shard#|cff0070dd|Hitem:10978:0:0:0:0:0:0:0:70|h[Small Glimmering Shard]|h|r#3#20#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardGlimmeringSmall",
|
|
[10998] = "Lesser Astral Essence#|cff1eff00|Hitem:10998:0:0:0:0:0:0:0:70|h[Lesser Astral Essence]|h|r#2#20#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceAstralSmall",
|
|
[11082] = "Greater Astral Essence#|cff1eff00|Hitem:11082:0:0:0:0:0:0:0:70|h[Greater Astral Essence]|h|r#2#25#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceAstralLarge",
|
|
[11083] = "Soul Dust#|cffffffff|Hitem:11083:0:0:0:0:0:0:0:70|h[Soul Dust]|h|r#1#25#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DustSoul",
|
|
[11084] = "Large Glimmering Shard#|cff0070dd|Hitem:11084:0:0:0:0:0:0:0:70|h[Large Glimmering Shard]|h|r#3#25#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardGlimmeringLarge",
|
|
[11128] = "Golden Rod#|cffffffff|Hitem:11128:0:0:0:0:0:0:0|h[Golden Rod]|h|r#1#30#0#Trade Goods#Trade Goods#1##Interface\\Icons\\INV_Staff_10",
|
|
[11130] = "Runed Golden Rod#|cffffffff|Hitem:11130:0:0:0:0:0:0:0|h[Runed Golden Rod]|h|r#1#30#0#Trade Goods#Trade Goods#1##Interface\\Icons\\INV_Staff_10",
|
|
[11134] = "Lesser Mystic Essence#|cff1eff00|Hitem:11134:0:0:0:0:0:0:0:70|h[Lesser Mystic Essence]|h|r#2#30#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceMysticalSmall",
|
|
[11135] = "Greater Mystic Essence#|cff1eff00|Hitem:11135:0:0:0:0:0:0:0:70|h[Greater Mystic Essence]|h|r#2#35#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceMysticalLarge",
|
|
[11137] = "Vision Dust#|cffffffff|Hitem:11137:0:0:0:0:0:0:0:70|h[Vision Dust]|h|r#1#35#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DustVision",
|
|
[11138] = "Small Glowing Shard#|cff0070dd|Hitem:11138:0:0:0:0:0:0:0:70|h[Small Glowing Shard]|h|r#3#30#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardGlowingSmall",
|
|
[11139] = "Large Glowing Shard#|cff0070dd|Hitem:11139:0:0:0:0:0:0:0:70|h[Large Glowing Shard]|h|r#3#35#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardGlowingLarge",
|
|
[11144] = "Truesilver Rod#|cffffffff|Hitem:11144:0:0:0:0:0:0:0|h[Truesilver Rod]|h|r#1#40#0#Trade Goods#Trade Goods#1##Interface\\Icons\\INV_Staff_11",
|
|
[11174] = "Lesser Nether Essence#|cff1eff00|Hitem:11174:0:0:0:0:0:0:0:70|h[Lesser Nether Essence]|h|r#2#40#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceNetherSmall",
|
|
[11175] = "Greater Nether Essence#|cff1eff00|Hitem:11175:0:0:0:0:0:0:0:70|h[Greater Nether Essence]|h|r#2#45#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceNetherLarge",
|
|
[11176] = "Dream Dust#|cffffffff|Hitem:11176:0:0:0:0:0:0:0:70|h[Dream Dust]|h|r#1#45#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DustDream",
|
|
[11177] = "Small Radiant Shard#|cff0070dd|Hitem:11177:0:0:0:0:0:0:0:70|h[Small Radiant Shard]|h|r#3#40#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardRadientSmall",
|
|
[11178] = "Large Radiant Shard#|cff0070dd|Hitem:11178:0:0:0:0:0:0:0:70|h[Large Radiant Shard]|h|r#3#45#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardRadientLarge",
|
|
[11291] = "Star Wood#|cffffffff|Hitem:11291:0:0:0:0:0:0:0|h[Star Wood]|h|r#1#30#0#Reagent#Reagent#20##Interface\\Icons\\INV_TradeskillItem_03",
|
|
[12361] = "Blue Sapphire#|cff1eff00|Hitem:12361:0:0:0:0:0:0:0:20|h[Blue Sapphire]|h|r#2#55#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Sapphire_02",
|
|
[12364] = "Huge Emerald#|cff1eff00|Hitem:12364:0:0:0:0:0:0:0:20|h[Huge Emerald]|h|r#2#60#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Emerald_01",
|
|
[12799] = "Large Opal#|cff1eff00|Hitem:12799:0:0:0:0:0:0:0:20|h[Large Opal]|h|r#2#55#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Opal_01",
|
|
[12800] = "Azerothian Diamond#|cff1eff00|Hitem:12800:0:0:0:0:0:0:0:20|h[Azerothian Diamond]|h|r#2#60#0#Gem#Simple#20##Interface\\Icons\\INV_Misc_Gem_Diamond_01",
|
|
[12803] = "Living Essence#|cff1eff00|Hitem:12803:0:0:0:0:0:0:0:70|h[Living Essence]|h|r#2#55#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Nature_AbolishMagic",
|
|
[12808] = "Essence of Undeath#|cff1eff00|Hitem:12808:0:0:0:0:0:0:0:70|h[Essence of Undeath]|h|r#2#55#0#Trade Goods#Elemental#10##Interface\\Icons\\Spell_Shadow_ShadeTrueSight",
|
|
[12811] = "Righteous Orb#|cff1eff00|Hitem:12811:0:0:0:0:0:0:0|h[Righteous Orb]|h|r#2#60#0#Trade Goods#Trade Goods#20##Interface\\Icons\\INV_Misc_Gem_Pearl_03",
|
|
[13446] = "Major Healing Potion#|cffffffff|Hitem:13446:0:0:0:0:0:0:0:70|h[Major Healing Potion]|h|r#1#55#45#Consumable#Potion#5##Interface\\Icons\\INV_Potion_54",
|
|
[13467] = "Icecap#|cffffffff|Hitem:13467:0:0:0:0:0:0:0:70|h[Icecap]|h|r#1#58#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_IceCap",
|
|
[14343] = "Small Brilliant Shard#|cff0070dd|Hitem:14343:0:0:0:0:0:0:0:70|h[Small Brilliant Shard]|h|r#3#50#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardBrilliantSmall",
|
|
[14344] = "Large Brilliant Shard#|cff0070dd|Hitem:14344:0:0:0:0:0:0:0:70|h[Large Brilliant Shard]|h|r#3#55#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardBrilliantLarge",
|
|
[16202] = "Lesser Eternal Essence#|cff1eff00|Hitem:16202:0:0:0:0:0:0:0:70|h[Lesser Eternal Essence]|h|r#2#50#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceEternalSmall",
|
|
[16203] = "Greater Eternal Essence#|cff1eff00|Hitem:16203:0:0:0:0:0:0:0:70|h[Greater Eternal Essence]|h|r#2#55#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceEternalLarge",
|
|
[16204] = "Illusion Dust#|cffffffff|Hitem:16204:0:0:0:0:0:0:0:70|h[Illusion Dust]|h|r#1#55#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DustIllusion",
|
|
[17034] = "Maple Seed#|cffffffff|Hitem:17034:0:0:0:0:0:0:0|h[Maple Seed]|h|r#1#20#0#Miscellaneous#Reagent#20##Interface\\Icons\\INV_Misc_Food_02",
|
|
[17035] = "Stranglethorn Seed#|cffffffff|Hitem:17035:0:0:0:0:0:0:0|h[Stranglethorn Seed]|h|r#1#30#0#Reagent#Reagent#20##Interface\\Icons\\INV_Misc_Food_02",
|
|
[18256] = "Imbued Vial#|cffffffff|Hitem:18256:0:0:0:0:0:0:0|h[Imbued Vial]|h|r#1#55#0#Trade Goods#Other#20##Interface\\Icons\\INV_Drink_06",
|
|
[20725] = "Nexus Crystal#|cffa335ee|Hitem:20725:0:0:0:0:0:0:0:70|h[Nexus Crystal]|h|r#4#60#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardNexusLarge",
|
|
[21884] = "Primal Fire#|cff1eff00|Hitem:21884:0:0:0:0:0:0:0:70|h[Primal Fire]|h|r#2#65#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Primal_Fire",
|
|
[21885] = "Primal Water#|cff1eff00|Hitem:21885:0:0:0:0:0:0:0:70|h[Primal Water]|h|r#2#65#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Primal_Water",
|
|
[21886] = "Primal Life#|cff1eff00|Hitem:21886:0:0:0:0:0:0:0|h[Primal Life]|h|r#2#65#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Primal_Life",
|
|
[21929] = "Flame Spessarite#|cff1eff00|Hitem:21929:0:0:0:0:0:0:0:20|h[Flame Spessarite]|h|r#2#65#0#Gem#Orange#20##Interface\\Icons\\INV_Misc_Gem_FlameSpessarite_03",
|
|
[22445] = "Arcane Dust#|cffffffff|Hitem:22445:0:0:0:0:0:0:0:70|h[Arcane Dust]|h|r#1#60#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DustArcane",
|
|
[22446] = "Greater Planar Essence#|cff1eff00|Hitem:22446:0:0:0:0:0:0:0:70|h[Greater Planar Essence]|h|r#2#65#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceArcaneLarge",
|
|
[22447] = "Lesser Planar Essence#|cff1eff00|Hitem:22447:0:0:0:0:0:0:0:70|h[Lesser Planar Essence]|h|r#2#60#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceArcaneSmall",
|
|
[22448] = "Small Prismatic Shard#|cff0070dd|Hitem:22448:0:0:0:0:0:0:0:70|h[Small Prismatic Shard]|h|r#3#65#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardPrismaticSmall",
|
|
[22449] = "Large Prismatic Shard#|cff0070dd|Hitem:22449:0:0:0:0:0:0:0:70|h[Large Prismatic Shard]|h|r#3#70#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_ShardPrismaticLarge",
|
|
[22450] = "Void Crystal#|cffa335ee|Hitem:22450:0:0:0:0:0:0:0:70|h[Void Crystal]|h|r#4#70#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_VoidCrystal",
|
|
[22451] = "Primal Air#|cff1eff00|Hitem:22451:0:0:0:0:0:0:0:70|h[Primal Air]|h|r#2#65#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Primal_Air",
|
|
[22452] = "Primal Earth#|cff1eff00|Hitem:22452:0:0:0:0:0:0:0:70|h[Primal Earth]|h|r#2#65#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Primal_Earth",
|
|
[22456] = "Primal Shadow#|cff1eff00|Hitem:22456:0:0:0:0:0:0:0|h[Primal Shadow]|h|r#2#65#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Primal_Shadow",
|
|
[22457] = "Primal Mana#|cff1eff00|Hitem:22457:0:0:0:0:0:0:0:70|h[Primal Mana]|h|r#2#65#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Primal_Mana",
|
|
[22573] = "Mote of Earth#|cffffffff|Hitem:22573:0:0:0:0:0:0:0|h[Mote of Earth]|h|r#1#65#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Elemental_Mote_Earth01",
|
|
[22577] = "Mote of Shadow#|cffffffff|Hitem:22577:0:0:0:0:0:0:0:70|h[Mote of Shadow]|h|r#1#65#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Elemental_Mote_Shadow01",
|
|
[22789] = "Terocone#|cffffffff|Hitem:22789:0:0:0:0:0:0:0|h[Terocone]|h|r#1#60#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_Terrocone",
|
|
[22790] = "Ancient Lichen#|cffffffff|Hitem:22790:0:0:0:0:0:0:0|h[Ancient Lichen]|h|r#1#68#0#Trade Goods#Herb#20##Interface\\Icons\\INV_MISC_HERB_ANCIENTLICHEN",
|
|
[22792] = "Nightmare Vine#|cffffffff|Hitem:22792:0:0:0:0:0:0:0|h[Nightmare Vine]|h|r#1#73#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_Nightmarevine",
|
|
[22793] = "Mana Thistle#|cffffffff|Hitem:22793:0:0:0:0:0:0:0|h[Mana Thistle]|h|r#1#75#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_Manathistle",
|
|
[22794] = "Fel Lotus#|cffffffff|Hitem:22794:0:0:0:0:0:0:0|h[Fel Lotus]|h|r#1#75#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_FelLotus",
|
|
[22824] = "Elixir of Major Strength#|cffffffff|Hitem:22824:0:0:0:0:0:0:0|h[Elixir of Major Strength]|h|r#1#61#50#Consumable#Elixir#20##Interface\\Icons\\INV_Potion_147",
|
|
[22832] = "Super Mana Potion#|cffffffff|Hitem:22832:0:0:0:0:0:0:0:70|h[Super Mana Potion]|h|r#1#68#55#Consumable#Potion#5##Interface\\Icons\\INV_Potion_137",
|
|
[23077] = "Blood Garnet#|cff1eff00|Hitem:23077:0:0:0:0:0:0:0:20|h[Blood Garnet]|h|r#2#65#0#Gem#Red#20##Interface\\Icons\\INV_Misc_Gem_BloodGem_03",
|
|
[23079] = "Deep Peridot#|cff1eff00|Hitem:23079:0:0:0:0:0:0:0:20|h[Deep Peridot]|h|r#2#65#0#Gem#Green#20##Interface\\Icons\\INV_Misc_Gem_DeepPeridot_03",
|
|
[23107] = "Shadow Draenite#|cff1eff00|Hitem:23107:0:0:0:0:0:0:0:20|h[Shadow Draenite]|h|r#2#65#0#Gem#Purple#20##Interface\\Icons\\INV_Misc_Gem_EbonDraenite_03",
|
|
[23112] = "Golden Draenite#|cff1eff00|Hitem:23112:0:0:0:0:0:0:0:20|h[Golden Draenite]|h|r#2#65#0#Gem#Yellow#20##Interface\\Icons\\INV_Misc_Gem_GoldenDraenite_03",
|
|
[23117] = "Azure Moonstone#|cff1eff00|Hitem:23117:0:0:0:0:0:0:0:20|h[Azure Moonstone]|h|r#2#65#0#Gem#Blue#20##Interface\\Icons\\INV_Misc_Gem_AzureDraenite_03",
|
|
[23427] = "Eternium Ore#|cff1eff00|Hitem:23427:0:0:0:0:0:0:0:70|h[Eternium Ore]|h|r#2#70#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ore_Eternium",
|
|
[23436] = "Living Ruby#|cff0070dd|Hitem:23436:0:0:0:0:0:0:0:20|h[Living Ruby]|h|r#3#70#0#Gem#Red#20##Interface\\Icons\\INV_Jewelcrafting_LivingRuby_02",
|
|
[23437] = "Talasite#|cff0070dd|Hitem:23437:0:0:0:0:0:0:0:20|h[Talasite]|h|r#3#70#0#Gem#Green#20##Interface\\Icons\\INV_Jewelcrafting_Talasite_02",
|
|
[23438] = "Star of Elune#|cff0070dd|Hitem:23438:0:0:0:0:0:0:0:20|h[Star of Elune]|h|r#3#70#0#Gem#Blue#20##Interface\\Icons\\INV_Jewelcrafting_StarOfElune_02",
|
|
[23439] = "Noble Topaz#|cff0070dd|Hitem:23439:0:0:0:0:0:0:0:20|h[Noble Topaz]|h|r#3#70#0#Gem#Orange#20##Interface\\Icons\\INV_Jewelcrafting_NobleTopaz_02",
|
|
[23440] = "Dawnstone#|cff0070dd|Hitem:23440:0:0:0:0:0:0:0:20|h[Dawnstone]|h|r#3#70#0#Gem#Yellow#20##Interface\\Icons\\INV_Jewelcrafting_Dawnstone_02",
|
|
[23441] = "Nightseye#|cff0070dd|Hitem:23441:0:0:0:0:0:0:0:20|h[Nightseye]|h|r#3#70#0#Gem#Purple#20##Interface\\Icons\\INV_Jewelcrafting_Nightseye_02",
|
|
[23445] = "Fel Iron Bar#|cffffffff|Hitem:23445:0:0:0:0:0:0:0|h[Fel Iron Bar]|h|r#1#60#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ingot_FelIron",
|
|
[23446] = "Adamantite Bar#|cffffffff|Hitem:23446:0:0:0:0:0:0:0|h[Adamantite Bar]|h|r#1#65#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ingot_10",
|
|
[23447] = "Eternium Bar#|cff1eff00|Hitem:23447:0:0:0:0:0:0:0|h[Eternium Bar]|h|r#2#70#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ingot_11",
|
|
[23448] = "Felsteel Bar#|cff1eff00|Hitem:23448:0:0:0:0:0:0:0|h[Felsteel Bar]|h|r#2#60#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ingot_Felsteel",
|
|
[23449] = "Khorium Bar#|cff1eff00|Hitem:23449:0:0:0:0:0:0:0|h[Khorium Bar]|h|r#2#70#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ingot_09",
|
|
[23571] = "Primal Might#|cff0070dd|Hitem:23571:0:0:0:0:0:0:0|h[Primal Might]|h|r#3#65#0#Trade Goods#Elemental#20##Interface\\Icons\\Spell_Nature_LightningOverload",
|
|
[23572] = "Primal Nether#|cff0070dd|Hitem:23572:0:0:0:0:0:0:0|h[Primal Nether]|h|r#3#65#0#Trade Goods#Materials#20##Interface\\Icons\\INV_Elemental_Primal_Nether",
|
|
[24186] = "Copper Powder#|cff9d9d9d|Hitem:24186:0:0:0:0:0:0:0:20|h[Copper Powder]|h|r#0#10#0#Miscellaneous#Junk#20##Interface\\Icons\\INV_Misc_Powder_Copper",
|
|
[24188] = "Tin Powder#|cff9d9d9d|Hitem:24188:0:0:0:0:0:0:0:20|h[Tin Powder]|h|r#0#10#0#Miscellaneous#Junk#20##Interface\\Icons\\INV_Misc_Powder_Tin",
|
|
[24190] = "Iron Powder#|cff9d9d9d|Hitem:24190:0:0:0:0:0:0:0:20|h[Iron Powder]|h|r#0#30#0#Miscellaneous#Junk#20##Interface\\Icons\\INV_Misc_Powder_Iron",
|
|
[24234] = "Mithril Powder#|cff9d9d9d|Hitem:24234:0:0:0:0:0:0:0:20|h[Mithril Powder]|h|r#0#30#0#Miscellaneous#Junk#20##Interface\\Icons\\INV_Misc_Powder_Mithril",
|
|
[24235] = "Thorium Powder#|cff9d9d9d|Hitem:24235:0:0:0:0:0:0:0:20|h[Thorium Powder]|h|r#0#50#0#Miscellaneous#Junk#20##Interface\\Icons\\INV_Misc_Powder_Thorium",
|
|
[24242] = "Fel Iron Powder#|cff9d9d9d|Hitem:24242:0:0:0:0:0:0:0:20|h[Fel Iron Powder]|h|r#0#60#0#Miscellaneous#Junk#20##Interface\\Icons\\INV_Misc_Powder_Feliron",
|
|
[24243] = "Adamantite Powder#|cffffffff|Hitem:24243:0:0:0:0:0:0:0:20|h[Adamantite Powder]|h|r#1#70#0#Trade Goods#Jewelcrafting#20##Interface\\Icons\\INV_Misc_Powder_Adamantite",
|
|
[30183] = "Nether Vortex#|cffa335ee|Hitem:30183:0:0:0:0:0:0:0|h[Nether Vortex]|h|r#4#75#0#Trade Goods#Materials#20##Interface\\Icons\\INV_Elemental_Mote_Nether",
|
|
[34052] = "Dream Shard#|cff0070dd|Hitem:34052:0:0:0:0:0:0:0:70|h[Dream Shard]|h|r#3#80#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DreamShard_02",
|
|
[34053] = "Small Dream Shard#|cff0070dd|Hitem:34053:0:0:0:0:0:0:0:70|h[Small Dream Shard]|h|r#3#80#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_DreamShard_01",
|
|
[34054] = "Infinite Dust#|cffffffff|Hitem:34054:0:0:0:0:0:0:0:70|h[Infinite Dust]|h|r#1#70#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Misc_Dust_Infinite",
|
|
[34055] = "Greater Cosmic Essence#|cff1eff00|Hitem:34055:0:0:0:0:0:0:0:70|h[Greater Cosmic Essence]|h|r#2#75#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Enchant_EssenceCosmicGreater",
|
|
[34056] = "Lesser Cosmic Essence#|cff1eff00|Hitem:34056:0:0:0:0:0:0:0:70|h[Lesser Cosmic Essence]|h|r#2#70#0#Trade Goods#Enchanting#10##Interface\\Icons\\INV_Enchant_EssenceCosmicLesser",
|
|
[34057] = "Abyss Crystal#|cffa335ee|Hitem:34057:0:0:0:0:0:0:0:70|h[Abyss Crystal]|h|r#4#80#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Enchant_AbyssCrystal",
|
|
[35622] = "Eternal Water#|cff1eff00|Hitem:35622:0:0:0:0:0:0:0:8|h[Eternal Water]|h|r#2#75#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Eternal_Water",
|
|
[35624] = "Eternal Earth#|cff1eff00|Hitem:35624:0:0:0:0:0:0:0:8|h[Eternal Earth]|h|r#2#75#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Eternal_Earth",
|
|
[35627] = "Eternal Shadow#|cff1eff00|Hitem:35627:0:0:0:0:0:0:0:8|h[Eternal Shadow]|h|r#2#75#0#Trade Goods#Elemental#20##Interface\\Icons\\INV_Elemental_Eternal_Shadow",
|
|
[36904] = "Tiger Lily#|cffffffff|Hitem:36904:0:0:0:0:0:0:0:70|h[Tiger Lily]|h|r#1#72#0#Trade Goods#Herb#20##Interface\\Icons\\INV_Misc_Herb_Tigerlily",
|
|
[36913] = "Saronite Bar#|cffffffff|Hitem:36913:0:0:0:0:0:0:0:8|h[Saronite Bar]|h|r#1#80#0#Trade Goods#Metal & Stone#20##Interface\\Icons\\INV_Ingot_Yoggthorite",
|
|
[36917] = "Bloodstone#|cff1eff00|Hitem:36917:0:0:0:0:0:0:0:70|h[Bloodstone]|h|r#2#75#0#Gem#Red#20##Interface\\Icons\\INV_Misc_Gem_BloodGem_03",
|
|
[36918] = "Scarlet Ruby#|cff0070dd|Hitem:36918:0:0:0:0:0:0:0:75|h[Scarlet Ruby]|h|r#3#80#0#Gem#Red#20##Interface\\Icons\\INV_Jewelcrafting_Gem_04",
|
|
[36919] = "Cardinal Ruby#|cffa335ee|Hitem:36919:0:0:0:0:0:0:0:80|h[Cardinal Ruby]|h|r#4#85#0#Gem#Red#20##Interface\\Icons\\inv_jewelcrafting_gem_36",
|
|
[36920] = "Sun Crystal#|cff1eff00|Hitem:36920:0:0:0:0:0:0:0:75|h[Sun Crystal]|h|r#2#75#0#Gem#Yellow#20##Interface\\Icons\\INV_Jewelcrafting_Gem_08",
|
|
[36921] = "Autumn's Glow#|cff0070dd|Hitem:36921:0:0:0:0:0:0:0:75|h[Autumn's Glow]|h|r#3#80#0#Gem#Yellow#20##Interface\\Icons\\INV_Jewelcrafting_Gem_03",
|
|
[36922] = "King's Amber#|cffa335ee|Hitem:36922:0:0:0:0:0:0:0:80|h[King's Amber]|h|r#4#85#0#Gem#Yellow#20##Interface\\Icons\\inv_jewelcrafting_gem_36",
|
|
[36923] = "Chalcedony#|cff1eff00|Hitem:36923:0:0:0:0:0:0:0:75|h[Chalcedony]|h|r#2#75#0#Gem#Blue#20##Interface\\Icons\\INV_Jewelcrafting_Gem_10",
|
|
[36925] = "Majestic Zircon#|cffa335ee|Hitem:36925:0:0:0:0:0:0:0:80|h[Majestic Zircon]|h|r#4#85#0#Gem#Blue#20##Interface\\Icons\\inv_jewelcrafting_gem_35",
|
|
[36926] = "Shadow Crystal#|cff1eff00|Hitem:36926:0:0:0:0:0:0:0:70|h[Shadow Crystal]|h|r#2#75#0#Gem#Purple#20##Interface\\Icons\\INV_Misc_Gem_EbonDraenite_03",
|
|
[36928] = "Dreadstone#|cffa335ee|Hitem:36928:0:0:0:0:0:0:0:80|h[Dreadstone]|h|r#4#85#0#Gem#Purple#20##Interface\\Icons\\inv_jewelcrafting_gem_31",
|
|
[36929] = "Huge Citrine#|cff1eff00|Hitem:36929:0:0:0:0:0:0:0:70|h[Huge Citrine]|h|r#2#75#0#Gem#Orange#20##Interface\\Icons\\INV_Misc_Gem_FlameSpessarite_03",
|
|
[36930] = "Monarch Topaz#|cff0070dd|Hitem:36930:0:0:0:0:0:0:0:75|h[Monarch Topaz]|h|r#3#80#0#Gem#Orange#20##Interface\\Icons\\INV_Jewelcrafting_Gem_02",
|
|
[36931] = "Ametrine#|cffa335ee|Hitem:36931:0:0:0:0:0:0:0:80|h[Ametrine]|h|r#4#85#0#Gem#Orange#20##Interface\\Icons\\inv_jewelcrafting_gem_33",
|
|
[36932] = "Dark Jade#|cff1eff00|Hitem:36932:0:0:0:0:0:0:0:75|h[Dark Jade]|h|r#2#75#0#Gem#Green#20##Interface\\Icons\\INV_Jewelcrafting_Gem_07",
|
|
[36933] = "Forest Emerald#|cff0070dd|Hitem:36933:0:0:0:0:0:0:0:75|h[Forest Emerald]|h|r#3#80#0#Gem#Green#20##Interface\\Icons\\INV_Jewelcrafting_Gem_01",
|
|
[36934] = "Eye of Zul#|cffa335ee|Hitem:36934:0:0:0:0:0:0:0:80|h[Eye of Zul]|h|r#4#85#0#Gem#Green#20##Interface\\Icons\\inv_jewelcrafting_gem_34",
|
|
[37701] = "Crystallized Earth#|cffffffff|Hitem:37701:0:0:0:0:0:0:0:70|h[Crystallized Earth]|h|r#1#75#0#Trade Goods#Elemental#10##Interface\\Icons\\INV_Crystallized_Earth",
|
|
[39151] = "Alabaster Pigment#|cffffffff|Hitem:39151:0:0:0:0:0:0:0:20|h[Alabaster Pigment]|h|r#1#1#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_White",
|
|
[39334] = "Dusky Pigment#|cffffffff|Hitem:39334:0:0:0:0:0:0:0:20|h[Dusky Pigment]|h|r#1#10#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Grey",
|
|
[39338] = "Golden Pigment#|cffffffff|Hitem:39338:0:0:0:0:0:0:0:20|h[Golden Pigment]|h|r#1#20#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Golden",
|
|
[39339] = "Emerald Pigment#|cffffffff|Hitem:39339:0:0:0:0:0:0:0:70|h[Emerald Pigment]|h|r#1#30#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Emerald",
|
|
[39340] = "Violet Pigment#|cffffffff|Hitem:39340:0:0:0:0:0:0:0:20|h[Violet Pigment]|h|r#1#40#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Violet",
|
|
[39341] = "Silvery Pigment#|cffffffff|Hitem:39341:0:0:0:0:0:0:0:70|h[Silvery Pigment]|h|r#1#50#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Silvery",
|
|
[39342] = "Nether Pigment#|cffffffff|Hitem:39342:0:0:0:0:0:0:0:70|h[Nether Pigment]|h|r#1#60#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Nether",
|
|
[39343] = "Azure Pigment#|cffffffff|Hitem:39343:0:0:0:0:0:0:0:70|h[Azure Pigment]|h|r#1#70#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Azure",
|
|
[39354] = "Light Parchment#|cffffffff|Hitem:39354:0:0:0:0:0:0:0:70|h[Light Parchment]|h|r#1#1#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Papyrus",
|
|
[39469] = "Moonglow Ink#|cffffffff|Hitem:39469:0:0:0:0:0:0:0:70|h[Moonglow Ink]|h|r#1#1#0#Trade Goods#Parts#20##Interface\\Icons\\INV_Inscription_InkWhite02",
|
|
[39501] = "Heavy Parchment#|cffffffff|Hitem:39501:0:0:0:0:0:0:0:70|h[Heavy Parchment]|h|r#1#60#0#Trade Goods#Other#20##Interface\\Icons\\INV_Misc_Note_02",
|
|
[39502] = "Resilient Parchment#|cffffffff|Hitem:39502:0:0:0:0:0:0:0:70|h[Resilient Parchment]|h|r#1#80#0#Trade Goods#Other#20##Interface\\Icons\\INV_Misc_Note_02",
|
|
[39774] = "Midnight Ink#|cffffffff|Hitem:39774:0:0:0:0:0:0:0:70|h[Midnight Ink]|h|r#1#10#0#Trade Goods#Parts#20##Interface\\Icons\\INV_Inscription_InkBlack01",
|
|
[43103] = "Verdant Pigment#|cff1eff00|Hitem:43103:0:0:0:0:0:0:0:20|h[Verdant Pigment]|h|r#2#20#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Verdant",
|
|
[43104] = "Burnt Pigment#|cff1eff00|Hitem:43104:0:0:0:0:0:0:0:20|h[Burnt Pigment]|h|r#2#30#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Burnt",
|
|
[43105] = "Indigo Pigment#|cff1eff00|Hitem:43105:0:0:0:0:0:0:0:70|h[Indigo Pigment]|h|r#2#40#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Indigo",
|
|
[43106] = "Ruby Pigment#|cff1eff00|Hitem:43106:0:0:0:0:0:0:0:20|h[Ruby Pigment]|h|r#2#50#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Ruby",
|
|
[43107] = "Sapphire Pigment#|cff1eff00|Hitem:43107:0:0:0:0:0:0:0:70|h[Sapphire Pigment]|h|r#2#60#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Sapphire",
|
|
[43108] = "Ebon Pigment#|cff1eff00|Hitem:43108:0:0:0:0:0:0:0:70|h[Ebon Pigment]|h|r#2#70#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Ebon",
|
|
[43109] = "Icy Pigment#|cff1eff00|Hitem:43109:0:0:0:0:0:0:0:70|h[Icy Pigment]|h|r#2#80#0#Trade Goods#Other#20##Interface\\Icons\\INV_Inscription_Pigment_Icy",
|
|
[43116] = "Lion's Ink#|cffffffff|Hitem:43116:0:0:0:0:0:0:0:70|h[Lion's Ink]|h|r#1#20#0#Trade Goods#Parts#20##Interface\\Icons\\INV_Inscription_InkYellow02",
|
|
[46849] = "Titanium Powder#|cff1eff00|Hitem:46849:0:0:0:0:0:0:0:80|h[Titanium Powder]|h|r#2#80#0#Trade Goods#Enchanting#20##Interface\\Icons\\INV_Misc_Dust_03",
|
|
}
|
|
|