Mercurial > wow > wowdb-profiler
comparison Constants.lua @ 392:f1952ed33a16
Huge data update for item containers that cast delayed spells.
| author | MMOSimca <MMOSimca@gmail.com> |
|---|---|
| date | Thu, 18 Dec 2014 18:09:58 -0500 |
| parents | 0da7fa3508b1 |
| children | 7d0ad2573092 |
comparison
equal
deleted
inserted
replaced
| 391:0da7fa3508b1 | 392:f1952ed33a16 |
|---|---|
| 58 | 58 |
| 59 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). | 59 -- Mapping of items that, when right-clicked, fire a spell (which can fail, so we have to check success). |
| 60 -- They reward loot upon completion of that spell. | 60 -- They reward loot upon completion of that spell. |
| 61 -- CHAT_MSG_LOOT -must- be used to track loot, which is definitely not ideal. | 61 -- CHAT_MSG_LOOT -must- be used to track loot, which is definitely not ideal. |
| 62 private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP = { | 62 private.DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP = { |
| 63 [168178] = 114116, -- Bag of Salvaged Goods | 63 [109954] = 77952, -- Elementium Gem Cluster (Reveal the Shadows) |
| 64 [168179] = 114119, -- Crate of Salvage | 64 [109946] = 78890, -- Crystalline Geode (Crystalline Geode) |
| 65 [168180] = 114120, -- Big Crate of Salvage | 65 [109948] = 78892, -- Perfect Geode (Perfect Geode) |
| 66 [146238] = 102263, -- Timeless Plate Chestpiece (Create Chestpiece) | |
| 67 [146237] = 102264, -- Timeless Plate Boots (Create Boots) | |
| 68 [146239] = 102265, -- Timeless Plate Gloves (Create Gloves) | |
| 69 [146240] = 102266, -- Timeless Plate Helm (Create Helm) | |
| 70 [147433] = 102266, -- Timeless Plate Helm (Create Class Helm) | |
| 71 [147434] = 102266, -- Timeless Plate Helm (Create Class Helm) | |
| 72 [147435] = 102266, -- Timeless Plate Helm (Create Class Helm) | |
| 73 [146241] = 102267, -- Timeless Plate Leggings (Create Leggings) | |
| 74 [146242] = 102268, -- Timeless Plate Spaulders (Create Shoulders) | |
| 75 [146236] = 102269, -- Timeless Plate Belt (Create Belt) | |
| 76 [146261] = 102270, -- Timeless Mail Chestpiece (Create Chestpiece) | |
| 77 [146260] = 102271, -- Timeless Mail Boots (Create Boots) | |
| 78 [146263] = 102272, -- Timeless Mail Gloves (Create Gloves) | |
| 79 [146264] = 102273, -- Timeless Mail Helm (Create Helm) | |
| 80 [146265] = 102274, -- Timeless Mail Leggings (Create Leggings) | |
| 81 [146266] = 102275, -- Timeless Mail Spaulders (Create Shoulders) | |
| 82 [146259] = 102276, -- Timeless Mail Belt (Create Belt) | |
| 83 [146270] = 102277, -- Timeless Leather Chestpiece (Create Chestpiece) | |
| 84 [146269] = 102278, -- Timeless Leather Boots (Create Boots) | |
| 85 [146271] = 102279, -- Timeless Leather Gloves (Create Gloves) | |
| 86 [146272] = 102280, -- Timeless Leather Helm (Create Helm) | |
| 87 [146273] = 102281, -- Timeless Leather Leggings (Create Leggings) | |
| 88 [146274] = 102282, -- Timeless Leather Spaulders (Create Shoulders) | |
| 89 [146268] = 102283, -- Timeless Leather Belt (Create Belt) | |
| 90 [146278] = 102284, -- Timeless Cloth Robes (Create Robes) | |
| 91 [146277] = 102285, -- Timeless Cloth Boots (Create Boots) | |
| 92 [146279] = 102286, -- Timeless Cloth Gloves (Create Gloves) | |
| 93 [146280] = 102287, -- Timeless Cloth Helm (Create Helm) | |
| 94 [146281] = 102288, -- Timeless Cloth Leggings (Create Leggings) | |
| 95 [146282] = 102289, -- Timeless Cloth Spaulders (Create Shoulders) | |
| 96 [146276] = 102290, -- Timeless Cloth Belt (Create Belt) | |
| 97 [146244] = 102291, -- Timeless Signet (Create Ring) | |
| 98 [146246] = 102318, -- Timeless Cloak (Create Cloak) | |
| 99 [146243] = 102320, -- Timeless Plate Bracers (Create Bracer) | |
| 100 [146267] = 102327, -- Timeless Mail Bracers (Create Bracer) | |
| 101 [146275] = 102334, -- Timeless Leather Bracers (Create Bracer) | |
| 102 [146283] = 102341, -- Timeless Cloth Bracers (Create Bracer) | |
| 103 [147597] = 104009, -- Timeless Plate Armor Cache (Unlock Armor Cache) | |
| 104 [148099] = 104010, -- Timeless Mail Armor Cache (Unlock Armor Cache) | |
| 105 [148103] = 104012, -- Timeless Leather Armor Cache (Unlock Armor Cache) | |
| 106 [148104] = 104013, -- Timeless Cloth Armor Cache (Unlock Armor Cache) | |
| 107 [148740] = 104345, -- Timeless Lavalliere (Create Lavalliere) | |
| 108 [148746] = 104347, -- Timeless Curio (Create Curio) | |
| 109 [155445] = 107649, -- Strange Meteorite (Refine Meteorite) | |
| 110 [166263] = 111589, -- Small Crescent Saberfish (Gut) | |
| 111 [166264] = 111595, -- Crescent Saberfish (Gut) | |
| 112 [166265] = 111601, -- Enormous Crescent Saberfish (Gut) | |
| 113 [166266] = 111650, -- Small Jawless Skulker (Gut) | |
| 114 [166267] = 111651, -- Small Fat Sleeper (Gut) | |
| 115 [166268] = 111652, -- Small Blind Lake Sturgeon (Gut) | |
| 116 [166269] = 111656, -- Small Fire Ammonite (Gut) | |
| 117 [166270] = 111658, -- Small Sea Scorpion (Gut) | |
| 118 [166271] = 111659, -- Small Abyssal Gulper Eel (Gut) | |
| 119 [166272] = 111662, -- Small Blackwater Whiptail (Gut) | |
| 120 [166273] = 111663, -- Blackwater Whiptail (Gut) | |
| 121 [166274] = 111664, -- Abyssal Gulper Eel (Gut) | |
| 122 [166275] = 111665, -- Sea Scorpion (Gut) | |
| 123 [166276] = 111666, -- Fire Ammonite (Gut) | |
| 124 [166277] = 111667, -- Blind Lake Sturgeon (Gut) | |
| 125 [166278] = 111668, -- Fat Sleeper (Gut) | |
| 126 [166279] = 111669, -- Jawless Skulker (Gut) | |
| 127 [166280] = 111670, -- Enormous Blackwater Whiptail (Gut) | |
| 128 [166281] = 111671, -- Enormous Abyssal Gulper Eel (Gut) | |
| 129 [166282] = 111672, -- Enormous Sea Scorpion (Gut) | |
| 130 [166283] = 111673, -- Enormous Fire Ammonite (Gut) | |
| 131 [166284] = 111674, -- Enormous Blind Lake Sturgeon (Gut) | |
| 132 [166285] = 111675, -- Enormous Fat Sleeper (Gut) | |
| 133 [166286] = 111676, -- Enormous Jawless Skulker (Gut) | |
| 134 [166030] = 113203, -- Punctured Breastplate (Repair Item) | |
| 135 [166153] = 113244, -- Soleless Treads (Repair Item) | |
| 136 [166156] = 113245, -- Shredded Greaves (Repair Item) | |
| 137 [166460] = 113295, -- Cracked Potion Vial (Repair Item) | |
| 138 [166481] = 113307, -- Impotent Healing Potion (Repair Item) | |
| 139 [166487] = 113310, -- Unstable Elixir (Repair Item) | |
| 140 [166507] = 113313, -- Unorganized Alchemist Notes (Repair Item) | |
| 141 [166509] = 113316, -- Mangled Long Sword (Repair Item) | |
| 142 [166513] = 113321, -- Battered Shield (Repair Item) | |
| 143 [166520] = 113324, -- Ritual Mask Shards (Repair Item) | |
| 144 [166739] = 113327, -- Weathered Bedroll (Repair Item) | |
| 145 [166526] = 113328, -- Torn Voodoo Doll (Repair Item) | |
| 146 [166744] = 113329, -- Ripped Lace Kerchief (Repair Item) | |
| 147 [166529] = 113332, -- Cracked Wand (Repair Item) | |
| 148 [166531] = 113336, -- Gnarled, Splintering Staff (Repair Item) | |
| 149 [166574] = 113358, -- Felled Totem (Repair Item) | |
| 150 [166578] = 113361, -- Tattered Scroll (Repair Item) | |
| 151 [166582] = 113365, -- Ruined Painting (Repair Item) | |
| 152 [166586] = 113367, -- Waterlogged Book (Repair Item) | |
| 153 [166589] = 113371, -- Torn Card (Repair Item) | |
| 154 [166593] = 113376, -- Faintly Magical Vellum (Repair Item) | |
| 155 [166599] = 113381, -- Crumbling Statue (Repair Item) | |
| 156 [166600] = 113384, -- Crushed Locket (Repair Item) | |
| 157 [166606] = 113387, -- Cracked Band (Repair Item) | |
| 158 [166611] = 113391, -- Crystal Shards (Repair Item) | |
| 159 [166619] = 113394, -- Headless Figurine (Repair Item) | |
| 160 [166764] = 113411, -- Bloodstained Mage Robe (Repair Item) | |
| 161 [166770] = 113417, -- Torn Knapsack (Repair Item) | |
| 162 [166788] = 113420, -- Desiccated Leather Cloak (Repair Item) | |
| 163 [166796] = 113423, -- Scorched Leather Cap (Repair Item) | |
| 164 [166800] = 113426, -- Mangled Saddle Bag (Repair Item) | |
| 165 [166801] = 113429, -- Cracked Hand Drum (Repair Item) | |
| 166 [166900] = 113452, -- Trampled Survey Bot (Repair Item) | |
| 167 [166905] = 113465, -- Broken Hunting Scope (Repair Item) | |
| 168 [166909] = 113468, -- Faulty Grenade (Repair Item) | |
| 169 [166915] = 113471, -- Busted Alarm Bot (Repair Item) | |
| 170 [166980] = 113478, -- Abandoned Medic Kit (Repair Item) | |
| 171 [166985] = 113483, -- Lightweight Medic Vest (Repair Item) | |
| 172 [167089] = 113495, -- Venom Extraction Kit (Repair Item) | |
| 173 [167096] = 113499, -- Notes of Natural Cures (Repair Item) | |
| 174 [167981] = 114002, -- Encoded Message (Decoding) | |
| 175 [168084] = 114039, -- Spectral Bracers (Create Bracer) | |
| 176 [168688] = 114040, -- Spectral Robes (Create Chest) | |
| 177 [168687] = 114041, -- Spectral Treads (Create Boot) | |
| 178 [168686] = 114042, -- Spectral Gauntlets (Create Glove) | |
| 179 [168685] = 114043, -- Spectral Hood (Create Helm) | |
| 180 [168684] = 114044, -- Spectral Leggings (Create Legs) | |
| 181 [168683] = 114045, -- Spectral Spaulders (Create Shoulders) | |
| 182 [168682] = 114046, -- Spectral Girdle (Create Belt) | |
| 183 [168681] = 114047, -- Spectral Ring (Create Ring) | |
| 184 [168680] = 114048, -- Spectral Choker (Create Neck) | |
| 185 [168679] = 114049, -- Spectral Cloak (Create Cloak) | |
| 186 [168678] = 114051, -- Spectral Trinket (Create Trinket) | |
| 187 [168103] = 114052, -- Gleaming Ring (Create Ring) | |
| 188 [168115] = 114053, -- Shimmering Gauntlets (Create Glove) | |
| 189 [168725] = 114057, -- Munificent Bracers (Create Bracer) | |
| 190 [168724] = 114058, -- Munificent Robes (Create Chest) | |
| 191 [168723] = 114059, -- Munificent Treads (Create Boot) | |
| 192 [168722] = 114060, -- Munificent Gauntlets (Create Glove) | |
| 193 [168721] = 114061, -- Munificent Hood (Create Helm) | |
| 194 [168720] = 114062, -- Munificent Leggings (Create Legs) | |
| 195 [168719] = 114063, -- Munificent Spaulders (Create Shoulders) | |
| 196 [168718] = 114064, -- Munificent Girdle (Create Belt) | |
| 197 [168717] = 114065, -- Munificent Ring (Create Ring) | |
| 198 [168716] = 114066, -- Munificent Choker (Create Neck) | |
| 199 [168715] = 114067, -- Munificent Cloak (Create Cloak) | |
| 200 [168714] = 114068, -- Munificent Trinket (Create Trinket) | |
| 201 [168738] = 114069, -- Turbulent Bracers (Create Bracer) | |
| 202 [168737] = 114070, -- Turbulent Robes (Create Chest) | |
| 203 [168736] = 114071, -- Turbulent Treads (Create Boot) | |
| 204 [168735] = 114072, -- Turbulent Gauntlets (Create Glove) | |
| 205 [168734] = 114073, -- Turbulent Hood (Create Helm) | |
| 206 [168733] = 114074, -- Turbulent Leggings (Create Legs) | |
| 207 [168732] = 114075, -- Turbulent Spaulders (Create Shoulders) | |
| 208 [168731] = 114076, -- Turbulent Girdle (Create Belt) | |
| 209 [168730] = 114077, -- Turbulent Ring (Create Ring) | |
| 210 [168729] = 114078, -- Turbulent Choker (Create Neck) | |
| 211 [168728] = 114079, -- Turbulent Cloak (Create Cloak) | |
| 212 [168727] = 114080, -- Turbulent Trinket (Create Trinket) | |
| 213 [168751] = 114082, -- Grandiose Bracers (Create Bracer) | |
| 214 [168750] = 114083, -- Grandiose Robes (Create Chest) | |
| 215 [168749] = 114084, -- Grandiose Treads (Create Boot) | |
| 216 [168745] = 114085, -- Grandiose Spaulders (Create Shoulders) | |
| 217 [168742] = 114086, -- Grandiose Choker (Create Neck) | |
| 218 [168740] = 114087, -- Grandiose Trinket (Create Trinket) | |
| 219 [168764] = 114088, -- Formidable Bracers (Create Bracer) | |
| 220 [168763] = 114089, -- Formidable Robes (Create Chest) | |
| 221 [168762] = 114090, -- Formidable Treads (Create Boot) | |
| 222 [168758] = 114091, -- Formidable Spaulders (Create Shoulders) | |
| 223 [168755] = 114092, -- Formidable Choker (Create Neck) | |
| 224 [168753] = 114093, -- Formidable Trinket (Create Trinket) | |
| 225 [168712] = 114094, -- Tormented Bracers (Create Bracer) | |
| 226 [168711] = 114095, -- Tormented Robes (Create Chest) | |
| 227 [168710] = 114096, -- Tormented Treads (Create Boot) | |
| 228 [168709] = 114097, -- Tormented Gauntlets (Create Glove) | |
| 229 [168708] = 114098, -- Tormented Hood (Create Helm) | |
| 230 [168707] = 114099, -- Tormented Leggings (Create Legs) | |
| 231 [168706] = 114100, -- Tormented Spaulders (Create Shoulders) | |
| 232 [168705] = 114101, -- Tormented Girdle (Create Belt) | |
| 233 [168704] = 114102, -- Tormented Ring (Create Ring) | |
| 234 [168703] = 114103, -- Tormented Choker (Create Neck) | |
| 235 [168702] = 114104, -- Tormented Cloak (Create Cloak) | |
| 236 [168701] = 114105, -- Tormented Trinket (Create Trinket) | |
| 237 [168677] = 114106, -- Spectral Armament (Create Weapon) | |
| 238 [168700] = 114108, -- Tormented Armament (Create Weapon) | |
| 239 [168713] = 114109, -- Munificent Armament (Create Weapon) | |
| 240 [168726] = 114110, -- Turbulent Armament (Create Weapon) | |
| 241 [168752] = 114111, -- Formidable Armament (Create Weapon) | |
| 242 [168739] = 114112, -- Grandiose Armament (Create Weapon) | |
| 243 [168178] = 114116, -- Bag of Salvaged Goods (Salvage) | |
| 244 [168179] = 114119, -- Crate of Salvage (Salvage) | |
| 245 [168180] = 114120, -- Big Crage of Salvage (Salvage) | |
| 246 [169508] = 115018, -- Patched Shadowmoon Cloth (Imbue Cloth) | |
| 247 [170566] = 115591, -- Woven Fur (Imbue Cloth) | |
| 248 [176482] = 118592, -- Forged Receipt: Gizmothingies (Combine) | |
| 249 [176483] = 119094, -- Partial Receipt: Flask of Funk (Combine) | |
| 250 [176484] = 119095, -- Partial Receipt: Tailored Underwear (Combine) | |
| 251 [176934] = 119095, -- Partial Receipt: Tailored Underwear (Combine) | |
| 252 [176485] = 119096, -- Partial Receipt: Book of Troll Poetry (Combine) | |
| 253 [176486] = 119097, -- Partial Receipt: Gently-Used Bandages (Combine) | |
| 254 [176487] = 119098, -- Partial Receipt: Druidskin Rug (Combine) | |
| 255 [176488] = 119099, -- Partial Receipt: Chainmail Socks (Combine) | |
| 256 [176489] = 119100, -- Partial Receipt: Pickled Red Herring (Combine) | |
| 257 [176490] = 119101, -- Partial Receipt: Invisible Dust (Combine) | |
| 258 [176491] = 119102, -- Partial Receipt: True Iron Door Handles (Combine) | |
| 259 [168748] = 119114, -- Grandiose Gauntlets (Create Glove) | |
| 260 [168761] = 119115, -- Formidable Gauntlets (Create Glove) | |
| 261 [168747] = 119116, -- Grandiose Hood (Create Helm) | |
| 262 [168760] = 119117, -- Formidable Hood (Create Helm) | |
| 263 [168746] = 119118, -- Grandiose Leggings (Create Legs) | |
| 264 [168759] = 119119, -- Formidable Leggings (Create Legs) | |
| 265 [168744] = 119120, -- Grandiose Girdle (Create Belt) | |
| 266 [168757] = 119121, -- Formidable Girdle (Create Belt) | |
| 267 [168743] = 119122, -- Grandiose Ring (Create Ring) | |
| 268 [168756] = 119123, -- Formidable Ring (Create Ring) | |
| 269 [168741] = 119124, -- Grandiose Cloak (Create Cloak) | |
| 270 [168754] = 119125, -- Formidable Cloak (Create Cloak) | |
| 271 [176791] = 119185, -- Expired Receipt (Combine) | |
| 272 [178444] = 120301, -- Armor Enhancement Token (Create Armor Enhancement) | |
| 273 [178445] = 120302, -- Weapon Enhancement Token (Create Weapon Boost) | |
| 66 } | 274 } |
| 67 | 275 |
| 68 -- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). | 276 -- List of items that, when right-clicked, reward loot (includes items from DELAYED_CONTAINER_SPELL_ID_TO_ITEM_ID_MAP). |
| 69 -- This means they -must- be tracked via CHAT_MSG_LOOT. | 277 -- This means they -must- be tracked via CHAT_MSG_LOOT. |
| 70 -- It also means there is a high margin for bad data since multiple bags can be clicked within a small time frame. | 278 -- It also means there is a high margin for bad data since multiple bags can be clicked within a small time frame. |
